@dxc-technology/halstack-react 0.0.0-a555fb0 → 0.0.0-a5bafd3
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/README.md +0 -1
- package/dist/index.d.mts +2854 -2764
- package/dist/index.d.ts +2854 -2764
- package/dist/index.js +12720 -10720
- package/dist/index.mjs +12697 -10697
- package/package.json +25 -18
package/package.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxc-technology/halstack-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-a5bafd3",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/dxc-technology/halstack-react.git"
|
|
7
|
+
},
|
|
4
8
|
"main": "./dist/index.js",
|
|
5
9
|
"module": "./dist/index.mjs",
|
|
6
10
|
"types": "./dist/index.d.ts",
|
|
@@ -12,9 +16,9 @@
|
|
|
12
16
|
"dist"
|
|
13
17
|
],
|
|
14
18
|
"scripts": {
|
|
15
|
-
"build": "tsup
|
|
19
|
+
"build": "tsup",
|
|
16
20
|
"build-storybook": "storybook build",
|
|
17
|
-
"dev": "tsup
|
|
21
|
+
"dev": "tsup --watch",
|
|
18
22
|
"lint": "eslint . --max-warnings 0",
|
|
19
23
|
"prepublishOnly": "node ../../scripts/copy-readme.js",
|
|
20
24
|
"storybook": "storybook dev -p 6006",
|
|
@@ -25,12 +29,14 @@
|
|
|
25
29
|
"test:watch": "jest --env=jsdom --config=./jest.config.js --watch"
|
|
26
30
|
},
|
|
27
31
|
"peerDependencies": {
|
|
28
|
-
"react": "^
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
+
"@emotion/react": "^11.14.0",
|
|
33
|
+
"@emotion/styled": "^11.14.0",
|
|
34
|
+
"react": "^18.3.1",
|
|
35
|
+
"react-data-grid": "7.0.0-beta.44",
|
|
36
|
+
"react-dom": "^18.3.1"
|
|
32
37
|
},
|
|
33
38
|
"dependencies": {
|
|
39
|
+
"@babel/runtime": "^7.28.2",
|
|
34
40
|
"@radix-ui/react-popover": "^1.1.0",
|
|
35
41
|
"@radix-ui/react-tooltip": "^1.1.0",
|
|
36
42
|
"color": "^4.2.3",
|
|
@@ -38,10 +44,7 @@
|
|
|
38
44
|
"slugify": "^1.6.6"
|
|
39
45
|
},
|
|
40
46
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"@cloudscape-design/design-tokens": "file:packages/cloudscape-themed/dist/themed/design-tokens",
|
|
43
|
-
"@babel/cli": "^7.16.8",
|
|
44
|
-
"@babel/core": "^7.16.7",
|
|
47
|
+
"@babel/core": "^7.28.0",
|
|
45
48
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
|
46
49
|
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
47
50
|
"@babel/plugin-transform-runtime": "^7.16.8",
|
|
@@ -51,37 +54,41 @@
|
|
|
51
54
|
"@chromatic-com/storybook": "^1.5.0",
|
|
52
55
|
"@dxc-technology/eslint-config": "*",
|
|
53
56
|
"@dxc-technology/typescript-config": "*",
|
|
57
|
+
"@emotion/babel-plugin": "^11.13.5",
|
|
58
|
+
"@emotion/react": "^11.14.0",
|
|
59
|
+
"@emotion/styled": "^11.14.0",
|
|
54
60
|
"@storybook/addon-a11y": "^8.1.10",
|
|
55
61
|
"@storybook/addon-essentials": "^8.1.10",
|
|
56
62
|
"@storybook/addon-interactions": "^8.1.10",
|
|
57
63
|
"@storybook/addon-links": "^8.1.10",
|
|
64
|
+
"@storybook/addon-viewport": "^8.2.9",
|
|
58
65
|
"@storybook/blocks": "^8.1.10",
|
|
59
66
|
"@storybook/react": "^8.1.10",
|
|
60
67
|
"@storybook/react-vite": "^8.1.10",
|
|
61
68
|
"@storybook/test": "^8.1.10",
|
|
62
|
-
"@storybook/test-runner": "^0.
|
|
63
|
-
"@testing-library/react": "^
|
|
69
|
+
"@storybook/test-runner": "^0.22.0",
|
|
70
|
+
"@testing-library/react": "^16.0.1",
|
|
64
71
|
"@testing-library/user-event": "^13.0.0",
|
|
65
|
-
"@turbo/gen": "^1.12.4",
|
|
66
72
|
"@types/eslint": "^8.56.5",
|
|
67
73
|
"@types/jest": "^29.5.12",
|
|
68
74
|
"@types/jest-axe": "^3.5.9",
|
|
69
75
|
"@types/node": "^20.11.24",
|
|
70
76
|
"@types/react": "^18.2.61",
|
|
71
77
|
"@types/react-dom": "^18.2.19",
|
|
72
|
-
"@
|
|
73
|
-
"axe-playwright": "^2.0
|
|
78
|
+
"@vitejs/plugin-react": "4.6.0",
|
|
79
|
+
"axe-playwright": "^2.1.0",
|
|
74
80
|
"chromatic": "^11.5.4",
|
|
81
|
+
"esbuild-plugin-babel": "^0.2.3",
|
|
75
82
|
"eslint": "^8.57.0",
|
|
76
83
|
"eslint-plugin-storybook": "^0.8.0",
|
|
77
84
|
"identity-obj-proxy": "^3.0.0",
|
|
78
85
|
"jest": "^29.7.0",
|
|
79
|
-
"jest-axe": "^
|
|
86
|
+
"jest-axe": "^10.0.0",
|
|
80
87
|
"jest-environment-jsdom": "^29.7.0",
|
|
81
88
|
"playwright": "^1.44.1",
|
|
82
89
|
"storybook": "^8.1.10",
|
|
83
90
|
"storybook-addon-pseudo-states": "^3.1.1",
|
|
84
91
|
"tsup": "^8.1.0",
|
|
85
|
-
"typescript": "^5.
|
|
92
|
+
"typescript": "^5.6.3"
|
|
86
93
|
}
|
|
87
94
|
}
|