@dxc-technology/halstack-react 0.0.0-a555fb0 → 0.0.0-a5e32ba
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 +2897 -2602
- package/dist/index.d.ts +2897 -2602
- package/dist/index.js +10655 -8978
- package/dist/index.mjs +10721 -9045
- package/package.json +14 -14
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-a5e32ba",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "https://github.com/dxc-technology/halstack-react"
|
|
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,23 +29,19 @@
|
|
|
25
29
|
"test:watch": "jest --env=jsdom --config=./jest.config.js --watch"
|
|
26
30
|
},
|
|
27
31
|
"peerDependencies": {
|
|
28
|
-
"react": "^18.
|
|
29
|
-
"react-dom": "^18.
|
|
30
|
-
"styled-components": "^5.0.1"
|
|
31
|
-
"@cloudscape-design/components": "3.0.677"
|
|
32
|
+
"react": "^18.3.1",
|
|
33
|
+
"react-dom": "^18.3.1",
|
|
34
|
+
"styled-components": "^5.0.1"
|
|
32
35
|
},
|
|
33
36
|
"dependencies": {
|
|
34
37
|
"@radix-ui/react-popover": "^1.1.0",
|
|
35
38
|
"@radix-ui/react-tooltip": "^1.1.0",
|
|
36
39
|
"color": "^4.2.3",
|
|
37
40
|
"dayjs": "^1.11.11",
|
|
41
|
+
"react-data-grid": "^7.0.0-beta.44",
|
|
38
42
|
"slugify": "^1.6.6"
|
|
39
43
|
},
|
|
40
44
|
"devDependencies": {
|
|
41
|
-
"@cloudscape-design/components": "file:packages/cloudscape-themed/dist/themed/components",
|
|
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",
|
|
45
45
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
|
46
46
|
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
47
47
|
"@babel/plugin-transform-runtime": "^7.16.8",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"@storybook/addon-essentials": "^8.1.10",
|
|
56
56
|
"@storybook/addon-interactions": "^8.1.10",
|
|
57
57
|
"@storybook/addon-links": "^8.1.10",
|
|
58
|
+
"@storybook/addon-viewport": "^8.2.9",
|
|
58
59
|
"@storybook/blocks": "^8.1.10",
|
|
59
60
|
"@storybook/react": "^8.1.10",
|
|
60
61
|
"@storybook/react-vite": "^8.1.10",
|
|
61
62
|
"@storybook/test": "^8.1.10",
|
|
62
63
|
"@storybook/test-runner": "^0.18.2",
|
|
63
|
-
"@testing-library/react": "^
|
|
64
|
+
"@testing-library/react": "^16.0.1",
|
|
64
65
|
"@testing-library/user-event": "^13.0.0",
|
|
65
|
-
"@turbo/gen": "^1.12.4",
|
|
66
66
|
"@types/eslint": "^8.56.5",
|
|
67
67
|
"@types/jest": "^29.5.12",
|
|
68
68
|
"@types/jest-axe": "^3.5.9",
|
|
@@ -82,6 +82,6 @@
|
|
|
82
82
|
"storybook": "^8.1.10",
|
|
83
83
|
"storybook-addon-pseudo-states": "^3.1.1",
|
|
84
84
|
"tsup": "^8.1.0",
|
|
85
|
-
"typescript": "^5.
|
|
85
|
+
"typescript": "^5.6.3"
|
|
86
86
|
}
|
|
87
87
|
}
|