Skip to content

Commit

Permalink
Merge pull request #632 from add2cal/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jekuer authored Sep 23, 2024
2 parents 2dee0a8 + fa9fcd6 commit d0c4bd4
Show file tree
Hide file tree
Showing 36 changed files with 3,791 additions and 2,317 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ In doubt, simply ask and we find a way. :)
<a href="https://github.com/killerrin"><img src="https://avatars.githubusercontent.com/u/3269687?v=4" title="killerrin" width="60" height="60"></a>
<a href="https://github.com/acm-will"><img src="https://avatars.githubusercontent.com/u/103984058?v=4" title="acm-will" width="60" height="60"></a>
<a href="https://github.com/pbaumard"><img src="https://avatars.githubusercontent.com/u/6176006?v=4" title="Pierre Baumard" width="60" height="60"></a>
<a href="https://github.com/brenjt"><img src="https://avatars.githubusercontent.com/u/1713885?v=4" title="Brennan" width="60" height="60"></a>
<a href="https://github.com/chris-at-fabius-labs"><img src="https://avatars.githubusercontent.com/u/108754665?v=4" title="chris-at-fabius-labs" width="60" height="60"></a>
<a href="https://github.com/ssaaiidd"><img src="https://avatars.githubusercontent.com/u/29234802?v=4" title="ssaaiidd" width="60" height="60"></a>
<a href="https://github.com/c0rychu"><img src="https://avatars.githubusercontent.com/u/55235141?v=4" title="Cory Chu" width="60" height="60"></a>
Expand Down
9 changes: 7 additions & 2 deletions assets/css/atcb-3d.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: 3D
*
* Version: 2.6.19
* Version: 2.6.20
* Creator: Jens Kuerschner (https://jekuer.com)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1424,6 +1424,7 @@ a.atcb-modal-btn:not([disabled]):hover {
filter: drop-shadow(0 0 3px rgba(255 255 255 / 80%));
height: auto;
padding: 8px 0;
text-align: center;
transform: translate3d(0, 0, 0);
width: 100%;
z-index: 15000000;
Expand All @@ -1440,6 +1441,10 @@ a.atcb-modal-btn:not([disabled]):hover {
position: absolute;
}

.atcb-modal-host-initialized #atcb-reference.atcb-dropup {
text-align: left;
}

