@eightshift/ui-components 7.0.0 → 7.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/assets/style-admin.css +55 -55
- package/dist/assets/style-editor.css +55 -55
- package/dist/assets/style.css +55 -55
- package/dist/assets/wp-overrides/allow-full-width-blocks.css +1 -1
- package/dist/assets/wp-overrides/fix-label-text-case.css +1 -1
- package/dist/assets/wp-overrides/increase-sidebar-width.css +1 -1
- package/dist/assets/wp-overrides/make-block-messages-nicer.css +1 -1
- package/dist/assets/wp-overrides/replace-fonts.css +1 -1
- package/dist/assets/wp-overrides/restyle-tooltips.css +3 -3
- package/dist/assets/wp-overrides/round-corners.css +1 -1
- package/dist/assets/wp-overrides/unify-button-sizes.css +1 -1
- package/dist/components/color-pickers/gradient-editor.js +2 -2
- package/dist/components/index.js +2 -2
- package/dist/components/option-select/option-select.js +1 -1
- package/dist/components/select/async-multi-select.js +8 -11
- package/dist/components/select/async-select.js +7 -9
- package/dist/components/select/multi-select.js +5 -7
- package/dist/components/select/shared.js +1 -1
- package/dist/components/select/single-select.js +5 -7
- package/dist/components/slider/column-config-slider.js +1 -1
- package/dist/components/slider/slider.js +1 -1
- package/dist/{general-D-7dwhuF.js → general-BKOvs-AO.js} +1 -2
- package/dist/{gradient-editor-DbH8NU2p.js → gradient-editor-BAd_Gzx4.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/{proxy-BG7-_Ou3.js → proxy-DjkEpeDL.js} +43 -21
- package/dist/{shared-DFDimxvX.js → shared-D_OXizRt.js} +2 -2
- package/dist/utilities/general.js +1 -1
- package/dist/utilities/index.js +1 -1
- package/dist/workers/image-analysis.worker.js +1 -1
- package/package.json +11 -11
package/dist/assets/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | 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 {
|
|
@@ -1946,7 +1946,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
1946
1946
|
|
|
1947
1947
|
@keyframes motion-rotate-loop-mirror {
|
|
1948
1948
|
0%, 100% {
|
|
1949
|
-
rotate:
|
|
1949
|
+
rotate: 0deg;
|
|
1950
1950
|
}
|
|
1951
1951
|
|
|
1952
1952
|
50% {
|
|
@@ -6940,7 +6940,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
6940
6940
|
|
|
6941
6941
|
.es\:tabular-nums {
|
|
6942
6942
|
--es-uic-tw-numeric-spacing: tabular-nums;
|
|
6943
|
-
font-variant-numeric: var(--es-uic-tw-ordinal,
|
|
6943
|
+
font-variant-numeric: var(--es-uic-tw-ordinal, ) var(--es-uic-tw-slashed-zero, ) var(--es-uic-tw-numeric-figure, ) var(--es-uic-tw-numeric-spacing, ) var(--es-uic-tw-numeric-fraction, );
|
|
6944
6944
|
}
|
|
6945
6945
|
|
|
6946
6946
|
.es\:opacity-0 {
|
|
@@ -7014,12 +7014,12 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
7014
7014
|
}
|
|
7015
7015
|
|
|
7016
7016
|
.es\:ring, .es\:ring-1 {
|
|
7017
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
7017
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
7018
7018
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
7019
7019
|
}
|
|
7020
7020
|
|
|
7021
7021
|
.es\:ring-3 {
|
|
7022
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
7022
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(3px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
7023
7023
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
7024
7024
|
}
|
|
7025
7025
|
|
|
@@ -7994,108 +7994,108 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
7994
7994
|
.es\:drop-shadow-sm {
|
|
7995
7995
|
--es-uic-tw-drop-shadow-size: drop-shadow(0 1px 2px var(--es-uic-tw-drop-shadow-color, #00000026));
|
|
7996
7996
|
--es-uic-tw-drop-shadow: drop-shadow(var(--es-drop-shadow-sm));
|
|
7997
|
-
filter: var(--es-uic-tw-blur,
|
|
7997
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
7998
7998
|
}
|
|
7999
7999
|
|
|
8000
8000
|
.es\:grayscale {
|
|
8001
8001
|
--es-uic-tw-grayscale: grayscale(100%);
|
|
8002
|
-
filter: var(--es-uic-tw-blur,
|
|
8002
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
8003
8003
|
}
|
|
8004
8004
|
|
|
8005
8005
|
.es\:backdrop-blur {
|
|
8006
8006
|
--es-uic-tw-backdrop-blur: blur(8px);
|
|
8007
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8008
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8007
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8008
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8009
8009
|
}
|
|
8010
8010
|
|
|
8011
8011
|
.es\:backdrop-blur-lg {
|
|
8012
8012
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-lg));
|
|
8013
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8014
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8013
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8014
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8015
8015
|
}
|
|
8016
8016
|
|
|
8017
8017
|
.es\:backdrop-blur-md {
|
|
8018
8018
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-md));
|
|
8019
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8020
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8019
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8020
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8021
8021
|
}
|
|
8022
8022
|
|
|
8023
8023
|
.es\:backdrop-blur-sm {
|
|
8024
8024
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-sm));
|
|
8025
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8026
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8025
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8026
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8027
8027
|
}
|
|
8028
8028
|
|
|
8029
8029
|
.es\:backdrop-blur-xl {
|
|
8030
8030
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-xl));
|
|
8031
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8032
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8031
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8032
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8033
8033
|
}
|
|
8034
8034
|
|
|
8035
8035
|
.es\:backdrop-blur-xs {
|
|
8036
8036
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-xs));
|
|
8037
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8038
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8037
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8038
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8039
8039
|
}
|
|
8040
8040
|
|
|
8041
8041
|
.es\:backdrop-brightness-75 {
|
|
8042
8042
|
--es-uic-tw-backdrop-brightness: brightness(75%);
|
|
8043
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8044
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8043
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8044
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8045
8045
|
}
|
|
8046
8046
|
|
|
8047
8047
|
.es\:backdrop-brightness-105 {
|
|
8048
8048
|
--es-uic-tw-backdrop-brightness: brightness(105%);
|
|
8049
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8050
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8049
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8050
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8051
8051
|
}
|
|
8052
8052
|
|
|
8053
8053
|
.es\:backdrop-brightness-110 {
|
|
8054
8054
|
--es-uic-tw-backdrop-brightness: brightness(110%);
|
|
8055
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8056
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8055
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8056
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8057
8057
|
}
|
|
8058
8058
|
|
|
8059
8059
|
.es\:backdrop-brightness-120 {
|
|
8060
8060
|
--es-uic-tw-backdrop-brightness: brightness(120%);
|
|
8061
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8062
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8061
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8062
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8063
8063
|
}
|
|
8064
8064
|
|
|
8065
8065
|
.es\:backdrop-contrast-30 {
|
|
8066
8066
|
--es-uic-tw-backdrop-contrast: contrast(30%);
|
|
8067
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8068
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8067
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8068
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8069
8069
|
}
|
|
8070
8070
|
|
|
8071
8071
|
.es\:backdrop-contrast-95 {
|
|
8072
8072
|
--es-uic-tw-backdrop-contrast: contrast(95%);
|
|
8073
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8074
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8073
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8074
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8075
8075
|
}
|
|
8076
8076
|
|
|
8077
8077
|
.es\:backdrop-saturate-25 {
|
|
8078
8078
|
--es-uic-tw-backdrop-saturate: saturate(25%);
|
|
8079
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8080
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8079
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8080
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8081
8081
|
}
|
|
8082
8082
|
|
|
8083
8083
|
.es\:backdrop-saturate-115 {
|
|
8084
8084
|
--es-uic-tw-backdrop-saturate: saturate(115%);
|
|
8085
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8086
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8085
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8086
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8087
8087
|
}
|
|
8088
8088
|
|
|
8089
8089
|
.es\:backdrop-saturate-120 {
|
|
8090
8090
|
--es-uic-tw-backdrop-saturate: saturate(120%);
|
|
8091
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8092
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8091
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8092
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8093
8093
|
}
|
|
8094
8094
|
|
|
8095
8095
|
.es\:backdrop-saturate-125 {
|
|
8096
8096
|
--es-uic-tw-backdrop-saturate: saturate(125%);
|
|
8097
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8098
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
8097
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8098
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
8099
8099
|
}
|
|
8100
8100
|
|
|
8101
8101
|
.es\:transition {
|
|
@@ -8690,13 +8690,13 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
8690
8690
|
}
|
|
8691
8691
|
|
|
8692
8692
|
.es\:group-hover\:ring:is(:where(.es\:group):where([data-rac])[data-hovered] *) {
|
|
8693
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8693
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8694
8694
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8695
8695
|
}
|
|
8696
8696
|
|
|
8697
8697
|
@media (hover: hover) {
|
|
8698
8698
|
.es\:group-hover\:ring:is(:where(.es\:group):where(:not([data-rac])):hover *) {
|
|
8699
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8699
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8700
8700
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8701
8701
|
}
|
|
8702
8702
|
}
|
|
@@ -8726,7 +8726,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
8726
8726
|
}
|
|
8727
8727
|
|
|
8728
8728
|
.es\:group-focus-visible\:ring-2:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
8729
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8729
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8730
8730
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8731
8731
|
}
|
|
8732
8732
|
|
|
@@ -8792,13 +8792,13 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
8792
8792
|
}
|
|
8793
8793
|
|
|
8794
8794
|
.es\:group-hover\:group-selected\:ring:is(:where(.es\:group):where([data-rac])[data-hovered] *):is(:where(.es\:group)[data-selected] *) {
|
|
8795
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8795
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8796
8796
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8797
8797
|
}
|
|
8798
8798
|
|
|
8799
8799
|
@media (hover: hover) {
|
|
8800
8800
|
.es\:group-hover\:group-selected\:ring:is(:where(.es\:group):where(:not([data-rac])):hover *):is(:where(.es\:group)[data-selected] *) {
|
|
8801
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
8801
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
8802
8802
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
8803
8803
|
}
|
|
8804
8804
|
}
|
|
@@ -10270,13 +10270,13 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
10270
10270
|
}
|
|
10271
10271
|
|
|
10272
10272
|
.es\:hover\:ring-\[0\.25px\]:where([data-rac])[data-hovered] {
|
|
10273
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10273
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(.25px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10274
10274
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10275
10275
|
}
|
|
10276
10276
|
|
|
10277
10277
|
@media (hover: hover) {
|
|
10278
10278
|
.es\:hover\:ring-\[0\.25px\]:where(:not([data-rac])):hover {
|
|
10279
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10279
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(.25px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10280
10280
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10281
10281
|
}
|
|
10282
10282
|
}
|
|
@@ -10514,7 +10514,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
10514
10514
|
}
|
|
10515
10515
|
|
|
10516
10516
|
.es\:focus\:ring-2:where([data-rac])[data-focused], .es\:focus\:ring-2:where(:not([data-rac])):focus {
|
|
10517
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10517
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10518
10518
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10519
10519
|
}
|
|
10520
10520
|
|
|
@@ -10723,12 +10723,12 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
10723
10723
|
}
|
|
10724
10724
|
|
|
10725
10725
|
.es\:focus-visible\:ring-2:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
10726
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10726
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10727
10727
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10728
10728
|
}
|
|
10729
10729
|
|
|
10730
10730
|
.es\:focus-visible\:ring-\[0\.5px\]:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
10731
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10731
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(.5px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10732
10732
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10733
10733
|
}
|
|
10734
10734
|
|
|
@@ -10958,7 +10958,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
10958
10958
|
}
|
|
10959
10959
|
|
|
10960
10960
|
.es\:has-focus-visible\:ring-2:has(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) {
|
|
10961
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
10961
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
10962
10962
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
10963
10963
|
}
|
|
10964
10964
|
|
|
@@ -11702,7 +11702,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11702
11702
|
}
|
|
11703
11703
|
|
|
11704
11704
|
.es\:dragging\:ring-\[1px\][data-dragging] {
|
|
11705
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
11705
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(1px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
11706
11706
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
11707
11707
|
}
|
|
11708
11708
|
|
|
@@ -11865,7 +11865,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11865
11865
|
.es\:icon\:drop-shadow-xs > svg {
|
|
11866
11866
|
--es-uic-tw-drop-shadow-size: drop-shadow(0 1px 1px var(--es-uic-tw-drop-shadow-color, #0000000d));
|
|
11867
11867
|
--es-uic-tw-drop-shadow: drop-shadow(var(--es-drop-shadow-xs));
|
|
11868
|
-
filter: var(--es-uic-tw-blur,
|
|
11868
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
11869
11869
|
}
|
|
11870
11870
|
|
|
11871
11871
|
.es\:icon\:drop-shadow-accent-950\/30 > svg {
|
|
@@ -11952,7 +11952,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
11952
11952
|
.es\:any-icon\:drop-shadow-xs svg {
|
|
11953
11953
|
--es-uic-tw-drop-shadow-size: drop-shadow(0 1px 1px var(--es-uic-tw-drop-shadow-color, #0000000d));
|
|
11954
11954
|
--es-uic-tw-drop-shadow: drop-shadow(var(--es-drop-shadow-xs));
|
|
11955
|
-
filter: var(--es-uic-tw-blur,
|
|
11955
|
+
filter: var(--es-uic-tw-blur, ) var(--es-uic-tw-brightness, ) var(--es-uic-tw-contrast, ) var(--es-uic-tw-grayscale, ) var(--es-uic-tw-hue-rotate, ) var(--es-uic-tw-invert, ) var(--es-uic-tw-saturate, ) var(--es-uic-tw-sepia, ) var(--es-uic-tw-drop-shadow, );
|
|
11956
11956
|
}
|
|
11957
11957
|
|
|
11958
11958
|
.es\:any-icon\:drop-shadow-accent-800\/25 svg {
|
|
@@ -12064,7 +12064,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
12064
12064
|
}
|
|
12065
12065
|
|
|
12066
12066
|
.es\:focus-visible-within\:ring-2:has(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
12067
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
12067
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
12068
12068
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
12069
12069
|
}
|
|
12070
12070
|
|
|
@@ -12095,7 +12095,7 @@ input[data-rac]::-webkit-search-cancel-button {
|
|
|
12095
12095
|
}
|
|
12096
12096
|
|
|
12097
12097
|
.es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring-2:has( > [data-focus-visible="true"]) {
|
|
12098
|
-
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset,
|
|
12098
|
+
--es-uic-tw-ring-shadow: var(--es-uic-tw-ring-inset, ) 0 0 0 calc(2px + var(--es-uic-tw-ring-offset-width)) var(--es-uic-tw-ring-color, currentcolor);
|
|
12099
12099
|
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
12100
12100
|
}
|
|
12101
12101
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
.is-root-container.is-layout-flow.wp-block-post-content.block-editor-block-list__layout > .wp-block:not(.editor-post-title, .block-list-appender) {
|
|
3
3
|
max-width: -moz-available !important;
|
|
4
4
|
max-width: -webkit-fill-available !important;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | 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 {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
.edit-post-sidebar, .interface-interface-skeleton__sidebar:not(:empty) > .interface-complementary-area__fill[style="width: 280px;"], .interface-complementary-area.editor-sidebar {
|
|
3
3
|
width: calc(var(--es-spacing, .25rem) * 86) !important;
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | 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 {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
.edit-post-header, .components-popover, .edit-post-sidebar, .wp-block-post-title, .components-select-control__input, .components-base-control__field, .components-base-control__label, .components-combobox-control__suggestions-container, .components-input-control__label, .components-input-control__input, .components-checkbox-control__label, .components-menu-group__label, .components-menu-item__button, .components-notice .components-notice__content, .components-tooltip, .components-modal__header, .preferences-modal__section-title, .preferences-modal__section-description, .block-editor-inserter__tabs, .editor-list-view-sidebar, .edit-post-layout__footer, .components-snackbar, .components-text-control__input, body:where(.wp-admin.block-editor-page) {
|
|
3
3
|
font-family: var(--es-font-sans, "Google Sans Flex Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | 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 {
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
--es-uic-tw-backdrop-blur: blur(var(--es-blur-xl, 24px));
|
|
44
44
|
--es-uic-tw-backdrop-brightness: brightness(105%);
|
|
45
45
|
--es-uic-tw-backdrop-saturate: saturate(150%);
|
|
46
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
47
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur,
|
|
46
|
+
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
47
|
+
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
48
48
|
border-radius: var(--es-radius-md, .375rem) !important;
|
|
49
49
|
}
|
|
50
50
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | 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 {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
:is(.edit-post-header__toolbar, .edit-post-header__settings, .editor-document-tools__left, .editor-header__center, .editor-header__settings) .components-button {
|
|
3
3
|
min-height: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
4
4
|
min-width: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../proxy-
|
|
1
|
+
import "../../proxy-DjkEpeDL.js";
|
|
2
2
|
import "../../build-module-sxK3nxOK.js";
|
|
3
|
-
import { t as GradientEditor } from "../../gradient-editor-
|
|
3
|
+
import { t as GradientEditor } from "../../gradient-editor-BAd_Gzx4.js";
|
|
4
4
|
export { GradientEditor };
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../proxy-
|
|
1
|
+
import "../proxy-DjkEpeDL.js";
|
|
2
2
|
import { AnimatedVisibility } from "./animated-visibility/animated-visibility.js";
|
|
3
3
|
import { t as LinkInput } from "../link-input-D7iDRpOM.js";
|
|
4
4
|
import { t as Modal } from "../modal-DbVLYMkH.js";
|
|
@@ -34,7 +34,7 @@ import { DraggableHandle } from "./draggable/draggable-handle.js";
|
|
|
34
34
|
import { t as SmartImage } from "../smart-image-CbSsEASF.js";
|
|
35
35
|
import { FilePickerShell } from "./placeholders/file-picker-shell.js";
|
|
36
36
|
import { FilePlaceholder } from "./placeholders/file-placeholder.js";
|
|
37
|
-
import { t as GradientEditor } from "../gradient-editor-
|
|
37
|
+
import { t as GradientEditor } from "../gradient-editor-BAd_Gzx4.js";
|
|
38
38
|
import { Slider } from "./slider/slider.js";
|
|
39
39
|
import { MatrixAlign } from "./matrix-align/matrix-align.js";
|
|
40
40
|
import { Toggle } from "./toggle/toggle.js";
|
|
@@ -67,7 +67,7 @@ var OptionSelect = (props) => {
|
|
|
67
67
|
if (type === "radiosSegmented") radioDesign = "segmented";
|
|
68
68
|
if (type === "submenu") return jsxs(SubMenuItem, {
|
|
69
69
|
trigger: jsx(MenuItem, {
|
|
70
|
-
icon: !noTriggerIcon && (icon ?? (currentItem ? jsx(Icon, { icon: currentItem?.icon }) : (noTriggerLabel || noTriggerIcon) && notSetLabel)),
|
|
70
|
+
icon: !noTriggerIcon && (icon ?? (currentItem ? currentItem?.icon && jsx(Icon, { icon: currentItem?.icon }) : (noTriggerLabel || noTriggerIcon) && notSetLabel)),
|
|
71
71
|
children: jsx(RichLabel, {
|
|
72
72
|
label: noTriggerLabel ? null : label ?? currentItem?.label ?? notSetLabel,
|
|
73
73
|
subtitle: subtitle === true ? currentItem?.label : subtitle,
|
|
@@ -3,7 +3,7 @@ import { u as $e1995378a142960e$export$fb8073518f34e6ec } from "../../SelectionM
|
|
|
3
3
|
import { l as $07b14b47974efb58$export$5b6b19405a83ff9d, p as $72a5793c14baf454$export$8b251419efc915eb } from "../../Dialog-i5VLQw1o.js";
|
|
4
4
|
import { a as $eed445e0843c11d0$export$dca12b0bb56e4fc, t as $eed445e0843c11d0$export$41f133550aa26f48 } from "../../ListBox-B21SgugS.js";
|
|
5
5
|
import { n as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../../Button-h6xF_WrP.js";
|
|
6
|
-
import { n as SelectClearButton, o as $82d7e5349645de74$export$e288731fd71264f0, r as getGroupedOptions, s as $82d7e5349645de74$export$ef9b1a59e592288f, t as OptionItemBase } from "../../shared-
|
|
6
|
+
import { n as SelectClearButton, o as $82d7e5349645de74$export$e288731fd71264f0, r as getGroupedOptions, s as $82d7e5349645de74$export$ef9b1a59e592288f, t as OptionItemBase } from "../../shared-D_OXizRt.js";
|
|
7
7
|
import { n as $3985021b0ad6602f$export$f5b8910cec6cf069 } from "../../Input-BURqyJXW.js";
|
|
8
8
|
import { n as $d2f53cda644affe3$export$2f2b9559550c7bbc, t as $440f4836bcb56932$export$b94867ecbd698f21 } from "../../SearchField-DR_I4_yn.js";
|
|
9
9
|
import { n as $01b77f81d0f07f68$export$b04be29aa201d4f5 } from "../../Label-DFXXxMKY.js";
|
|
@@ -113,7 +113,7 @@ var AsyncMultiSelect = (props) => {
|
|
|
113
113
|
});
|
|
114
114
|
if (filterText.length > 0) return { items: output };
|
|
115
115
|
const extra = value?.map((val) => {
|
|
116
|
-
if (output?.find((item) => item.value === val?.value)) return null;
|
|
116
|
+
if (!val || !val?.value || output?.find((item) => item.value === val?.value)) return null;
|
|
117
117
|
return val;
|
|
118
118
|
})?.filter(Boolean) ?? [];
|
|
119
119
|
return { items: [...output, ...extra] };
|
|
@@ -128,13 +128,12 @@ var AsyncMultiSelect = (props) => {
|
|
|
128
128
|
const renderItem = (item) => {
|
|
129
129
|
let icon = item?.icon ?? null;
|
|
130
130
|
if (getIcon && !icon) icon = getIcon(item);
|
|
131
|
-
icon = jsx(Icon, { icon });
|
|
132
131
|
return jsxs(OptionItemBase, {
|
|
133
132
|
id: item.value,
|
|
134
133
|
textValue: item.label,
|
|
135
134
|
selectIndicator: true,
|
|
136
135
|
children: [customMenuOption && customMenuOption(item), !customMenuOption && jsx(RichLabel, {
|
|
137
|
-
icon,
|
|
136
|
+
icon: icon && jsx(Icon, { icon }),
|
|
138
137
|
label: item.label,
|
|
139
138
|
subtitle: item.subtitle,
|
|
140
139
|
noColor: true
|
|
@@ -185,7 +184,7 @@ var AsyncMultiSelect = (props) => {
|
|
|
185
184
|
className: clsx("es:group es:w-fill", rest?.className),
|
|
186
185
|
children: jsxs(BaseControl, {
|
|
187
186
|
label,
|
|
188
|
-
icon,
|
|
187
|
+
icon: icon && jsx(Icon, { icon }),
|
|
189
188
|
subtitle,
|
|
190
189
|
actions,
|
|
191
190
|
help,
|
|
@@ -212,8 +211,7 @@ var AsyncMultiSelect = (props) => {
|
|
|
212
211
|
children: placeholder
|
|
213
212
|
});
|
|
214
213
|
const currentItem = value?.[0];
|
|
215
|
-
|
|
216
|
-
icon = jsx(Icon, { icon });
|
|
214
|
+
const icon = getIcon ? getIcon(currentItem) : currentItem?.icon ?? null;
|
|
217
215
|
if (value?.length > 1) return jsx(RichLabel, {
|
|
218
216
|
icon: multiple,
|
|
219
217
|
label: sprintf(_n("%s item", "%s items", value.length, "eightshift-ui-components"), value.length),
|
|
@@ -222,7 +220,7 @@ var AsyncMultiSelect = (props) => {
|
|
|
222
220
|
});
|
|
223
221
|
if (value && customValueDisplay) return customValueDisplay(currentItem);
|
|
224
222
|
return jsx(RichLabel, {
|
|
225
|
-
icon,
|
|
223
|
+
icon: icon && jsx(Icon, { icon }),
|
|
226
224
|
label: currentItem?.label,
|
|
227
225
|
subtitle: currentItem?.subtitle,
|
|
228
226
|
className: clsx("es:pr-6 es:grow es:w-full", disabled && "es:grayscale es:pointer-events-none"),
|
|
@@ -275,10 +273,9 @@ var AsyncMultiSelect = (props) => {
|
|
|
275
273
|
itemContainerClassName: "es:h-full es:max-h-60 es:overflow-y-auto es:pb-1.5 es:mt-0",
|
|
276
274
|
itemClassName: "es:z-999999",
|
|
277
275
|
children: (item) => {
|
|
278
|
-
|
|
279
|
-
icon = jsx(Icon, { icon });
|
|
276
|
+
const icon = getIcon ? getIcon(item) : item?.icon ?? null;
|
|
280
277
|
return jsx(DraggableListItem, {
|
|
281
|
-
icon,
|
|
278
|
+
icon: icon && jsx(Icon, { icon }),
|
|
282
279
|
label: item?.label,
|
|
283
280
|
subtitle: item?.subtitle,
|
|
284
281
|
iconClassName: "es:pointer-events-none es:select-none",
|
|
@@ -3,7 +3,7 @@ import { u as $e1995378a142960e$export$fb8073518f34e6ec } from "../../SelectionM
|
|
|
3
3
|
import { l as $07b14b47974efb58$export$5b6b19405a83ff9d, p as $72a5793c14baf454$export$8b251419efc915eb } from "../../Dialog-i5VLQw1o.js";
|
|
4
4
|
import { a as $eed445e0843c11d0$export$dca12b0bb56e4fc, t as $eed445e0843c11d0$export$41f133550aa26f48 } from "../../ListBox-B21SgugS.js";
|
|
5
5
|
import { n as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../../Button-h6xF_WrP.js";
|
|
6
|
-
import { n as SelectClearButton, o as $82d7e5349645de74$export$e288731fd71264f0, r as getGroupedOptions, s as $82d7e5349645de74$export$ef9b1a59e592288f, t as OptionItemBase } from "../../shared-
|
|
6
|
+
import { n as SelectClearButton, o as $82d7e5349645de74$export$e288731fd71264f0, r as getGroupedOptions, s as $82d7e5349645de74$export$ef9b1a59e592288f, t as OptionItemBase } from "../../shared-D_OXizRt.js";
|
|
7
7
|
import { n as $3985021b0ad6602f$export$f5b8910cec6cf069 } from "../../Input-BURqyJXW.js";
|
|
8
8
|
import { n as $d2f53cda644affe3$export$2f2b9559550c7bbc, t as $440f4836bcb56932$export$b94867ecbd698f21 } from "../../SearchField-DR_I4_yn.js";
|
|
9
9
|
import { n as $01b77f81d0f07f68$export$b04be29aa201d4f5 } from "../../Label-DFXXxMKY.js";
|
|
@@ -80,7 +80,7 @@ var AsyncSelect = (props) => {
|
|
|
80
80
|
const { label, help, icon, subtitle, actions, inline, value: rawValue, onChange, disabled = false, clearable = false, className, placeholder = __("Select...", "eightshift-ui-components"), customMenuOption, customValueDisplay, customDropdownArrow, processLoadedOptions = (options) => options, fetchUrl, fetchConfig = {}, fetchFunction, getLabel = (item) => item?.label, getValue = (item) => item?.value, getMeta, getIcon, getSubtitle, getGroup, getData = (data) => data, extraItemProps, hidden, groupKey, groupValueMapping, flat, size = "default", noMinWidth = false, ...rest } = props;
|
|
81
81
|
const value = rawValue && !Array.isArray(rawValue) && typeof rawValue === "object" ? rawValue : null;
|
|
82
82
|
const list = $f86e6c1ec7da6ebb$export$bc3384a35de93d66({
|
|
83
|
-
initialSelectedKeys: value?.value ? [value.value] : [],
|
|
83
|
+
initialSelectedKeys: value && value?.value ? [value.value] : [],
|
|
84
84
|
getKey: (item) => item?.value,
|
|
85
85
|
async load({ signal, filterText }) {
|
|
86
86
|
let json = [];
|
|
@@ -108,7 +108,7 @@ var AsyncSelect = (props) => {
|
|
|
108
108
|
});
|
|
109
109
|
if (filterText.length > 0) return { items: output };
|
|
110
110
|
let extra = [];
|
|
111
|
-
if (value && !output?.find((item) => item.value === value?.value)) {
|
|
111
|
+
if (value && value?.value && !output?.find((item) => item.value === value?.value)) {
|
|
112
112
|
extra = [value];
|
|
113
113
|
output.pop();
|
|
114
114
|
}
|
|
@@ -125,13 +125,12 @@ var AsyncSelect = (props) => {
|
|
|
125
125
|
const renderItem = (item) => {
|
|
126
126
|
let icon = item?.icon ?? null;
|
|
127
127
|
if (!icon && getIcon) icon = getIcon(item);
|
|
128
|
-
icon = jsx(Icon, { icon });
|
|
129
128
|
return jsxs(OptionItemBase, {
|
|
130
129
|
id: item.value,
|
|
131
130
|
textValue: item.label,
|
|
132
131
|
selectIndicator: true,
|
|
133
132
|
children: [customMenuOption && customMenuOption(item), !customMenuOption && jsx(RichLabel, {
|
|
134
|
-
icon,
|
|
133
|
+
icon: icon && jsx(Icon, { icon }),
|
|
135
134
|
label: item.label,
|
|
136
135
|
subtitle: item.subtitle,
|
|
137
136
|
noColor: true
|
|
@@ -166,7 +165,7 @@ var AsyncSelect = (props) => {
|
|
|
166
165
|
className: clsx("es:group es:w-fill", rest?.className),
|
|
167
166
|
children: jsxs(BaseControl, {
|
|
168
167
|
label,
|
|
169
|
-
icon,
|
|
168
|
+
icon: icon && jsx(Icon, { icon }),
|
|
170
169
|
subtitle,
|
|
171
170
|
actions,
|
|
172
171
|
help,
|
|
@@ -191,10 +190,9 @@ var AsyncSelect = (props) => {
|
|
|
191
190
|
className: "es:select-none es:pointer-events-none es:text-sm es:text-surface-500",
|
|
192
191
|
children: placeholder
|
|
193
192
|
});
|
|
194
|
-
|
|
195
|
-
icon = jsx(Icon, { icon });
|
|
193
|
+
const icon = getIcon ? getIcon(selectedItem) : selectedItem?.icon ?? null;
|
|
196
194
|
return jsx(RichLabel, {
|
|
197
|
-
icon,
|
|
195
|
+
icon: icon && jsx(Icon, { icon }),
|
|
198
196
|
label: selectedItem?.label,
|
|
199
197
|
subtitle: selectedItem?.subtitle,
|
|
200
198
|
className: clsx("es:grow es:w-full", disabled && "es:grayscale es:pointer-events-none"),
|