@dxc-technology/halstack-react 13.2.0 → 14.0.0-d7a11df

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.
Files changed (5) hide show
  1. package/dist/index.d.mts +2869 -2506
  2. package/dist/index.d.ts +2869 -2506
  3. package/dist/index.js +10442 -8774
  4. package/dist/index.mjs +10163 -8496
  5. package/package.json +9 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxc-technology/halstack-react",
3
- "version": "13.2.0",
3
+ "version": "14.0.0-d7a11df",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dxc-technology/halstack-react"
@@ -16,9 +16,9 @@
16
16
  "dist"
17
17
  ],
18
18
  "scripts": {
19
- "build": "tsup src/index.ts --format cjs,esm --dts",
19
+ "build": "tsup",
20
20
  "build-storybook": "storybook build",
21
- "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
21
+ "dev": "tsup --watch",
22
22
  "lint": "eslint . --max-warnings 0",
23
23
  "prepublishOnly": "node ../../scripts/copy-readme.js",
24
24
  "storybook": "storybook dev -p 6006",
@@ -29,23 +29,19 @@
29
29
  "test:watch": "jest --env=jsdom --config=./jest.config.js --watch"
30
30
  },
31
31
  "peerDependencies": {
32
- "react": "^18.x",
33
- "react-dom": "^18.x",
34
- "styled-components": "^5.0.1",
35
- "@cloudscape-design/components": "3.0.677"
32
+ "react": "^18.3.1",
33
+ "react-dom": "^18.3.1",
34
+ "styled-components": "^5.0.1"
36
35
  },
37
36
  "dependencies": {
38
37
  "@radix-ui/react-popover": "^1.1.0",
39
38
  "@radix-ui/react-tooltip": "^1.1.0",
40
39
  "color": "^4.2.3",
41
40
  "dayjs": "^1.11.11",
41
+ "react-data-grid": "^7.0.0-beta.44",
42
42
  "slugify": "^1.6.6"
43
43
  },
44
44
  "devDependencies": {
45
- "@cloudscape-design/components": "file:packages/cloudscape-themed/dist/themed/components",
46
- "@cloudscape-design/design-tokens": "file:packages/cloudscape-themed/dist/themed/design-tokens",
47
- "@babel/cli": "^7.16.8",
48
- "@babel/core": "^7.16.7",
49
45
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
50
46
  "@babel/plugin-proposal-optional-chaining": "^7.13.8",
51
47
  "@babel/plugin-transform-runtime": "^7.16.8",
@@ -59,14 +55,14 @@
59
55
  "@storybook/addon-essentials": "^8.1.10",
60
56
  "@storybook/addon-interactions": "^8.1.10",
61
57
  "@storybook/addon-links": "^8.1.10",
58
+ "@storybook/addon-viewport": "^8.2.9",
62
59
  "@storybook/blocks": "^8.1.10",
63
60
  "@storybook/react": "^8.1.10",
64
61
  "@storybook/react-vite": "^8.1.10",
65
62
  "@storybook/test": "^8.1.10",
66
63
  "@storybook/test-runner": "^0.18.2",
67
- "@testing-library/react": "^13.0.0",
64
+ "@testing-library/react": "^16.0.1",
68
65
  "@testing-library/user-event": "^13.0.0",
69
- "@turbo/gen": "^1.12.4",
70
66
  "@types/eslint": "^8.56.5",
71
67
  "@types/jest": "^29.5.12",
72
68
  "@types/jest-axe": "^3.5.9",