@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
package/dist/assets/style.css
CHANGED
|
@@ -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;
|
|
@@ -1233,24 +1232,16 @@
|
|
|
1233
1232
|
top: calc(var(--es-spacing) * 4);
|
|
1234
1233
|
}
|
|
1235
1234
|
|
|
1236
|
-
.es\:right-0 {
|
|
1237
|
-
right: calc(var(--es-spacing) * 0);
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
1235
|
.es\:right-1 {
|
|
1241
1236
|
right: calc(var(--es-spacing) * 1);
|
|
1242
1237
|
}
|
|
1243
1238
|
|
|
1244
|
-
.es\:right-
|
|
1245
|
-
right: calc(var(--es-spacing) *
|
|
1239
|
+
.es\:right-2 {
|
|
1240
|
+
right: calc(var(--es-spacing) * 2);
|
|
1246
1241
|
}
|
|
1247
1242
|
|
|
1248
|
-
.es\:right-
|
|
1249
|
-
right: calc(var(--es-spacing) *
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.es\:right-16 {
|
|
1253
|
-
right: calc(var(--es-spacing) * 16);
|
|
1243
|
+
.es\:right-4 {
|
|
1244
|
+
right: calc(var(--es-spacing) * 4);
|
|
1254
1245
|
}
|
|
1255
1246
|
|
|
1256
1247
|
.es\:-bottom-0\.5 {
|
|
@@ -1265,10 +1256,6 @@
|
|
|
1265
1256
|
left: calc(var(--es-spacing) * 0);
|
|
1266
1257
|
}
|
|
1267
1258
|
|
|
1268
|
-
.es\:left-2 {
|
|
1269
|
-
left: calc(var(--es-spacing) * 2);
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
1259
|
.es\:left-3\.5 {
|
|
1273
1260
|
left: calc(var(--es-spacing) * 3.5);
|
|
1274
1261
|
}
|
|
@@ -1349,6 +1336,10 @@
|
|
|
1349
1336
|
margin: calc(var(--es-spacing) * .5);
|
|
1350
1337
|
}
|
|
1351
1338
|
|
|
1339
|
+
.es\:m-2 {
|
|
1340
|
+
margin: calc(var(--es-spacing) * 2);
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1352
1343
|
.es\:m-5 {
|
|
1353
1344
|
margin: calc(var(--es-spacing) * 5);
|
|
1354
1345
|
}
|
|
@@ -1381,10 +1372,6 @@
|
|
|
1381
1372
|
margin-block: calc(var(--es-spacing) * 1);
|
|
1382
1373
|
}
|
|
1383
1374
|
|
|
1384
|
-
.es\:my-4 {
|
|
1385
|
-
margin-block: calc(var(--es-spacing) * 4);
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
1375
|
.es\:my-10 {
|
|
1389
1376
|
margin-block: calc(var(--es-spacing) * 10);
|
|
1390
1377
|
}
|
|
@@ -1425,10 +1412,6 @@
|
|
|
1425
1412
|
margin-right: calc(var(--es-spacing) * 6);
|
|
1426
1413
|
}
|
|
1427
1414
|
|
|
1428
|
-
.es\:mr-7 {
|
|
1429
|
-
margin-right: calc(var(--es-spacing) * 7);
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
1415
|
.es\:mb-1 {
|
|
1433
1416
|
margin-bottom: calc(var(--es-spacing) * 1);
|
|
1434
1417
|
}
|
|
@@ -1465,6 +1448,10 @@
|
|
|
1465
1448
|
margin-left: calc(var(--es-spacing) * 1.5);
|
|
1466
1449
|
}
|
|
1467
1450
|
|
|
1451
|
+
.es\:ml-1\.25 {
|
|
1452
|
+
margin-left: calc(var(--es-spacing) * 1.25);
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1468
1455
|
.es\:ml-3 {
|
|
1469
1456
|
margin-left: calc(var(--es-spacing) * 3);
|
|
1470
1457
|
}
|
|
@@ -1473,6 +1460,13 @@
|
|
|
1473
1460
|
margin-left: auto;
|
|
1474
1461
|
}
|
|
1475
1462
|
|
|
1463
|
+
.es\:line-clamp-1 {
|
|
1464
|
+
-webkit-line-clamp: 1;
|
|
1465
|
+
-webkit-box-orient: vertical;
|
|
1466
|
+
display: -webkit-box;
|
|
1467
|
+
overflow: hidden;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1476
1470
|
.es\:block {
|
|
1477
1471
|
display: block;
|
|
1478
1472
|
}
|
|
@@ -1698,6 +1692,10 @@
|
|
|
1698
1692
|
max-height: calc(var(--es-spacing) * 40);
|
|
1699
1693
|
}
|
|
1700
1694
|
|
|
1695
|
+
.es\:max-h-72 {
|
|
1696
|
+
max-height: calc(var(--es-spacing) * 72);
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1701
1699
|
.es\:min-h-5 {
|
|
1702
1700
|
min-height: calc(var(--es-spacing) * 5);
|
|
1703
1701
|
}
|
|
@@ -1734,6 +1732,10 @@
|
|
|
1734
1732
|
min-height: calc(var(--es-spacing) * 14);
|
|
1735
1733
|
}
|
|
1736
1734
|
|
|
1735
|
+
.es\:min-h-16 {
|
|
1736
|
+
min-height: calc(var(--es-spacing) * 16);
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1737
1739
|
.es\:min-h-24 {
|
|
1738
1740
|
min-height: calc(var(--es-spacing) * 24);
|
|
1739
1741
|
}
|
|
@@ -1826,8 +1828,8 @@
|
|
|
1826
1828
|
width: calc(var(--es-spacing) * 52);
|
|
1827
1829
|
}
|
|
1828
1830
|
|
|
1829
|
-
.es\:w-
|
|
1830
|
-
width: calc(var(--es-spacing) *
|
|
1831
|
+
.es\:w-76 {
|
|
1832
|
+
width: calc(var(--es-spacing) * 76);
|
|
1831
1833
|
}
|
|
1832
1834
|
|
|
1833
1835
|
.es\:w-96 {
|
|
@@ -1874,8 +1876,8 @@
|
|
|
1874
1876
|
max-width: calc(var(--es-spacing) * 72);
|
|
1875
1877
|
}
|
|
1876
1878
|
|
|
1877
|
-
.es\:max-w-
|
|
1878
|
-
max-width: calc(var(--es-spacing) *
|
|
1879
|
+
.es\:max-w-76 {
|
|
1880
|
+
max-width: calc(var(--es-spacing) * 76);
|
|
1879
1881
|
}
|
|
1880
1882
|
|
|
1881
1883
|
.es\:max-w-96 {
|
|
@@ -2041,6 +2043,22 @@
|
|
|
2041
2043
|
rotate: 45deg;
|
|
2042
2044
|
}
|
|
2043
2045
|
|
|
2046
|
+
.es\:motion-preset-slide-down {
|
|
2047
|
+
--motion-origin-translate-y: -25%;
|
|
2048
|
+
--motion-origin-opacity: 0;
|
|
2049
|
+
--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;
|
|
2050
|
+
--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;
|
|
2051
|
+
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);
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
.es\:motion-preset-slide-up {
|
|
2055
|
+
--motion-origin-translate-y: 25%;
|
|
2056
|
+
--motion-origin-opacity: 0;
|
|
2057
|
+
--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;
|
|
2058
|
+
--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;
|
|
2059
|
+
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);
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2044
2062
|
.es\:motion-preset-spin {
|
|
2045
2063
|
--motion-loop-rotate: 360deg;
|
|
2046
2064
|
--motion-timing: linear;
|
|
@@ -2074,6 +2092,12 @@
|
|
|
2074
2092
|
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);
|
|
2075
2093
|
}
|
|
2076
2094
|
|
|
2095
|
+
.es\:motion-opacity-in-0 {
|
|
2096
|
+
--motion-origin-opacity: .001;
|
|
2097
|
+
--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;
|
|
2098
|
+
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);
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2077
2101
|
.es\:motion-opacity-out {
|
|
2078
2102
|
--motion-end-opacity: 0;
|
|
2079
2103
|
--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;
|
|
@@ -2098,10 +2122,6 @@
|
|
|
2098
2122
|
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);
|
|
2099
2123
|
}
|
|
2100
2124
|
|
|
2101
|
-
.es\:animate-spin {
|
|
2102
|
-
animation: var(--es-animate-spin);
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
2125
|
.es\:cursor-default {
|
|
2106
2126
|
cursor: default;
|
|
2107
2127
|
}
|
|
@@ -2118,6 +2138,10 @@
|
|
|
2118
2138
|
cursor: pointer;
|
|
2119
2139
|
}
|
|
2120
2140
|
|
|
2141
|
+
.es\:scroll-m-1 {
|
|
2142
|
+
scroll-margin: calc(var(--es-spacing) * 1);
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2121
2145
|
.es\:list-none {
|
|
2122
2146
|
list-style-type: none;
|
|
2123
2147
|
}
|
|
@@ -2440,6 +2464,10 @@
|
|
|
2440
2464
|
overflow-x: auto;
|
|
2441
2465
|
}
|
|
2442
2466
|
|
|
2467
|
+
.es\:overflow-x-clip {
|
|
2468
|
+
overflow-x: clip;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2443
2471
|
.es\:overflow-x-hidden {
|
|
2444
2472
|
overflow-x: hidden;
|
|
2445
2473
|
}
|
|
@@ -3417,6 +3445,10 @@
|
|
|
3417
3445
|
padding-inline: calc(var(--es-spacing) * 5);
|
|
3418
3446
|
}
|
|
3419
3447
|
|
|
3448
|
+
.es\:py-0 {
|
|
3449
|
+
padding-block: calc(var(--es-spacing) * 0);
|
|
3450
|
+
}
|
|
3451
|
+
|
|
3420
3452
|
.es\:py-0\.5 {
|
|
3421
3453
|
padding-block: calc(var(--es-spacing) * .5);
|
|
3422
3454
|
}
|
|
@@ -3676,10 +3708,6 @@
|
|
|
3676
3708
|
color: var(--es-color-accent-950);
|
|
3677
3709
|
}
|
|
3678
3710
|
|
|
3679
|
-
.es\:text-amber-950 {
|
|
3680
|
-
color: var(--es-color-amber-950);
|
|
3681
|
-
}
|
|
3682
|
-
|
|
3683
3711
|
.es\:text-black {
|
|
3684
3712
|
color: var(--es-color-black);
|
|
3685
3713
|
}
|
|
@@ -3846,10 +3874,6 @@
|
|
|
3846
3874
|
color: var(--es-color-slate-500);
|
|
3847
3875
|
}
|
|
3848
3876
|
|
|
3849
|
-
.es\:text-transparent {
|
|
3850
|
-
color: #0000;
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
3877
|
.es\:text-white {
|
|
3854
3878
|
color: var(--es-color-white);
|
|
3855
3879
|
}
|
|
@@ -3965,6 +3989,11 @@
|
|
|
3965
3989
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3966
3990
|
}
|
|
3967
3991
|
|
|
3992
|
+
.es\:inset-ring-0 {
|
|
3993
|
+
--tw-inset-ring-shadow: inset 0 0 0 0px var(--tw-inset-ring-color, currentcolor);
|
|
3994
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3968
3997
|
.es\:shadow-accent-500\/25 {
|
|
3969
3998
|
--tw-shadow-color: var(--es-color-accent-500);
|
|
3970
3999
|
}
|
|
@@ -4179,16 +4208,6 @@
|
|
|
4179
4208
|
}
|
|
4180
4209
|
}
|
|
4181
4210
|
|
|
4182
|
-
.es\:inset-ring-secondary-200\/30 {
|
|
4183
|
-
--tw-inset-ring-color: var(--es-color-secondary-200);
|
|
4184
|
-
}
|
|
4185
|
-
|
|
4186
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
4187
|
-
.es\:inset-ring-secondary-200\/30 {
|
|
4188
|
-
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-secondary-200) 30%, transparent);
|
|
4189
|
-
}
|
|
4190
|
-
}
|
|
4191
|
-
|
|
4192
4211
|
.es\:outline-hidden {
|
|
4193
4212
|
--tw-outline-style: none;
|
|
4194
4213
|
outline-style: none;
|
|
@@ -4331,9 +4350,9 @@
|
|
|
4331
4350
|
transition-duration: .3s;
|
|
4332
4351
|
}
|
|
4333
4352
|
|
|
4334
|
-
.es\:ease-\[var\(--motion-spring-
|
|
4335
|
-
--tw-ease: var(--motion-spring-
|
|
4336
|
-
transition-timing-function: var(--motion-spring-
|
|
4353
|
+
.es\:ease-\[var\(--motion-spring-bouncy\)\] {
|
|
4354
|
+
--tw-ease: var(--motion-spring-bouncy);
|
|
4355
|
+
transition-timing-function: var(--motion-spring-bouncy);
|
|
4337
4356
|
}
|
|
4338
4357
|
|
|
4339
4358
|
.es\:will-change-\[transform\,opacity\] {
|
|
@@ -4344,6 +4363,19 @@
|
|
|
4344
4363
|
will-change: transform;
|
|
4345
4364
|
}
|
|
4346
4365
|
|
|
4366
|
+
.es\:motion-ease-spring-bouncy {
|
|
4367
|
+
--motion-timing: var(--motion-spring-bouncy);
|
|
4368
|
+
--motion-perceptual-duration-multiplier: 1.66;
|
|
4369
|
+
--motion-filter-timing: var(--motion-spring-smooth);
|
|
4370
|
+
--motion-opacity-timing: var(--motion-spring-smooth);
|
|
4371
|
+
--motion-background-color-timing: var(--motion-spring-smooth);
|
|
4372
|
+
--motion-text-color-timing: var(--motion-spring-smooth);
|
|
4373
|
+
--motion-filter-perceptual-duration-multiplier: 1.66;
|
|
4374
|
+
--motion-opacity-perceptual-duration-multiplier: 1.66;
|
|
4375
|
+
--motion-background-color-perceptual-duration-multiplier: 1.66;
|
|
4376
|
+
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4347
4379
|
.es\:motion-ease-linear\/opacity {
|
|
4348
4380
|
--motion-opacity-timing: linear;
|
|
4349
4381
|
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
@@ -4359,11 +4391,6 @@
|
|
|
4359
4391
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
4360
4392
|
}
|
|
4361
4393
|
|
|
4362
|
-
.es\:motion-ease-spring-snappy {
|
|
4363
|
-
--motion-timing: var(--motion-spring-snappy);
|
|
4364
|
-
--motion-perceptual-duration-multiplier: 1.66;
|
|
4365
|
-
}
|
|
4366
|
-
|
|
4367
4394
|
.es\:motion-ease-spring-snappy\/scale {
|
|
4368
4395
|
--motion-scale-timing: var(--motion-spring-snappy);
|
|
4369
4396
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
@@ -4454,27 +4481,7 @@
|
|
|
4454
4481
|
padding-bottom: calc(var(--es-spacing) * 4);
|
|
4455
4482
|
}
|
|
4456
4483
|
|
|
4457
|
-
.es\:not-disabled\:cursor-pointer:not(:is(:disabled, [data-rac][data-disabled])) {
|
|
4458
|
-
cursor: pointer;
|
|
4459
|
-
}
|
|
4460
|
-
|
|
4461
|
-
@media not all and (prefers-reduced-motion: reduce) {
|
|
4462
|
-
.es\:not-motion-reduce\:motion-preset-slide-down-sm {
|
|
4463
|
-
--motion-origin-translate-y: -5%;
|
|
4464
|
-
--motion-origin-opacity: 0;
|
|
4465
|
-
--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;
|
|
4466
|
-
--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;
|
|
4467
|
-
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);
|
|
4468
|
-
}
|
|
4469
|
-
|
|
4470
|
-
.es\:not-motion-reduce\:motion-translate-y-out-\[-2\.5\%\] {
|
|
4471
|
-
--motion-end-translate-y: -2.5%;
|
|
4472
|
-
--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;
|
|
4473
|
-
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);
|
|
4474
|
-
}
|
|
4475
|
-
}
|
|
4476
|
-
|
|
4477
|
-
.es\:group-not-disabled\:cursor-pointer:is(:where(.es\:group):not(:is(:disabled, [data-rac][data-disabled])) *) {
|
|
4484
|
+
.es\:not-disabled\:cursor-pointer:not(:is(:disabled, [data-rac][data-disabled])), .es\:group-not-disabled\:cursor-pointer:is(:where(.es\:group):not(:is(:disabled, [data-rac][data-disabled])) *) {
|
|
4478
4485
|
cursor: pointer;
|
|
4479
4486
|
}
|
|
4480
4487
|
|
|
@@ -4597,6 +4604,32 @@
|
|
|
4597
4604
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
4598
4605
|
}
|
|
4599
4606
|
|
|
4607
|
+
.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]) *) {
|
|
4608
|
+
background-color: var(--es-color-secondary-100);
|
|
4609
|
+
}
|
|
4610
|
+
|
|
4611
|
+
.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]) *) {
|
|
4612
|
+
--tw-outline-style: none;
|
|
4613
|
+
outline-style: none;
|
|
4614
|
+
}
|
|
4615
|
+
|
|
4616
|
+
@media (forced-colors: active) {
|
|
4617
|
+
.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]) *) {
|
|
4618
|
+
outline-offset: 2px;
|
|
4619
|
+
outline: 2px solid #0000;
|
|
4620
|
+
}
|
|
4621
|
+
}
|
|
4622
|
+
|
|
4623
|
+
.es\:group-active\:bg-accent-700\/15:is(:where(.es\:group):active *) {
|
|
4624
|
+
background-color: var(--es-color-accent-700);
|
|
4625
|
+
}
|
|
4626
|
+
|
|
4627
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4628
|
+
.es\:group-active\:bg-accent-700\/15:is(:where(.es\:group):active *) {
|
|
4629
|
+
background-color: color-mix(in oklab, var(--es-color-accent-700) 15%, transparent);
|
|
4630
|
+
}
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4600
4633
|
.es\:group-aria-expanded\:-scale-y-100:is(:where(.es\:group)[aria-expanded="true"] *) {
|
|
4601
4634
|
--tw-scale-y: calc(100% * -1);
|
|
4602
4635
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
@@ -4628,14 +4661,24 @@
|
|
|
4628
4661
|
}
|
|
4629
4662
|
}
|
|
4630
4663
|
|
|
4631
|
-
.es\:group-selected\:bg-accent-600:is(:where(.es\:group)[data-selected] *) {
|
|
4664
|
+
.es\:group-selected\:bg-accent-600:is(:where(.es\:group)[data-selected] *), .es\:group-selected\:bg-accent-600\/15:is(:where(.es\:group)[data-selected] *) {
|
|
4632
4665
|
background-color: var(--es-color-accent-600);
|
|
4633
4666
|
}
|
|
4634
4667
|
|
|
4668
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4669
|
+
.es\:group-selected\:bg-accent-600\/15:is(:where(.es\:group)[data-selected] *) {
|
|
4670
|
+
background-color: color-mix(in oklab, var(--es-color-accent-600) 15%, transparent);
|
|
4671
|
+
}
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4635
4674
|
.es\:group-selected\:text-accent-900:is(:where(.es\:group)[data-selected] *) {
|
|
4636
4675
|
color: var(--es-color-accent-900);
|
|
4637
4676
|
}
|
|
4638
4677
|
|
|
4678
|
+
.es\:group-selected\:text-accent-950:is(:where(.es\:group)[data-selected] *) {
|
|
4679
|
+
color: var(--es-color-accent-950);
|
|
4680
|
+
}
|
|
4681
|
+
|
|
4639
4682
|
.es\:group-selected\:text-white:is(:where(.es\:group)[data-selected] *) {
|
|
4640
4683
|
color: var(--es-color-white);
|
|
4641
4684
|
}
|
|
@@ -4650,12 +4693,35 @@
|
|
|
4650
4693
|
}
|
|
4651
4694
|
}
|
|
4652
4695
|
|
|
4653
|
-
.es\:
|
|
4654
|
-
|
|
4696
|
+
.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]) *) {
|
|
4697
|
+
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
|
|
4698
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4655
4699
|
}
|
|
4656
4700
|
|
|
4657
|
-
.es\:
|
|
4658
|
-
|
|
4701
|
+
.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]) *) {
|
|
4702
|
+
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
4703
|
+
}
|
|
4704
|
+
|
|
4705
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4706
|
+
.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]) *) {
|
|
4707
|
+
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-accent-600) 30%, transparent);
|
|
4708
|
+
}
|
|
4709
|
+
}
|
|
4710
|
+
|
|
4711
|
+
.es\:group-any-focus\:outline-hidden:is(:where(.es\:group):is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) *) {
|
|
4712
|
+
--tw-outline-style: none;
|
|
4713
|
+
outline-style: none;
|
|
4714
|
+
}
|
|
4715
|
+
|
|
4716
|
+
@media (forced-colors: active) {
|
|
4717
|
+
.es\:group-any-focus\:outline-hidden:is(:where(.es\:group):is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) *) {
|
|
4718
|
+
outline-offset: 2px;
|
|
4719
|
+
outline: 2px solid #0000;
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
|
|
4723
|
+
.es\:peer-placeholder-shown\:opacity-0:is(:where(.es\:peer)[data-placeholder] ~ *), .es\:peer-placeholder-shown\:opacity-0:is(:where(.es\:peer):placeholder-shown ~ *) {
|
|
4724
|
+
opacity: 0;
|
|
4659
4725
|
}
|
|
4660
4726
|
|
|
4661
4727
|
.es\:selection\:bg-accent-500\/20 ::selection {
|
|
@@ -4678,14 +4744,6 @@
|
|
|
4678
4744
|
}
|
|
4679
4745
|
}
|
|
4680
4746
|
|
|
4681
|
-
.es\:selection\:bg-transparent ::selection {
|
|
4682
|
-
background-color: #0000;
|
|
4683
|
-
}
|
|
4684
|
-
|
|
4685
|
-
.es\:selection\:bg-transparent::selection {
|
|
4686
|
-
background-color: #0000;
|
|
4687
|
-
}
|
|
4688
|
-
|
|
4689
4747
|
.es\:selection\:text-accent-950 ::selection {
|
|
4690
4748
|
color: var(--es-color-accent-950);
|
|
4691
4749
|
}
|
|
@@ -4694,12 +4752,8 @@
|
|
|
4694
4752
|
color: var(--es-color-accent-950);
|
|
4695
4753
|
}
|
|
4696
4754
|
|
|
4697
|
-
.es\:
|
|
4698
|
-
color:
|
|
4699
|
-
}
|
|
4700
|
-
|
|
4701
|
-
.es\:selection\:text-transparent::selection {
|
|
4702
|
-
color: #0000;
|
|
4755
|
+
.es\:placeholder\:text-secondary-500::placeholder {
|
|
4756
|
+
color: var(--es-color-secondary-500);
|
|
4703
4757
|
}
|
|
4704
4758
|
|
|
4705
4759
|
.es\:after\:absolute:after {
|
|
@@ -5205,49 +5259,59 @@
|
|
|
5205
5259
|
}
|
|
5206
5260
|
}
|
|
5207
5261
|
|
|
5208
|
-
.es\:hover\:
|
|
5209
|
-
--
|
|
5210
|
-
outline-style: none;
|
|
5262
|
+
.es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where([data-rac])[data-hovered] {
|
|
5263
|
+
background-color: var(--es-color-secondary-100);
|
|
5211
5264
|
}
|
|
5212
5265
|
|
|
5213
|
-
@media (
|
|
5214
|
-
.es\:hover\:
|
|
5215
|
-
|
|
5216
|
-
outline: 2px solid #0000;
|
|
5266
|
+
@media (hover: hover) {
|
|
5267
|
+
.es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where(:not([data-rac])):hover {
|
|
5268
|
+
background-color: var(--es-color-secondary-100);
|
|
5217
5269
|
}
|
|
5218
5270
|
}
|
|
5219
5271
|
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
outline-style: none;
|
|
5224
|
-
}
|
|
5272
|
+
.es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where([data-rac])[data-hovered] {
|
|
5273
|
+
color: var(--es-color-secondary-900);
|
|
5274
|
+
}
|
|
5225
5275
|
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
|
|
5229
|
-
outline: 2px solid #0000;
|
|
5230
|
-
}
|
|
5276
|
+
@media (hover: hover) {
|
|
5277
|
+
.es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:is(:disabled, [data-rac][data-disabled])):not([data-selected]):where(:not([data-rac])):hover {
|
|
5278
|
+
color: var(--es-color-secondary-900);
|
|
5231
5279
|
}
|
|
5232
5280
|
}
|
|
5233
5281
|
|
|
5234
|
-
.es\:
|
|
5282
|
+
.es\:group-not-selected\:hover\:bg-secondary-100:is(:where(.es\:group):not([data-selected]) *):where([data-rac])[data-hovered] {
|
|
5235
5283
|
background-color: var(--es-color-secondary-100);
|
|
5236
5284
|
}
|
|
5237
5285
|
|
|
5238
5286
|
@media (hover: hover) {
|
|
5239
|
-
.es\:
|
|
5287
|
+
.es\:group-not-selected\:hover\:bg-secondary-100:is(:where(.es\:group):not([data-selected]) *):where(:not([data-rac])):hover {
|
|
5240
5288
|
background-color: var(--es-color-secondary-100);
|
|
5241
5289
|
}
|
|
5242
5290
|
}
|
|
5243
5291
|
|
|
5244
|
-
.es\:
|
|
5245
|
-
|
|
5292
|
+
.es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where([data-rac])[data-hovered] {
|
|
5293
|
+
--tw-outline-style: none;
|
|
5294
|
+
outline-style: none;
|
|
5295
|
+
}
|
|
5296
|
+
|
|
5297
|
+
@media (forced-colors: active) {
|
|
5298
|
+
.es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where([data-rac])[data-hovered] {
|
|
5299
|
+
outline-offset: 2px;
|
|
5300
|
+
outline: 2px solid #0000;
|
|
5301
|
+
}
|
|
5246
5302
|
}
|
|
5247
5303
|
|
|
5248
5304
|
@media (hover: hover) {
|
|
5249
|
-
.es\:
|
|
5250
|
-
|
|
5305
|
+
.es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where(:not([data-rac])):hover {
|
|
5306
|
+
--tw-outline-style: none;
|
|
5307
|
+
outline-style: none;
|
|
5308
|
+
}
|
|
5309
|
+
|
|
5310
|
+
@media (forced-colors: active) {
|
|
5311
|
+
.es\:group-not-selected\:hover\:outline-hidden:is(:where(.es\:group):not([data-selected]) *):where(:not([data-rac])):hover {
|
|
5312
|
+
outline-offset: 2px;
|
|
5313
|
+
outline: 2px solid #0000;
|
|
5314
|
+
}
|
|
5251
5315
|
}
|
|
5252
5316
|
}
|
|
5253
5317
|
|
|
@@ -5295,10 +5359,6 @@
|
|
|
5295
5359
|
border-color: var(--es-color-accent-500);
|
|
5296
5360
|
}
|
|
5297
5361
|
|
|
5298
|
-
.es\:focus\:text-current:where([data-rac])[data-focused], .es\:focus\:text-current:where(:not([data-rac])):focus {
|
|
5299
|
-
color: currentColor;
|
|
5300
|
-
}
|
|
5301
|
-
|
|
5302
5362
|
.es\:focus\:shadow-none\!:where([data-rac])[data-focused], .es\:focus\:shadow-none\!:where(:not([data-rac])):focus {
|
|
5303
5363
|
--tw-shadow: 0 0 #0000 !important;
|
|
5304
5364
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
@@ -5759,10 +5819,6 @@
|
|
|
5759
5819
|
}
|
|
5760
5820
|
}
|
|
5761
5821
|
|
|
5762
|
-
.es\:has-\[svg\]\:left-1:has(:is(svg)) {
|
|
5763
|
-
left: calc(var(--es-spacing) * 1);
|
|
5764
|
-
}
|
|
5765
|
-
|
|
5766
5822
|
.es\:has-\[\>_\:only-child\]\:pb-0:has( > :only-child) {
|
|
5767
5823
|
padding-bottom: calc(var(--es-spacing) * 0);
|
|
5768
5824
|
}
|
|
@@ -5856,6 +5912,10 @@
|
|
|
5856
5912
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
5857
5913
|
}
|
|
5858
5914
|
|
|
5915
|
+
.es\:motion-safe\:motion-duration-200 {
|
|
5916
|
+
--motion-duration: .2s;
|
|
5917
|
+
}
|
|
5918
|
+
|
|
5859
5919
|
.es\:motion-safe\:motion-duration-300 {
|
|
5860
5920
|
--motion-duration: .3s;
|
|
5861
5921
|
}
|
|
@@ -5910,7 +5970,7 @@
|
|
|
5910
5970
|
}
|
|
5911
5971
|
|
|
5912
5972
|
@media (prefers-reduced-motion: reduce) {
|
|
5913
|
-
.es\:motion-reduce\:motion-preset-fade
|
|
5973
|
+
.es\:motion-reduce\:motion-preset-fade-md {
|
|
5914
5974
|
--motion-origin-opacity: 0;
|
|
5915
5975
|
--motion-duration: .5s;
|
|
5916
5976
|
--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;
|
|
@@ -5940,6 +6000,78 @@
|
|
|
5940
6000
|
}
|
|
5941
6001
|
}
|
|
5942
6002
|
|
|
6003
|
+
.es\:placement-left\:origin-right[data-placement="left"] {
|
|
6004
|
+
transform-origin: 100%;
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
6008
|
+
.es\:motion-safe\:placement-left\:motion-translate-x-in-\[5\%\][data-placement="left"] {
|
|
6009
|
+
--motion-origin-translate-x: 5%;
|
|
6010
|
+
--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;
|
|
6011
|
+
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);
|
|
6012
|
+
}
|
|
6013
|
+
|
|
6014
|
+
.es\:motion-safe\:placement-left\:motion-translate-x-out-\[5\%\][data-placement="left"] {
|
|
6015
|
+
--motion-end-translate-x: 5%;
|
|
6016
|
+
--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;
|
|
6017
|
+
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);
|
|
6018
|
+
}
|
|
6019
|
+
}
|
|
6020
|
+
|
|
6021
|
+
.es\:placement-right\:origin-left[data-placement="right"] {
|
|
6022
|
+
transform-origin: 0;
|
|
6023
|
+
}
|
|
6024
|
+
|
|
6025
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
6026
|
+
.es\:motion-safe\:placement-right\:motion-translate-x-in-\[-5\%\][data-placement="right"] {
|
|
6027
|
+
--motion-origin-translate-x: -5%;
|
|
6028
|
+
--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;
|
|
6029
|
+
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);
|
|
6030
|
+
}
|
|
6031
|
+
|
|
6032
|
+
.es\:motion-safe\:placement-right\:motion-translate-x-out-\[-5\%\][data-placement="right"] {
|
|
6033
|
+
--motion-end-translate-x: -5%;
|
|
6034
|
+
--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;
|
|
6035
|
+
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);
|
|
6036
|
+
}
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
.es\:placement-top\:origin-bottom-left[data-placement="top"] {
|
|
6040
|
+
transform-origin: 0 100%;
|
|
6041
|
+
}
|
|
6042
|
+
|
|
6043
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
6044
|
+
.es\:motion-safe\:placement-top\:motion-translate-y-in-\[5\%\][data-placement="top"] {
|
|
6045
|
+
--motion-origin-translate-y: 5%;
|
|
6046
|
+
--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;
|
|
6047
|
+
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);
|
|
6048
|
+
}
|
|
6049
|
+
|
|
6050
|
+
.es\:motion-safe\:placement-top\:motion-translate-y-out-\[5\%\][data-placement="top"] {
|
|
6051
|
+
--motion-end-translate-y: 5%;
|
|
6052
|
+
--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;
|
|
6053
|
+
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);
|
|
6054
|
+
}
|
|
6055
|
+
}
|
|
6056
|
+
|
|
6057
|
+
.es\:placement-bottom\:origin-top-left[data-placement="bottom"] {
|
|
6058
|
+
transform-origin: 0 0;
|
|
6059
|
+
}
|
|
6060
|
+
|
|
6061
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
6062
|
+
.es\:motion-safe\:placement-bottom\:motion-translate-y-in-\[-5\%\][data-placement="bottom"] {
|
|
6063
|
+
--motion-origin-translate-y: -5%;
|
|
6064
|
+
--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;
|
|
6065
|
+
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);
|
|
6066
|
+
}
|
|
6067
|
+
|
|
6068
|
+
.es\:motion-safe\:placement-bottom\:motion-translate-y-out-\[-5\%\][data-placement="bottom"] {
|
|
6069
|
+
--motion-end-translate-y: -5%;
|
|
6070
|
+
--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;
|
|
6071
|
+
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);
|
|
6072
|
+
}
|
|
6073
|
+
}
|
|
6074
|
+
|
|
5943
6075
|
.es\:pending\:cursor-wait[data-pending] {
|
|
5944
6076
|
cursor: wait;
|
|
5945
6077
|
}
|
|
@@ -6315,18 +6447,6 @@
|
|
|
6315
6447
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
6316
6448
|
}
|
|
6317
6449
|
|
|
6318
|
-
.es\:\[\&_span\]\:overflow-hidden span {
|
|
6319
|
-
overflow: hidden;
|
|
6320
|
-
}
|
|
6321
|
-
|
|
6322
|
-
.es\:\[\&_span\]\:text-nowrap span {
|
|
6323
|
-
text-wrap: nowrap;
|
|
6324
|
-
}
|
|
6325
|
-
|
|
6326
|
-
.es\:\[\&_span\]\:text-ellipsis span {
|
|
6327
|
-
text-overflow: ellipsis;
|
|
6328
|
-
}
|
|
6329
|
-
|
|
6330
6450
|
.es\:\[\&_svg\]\:size-4\! svg {
|
|
6331
6451
|
width: calc(var(--es-spacing) * 4) !important;
|
|
6332
6452
|
height: calc(var(--es-spacing) * 4) !important;
|
|
@@ -6336,6 +6456,10 @@
|
|
|
6336
6456
|
stroke: var(--es-color-red-500);
|
|
6337
6457
|
}
|
|
6338
6458
|
|
|
6459
|
+
.es\:\[\&\:\:-webkit-search-cancel-button\]\:hidden::-webkit-search-cancel-button {
|
|
6460
|
+
display: none;
|
|
6461
|
+
}
|
|
6462
|
+
|
|
6339
6463
|
.es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring-2:has( > [data-focus-visible="true"]) {
|
|
6340
6464
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
6341
6465
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -6716,9 +6840,3 @@
|
|
|
6716
6840
|
inherits: false;
|
|
6717
6841
|
initial-value: "";
|
|
6718
6842
|
}
|
|
6719
|
-
|
|
6720
|
-
@keyframes spin {
|
|
6721
|
-
to {
|
|
6722
|
-
transform: rotate(360deg);
|
|
6723
|
-
}
|
|
6724
|
-
}
|