@momo-webplatform/mobase 0.2.7 → 0.2.8
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/README.md +1 -1
- package/dist/cjs/index.cjs +15 -15
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +7 -4
- package/dist/esm/index.d.ts +7 -4
- package/dist/esm/index.js +15 -15
- 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.8",
|
|
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",
|
|
@@ -98,7 +98,8 @@
|
|
|
98
98
|
"react-use": "^17.5.0",
|
|
99
99
|
"swiper": "^8.4.4",
|
|
100
100
|
"tailwind-merge": "^2.2.1",
|
|
101
|
-
"tailwindcss": "*"
|
|
101
|
+
"tailwindcss": "*",
|
|
102
|
+
"flat": "6.0.1"
|
|
102
103
|
},
|
|
103
104
|
"scripts": {
|
|
104
105
|
"build:cjs": "tsup --format cjs --external react",
|