@cloudscape-design/board-components 3.0.100 → 3.0.102
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/LICENSE +175 -201
- package/NOTICE +1 -2
- package/board/index.d.ts +1 -2
- package/board/internal.d.ts +1 -2
- package/board/placeholder.d.ts +1 -2
- package/board/styles.css.js +5 -5
- package/board/styles.scoped.css +12 -12
- package/board/styles.selectors.js +5 -5
- package/board-item/header.d.ts +1 -1
- package/board-item/index.d.ts +1 -2
- package/board-item/internal.d.ts +1 -2
- package/board-item/styles.css.js +11 -11
- package/board-item/styles.scoped.css +25 -25
- package/board-item/styles.selectors.js +11 -11
- package/internal/api-docs/test-utils-doc/dom.js +1 -1
- package/internal/api-docs/test-utils-doc/selectors.js +1 -1
- package/internal/drag-handle/styles.css.js +2 -2
- package/internal/drag-handle/styles.scoped.css +7 -7
- package/internal/drag-handle/styles.selectors.js +2 -2
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/grid/grid.d.ts +1 -2
- package/internal/grid/item.d.ts +1 -1
- package/internal/handle/styles.css.js +1 -1
- package/internal/handle/styles.scoped.css +6 -6
- package/internal/handle/styles.selectors.js +1 -1
- package/internal/live-region/index.d.ts +1 -1
- package/internal/manifest.json +1 -1
- package/internal/resize-handle/index.d.ts +1 -1
- package/internal/resize-handle/styles.css.js +2 -2
- package/internal/resize-handle/styles.scoped.css +7 -7
- package/internal/resize-handle/styles.selectors.js +2 -2
- package/internal/screenreader-only/index.d.ts +1 -1
- package/items-palette/index.d.ts +1 -2
- package/items-palette/internal.d.ts +1 -2
- package/package.json +70 -2
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.102",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/cloudscape-design/board-components.git"
|
|
@@ -23,8 +23,76 @@
|
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@cloudscape-design/components": "^3",
|
|
26
|
+
"react": ">=18.2.0"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@cloudscape-design/browser-test-tools": "^3.0.4",
|
|
30
|
+
"@cloudscape-design/build-tools": "^3.0.1",
|
|
31
|
+
"@cloudscape-design/components": "^3",
|
|
32
|
+
"@cloudscape-design/design-tokens": "^3",
|
|
33
|
+
"@cloudscape-design/documenter": "^1.0.0",
|
|
34
|
+
"@cloudscape-design/global-styles": "^1.0.1",
|
|
35
|
+
"@cloudscape-design/test-utils-converter": "^1.0.0",
|
|
36
|
+
"@cloudscape-design/theming-build": "^1",
|
|
37
|
+
"@juggle/resize-observer": "^3.4.0",
|
|
38
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
39
|
+
"@testing-library/react": "^13.4.0",
|
|
40
|
+
"@types/jest-image-snapshot": "^6.1.0",
|
|
41
|
+
"@types/lodash": "^4.14.191",
|
|
42
|
+
"@types/node": "^18.19.4",
|
|
43
|
+
"@types/react": "^18.0.26",
|
|
44
|
+
"@types/react-dom": "^18.0.10",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
46
|
+
"@typescript-eslint/parser": "^5.48.0",
|
|
47
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
48
|
+
"@vitest/coverage-v8": "^3.0.7",
|
|
49
|
+
"chokidar-cli": "^3.0.0",
|
|
50
|
+
"deep-freeze-es6": "^1.4.1",
|
|
51
|
+
"eslint": "^8.57.0",
|
|
52
|
+
"eslint-config-prettier": "^9.1.0",
|
|
53
|
+
"eslint-plugin-header": "^3.1.1",
|
|
54
|
+
"eslint-plugin-import": "^2.26.0",
|
|
55
|
+
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
56
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
57
|
+
"eslint-plugin-react": "^7.31.11",
|
|
58
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
59
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
60
|
+
"eslint-plugin-unicorn": "^45.0.2",
|
|
61
|
+
"execa": "^6.1.0",
|
|
62
|
+
"globby": "^13.1.3",
|
|
63
|
+
"husky": "^8.0.3",
|
|
64
|
+
"jest-image-snapshot": "^6.1.0",
|
|
65
|
+
"jsdom": "^20.0.3",
|
|
66
|
+
"lint-staged": "^13.1.0",
|
|
67
|
+
"lodash": "^4.17.21",
|
|
68
|
+
"lodash-es": "^4.17.21",
|
|
69
|
+
"npm-run-all": "^4.1.5",
|
|
70
|
+
"prettier": "^3.2.5",
|
|
71
|
+
"puppeteer-core": "^22.15.0",
|
|
26
72
|
"react": "^18.2.0",
|
|
27
|
-
"react-dom": "^18.2.0"
|
|
73
|
+
"react-dom": "^18.2.0",
|
|
74
|
+
"react-router-dom": "^6.6.1",
|
|
75
|
+
"stylelint": "^16.8.1",
|
|
76
|
+
"stylelint-config-recommended-scss": "^14.1.0",
|
|
77
|
+
"stylelint-prettier": "^5.0.2",
|
|
78
|
+
"typescript": "^4.9.4",
|
|
79
|
+
"vite": "^6.2.4",
|
|
80
|
+
"vitest": "^3.0.7"
|
|
81
|
+
},
|
|
82
|
+
"//": "ensure that typedoc uses latest typescript. It prints a warning, but works",
|
|
83
|
+
"overrides": {
|
|
84
|
+
"typescript": "^4.9.4"
|
|
85
|
+
},
|
|
86
|
+
"lint-staged": {
|
|
87
|
+
"*.{js,jsx,ts,tsx}": [
|
|
88
|
+
"eslint --fix"
|
|
89
|
+
],
|
|
90
|
+
"*.{scss,css}": [
|
|
91
|
+
"stylelint --fix"
|
|
92
|
+
],
|
|
93
|
+
"package-lock.json": [
|
|
94
|
+
"./scripts/prepare-package-lock.js"
|
|
95
|
+
]
|
|
28
96
|
},
|
|
29
97
|
"license": "Apache-2.0",
|
|
30
98
|
"scripts": {}
|