@pantheon-systems/pds-toolkit-react 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_dist/components/Table/Table.d.ts +1 -1
- package/_dist/components/empty-states/HorizontalEmptyState/HorizontalEmptyState.d.ts +6 -1
- package/_dist/components/icons/Icon/Icon.d.ts +14 -1
- package/_dist/components/loading-indicators/Skeleton/Skeleton.d.ts +2 -2
- package/_dist/css/component-css/pds-horizontal-empty-state.css +1 -1
- package/_dist/css/component-css/pds-index.css +1 -1
- package/_dist/css/pds-components.css +1 -1
- package/_dist/docs/mcp-url-detector.d.ts +20 -0
- package/_dist/index.css +1 -1
- package/_dist/index.js +2796 -2770
- package/_dist/index.js.map +1 -1
- package/package.json +11 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pantheon-systems/pds-toolkit-react",
|
|
3
3
|
"technology": "React",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"author": "Pantheon Systems",
|
|
16
16
|
"engines": {
|
|
17
|
-
"node": ">=18.0.0 <=
|
|
17
|
+
"node": ">=18.0.0 <=24.x"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/pantheon-systems/pds-toolkit-react/issues"
|
|
@@ -87,15 +87,17 @@
|
|
|
87
87
|
"@axe-core/playwright": "^4.11.0",
|
|
88
88
|
"@babel/preset-env": "^7.21.5",
|
|
89
89
|
"@babel/preset-react": "^7.18.6",
|
|
90
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
90
91
|
"@csstools/postcss-design-tokens": "^2.0.4",
|
|
91
92
|
"@csstools/postcss-global-data": "^1.0.3",
|
|
92
93
|
"@playwright/test": "^1.36.2",
|
|
93
|
-
"@storybook/addon-a11y": "^10.
|
|
94
|
-
"@storybook/addon-docs": "^10.
|
|
95
|
-
"@storybook/addon-links": "^10.
|
|
94
|
+
"@storybook/addon-a11y": "^10.2.3",
|
|
95
|
+
"@storybook/addon-docs": "^10.2.3",
|
|
96
|
+
"@storybook/addon-links": "^10.2.3",
|
|
97
|
+
"@storybook/addon-mcp": "^0.2.0",
|
|
96
98
|
"@storybook/addon-webpack5-compiler-swc": "^4.0.2",
|
|
97
|
-
"@storybook/react-vite": "^10.
|
|
98
|
-
"@storybook/react-webpack5": "^10.
|
|
99
|
+
"@storybook/react-vite": "^10.2.3",
|
|
100
|
+
"@storybook/react-webpack5": "^10.2.3",
|
|
99
101
|
"@types/prismjs": "^1.26.5",
|
|
100
102
|
"@types/react": "^19.2.2",
|
|
101
103
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
@@ -113,7 +115,7 @@
|
|
|
113
115
|
"eslint-plugin-react": "^7.32.2",
|
|
114
116
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
115
117
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
116
|
-
"eslint-plugin-storybook": "^10.
|
|
118
|
+
"eslint-plugin-storybook": "^10.2.3",
|
|
117
119
|
"eslint-plugin-typescript-sort-keys": "^3.3.0",
|
|
118
120
|
"fast-glob": "^3.3.2",
|
|
119
121
|
"husky": "^8.0.3",
|
|
@@ -130,7 +132,7 @@
|
|
|
130
132
|
"prettier-plugin-css-order": "^2.1.2",
|
|
131
133
|
"react": "^18.2.0",
|
|
132
134
|
"react-dom": "^18.2.0",
|
|
133
|
-
"storybook": "^10.
|
|
135
|
+
"storybook": "^10.2.3",
|
|
134
136
|
"tsc-alias": "^1.8.16",
|
|
135
137
|
"typescript": "^5.4.5",
|
|
136
138
|
"vite": "^7.2.2",
|