@ctlyst.id/internal-ui 3.0.1 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +50 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +4 -11
- package/dist/index.d.ts +4 -11
- package/dist/index.js +807 -749
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +462 -398
- package/dist/index.mjs.map +1 -1
- package/dist/poppins-latin-400-normal-SFWTNBQB.woff2 +0 -0
- package/dist/poppins-latin-400-normal-ZPTYLX7I.woff +0 -0
- package/dist/poppins-latin-ext-400-normal-7PFKV6Y5.woff +0 -0
- package/dist/poppins-latin-ext-400-normal-K3FV5HAI.woff2 +0 -0
- package/package.json +2 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "3.0
|
3
|
+
"version": "3.1.0",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"@babel/preset-env": "^7.24.7",
|
51
51
|
"@babel/preset-react": "^7.24.7",
|
52
52
|
"@babel/preset-typescript": "^7.18.6",
|
53
|
-
"@ctlyst.id/ctlyst-theme": "^0.0.
|
53
|
+
"@ctlyst.id/ctlyst-theme": "^0.0.6",
|
54
54
|
"@ctlyst.id/voila-theme": "^0.0.6",
|
55
55
|
"@testing-library/dom": "^10.0.0",
|
56
56
|
"@testing-library/jest-dom": "^6.4.6",
|