@eightshift/ui-components 5.4.0 → 5.6.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/{Button-CQ5ZZJ2w.js → Button-BhEIfWLY.js} +1 -1
- package/dist/{Dialog-BMgMUQuN.js → Dialog-B8p4Ymh7.js} +7 -7
- package/dist/{List-BiAnh5G5.js → List-Bll1lQEW.js} +1 -1
- package/dist/{ListBox-DggfiuO_.js → ListBox-CEpKw7yC.js} +5 -5
- package/dist/{OverlayArrow-DraDOoRn.js → OverlayArrow-DDfa8khI.js} +1 -1
- package/dist/{SearchField-DWGdCvnn.js → SearchField-D6mPli0i.js} +2 -2
- package/dist/{Select-BvggcFOX.js → Select-CHzjZxXy.js} +7 -7
- package/dist/{Select-ef7c0426.esm-CmTkSxDx.js → Select-ef7c0426.esm-BJmjGGzK.js} +1 -1
- package/dist/{SelectionManager-B6-b5NM2.js → SelectionManager-D77bfEbg.js} +2 -2
- package/dist/{Separator-B-xeqOkC.js → Separator-DcqCdD4k.js} +1 -1
- package/dist/{SharedElementTransition-fML-zIv6.js → SharedElementTransition-BjRNHsjx.js} +1 -1
- package/dist/_commonjsHelpers-BhWcALO8.js +38 -0
- package/dist/assets/style-admin.css +2 -8247
- package/dist/assets/style-editor.css +2 -8247
- package/dist/assets/style.css +2 -8253
- package/dist/assets/wp-font-enhancements.css +2 -8
- package/dist/assets/wp-ui-enhancements.css +2 -387
- package/dist/components/breakpoint-preview/breakpoint-preview.js +1 -0
- package/dist/components/button/button.js +2 -2
- package/dist/components/checkbox/checkbox.js +2 -2
- package/dist/components/color-pickers/color-picker.js +1 -1
- package/dist/components/color-pickers/color-swatch.js +1 -1
- package/dist/components/color-pickers/gradient-editor.js +1 -1
- package/dist/components/color-pickers/solid-color-picker.js +2 -2
- package/dist/components/component-toggle/component-toggle.js +1 -1
- package/dist/components/draggable/draggable-handle.js +1 -1
- package/dist/components/draggable/draggable.js +2 -2
- package/dist/components/draggable-list/draggable-list-item.js +1 -1
- package/dist/components/draggable-list/draggable-list.js +2 -2
- package/dist/components/expandable/expandable.js +3 -3
- package/dist/components/index.js +2 -0
- package/dist/components/item-collection/item-collection.js +1 -1
- package/dist/components/link-input/link-input.js +11 -11
- package/dist/components/matrix-align/matrix-align.js +2 -1
- package/dist/components/menu/menu.js +3 -3
- package/dist/components/modal/modal.js +4 -4
- package/dist/components/number-picker/number-picker.js +3 -3
- package/dist/components/option-select/option-select.js +1 -1
- package/dist/components/placeholders/file-picker-shell.js +72 -39
- package/dist/components/placeholders/file-placeholder.js +1 -1
- package/dist/components/popover/popover.js +2 -2
- package/dist/components/radio/radio.js +2 -2
- package/dist/components/repeater/repeater-item.js +1 -1
- package/dist/components/repeater/repeater.js +2 -2
- package/dist/components/responsive/mini-responsive.js +2 -1
- package/dist/components/responsive/responsive-legacy.js +2 -1
- package/dist/components/responsive/responsive.js +2 -1
- package/dist/components/responsive-preview/responsive-preview.js +2 -1
- package/dist/components/select/async-multi-select.js +3 -3
- package/dist/components/select/async-single-select.js +2 -2
- package/dist/components/select/custom-select-default-components.js +1 -1
- package/dist/components/select/multi-select-components.js +1 -1
- package/dist/components/select/multi-select.js +3 -3
- package/dist/components/select/react-select-component-wrappers.js +1 -1
- package/dist/components/select/single-select.js +2 -2
- package/dist/components/select/v2/async-multi-select.js +7 -6
- package/dist/components/select/v2/async-select.js +7 -6
- package/dist/components/select/v2/multi-select.js +8 -7
- package/dist/components/select/v2/shared.js +1 -1
- package/dist/components/select/v2/single-select.js +7 -7
- package/dist/components/slider/column-config-slider.js +1 -1
- package/dist/components/slider/utils.js +1 -1
- package/dist/components/smart-image/smart-image.js +159 -0
- package/dist/components/smart-image/worker-inline.js +4 -0
- package/dist/components/tabs/tabs.js +6 -6
- package/dist/components/toggle/switch.js +1 -1
- package/dist/components/toggle-button/toggle-button.js +1 -1
- package/dist/components/tooltip/tooltip.js +2 -2
- package/dist/{default-i18n-CN_q3KUs.js → default-i18n-DBm-GqWM.js} +167 -50
- package/dist/general-6STKQIrk.js +4371 -0
- package/dist/icons/icons.js +10 -0
- package/dist/icons/index.js +2 -0
- package/dist/icons/spinner.js +18 -0
- package/dist/{index-641ee5b8.esm-DVp0njHa.js → index-641ee5b8.esm-DiwvO-RP.js} +1 -1
- package/dist/{index-D8-Zjpbd.js → index-DjyEH0Gg.js} +1 -3
- package/dist/index.js +2 -0
- package/dist/{multi-select-components-CT_W0Cy9.js → multi-select-components-B3KuDyYd.js} +1 -1
- package/dist/{react-select-async.esm-Zl1LPaPb.js → react-select-async.esm-_4pk-41v.js} +3 -3
- package/dist/{react-select.esm-Bu36HujU.js → react-select.esm-BeuAkAyY.js} +3 -3
- package/dist/sha256-C56UDWfQ.js +533 -0
- package/dist/{useButton-v9ngEj50.js → useButton-B2EaQJT_.js} +1 -1
- package/dist/{useDragAndDrop-C08ZXv4F.js → useDragAndDrop-DUXKDS0N.js} +5 -5
- package/dist/{useFilter-BlkUH1Ma.js → useFilter-BPcJ-Jzv.js} +1 -1
- package/dist/{useListState-RdLrYsMP.js → useListState-DZycqxCn.js} +1 -1
- package/dist/{useNumberField-D16dDfYF.js → useNumberField-CEA9Q4w_.js} +1 -1
- package/dist/{usePress-DJskZBH9.js → usePress-BCEPS3hl.js} +1 -1
- package/dist/{useSingleSelectListState-n0AVMr3Y.js → useSingleSelectListState-BFZEfeqI.js} +1 -1
- package/dist/{useToggle-DSBDAfdw.js → useToggle-DNoP2bvV.js} +1 -1
- package/dist/utilities/general.js +10 -0
- package/dist/utilities/index.js +14 -2
- package/dist/utilities/web-workers.js +50 -0
- package/dist/workers/image-analysis.worker.js +52 -0
- package/package.json +17 -10
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
2
|
-
.edit-post-header
|
|
3
|
-
font-family: var(--es-font-sans, "Geist 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, "Geist Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji") !important;
|
|
8
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.15 | 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{font-family:var(--es-font-sans,"Geist Variable",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji")}body.wp-admin{font-family:var(--es-font-sans,"Geist Variable",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji")!important}
|
|
@@ -1,387 +1,2 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
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
|
-
--tw-shadow: 0 0 #0000;
|
|
8
|
-
--tw-shadow-color: initial;
|
|
9
|
-
--tw-shadow-alpha: 100%;
|
|
10
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
11
|
-
--tw-inset-shadow-color: initial;
|
|
12
|
-
--tw-inset-shadow-alpha: 100%;
|
|
13
|
-
--tw-ring-color: initial;
|
|
14
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
15
|
-
--tw-inset-ring-color: initial;
|
|
16
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
17
|
-
--tw-ring-inset: initial;
|
|
18
|
-
--tw-ring-offset-width: 0px;
|
|
19
|
-
--tw-ring-offset-color: #fff;
|
|
20
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
21
|
-
--tw-content: "";
|
|
22
|
-
--tw-scale-x: 1;
|
|
23
|
-
--tw-scale-y: 1;
|
|
24
|
-
--tw-scale-z: 1;
|
|
25
|
-
--tw-border-style: solid;
|
|
26
|
-
--tw-backdrop-blur: initial;
|
|
27
|
-
--tw-backdrop-brightness: initial;
|
|
28
|
-
--tw-backdrop-contrast: initial;
|
|
29
|
-
--tw-backdrop-grayscale: initial;
|
|
30
|
-
--tw-backdrop-hue-rotate: initial;
|
|
31
|
-
--tw-backdrop-invert: initial;
|
|
32
|
-
--tw-backdrop-opacity: initial;
|
|
33
|
-
--tw-backdrop-saturate: initial;
|
|
34
|
-
--tw-backdrop-sepia: initial;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.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 {
|
|
40
|
-
border-radius: var(--es-radius-md, .375rem) !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.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 {
|
|
44
|
-
border-radius: .25rem !important;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.components-button-group .components-button:first-child {
|
|
48
|
-
border-top-left-radius: var(--es-radius-md, .375rem) !important;
|
|
49
|
-
border-bottom-left-radius: var(--es-radius-md, .375rem) !important;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.components-button-group .components-button:last-child {
|
|
53
|
-
border-top-right-radius: var(--es-radius-md, .375rem) !important;
|
|
54
|
-
border-bottom-right-radius: var(--es-radius-md, .375rem) !important;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.components-popover__content, .components-guide {
|
|
58
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.block-editor-inserter__search {
|
|
62
|
-
border-top-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
63
|
-
border-top-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.media-menu-item.active {
|
|
67
|
-
border-top-left-radius: var(--es-radius-md, .375rem) !important;
|
|
68
|
-
border-top-right-radius: var(--es-radius-md, .375rem) !important;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.components-base-control__label, .components-input-control__label, .components-custom-select-control__label {
|
|
72
|
-
--tw-font-weight: var(--es-font-weight-normal, 400) !important;
|
|
73
|
-
font-size: 13px !important;
|
|
74
|
-
font-weight: var(--es-font-weight-normal, 400) !important;
|
|
75
|
-
--tw-tracking: var(--es-tracking-normal, 0em) !important;
|
|
76
|
-
letter-spacing: var(--es-tracking-normal, 0em) !important;
|
|
77
|
-
text-transform: none !important;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.edit-post-sidebar, .interface-interface-skeleton__sidebar:not(:empty) > .interface-complementary-area__fill[style="width: 280px;"], .interface-complementary-area.editor-sidebar {
|
|
81
|
-
width: calc(var(--es-spacing, .25rem) * 80) !important;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.block-editor-block-list__block-crash-warning {
|
|
85
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
86
|
-
border-color: var(--es-color-red-700, oklch(50.5% .213 27.518)) !important;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
90
|
-
.block-editor-block-list__block-crash-warning {
|
|
91
|
-
border-color: color-mix(in oklab, var(--es-color-red-700, oklch(50.5% .213 27.518)) 15%, transparent) !important;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.block-editor-block-list__block-crash-warning {
|
|
96
|
-
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a) !important;
|
|
97
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
98
|
-
--tw-shadow-color: var(--es-color-red-700, oklch(50.5% .213 27.518)) !important;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
102
|
-
.block-editor-block-list__block-crash-warning {
|
|
103
|
-
--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;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.block-editor-block-list__block-crash-warning .block-editor-warning__message {
|
|
108
|
-
color: var(--es-color-red-950, oklch(25.8% .092 26.042)) !important;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.wp-block-missing div.block-editor-warning {
|
|
112
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
113
|
-
border-color: var(--es-color-zinc-300, oklch(87.1% .006 286.286)) !important;
|
|
114
|
-
background-color: var(--es-color-zinc-50, oklch(98.5% 0 0)) !important;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
118
|
-
.wp-block-missing div.block-editor-warning {
|
|
119
|
-
background-color: color-mix(in oklab, var(--es-color-zinc-50, oklch(98.5% 0 0)) 75%, transparent) !important;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.wp-block-missing div.block-editor-warning {
|
|
124
|
-
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a) !important;
|
|
125
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
126
|
-
--tw-shadow-color: var(--es-color-zinc-700, oklch(37% .013 285.805)) !important;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
130
|
-
.wp-block-missing div.block-editor-warning {
|
|
131
|
-
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-zinc-700, oklch(37% .013 285.805)) 20%, transparent) var(--tw-shadow-alpha), transparent) !important;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.wp-block-missing div.block-editor-warning .block-editor-warning__message {
|
|
136
|
-
color: var(--es-color-zinc-950, oklch(14.1% .005 285.823)) !important;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.block-editor-block-contextual-toolbar, .block-editor-block-parent-selector__button {
|
|
140
|
-
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
141
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
142
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.block-editor-block-types-list .block-editor-block-types-list__item {
|
|
146
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.block-editor-block-types-list .block-editor-block-types-list__item:after {
|
|
150
|
-
content: var(--tw-content);
|
|
151
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.block-editor-block-types-list .block-editor-block-types-list__item svg {
|
|
155
|
-
--tw-scale-x: 125%;
|
|
156
|
-
--tw-scale-y: 125%;
|
|
157
|
-
--tw-scale-z: 125%;
|
|
158
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.block-editor-list-view-tree .block-editor-block-icon {
|
|
162
|
-
border-radius: .25rem !important;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.block-editor-list-view-tree .block-editor-list-view-leaf > :first-child {
|
|
166
|
-
border-top-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
167
|
-
border-bottom-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.block-editor-list-view-tree .block-editor-list-view-leaf > :last-child {
|
|
171
|
-
border-top-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
172
|
-
border-bottom-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.block-editor-block-inspector .block-editor-block-card .block-editor-block-icon {
|
|
176
|
-
border-radius: .25rem !important;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.block-editor-inserter__toggle {
|
|
180
|
-
border-radius: var(--es-radius-md, .375rem) !important;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
:is(.edit-post-header__toolbar, .edit-post-header__settings, .editor-document-tools__left, .editor-header__center, .editor-header__settings) .components-button {
|
|
184
|
-
min-height: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
185
|
-
min-width: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.editor-styles-wrapper .wp-block:not(.editor-post-title, .block-list-appender) {
|
|
189
|
-
max-width: 100% !important;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.components-tooltip {
|
|
193
|
-
border-style: var(--tw-border-style);
|
|
194
|
-
border-width: 1px;
|
|
195
|
-
border-color: var(--es-color-gray-800, oklch(27.8% .033 256.848));
|
|
196
|
-
background-color: color-mix(in oklab, var(--es-color-gray-950, oklch(13% .028 261.692)) 70%, transparent);
|
|
197
|
-
padding-inline: calc(var(--es-spacing, .25rem) * 1);
|
|
198
|
-
padding-block: calc(var(--es-spacing, .25rem) * .5);
|
|
199
|
-
color: var(--es-color-white, #fff);
|
|
200
|
-
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
201
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
202
|
-
--tw-backdrop-blur: blur(var(--es-blur-xl, 24px));
|
|
203
|
-
--tw-backdrop-brightness: brightness(105%);
|
|
204
|
-
--tw-backdrop-saturate: saturate(150%);
|
|
205
|
-
-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, );
|
|
206
|
-
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, );
|
|
207
|
-
border-radius: var(--es-radius-md, .375rem) !important;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.components-tooltip:has( > :first-child) {
|
|
211
|
-
border-color: var(--es-color-gray-200, oklch(92.8% .006 264.531));
|
|
212
|
-
background-color: var(--es-color-white, #fff);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
216
|
-
.components-tooltip:has( > :first-child) {
|
|
217
|
-
background-color: color-mix(in oklab, var(--es-color-white, #fff) 80%, transparent);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.components-tooltip:has( > :first-child) {
|
|
222
|
-
color: var(--es-color-gray-700, oklch(37.3% .034 259.733));
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
@property --tw-font-weight {
|
|
226
|
-
syntax: "*";
|
|
227
|
-
inherits: false
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
@property --tw-tracking {
|
|
231
|
-
syntax: "*";
|
|
232
|
-
inherits: false
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
@property --tw-shadow {
|
|
236
|
-
syntax: "*";
|
|
237
|
-
inherits: false;
|
|
238
|
-
initial-value: 0 0 #0000;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
@property --tw-shadow-color {
|
|
242
|
-
syntax: "*";
|
|
243
|
-
inherits: false
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
@property --tw-shadow-alpha {
|
|
247
|
-
syntax: "<percentage>";
|
|
248
|
-
inherits: false;
|
|
249
|
-
initial-value: 100%;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
@property --tw-inset-shadow {
|
|
253
|
-
syntax: "*";
|
|
254
|
-
inherits: false;
|
|
255
|
-
initial-value: 0 0 #0000;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
@property --tw-inset-shadow-color {
|
|
259
|
-
syntax: "*";
|
|
260
|
-
inherits: false
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
@property --tw-inset-shadow-alpha {
|
|
264
|
-
syntax: "<percentage>";
|
|
265
|
-
inherits: false;
|
|
266
|
-
initial-value: 100%;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
@property --tw-ring-color {
|
|
270
|
-
syntax: "*";
|
|
271
|
-
inherits: false
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
@property --tw-ring-shadow {
|
|
275
|
-
syntax: "*";
|
|
276
|
-
inherits: false;
|
|
277
|
-
initial-value: 0 0 #0000;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
@property --tw-inset-ring-color {
|
|
281
|
-
syntax: "*";
|
|
282
|
-
inherits: false
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
@property --tw-inset-ring-shadow {
|
|
286
|
-
syntax: "*";
|
|
287
|
-
inherits: false;
|
|
288
|
-
initial-value: 0 0 #0000;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
@property --tw-ring-inset {
|
|
292
|
-
syntax: "*";
|
|
293
|
-
inherits: false
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
@property --tw-ring-offset-width {
|
|
297
|
-
syntax: "<length>";
|
|
298
|
-
inherits: false;
|
|
299
|
-
initial-value: 0;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
@property --tw-ring-offset-color {
|
|
303
|
-
syntax: "*";
|
|
304
|
-
inherits: false;
|
|
305
|
-
initial-value: #fff;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
@property --tw-ring-offset-shadow {
|
|
309
|
-
syntax: "*";
|
|
310
|
-
inherits: false;
|
|
311
|
-
initial-value: 0 0 #0000;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
@property --tw-content {
|
|
315
|
-
syntax: "*";
|
|
316
|
-
inherits: false;
|
|
317
|
-
initial-value: "";
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
@property --tw-scale-x {
|
|
321
|
-
syntax: "*";
|
|
322
|
-
inherits: false;
|
|
323
|
-
initial-value: 1;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
@property --tw-scale-y {
|
|
327
|
-
syntax: "*";
|
|
328
|
-
inherits: false;
|
|
329
|
-
initial-value: 1;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
@property --tw-scale-z {
|
|
333
|
-
syntax: "*";
|
|
334
|
-
inherits: false;
|
|
335
|
-
initial-value: 1;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
@property --tw-border-style {
|
|
339
|
-
syntax: "*";
|
|
340
|
-
inherits: false;
|
|
341
|
-
initial-value: solid;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
@property --tw-backdrop-blur {
|
|
345
|
-
syntax: "*";
|
|
346
|
-
inherits: false
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
@property --tw-backdrop-brightness {
|
|
350
|
-
syntax: "*";
|
|
351
|
-
inherits: false
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
@property --tw-backdrop-contrast {
|
|
355
|
-
syntax: "*";
|
|
356
|
-
inherits: false
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
@property --tw-backdrop-grayscale {
|
|
360
|
-
syntax: "*";
|
|
361
|
-
inherits: false
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
@property --tw-backdrop-hue-rotate {
|
|
365
|
-
syntax: "*";
|
|
366
|
-
inherits: false
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
@property --tw-backdrop-invert {
|
|
370
|
-
syntax: "*";
|
|
371
|
-
inherits: false
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
@property --tw-backdrop-opacity {
|
|
375
|
-
syntax: "*";
|
|
376
|
-
inherits: false
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
@property --tw-backdrop-saturate {
|
|
380
|
-
syntax: "*";
|
|
381
|
-
inherits: false
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
@property --tw-backdrop-sepia {
|
|
385
|
-
syntax: "*";
|
|
386
|
-
inherits: false
|
|
387
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-content:"";--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-border-style:solid;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}.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{border-radius:var(--es-radius-md,.375rem)!important}.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{border-radius:.25rem!important}.components-button-group .components-button:first-child{border-top-left-radius:var(--es-radius-md,.375rem)!important;border-bottom-left-radius:var(--es-radius-md,.375rem)!important}.components-button-group .components-button:last-child{border-top-right-radius:var(--es-radius-md,.375rem)!important;border-bottom-right-radius:var(--es-radius-md,.375rem)!important}.components-popover__content,.components-guide{border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-inserter__search{border-top-left-radius:var(--es-radius-lg,.5rem)!important;border-top-right-radius:var(--es-radius-lg,.5rem)!important}.media-menu-item.active{border-top-left-radius:var(--es-radius-md,.375rem)!important;border-top-right-radius:var(--es-radius-md,.375rem)!important}.components-base-control__label,.components-input-control__label,.components-custom-select-control__label{--tw-font-weight:var(--es-font-weight-normal,400)!important;font-size:13px!important;font-weight:var(--es-font-weight-normal,400)!important;--tw-tracking:var(--es-tracking-normal,0em)!important;letter-spacing:var(--es-tracking-normal,0em)!important;text-transform:none!important}.edit-post-sidebar,.interface-interface-skeleton__sidebar:not(:empty)>.interface-complementary-area__fill[style="width: 280px;"],.interface-complementary-area.editor-sidebar{width:calc(var(--es-spacing,.25rem)*80)!important}.block-editor-block-list__block-crash-warning{border-radius:var(--es-radius-lg,.5rem)!important;border-color:var(--es-color-red-700,#bf000f)!important}@supports (color:lab(0% 0 0)){.block-editor-block-list__block-crash-warning{border-color:var(--es-color-red-700,lab(40.4273% 67.2623 53.7441))!important}}@supports (color:color-mix(in lab, red, red)){.block-editor-block-list__block-crash-warning{border-color:color-mix(in oklab,var(--es-color-red-700,lab(40.4273% 67.2623 53.7441))15%,transparent)!important}}.block-editor-block-list__block-crash-warning{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important;--tw-shadow-color:var(--es-color-red-700,#bf000f)!important}@supports (color:lab(0% 0 0)){.block-editor-block-list__block-crash-warning{--tw-shadow-color:var(--es-color-red-700,lab(40.4273% 67.2623 53.7441))!important}}@supports (color:color-mix(in lab, red, red)){.block-editor-block-list__block-crash-warning{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--es-color-red-700,lab(40.4273% 67.2623 53.7441))10%,transparent)var(--tw-shadow-alpha),transparent)!important}}.block-editor-block-list__block-crash-warning .block-editor-warning__message{color:var(--es-color-red-950,#460809)!important}@supports (color:lab(0% 0 0)){.block-editor-block-list__block-crash-warning .block-editor-warning__message{color:var(--es-color-red-950,lab(13.003% 29.04 16.7519))!important}}.wp-block-missing div.block-editor-warning{border-radius:var(--es-radius-lg,.5rem)!important;border-color:var(--es-color-zinc-300,#d4d4d8)!important;background-color:var(--es-color-zinc-50,#fafafa)!important}@supports (color:lab(0% 0 0)){.wp-block-missing div.block-editor-warning{border-color:var(--es-color-zinc-300,lab(84.9837% .601262 -2.17986))!important;background-color:var(--es-color-zinc-50,lab(98.26% 0 0))!important}}@supports (color:color-mix(in lab, red, red)){.wp-block-missing div.block-editor-warning{background-color:color-mix(in oklab,var(--es-color-zinc-50,lab(98.26% 0 0))75%,transparent)!important}}.wp-block-missing div.block-editor-warning{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important;--tw-shadow-color:var(--es-color-zinc-700,#3f3f46)!important}@supports (color:lab(0% 0 0)){.wp-block-missing div.block-editor-warning{--tw-shadow-color:var(--es-color-zinc-700,lab(26.8019% 1.35387 -4.68303))!important}}@supports (color:color-mix(in lab, red, red)){.wp-block-missing div.block-editor-warning{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--es-color-zinc-700,lab(26.8019% 1.35387 -4.68303))20%,transparent)var(--tw-shadow-alpha),transparent)!important}}.wp-block-missing div.block-editor-warning .block-editor-warning__message{color:var(--es-color-zinc-950,#09090b)!important}@supports (color:lab(0% 0 0)){.wp-block-missing div.block-editor-warning .block-editor-warning__message{color:var(--es-color-zinc-950,lab(2.51107% .242703 -.886115))!important}}.block-editor-block-contextual-toolbar,.block-editor-block-parent-selector__button{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-types-list .block-editor-block-types-list__item{border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-types-list .block-editor-block-types-list__item:after{content:var(--tw-content);border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-types-list .block-editor-block-types-list__item svg{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}.block-editor-list-view-tree .block-editor-block-icon{border-radius:.25rem!important}.block-editor-list-view-tree .block-editor-list-view-leaf>:first-child{border-top-left-radius:var(--es-radius-lg,.5rem)!important;border-bottom-left-radius:var(--es-radius-lg,.5rem)!important}.block-editor-list-view-tree .block-editor-list-view-leaf>:last-child{border-top-right-radius:var(--es-radius-lg,.5rem)!important;border-bottom-right-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-inspector .block-editor-block-card .block-editor-block-icon{border-radius:.25rem!important}.block-editor-inserter__toggle{border-radius:var(--es-radius-md,.375rem)!important}:is(.edit-post-header__toolbar,.edit-post-header__settings,.editor-document-tools__left,.editor-header__center,.editor-header__settings) .components-button{min-height:calc(var(--es-spacing,.25rem)*9)!important;min-width:calc(var(--es-spacing,.25rem)*9)!important}.editor-styles-wrapper .wp-block:not(.editor-post-title,.block-list-appender){max-width:100%!important}.components-tooltip{border-style:var(--tw-border-style);border-width:1px;border-color:var(--es-color-gray-800,#1e2939);background-color:color-mix(in oklab,var(--es-color-gray-950,#030712)70%,transparent);padding-inline:calc(var(--es-spacing,.25rem)*1);padding-block:calc(var(--es-spacing,.25rem)*.5);color:var(--es-color-white,#fff);--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-backdrop-blur:blur(var(--es-blur-xl,24px));--tw-backdrop-brightness:brightness(105%);--tw-backdrop-saturate:saturate(150%);-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,);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,);border-radius:var(--es-radius-md,.375rem)!important}@supports (color:lab(0% 0 0)){.components-tooltip{border-color:var(--es-color-gray-800,lab(16.1051% -1.18239 -11.7533));background-color:color-mix(in oklab,var(--es-color-gray-950,lab(1.90334% .278696 -5.48866))70%,transparent)}}.components-tooltip:has(>:first-child){border-color:var(--es-color-gray-200,#e5e7eb);background-color:var(--es-color-white,#fff)}@supports (color:lab(0% 0 0)){.components-tooltip:has(>:first-child){border-color:var(--es-color-gray-200,lab(91.6229% -.159115 -2.26791))}}@supports (color:color-mix(in lab, red, red)){.components-tooltip:has(>:first-child){background-color:color-mix(in oklab,var(--es-color-white,#fff)80%,transparent)}}.components-tooltip:has(>:first-child){color:var(--es-color-gray-700,#364153)}@supports (color:lab(0% 0 0)){.components-tooltip:has(>:first-child){color:var(--es-color-gray-700,lab(27.1134% -.956401 -12.3224))}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}
|
|
@@ -2,6 +2,7 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Fragment as Fragment$1 } from "react";
|
|
3
3
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
4
4
|
import { upperFirst } from "../../utilities/es-dash.js";
|
|
5
|
+
import "../../sha256-C56UDWfQ.js";
|
|
5
6
|
/**
|
|
6
7
|
* Component that renders a preview of the breakpoints to help users visualize the options they set.
|
|
7
8
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { $ as $d2b4bc8c273e7be6$export$353f5b6fc5456de1, b as $0393f8ab869a0f1a$export$c17561cb55d4db30 } from "../../Button-
|
|
2
|
+
import { $ as $d2b4bc8c273e7be6$export$353f5b6fc5456de1, b as $0393f8ab869a0f1a$export$c17561cb55d4db30 } from "../../Button-BhEIfWLY.js";
|
|
3
3
|
import { k as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, a as $64fa3d84918910a7$export$29f1550f4b0d4415, h as $64fa3d84918910a7$export$4d86445c2cf5e3, b as $3ef42575df84b30b$export$9d1611c77c2fe928, l as $df56164dff5785e2$export$4338b53315abf666 } from "../../utils-cvK1vxO7.js";
|
|
4
4
|
import { $ as $9bf71ea28793e738$export$c5251b9e124bf29 } from "../../FocusScope-B5vxRkHm.js";
|
|
5
5
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../../filterDOMProps-D2C6R0DK.js";
|
|
@@ -8,7 +8,7 @@ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../../context-DM
|
|
|
8
8
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
9
9
|
import { c as cva } from "../../index-Dq3gT5pW.js";
|
|
10
10
|
import { Tooltip } from "../tooltip/tooltip.js";
|
|
11
|
-
import { _ as __ } from "../../default-i18n-
|
|
11
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
12
12
|
import { icons } from "../../icons/icons.js";
|
|
13
13
|
import "../../react-jsx-parser.min-VUl-CuCv.js";
|
|
14
14
|
function $2680b1829e803644$export$fa142eb1681c520(props, ref) {
|
|
@@ -5,8 +5,8 @@ import { $ as $d3e0e05bdfcf66bd$export$c24727297075ec6a } from "../../Form-Cq3fu
|
|
|
5
5
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../../filterDOMProps-D2C6R0DK.js";
|
|
6
6
|
import React__default, { useEffect, useMemo, useRef, forwardRef, useContext, createContext } from "react";
|
|
7
7
|
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a, b as $e5be200c675c3b3a$export$a763b9476acd3eb, c as $e5be200c675c3b3a$export$dad6ae84456c676a } from "../../useFormValidation-CeNsUGWK.js";
|
|
8
|
-
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "../../usePress-
|
|
9
|
-
import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "../../useToggle-
|
|
8
|
+
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "../../usePress-BCEPS3hl.js";
|
|
9
|
+
import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "../../useToggle-DNoP2bvV.js";
|
|
10
10
|
import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "../../useToggleState-CzN79ary.js";
|
|
11
11
|
import { a as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../../useFocusRing-Cgm0R4Cf.js";
|
|
12
12
|
import { w as $6179b936705e76d3$export$ae780daf29e6d456 } from "../../useHover-BRDW3y7-.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { _ as __ } from "../../default-i18n-
|
|
2
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
3
3
|
import { Menu, MenuItem, MenuSeparator, MenuSection } from "../menu/menu.js";
|
|
4
4
|
import { ColorSwatch } from "./color-swatch.js";
|
|
5
5
|
import { RichLabel } from "../rich-label/rich-label.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { $ as $251c695a52d94a8d$export$cae13e90592f246a } from "../../ColorSwatch-xVS3rMYS.js";
|
|
3
3
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
4
|
-
import { _ as __ } from "../../default-i18n-
|
|
4
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
5
5
|
import { $ as $799cddbef784668f$export$6e865ea70d7724f } from "../../Color-WxFE7lQB.js";
|
|
6
6
|
/**
|
|
7
7
|
* A simple color/gradient swatch.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { s as sprintf } from "../../sprintf-DmNrJSYG.js";
|
|
3
|
-
import { _ as __ } from "../../default-i18n-
|
|
3
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
4
4
|
import { useMemo, useState } from "react";
|
|
5
5
|
import { ButtonGroup, Button } from "../button/button.js";
|
|
6
6
|
import { icons } from "../../icons/icons.js";
|
|
@@ -17,11 +17,11 @@ import { $ as $ee014567cb39d3f0$export$ff05c3ac10437e03 } from "../../FieldError
|
|
|
17
17
|
import { b as $3985021b0ad6602f$export$37fb8590cf2c088c, a as $a049562f99e7db0e$export$f9c6924e160136d1, $ as $3985021b0ad6602f$export$f5b8910cec6cf069 } from "../../Input-8yja_IHC.js";
|
|
18
18
|
import { a as $01b77f81d0f07f68$export$75b6ee27786ba447, $ as $01b77f81d0f07f68$export$b04be29aa201d4f5 } from "../../Label-DWVaNd2E.js";
|
|
19
19
|
import { a as $514c0188e459b4c0$export$9afb8bc826b033ea } from "../../Text-AxKZjtFm.js";
|
|
20
|
-
import { $ as $de67e98908f0c6ee$export$7f629e9dc1ecf37c, b as $d2e8511e6f209edf$export$e908e06f4b8e3402, c as $7d0a636d7a4dcefd$export$2123ff2b87c81ca, d as $d841c8010a73d545$export$4f384c9210e583c3, a as $81397a9303501bda$export$23f548e970bdf099 } from "../../useNumberField-
|
|
20
|
+
import { $ as $de67e98908f0c6ee$export$7f629e9dc1ecf37c, b as $d2e8511e6f209edf$export$e908e06f4b8e3402, c as $7d0a636d7a4dcefd$export$2123ff2b87c81ca, d as $d841c8010a73d545$export$4f384c9210e583c3, a as $81397a9303501bda$export$23f548e970bdf099 } from "../../useNumberField-CEA9Q4w_.js";
|
|
21
21
|
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, b as $e5be200c675c3b3a$export$a763b9476acd3eb } from "../../useFormValidation-CeNsUGWK.js";
|
|
22
22
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
23
23
|
import { BaseControl } from "../base-control/base-control.js";
|
|
24
|
-
import { _ as __ } from "../../default-i18n-
|
|
24
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
25
25
|
import { TriggeredPopover } from "../popover/popover.js";
|
|
26
26
|
import { icons } from "../../icons/icons.js";
|
|
27
27
|
import { Tabs, TabList, Tab, TabPanel } from "../tabs/tabs.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { s as sprintf } from "../../sprintf-DmNrJSYG.js";
|
|
3
|
-
import { _ as __ } from "../../default-i18n-
|
|
3
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
4
4
|
import { Expandable } from "../expandable/expandable.js";
|
|
5
5
|
import { icons } from "../../icons/icons.js";
|
|
6
6
|
import { Switch } from "../toggle/switch.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
3
|
-
import "../../default-i18n-
|
|
3
|
+
import "../../default-i18n-DBm-GqWM.js";
|
|
4
4
|
import { DraggableContext } from "./draggable-context.js";
|
|
5
5
|
import { useContext } from "react";
|
|
6
6
|
import { icons } from "../../icons/icons.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useEffect, useRef, useLayoutEffect, useMemo, useState, useCallback, startTransition, createContext, memo, forwardRef, useImperativeHandle, useContext, useId } from "react";
|
|
3
|
-
import { _ as __ } from "../../default-i18n-
|
|
3
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
4
4
|
import { DraggableContext } from "./draggable-context.js";
|
|
5
|
-
import { r as reactDomExports } from "../../index-
|
|
5
|
+
import { r as reactDomExports } from "../../index-DjyEH0Gg.js";
|
|
6
6
|
var i = Symbol.for("preact-signals");
|
|
7
7
|
function t() {
|
|
8
8
|
if (!(s > 1)) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
3
|
-
import "../../default-i18n-
|
|
3
|
+
import "../../default-i18n-DBm-GqWM.js";
|
|
4
4
|
import { BaseControl } from "../base-control/base-control.js";
|
|
5
5
|
import { icons } from "../../icons/icons.js";
|
|
6
6
|
import { cloneElement } from "react";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useId } from "react";
|
|
3
|
-
import { _ as __ } from "../../default-i18n-
|
|
3
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
4
4
|
import { BaseControl } from "../base-control/base-control.js";
|
|
5
5
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
6
|
-
import { L as List, a as arrayRemove, b as arrayMove } from "../../List-
|
|
6
|
+
import { L as List, a as arrayRemove, b as arrayMove } from "../../List-Bll1lQEW.js";
|
|
7
7
|
const fixIds = (items, itemIdBase) => {
|
|
8
8
|
return items?.map((item, i) => ({
|
|
9
9
|
...item,
|
|
@@ -5,12 +5,12 @@ import { AnimatedVisibility } from "../animated-visibility/animated-visibility.j
|
|
|
5
5
|
import { Button } from "../button/button.js";
|
|
6
6
|
import { icons } from "../../icons/icons.js";
|
|
7
7
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
8
|
-
import { _ as __ } from "../../default-i18n-
|
|
9
|
-
import { a as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "../../Button-
|
|
8
|
+
import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
|
|
9
|
+
import { a as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "../../Button-BhEIfWLY.js";
|
|
10
10
|
import { d as $bdb11010cef70236$export$f680877a34711e37, n as $b5e257d569688ac6$export$535bd6ca7f90a273, k as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, a as $64fa3d84918910a7$export$29f1550f4b0d4415, h as $64fa3d84918910a7$export$4d86445c2cf5e3, i as $64fa3d84918910a7$export$2881499e37b75b9a, o as $64fa3d84918910a7$export$c62b8e45d58ddad9, b as $3ef42575df84b30b$export$9d1611c77c2fe928, m as $5dc95899b306f630$export$c9058316764c140e } from "../../utils-cvK1vxO7.js";
|
|
11
11
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../../filterDOMProps-D2C6R0DK.js";
|
|
12
12
|
import { a as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "../../useHover-BRDW3y7-.js";
|
|
13
|
-
import { r as reactDomExports } from "../../index-
|
|
13
|
+
import { r as reactDomExports } from "../../index-DjyEH0Gg.js";
|
|
14
14
|
import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "../../useEvent-BifIGnVS.js";
|
|
15
15
|
import { a as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../../useFocusRing-Cgm0R4Cf.js";
|
|
16
16
|
import { $ as $01b77f81d0f07f68$export$b04be29aa201d4f5 } from "../../Label-DWVaNd2E.js";
|
package/dist/components/index.js
CHANGED
|
@@ -50,6 +50,7 @@ import { OptionSelect } from "./option-select/option-select.js";
|
|
|
50
50
|
import { OptionsPanel, OptionsPanelHeader, OptionsPanelIntro, OptionsPanelSection } from "./options-panel/options-panel.js";
|
|
51
51
|
import { Select } from "./select/single-select.js";
|
|
52
52
|
import { Slider } from "./slider/slider.js";
|
|
53
|
+
import { SmartImage } from "./smart-image/smart-image.js";
|
|
53
54
|
import { SolidColorPicker } from "./color-pickers/solid-color-picker.js";
|
|
54
55
|
import { Spacer } from "./spacer/spacer.js";
|
|
55
56
|
import { Tab, TabList, TabPanel, Tabs } from "./tabs/tabs.js";
|
|
@@ -128,6 +129,7 @@ export {
|
|
|
128
129
|
Select,
|
|
129
130
|
SelectNext,
|
|
130
131
|
Slider,
|
|
132
|
+
SmartImage,
|
|
131
133
|
SolidColorPicker,
|
|
132
134
|
Spacer,
|
|
133
135
|
SubMenuItem,
|