@momo-webplatform/mobase 0.2.71 → 0.2.73
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/cjs/index.cjs +18 -38
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +4 -3
- package/dist/esm/index.d.ts +4 -3
- package/dist/esm/index.js +18 -38
- package/dist/esm/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-webplatform/mobase",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.73",
|
|
4
4
|
"description": "Mobase is the UI framework upon we build product experiences at MoMo.vn, base on Radix primitives, and Tailwind CSS.",
|
|
5
5
|
"author": "MoMo - Front-end dev",
|
|
6
6
|
"license": "MIT",
|
|
@@ -92,7 +92,6 @@
|
|
|
92
92
|
"embla-carousel-autoplay": "^8.3.0",
|
|
93
93
|
"embla-carousel-react": "^8.3.0",
|
|
94
94
|
"flat": "6.0.1",
|
|
95
|
-
"framer-motion": "^11.0.24",
|
|
96
95
|
"html-react-parser": "^5.1.10",
|
|
97
96
|
"lodash": "^4.17.21",
|
|
98
97
|
"lodash-es": "^4.17.21",
|
|
@@ -100,11 +99,13 @@
|
|
|
100
99
|
"lodash.omit": "^4.5.0",
|
|
101
100
|
"lucide-react": "^0.307.0",
|
|
102
101
|
"lunisolar": "^2.5.0",
|
|
102
|
+
"motion": "^12.6.3",
|
|
103
103
|
"next": "^13.0.0",
|
|
104
104
|
"qrcode.react": "^3.1.0",
|
|
105
105
|
"react-day-picker": "8.10.1",
|
|
106
106
|
"react-hook-form": "^7.53.1",
|
|
107
107
|
"react-use": "^17.5.0",
|
|
108
|
+
"react-use-measure": "^2.1.7",
|
|
108
109
|
"swiper": "^8.4.4",
|
|
109
110
|
"tailwind-merge": "2.4.0",
|
|
110
111
|
"tailwindcss": "*",
|