@eightshift/ui-components 1.7.2 → 1.9.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-VbCAu4hd.js → Button-BMFbEXg1.js} +7 -7
- package/dist/{Color-BpLubxWI.js → Color-B-cqXgPz.js} +5 -17
- package/dist/{ColorSwatch-CinC14s3.js → ColorSwatch-B6s54Jb3.js} +4 -4
- package/dist/ComboBox-VR9-vNZv.js +1886 -0
- package/dist/Dialog-BlYTPzgB.js +2177 -0
- package/dist/{FieldError-BttM1Nxd.js → FieldError-DKicm3R0.js} +2 -2
- package/dist/{FocusScope-CtCX0OGo.js → FocusScope-EoLYfbMp.js} +11 -12
- package/dist/{Group-XzWUooix.js → Group-D96edUPC.js} +5 -5
- package/dist/{Heading-DZelepHV.js → Heading-GytTjUsy.js} +1 -1
- package/dist/{Hidden-CcFqOzrp.js → Hidden-D3hHnmPI.js} +2 -2
- package/dist/{Input-CV1qVS6t.js → Input-BXSxJ_44.js} +10 -10
- package/dist/{Label-BwqMVkuV.js → Label-BtoiUpt8.js} +2 -2
- package/dist/{List-Bx2anbX-.js → List-Ct3nzFZG.js} +1 -1
- package/dist/{ListBox-DuZPdnkk.js → ListBox-BMpo-Cem.js} +19 -18
- package/dist/{NumberFormatter-U_Gx0UDq.js → NumberFormatter-DA8u1Ot7.js} +4 -6
- package/dist/OverlayArrow-4epQ99-E.js +567 -0
- package/dist/{Select-c7902d94.esm-DtzFQzf-.js → Select-aab027f3.esm-C7BxKjSc.js} +4 -4
- package/dist/{SelectionManager-x27KqnAT.js → SelectionManager-D-89MUJW.js} +276 -291
- package/dist/{Separator-BM58t3PP.js → Separator-DUhFmbD-.js} +62 -52
- package/dist/{Slider-D9Cs6yKr.js → Slider-QNPrj4N9.js} +16 -14
- package/dist/{Text-BVIXT8qq.js → Text-DNDWaukZ.js} +1 -1
- package/dist/{VisuallyHidden-WhC7vZaL.js → VisuallyHidden-BHNhi-ls.js} +2 -2
- package/dist/assets/style.css +1 -1
- package/dist/assets/wp-ui-enhancements.css +1 -1
- package/dist/components/animated-visibility/animated-visibility.js +67 -7245
- package/dist/components/base-control/base-control.js +1 -1
- package/dist/components/button/button.js +10 -7
- package/dist/components/checkbox/checkbox.js +22 -13
- package/dist/components/color-pickers/color-picker.js +1 -1
- package/dist/components/color-pickers/color-swatch.js +3 -3
- package/dist/components/color-pickers/gradient-editor.js +2 -2
- package/dist/components/color-pickers/solid-color-picker.js +21 -21
- package/dist/components/component-toggle/component-toggle.js +1 -1
- package/dist/components/container-panel/container-panel.js +6 -4
- package/dist/components/draggable/draggable-handle.js +2 -2
- package/dist/components/draggable/draggable.js +2 -2
- package/dist/components/draggable-list/draggable-list-item.js +2 -2
- package/dist/components/draggable-list/draggable-list.js +2 -2
- package/dist/components/expandable/expandable.js +221 -26
- package/dist/components/index.js +8 -4
- package/dist/components/input-field/input-field.js +7 -7
- package/dist/components/item-collection/item-collection.js +1 -1
- package/dist/components/link-input/link-input.js +10 -1872
- package/dist/components/list-box/list-box.js +2 -2
- package/dist/components/matrix-align/matrix-align.js +2 -2
- package/dist/components/menu/menu.js +7 -974
- package/dist/components/modal/modal.js +7 -7
- package/dist/components/number-picker/number-picker.js +10 -10
- package/dist/components/option-select/option-select.js +1 -1
- package/dist/components/options-panel/options-panel.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 +13 -13
- package/dist/components/repeater/repeater-item.js +1 -1
- package/dist/components/repeater/repeater.js +2 -2
- package/dist/components/responsive/mini-responsive.js +3 -3
- package/dist/components/responsive/responsive-legacy.js +2 -2
- package/dist/components/responsive/responsive.js +2 -2
- package/dist/components/responsive-preview/responsive-preview.js +1 -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-select.js +307 -0
- package/dist/components/select/v2/shared.js +24 -0
- package/dist/components/select/v2/single-select.js +993 -0
- package/dist/components/slider/column-config-slider.js +3 -3
- package/dist/components/slider/slider.js +3 -3
- package/dist/components/slider/utils.js +1 -1
- package/dist/components/tabs/tabs.js +16 -16
- package/dist/components/toggle/switch.js +6 -6
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggle-button/toggle-button.js +55 -12
- package/dist/components/tooltip/tooltip.js +532 -8
- package/dist/{context-Cs-ZD1nu.js → context-KeRYAbEi.js} +2 -2
- package/dist/{default-i18n-DRnM8y4w.js → default-i18n-CM1-Xvzf.js} +183 -176
- package/dist/{focusSafely-CgFLw4FA.js → focusSafely-CZY36ssv.js} +14 -14
- package/dist/icons/icons.js +131 -0
- package/dist/icons/jsx-svg.js +16 -3
- package/dist/{index-a301f526.esm-BMg114iK.js → index-641ee5b8.esm-DEB-c58F.js} +226 -75
- package/dist/index-BYHhzLf-.js +444 -0
- package/dist/index.js +7 -3
- package/dist/{multi-select-components-DTvEidE3.js → multi-select-components-DM3GsNfb.js} +112 -45
- package/dist/{react-jsx-parser.min-B5HVwW_W.js → react-jsx-parser.min-CVit0rZn.js} +5620 -7409
- package/dist/{react-select-async.esm-CxA8wpeT.js → react-select-async.esm-Bq3N1-Wi.js} +3 -3
- package/dist/{react-select.esm-CeE7o5M9.js → react-select.esm-B38nY7_U.js} +3 -3
- package/dist/{textSelection-CvK0YHTZ.js → textSelection-G2G-nukT.js} +1 -1
- package/dist/{useButton-Cy9eEev7.js → useButton-CFtcz1T6.js} +4 -4
- package/dist/{useEvent-LZebwyrb.js → useEvent-B0yfN_Zu.js} +1 -1
- package/dist/{useFocusRing-BMOTWmOx.js → useFocusRing-DMAlRYjX.js} +1 -1
- package/dist/{useFocusable-ByyKSVQv.js → useFocusable-BlkOMLma.js} +4 -4
- package/dist/{useFormReset-B8m1uz1J.js → useFormReset-BAEM0o25.js} +1 -1
- package/dist/{useFormValidationState-BjMhz_VI.js → useFormValidation-BNzOc2t9.js} +92 -88
- package/dist/{useLabel-B6uO0wVK.js → useLabel-D6FSp5_M.js} +2 -2
- package/dist/{useLabels-5dFkeiXx.js → useLabels-CraZ2Sej.js} +1 -1
- package/dist/{useListState-eKxv7HPC.js → useListState-C3dnPq2F.js} +1 -1
- package/dist/{useLocalizedStringFormatter-BaKmjFNp.js → useLocalizedStringFormatter-B73fhEA7.js} +1 -1
- package/dist/{useNumberField-DMMUTZ-h.js → useNumberField-CQP9-nH5.js} +27 -20
- package/dist/{useNumberFormatter-Cyx5Dxkf.js → useNumberFormatter-Cdctl6fg.js} +2 -2
- package/dist/{usePress-D8nPoIQm.js → usePress-xTkcGUkt.js} +4 -4
- package/dist/{useSingleSelectListState-CABciySJ.js → useSingleSelectListState-BGXQSTy7.js} +2 -2
- package/dist/{useToggle-BmltE9Zr.js → useToggle-Dpw3WpSw.js} +4 -4
- package/dist/{useToggleState-DZXLEnA_.js → useToggleState-BSKwCUIW.js} +1 -1
- package/dist/{utils-BCJajCwh.js → utils-BSLBwuuO.js} +16 -15
- package/package.json +30 -31
- package/dist/Dialog-BN5EE7UH.js +0 -934
- package/dist/index-BTCzc3zb.js +0 -28261
- package/dist/isScrollable-Dh9D9IOd.js +0 -9
- package/dist/tooltip-eKaARDoV.js +0 -1084
- package/dist/useMenuTrigger-4fwEmto8.js +0 -246
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eightshift/ui-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -32,62 +32,61 @@
|
|
|
32
32
|
"./wp-overrides": "./dist/assets/wp.css"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"react": "^
|
|
36
|
-
"react-dom": "^
|
|
35
|
+
"react": "^19.0.0",
|
|
36
|
+
"react-dom": "^19.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@dnd-kit/abstract": "^0.0.5",
|
|
40
40
|
"@dnd-kit/dom": "^0.0.5",
|
|
41
41
|
"@dnd-kit/helpers": "^0.0.5",
|
|
42
42
|
"@dnd-kit/react": "^0.0.5",
|
|
43
|
-
"react": "^
|
|
44
|
-
"react-dom": "^
|
|
43
|
+
"react": "^19.0.0",
|
|
44
|
+
"react-dom": "^19.0.0",
|
|
45
45
|
"react-jsx-parser": "^2.2.2",
|
|
46
46
|
"react-movable": "^3.3.1",
|
|
47
47
|
"svg-to-jsx-string": "^0.1.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@adobe/react-spectrum": "^3.
|
|
51
|
-
"@dnd-kit/core": "^6.1
|
|
52
|
-
"@dnd-kit/modifiers": "^
|
|
53
|
-
"@dnd-kit/sortable": "^
|
|
50
|
+
"@adobe/react-spectrum": "^3.38.1",
|
|
51
|
+
"@dnd-kit/core": "^6.3.1",
|
|
52
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
53
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
54
54
|
"@dnd-kit/utilities": "^3.2.2",
|
|
55
|
-
"@eslint/compat": "^1.2.
|
|
56
|
-
"@react-stately/collections": "^3.
|
|
57
|
-
"@stylistic/eslint-plugin-js": "^2.
|
|
58
|
-
"@types/react": "^
|
|
59
|
-
"@types/react-dom": "^
|
|
60
|
-
"@vitejs/plugin-react-swc": "^3.7.
|
|
61
|
-
"@wordpress/i18n": "^5.
|
|
55
|
+
"@eslint/compat": "^1.2.4",
|
|
56
|
+
"@react-stately/collections": "^3.12.0",
|
|
57
|
+
"@stylistic/eslint-plugin-js": "^2.12.1",
|
|
58
|
+
"@types/react": "^19.0.1",
|
|
59
|
+
"@types/react-dom": "^19.0.2",
|
|
60
|
+
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
61
|
+
"@wordpress/i18n": "^5.14.0",
|
|
62
62
|
"autoprefixer": "^10.4.20",
|
|
63
63
|
"clsx": "^2.1.1",
|
|
64
64
|
"css-gradient-parser": "^0.0.16",
|
|
65
|
-
"eslint": "^9.
|
|
65
|
+
"eslint": "^9.17.0",
|
|
66
66
|
"eslint-config-prettier": "^9.1.0",
|
|
67
|
-
"eslint-plugin-jsdoc": "^50.
|
|
67
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
68
68
|
"eslint-plugin-prettier": "^5.2.1",
|
|
69
|
-
"framer-motion": "^11.11.17",
|
|
70
69
|
"glob": "^11.0.0",
|
|
71
|
-
"globals": "^15.
|
|
70
|
+
"globals": "^15.13.0",
|
|
72
71
|
"just-camel-case": "^6.2.0",
|
|
73
72
|
"just-debounce-it": "^3.2.0",
|
|
74
73
|
"just-has": "^2.3.0",
|
|
75
74
|
"just-is-empty": "^3.4.1",
|
|
76
75
|
"just-kebab-case": "^4.2.0",
|
|
77
76
|
"just-throttle": "^4.2.0",
|
|
78
|
-
"lightningcss": "^1.28.
|
|
77
|
+
"lightningcss": "^1.28.2",
|
|
79
78
|
"postcss": "^8.4.49",
|
|
80
|
-
"prettier": "^3.
|
|
81
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
82
|
-
"react-aria": "^3.
|
|
83
|
-
"react-aria-components": "^1.
|
|
84
|
-
"react-select": "^5.
|
|
85
|
-
"react-stately": "^3.
|
|
86
|
-
"tailwindcss": "^3.4.
|
|
79
|
+
"prettier": "^3.4.2",
|
|
80
|
+
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
81
|
+
"react-aria": "^3.36.0",
|
|
82
|
+
"react-aria-components": "^1.5.0",
|
|
83
|
+
"react-select": "^5.9.0",
|
|
84
|
+
"react-stately": "^3.34.0",
|
|
85
|
+
"tailwindcss": "^3.4.16",
|
|
87
86
|
"tailwindcss-animate": "^1.0.7",
|
|
88
|
-
"tailwindcss-react-aria-components": "^1.
|
|
89
|
-
"tailwindcss-scoped-preflight": "^3.4.
|
|
90
|
-
"vite": "^
|
|
87
|
+
"tailwindcss-react-aria-components": "^1.2.0",
|
|
88
|
+
"tailwindcss-scoped-preflight": "^3.4.10",
|
|
89
|
+
"vite": "^6.0.3",
|
|
91
90
|
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
92
91
|
},
|
|
93
92
|
"scripts": {
|