@eightshift/ui-components 5.6.1 → 6.0.1
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/{Button-CQ5ZZJ2w.js → Button-BXjXzdW_.js} +13 -13
- package/dist/{Dialog-BMgMUQuN.js → Dialog-D8bjn-nh.js} +404 -77
- package/dist/{FieldError-B8BgFmIQ.js → FieldError-DwBG6m1U.js} +2 -2
- package/dist/{FocusScope-B5vxRkHm.js → FocusScope-BMk5oZCk.js} +8 -8
- package/dist/{Heading-B5aEynOM.js → Heading-BmRX4BRL.js} +3 -3
- package/dist/{Hidden-rE6uR-lr.js → Hidden-Rfj-STx7.js} +4 -4
- package/dist/{Input-8yja_IHC.js → Input-CNNksOWg.js} +11 -11
- package/dist/{Label-DWVaNd2E.js → Label-D8a3eYb-.js} +4 -4
- package/dist/{List-BiAnh5G5.js → List-BGHOoFf0.js} +8 -8
- package/dist/{ListBox-DggfiuO_.js → ListBox-Dd37zMvs.js} +40 -41
- package/dist/{OverlayArrow-DraDOoRn.js → OverlayArrow-DokC40S3.js} +6 -6
- package/dist/{PortalProvider---wyKpMr.js → PortalProvider-CHPnqDSH.js} +2 -2
- package/dist/RadioGroup-BVFvITWO.js +371 -0
- package/dist/{SearchField-DWGdCvnn.js → SearchField-CHYnN-jt.js} +16 -16
- package/dist/{SelectionManager-B6-b5NM2.js → SelectionManager-N8X7T_4D.js} +44 -46
- package/dist/{SharedElementTransition-fML-zIv6.js → SharedElementTransition-BDT84GtD.js} +3 -3
- package/dist/{Slider-DfU6bRtH.js → Slider-CL5CM9S8.js} +23 -23
- package/dist/{Text-AxKZjtFm.js → Text-ztX6G1zR.js} +3 -3
- package/dist/{VisuallyHidden-CgnIuZJ2.js → VisuallyHidden-DTUuKFiI.js} +4 -4
- package/dist/assets/style-admin.css +12156 -2
- package/dist/assets/style-editor.css +12156 -2
- package/dist/assets/style.css +12162 -2
- package/dist/assets/wp-overrides/allow-full-width-blocks.css +6 -0
- package/dist/assets/wp-overrides/fix-label-text-case.css +29 -0
- package/dist/assets/wp-overrides/increase-sidebar-width.css +4 -0
- package/dist/assets/wp-overrides/make-block-messages-nicer.css +155 -0
- package/dist/assets/wp-overrides/replace-fonts.css +8 -0
- package/dist/assets/wp-overrides/restyle-tooltips.css +194 -0
- package/dist/assets/wp-overrides/round-corners.css +200 -0
- package/dist/assets/wp-overrides/unify-button-sizes.css +5 -0
- package/dist/clsx-DgYk2OaC.js +16 -0
- package/dist/{Color-WxFE7lQB.js → color-swatch-CFIuSPcO.js} +124 -6
- package/dist/components/animated-visibility/animated-visibility.js +25 -17
- package/dist/components/base-control/base-control.js +8 -5
- package/dist/components/base-control/container.js +204 -0
- package/dist/components/button/button.js +249 -155
- package/dist/components/checkbox/checkbox.js +96 -37
- package/dist/components/color-pickers/color-picker.js +16 -7
- package/dist/components/color-pickers/color-swatch.js +5 -57
- package/dist/components/color-pickers/gradient-editor.js +161 -138
- package/dist/components/color-pickers/solid-color-picker.js +308 -206
- package/dist/components/component-toggle/component-toggle.js +12 -8
- package/dist/components/container-panel/container-panel.js +54 -31
- package/dist/components/draggable/draggable-handle.js +8 -7
- package/dist/components/draggable/draggable.js +2 -2
- package/dist/components/draggable-list/draggable-list-item.js +21 -12
- package/dist/components/draggable-list/draggable-list.js +19 -21
- package/dist/components/expandable/expandable.js +56 -28
- package/dist/components/index.js +7 -21
- package/dist/components/input-field/input-field.js +112 -35
- package/dist/components/item-collection/item-collection.js +1 -1
- package/dist/components/link-input/link-input.js +181 -121
- package/dist/components/matrix-align/matrix-align.js +54 -20
- package/dist/components/menu/menu.js +26 -34
- package/dist/components/modal/modal.js +31 -28
- package/dist/components/notice/notice.js +45 -28
- package/dist/components/number-picker/number-picker.js +151 -101
- package/dist/components/option-select/option-select.js +40 -4
- package/dist/components/options-panel/options-panel.js +52 -25
- package/dist/components/placeholders/file-picker-shell.js +10 -9
- package/dist/components/placeholders/file-placeholder.js +14 -6
- package/dist/components/placeholders/image-placeholder.js +14 -4
- package/dist/components/placeholders/media-placeholder.js +11 -4
- package/dist/components/popover/popover.js +14 -11
- package/dist/components/portal-provider/portal-provider.js +1 -1
- package/dist/components/radio/radio.js +118 -429
- package/dist/components/repeater/repeater-item.js +7 -10
- package/dist/components/repeater/repeater.js +9 -15
- package/dist/components/responsive/mini-responsive.js +53 -61
- package/dist/components/responsive/responsive-legacy.js +1 -1
- package/dist/components/responsive/responsive.js +27 -27
- package/dist/components/responsive-preview/responsive-preview.js +1 -1
- package/dist/components/rich-label/rich-label.js +5 -5
- package/dist/components/select/async-multi-select.js +467 -100
- package/dist/components/select/{v2/async-select.js → async-select.js} +182 -105
- package/dist/components/select/multi-select.js +437 -83
- package/dist/components/select/shared.js +14 -42
- package/dist/components/select/single-select.js +349 -54
- package/dist/components/slider/column-config-slider.js +138 -45
- package/dist/components/slider/slider.js +265 -205
- package/dist/components/slider/utils.js +32 -1
- package/dist/components/smart-image/smart-image.js +25 -4
- package/dist/components/smart-image/worker-inline.js +1 -1
- package/dist/components/spacer/spacer.js +2 -2
- package/dist/components/tabs/tabs.js +370 -101
- package/dist/components/toggle/switch.js +174 -39
- package/dist/components/toggle/toggle.js +6 -3
- package/dist/components/toggle-button/toggle-button.js +140 -56
- package/dist/components/tooltip/tooltip.js +27 -26
- package/dist/{context-DMOmz986.js → context-BQvmiUqb.js} +3 -3
- package/dist/{default-i18n-DBm-GqWM.js → default-i18n-CnQeC5Pl.js} +10 -10
- package/dist/{general-Ck8IV7xJ.js → general-B6pOveVp.js} +11 -10
- package/dist/icons/icons.js +28 -9
- package/dist/icons/jsx-svg.js +1 -1
- package/dist/icons/spinner.js +3 -1
- package/dist/{index-Dq3gT5pW.js → index-BHpUy2Ix.js} +1 -1
- package/dist/{index-D8-Zjpbd.js → index-oFgxU4zs.js} +3 -3
- package/dist/index.js +6 -20
- package/dist/proxy-0B6wWuDe.js +7409 -0
- package/dist/{react-jsx-parser.min-VUl-CuCv.js → react-jsx-parser.min-B_hvYYa1.js} +5 -5
- package/dist/{Select-BvggcFOX.js → shared-DwjRce5e.js} +170 -36
- package/dist/{textSelection-DbCKqaw8.js → textSelection-CwHUtNVX.js} +1 -1
- package/dist/{useButton-v9ngEj50.js → useButton-DdZrS1Kz.js} +3 -3
- package/dist/{useEvent-BifIGnVS.js → useEvent-BD7Olibq.js} +1 -1
- package/dist/{useFilter-BlkUH1Ma.js → useFilter-bhxeEDg8.js} +1 -1
- package/dist/{useFocusRing-Cgm0R4Cf.js → useFocusRing-D3b7Kh4P.js} +1 -1
- package/dist/{useFormReset-yV9VVy9R.js → useFormReset-WUv2PdFO.js} +1 -1
- package/dist/{useFormValidation-CeNsUGWK.js → useFormValidation-DQeXkyLm.js} +2 -2
- package/dist/{useHover-BRDW3y7-.js → useHover-Bycb7BsD.js} +7 -7
- package/dist/{useLabel-C8umX0gk.js → useLabel-Bnv4-T24.js} +2 -2
- package/dist/{useLabels-Cdxi6JSa.js → useLabels-B49ptFDX.js} +1 -1
- package/dist/{useListState-RdLrYsMP.js → useListState-ZKhRO8ML.js} +1 -1
- package/dist/{useLocalizedStringFormatter-eaZiN2tE.js → useLocalizedStringFormatter-NETP-8H8.js} +1 -1
- package/dist/{useNumberField-D16dDfYF.js → useNumberField-D2fUHql3.js} +10 -10
- package/dist/{useNumberFormatter-BCmkV-7c.js → useNumberFormatter-DGvuRCn7.js} +1 -1
- package/dist/{usePress-DJskZBH9.js → usePress-B8OteQMu.js} +6 -6
- package/dist/{useSingleSelectListState-n0AVMr3Y.js → useSingleSelectListState-BBTu4shO.js} +2 -2
- package/dist/{useToggle-DSBDAfdw.js → useToggle-BZhaYwZl.js} +4 -4
- package/dist/{useToggleState-CzN79ary.js → useToggleState-VkXJjsru.js} +1 -1
- package/dist/utilities/general.js +1 -1
- package/dist/utilities/index.js +1 -1
- package/dist/{utils-cvK1vxO7.js → utils-DGpXyJOJ.js} +29 -42
- package/dist/workers/image-analysis.worker.js +3 -3
- package/package.json +26 -22
- package/dist/ColorSwatch-xVS3rMYS.js +0 -66
- package/dist/Select-ef7c0426.esm-CmTkSxDx.js +0 -2474
- package/dist/Separator-B-xeqOkC.js +0 -344
- package/dist/assets/wp-font-enhancements.css +0 -2
- package/dist/assets/wp-ui-enhancements.css +0 -2
- package/dist/components/select/async-single-select.js +0 -138
- package/dist/components/select/custom-select-default-components.js +0 -38
- package/dist/components/select/multi-select-components.js +0 -8
- package/dist/components/select/react-select-component-wrappers.js +0 -90
- package/dist/components/select/styles.js +0 -49
- package/dist/components/select/v2/async-multi-select.js +0 -432
- package/dist/components/select/v2/multi-select.js +0 -403
- package/dist/components/select/v2/shared.js +0 -69
- package/dist/components/select/v2/single-select.js +0 -358
- package/dist/index-641ee5b8.esm-DVp0njHa.js +0 -3139
- package/dist/modifiers.esm-BuJQPI1X.js +0 -31
- package/dist/multi-select-components-CT_W0Cy9.js +0 -3744
- package/dist/react-select-async.esm-Zl1LPaPb.js +0 -107
- package/dist/react-select.esm-Bu36HujU.js +0 -15
- package/dist/useDragAndDrop-C08ZXv4F.js +0 -3925
- package/dist/wp/wp-font-enhancements.js +0 -1
- package/dist/wp/wp-ui-enhancements.js +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
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
|
+
max-width: -moz-available !important;
|
|
4
|
+
max-width: -webkit-fill-available !important;
|
|
5
|
+
max-width: stretch !important;
|
|
6
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties {
|
|
3
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
+
*, :before, :after, ::backdrop {
|
|
5
|
+
--tw-font-weight: initial;
|
|
6
|
+
--tw-tracking: initial;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.components-base-control__label, .components-input-control__label, .components-custom-select-control__label {
|
|
12
|
+
font-size: var(--es-text-13, .8125rem) !important;
|
|
13
|
+
line-height: var(--tw-leading, var(--es-text-13--line-height, 1.15)) !important;
|
|
14
|
+
--tw-font-weight: var(--es-font-weight-normal, 400) !important;
|
|
15
|
+
font-weight: var(--es-font-weight-normal, 400) !important;
|
|
16
|
+
--tw-tracking: var(--es-tracking-normal, 0em) !important;
|
|
17
|
+
letter-spacing: var(--es-tracking-normal, 0em) !important;
|
|
18
|
+
text-transform: none !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@property --tw-font-weight {
|
|
22
|
+
syntax: "*";
|
|
23
|
+
inherits: false
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@property --tw-tracking {
|
|
27
|
+
syntax: "*";
|
|
28
|
+
inherits: false
|
|
29
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
+
.edit-post-sidebar, .interface-interface-skeleton__sidebar:not(:empty) > .interface-complementary-area__fill[style="width: 280px;"], .interface-complementary-area.editor-sidebar {
|
|
3
|
+
width: calc(var(--es-spacing, .25rem) * 86) !important;
|
|
4
|
+
}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties {
|
|
3
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
+
*, :before, :after, ::backdrop {
|
|
5
|
+
--tw-shadow: 0 0 #0000;
|
|
6
|
+
--tw-shadow-color: initial;
|
|
7
|
+
--tw-shadow-alpha: 100%;
|
|
8
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
9
|
+
--tw-inset-shadow-color: initial;
|
|
10
|
+
--tw-inset-shadow-alpha: 100%;
|
|
11
|
+
--tw-ring-color: initial;
|
|
12
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
13
|
+
--tw-inset-ring-color: initial;
|
|
14
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
15
|
+
--tw-ring-inset: initial;
|
|
16
|
+
--tw-ring-offset-width: 0px;
|
|
17
|
+
--tw-ring-offset-color: #fff;
|
|
18
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.block-editor-block-list__block-crash-warning {
|
|
24
|
+
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
25
|
+
border-color: var(--es-color-red-700, oklch(50.5% .213 27.518)) !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
29
|
+
.block-editor-block-list__block-crash-warning {
|
|
30
|
+
border-color: color-mix(in oklab, var(--es-color-red-700, oklch(50.5% .213 27.518)) 15%, transparent) !important;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.block-editor-block-list__block-crash-warning {
|
|
35
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a) !important;
|
|
36
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
37
|
+
--tw-shadow-color: var(--es-color-red-700, oklch(50.5% .213 27.518)) !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
41
|
+
.block-editor-block-list__block-crash-warning {
|
|
42
|
+
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-red-700, oklch(50.5% .213 27.518)) 10%, transparent) var(--tw-shadow-alpha), transparent) !important;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.block-editor-block-list__block-crash-warning .block-editor-warning__message {
|
|
47
|
+
color: var(--es-color-red-950, oklch(25.8% .092 26.042)) !important;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.wp-block-missing div.block-editor-warning {
|
|
51
|
+
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
52
|
+
border-color: var(--es-color-secondary-300, var(--es-color-zinc-300)) !important;
|
|
53
|
+
background-color: var(--es-color-secondary-50, var(--es-color-zinc-50)) !important;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
57
|
+
.wp-block-missing div.block-editor-warning {
|
|
58
|
+
background-color: color-mix(in oklab, var(--es-color-secondary-50, var(--es-color-zinc-50)) 75%, transparent) !important;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.wp-block-missing div.block-editor-warning {
|
|
63
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a) !important;
|
|
64
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
65
|
+
--tw-shadow-color: var(--es-color-secondary-700, var(--es-color-zinc-700)) !important;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
69
|
+
.wp-block-missing div.block-editor-warning {
|
|
70
|
+
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-secondary-700, var(--es-color-zinc-700)) 20%, transparent) var(--tw-shadow-alpha), transparent) !important;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.wp-block-missing div.block-editor-warning .block-editor-warning__message {
|
|
75
|
+
color: var(--es-color-secondary-950, var(--es-color-zinc-950)) !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@property --tw-shadow {
|
|
79
|
+
syntax: "*";
|
|
80
|
+
inherits: false;
|
|
81
|
+
initial-value: 0 0 #0000;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@property --tw-shadow-color {
|
|
85
|
+
syntax: "*";
|
|
86
|
+
inherits: false
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@property --tw-shadow-alpha {
|
|
90
|
+
syntax: "<percentage>";
|
|
91
|
+
inherits: false;
|
|
92
|
+
initial-value: 100%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@property --tw-inset-shadow {
|
|
96
|
+
syntax: "*";
|
|
97
|
+
inherits: false;
|
|
98
|
+
initial-value: 0 0 #0000;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@property --tw-inset-shadow-color {
|
|
102
|
+
syntax: "*";
|
|
103
|
+
inherits: false
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@property --tw-inset-shadow-alpha {
|
|
107
|
+
syntax: "<percentage>";
|
|
108
|
+
inherits: false;
|
|
109
|
+
initial-value: 100%;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@property --tw-ring-color {
|
|
113
|
+
syntax: "*";
|
|
114
|
+
inherits: false
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@property --tw-ring-shadow {
|
|
118
|
+
syntax: "*";
|
|
119
|
+
inherits: false;
|
|
120
|
+
initial-value: 0 0 #0000;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
@property --tw-inset-ring-color {
|
|
124
|
+
syntax: "*";
|
|
125
|
+
inherits: false
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@property --tw-inset-ring-shadow {
|
|
129
|
+
syntax: "*";
|
|
130
|
+
inherits: false;
|
|
131
|
+
initial-value: 0 0 #0000;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@property --tw-ring-inset {
|
|
135
|
+
syntax: "*";
|
|
136
|
+
inherits: false
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
@property --tw-ring-offset-width {
|
|
140
|
+
syntax: "<length>";
|
|
141
|
+
inherits: false;
|
|
142
|
+
initial-value: 0;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@property --tw-ring-offset-color {
|
|
146
|
+
syntax: "*";
|
|
147
|
+
inherits: false;
|
|
148
|
+
initial-value: #fff;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@property --tw-ring-offset-shadow {
|
|
152
|
+
syntax: "*";
|
|
153
|
+
inherits: false;
|
|
154
|
+
initial-value: 0 0 #0000;
|
|
155
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
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 {
|
|
3
|
+
font-family: var(--es-font-sans, "Roboto Flex Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
body.wp-admin {
|
|
7
|
+
font-family: var(--es-font-sans, "Roboto Flex Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji") !important;
|
|
8
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties {
|
|
3
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
+
*, :before, :after, ::backdrop {
|
|
5
|
+
--tw-border-style: solid;
|
|
6
|
+
--tw-shadow: 0 0 #0000;
|
|
7
|
+
--tw-shadow-color: initial;
|
|
8
|
+
--tw-shadow-alpha: 100%;
|
|
9
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
10
|
+
--tw-inset-shadow-color: initial;
|
|
11
|
+
--tw-inset-shadow-alpha: 100%;
|
|
12
|
+
--tw-ring-color: initial;
|
|
13
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
14
|
+
--tw-inset-ring-color: initial;
|
|
15
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
16
|
+
--tw-ring-inset: initial;
|
|
17
|
+
--tw-ring-offset-width: 0px;
|
|
18
|
+
--tw-ring-offset-color: #fff;
|
|
19
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
20
|
+
--tw-backdrop-blur: initial;
|
|
21
|
+
--tw-backdrop-brightness: initial;
|
|
22
|
+
--tw-backdrop-contrast: initial;
|
|
23
|
+
--tw-backdrop-grayscale: initial;
|
|
24
|
+
--tw-backdrop-hue-rotate: initial;
|
|
25
|
+
--tw-backdrop-invert: initial;
|
|
26
|
+
--tw-backdrop-opacity: initial;
|
|
27
|
+
--tw-backdrop-saturate: initial;
|
|
28
|
+
--tw-backdrop-sepia: initial;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.components-tooltip {
|
|
34
|
+
border-style: var(--tw-border-style);
|
|
35
|
+
border-width: 1px;
|
|
36
|
+
border-color: var(--es-color-gray-800, oklch(27.8% .033 256.848));
|
|
37
|
+
background-color: color-mix(in oklab, var(--es-color-gray-950, oklch(13% .028 261.692)) 70%, transparent);
|
|
38
|
+
padding-inline: calc(var(--es-spacing, .25rem) * 1);
|
|
39
|
+
padding-block: calc(var(--es-spacing, .25rem) * .5);
|
|
40
|
+
color: var(--es-color-white, #fff);
|
|
41
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
42
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
43
|
+
--tw-backdrop-blur: blur(var(--es-blur-xl, 24px));
|
|
44
|
+
--tw-backdrop-brightness: brightness(105%);
|
|
45
|
+
--tw-backdrop-saturate: saturate(150%);
|
|
46
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
47
|
+
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
48
|
+
border-radius: var(--es-radius-md, .375rem) !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.components-tooltip:has( > :first-child) {
|
|
52
|
+
border-color: var(--es-color-gray-200, oklch(92.8% .006 264.531));
|
|
53
|
+
background-color: var(--es-color-white, #fff);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
57
|
+
.components-tooltip:has( > :first-child) {
|
|
58
|
+
background-color: color-mix(in oklab, var(--es-color-white, #fff) 80%, transparent);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.components-tooltip:has( > :first-child) {
|
|
63
|
+
color: var(--es-color-gray-700, oklch(37.3% .034 259.733));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@property --tw-border-style {
|
|
67
|
+
syntax: "*";
|
|
68
|
+
inherits: false;
|
|
69
|
+
initial-value: solid;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@property --tw-shadow {
|
|
73
|
+
syntax: "*";
|
|
74
|
+
inherits: false;
|
|
75
|
+
initial-value: 0 0 #0000;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@property --tw-shadow-color {
|
|
79
|
+
syntax: "*";
|
|
80
|
+
inherits: false
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@property --tw-shadow-alpha {
|
|
84
|
+
syntax: "<percentage>";
|
|
85
|
+
inherits: false;
|
|
86
|
+
initial-value: 100%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@property --tw-inset-shadow {
|
|
90
|
+
syntax: "*";
|
|
91
|
+
inherits: false;
|
|
92
|
+
initial-value: 0 0 #0000;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@property --tw-inset-shadow-color {
|
|
96
|
+
syntax: "*";
|
|
97
|
+
inherits: false
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@property --tw-inset-shadow-alpha {
|
|
101
|
+
syntax: "<percentage>";
|
|
102
|
+
inherits: false;
|
|
103
|
+
initial-value: 100%;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@property --tw-ring-color {
|
|
107
|
+
syntax: "*";
|
|
108
|
+
inherits: false
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@property --tw-ring-shadow {
|
|
112
|
+
syntax: "*";
|
|
113
|
+
inherits: false;
|
|
114
|
+
initial-value: 0 0 #0000;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@property --tw-inset-ring-color {
|
|
118
|
+
syntax: "*";
|
|
119
|
+
inherits: false
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@property --tw-inset-ring-shadow {
|
|
123
|
+
syntax: "*";
|
|
124
|
+
inherits: false;
|
|
125
|
+
initial-value: 0 0 #0000;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@property --tw-ring-inset {
|
|
129
|
+
syntax: "*";
|
|
130
|
+
inherits: false
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@property --tw-ring-offset-width {
|
|
134
|
+
syntax: "<length>";
|
|
135
|
+
inherits: false;
|
|
136
|
+
initial-value: 0;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
@property --tw-ring-offset-color {
|
|
140
|
+
syntax: "*";
|
|
141
|
+
inherits: false;
|
|
142
|
+
initial-value: #fff;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@property --tw-ring-offset-shadow {
|
|
146
|
+
syntax: "*";
|
|
147
|
+
inherits: false;
|
|
148
|
+
initial-value: 0 0 #0000;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@property --tw-backdrop-blur {
|
|
152
|
+
syntax: "*";
|
|
153
|
+
inherits: false
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@property --tw-backdrop-brightness {
|
|
157
|
+
syntax: "*";
|
|
158
|
+
inherits: false
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
@property --tw-backdrop-contrast {
|
|
162
|
+
syntax: "*";
|
|
163
|
+
inherits: false
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
@property --tw-backdrop-grayscale {
|
|
167
|
+
syntax: "*";
|
|
168
|
+
inherits: false
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
@property --tw-backdrop-hue-rotate {
|
|
172
|
+
syntax: "*";
|
|
173
|
+
inherits: false
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@property --tw-backdrop-invert {
|
|
177
|
+
syntax: "*";
|
|
178
|
+
inherits: false
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
@property --tw-backdrop-opacity {
|
|
182
|
+
syntax: "*";
|
|
183
|
+
inherits: false
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
@property --tw-backdrop-saturate {
|
|
187
|
+
syntax: "*";
|
|
188
|
+
inherits: false
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
@property --tw-backdrop-sepia {
|
|
192
|
+
syntax: "*";
|
|
193
|
+
inherits: false
|
|
194
|
+
}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties {
|
|
3
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
+
*, :before, :after, ::backdrop {
|
|
5
|
+
--tw-shadow: 0 0 #0000;
|
|
6
|
+
--tw-shadow-color: initial;
|
|
7
|
+
--tw-shadow-alpha: 100%;
|
|
8
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
9
|
+
--tw-inset-shadow-color: initial;
|
|
10
|
+
--tw-inset-shadow-alpha: 100%;
|
|
11
|
+
--tw-ring-color: initial;
|
|
12
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
13
|
+
--tw-inset-ring-color: initial;
|
|
14
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
15
|
+
--tw-ring-inset: initial;
|
|
16
|
+
--tw-ring-offset-width: 0px;
|
|
17
|
+
--tw-ring-offset-color: #fff;
|
|
18
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
19
|
+
--tw-content: "";
|
|
20
|
+
--tw-scale-x: 1;
|
|
21
|
+
--tw-scale-y: 1;
|
|
22
|
+
--tw-scale-z: 1;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.edit-post-header__toolbar .components-button, .edit-post-header__settings .components-button, .editor-document-tools__left .components-button, .editor-header__center .components-button, .editor-header__settings .components-button, .edit-post-sidebar .components-button:not(.components-panel__body-toggle, .editor-post-last-revision__title), .components-snackbar, .components-toggle-group-control, .editor-post-publish-panel .components-button, .edit-post-text-editor__toolbar .components-button, .edit-post-text-editor__body .components-textarea-control__input, .media-modal-content, .media-modal-content .components-button, .components-guide__container .components-button, .components-notice__content .components-button, .editor-post-featured-image__toggle.components-button, .editor-post-trash, .components-input-control__container, .components-combobox-control__suggestions-container, .components-checkbox-control__input, button.components-toggle-group-control-option-base, .editor-post-visibility__password-input, .editor-post-summary .components-button {
|
|
28
|
+
border-radius: var(--es-radius-md, .375rem) !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.components-button-group .components-button:first-child {
|
|
32
|
+
border-top-left-radius: var(--es-radius-md, .375rem) !important;
|
|
33
|
+
border-bottom-left-radius: var(--es-radius-md, .375rem) !important;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.components-button-group .components-button:last-child {
|
|
37
|
+
border-top-right-radius: var(--es-radius-md, .375rem) !important;
|
|
38
|
+
border-bottom-right-radius: var(--es-radius-md, .375rem) !important;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.components-popover__content, .components-guide {
|
|
42
|
+
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.block-editor-inserter__search {
|
|
46
|
+
border-top-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
47
|
+
border-top-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.media-menu-item.active {
|
|
51
|
+
border-top-left-radius: var(--es-radius-md, .375rem) !important;
|
|
52
|
+
border-top-right-radius: var(--es-radius-md, .375rem) !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.block-editor-block-contextual-toolbar, .block-editor-block-parent-selector__button {
|
|
56
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
57
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
58
|
+
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.block-editor-block-types-list .block-editor-block-types-list__item {
|
|
62
|
+
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.block-editor-block-types-list .block-editor-block-types-list__item:after {
|
|
66
|
+
content: var(--tw-content);
|
|
67
|
+
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.block-editor-block-types-list .block-editor-block-types-list__item svg {
|
|
71
|
+
--tw-scale-x: 125%;
|
|
72
|
+
--tw-scale-y: 125%;
|
|
73
|
+
--tw-scale-z: 125%;
|
|
74
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.block-editor-list-view-tree .block-editor-block-icon {
|
|
78
|
+
border-radius: .25rem !important;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.block-editor-list-view-tree .block-editor-list-view-leaf > :first-child {
|
|
82
|
+
border-top-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
83
|
+
border-bottom-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.block-editor-list-view-tree .block-editor-list-view-leaf > :last-child {
|
|
87
|
+
border-top-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
88
|
+
border-bottom-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.block-editor-block-inspector .block-editor-block-card .block-editor-block-icon {
|
|
92
|
+
border-radius: .25rem !important;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.block-editor-inserter__toggle {
|
|
96
|
+
border-radius: var(--es-radius-md, .375rem) !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@property --tw-shadow {
|
|
100
|
+
syntax: "*";
|
|
101
|
+
inherits: false;
|
|
102
|
+
initial-value: 0 0 #0000;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@property --tw-shadow-color {
|
|
106
|
+
syntax: "*";
|
|
107
|
+
inherits: false
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@property --tw-shadow-alpha {
|
|
111
|
+
syntax: "<percentage>";
|
|
112
|
+
inherits: false;
|
|
113
|
+
initial-value: 100%;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@property --tw-inset-shadow {
|
|
117
|
+
syntax: "*";
|
|
118
|
+
inherits: false;
|
|
119
|
+
initial-value: 0 0 #0000;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@property --tw-inset-shadow-color {
|
|
123
|
+
syntax: "*";
|
|
124
|
+
inherits: false
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@property --tw-inset-shadow-alpha {
|
|
128
|
+
syntax: "<percentage>";
|
|
129
|
+
inherits: false;
|
|
130
|
+
initial-value: 100%;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@property --tw-ring-color {
|
|
134
|
+
syntax: "*";
|
|
135
|
+
inherits: false
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
@property --tw-ring-shadow {
|
|
139
|
+
syntax: "*";
|
|
140
|
+
inherits: false;
|
|
141
|
+
initial-value: 0 0 #0000;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@property --tw-inset-ring-color {
|
|
145
|
+
syntax: "*";
|
|
146
|
+
inherits: false
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@property --tw-inset-ring-shadow {
|
|
150
|
+
syntax: "*";
|
|
151
|
+
inherits: false;
|
|
152
|
+
initial-value: 0 0 #0000;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@property --tw-ring-inset {
|
|
156
|
+
syntax: "*";
|
|
157
|
+
inherits: false
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
@property --tw-ring-offset-width {
|
|
161
|
+
syntax: "<length>";
|
|
162
|
+
inherits: false;
|
|
163
|
+
initial-value: 0;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
@property --tw-ring-offset-color {
|
|
167
|
+
syntax: "*";
|
|
168
|
+
inherits: false;
|
|
169
|
+
initial-value: #fff;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
@property --tw-ring-offset-shadow {
|
|
173
|
+
syntax: "*";
|
|
174
|
+
inherits: false;
|
|
175
|
+
initial-value: 0 0 #0000;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@property --tw-content {
|
|
179
|
+
syntax: "*";
|
|
180
|
+
inherits: false;
|
|
181
|
+
initial-value: "";
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
@property --tw-scale-x {
|
|
185
|
+
syntax: "*";
|
|
186
|
+
inherits: false;
|
|
187
|
+
initial-value: 1;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
@property --tw-scale-y {
|
|
191
|
+
syntax: "*";
|
|
192
|
+
inherits: false;
|
|
193
|
+
initial-value: 1;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
@property --tw-scale-z {
|
|
197
|
+
syntax: "*";
|
|
198
|
+
inherits: false;
|
|
199
|
+
initial-value: 1;
|
|
200
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
+
:is(.edit-post-header__toolbar, .edit-post-header__settings, .editor-document-tools__left, .editor-header__center, .editor-header__settings) .components-button {
|
|
3
|
+
min-height: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
4
|
+
min-width: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
5
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
function r(e) {
|
|
2
|
+
var t, f, n = "";
|
|
3
|
+
if ("string" == typeof e || "number" == typeof e) n += e;
|
|
4
|
+
else if ("object" == typeof e) if (Array.isArray(e)) {
|
|
5
|
+
var o = e.length;
|
|
6
|
+
for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
|
|
7
|
+
} else for (f in e) e[f] && (n && (n += " "), n += f);
|
|
8
|
+
return n;
|
|
9
|
+
}
|
|
10
|
+
function clsx() {
|
|
11
|
+
for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
|
|
12
|
+
return n;
|
|
13
|
+
}
|
|
14
|
+
export {
|
|
15
|
+
clsx as c
|
|
16
|
+
};
|