asma-core-ui 2.16.16 → 2.16.18
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/asma-core-ui.es.js +21 -21
- package/dist/src/components/data-display/chip/StyledChip.d.ts +2 -0
- package/dist/src/components/data-display/chip/index.d.ts +1 -0
- package/dist/src/components/inputs/checkbox/StyledCheckbox.stories.d.ts +1 -0
- package/dist/src/components/navigation/link/StyledLink.d.ts +20 -0
- package/dist/src/components/navigation/link/index.d.ts +1 -0
- package/dist/src/components/table/StyledTable.d.ts +1 -2
- package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -0
- package/dist/src/components/utils/popover/index.d.ts +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/style.css +2 -2
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "2.16.
|
|
6
|
+
"version": "2.16.18",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/**/*",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@iconify/react": "^4.1.1",
|
|
25
25
|
"@mui/material": "^5.13.7",
|
|
26
26
|
"@mui/x-data-grid": "^6.9.2",
|
|
27
|
+
"@storybook/addon-mdx-gfm": "^7.4.6",
|
|
27
28
|
"@tanstack/react-table": "^8.10.0",
|
|
28
29
|
"clsx": "^1.2.1",
|
|
29
30
|
"node": "18.17.0",
|
|
@@ -36,21 +37,20 @@
|
|
|
36
37
|
"@changesets/cli": "^2.26.2",
|
|
37
38
|
"@faker-js/faker": "^8.0.2",
|
|
38
39
|
"@rollup/plugin-terser": "^0.4.3",
|
|
39
|
-
"@storybook/addon-a11y": "^7.4.
|
|
40
|
-
"@storybook/addon-essentials": "^7.4.
|
|
41
|
-
"@storybook/addon-interactions": "^7.4.
|
|
42
|
-
"@storybook/addon-links": "^7.4.
|
|
43
|
-
"@storybook/addon-mdx-gfm": "^7.4.0",
|
|
40
|
+
"@storybook/addon-a11y": "^7.4.6",
|
|
41
|
+
"@storybook/addon-essentials": "^7.4.6",
|
|
42
|
+
"@storybook/addon-interactions": "^7.4.6",
|
|
43
|
+
"@storybook/addon-links": "^7.4.6",
|
|
44
44
|
"@storybook/addon-styling": "^1.3.7",
|
|
45
|
-
"@storybook/addons": "^7.4.
|
|
46
|
-
"@storybook/blocks": "^7.4.
|
|
47
|
-
"@storybook/manager-api": "^7.4.
|
|
48
|
-
"@storybook/preset-create-react-app": "^7.4.
|
|
49
|
-
"@storybook/react": "^7.4.
|
|
50
|
-
"@storybook/react-vite": "^7.4.
|
|
45
|
+
"@storybook/addons": "^7.4.6",
|
|
46
|
+
"@storybook/blocks": "^7.4.6",
|
|
47
|
+
"@storybook/manager-api": "^7.4.6",
|
|
48
|
+
"@storybook/preset-create-react-app": "^7.4.6",
|
|
49
|
+
"@storybook/react": "^7.4.6",
|
|
50
|
+
"@storybook/react-vite": "^7.4.6",
|
|
51
51
|
"@storybook/test-runner": "^0.13.0",
|
|
52
|
-
"@storybook/testing-library": "^0.2.
|
|
53
|
-
"@storybook/theming": "^7.4.
|
|
52
|
+
"@storybook/testing-library": "^0.2.2",
|
|
53
|
+
"@storybook/theming": "^7.4.6",
|
|
54
54
|
"@types/lodash-es": "^4.17.7",
|
|
55
55
|
"@types/node": "^18.0.3",
|
|
56
56
|
"@types/react": "^18.0.37",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"eslint": "^8.38.0",
|
|
64
64
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
65
65
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
66
|
-
"eslint-plugin-storybook": "^0.6.
|
|
66
|
+
"eslint-plugin-storybook": "^0.6.14",
|
|
67
67
|
"postcss": "^8.4.24",
|
|
68
68
|
"prop-types": "^15.8.1",
|
|
69
69
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
70
|
-
"storybook": "^7.4.
|
|
70
|
+
"storybook": "^7.4.6",
|
|
71
71
|
"storybook-addon-themes": "^6.1.0",
|
|
72
72
|
"tailwindcss": "^3.3.2",
|
|
73
73
|
"typescript": "^5.0.2",
|