@spscommerce/ds-react 8.34.13 → 8.34.14
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/lib/index.js +8207 -8275
- package/lib/index.umd.cjs +144 -144
- package/package.json +25 -25
- package/vite.config.mjs +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/ds-react",
|
|
3
3
|
"description": "SPS Design System React components",
|
|
4
|
-
"version": "8.34.
|
|
4
|
+
"version": "8.34.14",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"main": "./lib/index.umd.cjs",
|
|
12
12
|
"types": "./lib/index.d.ts",
|
|
13
13
|
"exports": {
|
|
14
|
+
"types": "./lib/index.d.ts",
|
|
14
15
|
"require": "./lib/index.umd.cjs",
|
|
15
16
|
"import": "./lib/index.js",
|
|
16
|
-
"default": "./lib/index.js"
|
|
17
|
-
"types": "./lib/index.d.ts"
|
|
17
|
+
"default": "./lib/index.js"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
@@ -31,36 +31,36 @@
|
|
|
31
31
|
"@react-stately/select": "^3.4.0",
|
|
32
32
|
"@react-stately/tabs": "^3.3.0",
|
|
33
33
|
"axe-prop-types": "^1.0.9",
|
|
34
|
-
"clsx": "^1.
|
|
34
|
+
"clsx": "^2.1.1",
|
|
35
35
|
"lodash.isplainobject": "^4.0.6",
|
|
36
|
-
"nanoid": "^5.
|
|
36
|
+
"nanoid": "^5.1.5",
|
|
37
37
|
"prop-types": "^15.7.2",
|
|
38
38
|
"react-beautiful-dnd": "^13.1.0",
|
|
39
|
-
"scroll-into-view-if-needed": "^
|
|
39
|
+
"scroll-into-view-if-needed": "^3.1.0",
|
|
40
40
|
"tiny-invariant": "^1.0.4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@react-stately/collections": "^3.
|
|
44
|
-
"@spscommerce/utils": "^7.0.0",
|
|
43
|
+
"@react-stately/collections": "^3.0.0",
|
|
44
|
+
"@spscommerce/utils": "^7.0.0 || ^8.0.0",
|
|
45
45
|
"moment": "^2.25.3",
|
|
46
46
|
"moment-timezone": "^0.5.28",
|
|
47
47
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
48
48
|
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
49
|
-
"@sps-woodland/illustrations": "8.34.
|
|
50
|
-
"@sps-woodland/tabs": "8.34.
|
|
51
|
-
"@spscommerce/ds-colors": "8.34.
|
|
52
|
-
"@spscommerce/ds-shared": "8.34.
|
|
53
|
-
"@spscommerce/
|
|
54
|
-
"@spscommerce/
|
|
49
|
+
"@sps-woodland/illustrations": "8.34.14",
|
|
50
|
+
"@sps-woodland/tabs": "8.34.14",
|
|
51
|
+
"@spscommerce/ds-colors": "8.34.14",
|
|
52
|
+
"@spscommerce/ds-shared": "8.34.14",
|
|
53
|
+
"@spscommerce/i18n": "8.34.14",
|
|
54
|
+
"@spscommerce/positioning": "8.34.14"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@react-spectrum/provider": "^3.4.1",
|
|
58
|
-
"@react-stately/collections": "^3.
|
|
58
|
+
"@react-stately/collections": "^3.12.7",
|
|
59
59
|
"@react-types/list": "^3.0.0-alpha.1",
|
|
60
60
|
"@react-types/select": "^3.6.1",
|
|
61
61
|
"@react-types/shared": "^3.8.0",
|
|
62
62
|
"@react-types/tabs": "^3.0.1",
|
|
63
|
-
"@spscommerce/utils": "^
|
|
63
|
+
"@spscommerce/utils": "^8.1.1",
|
|
64
64
|
"@testing-library/dom": "^8.17.1",
|
|
65
65
|
"@testing-library/react": "^12.0.0",
|
|
66
66
|
"@testing-library/react-hooks": "^8.0.1",
|
|
@@ -69,17 +69,17 @@
|
|
|
69
69
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
70
70
|
"lz-string": "^1.4.4",
|
|
71
71
|
"moment": "^2.25.3",
|
|
72
|
-
"moment-timezone": "^0.
|
|
73
|
-
"raf-stub": "^
|
|
72
|
+
"moment-timezone": "^0.6.0",
|
|
73
|
+
"raf-stub": "^3.0.0",
|
|
74
74
|
"react": "^16.9.0",
|
|
75
75
|
"react-dom": "^16.9.0",
|
|
76
|
-
"@sps-woodland/illustrations": "8.34.
|
|
77
|
-
"@sps-woodland/tabs": "8.34.
|
|
78
|
-
"@spscommerce/ds-colors": "8.34.
|
|
79
|
-
"@spscommerce/ds-shared": "8.34.
|
|
80
|
-
"@spscommerce/
|
|
81
|
-
"@spscommerce/
|
|
82
|
-
"test": "8.34.
|
|
76
|
+
"@sps-woodland/illustrations": "8.34.14",
|
|
77
|
+
"@sps-woodland/tabs": "8.34.14",
|
|
78
|
+
"@spscommerce/ds-colors": "8.34.14",
|
|
79
|
+
"@spscommerce/ds-shared": "8.34.14",
|
|
80
|
+
"@spscommerce/i18n": "8.34.14",
|
|
81
|
+
"@spscommerce/positioning": "8.34.14",
|
|
82
|
+
"test": "8.34.14"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"build": "pnpm run build:js && pnpm run build:types",
|
package/vite.config.mjs
CHANGED