@eightshift/ui-components 3.0.0 → 3.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-D7c-vzAt.js → Button-BPLceDeW.js} +3 -3
- package/dist/{Collection-CDEKDgvV.js → Collection-CZxddMZS.js} +12 -12
- package/dist/{ComboBox-BL1hyP4p.js → ComboBox-_RfyhwZw.js} +14 -14
- package/dist/{Dialog-s3fX5lSh.js → Dialog-8tYeQ9n4.js} +13 -13
- package/dist/{FocusScope-DbqfVa2Z.js → FocusScope-Cri5BFRz.js} +1 -1
- package/dist/{Group-DMRt6g_N.js → Group-_emcIVxI.js} +2 -2
- package/dist/{Input-CTTTeCpo.js → Input-BxpFEIXV.js} +3 -3
- package/dist/{List-UdOhiW-i.js → List-CZMUbkFU.js} +1 -1
- package/dist/{ListBox-CfdzmefC.js → ListBox-Ca6hiCqz.js} +10 -10
- package/dist/{OverlayArrow-CMh-7gEM.js → OverlayArrow-CYXQSlEU.js} +5 -5
- package/dist/{Select-aab027f3.esm-HFNIFFya.js → Select-aab027f3.esm-PDJCDE95.js} +2 -2
- package/dist/{Separator-BxbOoGIK.js → Separator-4IIDRlV_.js} +1 -1
- package/dist/{Slider-BZO0Tvut.js → Slider-rz2XRMGm.js} +6 -6
- package/dist/{VisuallyHidden-ooItkWYR.js → VisuallyHidden-f9zX67a_.js} +1 -1
- package/dist/assets/style-admin.css +1 -5
- package/dist/assets/style-editor.css +1 -5
- package/dist/assets/style.css +1 -5
- package/dist/assets/wp-font-enhancements.css +1 -1
- package/dist/assets/wp-ui-enhancements.css +1 -1
- package/dist/components/button/button.js +3 -3
- package/dist/components/checkbox/checkbox.js +12 -9
- 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 +2 -2
- package/dist/components/color-pickers/solid-color-picker.js +9 -9
- 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 +6 -7
- 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 +7 -7
- package/dist/components/input-field/input-field.js +3 -3
- package/dist/components/item-collection/item-collection.js +1 -1
- package/dist/components/link-input/link-input.js +7 -7
- package/dist/components/matrix-align/matrix-align.js +2 -2
- package/dist/components/menu/menu.js +3 -3
- package/dist/components/modal/modal.js +5 -5
- package/dist/components/number-picker/number-picker.js +6 -6
- package/dist/components/option-select/option-select.js +1 -1
- package/dist/components/placeholders/file-placeholder.js +1 -1
- package/dist/components/popover/popover.js +2 -2
- package/dist/components/radio/radio.js +12 -10
- package/dist/components/repeater/repeater-item.js +1 -1
- package/dist/components/repeater/repeater.js +3 -3
- package/dist/components/responsive/mini-responsive.js +1 -1
- package/dist/components/responsive/responsive-legacy.js +2 -2
- package/dist/components/responsive/responsive.js +3 -3
- package/dist/components/responsive-preview/responsive-preview.js +1 -1
- package/dist/components/select/async-multi-select.js +4 -4
- package/dist/components/select/async-single-select.js +3 -3
- package/dist/components/select/custom-select-default-components.js +1 -1
- package/dist/components/select/multi-select-components.js +3 -3
- package/dist/components/select/multi-select.js +4 -4
- package/dist/components/select/react-select-component-wrappers.js +1 -1
- package/dist/components/select/single-select.js +3 -3
- package/dist/components/select/v2/async-select.js +6 -6
- package/dist/components/select/v2/shared.js +1 -1
- package/dist/components/select/v2/single-select.js +15 -15
- package/dist/components/slider/column-config-slider.js +2 -2
- package/dist/components/slider/slider.js +1 -1
- package/dist/components/slider/utils.js +1 -1
- package/dist/components/tabs/tabs.js +11 -11
- package/dist/components/toggle/switch.js +5 -5
- package/dist/components/toggle-button/toggle-button.js +4 -4
- package/dist/components/tooltip/tooltip.js +3 -3
- package/dist/{default-i18n-CM1-Xvzf.js → default-i18n-CT_oS1Fy.js} +22 -3
- package/dist/{index-641ee5b8.esm-DbdaYaxR.js → index-641ee5b8.esm-DIuJijyT.js} +31 -31
- package/dist/{index-BRp93Yfa.js → index-CFozsmNS.js} +4 -1
- package/dist/{multi-select-components-DJfz929p.js → multi-select-components-Sp-JEFEX.js} +4 -4
- package/dist/{react-select-async.esm-DcVLw9X5.js → react-select-async.esm-Bql4G5iV.js} +3 -3
- package/dist/{react-select.esm-OZ0cmTjg.js → react-select.esm-B_TudhTU.js} +3 -3
- package/dist/{textSelection-CrrUNX-B.js → textSelection-0UUS8Yfg.js} +1 -1
- package/dist/{useButton-Dl1C1478.js → useButton-Cg474OYB.js} +2 -2
- package/dist/{useFocusRing-CxlVCVpL.js → useFocusRing-CV5l3lf6.js} +1 -1
- package/dist/{useFormValidation-BgSHI8kQ.js → useFormValidation-DhDNSjws.js} +2 -2
- package/dist/{useHover-B-8Wji4B.js → useHover-DwDr6ozG.js} +3 -3
- package/dist/{useListState-BXnC0mNr.js → useListState-DVr6aYd_.js} +1 -1
- package/dist/{useNumberField-ecr8uK6_.js → useNumberField-TwM0Z9D1.js} +5 -5
- package/dist/{usePress-C3dxzVyi.js → usePress-Cucx-xSA.js} +3 -3
- package/dist/{useSingleSelectListState-Dgbuzw5o.js → useSingleSelectListState-CMGsRHHh.js} +2 -2
- package/dist/{useToggle-DyZydSPy.js → useToggle-C0I3vs0g.js} +2 -2
- package/dist/{useToggleState-BZoo5qt_.js → useToggleState-CmQX3SoX.js} +1 -1
- package/package.json +7 -7
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { c as $880e95eb8b93ba9a$export$ecf600387e221c37, k as $ae20dd8cbca75726$export$d6daf82dcd84e87c, d as $e1995378a142960e$export$
|
|
3
|
-
import { k as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, d as $3ef42575df84b30b$export$9d1611c77c2fe928, e as $bdb11010cef70236$export$f680877a34711e37,
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { c as $880e95eb8b93ba9a$export$ecf600387e221c37, k as $ae20dd8cbca75726$export$d6daf82dcd84e87c, d as $e1995378a142960e$export$18af5c7a9e9b3664, f as $e1995378a142960e$export$fb8073518f34e6ec, g as $7135fc7d473fd974$export$4feb769f8ddf26c5, m as $7135fc7d473fd974$export$a164736487e3f0ae, e as $e1995378a142960e$export$bf788dd355e3a401, n as $7135fc7d473fd974$export$90e00781bc59d8f9 } from "../../Collection-CZxddMZS.js";
|
|
3
|
+
import { k as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, d as $3ef42575df84b30b$export$9d1611c77c2fe928, e as $bdb11010cef70236$export$f680877a34711e37, l as $df56164dff5785e2$export$4338b53315abf666, b as $64fa3d84918910a7$export$4d86445c2cf5e3, i as $64fa3d84918910a7$export$2881499e37b75b9a, a as $64fa3d84918910a7$export$29f1550f4b0d4415, $ as $64fa3d84918910a7$export$fabf2dc03a41866e } from "../../utils-DkCSC521.js";
|
|
4
4
|
import { $ as $f39a9eba43920ace$export$86427a43e3e48ebb } from "../../Hidden-rE6uR-lr.js";
|
|
5
5
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../../filterDOMProps-EDDcM64A.js";
|
|
6
|
-
import React__default, { version, useState, useMemo, useRef, useEffect, forwardRef, useContext, createContext, useId, cloneElement
|
|
7
|
-
import {
|
|
8
|
-
import { $ as $
|
|
9
|
-
import { a as $f645667febf57a63$export$4c014de7c8940b4c, $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../../useHover-B-8Wji4B.js";
|
|
6
|
+
import React__default, { version, useState, useMemo, useRef, useEffect, forwardRef, useContext, createContext, isValidElement, useId, cloneElement } from "react";
|
|
7
|
+
import { a as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "../../usePress-Cucx-xSA.js";
|
|
8
|
+
import { a as $f645667febf57a63$export$4c014de7c8940b4c, $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../../useHover-DwDr6ozG.js";
|
|
10
9
|
import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "../../useLabels-D8cxd1Z8.js";
|
|
10
|
+
import { a as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "../../FocusScope-Cri5BFRz.js";
|
|
11
11
|
import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../../context-D2KUdwNL.js";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { _ as __, s as sprintf } from "../../default-i18n-
|
|
12
|
+
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../../useFocusRing-CV5l3lf6.js";
|
|
13
|
+
import { $ as $a0d645289fe9b86b$export$e7f05e985daf4b5f } from "../../useSingleSelectListState-CMGsRHHh.js";
|
|
14
|
+
import { _ as __, s as sprintf } from "../../default-i18n-CT_oS1Fy.js";
|
|
15
15
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
16
16
|
import { c as cva } from "../../index-BKGQ6jGS.js";
|
|
17
17
|
import { Notice } from "../notice/notice.js";
|
|
@@ -688,7 +688,7 @@ const TabPanel2 = (props) => {
|
|
|
688
688
|
$5e8ad37a45e1c704$export$3d96ec278d3efce4,
|
|
689
689
|
{
|
|
690
690
|
...other,
|
|
691
|
-
className: clsx("es:
|
|
691
|
+
className: clsx("es:space-y-2.5 es:text-sm es:any-focus:outline-hidden", className),
|
|
692
692
|
children
|
|
693
693
|
}
|
|
694
694
|
);
|
|
@@ -2,11 +2,11 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { a as $64fa3d84918910a7$export$29f1550f4b0d4415, l as $df56164dff5785e2$export$4338b53315abf666, m as $5dc95899b306f630$export$c9058316764c140e, h as $64fa3d84918910a7$export$ef03459518577ad4, b as $64fa3d84918910a7$export$4d86445c2cf5e3, d as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../../utils-DkCSC521.js";
|
|
3
3
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../../filterDOMProps-EDDcM64A.js";
|
|
4
4
|
import React__default, { forwardRef, createContext } from "react";
|
|
5
|
-
import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "../../useToggleState-
|
|
6
|
-
import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "../../useToggle-
|
|
7
|
-
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../../useFocusRing-
|
|
8
|
-
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../../useHover-
|
|
9
|
-
import { $ as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../../VisuallyHidden-
|
|
5
|
+
import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "../../useToggleState-CmQX3SoX.js";
|
|
6
|
+
import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "../../useToggle-C0I3vs0g.js";
|
|
7
|
+
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../../useFocusRing-CV5l3lf6.js";
|
|
8
|
+
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../../useHover-DwDr6ozG.js";
|
|
9
|
+
import { $ as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../../VisuallyHidden-f9zX67a_.js";
|
|
10
10
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
11
11
|
function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
|
|
12
12
|
let { labelProps, inputProps, isSelected, isPressed, isDisabled, isReadOnly } = $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { p as $ff5963eb1fccf552$export$e08e3b67e392101e, d as $3ef42575df84b30b$export$9d1611c77c2fe928, a as $64fa3d84918910a7$export$29f1550f4b0d4415, b as $64fa3d84918910a7$export$4d86445c2cf5e3 } from "../../utils-DkCSC521.js";
|
|
3
3
|
import React__default, { createContext, forwardRef, useContext } from "react";
|
|
4
|
-
import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "../../useToggleState-
|
|
5
|
-
import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "../../useButton-
|
|
6
|
-
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../../useFocusRing-
|
|
7
|
-
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../../useHover-
|
|
4
|
+
import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "../../useToggleState-CmQX3SoX.js";
|
|
5
|
+
import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "../../useButton-Cg474OYB.js";
|
|
6
|
+
import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../../useFocusRing-CV5l3lf6.js";
|
|
7
|
+
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../../useHover-DwDr6ozG.js";
|
|
8
8
|
import { c as cva } from "../../index-BKGQ6jGS.js";
|
|
9
9
|
import { Tooltip } from "../tooltip/tooltip.js";
|
|
10
10
|
function $55f54f7887471b58$export$51e84d46ca0bc451(props, state, ref) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { $ as $fc909762b330b746$export$61c6a8c84e605fb6, a as $d3f049242431219c$export$45fda7c47f93fd48, c as $2a41e45df1593e64$export$d39e1813b3bdd0e1, b as $d3f049242431219c$export$6d3443f2c48bfc20, d as $44f671af83e7d9e0$export$2de4954e8ae13b9f, e as $44f671af83e7d9e0$export$746d02f47f4d381 } from "../../OverlayArrow-CYXQSlEU.js";
|
|
3
3
|
import { n as $b5e257d569688ac6$export$535bd6ca7f90a273, d as $3ef42575df84b30b$export$9d1611c77c2fe928, e as $bdb11010cef70236$export$f680877a34711e37, i as $64fa3d84918910a7$export$2881499e37b75b9a, a as $64fa3d84918910a7$export$29f1550f4b0d4415, k as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, b as $64fa3d84918910a7$export$4d86445c2cf5e3 } from "../../utils-DkCSC521.js";
|
|
4
|
-
import { $ as $6179b936705e76d3$export$ae780daf29e6d456, a as $f645667febf57a63$export$4c014de7c8940b4c, w as $507fabe10e71c6fb$export$630ff653c5ada6a9, m as $507fabe10e71c6fb$export$b9b3dfddab17db27, x as $f645667febf57a63$export$13f3202a3e5ddd5 } from "../../useHover-
|
|
4
|
+
import { $ as $6179b936705e76d3$export$ae780daf29e6d456, a as $f645667febf57a63$export$4c014de7c8940b4c, w as $507fabe10e71c6fb$export$630ff653c5ada6a9, m as $507fabe10e71c6fb$export$b9b3dfddab17db27, x as $f645667febf57a63$export$13f3202a3e5ddd5 } from "../../useHover-DwDr6ozG.js";
|
|
5
5
|
import React__default, { useContext, useState, useMemo, useRef, useEffect, forwardRef, createContext } from "react";
|
|
6
6
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../../filterDOMProps-EDDcM64A.js";
|
|
7
|
-
import { $ as $dbSRa$reactdom } from "../../index-
|
|
7
|
+
import { $ as $dbSRa$reactdom } from "../../index-CFozsmNS.js";
|
|
8
8
|
import { c as clsx } from "../../lite-DVmmD_-j.js";
|
|
9
9
|
const $f57aed4a881a3485$var$Context = /* @__PURE__ */ React__default.createContext(null);
|
|
10
10
|
function $f57aed4a881a3485$export$178405afcd8c5eb(props) {
|
|
@@ -73,14 +73,11 @@ function requireSprintf() {
|
|
|
73
73
|
(function(exports) {
|
|
74
74
|
!function() {
|
|
75
75
|
var re = {
|
|
76
|
-
not_string: /[^s]/,
|
|
77
|
-
not_bool: /[^t]/,
|
|
78
76
|
not_type: /[^T]/,
|
|
79
77
|
not_primitive: /[^v]/,
|
|
80
78
|
number: /[diefg]/,
|
|
81
79
|
numeric_arg: /[bcdiefguxX]/,
|
|
82
80
|
json: /[j]/,
|
|
83
|
-
not_json: /[^j]/,
|
|
84
81
|
text: /^[^\x25]+/,
|
|
85
82
|
modulo: /^\x25{2}/,
|
|
86
83
|
placeholder: /^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,
|
|
@@ -885,6 +882,28 @@ function createHooks() {
|
|
|
885
882
|
return new _Hooks();
|
|
886
883
|
}
|
|
887
884
|
const defaultHooks = createHooks();
|
|
885
|
+
const {
|
|
886
|
+
addAction,
|
|
887
|
+
addFilter,
|
|
888
|
+
removeAction,
|
|
889
|
+
removeFilter,
|
|
890
|
+
hasAction,
|
|
891
|
+
hasFilter,
|
|
892
|
+
removeAllActions,
|
|
893
|
+
removeAllFilters,
|
|
894
|
+
doAction,
|
|
895
|
+
doActionAsync,
|
|
896
|
+
applyFilters,
|
|
897
|
+
applyFiltersAsync,
|
|
898
|
+
currentAction,
|
|
899
|
+
currentFilter,
|
|
900
|
+
doingAction,
|
|
901
|
+
doingFilter,
|
|
902
|
+
didAction,
|
|
903
|
+
didFilter,
|
|
904
|
+
actions,
|
|
905
|
+
filters
|
|
906
|
+
} = defaultHooks;
|
|
888
907
|
const i18n = createI18n(void 0, void 0, defaultHooks);
|
|
889
908
|
i18n.getLocaleData.bind(i18n);
|
|
890
909
|
i18n.setLocaleData.bind(i18n);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { forwardRef, useContext, useLayoutEffect, useRef, useState, useMemo, useCallback, createContext } from "react";
|
|
3
|
-
import { r as reactDomExports } from "./index-
|
|
3
|
+
import { r as reactDomExports } from "./index-CFozsmNS.js";
|
|
4
4
|
function _typeof(o) {
|
|
5
5
|
"@babel/helpers - typeof";
|
|
6
6
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
@@ -13,7 +13,7 @@ function toPrimitive(t, r) {
|
|
|
13
13
|
if ("object" != _typeof(t) || !t) return t;
|
|
14
14
|
var e = t[Symbol.toPrimitive];
|
|
15
15
|
if (void 0 !== e) {
|
|
16
|
-
var i = e.call(t, r
|
|
16
|
+
var i = e.call(t, r);
|
|
17
17
|
if ("object" != _typeof(i)) return i;
|
|
18
18
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
19
19
|
}
|
|
@@ -1650,7 +1650,7 @@ var jsx = function jsx2(type, props) {
|
|
|
1650
1650
|
var JSX;
|
|
1651
1651
|
/* @__PURE__ */ (function(_JSX) {
|
|
1652
1652
|
})(JSX || (JSX = _jsx.JSX || (_jsx.JSX = {})));
|
|
1653
|
-
})(jsx);
|
|
1653
|
+
})(jsx || (jsx = {}));
|
|
1654
1654
|
function css$2() {
|
|
1655
1655
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1656
1656
|
args[_key] = arguments[_key];
|
|
@@ -3084,22 +3084,22 @@ var defaultComponents = function defaultComponents2(props) {
|
|
|
3084
3084
|
return _objectSpread2(_objectSpread2({}, components), props.components);
|
|
3085
3085
|
};
|
|
3086
3086
|
export {
|
|
3087
|
-
|
|
3087
|
+
loadingIndicatorCSS as A,
|
|
3088
3088
|
inputCSS as B,
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3089
|
+
indicatorSeparatorCSS as C,
|
|
3090
|
+
indicatorsContainerCSS as D,
|
|
3091
|
+
groupHeadingCSS as E,
|
|
3092
|
+
groupCSS as F,
|
|
3093
|
+
dropdownIndicatorCSS as G,
|
|
3094
|
+
css$1 as H,
|
|
3095
|
+
containerCSS as I,
|
|
3096
|
+
clearIndicatorCSS as J,
|
|
3097
|
+
defaultComponents as K,
|
|
3098
|
+
isDocumentElement as L,
|
|
3099
|
+
cleanValue as M,
|
|
3100
|
+
notNullish as N,
|
|
3101
|
+
isMobileDevice as O,
|
|
3102
|
+
isTouchCapable as P,
|
|
3103
3103
|
scrollIntoView as Q,
|
|
3104
3104
|
noop as R,
|
|
3105
3105
|
MenuPlacer as S,
|
|
@@ -3117,21 +3117,21 @@ export {
|
|
|
3117
3117
|
_arrayLikeToArray as g,
|
|
3118
3118
|
handleInputChange as h,
|
|
3119
3119
|
_unsupportedIterableToArray as i,
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3120
|
+
classNames as j,
|
|
3121
|
+
valueContainerCSS as k,
|
|
3122
|
+
css2 as l,
|
|
3123
3123
|
multiValueAsValue as m,
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3124
|
+
noOptionsMessageCSS as n,
|
|
3125
|
+
optionCSS as o,
|
|
3126
|
+
placeholderCSS as p,
|
|
3127
|
+
multiValueRemoveCSS as q,
|
|
3128
|
+
multiValueLabelCSS as r,
|
|
3129
3129
|
singleValueAsValue as s,
|
|
3130
3130
|
toPropertyKey as t,
|
|
3131
|
-
|
|
3131
|
+
multiValueCSS as u,
|
|
3132
3132
|
valueTernary as v,
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3133
|
+
menuPortalCSS as w,
|
|
3134
|
+
menuListCSS as x,
|
|
3135
|
+
menuCSS as y,
|
|
3136
|
+
loadingMessageCSS as z
|
|
3137
3137
|
};
|
|
@@ -6868,6 +6868,9 @@ function requireReactDom_production_min() {
|
|
|
6868
6868
|
hl(a, b);
|
|
6869
6869
|
(a = a.alternate) && hl(a, b);
|
|
6870
6870
|
}
|
|
6871
|
+
function jl() {
|
|
6872
|
+
return null;
|
|
6873
|
+
}
|
|
6871
6874
|
var kl = "function" === typeof reportError ? reportError : function(a) {
|
|
6872
6875
|
console.error(a);
|
|
6873
6876
|
};
|
|
@@ -7040,7 +7043,7 @@ function requireReactDom_production_min() {
|
|
|
7040
7043
|
var ul = { bundleType: tl.bundleType, version: tl.version, rendererPackageName: tl.rendererPackageName, rendererConfig: tl.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: ua.ReactCurrentDispatcher, findHostInstanceByFiber: function(a) {
|
|
7041
7044
|
a = Zb(a);
|
|
7042
7045
|
return null === a ? null : a.stateNode;
|
|
7043
|
-
}, findFiberByHostInstance: tl.findFiberByHostInstance, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
7046
|
+
}, findFiberByHostInstance: tl.findFiberByHostInstance || jl, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
7044
7047
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
7045
7048
|
var vl = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
7046
7049
|
if (!vl.isDisabled && vl.supportsFiber) try {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import React__default, {
|
|
3
|
-
import { r as reactDomExports } from "./index-
|
|
2
|
+
import React__default, { useLayoutEffect, useEffect, useRef, useMemo, useCallback, useState, createContext, memo, useReducer, useContext } from "react";
|
|
3
|
+
import { r as reactDomExports } from "./index-CFozsmNS.js";
|
|
4
4
|
import { c as clsx } from "./lite-DVmmD_-j.js";
|
|
5
5
|
function useCombinedRefs() {
|
|
6
6
|
for (var _len = arguments.length, refs = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
@@ -3738,7 +3738,7 @@ const getMultiValueRemove = (ComponentToRender) => {
|
|
|
3738
3738
|
export {
|
|
3739
3739
|
DndContext as D,
|
|
3740
3740
|
SortableContext as S,
|
|
3741
|
-
|
|
3742
|
-
|
|
3741
|
+
getMultiValueRemove as a,
|
|
3742
|
+
getMultiValue as b,
|
|
3743
3743
|
getDragEndHandler as g
|
|
3744
3744
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as _objectWithoutProperties, b as _slicedToArray, h as handleInputChange, d as _objectSpread2, e as _defineProperty, _ as _extends } from "./index-641ee5b8.esm-
|
|
1
|
+
import { a as _objectWithoutProperties, b as _slicedToArray, h as handleInputChange, d as _objectSpread2, e as _defineProperty, _ as _extends } from "./index-641ee5b8.esm-DIuJijyT.js";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { useRef, useState, useEffect, useCallback, forwardRef } from "react";
|
|
4
|
-
import { u as useStateManager, S as Select } from "./Select-aab027f3.esm-
|
|
5
|
-
import "./index-
|
|
4
|
+
import { u as useStateManager, S as Select } from "./Select-aab027f3.esm-PDJCDE95.js";
|
|
5
|
+
import "./index-CFozsmNS.js";
|
|
6
6
|
var _excluded = ["defaultOptions", "cacheOptions", "loadOptions", "options", "isLoading", "onInputChange", "filterOption"];
|
|
7
7
|
function useAsync(_ref) {
|
|
8
8
|
var _ref$defaultOptions = _ref.defaultOptions, propsDefaultOptions = _ref$defaultOptions === void 0 ? false : _ref$defaultOptions, _ref$cacheOptions = _ref.cacheOptions, cacheOptions = _ref$cacheOptions === void 0 ? false : _ref$cacheOptions, propsLoadOptions = _ref.loadOptions;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { u as useStateManager, S as Select } from "./Select-aab027f3.esm-
|
|
2
|
-
import { _ as _extends } from "./index-641ee5b8.esm-
|
|
1
|
+
import { u as useStateManager, S as Select } from "./Select-aab027f3.esm-PDJCDE95.js";
|
|
2
|
+
import { _ as _extends } from "./index-641ee5b8.esm-DIuJijyT.js";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { forwardRef } from "react";
|
|
5
|
-
import "./index-
|
|
5
|
+
import "./index-CFozsmNS.js";
|
|
6
6
|
var StateManagedSelect = /* @__PURE__ */ forwardRef(function(props, ref) {
|
|
7
7
|
var baseSelectProps = useStateManager(props);
|
|
8
8
|
return /* @__PURE__ */ React.createElement(Select, _extends({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as $c87311424ea30a05$export$fedb369cb70207f1, d as $431fbd86ca7dc216$export$b204af158042fbac, e as $bbed8b41f857bcc0$export$24490316f764c430 } from "./useHover-
|
|
1
|
+
import { c as $c87311424ea30a05$export$fedb369cb70207f1, d as $431fbd86ca7dc216$export$b204af158042fbac, e as $bbed8b41f857bcc0$export$24490316f764c430 } from "./useHover-DwDr6ozG.js";
|
|
2
2
|
let $14c0b72509d70225$var$state = "default";
|
|
3
3
|
let $14c0b72509d70225$var$savedUserSelect = "";
|
|
4
4
|
let $14c0b72509d70225$var$modifiedElementMap = /* @__PURE__ */ new WeakMap();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { d as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./utils-DkCSC521.js";
|
|
2
2
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.js";
|
|
3
|
-
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-
|
|
4
|
-
import { a as $f645667febf57a63$export$4c014de7c8940b4c } from "./useHover-
|
|
3
|
+
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-Cucx-xSA.js";
|
|
4
|
+
import { a as $f645667febf57a63$export$4c014de7c8940b4c } from "./useHover-DwDr6ozG.js";
|
|
5
5
|
function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
|
|
6
6
|
let {
|
|
7
7
|
elementType = "button",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as $03deb23ff14920c4$export$4eaf04e54aa8eed6, h as $8a9cb279dc87e130$export$715c682d09d639cc, d as $431fbd86ca7dc216$export$b204af158042fbac, i as $d4ee10de306f2510$export$cd4e5573fbe2b576, j as $d4ee10de306f2510$export$e58f029f0fbfdb29, k as $d4ee10de306f2510$export$4282f70798064fe0, l as $8a9cb279dc87e130$export$905e7fc544a71f36, m as $507fabe10e71c6fb$export$b9b3dfddab17db27, n as $507fabe10e71c6fb$export$ec71b4b83ac08ec3, o as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useHover-
|
|
1
|
+
import { g as $03deb23ff14920c4$export$4eaf04e54aa8eed6, h as $8a9cb279dc87e130$export$715c682d09d639cc, d as $431fbd86ca7dc216$export$b204af158042fbac, i as $d4ee10de306f2510$export$cd4e5573fbe2b576, j as $d4ee10de306f2510$export$e58f029f0fbfdb29, k as $d4ee10de306f2510$export$4282f70798064fe0, l as $8a9cb279dc87e130$export$905e7fc544a71f36, m as $507fabe10e71c6fb$export$b9b3dfddab17db27, n as $507fabe10e71c6fb$export$ec71b4b83ac08ec3, o as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useHover-DwDr6ozG.js";
|
|
2
2
|
import { useRef, useCallback, useState } from "react";
|
|
3
3
|
function $9ab94262bd0047c7$export$420e68273165f4ec(props) {
|
|
4
4
|
let { isDisabled, onBlurWithin, onFocusWithin, onFocusWithinChange } = props;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { p as $507fabe10e71c6fb$export$8397ddfc504fdb9a } from "./useHover-
|
|
1
|
+
import { useMemo, useContext, createContext, useState, useRef, useEffect } from "react";
|
|
2
|
+
import { p as $507fabe10e71c6fb$export$8397ddfc504fdb9a } from "./useHover-DwDr6ozG.js";
|
|
3
3
|
import { k as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, f as $8ae05eaa5c114e9c$export$7f54fc3180508a52 } from "./utils-DkCSC521.js";
|
|
4
4
|
const $e5be200c675c3b3a$export$aca958c65c314e6c = {
|
|
5
5
|
badInput: false,
|
|
@@ -888,9 +888,9 @@ export {
|
|
|
888
888
|
$a1ea59d68270f0dd$export$f8168d8dd8fd66e6 as o,
|
|
889
889
|
$507fabe10e71c6fb$export$8397ddfc504fdb9a as p,
|
|
890
890
|
$f4e2df6bd15f8569$export$98658e8c59125e6a as q,
|
|
891
|
-
$
|
|
892
|
-
$b4b717babfbb907b$export$
|
|
893
|
-
$
|
|
891
|
+
$b4b717babfbb907b$export$bebd5a1431fec25d as r,
|
|
892
|
+
$b4b717babfbb907b$export$4c063cf1350e6fed as s,
|
|
893
|
+
$3ad3f6e1647bc98d$export$80f3e147d781571c as t,
|
|
894
894
|
$c87311424ea30a05$export$a11b0059900ceec8 as u,
|
|
895
895
|
$c87311424ea30a05$export$6446a186d09e379e as v,
|
|
896
896
|
$507fabe10e71c6fb$export$630ff653c5ada6a9 as w,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as $7af3f5b51489e0b5$export$253fe78d46329472, a as $7613b1592d41b092$export$6cd28814d92fa9c9, b as $d496c0a20b6e58ec$export$6c8a5aaad13c9852 } from "./Collection-
|
|
1
|
+
import { $ as $7af3f5b51489e0b5$export$253fe78d46329472, a as $7613b1592d41b092$export$6cd28814d92fa9c9, b as $d496c0a20b6e58ec$export$6c8a5aaad13c9852 } from "./Collection-CZxddMZS.js";
|
|
2
2
|
import { useMemo, useCallback, useRef, useEffect } from "react";
|
|
3
3
|
class $a02d57049d202695$export$d085fb9e920b5ca7 {
|
|
4
4
|
*[Symbol.iterator]() {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { b as $458b0a5536c1a7cf$export$40bfa8c7b0832715, g as $03deb23ff14920c4$export$4eaf04e54aa8eed6, o as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6, K as $c87311424ea30a05$export$186c6964ca17d99, u as $c87311424ea30a05$export$a11b0059900ceec8, c as $c87311424ea30a05$export$fedb369cb70207f1 } from "./useHover-
|
|
1
|
+
import { b as $458b0a5536c1a7cf$export$40bfa8c7b0832715, g as $03deb23ff14920c4$export$4eaf04e54aa8eed6, o as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6, K as $c87311424ea30a05$export$186c6964ca17d99, u as $c87311424ea30a05$export$a11b0059900ceec8, c as $c87311424ea30a05$export$fedb369cb70207f1 } from "./useHover-DwDr6ozG.js";
|
|
2
2
|
import { $ as $9446cca9a3875146$export$cb6e0bb50bc19463, a as $9446cca9a3875146$export$7d15b64cf5a3a4c4 } from "./number-GajL10e1.js";
|
|
3
|
-
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, b as $e5be200c675c3b3a$export$a763b9476acd3eb } from "./useFormValidation-
|
|
3
|
+
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, b as $e5be200c675c3b3a$export$a763b9476acd3eb } from "./useFormValidation-DhDNSjws.js";
|
|
4
4
|
import { $ as $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5 } from "./NumberFormatter-DA8u1Ot7.js";
|
|
5
5
|
import { useCallback, useState, useMemo, useEffect, useRef } from "react";
|
|
6
6
|
import { f as $8ae05eaa5c114e9c$export$7f54fc3180508a52, d as $3ef42575df84b30b$export$9d1611c77c2fe928, e as $bdb11010cef70236$export$f680877a34711e37, p as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./utils-DkCSC521.js";
|
|
7
7
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.js";
|
|
8
8
|
import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-C5OggHsw.js";
|
|
9
|
-
import { a as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusRing-
|
|
9
|
+
import { a as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusRing-CV5l3lf6.js";
|
|
10
10
|
import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "./useEvent-B0b-6KBr.js";
|
|
11
|
-
import { b as $2d73ec29415bd339$export$712718f7aec83d5 } from "./Input-
|
|
11
|
+
import { b as $2d73ec29415bd339$export$712718f7aec83d5 } from "./Input-BxpFEIXV.js";
|
|
12
12
|
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-CFP1YZWQ.js";
|
|
13
13
|
import { $ as $a916eb452884faea$export$b7a616150fdb9f44 } from "./useNumberFormatter-321rAb4J.js";
|
|
14
|
-
import { c as $319e236875307eab$export$d10ae4f68404609a, b as $319e236875307eab$export$a9b970dcc4ae71a9 } from "./Button-
|
|
14
|
+
import { c as $319e236875307eab$export$d10ae4f68404609a, b as $319e236875307eab$export$a9b970dcc4ae71a9 } from "./Button-BPLceDeW.js";
|
|
15
15
|
function $7d0a636d7a4dcefd$export$2123ff2b87c81ca(props, ref) {
|
|
16
16
|
let { onScroll, isDisabled } = props;
|
|
17
17
|
let onScrollHandler = useCallback((e) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { $ as $14c0b72509d70225$export$b0d6fa1ab32e3295, a as $14c0b72509d70225$export$16a4697467175487 } from "./textSelection-
|
|
1
|
+
import { $ as $14c0b72509d70225$export$b0d6fa1ab32e3295, a as $14c0b72509d70225$export$16a4697467175487 } from "./textSelection-0UUS8Yfg.js";
|
|
2
2
|
import React__default, { useContext, createContext, useState, useRef, useMemo, useEffect } from "react";
|
|
3
|
-
import { C as $c87311424ea30a05$export$b7d78993b74f766d, B as $c87311424ea30a05$export$78551043582a6a98, A as $c87311424ea30a05$export$9ac100e40613ea10, D as $c87311424ea30a05$export$7bef049ce92e4224, y as $7215afc6de606d6b$export$de79e2c695e052f3, g as $03deb23ff14920c4$export$4eaf04e54aa8eed6, k as $d4ee10de306f2510$export$4282f70798064fe0, j as $d4ee10de306f2510$export$e58f029f0fbfdb29, E as $6a7db85432448f7f$export$29bf1b5f2c56cf63, d as $431fbd86ca7dc216$export$b204af158042fbac, F as $8a9cb279dc87e130$export$cabe61c495ee3649, G as $6a7db85432448f7f$export$60278871457622de, f as $431fbd86ca7dc216$export$f21a1ffae260145a, H as $e7801be82b4b2a53$export$4debdb1a3f0fa79e } from "./useHover-
|
|
3
|
+
import { C as $c87311424ea30a05$export$b7d78993b74f766d, B as $c87311424ea30a05$export$78551043582a6a98, A as $c87311424ea30a05$export$9ac100e40613ea10, D as $c87311424ea30a05$export$7bef049ce92e4224, y as $7215afc6de606d6b$export$de79e2c695e052f3, g as $03deb23ff14920c4$export$4eaf04e54aa8eed6, k as $d4ee10de306f2510$export$4282f70798064fe0, j as $d4ee10de306f2510$export$e58f029f0fbfdb29, E as $6a7db85432448f7f$export$29bf1b5f2c56cf63, d as $431fbd86ca7dc216$export$b204af158042fbac, F as $8a9cb279dc87e130$export$cabe61c495ee3649, G as $6a7db85432448f7f$export$60278871457622de, f as $431fbd86ca7dc216$export$f21a1ffae260145a, H as $e7801be82b4b2a53$export$4debdb1a3f0fa79e } from "./useHover-DwDr6ozG.js";
|
|
4
4
|
import { f as $8ae05eaa5c114e9c$export$7f54fc3180508a52, d as $3ef42575df84b30b$export$9d1611c77c2fe928, p as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./utils-DkCSC521.js";
|
|
5
|
-
import { r as reactDomExports } from "./index-
|
|
5
|
+
import { r as reactDomExports } from "./index-CFozsmNS.js";
|
|
6
6
|
const $ea8dcbcb9ea1b556$var$RouterContext = /* @__PURE__ */ createContext({
|
|
7
7
|
isNative: true,
|
|
8
8
|
open: $ea8dcbcb9ea1b556$var$openSyntheticLink,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { $ as $e72dd72e1c76a225$export$2f645645f7bca764 } from "./useListState-
|
|
2
|
-
import { b as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useHover-
|
|
1
|
+
import { $ as $e72dd72e1c76a225$export$2f645645f7bca764 } from "./useListState-DVr6aYd_.js";
|
|
2
|
+
import { b as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useHover-DwDr6ozG.js";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
4
|
function $a0d645289fe9b86b$export$e7f05e985daf4b5f(props) {
|
|
5
5
|
var _props_defaultSelectedKey;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { d as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./utils-DkCSC521.js";
|
|
2
2
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.js";
|
|
3
3
|
import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-C5OggHsw.js";
|
|
4
|
-
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-
|
|
5
|
-
import { a as $f645667febf57a63$export$4c014de7c8940b4c } from "./useHover-
|
|
4
|
+
import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-Cucx-xSA.js";
|
|
5
|
+
import { a as $f645667febf57a63$export$4c014de7c8940b4c } from "./useHover-DwDr6ozG.js";
|
|
6
6
|
function $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref) {
|
|
7
7
|
let { isDisabled = false, isReadOnly = false, value, name, children, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, validationState = "valid", isInvalid } = props;
|
|
8
8
|
let onChange = (e) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useHover-
|
|
1
|
+
import { b as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useHover-DwDr6ozG.js";
|
|
2
2
|
function $3017fa7ffdddec74$export$8042c6c013fd5226(props = {}) {
|
|
3
3
|
let { isReadOnly } = props;
|
|
4
4
|
let [isSelected, setSelected] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(props.isSelected, props.defaultSelected || false, props.onChange);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eightshift/ui-components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"@eslint/compat": "^1.2.7",
|
|
49
49
|
"@react-stately/collections": "^3.12.2",
|
|
50
50
|
"@stylistic/eslint-plugin-js": "^3.1.0",
|
|
51
|
-
"@tailwindcss/vite": "^4.0.
|
|
51
|
+
"@tailwindcss/vite": "^4.0.14",
|
|
52
52
|
"@types/react": "^18.3.18",
|
|
53
53
|
"@types/react-dom": "^18.3.5",
|
|
54
54
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
55
|
-
"@wordpress/i18n": "^5.
|
|
55
|
+
"@wordpress/i18n": "^5.20.0",
|
|
56
56
|
"autoprefixer": "^10.4.21",
|
|
57
57
|
"class-variance-authority": "^0.7.1",
|
|
58
58
|
"clsx": "^2.1.1",
|
|
59
59
|
"css-gradient-parser": "^0.0.16",
|
|
60
60
|
"eslint": "^9.22.0",
|
|
61
61
|
"eslint-config-prettier": "^10.1.1",
|
|
62
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
62
|
+
"eslint-plugin-jsdoc": "^50.6.8",
|
|
63
63
|
"eslint-plugin-prettier": "^5.2.3",
|
|
64
64
|
"glob": "^11.0.1",
|
|
65
65
|
"globals": "^16.0.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"just-is-empty": "^3.4.1",
|
|
70
70
|
"just-kebab-case": "^4.2.0",
|
|
71
71
|
"just-throttle": "^4.2.0",
|
|
72
|
-
"lightningcss": "^1.29.
|
|
72
|
+
"lightningcss": "^1.29.3",
|
|
73
73
|
"postcss": "^8.5.3",
|
|
74
74
|
"prettier": "^3.5.3",
|
|
75
75
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"react-select": "^5.10.1",
|
|
83
83
|
"react-stately": "^3.36.1",
|
|
84
84
|
"svg-to-jsx-string": "^0.1.1",
|
|
85
|
-
"tailwindcss": "^4.0.
|
|
85
|
+
"tailwindcss": "^4.0.14",
|
|
86
86
|
"tailwindcss-motion": "^1.1.0",
|
|
87
87
|
"tailwindcss-react-aria-components": "^2.0.0",
|
|
88
|
-
"vite": "^6.2.
|
|
88
|
+
"vite": "^6.2.2",
|
|
89
89
|
"vite-plugin-lib-inject-css": "^2.2.1"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|