@amityco/ui-kit-open-source 4.0.2 → 4.2.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 +604 -607
- package/dist/index.css +1 -1
- package/dist/index.d.mts +10 -1
- package/dist/index.d.ts +10 -1
- package/dist/index.js +677 -680
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +3 -3
- package/readme.md +0 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amityco/ui-kit-open-source",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20",
|
|
6
6
|
"pnpm": "9"
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"tsc": "tsc"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@amityco/ts-sdk": "
|
|
42
|
+
"@amityco/ts-sdk": "^6.35.0",
|
|
43
43
|
"react": ">=17.0.2",
|
|
44
44
|
"react-dom": ">=17.0.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@amityco/ts-sdk": "^6.
|
|
47
|
+
"@amityco/ts-sdk": "^6.35.0",
|
|
48
48
|
"@eslint/js": "^9.4.0",
|
|
49
49
|
"@storybook/addon-a11y": "^7.6.7",
|
|
50
50
|
"@storybook/addon-actions": "^7.6.7",
|
package/readme.md
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Amity UI-Kit for Web (Open-Source)
|
|
2
|
-
|
|
3
|
-
## Prerequisites
|
|
4
|
-
|
|
5
|
-
Before getting started, ensure that you have the following prerequisites installed on your system:
|
|
6
|
-
|
|
7
|
-
- [Node.js](https://nodejs.org/) LTS version (currently version 20)
|
|
8
|
-
- [pnpm](https://pnpm.io/) version 8
|
|
9
|
-
|
|
10
|
-
## How to install PNPM (Optional)
|
|
11
|
-
|
|
12
|
-
Please refer to our online documentation at https://docs.amity.co or contact a Ui-Kit representative at \* \*developers@amity.co** for support.
|
|
13
|
-
|
|
14
|
-
## Contributing
|
|
15
|
-
|
|
16
|
-
See [our contributing guide](https://github.com/EkoCommunications/AmityUiKitWeb/blob/develop/CONTRIBUTING.md)
|