/* :host-context(html.atcb-dark):host(.atcb-bodyScheme) #atcb-reference,
:host-context(body.atcb-dark):host(.atcb-bodyScheme) #atcb-reference, */
:host(.atcb-dark) #atcb-reference {
Expand All @@ -1453,7 +1458,7 @@ a.atcb-modal-btn:not([disabled]):hover {
width: 150px;
max-width: 100%;
margin: auto;
display: block;
display: inline-block;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/atcb-3d.min.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions assets/css/atcb-date.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Date
*
* Version: 2.6.19
* Version: 2.6.20
* Creator: Jens Kuerschner (https://jekuer.com)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1119,6 +1119,7 @@ a.atcb-modal-btn:not([disabled]):hover {
filter: drop-shadow(0 0 3px rgba(255 255 255 / 80%));
height: auto;
padding: 8px 0;
text-align: center;
transform: translate3d(0, 0, 0);
width: 100%;
z-index: 15000000;
Expand All @@ -1135,6 +1136,10 @@ a.atcb-modal-btn:not([disabled]):hover {
position: absolute;
}

.atcb-modal-host-initialized #atcb-reference.atcb-dropup {
text-align: left;
}

/* :host-context(html.atcb-dark):host(.atcb-bodyScheme) #atcb-reference,
:host-context(body.atcb-dark):host(.atcb-bodyScheme) #atcb-reference, */
:host(.atcb-dark) #atcb-reference {
Expand All @@ -1148,7 +1153,7 @@ a.atcb-modal-btn:not([disabled]):hover {
width: 150px;
max-width: 100%;
margin: auto;
display: block;
display: inline-block;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/atcb-date.min.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions assets/css/atcb-flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Flat
*
* Version: 2.6.19
* Version: 2.6.20
* Creator: Jens Kuerschner (https://jekuer.com)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1349,6 +1349,7 @@ a.atcb-modal-btn:not([disabled]):hover {
filter: drop-shadow(0 0 3px rgba(255 255 255 / 80%));
height: auto;
padding: 8px 0;
text-align: center;
transform: translate3d(0, 0, 0);
width: 100%;
z-index: 15000000;
Expand All @@ -1365,6 +1366,10 @@ a.atcb-modal-btn:not([disabled]):hover {
position: absolute;
}

.atcb-modal-host-initialized #atcb-reference.atcb-dropup {
text-align: left;
}

/* :host-context(html.atcb-dark):host(.atcb-bodyScheme) #atcb-reference,
:host-context(body.atcb-dark):host(.atcb-bodyScheme) #atcb-reference, */
:host(.atcb-dark) #atcb-reference {
Expand All @@ -1378,7 +1383,7 @@ a.atcb-modal-btn:not([disabled]):hover {
width: 150px;
max-width: 100%;
margin: auto;
display: block;
display: inline-block;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/atcb-flat.min.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions assets/css/atcb-neumorphism.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Neumorphism
*
* Version: 2.6.19
* Version: 2.6.20
* Creator: Jens Kuerschner (https://jekuer.com)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1348,6 +1348,7 @@ a.atcb-modal-btn:not([disabled]):hover {
filter: drop-shadow(0 0 3px rgba(255 255 255 / 80%));
height: auto;
padding: 8px 0;
text-align: center;
transform: translate3d(0, 0, 0);
width: 100%;
z-index: 15000000;
Expand All @@ -1364,6 +1365,10 @@ a.atcb-modal-btn:not([disabled]):hover {
position: absolute;
}

.atcb-modal-host-initialized #atcb-reference.atcb-dropup {
text-align: left;
}

/* :host-context(html.atcb-dark):host(.atcb-bodyScheme) #atcb-reference,
:host-context(body.atcb-dark):host(.atcb-bodyScheme) #atcb-reference, */
:host(.atcb-dark) #atcb-reference {
Expand All @@ -1377,7 +1382,7 @@ a.atcb-modal-btn:not([disabled]):hover {
width: 150px;
max-width: 100%;
margin: auto;
display: block;
display: inline-block;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/atcb-neumorphism.min.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions assets/css/atcb-round.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Round
*
* Version: 2.6.19
* Version: 2.6.20
* Creator: Jens Kuerschner (https://jekuer.com)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1434,6 +1434,7 @@ a.atcb-modal-btn:not([disabled]):hover {
filter: drop-shadow(0 0 3px rgba(255 255 255 / 80%));
height: auto;
padding: 8px 0;
text-align: center;
transform: translate3d(0, 0, 0);
width: 100%;
z-index: 15000000;
Expand All @@ -1450,6 +1451,10 @@ a.atcb-modal-btn:not([disabled]):hover {
position: absolute;
}

.atcb-modal-host-initialized #atcb-reference.atcb-dropup {
text-align: left;
}

/* :host-context(html.atcb-dark):host(.atcb-bodyScheme) #atcb-reference,
:host-context(body.atcb-dark):host(.atcb-bodyScheme) #atcb-reference, */
:host(.atcb-dark) #atcb-reference {
Expand All @@ -1463,7 +1468,7 @@ a.atcb-modal-btn:not([disabled]):hover {
width: 150px;
max-width: 100%;
margin: auto;
display: block;
display: inline-block;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/atcb-round.min.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions assets/css/atcb-text.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Text
*
* Version: 2.6.19
* Version: 2.6.20
* Creator: Jens Kuerschner (https://jekuer.com)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1431,6 +1431,7 @@ a.atcb-modal-btn:not([disabled]):hover {
filter: drop-shadow(0 0 3px rgba(255 255 255 / 80%));
height: auto;
padding: 8px 0;
text-align: center;
transform: translate3d(0, 0, 0);
width: 100%;
z-index: 15000000;
Expand All @@ -1447,6 +1448,10 @@ a.atcb-modal-btn:not([disabled]):hover {
position: absolute;
}

.atcb-modal-host-initialized #atcb-reference.atcb-dropup {
text-align: left;
}

/* :host-context(html.atcb-dark):host(.atcb-bodyScheme) #atcb-reference,
:host-context(body.atcb-dark):host(.atcb-bodyScheme) #atcb-reference, */
:host(.atcb-dark) #atcb-reference {
Expand All @@ -1460,7 +1465,7 @@ a.atcb-modal-btn:not([disabled]):hover {
width: 150px;
max-width: 100%;
margin: auto;
display: block;
display: inline-block;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/atcb-text.min.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions assets/css/atcb.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Default
*
* Version: 2.6.19
* Version: 2.6.20
* Creator: Jens Kuerschner (https://jekuer.com)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1369,6 +1369,7 @@ a.atcb-modal-btn:not([disabled]):hover {
filter: drop-shadow(0 0 3px rgba(255 255 255 / 80%));
height: auto;
padding: 8px 0;
text-align: center;
transform: translate3d(0, 0, 0);
width: 100%;
z-index: 15000000;
Expand All @@ -1385,6 +1386,10 @@ a.atcb-modal-btn:not([disabled]):hover {
position: absolute;
}

.atcb-modal-host-initialized #atcb-reference.atcb-dropup {
text-align: left;
}

/* :host-context(html.atcb-dark):host(.atcb-bodyScheme) #atcb-reference,
:host-context(body.atcb-dark):host(.atcb-bodyScheme) #atcb-reference, */
:host(.atcb-dark) #atcb-reference {
Expand All @@ -1398,7 +1403,7 @@ a.atcb-modal-btn:not([disabled]):hover {
width: 150px;
max-width: 100%;
margin: auto;
display: block;
display: inline-block;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/atcb.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function topFunction() {
</span>
<div class="mt-6 text-xs sm:mt-5 md:mt-3">
<span class="font-semibold text-zinc-500 dark:text-zinc-400"> &copy; {{new Date().getFullYear()}} </span>
<span class="lowercase text-zinc-400 dark:text-zinc-500"> , Current Version: 2.6.19 </span>
<span class="lowercase text-zinc-400 dark:text-zinc-500"> , Current Version: 2.6.20 </span>
</div>
</div>
<div class="hidden self-center sm:block">
Expand Down
4 changes: 2 additions & 2 deletions demo/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default defineNuxtConfig({
crossOriginOpenerPolicy: 'unsafe-none',
crossOriginEmbedderPolicy: 'unsafe-none',
contentSecurityPolicy: false,
// the following needs to match the settings in ./public/staticwebapp.config.json
// the following needs to match the settings in ./public/_headers
referrerPolicy: 'strict-origin-when-cross-origin',
strictTransportSecurity: {
maxAge: 31536000,
Expand All @@ -70,7 +70,7 @@ export default defineNuxtConfig({
},
},
allowedMethodsRestricter: {
methods: ['GET'],
methods: ['GET', 'HEAD', 'OPTIONS'],
throwError: true,
},
},
Expand Down
Loading

0 comments on commit d0c4bd4

Please sign in to comment.