asma-core-ui 3.1.72 → 3.1.74
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/CHANGELOG.md +686 -0
- package/dist/asma-core-ui.es.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +128 -128
package/package.json
CHANGED
|
@@ -1,130 +1,130 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
},
|
|
6
|
-
"version": "3.1.72",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist/**/*",
|
|
10
|
-
"dist/style.css",
|
|
11
|
-
"tw-configs/**/*"
|
|
12
|
-
],
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "asma-team",
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"main": "./dist/asma-core-ui.es.js",
|
|
17
|
-
"module": "./dist/asma-core-ui.es.js",
|
|
18
|
-
"exports": {
|
|
19
|
-
".": {
|
|
20
|
-
"import": {
|
|
21
|
-
"types": "./dist/index.d.ts",
|
|
22
|
-
"default": "./dist/asma-core-ui.es.js"
|
|
23
|
-
}
|
|
2
|
+
"name": "asma-core-ui",
|
|
3
|
+
"publishConfig": {
|
|
4
|
+
"access": "public"
|
|
24
5
|
},
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
6
|
+
"version": "3.1.74",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/**/*",
|
|
10
|
+
"dist/style.css",
|
|
11
|
+
"tw-configs/**/*"
|
|
12
|
+
],
|
|
13
|
+
"keywords": [],
|
|
14
|
+
"author": "asma-team",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"main": "./dist/asma-core-ui.es.js",
|
|
17
|
+
"module": "./dist/asma-core-ui.es.js",
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"import": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"default": "./dist/asma-core-ui.es.js"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"./dist/style.css": "./dist/style.css",
|
|
26
|
+
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"dev": "vite",
|
|
30
|
+
"build": "npx tsc && rm -rf ./dist && vite build",
|
|
31
|
+
"preview": "vite preview",
|
|
32
|
+
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
|
|
33
|
+
"version": "echo $npm_package_version",
|
|
34
|
+
"lint:fix": "eslint --fix src/**/*.{jsx,ts,tsx}",
|
|
35
|
+
"prettier": "prettier --write src//**/*.{ts,tsx,scss} --config ./.prettierrc",
|
|
36
|
+
"storybook": "storybook dev -p 6006",
|
|
37
|
+
"storybook:no-browser": "storybook dev -p 6006 --no-open",
|
|
38
|
+
"storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
39
|
+
"storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
40
|
+
"build-storybook": "export NODE_OPTIONS=--max_old_space_size=6240 && storybook build",
|
|
41
|
+
"test-storybook": "test-storybook",
|
|
42
|
+
"changeset:pre-beta": "changeset pre enter beta",
|
|
43
|
+
"changeset:pre-exit": "changeset pre exit",
|
|
44
|
+
"changeset:version": "changeset version",
|
|
45
|
+
"changeset:publish": "changeset publish",
|
|
46
|
+
"changeset:status": "changeset status"
|
|
47
|
+
},
|
|
48
|
+
"license": "UNLICENSED",
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"@base-ui-components/react": "1.0.0-beta.4",
|
|
51
|
+
"@emotion/react": "^11.11.1",
|
|
52
|
+
"@emotion/styled": "^11.11.0",
|
|
53
|
+
"@fontsource/material-icons": "^5.0.4",
|
|
54
|
+
"@iconify/react": "^4.1.1",
|
|
55
|
+
"@mui/material": "^5.13.7",
|
|
56
|
+
"@tanstack/react-table": "^8.10.0",
|
|
57
|
+
"asma-ui-icons": "^0.0.35",
|
|
58
|
+
"clsx": "^1.2.1",
|
|
59
|
+
"date-fns": "^2.30.0",
|
|
60
|
+
"lodash-es": "^4.17.21",
|
|
61
|
+
"material-ui-popup-state": "^5.0.10",
|
|
62
|
+
"notistack": "^3.0.2",
|
|
63
|
+
"react-day-picker": "^8.8.2",
|
|
64
|
+
"react-quill": "^2.0.0",
|
|
65
|
+
"sass": "^1.77.5",
|
|
66
|
+
"vite-plugin-css-injected-by-js": "^3.5.1"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@changesets/cli": "^2.26.2",
|
|
70
|
+
"@faker-js/faker": "^8.0.2",
|
|
71
|
+
"@rollup/plugin-terser": "^0.4.3",
|
|
72
|
+
"@storybook/addon-a11y": "^7.6.9",
|
|
73
|
+
"@storybook/addon-essentials": "^7.6.9",
|
|
74
|
+
"@storybook/addon-interactions": "^7.6.9",
|
|
75
|
+
"@storybook/addon-links": "^7.6.9",
|
|
76
|
+
"@storybook/addon-mdx-gfm": "^7.6.9",
|
|
77
|
+
"@storybook/addon-styling": "^1.3.7",
|
|
78
|
+
"@storybook/addons": "^7.6.9",
|
|
79
|
+
"@storybook/blocks": "^7.6.9",
|
|
80
|
+
"@storybook/manager-api": "^7.6.9",
|
|
81
|
+
"@storybook/preset-create-react-app": "^7.6.9",
|
|
82
|
+
"@storybook/react": "^7.6.9",
|
|
83
|
+
"@storybook/react-vite": "^7.6.9",
|
|
84
|
+
"@storybook/test-runner": "^0.16.0",
|
|
85
|
+
"@storybook/testing-library": "^0.2.2",
|
|
86
|
+
"@storybook/theming": "^7.6.9",
|
|
87
|
+
"@types/lodash-es": "^4.17.7",
|
|
88
|
+
"@types/node": "^18.0.3",
|
|
89
|
+
"@types/react": "^18.0.37",
|
|
90
|
+
"@types/react-dom": "^18.0.11",
|
|
91
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
92
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
93
|
+
"@vitejs/plugin-react": "^4.0.0",
|
|
94
|
+
"autoprefixer": "^10.4.14",
|
|
95
|
+
"axe-playwright": "^1.2.3",
|
|
96
|
+
"axios": "^1.6.8",
|
|
97
|
+
"eslint": "^8.38.0",
|
|
98
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
99
|
+
"eslint-plugin-react-refresh": "^0.3.4",
|
|
100
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
101
|
+
"node": "18.17.0",
|
|
102
|
+
"postcss": "^8.4.24",
|
|
103
|
+
"prop-types": "^15.8.1",
|
|
104
|
+
"react": "^18.2.0",
|
|
105
|
+
"react-dom": "^18.2.0",
|
|
106
|
+
"rollup-plugin-typescript2": "^0.35.0",
|
|
107
|
+
"storybook": "^7.6.9",
|
|
108
|
+
"storybook-addon-themes": "^6.1.0",
|
|
109
|
+
"tailwind-merge": "^2.4.0",
|
|
110
|
+
"tailwind-scrollbar": "^3.1.0",
|
|
111
|
+
"tailwindcss": "^3.3.2",
|
|
112
|
+
"typescript": "^5.0.2",
|
|
113
|
+
"typescript-plugin-css-modules": "^5.0.1",
|
|
114
|
+
"vite": "^4.3.9",
|
|
115
|
+
"vite-plugin-dts": "^3.1.1",
|
|
116
|
+
"vite-tsconfig-paths": "^4.2.0"
|
|
117
|
+
},
|
|
118
|
+
"peerDependencies": {
|
|
119
|
+
"@emotion/react": "^11.*",
|
|
120
|
+
"@emotion/styled": "^11.*",
|
|
121
|
+
"@mui/material": "^5.*",
|
|
122
|
+
"immer": "^9.*",
|
|
123
|
+
"react": "^18.*",
|
|
124
|
+
"react-dom": "^18.*"
|
|
125
|
+
},
|
|
126
|
+
"resolutions": {
|
|
127
|
+
"@types/node": "18.0.3",
|
|
128
|
+
"node": "18.17.0"
|
|
129
|
+
}
|
|
130
|
+
}
|