@rws-aoa/react-library 3.6.5 → 4.0.0
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/dist/_constants.js.map +1 -1
- package/dist/components/atoms/_menu/menu-item/MenuItem.d.ts.map +1 -1
- package/dist/components/atoms/_menu/menu-item/MenuItem.js +47 -41
- package/dist/components/atoms/_menu/menu-item/MenuItem.js.map +1 -1
- package/dist/components/atoms/_menu/user-menu/UserMenu.d.ts +1 -1
- package/dist/components/atoms/_menu/user-menu/UserMenu.d.ts.map +1 -1
- package/dist/components/atoms/_menu/user-menu/UserMenu.js +15 -14
- package/dist/components/atoms/_menu/user-menu/UserMenu.js.map +1 -1
- package/dist/components/atoms/button/Button.d.ts +4 -4
- package/dist/components/atoms/button/Button.d.ts.map +1 -1
- package/dist/components/atoms/button/Button.js +129 -127
- package/dist/components/atoms/button/Button.js.map +1 -1
- package/dist/components/atoms/icon-button/IconButton.d.ts +1 -1
- package/dist/components/atoms/icon-button/IconButton.d.ts.map +1 -1
- package/dist/components/atoms/icon-button/IconButton.js +6 -4
- package/dist/components/atoms/icon-button/IconButton.js.map +1 -1
- package/dist/components/atoms/input/Input.d.ts +2 -2
- package/dist/components/atoms/input/Input.d.ts.map +1 -1
- package/dist/components/atoms/input/Input.js +60 -55
- package/dist/components/atoms/input/Input.js.map +1 -1
- package/dist/components/atoms/logo/Logo.d.ts +2 -2
- package/dist/components/atoms/logo/Logo.js.map +1 -1
- package/dist/components/atoms/no-permission/NoPermission.d.ts +1 -1
- package/dist/components/atoms/no-permission/NoPermission.d.ts.map +1 -1
- package/dist/components/atoms/no-permission/NoPermission.js +9 -9
- package/dist/components/atoms/no-permission/NoPermission.js.map +1 -1
- package/dist/components/atoms/notification/Notification.d.ts +2 -2
- package/dist/components/atoms/notification/Notification.d.ts.map +1 -1
- package/dist/components/atoms/notification/Notification.js +22 -22
- package/dist/components/atoms/notification/Notification.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Error.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Info.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Success.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Warning.js.map +1 -1
- package/dist/components/atoms/section-header/SectionHeader.d.ts +2 -2
- package/dist/components/atoms/section-header/SectionHeader.d.ts.map +1 -1
- package/dist/components/atoms/section-header/SectionHeader.js +61 -39
- package/dist/components/atoms/section-header/SectionHeader.js.map +1 -1
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.d.ts +2 -2
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.js +12 -12
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.js.map +1 -1
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.d.ts +1 -1
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.d.ts.map +1 -1
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.js +9 -9
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.js.map +1 -1
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.d.ts +1 -1
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.d.ts.map +1 -1
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.js +10 -10
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.js.map +1 -1
- package/dist/components/atoms/table/Table.d.ts +4 -4
- package/dist/components/atoms/table/Table.d.ts.map +1 -1
- package/dist/components/atoms/table/Table.js +66 -64
- package/dist/components/atoms/table/Table.js.map +1 -1
- package/dist/components/atoms/table/_QuickSearchToolbar.d.ts +2 -2
- package/dist/components/atoms/table/_QuickSearchToolbar.d.ts.map +1 -1
- package/dist/components/atoms/table/_QuickSearchToolbar.js +29 -22
- package/dist/components/atoms/table/_QuickSearchToolbar.js.map +1 -1
- package/dist/components/atoms/zero-width-space/ZeroWidthSpace.js.map +1 -1
- package/dist/components/molecules/file-dropzone/FileDropzone.d.ts.map +1 -1
- package/dist/components/molecules/file-dropzone/FileDropzone.js +24 -13
- package/dist/components/molecules/file-dropzone/FileDropzone.js.map +1 -1
- package/dist/components/molecules/file-table/FileTable.d.ts +4 -4
- package/dist/components/molecules/file-table/FileTable.js +17 -17
- package/dist/components/molecules/file-table/FileTable.js.map +1 -1
- package/dist/components/molecules/form-error/FormError.d.ts +2 -2
- package/dist/components/molecules/form-error/FormError.js.map +1 -1
- package/dist/components/molecules/form-modal/FormModal.d.ts +2 -2
- package/dist/components/molecules/form-modal/FormModal.d.ts.map +1 -1
- package/dist/components/molecules/form-modal/FormModal.js +10 -1
- package/dist/components/molecules/form-modal/FormModal.js.map +1 -1
- package/dist/components/molecules/modal/Modal.d.ts +1 -1
- package/dist/components/molecules/modal/Modal.d.ts.map +1 -1
- package/dist/components/molecules/modal/Modal.js.map +1 -1
- package/dist/components/molecules/modal-close-button/ModalCloseButton.js.map +1 -1
- package/dist/components/molecules/navigation-bar/NavigationBar.d.ts.map +1 -1
- package/dist/components/molecules/navigation-bar/NavigationBar.js +27 -16
- package/dist/components/molecules/navigation-bar/NavigationBar.js.map +1 -1
- package/dist/components/molecules/upload-button/UploadButton.d.ts +2 -2
- package/dist/components/molecules/upload-button/UploadButton.d.ts.map +1 -1
- package/dist/components/molecules/upload-button/UploadButton.js +25 -23
- package/dist/components/molecules/upload-button/UploadButton.js.map +1 -1
- package/dist/components/organisms/content-page/ContentPage.d.ts +1 -1
- package/dist/components/organisms/content-page/ContentPage.d.ts.map +1 -1
- package/dist/components/organisms/content-page/ContentPage.js +6 -4
- package/dist/components/organisms/content-page/ContentPage.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +45 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rws-aoa/react-library",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "RWS AOA Design System",
|
|
5
5
|
"author": "@rws-aoa",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,11 +11,13 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"storybook": "storybook dev -p 6006",
|
|
13
13
|
"build-storybook": "storybook build",
|
|
14
|
-
"test": "
|
|
14
|
+
"test": "vitest run --project=storybook",
|
|
15
|
+
"test:watch": "vitest --project=storybook",
|
|
16
|
+
"typecheck": "tsc -p tsconfig.app.json",
|
|
15
17
|
"lint": "run-p \"lint:**\"",
|
|
16
18
|
"lint:js": "eslint src --fix",
|
|
17
19
|
"lint:css": "stylelint --fix \"./src/assets/css/styles.css\"",
|
|
18
|
-
"build": "
|
|
20
|
+
"build": "yarn typecheck && vite build && yarn update-export-mapping",
|
|
19
21
|
"prepack": "yarn build",
|
|
20
22
|
"update-export-mapping": "node scripts/update-export-mapping.mjs",
|
|
21
23
|
"bump": "cliff-jumper",
|
|
@@ -24,68 +26,66 @@
|
|
|
24
26
|
"dependencies": {
|
|
25
27
|
"@emotion/react": "^11.14.0",
|
|
26
28
|
"@emotion/styled": "^11.14.0",
|
|
27
|
-
"@mui/icons-material": "^
|
|
28
|
-
"@mui/material": "^
|
|
29
|
-
"@tanstack/react-router": "^1.
|
|
29
|
+
"@mui/icons-material": "^6.4.7",
|
|
30
|
+
"@mui/material": "^6.4.7",
|
|
31
|
+
"@tanstack/react-router": "^1.112.18",
|
|
30
32
|
"clsx": "^2.1.1",
|
|
31
33
|
"lodash.merge": "^4.6.2",
|
|
32
34
|
"react": "^18.3.1",
|
|
33
35
|
"react-dom": "^18.3.1"
|
|
34
36
|
},
|
|
35
37
|
"devDependencies": {
|
|
36
|
-
"@
|
|
37
|
-
"@babel/preset-env": "^7.26.0",
|
|
38
|
-
"@babel/preset-react": "^7.26.3",
|
|
39
|
-
"@babel/preset-typescript": "^7.26.0",
|
|
38
|
+
"@chromatic-com/storybook": "^3.2.5",
|
|
40
39
|
"@favware/cliff-jumper": "^6.0.0",
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@mui/
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@storybook/addon-
|
|
47
|
-
"@storybook/addon-
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/react": "^
|
|
55
|
-
"@storybook/react-
|
|
56
|
-
"@storybook/test
|
|
57
|
-
"@storybook/
|
|
58
|
-
"@
|
|
59
|
-
"@tanstack/react-form": "*",
|
|
40
|
+
"@fontsource/material-icons": "^5.2.5",
|
|
41
|
+
"@fontsource/roboto": "^5.2.5",
|
|
42
|
+
"@mui/system": "^6.4.7",
|
|
43
|
+
"@mui/x-data-grid": "^7.27.3",
|
|
44
|
+
"@mui/x-data-grid-generator": "^7.27.3",
|
|
45
|
+
"@storybook/addon-a11y": "^8.6.4",
|
|
46
|
+
"@storybook/addon-console": "^3.0.0",
|
|
47
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
48
|
+
"@storybook/addon-onboarding": "^8.6.4",
|
|
49
|
+
"@storybook/addon-themes": "^8.6.4",
|
|
50
|
+
"@storybook/blocks": "^8.6.4",
|
|
51
|
+
"@storybook/experimental-addon-test": "^8.6.4",
|
|
52
|
+
"@storybook/manager-api": "^8.6.4",
|
|
53
|
+
"@storybook/react": "^8.6.4",
|
|
54
|
+
"@storybook/react-vite": "^8.6.4",
|
|
55
|
+
"@storybook/test": "^8.6.4",
|
|
56
|
+
"@storybook/theming": "^8.6.4",
|
|
57
|
+
"@tanstack/react-form": "0.41.4",
|
|
60
58
|
"@types/lodash.merge": "^4.6.9",
|
|
61
59
|
"@types/react": "^18.3.18",
|
|
62
60
|
"@types/react-dom": "^18.3.5",
|
|
63
61
|
"@vitejs/plugin-react": "^4.3.4",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
62
|
+
"@vitest/browser": "^3.0.8",
|
|
63
|
+
"@vitest/coverage-v8": "^3.0.8",
|
|
64
|
+
"eslint": "^9.21.0",
|
|
66
65
|
"glob": "^11.0.1",
|
|
67
66
|
"npm-run-all2": "^7.0.2",
|
|
68
|
-
"playwright": "^1.
|
|
69
|
-
"prettier": "^3.
|
|
70
|
-
"
|
|
71
|
-
"react-
|
|
72
|
-
"
|
|
73
|
-
"storybook": "^
|
|
74
|
-
"stylelint": "^16.
|
|
67
|
+
"playwright": "^1.51.0",
|
|
68
|
+
"prettier": "^3.5.3",
|
|
69
|
+
"react-dropzone": "^14.3.8",
|
|
70
|
+
"react-toastify": "^11.0.5",
|
|
71
|
+
"remark-gfm": "^4.0.1",
|
|
72
|
+
"storybook": "^8.6.4",
|
|
73
|
+
"stylelint": "^16.15.0",
|
|
75
74
|
"tslib": "^2.8.1",
|
|
76
|
-
"typescript": "^5.
|
|
77
|
-
"vite": "^6.
|
|
78
|
-
"vite-plugin-checker": "^0.
|
|
79
|
-
"vite-plugin-dts": "^4.5.
|
|
80
|
-
"vite-plugin-lib-inject-css": "^2.2.1"
|
|
75
|
+
"typescript": "^5.8.2",
|
|
76
|
+
"vite": "^6.2.1",
|
|
77
|
+
"vite-plugin-checker": "^0.9.0",
|
|
78
|
+
"vite-plugin-dts": "^4.5.3",
|
|
79
|
+
"vite-plugin-lib-inject-css": "^2.2.1",
|
|
80
|
+
"vitest": "^3.0.8"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@emotion/react": "^11.x",
|
|
84
84
|
"@emotion/styled": "^11.x",
|
|
85
85
|
"@mui/icons-material": "^5.x",
|
|
86
|
-
"@mui/material": "^
|
|
86
|
+
"@mui/material": "^6.x",
|
|
87
87
|
"@mui/x-data-grid": "^6.x",
|
|
88
|
-
"@tanstack/react-form": "
|
|
88
|
+
"@tanstack/react-form": "0.41.2",
|
|
89
89
|
"@tanstack/react-router": "*",
|
|
90
90
|
"react": "^18.x",
|
|
91
91
|
"react-dom": "^18.x",
|