@warp-ds/elements 1.0.0-alpha.26 → 1.0.0-alpha.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +90 -49
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -637,26 +637,26 @@ const T = {
|
|
|
637
637
|
titleType: "h4"
|
|
638
638
|
}, j = {
|
|
639
639
|
// Buttontypes
|
|
640
|
-
buttonSecondary: "py-10 px-14 border-2 font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out i-text-$color-button-secondary-text hover:i-text-$color-button-secondary-text i-border-$color-button-secondary-border i-bg-$color-button-secondary-background hover:i-bg-$color-button-secondary-background-hover hover:i-border-$color-button-secondary-border-hover active:i-bg-$color-button-secondary-background-active",
|
|
640
|
+
buttonSecondary: "py-10 px-14 border-2 font-bold rounded-8 text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out i-text-$color-button-secondary-text hover:i-text-$color-button-secondary-text i-border-$color-button-secondary-border i-bg-$color-button-secondary-background hover:i-bg-$color-button-secondary-background-hover hover:i-border-$color-button-secondary-border-hover active:i-bg-$color-button-secondary-background-active",
|
|
641
641
|
// .button, .button--secondary, .button--default. using tailwind ease-in-out instead of fabric transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96)
|
|
642
|
-
buttonPrimary: "py-12 px-16 border-0 font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out i-text-$color-button-primary-text hover:i-text-$color-button-primary-text i-bg-$color-button-primary-background hover:i-bg-$color-button-primary-background-hover! active:i-bg-$color-button-primary-background-active",
|
|
642
|
+
buttonPrimary: "py-12 px-16 border-0 font-bold rounded-8 text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out i-text-$color-button-primary-text hover:i-text-$color-button-primary-text i-bg-$color-button-primary-background hover:i-bg-$color-button-primary-background-hover! active:i-bg-$color-button-primary-background-active",
|
|
643
643
|
// .button--primary, .button--cta
|
|
644
|
-
buttonFlat: "py-12 px-16 border-0! font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out i-bg-$color-button-quiet-background! i-text-$color-button-quiet-text! hover:i-bg-$color-button-quiet-background-hover! active:i-bg-$color-button-quiet-background-active!",
|
|
644
|
+
buttonFlat: "py-12 px-16 border-0! font-bold rounded-8 text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out i-bg-$color-button-quiet-background! i-text-$color-button-quiet-text! hover:i-bg-$color-button-quiet-background-hover! active:i-bg-$color-button-quiet-background-active!",
|
|
645
645
|
// .button--quiet, .button--flat
|
|
646
|
-
buttonDestructive: "py-12 px-16 border-0 font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out i-bg-$color-button-negative-background i-text-$color-button-negative-text hover:i-text-$color-button-negative-text hover:i-bg-$color-button-negative-background-hover! active:i-bg-$color-button-negative-background-active!",
|
|
646
|
+
buttonDestructive: "py-12 px-16 border-0 font-bold rounded-8 text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out i-bg-$color-button-negative-background i-text-$color-button-negative-text hover:i-text-$color-button-negative-text hover:i-bg-$color-button-negative-background-hover! active:i-bg-$color-button-negative-background-active!",
|
|
647
647
|
// .button--destructive
|
|
648
|
-
buttonDestructiveFlat: "py-12 px-16 border-0 font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out i-bg-$color-button-negative-quiet-background! i-text-$color-button-negative-quiet-text! hover:i-bg-$color-button-negative-quiet-background-hover! active:i-bg-$color-button-negative-quiet-background-active!",
|
|
648
|
+
buttonDestructiveFlat: "py-12 px-16 border-0 font-bold rounded-8 text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out i-bg-$color-button-negative-quiet-background! i-text-$color-button-negative-quiet-text! hover:i-bg-$color-button-negative-quiet-background-hover! active:i-bg-$color-button-negative-quiet-background-active!",
|
|
649
649
|
// .button--destructive-flat
|
|
650
|
-
buttonUtility: "px-[15px] py-[11px] font-bold leading-24 max-w-max focusable justify-center transition-colors ease-in-out border rounded-4 i-text-$color-button-utility-text hover:i-text-$color-button-utility-text i-bg-$color-button-utility-background i-border-$color-button-utility-border hover:i-bg-$color-button-utility-background hover:i-border-$color-button-utility-border-hover! active:i-border-$color-button-utility-border-active!",
|
|
650
|
+
buttonUtility: "px-[15px] py-[11px] font-bold text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out border rounded-4 i-text-$color-button-utility-text hover:i-text-$color-button-utility-text i-bg-$color-button-utility-background i-border-$color-button-utility-border hover:i-bg-$color-button-utility-background hover:i-border-$color-button-utility-border-hover! active:i-border-$color-button-utility-border-active!",
|
|
651
651
|
// .button--utility
|
|
652
|
-
buttonUtilityFlat: "py-12 px-16 bg-transparent border-0 font-bold leading-24 max-w-max focusable justify-center transition-colors ease-in-out i-text-$color-button-utility-quiet-text i-bg-$color-button-utility-quiet-background hover:i-bg-$color-button-utility-quiet-background-hover rounded-4",
|
|
652
|
+
buttonUtilityFlat: "py-12 px-16 bg-transparent border-0 font-bold text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out i-text-$color-button-utility-quiet-text i-bg-$color-button-utility-quiet-background hover:i-bg-$color-button-utility-quiet-background-hover rounded-4",
|
|
653
653
|
// .button--utility-flat
|
|
654
|
-
buttonPill: "font-bold leading-24 max-w-max focusable justify-center transition-colors ease-in-out rounded-full! min-h-[44px] min-w-[44px] border-0! p-4 i-text-$color-button-pill-icon hover:i-text-$color-button-pill-icon-hover active:i-text-$color-button-pill-icon-active i-bg-$color-button-pill-background hover:i-bg-$color-button-pill-background-hover acive:i-bg-$color-button-pill-background-active inline-flex items-center justify-center hover:bg-clip-padding",
|
|
654
|
+
buttonPill: "font-bold text-m leading-[24] max-w-max focusable justify-center transition-colors ease-in-out rounded-full! min-h-[44px] min-w-[44px] border-0! p-4 i-text-$color-button-pill-icon hover:i-text-$color-button-pill-icon-hover active:i-text-$color-button-pill-icon-active i-bg-$color-button-pill-background hover:i-bg-$color-button-pill-background-hover acive:i-bg-$color-button-pill-background-active inline-flex items-center justify-center hover:bg-clip-padding",
|
|
655
655
|
// .button--pill missing: hover:background-color: rgba(var(--f-blue-600-rgb), 0.1) , and: hover:border-color: hsla(0, 0%, 100%, 0.4);
|
|
656
|
-
buttonLink: "leading-24 max-w-max focusable ease-in-out inline s-text-link active:underline hover:underline",
|
|
656
|
+
buttonLink: "leading-[24] max-w-max bg-transparent focusable ease-in-out inline s-text-link active:underline hover:underline",
|
|
657
657
|
//.button--link /* Buttons pretending to be links, (Should rather inherit the actual link setup in the future?) */
|
|
658
658
|
// Sizestuff
|
|
659
|
-
buttonSmall: "px-16 py-6 text-xs
|
|
659
|
+
buttonSmall: "px-16 py-6 text-xs!",
|
|
660
660
|
// .button--small
|
|
661
661
|
buttonSmallOverride: "py-8",
|
|
662
662
|
// .button--small.button--primary, .button--small.button--destructive, .button--small.button--destructive-flat, .button--small.button--order, .button--small.button--quiet
|
|
@@ -669,10 +669,10 @@ const T = {
|
|
|
669
669
|
buttonSmallButtonLink: "p-0",
|
|
670
670
|
// .button--small.button--link
|
|
671
671
|
// Disabled
|
|
672
|
-
buttonIsDisabled: "py-10 px-14 font-bold leading-24 max-w-max justify-center transition-colors ease-in-out i-bg-$color-button-disabled-background! i-text-$color-button-disabled-text cursor-default pointer-events-none",
|
|
672
|
+
buttonIsDisabled: "py-10 px-14 font-bold leading-[24] max-w-max justify-center transition-colors ease-in-out i-bg-$color-button-disabled-background! i-text-$color-button-disabled-text cursor-default pointer-events-none",
|
|
673
673
|
// .button:disabled, .button--is-disabled
|
|
674
674
|
// Progress indicator
|
|
675
|
-
buttonInProgress: "py-10 px-14 border-0 font-bold rounded-8 leading-24 max-w-max focusable justify-center transition-colors ease-in-out animate-inprogress i-text-$color-button-loading-text! pointer-events-none i-bg-$color-button-loading-background!",
|
|
675
|
+
buttonInProgress: "py-10 px-14 border-0 font-bold rounded-8 leading-[24] max-w-max focusable justify-center transition-colors ease-in-out animate-inprogress i-text-$color-button-loading-text! pointer-events-none i-bg-$color-button-loading-background!",
|
|
676
676
|
// .button--in-progress, a.button--in-progress:visited
|
|
677
677
|
linkAsButton: "inline-block hover:no-underline",
|
|
678
678
|
a11y: "sr-only"
|
|
@@ -717,13 +717,13 @@ const T = {
|
|
|
717
717
|
helpText: "text-xs mt-4 block i-text-$color-helptext-text",
|
|
718
718
|
helpTextValid: "i-text-$color-helptext-text-positive",
|
|
719
719
|
helpTextInvalid: "i-text-$color-helptext-text-negative"
|
|
720
|
-
}, ke = "absolute top-0 bottom-0 flex justify-center items-center focusable focus:[--w-outline-offset:-2px] ", et = {
|
|
721
|
-
wrapper: ke
|
|
720
|
+
}, ke = "absolute top-0 bottom-0 flex justify-center items-center focusable focus:[--w-outline-offset:-2px] bg-transparent", et = {
|
|
721
|
+
wrapper: `${ke} right-0`,
|
|
722
722
|
wrapperWithLabel: "w-max pr-12",
|
|
723
723
|
wrapperWithIcon: "w-40",
|
|
724
724
|
label: `${G.label} pb-0! text-xs!`
|
|
725
725
|
}, tt = {
|
|
726
|
-
wrapper: ke
|
|
726
|
+
wrapper: `${ke} left-0`,
|
|
727
727
|
wrapperWithLabel: "w-max pl-12",
|
|
728
728
|
wrapperWithIcon: "w-40",
|
|
729
729
|
label: `${G.label} pb-0! text-xs!`
|
|
@@ -936,8 +936,9 @@ w(nr, "styles", q`
|
|
|
936
936
|
.caret-current{caret-color:currentColor;}
|
|
937
937
|
.before\\:opacity-25::before,
|
|
938
938
|
.opacity-25{opacity:25%;}
|
|
939
|
-
.flex
|
|
939
|
+
.before\\:flex\\!::before,
|
|
940
940
|
.flex\\!{display:flex !important;}
|
|
941
|
+
.flex{display:flex;}
|
|
941
942
|
.inline-flex{display:inline-flex;}
|
|
942
943
|
.inline-flex\\!{display:inline-flex !important;}
|
|
943
944
|
.grid{display:grid;}
|
|
@@ -1275,6 +1276,7 @@ w(nr, "styles", q`
|
|
|
1275
1276
|
.focus\\:outline-none:focus,
|
|
1276
1277
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
1277
1278
|
.items-end{align-items:flex-end;}
|
|
1279
|
+
.before\\:items-center::before,
|
|
1278
1280
|
.items-center{align-items:center;}
|
|
1279
1281
|
.self-center{align-self:center;}
|
|
1280
1282
|
.inset-0{inset:0rem;}
|
|
@@ -1302,6 +1304,7 @@ w(nr, "styles", q`
|
|
|
1302
1304
|
.top-20{top:2rem;}
|
|
1303
1305
|
.top-4{top:0.4rem;}
|
|
1304
1306
|
.justify-end{justify-content:flex-end;}
|
|
1307
|
+
.before\\:justify-center::before,
|
|
1305
1308
|
.justify-center{justify-content:center;}
|
|
1306
1309
|
.justify-between{justify-content:space-between;}
|
|
1307
1310
|
.justify-items-center{justify-items:center;}
|
|
@@ -1480,7 +1483,7 @@ w(nr, "styles", q`
|
|
|
1480
1483
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
1481
1484
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
1482
1485
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
1483
|
-
.leading
|
|
1486
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
1484
1487
|
@media (min-width: 480px){
|
|
1485
1488
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
1486
1489
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -1746,8 +1749,9 @@ w(Co, "shadowRootOptions", { ...k.shadowRootOptions, delegatesFocus: !0 }), w(Co
|
|
|
1746
1749
|
.caret-current{caret-color:currentColor;}
|
|
1747
1750
|
.before\\:opacity-25::before,
|
|
1748
1751
|
.opacity-25{opacity:25%;}
|
|
1749
|
-
.flex
|
|
1752
|
+
.before\\:flex\\!::before,
|
|
1750
1753
|
.flex\\!{display:flex !important;}
|
|
1754
|
+
.flex{display:flex;}
|
|
1751
1755
|
.inline-flex{display:inline-flex;}
|
|
1752
1756
|
.inline-flex\\!{display:inline-flex !important;}
|
|
1753
1757
|
.grid{display:grid;}
|
|
@@ -2085,6 +2089,7 @@ w(Co, "shadowRootOptions", { ...k.shadowRootOptions, delegatesFocus: !0 }), w(Co
|
|
|
2085
2089
|
.focus\\:outline-none:focus,
|
|
2086
2090
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
2087
2091
|
.items-end{align-items:flex-end;}
|
|
2092
|
+
.before\\:items-center::before,
|
|
2088
2093
|
.items-center{align-items:center;}
|
|
2089
2094
|
.self-center{align-self:center;}
|
|
2090
2095
|
.inset-0{inset:0rem;}
|
|
@@ -2112,6 +2117,7 @@ w(Co, "shadowRootOptions", { ...k.shadowRootOptions, delegatesFocus: !0 }), w(Co
|
|
|
2112
2117
|
.top-20{top:2rem;}
|
|
2113
2118
|
.top-4{top:0.4rem;}
|
|
2114
2119
|
.justify-end{justify-content:flex-end;}
|
|
2120
|
+
.before\\:justify-center::before,
|
|
2115
2121
|
.justify-center{justify-content:center;}
|
|
2116
2122
|
.justify-between{justify-content:space-between;}
|
|
2117
2123
|
.justify-items-center{justify-items:center;}
|
|
@@ -2289,7 +2295,7 @@ w(Co, "shadowRootOptions", { ...k.shadowRootOptions, delegatesFocus: !0 }), w(Co
|
|
|
2289
2295
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
2290
2296
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
2291
2297
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
2292
|
-
.leading
|
|
2298
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
2293
2299
|
@media (min-width: 480px){
|
|
2294
2300
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
2295
2301
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -2441,8 +2447,9 @@ w(br, "styles", [
|
|
|
2441
2447
|
.caret-current{caret-color:currentColor;}
|
|
2442
2448
|
.before\\:opacity-25::before,
|
|
2443
2449
|
.opacity-25{opacity:25%;}
|
|
2444
|
-
.flex
|
|
2450
|
+
.before\\:flex\\!::before,
|
|
2445
2451
|
.flex\\!{display:flex !important;}
|
|
2452
|
+
.flex{display:flex;}
|
|
2446
2453
|
.inline-flex{display:inline-flex;}
|
|
2447
2454
|
.inline-flex\\!{display:inline-flex !important;}
|
|
2448
2455
|
.grid{display:grid;}
|
|
@@ -2780,6 +2787,7 @@ w(br, "styles", [
|
|
|
2780
2787
|
.focus\\:outline-none:focus,
|
|
2781
2788
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
2782
2789
|
.items-end{align-items:flex-end;}
|
|
2790
|
+
.before\\:items-center::before,
|
|
2783
2791
|
.items-center{align-items:center;}
|
|
2784
2792
|
.self-center{align-self:center;}
|
|
2785
2793
|
.inset-0{inset:0rem;}
|
|
@@ -2807,6 +2815,7 @@ w(br, "styles", [
|
|
|
2807
2815
|
.top-20{top:2rem;}
|
|
2808
2816
|
.top-4{top:0.4rem;}
|
|
2809
2817
|
.justify-end{justify-content:flex-end;}
|
|
2818
|
+
.before\\:justify-center::before,
|
|
2810
2819
|
.justify-center{justify-content:center;}
|
|
2811
2820
|
.justify-between{justify-content:space-between;}
|
|
2812
2821
|
.justify-items-center{justify-items:center;}
|
|
@@ -2984,7 +2993,7 @@ w(br, "styles", [
|
|
|
2984
2993
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
2985
2994
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
2986
2995
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
2987
|
-
.leading
|
|
2996
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
2988
2997
|
@media (min-width: 480px){
|
|
2989
2998
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
2990
2999
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -3229,9 +3238,9 @@ Do = new WeakSet(), ze = function() {
|
|
|
3229
3238
|
.caret-current{caret-color:currentColor;}
|
|
3230
3239
|
.before\\:opacity-25::before,
|
|
3231
3240
|
.opacity-25{opacity:25%;}
|
|
3232
|
-
.
|
|
3233
|
-
.flex{display:flex;}
|
|
3241
|
+
.before\\:flex\\!::before,
|
|
3234
3242
|
.flex\\!{display:flex !important;}
|
|
3243
|
+
.flex{display:flex;}
|
|
3235
3244
|
.inline-flex{display:inline-flex;}
|
|
3236
3245
|
.inline-flex\\!{display:inline-flex !important;}
|
|
3237
3246
|
.grid{display:grid;}
|
|
@@ -3569,6 +3578,7 @@ Do = new WeakSet(), ze = function() {
|
|
|
3569
3578
|
.focus\\:outline-none:focus,
|
|
3570
3579
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
3571
3580
|
.items-end{align-items:flex-end;}
|
|
3581
|
+
.before\\:items-center::before,
|
|
3572
3582
|
.items-center{align-items:center;}
|
|
3573
3583
|
.self-center{align-self:center;}
|
|
3574
3584
|
.inset-0{inset:0rem;}
|
|
@@ -3596,6 +3606,7 @@ Do = new WeakSet(), ze = function() {
|
|
|
3596
3606
|
.top-20{top:2rem;}
|
|
3597
3607
|
.top-4{top:0.4rem;}
|
|
3598
3608
|
.justify-end{justify-content:flex-end;}
|
|
3609
|
+
.before\\:justify-center::before,
|
|
3599
3610
|
.justify-center{justify-content:center;}
|
|
3600
3611
|
.justify-between{justify-content:space-between;}
|
|
3601
3612
|
.justify-items-center{justify-items:center;}
|
|
@@ -3773,7 +3784,7 @@ Do = new WeakSet(), ze = function() {
|
|
|
3773
3784
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
3774
3785
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
3775
3786
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
3776
|
-
.leading
|
|
3787
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
3777
3788
|
@media (min-width: 480px){
|
|
3778
3789
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
3779
3790
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -3897,8 +3908,9 @@ w(ur, "styles", q`
|
|
|
3897
3908
|
.caret-current{caret-color:currentColor;}
|
|
3898
3909
|
.before\\:opacity-25::before,
|
|
3899
3910
|
.opacity-25{opacity:25%;}
|
|
3900
|
-
.flex
|
|
3911
|
+
.before\\:flex\\!::before,
|
|
3901
3912
|
.flex\\!{display:flex !important;}
|
|
3913
|
+
.flex{display:flex;}
|
|
3902
3914
|
.inline-flex{display:inline-flex;}
|
|
3903
3915
|
.inline-flex\\!{display:inline-flex !important;}
|
|
3904
3916
|
.grid{display:grid;}
|
|
@@ -4236,6 +4248,7 @@ w(ur, "styles", q`
|
|
|
4236
4248
|
.focus\\:outline-none:focus,
|
|
4237
4249
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
4238
4250
|
.items-end{align-items:flex-end;}
|
|
4251
|
+
.before\\:items-center::before,
|
|
4239
4252
|
.items-center{align-items:center;}
|
|
4240
4253
|
.self-center{align-self:center;}
|
|
4241
4254
|
.inset-0{inset:0rem;}
|
|
@@ -4263,6 +4276,7 @@ w(ur, "styles", q`
|
|
|
4263
4276
|
.top-20{top:2rem;}
|
|
4264
4277
|
.top-4{top:0.4rem;}
|
|
4265
4278
|
.justify-end{justify-content:flex-end;}
|
|
4279
|
+
.before\\:justify-center::before,
|
|
4266
4280
|
.justify-center{justify-content:center;}
|
|
4267
4281
|
.justify-between{justify-content:space-between;}
|
|
4268
4282
|
.justify-items-center{justify-items:center;}
|
|
@@ -4440,7 +4454,7 @@ w(ur, "styles", q`
|
|
|
4440
4454
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
4441
4455
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
4442
4456
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
4443
|
-
.leading
|
|
4457
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
4444
4458
|
@media (min-width: 480px){
|
|
4445
4459
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
4446
4460
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -4573,8 +4587,9 @@ w(vr, "styles", q`
|
|
|
4573
4587
|
.caret-current{caret-color:currentColor;}
|
|
4574
4588
|
.before\\:opacity-25::before,
|
|
4575
4589
|
.opacity-25{opacity:25%;}
|
|
4576
|
-
.flex
|
|
4590
|
+
.before\\:flex\\!::before,
|
|
4577
4591
|
.flex\\!{display:flex !important;}
|
|
4592
|
+
.flex{display:flex;}
|
|
4578
4593
|
.inline-flex{display:inline-flex;}
|
|
4579
4594
|
.inline-flex\\!{display:inline-flex !important;}
|
|
4580
4595
|
.grid{display:grid;}
|
|
@@ -4912,6 +4927,7 @@ w(vr, "styles", q`
|
|
|
4912
4927
|
.focus\\:outline-none:focus,
|
|
4913
4928
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
4914
4929
|
.items-end{align-items:flex-end;}
|
|
4930
|
+
.before\\:items-center::before,
|
|
4915
4931
|
.items-center{align-items:center;}
|
|
4916
4932
|
.self-center{align-self:center;}
|
|
4917
4933
|
.inset-0{inset:0rem;}
|
|
@@ -4939,6 +4955,7 @@ w(vr, "styles", q`
|
|
|
4939
4955
|
.top-20{top:2rem;}
|
|
4940
4956
|
.top-4{top:0.4rem;}
|
|
4941
4957
|
.justify-end{justify-content:flex-end;}
|
|
4958
|
+
.before\\:justify-center::before,
|
|
4942
4959
|
.justify-center{justify-content:center;}
|
|
4943
4960
|
.justify-between{justify-content:space-between;}
|
|
4944
4961
|
.justify-items-center{justify-items:center;}
|
|
@@ -5116,7 +5133,7 @@ w(vr, "styles", q`
|
|
|
5116
5133
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
5117
5134
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
5118
5135
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
5119
|
-
.leading
|
|
5136
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
5120
5137
|
@media (min-width: 480px){
|
|
5121
5138
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
5122
5139
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -5420,9 +5437,9 @@ w(pr, "styles", [
|
|
|
5420
5437
|
.caret-current{caret-color:currentColor;}
|
|
5421
5438
|
.before\\:opacity-25::before,
|
|
5422
5439
|
.opacity-25{opacity:25%;}
|
|
5423
|
-
.
|
|
5424
|
-
.flex{display:flex;}
|
|
5440
|
+
.before\\:flex\\!::before,
|
|
5425
5441
|
.flex\\!{display:flex !important;}
|
|
5442
|
+
.flex{display:flex;}
|
|
5426
5443
|
.inline-flex{display:inline-flex;}
|
|
5427
5444
|
.inline-flex\\!{display:inline-flex !important;}
|
|
5428
5445
|
.grid{display:grid;}
|
|
@@ -5760,6 +5777,7 @@ w(pr, "styles", [
|
|
|
5760
5777
|
.focus\\:outline-none:focus,
|
|
5761
5778
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
5762
5779
|
.items-end{align-items:flex-end;}
|
|
5780
|
+
.before\\:items-center::before,
|
|
5763
5781
|
.items-center{align-items:center;}
|
|
5764
5782
|
.self-center{align-self:center;}
|
|
5765
5783
|
.inset-0{inset:0rem;}
|
|
@@ -5787,6 +5805,7 @@ w(pr, "styles", [
|
|
|
5787
5805
|
.top-20{top:2rem;}
|
|
5788
5806
|
.top-4{top:0.4rem;}
|
|
5789
5807
|
.justify-end{justify-content:flex-end;}
|
|
5808
|
+
.before\\:justify-center::before,
|
|
5790
5809
|
.justify-center{justify-content:center;}
|
|
5791
5810
|
.justify-between{justify-content:space-between;}
|
|
5792
5811
|
.justify-items-center{justify-items:center;}
|
|
@@ -5964,7 +5983,7 @@ w(pr, "styles", [
|
|
|
5964
5983
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
5965
5984
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
5966
5985
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
5967
|
-
.leading
|
|
5986
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
5968
5987
|
@media (min-width: 480px){
|
|
5969
5988
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
5970
5989
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -6272,9 +6291,9 @@ w(hr, "styles", [
|
|
|
6272
6291
|
.caret-current{caret-color:currentColor;}
|
|
6273
6292
|
.before\\:opacity-25::before,
|
|
6274
6293
|
.opacity-25{opacity:25%;}
|
|
6275
|
-
.
|
|
6276
|
-
.flex{display:flex;}
|
|
6294
|
+
.before\\:flex\\!::before,
|
|
6277
6295
|
.flex\\!{display:flex !important;}
|
|
6296
|
+
.flex{display:flex;}
|
|
6278
6297
|
.inline-flex{display:inline-flex;}
|
|
6279
6298
|
.inline-flex\\!{display:inline-flex !important;}
|
|
6280
6299
|
.grid{display:grid;}
|
|
@@ -6612,6 +6631,7 @@ w(hr, "styles", [
|
|
|
6612
6631
|
.focus\\:outline-none:focus,
|
|
6613
6632
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
6614
6633
|
.items-end{align-items:flex-end;}
|
|
6634
|
+
.before\\:items-center::before,
|
|
6615
6635
|
.items-center{align-items:center;}
|
|
6616
6636
|
.self-center{align-self:center;}
|
|
6617
6637
|
.inset-0{inset:0rem;}
|
|
@@ -6639,6 +6659,7 @@ w(hr, "styles", [
|
|
|
6639
6659
|
.top-20{top:2rem;}
|
|
6640
6660
|
.top-4{top:0.4rem;}
|
|
6641
6661
|
.justify-end{justify-content:flex-end;}
|
|
6662
|
+
.before\\:justify-center::before,
|
|
6642
6663
|
.justify-center{justify-content:center;}
|
|
6643
6664
|
.justify-between{justify-content:space-between;}
|
|
6644
6665
|
.justify-items-center{justify-items:center;}
|
|
@@ -6816,7 +6837,7 @@ w(hr, "styles", [
|
|
|
6816
6837
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
6817
6838
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
6818
6839
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
6819
|
-
.leading
|
|
6840
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
6820
6841
|
@media (min-width: 480px){
|
|
6821
6842
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
6822
6843
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -7000,8 +7021,9 @@ w(wr, "properties", {
|
|
|
7000
7021
|
.caret-current{caret-color:currentColor;}
|
|
7001
7022
|
.before\\:opacity-25::before,
|
|
7002
7023
|
.opacity-25{opacity:25%;}
|
|
7003
|
-
.flex
|
|
7024
|
+
.before\\:flex\\!::before,
|
|
7004
7025
|
.flex\\!{display:flex !important;}
|
|
7026
|
+
.flex{display:flex;}
|
|
7005
7027
|
.inline-flex{display:inline-flex;}
|
|
7006
7028
|
.inline-flex\\!{display:inline-flex !important;}
|
|
7007
7029
|
.grid{display:grid;}
|
|
@@ -7339,6 +7361,7 @@ w(wr, "properties", {
|
|
|
7339
7361
|
.focus\\:outline-none:focus,
|
|
7340
7362
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
7341
7363
|
.items-end{align-items:flex-end;}
|
|
7364
|
+
.before\\:items-center::before,
|
|
7342
7365
|
.items-center{align-items:center;}
|
|
7343
7366
|
.self-center{align-self:center;}
|
|
7344
7367
|
.inset-0{inset:0rem;}
|
|
@@ -7366,6 +7389,7 @@ w(wr, "properties", {
|
|
|
7366
7389
|
.top-20{top:2rem;}
|
|
7367
7390
|
.top-4{top:0.4rem;}
|
|
7368
7391
|
.justify-end{justify-content:flex-end;}
|
|
7392
|
+
.before\\:justify-center::before,
|
|
7369
7393
|
.justify-center{justify-content:center;}
|
|
7370
7394
|
.justify-between{justify-content:space-between;}
|
|
7371
7395
|
.justify-items-center{justify-items:center;}
|
|
@@ -7544,7 +7568,7 @@ w(wr, "properties", {
|
|
|
7544
7568
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
7545
7569
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
7546
7570
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
7547
|
-
.leading
|
|
7571
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
7548
7572
|
@media (min-width: 480px){
|
|
7549
7573
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
7550
7574
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -8145,8 +8169,9 @@ w(fr, "properties", {
|
|
|
8145
8169
|
.caret-current{caret-color:currentColor;}
|
|
8146
8170
|
.before\\:opacity-25::before,
|
|
8147
8171
|
.opacity-25{opacity:25%;}
|
|
8148
|
-
.flex
|
|
8172
|
+
.before\\:flex\\!::before,
|
|
8149
8173
|
.flex\\!{display:flex !important;}
|
|
8174
|
+
.flex{display:flex;}
|
|
8150
8175
|
.inline-flex{display:inline-flex;}
|
|
8151
8176
|
.inline-flex\\!{display:inline-flex !important;}
|
|
8152
8177
|
.grid{display:grid;}
|
|
@@ -8484,6 +8509,7 @@ w(fr, "properties", {
|
|
|
8484
8509
|
.focus\\:outline-none:focus,
|
|
8485
8510
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
8486
8511
|
.items-end{align-items:flex-end;}
|
|
8512
|
+
.before\\:items-center::before,
|
|
8487
8513
|
.items-center{align-items:center;}
|
|
8488
8514
|
.self-center{align-self:center;}
|
|
8489
8515
|
.inset-0{inset:0rem;}
|
|
@@ -8511,6 +8537,7 @@ w(fr, "properties", {
|
|
|
8511
8537
|
.top-20{top:2rem;}
|
|
8512
8538
|
.top-4{top:0.4rem;}
|
|
8513
8539
|
.justify-end{justify-content:flex-end;}
|
|
8540
|
+
.before\\:justify-center::before,
|
|
8514
8541
|
.justify-center{justify-content:center;}
|
|
8515
8542
|
.justify-between{justify-content:space-between;}
|
|
8516
8543
|
.justify-items-center{justify-items:center;}
|
|
@@ -8688,7 +8715,7 @@ w(fr, "properties", {
|
|
|
8688
8715
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
8689
8716
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
8690
8717
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
8691
|
-
.leading
|
|
8718
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
8692
8719
|
@media (min-width: 480px){
|
|
8693
8720
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
8694
8721
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -8913,9 +8940,9 @@ w(kr, "styles", [
|
|
|
8913
8940
|
.caret-current{caret-color:currentColor;}
|
|
8914
8941
|
.before\\:opacity-25::before,
|
|
8915
8942
|
.opacity-25{opacity:25%;}
|
|
8916
|
-
.
|
|
8917
|
-
.flex{display:flex;}
|
|
8943
|
+
.before\\:flex\\!::before,
|
|
8918
8944
|
.flex\\!{display:flex !important;}
|
|
8945
|
+
.flex{display:flex;}
|
|
8919
8946
|
.inline-flex{display:inline-flex;}
|
|
8920
8947
|
.inline-flex\\!{display:inline-flex !important;}
|
|
8921
8948
|
.grid{display:grid;}
|
|
@@ -9253,6 +9280,7 @@ w(kr, "styles", [
|
|
|
9253
9280
|
.focus\\:outline-none:focus,
|
|
9254
9281
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
9255
9282
|
.items-end{align-items:flex-end;}
|
|
9283
|
+
.before\\:items-center::before,
|
|
9256
9284
|
.items-center{align-items:center;}
|
|
9257
9285
|
.self-center{align-self:center;}
|
|
9258
9286
|
.inset-0{inset:0rem;}
|
|
@@ -9280,6 +9308,7 @@ w(kr, "styles", [
|
|
|
9280
9308
|
.top-20{top:2rem;}
|
|
9281
9309
|
.top-4{top:0.4rem;}
|
|
9282
9310
|
.justify-end{justify-content:flex-end;}
|
|
9311
|
+
.before\\:justify-center::before,
|
|
9283
9312
|
.justify-center{justify-content:center;}
|
|
9284
9313
|
.justify-between{justify-content:space-between;}
|
|
9285
9314
|
.justify-items-center{justify-items:center;}
|
|
@@ -9457,7 +9486,7 @@ w(kr, "styles", [
|
|
|
9457
9486
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
9458
9487
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
9459
9488
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
9460
|
-
.leading
|
|
9489
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
9461
9490
|
@media (min-width: 480px){
|
|
9462
9491
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
9463
9492
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -9650,8 +9679,9 @@ w($r, "styles", [
|
|
|
9650
9679
|
.caret-current{caret-color:currentColor;}
|
|
9651
9680
|
.before\\:opacity-25::before,
|
|
9652
9681
|
.opacity-25{opacity:25%;}
|
|
9653
|
-
.flex
|
|
9682
|
+
.before\\:flex\\!::before,
|
|
9654
9683
|
.flex\\!{display:flex !important;}
|
|
9684
|
+
.flex{display:flex;}
|
|
9655
9685
|
.inline-flex{display:inline-flex;}
|
|
9656
9686
|
.inline-flex\\!{display:inline-flex !important;}
|
|
9657
9687
|
.grid{display:grid;}
|
|
@@ -9989,6 +10019,7 @@ w($r, "styles", [
|
|
|
9989
10019
|
.focus\\:outline-none:focus,
|
|
9990
10020
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
9991
10021
|
.items-end{align-items:flex-end;}
|
|
10022
|
+
.before\\:items-center::before,
|
|
9992
10023
|
.items-center{align-items:center;}
|
|
9993
10024
|
.self-center{align-self:center;}
|
|
9994
10025
|
.inset-0{inset:0rem;}
|
|
@@ -10016,6 +10047,7 @@ w($r, "styles", [
|
|
|
10016
10047
|
.top-20{top:2rem;}
|
|
10017
10048
|
.top-4{top:0.4rem;}
|
|
10018
10049
|
.justify-end{justify-content:flex-end;}
|
|
10050
|
+
.before\\:justify-center::before,
|
|
10019
10051
|
.justify-center{justify-content:center;}
|
|
10020
10052
|
.justify-between{justify-content:space-between;}
|
|
10021
10053
|
.justify-items-center{justify-items:center;}
|
|
@@ -10193,7 +10225,7 @@ w($r, "styles", [
|
|
|
10193
10225
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
10194
10226
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
10195
10227
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
10196
|
-
.leading
|
|
10228
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
10197
10229
|
@media (min-width: 480px){
|
|
10198
10230
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
10199
10231
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -10384,8 +10416,9 @@ w(yr, "styles", q`
|
|
|
10384
10416
|
.caret-current{caret-color:currentColor;}
|
|
10385
10417
|
.before\\:opacity-25::before,
|
|
10386
10418
|
.opacity-25{opacity:25%;}
|
|
10387
|
-
.flex
|
|
10419
|
+
.before\\:flex\\!::before,
|
|
10388
10420
|
.flex\\!{display:flex !important;}
|
|
10421
|
+
.flex{display:flex;}
|
|
10389
10422
|
.inline-flex{display:inline-flex;}
|
|
10390
10423
|
.inline-flex\\!{display:inline-flex !important;}
|
|
10391
10424
|
.grid{display:grid;}
|
|
@@ -10723,6 +10756,7 @@ w(yr, "styles", q`
|
|
|
10723
10756
|
.focus\\:outline-none:focus,
|
|
10724
10757
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
10725
10758
|
.items-end{align-items:flex-end;}
|
|
10759
|
+
.before\\:items-center::before,
|
|
10726
10760
|
.items-center{align-items:center;}
|
|
10727
10761
|
.self-center{align-self:center;}
|
|
10728
10762
|
.inset-0{inset:0rem;}
|
|
@@ -10750,6 +10784,7 @@ w(yr, "styles", q`
|
|
|
10750
10784
|
.top-20{top:2rem;}
|
|
10751
10785
|
.top-4{top:0.4rem;}
|
|
10752
10786
|
.justify-end{justify-content:flex-end;}
|
|
10787
|
+
.before\\:justify-center::before,
|
|
10753
10788
|
.justify-center{justify-content:center;}
|
|
10754
10789
|
.justify-between{justify-content:space-between;}
|
|
10755
10790
|
.justify-items-center{justify-items:center;}
|
|
@@ -10927,7 +10962,7 @@ w(yr, "styles", q`
|
|
|
10927
10962
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
10928
10963
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
10929
10964
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
10930
|
-
.leading
|
|
10965
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
10931
10966
|
@media (min-width: 480px){
|
|
10932
10967
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
10933
10968
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -11065,8 +11100,9 @@ w(zr, "properties", {
|
|
|
11065
11100
|
.caret-current{caret-color:currentColor;}
|
|
11066
11101
|
.before\\:opacity-25::before,
|
|
11067
11102
|
.opacity-25{opacity:25%;}
|
|
11068
|
-
.flex
|
|
11103
|
+
.before\\:flex\\!::before,
|
|
11069
11104
|
.flex\\!{display:flex !important;}
|
|
11105
|
+
.flex{display:flex;}
|
|
11070
11106
|
.inline-flex{display:inline-flex;}
|
|
11071
11107
|
.inline-flex\\!{display:inline-flex !important;}
|
|
11072
11108
|
.grid{display:grid;}
|
|
@@ -11404,6 +11440,7 @@ w(zr, "properties", {
|
|
|
11404
11440
|
.focus\\:outline-none:focus,
|
|
11405
11441
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
11406
11442
|
.items-end{align-items:flex-end;}
|
|
11443
|
+
.before\\:items-center::before,
|
|
11407
11444
|
.items-center{align-items:center;}
|
|
11408
11445
|
.self-center{align-self:center;}
|
|
11409
11446
|
.inset-0{inset:0rem;}
|
|
@@ -11431,6 +11468,7 @@ w(zr, "properties", {
|
|
|
11431
11468
|
.top-20{top:2rem;}
|
|
11432
11469
|
.top-4{top:0.4rem;}
|
|
11433
11470
|
.justify-end{justify-content:flex-end;}
|
|
11471
|
+
.before\\:justify-center::before,
|
|
11434
11472
|
.justify-center{justify-content:center;}
|
|
11435
11473
|
.justify-between{justify-content:space-between;}
|
|
11436
11474
|
.justify-items-center{justify-items:center;}
|
|
@@ -11608,7 +11646,7 @@ w(zr, "properties", {
|
|
|
11608
11646
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
11609
11647
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
11610
11648
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
11611
|
-
.leading
|
|
11649
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
11612
11650
|
@media (min-width: 480px){
|
|
11613
11651
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
11614
11652
|
.sm\\:rounded-8{border-radius:8px;}
|
|
@@ -11724,8 +11762,9 @@ w(_r, "properties", {
|
|
|
11724
11762
|
.caret-current{caret-color:currentColor;}
|
|
11725
11763
|
.before\\:opacity-25::before,
|
|
11726
11764
|
.opacity-25{opacity:25%;}
|
|
11727
|
-
.flex
|
|
11765
|
+
.before\\:flex\\!::before,
|
|
11728
11766
|
.flex\\!{display:flex !important;}
|
|
11767
|
+
.flex{display:flex;}
|
|
11729
11768
|
.inline-flex{display:inline-flex;}
|
|
11730
11769
|
.inline-flex\\!{display:inline-flex !important;}
|
|
11731
11770
|
.grid{display:grid;}
|
|
@@ -12063,6 +12102,7 @@ w(_r, "properties", {
|
|
|
12063
12102
|
.focus\\:outline-none:focus,
|
|
12064
12103
|
.outline-none{outline:2px solid transparent;outline-offset:2px;}
|
|
12065
12104
|
.items-end{align-items:flex-end;}
|
|
12105
|
+
.before\\:items-center::before,
|
|
12066
12106
|
.items-center{align-items:center;}
|
|
12067
12107
|
.self-center{align-self:center;}
|
|
12068
12108
|
.inset-0{inset:0rem;}
|
|
@@ -12090,6 +12130,7 @@ w(_r, "properties", {
|
|
|
12090
12130
|
.top-20{top:2rem;}
|
|
12091
12131
|
.top-4{top:0.4rem;}
|
|
12092
12132
|
.justify-end{justify-content:flex-end;}
|
|
12133
|
+
.before\\:justify-center::before,
|
|
12093
12134
|
.justify-center{justify-content:center;}
|
|
12094
12135
|
.justify-between{justify-content:space-between;}
|
|
12095
12136
|
.justify-items-center{justify-items:center;}
|
|
@@ -12267,7 +12308,7 @@ w(_r, "properties", {
|
|
|
12267
12308
|
.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs);}
|
|
12268
12309
|
.text-xs\\!{font-size:var(--w-font-size-xs) !important;line-height:var(--w-line-height-xs) !important;}
|
|
12269
12310
|
.leading-m{line-height:var(--w-line-height-m);}
|
|
12270
|
-
.leading
|
|
12311
|
+
.leading-\\[24\\]{line-height:2.4rem;}
|
|
12271
12312
|
@media (min-width: 480px){
|
|
12272
12313
|
.sm\\:border-b-0{border-bottom-width:0;}
|
|
12273
12314
|
.sm\\:rounded-8{border-radius:8px;}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.27",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -43,8 +43,6 @@
|
|
|
43
43
|
"@eik/cli": "^2.0.22",
|
|
44
44
|
"@semantic-release/changelog": "6.0.3",
|
|
45
45
|
"@semantic-release/git": "10.0.1",
|
|
46
|
-
"@warp-ds/uno": "^1.0.0-alpha.45",
|
|
47
|
-
"@warp-ds/component-classes": "1.0.0-alpha.110",
|
|
48
46
|
"autoprefixer": "10.4.14",
|
|
49
47
|
"cors": "2.8.5",
|
|
50
48
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -74,6 +72,8 @@
|
|
|
74
72
|
"@fabric-ds/icons": "0.6.7",
|
|
75
73
|
"@open-wc/testing": "3.2.0",
|
|
76
74
|
"@warp-ds/core": "1.0.0",
|
|
75
|
+
"@warp-ds/uno": "^1.0.0-alpha.49",
|
|
76
|
+
"@warp-ds/component-classes": "^1.0.0-alpha.116",
|
|
77
77
|
"glob": "8.1.0",
|
|
78
78
|
"html-format": "1.1.2",
|
|
79
79
|
"lit": "2.7.5"
|