@momo-webplatform/mobase 0.2.1 → 0.2.3
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 +932 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +199 -136
- package/dist/esm/index.d.ts +199 -136
- package/dist/esm/index.js +913 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +20 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-webplatform/mobase",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
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",
|
|
@@ -26,28 +26,29 @@
|
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"devDependencies": {
|
|
29
|
+
"@swc/core": "^1.4.0",
|
|
29
30
|
"@turbo/gen": "^1.12.4",
|
|
30
|
-
"@types/
|
|
31
|
+
"@types/color": "^3.0.6",
|
|
31
32
|
"@types/eslint": "^8.56.5",
|
|
33
|
+
"@types/lodash.omit": "^4.5.9",
|
|
34
|
+
"@types/node": "^20.11.24",
|
|
32
35
|
"@types/react": "^18.2.61",
|
|
33
36
|
"@types/react-dom": "^18.2.19",
|
|
37
|
+
"concurrently": "^8.2.2",
|
|
34
38
|
"eslint": "^8.57.0",
|
|
35
|
-
"@types/color": "^3.0.6",
|
|
36
|
-
"@types/lodash.omit": "^4.5.9",
|
|
37
|
-
"react": "^18.2.0",
|
|
38
|
-
"@swc/core": "^1.4.0",
|
|
39
|
-
"typescript": "^5.3.3",
|
|
40
39
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
40
|
+
"react": "^18.2.0",
|
|
41
41
|
"tsup": "^8.0.2",
|
|
42
|
-
"
|
|
43
|
-
"@repo/
|
|
44
|
-
"@repo/
|
|
42
|
+
"typescript": "^5.3.3",
|
|
43
|
+
"@repo/typescript-config": "0.0.0",
|
|
44
|
+
"@repo/eslint-config": "0.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@heroicons/react": "^2.1.1",
|
|
48
48
|
"@radix-ui/primitive": "^1.0.1",
|
|
49
49
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
50
50
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
51
|
+
"@radix-ui/react-aspect-ratio": "^1.0.3",
|
|
51
52
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
52
53
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
53
54
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
@@ -75,25 +76,25 @@
|
|
|
75
76
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
76
77
|
"@radix-ui/react-use-previous": "^1.0.1",
|
|
77
78
|
"@radix-ui/react-use-size": "^1.0.1",
|
|
79
|
+
"class-variance-authority": "^0.7.0",
|
|
78
80
|
"clsx": "^2.1.0",
|
|
81
|
+
"cmdk": "^0.2.1",
|
|
79
82
|
"color": "^4.2.3",
|
|
80
83
|
"color2k": "^2.0.3",
|
|
81
84
|
"cva": "1.0.0-beta.1",
|
|
82
85
|
"deepmerge": "^4.3.1",
|
|
83
|
-
"flat": "^
|
|
84
|
-
"
|
|
86
|
+
"flat": "^3.0.1",
|
|
87
|
+
"framer-motion": "^11.0.24",
|
|
88
|
+
"html-react-parser": "^5.1.10",
|
|
85
89
|
"lodash": "^4.17.21",
|
|
86
90
|
"lodash.foreach": "^4.5.0",
|
|
87
|
-
"
|
|
88
|
-
"framer-motion": "^11.0.24",
|
|
89
|
-
"next": "^13.0.0",
|
|
90
|
-
"class-variance-authority": "^0.7.0",
|
|
91
|
-
"cmdk": "^0.2.1",
|
|
91
|
+
"lodash.omit": "^4.5.0",
|
|
92
92
|
"lucide-react": "^0.307.0",
|
|
93
|
+
"next": "^13.0.0",
|
|
93
94
|
"qrcode.react": "^3.1.0",
|
|
94
|
-
"html-react-parser": "^5.1.10",
|
|
95
95
|
"react-use": "^17.5.0",
|
|
96
96
|
"swiper": "^8.4.4",
|
|
97
|
+
"tailwind-merge": "^2.2.1",
|
|
97
98
|
"tailwindcss": "*"
|
|
98
99
|
},
|
|
99
100
|
"scripts": {
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
"build:watch:cjs": "npm run build:cjs -- --watch",
|
|
105
106
|
"build:watch": "concurrently \"npm:build:watch:*\"",
|
|
106
107
|
"dev": "npm run build:watch",
|
|
107
|
-
"clean": "
|
|
108
|
+
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
108
109
|
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
|
|
109
110
|
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
|
|
110
111
|
}
|