Skip to content

Commit 8ff9bea

Browse files
authored
Merge pull request #644 from add2cal/dev
css fix, demo fixes
2 parents 736bd5d + 49a85a1 commit 8ff9bea

38 files changed

+539
-398
lines changed

assets/css/atcb-3d.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: 3D
77
*
8-
* Version: 2.7.2
8+
* Version: 2.7.3
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)
@@ -818,6 +818,7 @@ a.atcb-modal-btn:not([disabled]):hover {
818818
overflow: hidden;
819819
display: -webkit-box;
820820
-webkit-line-clamp: var(--date-btn-headline-line-clamp);
821+
line-clamp: var(--date-btn-headline-line-clamp);
821822
-webkit-box-orient: vertical;
822823
}
823824

@@ -837,6 +838,7 @@ a.atcb-modal-btn:not([disabled]):hover {
837838
overflow: hidden;
838839
display: -webkit-box;
839840
-webkit-line-clamp: 1;
841+
line-clamp: 1;
840842
-webkit-box-orient: vertical;
841843
word-break: break-all;
842844
}
@@ -1450,6 +1452,7 @@ a.atcb-modal-btn:not([disabled]):hover {
14501452

14511453
#atcb-reference.atcb-dropup {
14521454
position: absolute;
1455+
margin-top: -1px;
14531456
}
14541457

14551458
.atcb-modal-host-initialized #atcb-reference.atcb-dropup {

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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Date
77
*
8-
* Version: 2.7.2
8+
* Version: 2.7.3
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)
@@ -339,6 +339,7 @@
339339
overflow: hidden;
340340
display: -webkit-box;
341341
-webkit-line-clamp: var(--date-btn-headline-line-clamp);
342+
line-clamp: var(--date-btn-headline-line-clamp);
342343
-webkit-box-orient: vertical;
343344
}
344345

@@ -358,6 +359,7 @@
358359
overflow: hidden;
359360
display: -webkit-box;
360361
-webkit-line-clamp: 1;
362+
line-clamp: 1;
361363
-webkit-box-orient: vertical;
362364
word-break: break-all;
363365
}
@@ -1145,6 +1147,7 @@ a.atcb-modal-btn:not([disabled]):hover {
11451147

11461148
#atcb-reference.atcb-dropup {
11471149
position: absolute;
1150+
margin-top: -1px;
11481151
}
11491152

11501153
.atcb-modal-host-initialized #atcb-reference.atcb-dropup {

assets/css/atcb-date.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-flat.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Flat
77
*
8-
* Version: 2.7.2
8+
* Version: 2.7.3
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)
@@ -750,6 +750,7 @@ a.atcb-modal-btn:not([disabled]):hover {
750750
overflow: hidden;
751751
display: -webkit-box;
752752
-webkit-line-clamp: var(--date-btn-headline-line-clamp);
753+
line-clamp: var(--date-btn-headline-line-clamp);
753754
-webkit-box-orient: vertical;
754755
}
755756

@@ -769,6 +770,7 @@ a.atcb-modal-btn:not([disabled]):hover {
769770
overflow: hidden;
770771
display: -webkit-box;
771772
-webkit-line-clamp: 1;
773+
line-clamp: 1;
772774
-webkit-box-orient: vertical;
773775
word-break: break-all;
774776
}
@@ -1375,6 +1377,7 @@ a.atcb-modal-btn:not([disabled]):hover {
13751377

13761378
#atcb-reference.atcb-dropup {
13771379
position: absolute;
1380+
margin-top: -5px;
13781381
}
13791382

13801383
.atcb-modal-host-initialized #atcb-reference.atcb-dropup {

assets/css/atcb-flat.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-neumorphism.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Neumorphism
77
*
8-
* Version: 2.7.2
8+
* Version: 2.7.3
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)
@@ -727,6 +727,7 @@ a.atcb-modal-btn:not([disabled]):hover {
727727
overflow: hidden;
728728
display: -webkit-box;
729729
-webkit-line-clamp: var(--date-btn-headline-line-clamp);
730+
line-clamp: var(--date-btn-headline-line-clamp);
730731
-webkit-box-orient: vertical;
731732
}
732733

