@eightshift/ui-components 6.0.9 → 6.0.11
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/assets/style-admin.css +19 -14
- package/dist/assets/style-editor.css +19 -14
- package/dist/assets/style.css +19 -14
- package/dist/components/draggable/draggable.js +473 -403
- package/dist/components/expandable/expandable.js +4 -2
- package/dist/components/slider/column-config-slider.js +1 -1
- package/dist/components/slider/slider.js +1 -1
- package/dist/{proxy-Bj4KTTJt.js → proxy-CcjltLEW.js} +82 -2
- package/package.json +8 -12
|
@@ -455,6 +455,7 @@
|
|
|
455
455
|
--es-color-black: #000;
|
|
456
456
|
--es-color-white: #fff;
|
|
457
457
|
--es-spacing: .25rem;
|
|
458
|
+
--es-container-xs: 20rem;
|
|
458
459
|
--es-container-lg: 32rem;
|
|
459
460
|
--es-container-2xl: 42rem;
|
|
460
461
|
--es-container-4xl: 56rem;
|
|
@@ -1503,6 +1504,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1503
1504
|
top: var(--es-spacing-3_25);
|
|
1504
1505
|
}
|
|
1505
1506
|
|
|
1507
|
+
:is(body, body #wpwrap) .es\:top-4 {
|
|
1508
|
+
top: calc(var(--es-spacing) * 4);
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1506
1511
|
:is(body, body #wpwrap) .es\:top-5 {
|
|
1507
1512
|
top: calc(var(--es-spacing) * 5);
|
|
1508
1513
|
}
|
|
@@ -1531,6 +1536,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1531
1536
|
right: calc(var(--es-spacing) * 3);
|
|
1532
1537
|
}
|
|
1533
1538
|
|
|
1539
|
+
:is(body, body #wpwrap) .es\:right-4 {
|
|
1540
|
+
right: calc(var(--es-spacing) * 4);
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1534
1543
|
:is(body, body #wpwrap) .es\:right-6 {
|
|
1535
1544
|
right: calc(var(--es-spacing) * 6);
|
|
1536
1545
|
}
|
|
@@ -1663,10 +1672,6 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1663
1672
|
margin: calc(var(--es-spacing) * 1.5);
|
|
1664
1673
|
}
|
|
1665
1674
|
|
|
1666
|
-
:is(body, body #wpwrap) .es\:m-5 {
|
|
1667
|
-
margin: calc(var(--es-spacing) * 5);
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
1675
|
:is(body, body #wpwrap) .es\:m-auto {
|
|
1671
1676
|
margin: auto;
|
|
1672
1677
|
}
|
|
@@ -1727,10 +1732,6 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1727
1732
|
margin-block: calc(var(--es-spacing) * 2);
|
|
1728
1733
|
}
|
|
1729
1734
|
|
|
1730
|
-
:is(body, body #wpwrap) .es\:my-5 {
|
|
1731
|
-
margin-block: calc(var(--es-spacing) * 5);
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
1735
|
:is(body, body #wpwrap) .es\:my-auto {
|
|
1735
1736
|
margin-block: auto;
|
|
1736
1737
|
}
|
|
@@ -1779,6 +1780,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1779
1780
|
margin-top: calc(var(--es-spacing) * 5);
|
|
1780
1781
|
}
|
|
1781
1782
|
|
|
1783
|
+
:is(body, body #wpwrap) .es\:mt-auto {
|
|
1784
|
+
margin-top: auto;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1782
1787
|
:is(body, body #wpwrap) .es\:mr-0\.5 {
|
|
1783
1788
|
margin-right: calc(var(--es-spacing) * .5);
|
|
1784
1789
|
}
|
|
@@ -2179,10 +2184,6 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
2179
2184
|
min-height: 100%;
|
|
2180
2185
|
}
|
|
2181
2186
|
|
|
2182
|
-
:is(body, body #wpwrap) .es\:min-h-screen {
|
|
2183
|
-
min-height: 100vh;
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
2187
|
:is(body, body #wpwrap) .es\:w-fill {
|
|
2187
2188
|
width: -moz-available;
|
|
2188
2189
|
width: -webkit-fill-available;
|
|
@@ -2297,6 +2298,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
2297
2298
|
width: 1px;
|
|
2298
2299
|
}
|
|
2299
2300
|
|
|
2301
|
+
:is(body, body #wpwrap) .es\:w-xs {
|
|
2302
|
+
width: var(--es-container-xs);
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2300
2305
|
:is(body, body #wpwrap) .es\:max-w-2xl {
|
|
2301
2306
|
max-width: var(--es-container-2xl);
|
|
2302
2307
|
}
|
|
@@ -3117,8 +3122,8 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
3117
3122
|
overflow-y: visible;
|
|
3118
3123
|
}
|
|
3119
3124
|
|
|
3120
|
-
:is(body, body #wpwrap) .es\:overscroll-
|
|
3121
|
-
overscroll-behavior:
|
|
3125
|
+
:is(body, body #wpwrap) .es\:overscroll-none {
|
|
3126
|
+
overscroll-behavior: none;
|
|
3122
3127
|
}
|
|
3123
3128
|
|
|
3124
3129
|
:is(body, body #wpwrap) .es\:rounded {
|
|
@@ -455,6 +455,7 @@
|
|
|
455
455
|
--es-color-black: #000;
|
|
456
456
|
--es-color-white: #fff;
|
|
457
457
|
--es-spacing: .25rem;
|
|
458
|
+
--es-container-xs: 20rem;
|
|
458
459
|
--es-container-lg: 32rem;
|
|
459
460
|
--es-container-2xl: 42rem;
|
|
460
461
|
--es-container-4xl: 56rem;
|
|
@@ -1471,6 +1472,10 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
1471
1472
|
top: var(--es-spacing-3_25);
|
|
1472
1473
|
}
|
|
1473
1474
|
|
|
1475
|
+
:is(body, #wpwrap #editor) .es\:top-4 {
|
|
1476
|
+
top: calc(var(--es-spacing) * 4);
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1474
1479
|
:is(body, #wpwrap #editor) .es\:top-5 {
|
|
1475
1480
|
top: calc(var(--es-spacing) * 5);
|
|
1476
1481
|
}
|
|
@@ -1499,6 +1504,10 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
1499
1504
|
right: calc(var(--es-spacing) * 3);
|
|
1500
1505
|
}
|
|
1501
1506
|
|
|
1507
|
+
:is(body, #wpwrap #editor) .es\:right-4 {
|
|
1508
|
+
right: calc(var(--es-spacing) * 4);
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1502
1511
|
:is(body, #wpwrap #editor) .es\:right-6 {
|
|
1503
1512
|
right: calc(var(--es-spacing) * 6);
|
|
1504
1513
|
}
|
|
@@ -1631,10 +1640,6 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
1631
1640
|
margin: calc(var(--es-spacing) * 1.5);
|
|
1632
1641
|
}
|
|
1633
1642
|
|
|
1634
|
-
:is(body, #wpwrap #editor) .es\:m-5 {
|
|
1635
|
-
margin: calc(var(--es-spacing) * 5);
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
1643
|
:is(body, #wpwrap #editor) .es\:m-auto {
|
|
1639
1644
|
margin: auto;
|
|
1640
1645
|
}
|
|
@@ -1695,10 +1700,6 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
1695
1700
|
margin-block: calc(var(--es-spacing) * 2);
|
|
1696
1701
|
}
|
|
1697
1702
|
|
|
1698
|
-
:is(body, #wpwrap #editor) .es\:my-5 {
|
|
1699
|
-
margin-block: calc(var(--es-spacing) * 5);
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
1703
|
:is(body, #wpwrap #editor) .es\:my-auto {
|
|
1703
1704
|
margin-block: auto;
|
|
1704
1705
|
}
|
|
@@ -1747,6 +1748,10 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
1747
1748
|
margin-top: calc(var(--es-spacing) * 5);
|
|
1748
1749
|
}
|
|
1749
1750
|
|
|
1751
|
+
:is(body, #wpwrap #editor) .es\:mt-auto {
|
|
1752
|
+
margin-top: auto;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1750
1755
|
:is(body, #wpwrap #editor) .es\:mr-0\.5 {
|
|
1751
1756
|
margin-right: calc(var(--es-spacing) * .5);
|
|
1752
1757
|
}
|
|
@@ -2147,10 +2152,6 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
2147
2152
|
min-height: 100%;
|
|
2148
2153
|
}
|
|
2149
2154
|
|
|
2150
|
-
:is(body, #wpwrap #editor) .es\:min-h-screen {
|
|
2151
|
-
min-height: 100vh;
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
2155
|
:is(body, #wpwrap #editor) .es\:w-fill {
|
|
2155
2156
|
width: -moz-available;
|
|
2156
2157
|
width: -webkit-fill-available;
|
|
@@ -2265,6 +2266,10 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
2265
2266
|
width: 1px;
|
|
2266
2267
|
}
|
|
2267
2268
|
|
|
2269
|
+
:is(body, #wpwrap #editor) .es\:w-xs {
|
|
2270
|
+
width: var(--es-container-xs);
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2268
2273
|
:is(body, #wpwrap #editor) .es\:max-w-2xl {
|
|
2269
2274
|
max-width: var(--es-container-2xl);
|
|
2270
2275
|
}
|
|
@@ -3085,8 +3090,8 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
3085
3090
|
overflow-y: visible;
|
|
3086
3091
|
}
|
|
3087
3092
|
|
|
3088
|
-
:is(body, #wpwrap #editor) .es\:overscroll-
|
|
3089
|
-
overscroll-behavior:
|
|
3093
|
+
:is(body, #wpwrap #editor) .es\:overscroll-none {
|
|
3094
|
+
overscroll-behavior: none;
|
|
3090
3095
|
}
|
|
3091
3096
|
|
|
3092
3097
|
:is(body, #wpwrap #editor) .es\:rounded {
|
package/dist/assets/style.css
CHANGED
|
@@ -455,6 +455,7 @@
|
|
|
455
455
|
--es-color-black: #000;
|
|
456
456
|
--es-color-white: #fff;
|
|
457
457
|
--es-spacing: .25rem;
|
|
458
|
+
--es-container-xs: 20rem;
|
|
458
459
|
--es-container-lg: 32rem;
|
|
459
460
|
--es-container-2xl: 42rem;
|
|
460
461
|
--es-container-4xl: 56rem;
|
|
@@ -1956,6 +1957,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1956
1957
|
top: var(--es-spacing-3_25);
|
|
1957
1958
|
}
|
|
1958
1959
|
|
|
1960
|
+
.es\:top-4 {
|
|
1961
|
+
top: calc(var(--es-spacing) * 4);
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1959
1964
|
.es\:top-5 {
|
|
1960
1965
|
top: calc(var(--es-spacing) * 5);
|
|
1961
1966
|
}
|
|
@@ -1984,6 +1989,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1984
1989
|
right: calc(var(--es-spacing) * 3);
|
|
1985
1990
|
}
|
|
1986
1991
|
|
|
1992
|
+
.es\:right-4 {
|
|
1993
|
+
right: calc(var(--es-spacing) * 4);
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1987
1996
|
.es\:right-6 {
|
|
1988
1997
|
right: calc(var(--es-spacing) * 6);
|
|
1989
1998
|
}
|
|
@@ -2116,10 +2125,6 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
2116
2125
|
margin: calc(var(--es-spacing) * 1.5);
|
|
2117
2126
|
}
|
|
2118
2127
|
|
|
2119
|
-
.es\:m-5 {
|
|
2120
|
-
margin: calc(var(--es-spacing) * 5);
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
2128
|
.es\:m-auto {
|
|
2124
2129
|
margin: auto;
|
|
2125
2130
|
}
|
|
@@ -2180,10 +2185,6 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
2180
2185
|
margin-block: calc(var(--es-spacing) * 2);
|
|
2181
2186
|
}
|
|
2182
2187
|
|
|
2183
|
-
.es\:my-5 {
|
|
2184
|
-
margin-block: calc(var(--es-spacing) * 5);
|
|
2185
|
-
}
|
|
2186
|
-
|
|
2187
2188
|
.es\:my-auto {
|
|
2188
2189
|
margin-block: auto;
|
|
2189
2190
|
}
|
|
@@ -2232,6 +2233,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
2232
2233
|
margin-top: calc(var(--es-spacing) * 5);
|
|
2233
2234
|
}
|
|
2234
2235
|
|
|
2236
|
+
.es\:mt-auto {
|
|
2237
|
+
margin-top: auto;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2235
2240
|
.es\:mr-0\.5 {
|
|
2236
2241
|
margin-right: calc(var(--es-spacing) * .5);
|
|
2237
2242
|
}
|
|
@@ -2632,10 +2637,6 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
2632
2637
|
min-height: 100%;
|
|
2633
2638
|
}
|
|
2634
2639
|
|
|
2635
|
-
.es\:min-h-screen {
|
|
2636
|
-
min-height: 100vh;
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
2640
|
.es\:w-fill {
|
|
2640
2641
|
width: -moz-available;
|
|
2641
2642
|
width: -webkit-fill-available;
|
|
@@ -2750,6 +2751,10 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
2750
2751
|
width: 1px;
|
|
2751
2752
|
}
|
|
2752
2753
|
|
|
2754
|
+
.es\:w-xs {
|
|
2755
|
+
width: var(--es-container-xs);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2753
2758
|
.es\:max-w-2xl {
|
|
2754
2759
|
max-width: var(--es-container-2xl);
|
|
2755
2760
|
}
|
|
@@ -3570,8 +3575,8 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
3570
3575
|
overflow-y: visible;
|
|
3571
3576
|
}
|
|
3572
3577
|
|
|
3573
|
-
.es\:overscroll-
|
|
3574
|
-
overscroll-behavior:
|
|
3578
|
+
.es\:overscroll-none {
|
|
3579
|
+
overscroll-behavior: none;
|
|
3575
3580
|
}
|
|
3576
3581
|
|
|
3577
3582
|
.es\:rounded {
|