@cloudscape-design/board-components 3.0.167 → 3.0.169
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/board/transition.js +1 -1
- package/board/transition.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +28 -1
- package/internal/generated/styles/tokens.js +28 -1
- package/internal/generated/theming/index.cjs +533 -4
- package/internal/generated/theming/index.cjs.d.ts +36 -0
- package/internal/generated/theming/index.d.ts +36 -0
- package/internal/generated/theming/index.js +533 -4
- package/internal/manifest.json +1 -1
- package/package.json +14 -10
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudscape-design/board-components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.169",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/cloudscape-design/board-components.git"
|
|
@@ -34,31 +34,34 @@
|
|
|
34
34
|
"@cloudscape-design/global-styles": "^1.0.1",
|
|
35
35
|
"@cloudscape-design/test-utils-converter": "^1.0.0",
|
|
36
36
|
"@cloudscape-design/theming-build": "^1",
|
|
37
|
+
"@eslint/compat": "^1.4.1",
|
|
38
|
+
"@eslint/js": "^9.39.4",
|
|
37
39
|
"@juggle/resize-observer": "^3.4.0",
|
|
38
40
|
"@testing-library/jest-dom": "^5.16.5",
|
|
39
41
|
"@testing-library/react": "^13.4.0",
|
|
40
|
-
"@tony.ganchev/eslint-plugin-header": "^3.3
|
|
42
|
+
"@tony.ganchev/eslint-plugin-header": "^3.4.3",
|
|
41
43
|
"@types/jest-image-snapshot": "^6.1.0",
|
|
42
44
|
"@types/lodash": "^4.14.191",
|
|
43
45
|
"@types/node": "^18.19.4",
|
|
44
46
|
"@types/react": "^18.0.26",
|
|
45
47
|
"@types/react-dom": "^18.0.10",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
47
|
-
"@typescript-eslint/parser": "^
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^8.58.1",
|
|
49
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
48
50
|
"@vitejs/plugin-react": "^4.7.0",
|
|
49
51
|
"@vitest/coverage-v8": "^3.2.4",
|
|
50
52
|
"chokidar-cli": "^3.0.0",
|
|
51
53
|
"deep-freeze-es6": "^1.4.1",
|
|
52
|
-
"eslint": "^
|
|
54
|
+
"eslint": "^9.39.4",
|
|
53
55
|
"eslint-config-prettier": "^9.1.0",
|
|
54
56
|
"eslint-plugin-import": "^2.26.0",
|
|
55
|
-
"eslint-plugin-no-unsanitized": "^4.
|
|
56
|
-
"eslint-plugin-prettier": "^5.
|
|
57
|
-
"eslint-plugin-react": "^7.
|
|
58
|
-
"eslint-plugin-react-hooks": "^
|
|
57
|
+
"eslint-plugin-no-unsanitized": "^4.1.5",
|
|
58
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
59
|
+
"eslint-plugin-react": "^7.37.5",
|
|
60
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
59
61
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
60
|
-
"eslint-plugin-unicorn": "^
|
|
62
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
61
63
|
"execa": "^6.1.0",
|
|
64
|
+
"globals": "^16.5.0",
|
|
62
65
|
"globby": "^13.1.3",
|
|
63
66
|
"husky": "^8.0.3",
|
|
64
67
|
"jest-image-snapshot": "^6.1.0",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"stylelint-config-recommended-scss": "^14.1.0",
|
|
77
80
|
"stylelint-prettier": "^5.0.2",
|
|
78
81
|
"typescript": "^4.9.4",
|
|
82
|
+
"typescript-eslint": "^8.58.1",
|
|
79
83
|
"vite": "^6.4.1",
|
|
80
84
|
"vitest": "^3.2.4"
|
|
81
85
|
},
|