@@ -746,6 +747,7 @@ a.atcb-modal-btn:not([disabled]):hover {
746747
overflow: hidden;
747748
display: -webkit-box;
748749
-webkit-line-clamp: 1;
750+
line-clamp: 1;
749751
-webkit-box-orient: vertical;
750752
word-break: break-all;
751753
}
@@ -1374,6 +1376,7 @@ a.atcb-modal-btn:not([disabled]):hover {
13741376

13751377
#atcb-reference.atcb-dropup {
13761378
position: absolute;
1379+
margin-top: -1px;
13771380
}
13781381

13791382
.atcb-modal-host-initialized #atcb-reference.atcb-dropup {

assets/css/atcb-neumorphism.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-round.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Round
77
*
8-
* Version: 2.7.2
8+
* Version: 2.7.3
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)
@@ -821,6 +821,7 @@ a.atcb-modal-btn:not([disabled]):hover {
821821
overflow: hidden;
822822
display: -webkit-box;
823823
-webkit-line-clamp: var(--date-btn-headline-line-clamp);
824+
line-clamp: var(--date-btn-headline-line-clamp);
824825
-webkit-box-orient: vertical;
825826
}
826827

@@ -840,6 +841,7 @@ a.atcb-modal-btn:not([disabled]):hover {
840841
overflow: hidden;
841842
display: -webkit-box;
842843
-webkit-line-clamp: 1;
844+
line-clamp: 1;
843845
-webkit-box-orient: vertical;
844846
word-break: break-all;
845847
}
@@ -1460,6 +1462,7 @@ a.atcb-modal-btn:not([disabled]):hover {
14601462

14611463
#atcb-reference.atcb-dropup {
14621464
position: absolute;
1465+
margin-top: -1px;
14631466
}
14641467

14651468
.atcb-modal-host-initialized #atcb-reference.atcb-dropup {

assets/css/atcb-round.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-text.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Text
77
*
8-
* Version: 2.7.2
8+
* Version: 2.7.3
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)
@@ -830,6 +830,7 @@ a.atcb-modal-btn:not([disabled]):hover {
830830
overflow: hidden;
831831
display: -webkit-box;
832832
-webkit-line-clamp: var(--date-btn-headline-line-clamp);
833+
line-clamp: var(--date-btn-headline-line-clamp);
833834
-webkit-box-orient: vertical;
834835
}
835836

@@ -849,6 +850,7 @@ a.atcb-modal-btn:not([disabled]):hover {
849850
overflow: hidden;
850851
display: -webkit-box;
851852
-webkit-line-clamp: 1;
853+
line-clamp: 1;
852854
-webkit-box-orient: vertical;
853855
word-break: break-all;
854856
}
@@ -1457,6 +1459,7 @@ a.atcb-modal-btn:not([disabled]):hover {
14571459

14581460
#atcb-reference.atcb-dropup {
14591461
position: absolute;
1462+
margin-top: -1px;
14601463
}
14611464

14621465
.atcb-modal-host-initialized #atcb-reference.atcb-dropup {

assets/css/atcb-text.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.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Style: Default
77
*
8-
* Version: 2.7.2
8+
* Version: 2.7.3
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)
@@ -756,6 +756,7 @@ a.atcb-modal-btn:not([disabled]):hover {
756756
overflow: hidden;
757757
display: -webkit-box;
758758
-webkit-line-clamp: var(--date-btn-headline-line-clamp);
759+
line-clamp: var(--date-btn-headline-line-clamp);
759760
-webkit-box-orient: vertical;
760761
}
761762

@@ -775,6 +776,7 @@ a.atcb-modal-btn:not([disabled]):hover {
775776
overflow: hidden;
776777
display: -webkit-box;
777778
-webkit-line-clamp: 1;
779+
line-clamp: 1;
778780
-webkit-box-orient: vertical;
779781
word-break: break-all;
780782
}
@@ -1395,6 +1397,7 @@ a.atcb-modal-btn:not([disabled]):hover {
13951397

13961398
#atcb-reference.atcb-dropup {
13971399
position: absolute;
1400+
margin-top: -1px;
13981401
}
13991402

