@eightshift/ui-components 5.5.0 → 5.6.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.
Files changed (51) hide show
  1. package/dist/assets/style-admin.css +2 -8286
  2. package/dist/assets/style-editor.css +2 -8286
  3. package/dist/assets/style.css +2 -8292
  4. package/dist/assets/wp-font-enhancements.css +2 -8
  5. package/dist/assets/wp-ui-enhancements.css +2 -387
  6. package/dist/components/button/button.js +1 -1
  7. package/dist/components/color-pickers/color-picker.js +1 -1
  8. package/dist/components/color-pickers/color-swatch.js +1 -1
  9. package/dist/components/color-pickers/gradient-editor.js +1 -1
  10. package/dist/components/color-pickers/solid-color-picker.js +1 -1
  11. package/dist/components/component-toggle/component-toggle.js +1 -1
  12. package/dist/components/draggable/draggable-handle.js +1 -1
  13. package/dist/components/draggable/draggable.js +1 -1
  14. package/dist/components/draggable-list/draggable-list-item.js +1 -1
  15. package/dist/components/draggable-list/draggable-list.js +1 -1
  16. package/dist/components/expandable/expandable.js +1 -1
  17. package/dist/components/item-collection/item-collection.js +1 -1
  18. package/dist/components/link-input/link-input.js +1 -1
  19. package/dist/components/matrix-align/matrix-align.js +1 -1
  20. package/dist/components/menu/menu.js +1 -1
  21. package/dist/components/modal/modal.js +1 -1
  22. package/dist/components/number-picker/number-picker.js +1 -1
  23. package/dist/components/option-select/option-select.js +1 -1
  24. package/dist/components/placeholders/file-picker-shell.js +12 -8
  25. package/dist/components/placeholders/file-placeholder.js +1 -1
  26. package/dist/components/popover/popover.js +1 -1
  27. package/dist/components/repeater/repeater-item.js +1 -1
  28. package/dist/components/repeater/repeater.js +1 -1
  29. package/dist/components/responsive/mini-responsive.js +1 -1
  30. package/dist/components/responsive/responsive-legacy.js +1 -1
  31. package/dist/components/responsive/responsive.js +1 -1
  32. package/dist/components/responsive-preview/responsive-preview.js +1 -1
  33. package/dist/components/select/v2/async-multi-select.js +1 -1
  34. package/dist/components/select/v2/async-select.js +1 -1
  35. package/dist/components/select/v2/multi-select.js +1 -1
  36. package/dist/components/select/v2/single-select.js +1 -1
  37. package/dist/components/slider/column-config-slider.js +1 -1
  38. package/dist/components/slider/utils.js +1 -1
  39. package/dist/components/smart-image/smart-image.js +49 -7
  40. package/dist/components/smart-image/worker-inline.js +4 -0
  41. package/dist/components/tabs/tabs.js +1 -1
  42. package/dist/{default-i18n-CN_q3KUs.js → default-i18n-DBm-GqWM.js} +167 -50
  43. package/dist/general-Ck8IV7xJ.js +4371 -0
  44. package/dist/icons/index.js +2 -0
  45. package/dist/icons/spinner.js +18 -0
  46. package/dist/utilities/general.js +8 -4140
  47. package/dist/utilities/hash.js +30 -0
  48. package/dist/utilities/index.js +12 -7
  49. package/dist/utilities/web-workers.js +50 -0
  50. package/dist/workers/image-analysis.worker.js +52 -0
  51. package/package.json +16 -14
