@amityco/ui-kit-open-source 3.7.0 → 3.9.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/esm/index.css +1 -1
- package/dist/esm/index.js +988 -953
- package/dist/index.css +1 -1
- package/dist/index.d.mts +351 -50
- package/dist/index.d.ts +351 -50
- package/dist/index.js +1058 -988
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +17 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amityco/ui-kit-open-source",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=16",
|
|
6
6
|
"pnpm": ">=8"
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@amityco/ts-sdk": "^6.27.0",
|
|
48
|
+
"@eslint/js": "^9.4.0",
|
|
48
49
|
"@storybook/addon-a11y": "^7.6.7",
|
|
49
50
|
"@storybook/addon-actions": "^7.6.7",
|
|
50
51
|
"@storybook/addon-backgrounds": "^7.6.7",
|
|
@@ -57,10 +58,12 @@
|
|
|
57
58
|
"@storybook/react": "^7.6.7",
|
|
58
59
|
"@storybook/react-vite": "^7.6.7",
|
|
59
60
|
"@storybook/theming": "^7.6.7",
|
|
61
|
+
"@types/eslint__js": "^8.42.3",
|
|
60
62
|
"@types/jest": "^29.5.11",
|
|
61
63
|
"@types/lodash": "^4.14.202",
|
|
62
64
|
"@types/prop-types": "^15.7.11",
|
|
63
65
|
"@types/react": "^17.0.74",
|
|
66
|
+
"@types/react-dom": "^18.3.0",
|
|
64
67
|
"@types/react-helmet": "^6.1.11",
|
|
65
68
|
"@types/react-infinite-scroller": "^1.2.5",
|
|
66
69
|
"@types/react-mentions": "^4.1.13",
|
|
@@ -73,16 +76,16 @@
|
|
|
73
76
|
"autoprefixer": "^10.4.19",
|
|
74
77
|
"browserslist": "^4.23.0",
|
|
75
78
|
"esbuild-plugin-replace": "^1.4.0",
|
|
76
|
-
"eslint": "^
|
|
79
|
+
"eslint": "^9.4.0",
|
|
77
80
|
"eslint-config-prettier": "^9.1.0",
|
|
78
|
-
"eslint-import-resolver-typescript": "^3.6.1",
|
|
79
|
-
"eslint-plugin-import": "^2.29.1",
|
|
80
81
|
"eslint-plugin-jest": "^27.6.1",
|
|
82
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
83
|
+
"globals": "^15.4.0",
|
|
81
84
|
"husky": "^8.0.3",
|
|
82
85
|
"jest": "^29.7.0",
|
|
83
86
|
"lint-staged": "^13.3.0",
|
|
84
87
|
"postcss": "^8.4.38",
|
|
85
|
-
"prettier": "
|
|
88
|
+
"prettier": "3.3.1",
|
|
86
89
|
"react": "^18.2.0",
|
|
87
90
|
"react-dom": "^18.2.0",
|
|
88
91
|
"react-router-dom": "^6.21.1",
|
|
@@ -96,6 +99,7 @@
|
|
|
96
99
|
"ts-jest": "^29.1.1",
|
|
97
100
|
"tsup": "^7.3.0",
|
|
98
101
|
"typescript": "^4.9.5",
|
|
102
|
+
"typescript-eslint": "^7.12.0",
|
|
99
103
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
100
104
|
"vite": "^4.5.1",
|
|
101
105
|
"vite-tsconfig-paths": "^4.2.3"
|
|
@@ -106,14 +110,17 @@
|
|
|
106
110
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
107
111
|
"@hookform/error-message": "^2.0.1",
|
|
108
112
|
"@hookform/resolvers": "^3.3.4",
|
|
113
|
+
"@lexical/link": "^0.16.1",
|
|
114
|
+
"@lexical/react": "^0.16.1",
|
|
109
115
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
110
116
|
"@tanstack/react-query": "^5.28.14",
|
|
111
117
|
"clsx": "^2.1.0",
|
|
118
|
+
"colorthief": "^2.4.0",
|
|
112
119
|
"dayjs": "^1.11.11",
|
|
113
|
-
"extract-colors": "^4.0.2",
|
|
114
120
|
"filesize": "^9.0.11",
|
|
115
121
|
"framer-motion": "^11.1.7",
|
|
116
122
|
"hls.js": "^1.4.14",
|
|
123
|
+
"lexical": "^0.16.1",
|
|
117
124
|
"linkify-react": "^4.1.3",
|
|
118
125
|
"linkifyjs": "^4.1.3",
|
|
119
126
|
"lodash": "^4.17.21",
|
|
@@ -136,13 +143,14 @@
|
|
|
136
143
|
"react-truncate-markup": "^5.1.2",
|
|
137
144
|
"react-use": "^17.4.2",
|
|
138
145
|
"stylis": "^4.3.1",
|
|
146
|
+
"typescript-eslint": "^7.17.0",
|
|
139
147
|
"uuid": "^8.3.2",
|
|
140
148
|
"vaul": "^0.9.1",
|
|
141
149
|
"zod": "^3.22.4"
|
|
142
150
|
},
|
|
143
151
|
"lint-staged": {
|
|
144
152
|
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
|
|
145
|
-
"*.{json,
|
|
153
|
+
"*.{json,css}": "prettier --write",
|
|
146
154
|
"*.{css}": "stylelint --fix"
|
|
147
155
|
},
|
|
148
156
|
"postcss": {
|
|
@@ -150,5 +158,6 @@
|
|
|
150
158
|
"autoprefixer": {}
|
|
151
159
|
}
|
|
152
160
|
},
|
|
153
|
-
"license": "LGPL-2.1-only"
|
|
161
|
+
"license": "LGPL-2.1-only",
|
|
162
|
+
"packageManager": "pnpm@9.5.0"
|
|
154
163
|
}
|