14001403
.atcb-modal-host-initialized #atcb-reference.atcb-dropup {

assets/css/atcb.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.

demo/components/controls/configSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const onSearchInputBlur = () => {
159159
<input
160160
:id="elInputID"
161161
ref="searchInput"
162-
class="autocomplete-input truncate rounded-md bg-zinc-50 py-2 pl-3 pr-10 text-left text-sm caret-secondary placeholder:text-xs focus:outline-none focus-visible:ring focus-visible:ring-secondary/75 group-hover:bg-white dark:bg-zinc-700 dark:group-hover:bg-zinc-600"
162+
class="autocomplete-input w-full truncate rounded-md bg-zinc-50 py-2 pl-3 pr-10 text-left text-sm caret-secondary placeholder:text-xs focus:outline-none focus-visible:ring focus-visible:ring-secondary/75 group-hover:bg-white dark:bg-zinc-700 dark:group-hover:bg-zinc-600"
163163
:placeholder="$t('labels.inputs.search')"
164164
:aria-label="$t('labels.inputs.search')"
165165
@focus="onSearchInputFocus"

demo/components/footer.vue

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

demo/locales/de.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,12 @@
368368
"block_step1": "Füge einen neuen Block hinzu und suche hierbei nach \"Add to Calendar Button\".",
369369
"block_step2": "Klicke auf den Block, bzw. auf den Button.",
370370
"block_step3": "Füge über die \"Block\"-Einstellungen auf der rechten Seite die gewünschten Attribute hinzu.",
371+
"block_pro": "Wenn du unseren PRO-Service nutzt, kannst du die entsprechende Option aktivieren. Dies erlaubt dir auch dynamische Daten zu verknüpfen - bspw. Meta- oder ACF-Felder.",
371372
"shortcode1": "Alternativ kannst du einen Button auch mit dem shortcode [add-to-calendar-button] erzeugen und Attribute direkt dort spezifizieren:",
373+
"shortcode_pro": "Die Verknüpfung von dynamischen Daten ist auch mit dem Shortcode mögich. Schau dir die PRO-Dokumentation für weitere Informationen und Anleitungen an.",
372374
"shortcode2": "Beachte, dass du innerhalb eines Shortcodes die Zeichen '[' und ']' nicht nutzen kannst! Für die erweiterten Formatierungs-Optionen kannst du das Schema {'{'}*{'}'} anstelle von [*] nutzen.",
373-
"shortcode_description": "Beschreibung mit {'{'}b{'}'}fettem{'{'}/b{'}'} Text."
375+
"shortcode_description": "Beschreibung mit {'{'}b{'}'}fettem{'{'}/b{'}'} Text.",
376+
"pro_docs": "Zur Dokumentation der PRO-Version"
374377
},
375378
"next": {
376379
"headline": "Nächste Schritte",

demo/locales/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,12 @@
368368
"block_step1": "Add a new block and search for \"Add to Calendar Button\".",
369369
"block_step2": "Click at the appearing button.",
370370
"block_step3": "Add the attributes of your choice at the input on the right side \"Block\" settings.",
371+
"block_pro": "When using our PRO service, you can activate the respective option. This will also allow you to link dynamic data to the button - like meta or ACF field values.",
371372
"shortcode1": "Alternatively, you can also use the shortcode [add-to-calendar-button] and add the attributes directly to it:",
373+
"shortcode_pro": "The linking of dynamic data is also possible with the shortcode. Check our PRO documentation for more information and guidance.",
372374
"shortcode2": "Mind that you cannot use '[' and ']' characters inside a shortcode! For content formatting, you can use {'{'}*{'}'} instead of [*].",
373-
"shortcode_description": "Description with {'{'}b{'}'}bold{'{'}/b{'}'} text."
375+
"shortcode_description": "Description with {'{'}b{'}'}bold{'{'}/b{'}'} text.",
376+
"pro_docs": "To the PRO documentation"
374377
},
375378
"next": {
376379
"headline": "Next Steps",

0 commit comments

Comments
 (0)