@@ -1,8 +1,2 @@
1
- /*! tailwindcss v4.1.14 | 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, "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.14 | 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
- --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}
@@ -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-CN_q3KUs.js";
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) {
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
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-CN_q3KUs.js";
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-CN_q3KUs.js";
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";
@@ -21,7 +21,7 @@ import { $ as $de67e98908f0c6ee$export$7f629e9dc1ecf37c, b as $d2e8511e6f209edf$
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-CN_q3KUs.js";
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-CN_q3KUs.js";
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-CN_q3KUs.js";
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,6 +1,6 @@
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-CN_q3KUs.js";
3
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
4
4
  import { DraggableContext } from "./draggable-context.js";
5
5
  import { r as reactDomExports } from "../../index-D8-Zjpbd.js";
6
6
  var i = Symbol.for("preact-signals");
@@ -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-CN_q3KUs.js";
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,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useId } from "react";
3
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
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
6
  import { L as List, a as arrayRemove, b as arrayMove } from "../../List-BiAnh5G5.js";
@@ -5,7 +5,7 @@ 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-CN_q3KUs.js";
8
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
9
9
  import { a as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "../../Button-CQ5ZZJ2w.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";
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { Fragment } from "react";
3
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
3
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
4
4
  /**
5
5
  * A simple component to manage a collection of items.
6
6
  *
@@ -22,7 +22,7 @@ import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "../../useLabels-
22
22
  import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "../../useEvent-BifIGnVS.js";
23
23
  import { f as $2a25aae57d74318e$export$a05409b8bb224a5a, e as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "../../Separator-B-xeqOkC.js";
24
24
  import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../../useLocalizedStringFormatter-eaZiN2tE.js";
25
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
25
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
26
26
  import { icons } from "../../icons/icons.js";
27
27
  import { c as clsx } from "../../lite-DVmmD_-j.js";
28
28
  import { Spacer } from "../spacer/spacer.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
2
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
3
3
  import { icons } from "../../icons/icons.js";
4
4
  import { pascalCase, upperFirst, camelCase } from "../../utilities/es-dash.js";
5
5
  import { Menu, MenuItem } from "../menu/menu.js";
@@ -7,7 +7,7 @@ import { Button } from "../button/button.js";
7
7
  import { Popover } from "../popover/popover.js";
8
8
  import { c as clsx } from "../../lite-DVmmD_-j.js";
9
9
  import { cloneElement } from "react";
10
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
10
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
11
11
  /**
12
12
  * @typedef {import('../button/button').ButtonProps} ButtonProps
13
13
  * @typedef {import('../popover/popover').PopoverProps} PopoverProps
@@ -7,7 +7,7 @@ import { c as $21f1aa98acb08317$export$c57958e35f31ed73, d as $cc38e7bd3fc7b213$
7
7
  import React__default, { useState, useEffect, forwardRef, useContext, createContext, useRef, useMemo } from "react";
8
8
  import { $ as $fc909762b330b746$export$61c6a8c84e605fb6, a as $d3f049242431219c$export$45fda7c47f93fd48, b as $d3f049242431219c$export$6d3443f2c48bfc20 } from "../../OverlayArrow-DraDOoRn.js";
9
9
  import { Button } from "../button/button.js";
10
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
10
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
11
11
  import { c as clsx } from "../../lite-DVmmD_-j.js";
12
12
  import { icons } from "../../icons/icons.js";
13
13
  import "../../react-jsx-parser.min-VUl-CuCv.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import React__default, { forwardRef, createContext, useRef, useState, cloneElement } from "react";
3
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
3
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
4
4
  import { a as $a049562f99e7db0e$export$f9c6924e160136d1, b as $3985021b0ad6602f$export$37fb8590cf2c088c, c as $a049562f99e7db0e$export$eb2fcfdbd7ba97d4, $ as $3985021b0ad6602f$export$f5b8910cec6cf069 } from "../../Input-8yja_IHC.js";
5
5
  import { a as $01b77f81d0f07f68$export$75b6ee27786ba447, $ as $01b77f81d0f07f68$export$b04be29aa201d4f5 } from "../../Label-DWVaNd2E.js";
6
6
  import { a as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "../../Button-CQ5ZZJ2w.js";
@@ -7,7 +7,7 @@ import { SubMenuItem, MenuSeparator, MenuItem, Menu } from "../menu/menu.js";
7
7
  import { RadioButtonGroup, RadioButton } from "../radio/radio.js";
8
8
  import { RichLabel } from "../rich-label/rich-label.js";
9
9
  import { ToggleButton } from "../toggle-button/toggle-button.js";
10
- import { _ as __ } from "../../default-i18n-CN_q3KUs.js";
10
+ import { _ as __ } from "../../default-i18n-DBm-GqWM.js";
11
11
  /**
12
12
  * A component that allows the user to select an option from a list of options.
13
13
  *