Skip to content

Commit cb594ce

Browse files
authored
Merge pull request #597 from add2cal/dev
Dev
2 parents 4084e5d + 06fb573 commit cb594ce

30 files changed

+753
-620
lines changed

assets/css/atcb-3d.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: 3D
77
*
8-
* Version: 2.6.14
8+
* Version: 2.6.15
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -23,7 +23,7 @@
2323
--base-font-size-l: 16px;
2424
--base-font-size-m: 16px;
2525
--base-font-size-s: 16px;
26-
--font: Arial, Helvetica, "Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
26+
--font: arial, helvetica, "Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
2727
--accent-color: #1e90ff;
2828
--wrapper-padding: 0px;
2929
--buttonslist-gap: 5px;

assets/css/atcb-3d.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/atcb-date.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Date
77
*
8-
* Version: 2.6.14
8+
* Version: 2.6.15
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)

assets/css/atcb-flat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Flat
77
*
8-
* Version: 2.6.14
8+
* Version: 2.6.15
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)

assets/css/atcb-neumorphism.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Neumorphism
77
*
8-
* Version: 2.6.14
8+
* Version: 2.6.15
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)

assets/css/atcb-round.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Round
77
*
8-
* Version: 2.6.14
8+
* Version: 2.6.15
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)

assets/css/atcb-text.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Text
77
*
8-
* Version: 2.6.14
8+
* Version: 2.6.15
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)

assets/css/atcb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Default
77
*
8-
* Version: 2.6.14
8+
* Version: 2.6.15
99
* Creator: Jens Kuerschner (https://jekuer.com)
1010
* Project: https://github.com/add2cal/add-to-calendar-button
1111
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)

demo/components/footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function topFunction() {
7171
</span>
7272
<div class="mt-6 text-xs sm:mt-5 md:mt-3">
7373
<span class="font-semibold text-zinc-500 dark:text-zinc-400"> &copy; {{new Date().getFullYear()}} </span>
74-
<span class="lowercase text-zinc-400 dark:text-zinc-500"> , Current Version: 2.6.14 </span>
74+
<span class="lowercase text-zinc-400 dark:text-zinc-500"> , Current Version: 2.6.15 </span>
7575
</div>
7676
</div>
7777
<div class="hidden self-center sm:block">

demo/locales/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@
272272
"step_use": "Loslegen",
273273
"step_use_start": "Beginne mit der Nutzung, indem du einen <add-to-calendar-button> Tag in deinem HTML-Quellcode einfügst - mit den Optionen als Attribute.",
274274
"step_use_simple": "Ganz genau - es ist derart einfach.",
275-
"step_use_example": "Dein Code kann hierbei bspw. wie folgt aussehen:",
275+
"step_use_example": "Dein Code kann hierbei bspw. wie folgt aussehen.",
276+
"step_use_client": "Beachte, dass der Button nur client-seitig funktioniert! Nutze 'use client'; entsprechend.",
276277
"step_npm": "npm Installation",
277278
"install_npm": "Installiere das Package über die npm Registry.",
278279
"step_import": "Import",

demo/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@
272272
"step_use": "Use it",
273273
"step_use_start": "Start using it by adding a <add-to-calendar-button> tag to your HTML source code - with the options as attributes.",
274274
"step_use_simple": "Yes, it is that simple.",
275-
"step_use_example": "Your code block could look like the following:",
275+
"step_use_example": "Your code block could look like the following.",
276+
"step_use_client": "Mind that the button only works on the client side! Add 'use client'; respectively.",
276277
"step_npm": "npm installation",
277278
"install_npm": "Install the package from the npm registry.",
278279
"step_import": "Import it",

0 commit comments

Comments
 (0)