@ctlyst.id/internal-ui 3.2.1 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +105 -104
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +107 -107
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -5
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.3.0",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
7
7
|
"typings": "dist/index.d.ts",
|
8
|
-
"
|
8
|
+
"source": "./src/index.ts",
|
9
9
|
"repository": "https://github.com/machtwatch/voila-internal-ui",
|
10
10
|
"author": "Catalyst Tech",
|
11
11
|
"license": "Apache-2.0",
|
@@ -38,13 +38,14 @@
|
|
38
38
|
"react-select": "^5.6.0",
|
39
39
|
"react-select-async-paginate": "0.7.0",
|
40
40
|
"react-toastify": "^10.0.5",
|
41
|
+
"timescape": "^0.5.1",
|
41
42
|
"tslib": "^2.3.1"
|
42
43
|
},
|
43
44
|
"peerDependencies": {
|
44
|
-
"
|
45
|
+
"framer-motion": ">=4.0.0 <11.2.0",
|
45
46
|
"react": "^18.1.0",
|
46
47
|
"react-dom": "^18.1.0",
|
47
|
-
"
|
48
|
+
"@ctlyst.id/internal-icon": "1.1.0"
|
48
49
|
},
|
49
50
|
"devDependencies": {
|
50
51
|
"@babel/core": "^7.15.0",
|
@@ -61,7 +62,8 @@
|
|
61
62
|
"codecov": "^3.8.3",
|
62
63
|
"date-fns": "^3.6.0",
|
63
64
|
"framer-motion": "^6.3.13",
|
64
|
-
"jest": "^29.7.0"
|
65
|
+
"jest": "^29.7.0",
|
66
|
+
"@ctlyst.id/internal-icon": "1.1.0"
|
65
67
|
},
|
66
68
|
"gitHead": "da79c755628cff127d3383febf834eb2c7478c31",
|
67
69
|
"scripts": {
|