@eightshift/ui-components 5.0.10 → 5.1.0
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/{Collection-uTAXq9Br.js → Collection-BRJOMbOa.js} +12 -7
- package/dist/{Dialog-CmAxaSUv.js → Dialog-D6EdDPeu.js} +8 -8
- package/dist/{useFormValidation-Dy0PXJg5.js → Form-Bnyyv3Im.js} +6 -4
- package/dist/{Group-DDPhPPTQ.js → Group-LBogWgyp.js} +2 -2
- package/dist/{Input-BmDS8Juy.js → Input-DfSBLhDx.js} +1 -1
- package/dist/List-BLeHBkfx.js +590 -0
- package/dist/{ListBox-_nDFq8-H.js → ListBox-BY3gwI8c.js} +3 -3
- package/dist/Select-BebwUgKB.js +764 -0
- package/dist/Separator-CTQWg_HO.js +1111 -0
- package/dist/TextField-o2U-uBWv.js +133 -0
- package/dist/assets/style-admin.css +268 -150
- package/dist/assets/style-editor.css +268 -150
- package/dist/assets/style.css +268 -150
- package/dist/assets/wp-font-enhancements.css +1 -1
- package/dist/assets/wp-ui-enhancements.css +1 -1
- package/dist/components/breakpoint-preview/breakpoint-preview.js +3 -4
- package/dist/components/button/button.js +3 -3
- package/dist/components/checkbox/checkbox.js +1 -2
- package/dist/components/color-pickers/color-picker.js +7 -9
- package/dist/components/color-pickers/color-swatch.js +1 -1
- package/dist/components/color-pickers/gradient-editor.js +19 -25
- package/dist/components/color-pickers/solid-color-picker.js +27 -27
- package/dist/components/component-toggle/component-toggle.js +1 -1
- package/dist/components/draggable/draggable-handle.js +2 -2
- package/dist/components/draggable/draggable.js +5 -5
- package/dist/components/draggable-list/draggable-list-item.js +2 -2
- package/dist/components/draggable-list/draggable-list.js +5 -5
- package/dist/components/expandable/expandable.js +1 -1
- package/dist/components/index.js +5 -5
- package/dist/components/input-field/input-field.js +13 -129
- package/dist/components/item-collection/item-collection.js +1 -1
- package/dist/components/link-input/link-input.js +1463 -17
- package/dist/components/matrix-align/matrix-align.js +11 -14
- package/dist/components/menu/menu.js +4 -8
- package/dist/components/modal/modal.js +3 -3
- package/dist/components/number-picker/number-picker.js +9 -10
- package/dist/components/option-select/option-select.js +140 -156
- package/dist/components/placeholders/file-placeholder.js +1 -1
- package/dist/components/placeholders/image-placeholder.js +3 -3
- package/dist/components/placeholders/media-placeholder.js +2 -2
- package/dist/components/popover/popover.js +10 -5
- package/dist/components/radio/radio.js +4 -5
- package/dist/components/repeater/repeater-item.js +1 -1
- package/dist/components/repeater/repeater.js +6 -6
- package/dist/components/responsive/mini-responsive.js +45 -47
- package/dist/components/responsive/responsive-legacy.js +51 -55
- package/dist/components/responsive/responsive.js +47 -49
- package/dist/components/responsive-preview/responsive-preview.js +12 -15
- package/dist/components/select/async-multi-select.js +4 -4
- package/dist/components/select/async-single-select.js +1 -1
- package/dist/components/select/multi-select-components.js +1 -1
- package/dist/components/select/multi-select.js +4 -4
- package/dist/components/select/shared.js +2 -2
- package/dist/components/select/single-select.js +1 -1
- package/dist/components/select/styles.js +3 -3
- package/dist/components/select/v2/async-select.js +215 -158
- package/dist/components/select/v2/shared.js +29 -20
- package/dist/components/select/v2/single-select.js +202 -851
- package/dist/components/slider/column-config-slider.js +2 -2
- package/dist/components/slider/slider.js +2 -2
- package/dist/components/slider/utils.js +1 -1
- package/dist/components/tabs/tabs.js +7 -8
- package/dist/components/toggle/switch.js +4 -3
- package/dist/components/toggle-button/toggle-button.js +1 -1
- package/dist/{default-i18n-CT_oS1Fy.js → default-i18n-OFa3zAyB.js} +5 -9
- package/dist/icons/jsx-svg.js +3 -4
- package/dist/index.js +4 -4
- package/dist/{multi-select-components-Sp-JEFEX.js → multi-select-components-BcKzA24f.js} +3 -3
- package/dist/{react-jsx-parser.min-DZCiis5V.js → react-jsx-parser.min-LF707GK8.js} +312 -332
- package/dist/useAsyncList-fLtZMvJO.js +420 -0
- package/dist/useFilter-BR5z1A4Q.js +50 -0
- package/dist/{useListState-9Hq_FiRF.js → useListState-BrZ2XvDS.js} +1 -1
- package/dist/{useNumberField-D0u2bh8g.js → useNumberField-y0dLc_6m.js} +2 -2
- package/dist/{useSingleSelectListState-DqhemUIh.js → useSingleSelectListState-Bh46cRXs.js} +1 -1
- package/dist/utilities/array-helpers.js +4 -7
- package/dist/utilities/es-dash.js +21 -3
- package/dist/utilities/index.js +2 -1
- package/dist/utilities/text-helpers.js +3 -3
- package/package.json +9 -9
- package/dist/ComboBox-BANSEKnb.js +0 -1915
- package/dist/Form-Cq3fu75_.js +0 -5
- package/dist/List-CZMUbkFU.js +0 -593
- package/dist/Separator-BN3mjL6q.js +0 -332
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -318,7 +318,6 @@
|
|
|
318
318
|
--es-radius-2xl: 1rem;
|
|
319
319
|
--es-radius-3xl: 1.5rem;
|
|
320
320
|
--es-drop-shadow-sm: 0 1px 2px #00000026;
|
|
321
|
-
--es-animate-spin: spin 1s linear infinite;
|
|
322
321
|
--es-blur-sm: 8px;
|
|
323
322
|
--es-blur-lg: 16px;
|
|
324
323
|
--es-blur-3xl: 64px;
|
|
@@ -748,24 +747,16 @@
|
|
|
748
747
|
top: calc(var(--es-spacing) * 4);
|
|
749
748
|
}
|
|
750
749
|
|
|
751
|
-
:is(body, body #wpwrap) .es\:right-0 {
|
|
752
|
-
right: calc(var(--es-spacing) * 0);
|
|
753
|
-
}
|
|
754
|
-
|
|
755
750
|
:is(body, body #wpwrap) .es\:right-1 {
|
|
756
751
|
right: calc(var(--es-spacing) * 1);
|
|
757
752
|
}
|
|
758
753
|
|
|
759
|
-
:is(body, body #wpwrap) .es\:right-
|
|
760
|
-
right: calc(var(--es-spacing) *
|
|
754
|
+
:is(body, body #wpwrap) .es\:right-2 {
|
|
755
|
+
right: calc(var(--es-spacing) * 2);
|
|
761
756
|
}
|
|
762
757
|
|
|
763
|
-
:is(body, body #wpwrap) .es\:right-
|
|
764
|
-
right: calc(var(--es-spacing) *
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
:is(body, body #wpwrap) .es\:right-16 {
|
|
768
|
-
right: calc(var(--es-spacing) * 16);
|
|
758
|
+
:is(body, body #wpwrap) .es\:right-4 {
|
|
759
|
+
right: calc(var(--es-spacing) * 4);
|
|
769
760
|
}
|
|
770
761
|
|
|
771
762
|
:is(body, body #wpwrap) .es\:-bottom-0\.5 {
|
|
@@ -780,10 +771,6 @@
|
|
|
780
771
|
left: calc(var(--es-spacing) * 0);
|
|
781
772
|
}
|
|
782
773
|
|
|
783
|
-
:is(body, body #wpwrap) .es\:left-2 {
|
|
784
|
-
left: calc(var(--es-spacing) * 2);
|
|
785
|
-
}
|
|
786
|
-
|
|
787
774
|
:is(body, body #wpwrap) .es\:left-3\.5 {
|
|
788
775
|
left: calc(var(--es-spacing) * 3.5);
|
|
789
776
|
}
|
|
@@ -864,6 +851,10 @@
|
|
|
864
851
|
margin: calc(var(--es-spacing) * .5);
|
|
865
852
|
}
|
|
866
853
|
|
|
854
|
+
:is(body, body #wpwrap) .es\:m-2 {
|
|
855
|
+
margin: calc(var(--es-spacing) * 2);
|
|
856
|
+
}
|
|
857
|
+
|
|
867
858
|
:is(body, body #wpwrap) .es\:m-5 {
|
|
868
859
|
margin: calc(var(--es-spacing) * 5);
|
|
869
860
|
}
|
|
@@ -896,10 +887,6 @@
|
|
|
896
887
|
margin-block: calc(var(--es-spacing) * 1);
|
|
897
888
|
}
|
|
898
889
|
|
|
899
|
-
:is(body, body #wpwrap) .es\:my-4 {
|
|
900
|
-
margin-block: calc(var(--es-spacing) * 4);
|
|
901
|
-
}
|
|
902
|
-
|
|
903
890
|
:is(body, body #wpwrap) .es\:my-10 {
|
|
904
891
|
margin-block: calc(var(--es-spacing) * 10);
|
|
905
892
|
}
|
|
@@ -940,10 +927,6 @@
|
|
|
940
927
|
margin-right: calc(var(--es-spacing) * 6);
|
|
941
928
|
}
|
|
942
929
|
|
|
943
|
-
:is(body, body #wpwrap) .es\:mr-7 {
|
|
944
|
-
margin-right: calc(var(--es-spacing) * 7);
|
|
945
|
-
}
|
|
946
|
-
|
|
947
930
|
:is(body, body #wpwrap) .es\:mb-1 {
|
|
948
931
|
margin-bottom: calc(var(--es-spacing) * 1);
|
|
949
932
|
}
|
|
@@ -980,6 +963,10 @@
|
|
|
980
963
|
margin-left: calc(var(--es-spacing) * 1.5);
|
|
981
964
|
}
|
|
982
965
|
|
|
966
|
+
:is(body, body #wpwrap) .es\:ml-1\.25 {
|
|
967
|
+
margin-left: calc(var(--es-spacing) * 1.25);
|
|
968
|
+
}
|
|
969
|
+
|
|
983
970
|
:is(body, body #wpwrap) .es\:ml-3 {
|
|
984
971
|
margin-left: calc(var(--es-spacing) * 3);
|
|
985
972
|
}
|
|
@@ -988,6 +975,13 @@
|
|
|
988
975
|
margin-left: auto;
|
|
989
976
|
}
|
|
990
977
|
|
|
978
|
+
:is(body, body #wpwrap) .es\:line-clamp-1 {
|
|
979
|
+
-webkit-line-clamp: 1;
|
|
980
|
+
-webkit-box-orient: vertical;
|
|
981
|
+
display: -webkit-box;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
}
|
|
984
|
+
|
|
991
985
|
:is(body, body #wpwrap) .es\:block {
|
|
992
986
|
display: block;
|
|
993
987
|
}
|
|
@@ -1213,6 +1207,10 @@
|
|
|
1213
1207
|
max-height: calc(var(--es-spacing) * 40);
|
|
1214
1208
|
}
|
|
1215
1209
|
|
|
1210
|
+
:is(body, body #wpwrap) .es\:max-h-72 {
|
|
1211
|
+
max-height: calc(var(--es-spacing) * 72);
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1216
1214
|
:is(body, body #wpwrap) .es\:min-h-5 {
|
|
1217
1215
|
min-height: calc(var(--es-spacing) * 5);
|
|
1218
1216
|
}
|
|
@@ -1249,6 +1247,10 @@
|
|
|
1249
1247
|
min-height: calc(var(--es-spacing) * 14);
|
|
1250
1248
|
}
|
|
1251
1249
|
|
|
1250
|
+
:is(body, body #wpwrap) .es\:min-h-16 {
|
|
1251
|
+
min-height: calc(var(--es-spacing) * 16);
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1252
1254
|
:is(body, body #wpwrap) .es\:min-h-24 {
|
|
1253
1255
|
min-height: calc(var(--es-spacing) * 24);
|
|
1254
1256
|
}
|
|
@@ -1341,8 +1343,8 @@
|
|
|
1341
1343
|
width: calc(var(--es-spacing) * 52);
|
|
1342
1344
|
}
|
|
1343
1345
|
|
|
1344
|
-
:is(body, body #wpwrap) .es\:w-
|
|
1345
|
-
width: calc(var(--es-spacing) *
|
|
1346
|
+
:is(body, body #wpwrap) .es\:w-76 {
|
|
1347
|
+
width: calc(var(--es-spacing) * 76);
|
|
1346
1348
|
}
|
|
1347
1349
|
|
|
1348
1350
|
:is(body, body #wpwrap) .es\:w-96 {
|
|
@@ -1389,8 +1391,8 @@
|
|
|
1389
1391
|
max-width: calc(var(--es-spacing) * 72);
|
|
1390
1392
|
}
|
|
1391
1393
|
|
|
1392
|
-
:is(body, body #wpwrap) .es\:max-w-
|
|
1393
|
-
max-width: calc(var(--es-spacing) *
|
|
1394
|
+
:is(body, body #wpwrap) .es\:max-w-76 {
|
|
1395
|
+
max-width: calc(var(--es-spacing) * 76);
|
|
1394
1396
|
}
|
|
1395
1397
|
|
|
1396
1398
|
:is(body, body #wpwrap) .es\:max-w-96 {
|
|
@@ -1556,6 +1558,22 @@
|
|
|
1556
1558
|
rotate: 45deg;
|
|
1557
1559
|
}
|
|
1558
1560
|
|
|
1561
|
+
:is(body, body #wpwrap) .es\:motion-preset-slide-down {
|
|
1562
|
+
--motion-origin-translate-y: -25%;
|
|
1563
|
+
--motion-origin-opacity: 0;
|
|
1564
|
+
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
|
|
1565
|
+
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
1566
|
+
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
:is(body, body #wpwrap) .es\:motion-preset-slide-up {
|
|
1570
|
+
--motion-origin-translate-y: 25%;
|
|
1571
|
+
--motion-origin-opacity: 0;
|
|
1572
|
+
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
|
|
1573
|
+
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
1574
|
+
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1559
1577
|
:is(body, body #wpwrap) .es\:motion-preset-spin {
|
|
1560
1578
|
--motion-loop-rotate: 360deg;
|
|
1561
1579
|
--motion-timing: linear;
|
|
@@ -1589,6 +1607,12 @@
|
|
|
1589
1607
|
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
1590
1608
|
}
|
|
1591
1609
|
|
|
1610
|
+
:is(body, body #wpwrap) .es\:motion-opacity-in-0 {
|
|
1611
|
+
--motion-origin-opacity: .001;
|
|
1612
|
+
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
|
|
1613
|
+
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1592
1616
|
:is(body, body #wpwrap) .es\:motion-opacity-out {
|
|
1593
1617
|
--motion-end-opacity: 0;
|
|
1594
1618
|
--motion-opacity-out-animation: motion-opacity-out calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
|
|
@@ -1613,10 +1637,6 @@
|
|
|
1613
1637
|
animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
|
|
1614
1638
|
}
|
|
1615
1639
|
|
|
1616
|
-
:is(body, body #wpwrap) .es\:animate-spin {
|
|
1617
|
-
animation: var(--es-animate-spin);
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
1640
|
:is(body, body #wpwrap) .es\:cursor-default {
|
|
1621
1641
|
cursor: default;
|
|
1622
1642
|
}
|
|
@@ -1633,6 +1653,10 @@
|
|
|
1633
1653
|
cursor: pointer;
|
|
1634
1654
|
}
|
|
1635
1655
|
|
|
1656
|
+
:is(body, body #wpwrap) .es\:scroll-m-1 {
|
|
1657
|
+
scroll-margin: calc(var(--es-spacing) * 1);
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1636
1660
|
:is(body, body #wpwrap) .es\:list-none {
|
|
1637
1661
|
list-style-type: none;
|
|
1638
1662
|
}
|
|
@@ -1955,6 +1979,10 @@
|
|
|
1955
1979
|
overflow-x: auto;
|
|
1956
1980
|
}
|
|
1957
1981
|
|
|
1982
|
+
:is(body, body #wpwrap) .es\:overflow-x-clip {
|
|
1983
|
+
overflow-x: clip;
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1958
1986
|
:is(body, body #wpwrap) .es\:overflow-x-hidden {
|
|
1959
1987
|
overflow-x: hidden;
|
|
1960
1988
|
}
|
|
@@ -2932,6 +2960,10 @@
|
|
|
2932
2960
|
padding-inline: calc(var(--es-spacing) * 5);
|
|
2933
2961
|
}
|
|
2934
2962
|
|
|
2963
|
+
:is(body, body #wpwrap) .es\:py-0 {
|
|
2964
|
+
padding-block: calc(var(--es-spacing) * 0);
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2935
2967
|
:is(body, body #wpwrap) .es\:py-0\.5 {
|
|
2936
2968
|
padding-block: calc(var(--es-spacing) * .5);
|
|
2937
2969
|
}
|
|
@@ -3191,10 +3223,6 @@
|
|
|
3191
3223
|
color: var(--es-color-accent-950);
|
|
3192
3224
|
}
|
|
3193
3225
|
|
|
3194
|
-
:is(body, body #wpwrap) .es\:text-amber-950 {
|
|
3195
|
-
color: var(--es-color-amber-950);
|
|
3196
|
-
}
|
|
3197
|
-
|
|
3198
3226
|
:is(body, body #wpwrap) .es\:text-black {
|
|
3199
3227
|
color: var(--es-color-black);
|
|
3200
3228
|
}
|
|
@@ -3361,10 +3389,6 @@
|
|
|
3361
3389
|
color: var(--es-color-slate-500);
|
|
3362
3390
|
}
|
|
3363
3391
|
|
|
3364
|
-
:is(body, body #wpwrap) .es\:text-transparent {
|
|
3365
|
-
color: #0000;
|
|
3366
|
-
}
|
|
3367
|
-
|
|
3368
3392
|
:is(body, body #wpwrap) .es\:text-white {
|
|
3369
3393
|
color: var(--es-color-white);
|
|
3370
3394
|
}
|
|
@@ -3480,6 +3504,11 @@
|
|
|
3480
3504
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3481
3505
|
}
|
|
3482
3506
|
|
|
3507
|
+
:is(body, body #wpwrap) .es\:inset-ring-0 {
|
|
3508
|
+
--tw-inset-ring-shadow: inset 0 0 0 0px var(--tw-inset-ring-color, currentcolor);
|
|
3509
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3510
|
+
}
|
|
3511
|
+
|
|
3483
3512
|
:is(body, body #wpwrap) .es\:shadow-accent-500\/25 {
|
|
3484
3513
|
--tw-shadow-color: var(--es-color-accent-500);
|
|
3485
3514
|
}
|
|
@@ -3694,16 +3723,6 @@
|
|
|
3694
3723
|
}
|
|
3695
3724
|
}
|
|
3696
3725
|
|
|
3697
|
-
:is(body, body #wpwrap) .es\:inset-ring-secondary-200\/30 {
|
|
3698
|
-
--tw-inset-ring-color: var(--es-color-secondary-200);
|
|
3699
|
-
}
|
|
3700
|
-
|
|
3701
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3702
|
-
:is(body, body #wpwrap) .es\:inset-ring-secondary-200\/30 {
|
|
3703
|
-
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-secondary-200) 30%, transparent);
|
|
3704
|
-
}
|
|
3705
|
-
}
|
|
3706
|
-
|
|
3707
3726
|
:is(body, body #wpwrap) .es\:outline-hidden {
|
|
3708
3727
|
--tw-outline-style: none;
|
|
3709
3728
|
outline-style: none;
|
|
@@ -3846,9 +3865,9 @@
|
|
|
3846
3865
|
transition-duration: .3s;
|
|
3847
3866
|
}
|
|
3848
3867
|
|
|
3849
|
-
:is(body, body #wpwrap) .es\:ease-\[var\(--motion-spring-
|
|
3850
|
-
--tw-ease: var(--motion-spring-
|
|
3851
|
-
transition-timing-function: var(--motion-spring-
|
|
3868
|
+
:is(body, body #wpwrap) .es\:ease-\[var\(--motion-spring-bouncy\)\] {
|
|
3869
|
+
--tw-ease: var(--motion-spring-bouncy);
|
|
3870
|
+
transition-timing-function: var(--motion-spring-bouncy);
|
|
3852
3871
|
}
|
|
3853
3872
|
|
|
3854
3873
|
:is(body, body #wpwrap) .es\:will-change-\[transform\,opacity\] {
|
|
@@ -3859,6 +3878,19 @@
|
|
|
3859
3878
|
will-change: transform;
|
|
3860
3879
|
}
|
|
3861
3880
|
|
|
3881
|
+
:is(body, body #wpwrap) .es\:motion-ease-spring-bouncy {
|
|
3882
|
+
--motion-timing: var(--motion-spring-bouncy);
|
|
3883
|
+
--motion-perceptual-duration-multiplier: 1.66;
|
|
3884
|
+
--motion-filter-timing: var(--motion-spring-smooth);
|
|
3885
|
+
--motion-opacity-timing: var(--motion-spring-smooth);
|
|
3886
|
+
--motion-background-color-timing: var(--motion-spring-smooth);
|
|
3887
|
+
--motion-text-color-timing: var(--motion-spring-smooth);
|
|
3888
|
+
--motion-filter-perceptual-duration-multiplier: 1.66;
|
|
3889
|
+
--motion-opacity-perceptual-duration-multiplier: 1.66;
|
|
3890
|
+
--motion-background-color-perceptual-duration-multiplier: 1.66;
|
|
3891
|
+
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3862
3894
|
:is(body, body #wpwrap) .es\:motion-ease-linear\/opacity {
|
|
3863
3895
|
--motion-opacity-timing: linear;
|
|
3864
3896
|
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
@@ -3874,11 +3906,6 @@
|
|
|
3874
3906
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3875
3907
|
}
|
|
3876
3908
|
|
|
3877
|
-
:is(body, body #wpwrap) .es\:motion-ease-spring-snappy {
|
|
3878
|
-
--motion-timing: var(--motion-spring-snappy);
|
|
3879
|
-
--motion-perceptual-duration-multiplier: 1.66;
|
|
3880
|
-
}
|
|
3881
|
-
|
|
3882
3909
|
:is(body, body #wpwrap) .es\:motion-ease-spring-snappy\/scale {
|
|
3883
3910
|
--motion-scale-timing: var(--motion-spring-snappy);
|
|
3884
3911
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
@@ -3969,27 +3996,7 @@
|
|
|
3969
3996
|
padding-bottom: calc(var(--es-spacing) * 4);
|
|
3970
3997
|
}
|
|
3971
3998
|
|
|
3972
|
-
:is(body, body #wpwrap) .es\:not-disabled\:cursor-pointer:not(:is(:disabled, [data-rac][data-disabled])) {
|
|
3973
|
-
cursor: pointer;
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3976
|
-
@media not all and (prefers-reduced-motion: reduce) {
|
|
3977
|
-
:is(body, body #wpwrap) .es\:not-motion-reduce\:motion-preset-slide-down-sm {
|
|
3978
|
-
--motion-origin-translate-y: -5%;
|
|
3979
|
-
--motion-origin-opacity: 0;
|
|
3980
|
-
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
|
|
3981
|
-
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
3982
|
-
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
3983
|
-
}
|
|
3984
|
-
|
|
3985
|
-
:is(body, body #wpwrap) .es\:not-motion-reduce\:motion-translate-y-out-\[-2\.5\%\] {
|
|
3986
|
-
--motion-end-translate-y: -2.5%;
|
|
3987
|
-
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
3988
|
-
animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
|
|
3989
|
-
}
|
|
3990
|
-
}
|
|
3991
|
-
|
|
3992
|
-
:is(body, body #wpwrap) .es\:group-not-disabled\:cursor-pointer:is(:where(.es\:group):not(:is(:disabled, [data-rac][data-disabled])) *) {
|
|
3999
|
+
:is(body, body #wpwrap) .es\:not-disabled\:cursor-pointer:not(:is(:disabled, [data-rac][data-disabled])), :is(body, body #wpwrap) .es\:group-not-disabled\:cursor-pointer:is(:where(.es\:group):not(:is(:disabled, [data-rac][data-disabled])) *) {
|
|
3993
4000
|
cursor: pointer;
|
|
3994
4001
|
}
|
|
3995
4002
|
|
|
@@ -4112,6 +4119,32 @@
|
|
|
4112
4119
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
4113
4120
|
}
|
|
4114
4121
|
|
|
4122
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:group-focus-visible\:bg-secondary-100:is(:where(.es\:group):not([data-selected]) *):is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
4123
|
+
background-color: var(--es-color-secondary-100);
|
|
4124
|
+
}
|
|
4125
|
+
|
|
4126
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:group-focus-visible\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
4127
|
+
--tw-outline-style: none;
|
|
4128
|
+
outline-style: none;
|
|
4129
|
+
}
|
|
4130
|
+
|
|
4131
|
+
@media (forced-colors: active) {
|
|
4132
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:group-focus-visible\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
4133
|
+
outline-offset: 2px;
|
|
4134
|
+
outline: 2px solid #0000;
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4138
|
+
:is(body, body #wpwrap) .es\:group-active\:bg-accent-700\/15:is(:where(.es\:group):active *) {
|
|
4139
|
+
background-color: var(--es-color-accent-700);
|
|
4140
|
+
}
|
|
4141
|
+
|
|
4142
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4143
|
+
:is(body, body #wpwrap) .es\:group-active\:bg-accent-700\/15:is(:where(.es\:group):active *) {
|
|
4144
|
+
background-color: color-mix(in oklab, var(--es-color-accent-700) 15%, transparent);
|
|
4145
|
+
}
|
|
4146
|
+
}
|
|
4147
|
+
|
|
4115
4148
|
:is(body, body #wpwrap) .es\:group-aria-expanded\:-scale-y-100:is(:where(.es\:group)[aria-expanded="true"] *) {
|
|
4116
4149
|
--tw-scale-y: calc(100% * -1);
|
|
4117
4150
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
@@ -4143,14 +4176,24 @@
|
|
|
4143
4176
|
}
|
|
4144
4177
|
}
|
|
4145
4178
|
|
|
4146
|
-
:is(body, body #wpwrap) .es\:group-selected\:bg-accent-600:is(:where(.es\:group)[data-selected] *) {
|
|
4179
|
+
:is(body, body #wpwrap) .es\:group-selected\:bg-accent-600:is(:where(.es\:group)[data-selected] *), :is(body, body #wpwrap) .es\:group-selected\:bg-accent-600\/15:is(:where(.es\:group)[data-selected] *) {
|
|
4147
4180
|
background-color: var(--es-color-accent-600);
|
|
4148
4181
|
}
|
|
4149
4182
|
|
|
4183
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4184
|
+
:is(body, body #wpwrap) .es\:group-selected\:bg-accent-600\/15:is(:where(.es\:group)[data-selected] *) {
|
|
4185
|
+
background-color: color-mix(in oklab, var(--es-color-accent-600) 15%, transparent);
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4150
4189
|
:is(body, body #wpwrap) .es\:group-selected\:text-accent-900:is(:where(.es\:group)[data-selected] *) {
|
|
4151
4190
|
color: var(--es-color-accent-900);
|
|
4152
4191
|
}
|
|
4153
4192
|
|
|
4193
|
+
:is(body, body #wpwrap) .es\:group-selected\:text-accent-950:is(:where(.es\:group)[data-selected] *) {
|
|
4194
|
+
color: var(--es-color-accent-950);
|
|
4195
|
+
}
|
|
4196
|
+
|
|
4154
4197
|
:is(body, body #wpwrap) .es\:group-selected\:text-white:is(:where(.es\:group)[data-selected] *) {
|
|
4155
4198
|
color: var(--es-color-white);
|
|
4156
4199
|
}
|
|
@@ -4165,12 +4208,35 @@
|
|
|
4165
4208
|
}
|
|
4166
4209
|
}
|
|
4167
4210
|
|
|
4168
|
-
:is(body, body #wpwrap) .es\:
|
|
4169
|
-
|
|
4211
|
+
:is(body, body #wpwrap) .es\:group-selected\:group-focus-visible\:inset-ring:is(:where(.es\:group)[data-selected] *):is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
4212
|
+
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
|
|
4213
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4170
4214
|
}
|
|
4171
4215
|
|
|
4172
|
-
:is(body, body #wpwrap) .es\:
|
|
4173
|
-
|
|
4216
|
+
:is(body, body #wpwrap) .es\:group-selected\:group-focus-visible\:inset-ring-accent-600\/30:is(:where(.es\:group)[data-selected] *):is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
4217
|
+
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4220
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4221
|
+
:is(body, body #wpwrap) .es\:group-selected\:group-focus-visible\:inset-ring-accent-600\/30:is(:where(.es\:group)[data-selected] *):is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
4222
|
+
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-accent-600) 30%, transparent);
|
|
4223
|
+
}
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
:is(body, body #wpwrap) .es\:group-any-focus\:outline-hidden:is(:where(.es\:group):is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) *) {
|
|
4227
|
+
--tw-outline-style: none;
|
|
4228
|
+
outline-style: none;
|
|
4229
|
+
}
|
|
4230
|
+
|
|
4231
|
+
@media (forced-colors: active) {
|
|
4232
|
+
:is(body, body #wpwrap) .es\:group-any-focus\:outline-hidden:is(:where(.es\:group):is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) *) {
|
|
4233
|
+
outline-offset: 2px;
|
|
4234
|
+
outline: 2px solid #0000;
|
|
4235
|
+
}
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4238
|
+
:is(body, body #wpwrap) .es\:peer-placeholder-shown\:opacity-0:is(:where(.es\:peer)[data-placeholder] ~ *), :is(body, body #wpwrap) .es\:peer-placeholder-shown\:opacity-0:is(:where(.es\:peer):placeholder-shown ~ *) {
|
|
4239
|
+
opacity: 0;
|
|
4174
4240
|
}
|
|
4175
4241
|
|
|
4176
4242
|
:is(body, body #wpwrap) .es\:selection\:bg-accent-500\/20 ::selection {
|
|
@@ -4193,14 +4259,6 @@
|
|
|
4193
4259
|
}
|
|
4194
4260
|
}
|
|
4195
4261
|
|
|
4196
|
-
:is(body, body #wpwrap) .es\:selection\:bg-transparent ::selection {
|
|
4197
|
-
background-color: #0000;
|
|
4198
|
-
}
|
|
4199
|
-
|
|
4200
|
-
:is(body, body #wpwrap) .es\:selection\:bg-transparent::selection {
|
|
4201
|
-
background-color: #0000;
|
|
4202
|
-
}
|
|
4203
|
-
|
|
4204
4262
|
:is(body, body #wpwrap) .es\:selection\:text-accent-950 ::selection {
|
|
4205
4263
|
color: var(--es-color-accent-950);
|
|
4206
4264
|
}
|
|
@@ -4209,12 +4267,8 @@
|
|
|
4209
4267
|
color: var(--es-color-accent-950);
|
|
4210
4268
|
}
|
|
4211
4269
|
|
|
4212
|
-
:is(body, body #wpwrap) .es\:
|
|
4213
|
-
color:
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
|
-
:is(body, body #wpwrap) .es\:selection\:text-transparent::selection {
|
|
4217
|
-
color: #0000;
|
|
4270
|
+
:is(body, body #wpwrap) .es\:placeholder\:text-secondary-500::placeholder {
|
|
4271
|
+
color: var(--es-color-secondary-500);
|
|
4218
4272
|
}
|
|
4219
4273
|
|
|
4220
4274
|
:is(body, body #wpwrap) .es\:after\:absolute:after {
|
|
@@ -4720,49 +4774,59 @@
|
|
|
4720
4774
|
}
|
|
4721
4775
|
}
|
|
4722
4776
|
|
|
4723
|
-
:is(body, body #wpwrap) .es\:hover\:
|
|
4724
|
-
--
|
|
4725
|
-
outline-style: none;
|
|
4777
|
+
:is(body, body #wpwrap) .es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where([data-rac])[data-hovered] {
|
|
4778
|
+
background-color: var(--es-color-secondary-100);
|
|
4726
4779
|
}
|
|
4727
4780
|
|
|
4728
|
-
@media (
|
|
4729
|
-
:is(body, body #wpwrap) .es\:hover\:
|
|
4730
|
-
|
|
4731
|
-
outline: 2px solid #0000;
|
|
4781
|
+
@media (hover: hover) {
|
|
4782
|
+
:is(body, body #wpwrap) .es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where(:not([data-rac])):hover {
|
|
4783
|
+
background-color: var(--es-color-secondary-100);
|
|
4732
4784
|
}
|
|
4733
4785
|
}
|
|
4734
4786
|
|
|
4735
|
-
|
|
4736
|
-
:
|
|
4737
|
-
|
|
4738
|
-
outline-style: none;
|
|
4739
|
-
}
|
|
4787
|
+
:is(body, body #wpwrap) .es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where([data-rac])[data-hovered] {
|
|
4788
|
+
color: var(--es-color-secondary-900);
|
|
4789
|
+
}
|
|
4740
4790
|
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
outline: 2px solid #0000;
|
|
4745
|
-
}
|
|
4791
|
+
@media (hover: hover) {
|
|
4792
|
+
:is(body, body #wpwrap) .es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where(:not([data-rac])):hover {
|
|
4793
|
+
color: var(--es-color-secondary-900);
|
|
4746
4794
|
}
|
|
4747
4795
|
}
|
|
4748
4796
|
|
|
4749
|
-
:is(body, body #wpwrap) .es\:
|
|
4797
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:hover\:bg-secondary-100:is(:where(.es\:group):not([data-selected]) *):where([data-rac])[data-hovered] {
|
|
4750
4798
|
background-color: var(--es-color-secondary-100);
|
|
4751
4799
|
}
|
|
4752
4800
|
|
|
4753
4801
|
@media (hover: hover) {
|
|
4754
|
-
:is(body, body #wpwrap) .es\:
|
|
4802
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:hover\:bg-secondary-100:is(:where(.es\:group):not([data-selected]) *):where(:not([data-rac])):hover {
|
|
4755
4803
|
background-color: var(--es-color-secondary-100);
|
|
4756
4804
|
}
|
|
4757
4805
|
}
|
|
4758
4806
|
|
|
4759
|
-
:is(body, body #wpwrap) .es\:
|
|
4760
|
-
|
|
4807
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where([data-rac])[data-hovered] {
|
|
4808
|
+
--tw-outline-style: none;
|
|
4809
|
+
outline-style: none;
|
|
4810
|
+
}
|
|
4811
|
+
|
|
4812
|
+
@media (forced-colors: active) {
|
|
4813
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where([data-rac])[data-hovered] {
|
|
4814
|
+
outline-offset: 2px;
|
|
4815
|
+
outline: 2px solid #0000;
|
|
4816
|
+
}
|
|
4761
4817
|
}
|
|
4762
4818
|
|
|
4763
4819
|
@media (hover: hover) {
|
|
4764
|
-
:is(body, body #wpwrap) .es\:
|
|
4765
|
-
|
|
4820
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where(:not([data-rac])):hover {
|
|
4821
|
+
--tw-outline-style: none;
|
|
4822
|
+
outline-style: none;
|
|
4823
|
+
}
|
|
4824
|
+
|
|
4825
|
+
@media (forced-colors: active) {
|
|
4826
|
+
:is(body, body #wpwrap) .es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where(:not([data-rac])):hover {
|
|
4827
|
+
outline-offset: 2px;
|
|
4828
|
+
outline: 2px solid #0000;
|
|
4829
|
+
}
|
|
4766
4830
|
}
|
|
4767
4831
|
}
|
|
4768
4832
|
|
|
@@ -4810,10 +4874,6 @@
|
|
|
4810
4874
|
border-color: var(--es-color-accent-500);
|
|
4811
4875
|
}
|
|
4812
4876
|
|
|
4813
|
-
:is(body, body #wpwrap) .es\:focus\:text-current:where([data-rac])[data-focused], :is(body, body #wpwrap) .es\:focus\:text-current:where(:not([data-rac])):focus {
|
|
4814
|
-
color: currentColor;
|
|
4815
|
-
}
|
|
4816
|
-
|
|
4817
4877
|
:is(body, body #wpwrap) .es\:focus\:shadow-none\!:where([data-rac])[data-focused], :is(body, body #wpwrap) .es\:focus\:shadow-none\!:where(:not([data-rac])):focus {
|
|
4818
4878
|
--tw-shadow: 0 0 #0000 !important;
|
|
4819
4879
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
@@ -5274,10 +5334,6 @@
|
|
|
5274
5334
|
}
|
|
5275
5335
|
}
|
|
5276
5336
|
|
|
5277
|
-
:is(body, body #wpwrap) .es\:has-\[svg\]\:left-1:has(:is(svg)) {
|
|
5278
|
-
left: calc(var(--es-spacing) * 1);
|
|
5279
|
-
}
|
|
5280
|
-
|
|
5281
5337
|
:is(body, body #wpwrap) .es\:has-\[\>_\:only-child\]\:pb-0:has( > :only-child) {
|
|
5282
5338
|
padding-bottom: calc(var(--es-spacing) * 0);
|
|
5283
5339
|
}
|
|
@@ -5371,6 +5427,10 @@
|
|
|
5371
5427
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
5372
5428
|
}
|
|
5373
5429
|
|
|
5430
|
+
:is(body, body #wpwrap) .es\:motion-safe\:motion-duration-200 {
|
|
5431
|
+
--motion-duration: .2s;
|
|
5432
|
+
}
|
|
5433
|
+
|
|
5374
5434
|
:is(body, body #wpwrap) .es\:motion-safe\:motion-duration-300 {
|
|
5375
5435
|
--motion-duration: .3s;
|
|
5376
5436
|
}
|
|
@@ -5425,7 +5485,7 @@
|
|
|
5425
5485
|
}
|
|
5426
5486
|
|
|
5427
5487
|
@media (prefers-reduced-motion: reduce) {
|
|
5428
|
-
:is(body, body #wpwrap) .es\:motion-reduce\:motion-preset-fade
|
|
5488
|
+
:is(body, body #wpwrap) .es\:motion-reduce\:motion-preset-fade-md {
|
|
5429
5489
|
--motion-origin-opacity: 0;
|
|
5430
5490
|
--motion-duration: .5s;
|
|
5431
5491
|
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration, var(--motion-duration)) * var(--motion-opacity-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-opacity-timing, var(--motion-timing)) var(--motion-opacity-delay, var(--motion-delay)) both;
|
|
@@ -5455,6 +5515,78 @@
|
|
|
5455
5515
|
}
|
|
5456
5516
|
}
|
|
5457
5517
|
|
|
5518
|
+
:is(body, body #wpwrap) .es\:placement-left\:origin-right[data-placement="left"] {
|
|
5519
|
+
transform-origin: 100%;
|
|
5520
|
+
}
|
|
5521
|
+
|
|
5522
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
5523
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-left\:motion-translate-x-in-\[5\%\][data-placement="left"] {
|
|
5524
|
+
--motion-origin-translate-x: 5%;
|
|
5525
|
+
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5526
|
+
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-left\:motion-translate-x-out-\[5\%\][data-placement="left"] {
|
|
5530
|
+
--motion-end-translate-x: 5%;
|
|
5531
|
+
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5532
|
+
animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
|
|
5533
|
+
}
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5536
|
+
:is(body, body #wpwrap) .es\:placement-right\:origin-left[data-placement="right"] {
|
|
5537
|
+
transform-origin: 0;
|
|
5538
|
+
}
|
|
5539
|
+
|
|
5540
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
5541
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-right\:motion-translate-x-in-\[-5\%\][data-placement="right"] {
|
|
5542
|
+
--motion-origin-translate-x: -5%;
|
|
5543
|
+
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5544
|
+
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
5545
|
+
}
|
|
5546
|
+
|
|
5547
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-right\:motion-translate-x-out-\[-5\%\][data-placement="right"] {
|
|
5548
|
+
--motion-end-translate-x: -5%;
|
|
5549
|
+
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5550
|
+
animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
|
|
5551
|
+
}
|
|
5552
|
+
}
|
|
5553
|
+
|
|
5554
|
+
:is(body, body #wpwrap) .es\:placement-top\:origin-bottom-left[data-placement="top"] {
|
|
5555
|
+
transform-origin: 0 100%;
|
|
5556
|
+
}
|
|
5557
|
+
|
|
5558
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
5559
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-top\:motion-translate-y-in-\[5\%\][data-placement="top"] {
|
|
5560
|
+
--motion-origin-translate-y: 5%;
|
|
5561
|
+
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5562
|
+
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
5563
|
+
}
|
|
5564
|
+
|
|
5565
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-top\:motion-translate-y-out-\[5\%\][data-placement="top"] {
|
|
5566
|
+
--motion-end-translate-y: 5%;
|
|
5567
|
+
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5568
|
+
animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
|
|
5569
|
+
}
|
|
5570
|
+
}
|
|
5571
|
+
|
|
5572
|
+
:is(body, body #wpwrap) .es\:placement-bottom\:origin-top-left[data-placement="bottom"] {
|
|
5573
|
+
transform-origin: 0 0;
|
|
5574
|
+
}
|
|
5575
|
+
|
|
5576
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
5577
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-bottom\:motion-translate-y-in-\[-5\%\][data-placement="bottom"] {
|
|
5578
|
+
--motion-origin-translate-y: -5%;
|
|
5579
|
+
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5580
|
+
animation: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation), var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
|
|
5581
|
+
}
|
|
5582
|
+
|
|
5583
|
+
:is(body, body #wpwrap) .es\:motion-safe\:placement-bottom\:motion-translate-y-out-\[-5\%\][data-placement="bottom"] {
|
|
5584
|
+
--motion-end-translate-y: -5%;
|
|
5585
|
+
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration, var(--motion-duration)) * var(--motion-translate-perceptual-duration-multiplier, var(--motion-perceptual-duration-multiplier))) var(--motion-translate-timing, var(--motion-timing)) var(--motion-translate-delay, var(--motion-delay)) both;
|
|
5586
|
+
animation: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
|
|
5587
|
+
}
|
|
5588
|
+
}
|
|
5589
|
+
|
|
5458
5590
|
:is(body, body #wpwrap) .es\:pending\:cursor-wait[data-pending] {
|
|
5459
5591
|
cursor: wait;
|
|
5460
5592
|
}
|
|
@@ -5830,18 +5962,6 @@
|
|
|
5830
5962
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
5831
5963
|
}
|
|
5832
5964
|
|
|
5833
|
-
:is(body, body #wpwrap) .es\:\[\&_span\]\:overflow-hidden span {
|
|
5834
|
-
overflow: hidden;
|
|
5835
|
-
}
|
|
5836
|
-
|
|
5837
|
-
:is(body, body #wpwrap) .es\:\[\&_span\]\:text-nowrap span {
|
|
5838
|
-
text-wrap: nowrap;
|
|
5839
|
-
}
|
|
5840
|
-
|
|
5841
|
-
:is(body, body #wpwrap) .es\:\[\&_span\]\:text-ellipsis span {
|
|
5842
|
-
text-overflow: ellipsis;
|
|
5843
|
-
}
|
|
5844
|
-
|
|
5845
5965
|
:is(body, body #wpwrap) .es\:\[\&_svg\]\:size-4\! svg {
|
|
5846
5966
|
width: calc(var(--es-spacing) * 4) !important;
|
|
5847
5967
|
height: calc(var(--es-spacing) * 4) !important;
|
|
@@ -5851,6 +5971,10 @@
|
|
|
5851
5971
|
stroke: var(--es-color-red-500);
|
|
5852
5972
|
}
|
|
5853
5973
|
|
|
5974
|
+
:is(body, body #wpwrap) .es\:\[\&\:\:-webkit-search-cancel-button\]\:hidden::-webkit-search-cancel-button {
|
|
5975
|
+
display: none;
|
|
5976
|
+
}
|
|
5977
|
+
|
|
5854
5978
|
:is(body, body #wpwrap) .es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring-2:has( > [data-focus-visible="true"]) {
|
|
5855
5979
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
5856
5980
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -6710,9 +6834,3 @@
|
|
|
6710
6834
|
inherits: false;
|
|
6711
6835
|
initial-value: "";
|
|
6712
6836
|
}
|
|
6713
|
-
|
|
6714
|
-
@keyframes spin {
|
|
6715
|
-
to {
|
|
6716
|
-
transform: rotate(360deg);
|
|
6717
|
-
}
|
|
6718
|
-
}
|