@ctlyst.id/internal-ui 1.0.3 → 1.0.4-canary.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/datepicker/components/datepicker-month/datepicker-month.d.ts +9 -0
- package/dist/components/datepicker/components/datepicker-month/index.d.ts +4 -0
- package/dist/components/datepicker/components/datepicker-month/multi-datepicker-month.d.ts +9 -0
- package/dist/components/datepicker/components/datepicker.stories.d.ts +2 -1
- package/dist/components/datepicker/index.d.ts +1 -0
- package/dist/components/navigation/components/navigation.d.ts +1 -0
- package/dist/internal-ui.cjs.development.js +1092 -987
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +32 -4
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +1092 -989
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4-canary.0",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -65,5 +65,5 @@
|
|
65
65
|
"framer-motion": "^6.3.13",
|
66
66
|
"jest": "^26.6.3"
|
67
67
|
},
|
68
|
-
"gitHead": "
|
68
|
+
"gitHead": "2e2e04c44845e365f1357e69ef219be8448e6fdd"
|
69
69
|
}
|