@momo-webplatform/mobase 0.2.39 → 0.2.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-webplatform/mobase",
3
- "version": "0.2.39",
3
+ "version": "0.2.41",
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",
@@ -48,6 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@heroicons/react": "^2.1.1",
51
+ "@hookform/resolvers": "^3.9.0",
51
52
  "@radix-ui/primitive": "^1.0.1",
52
53
  "@radix-ui/react-accordion": "^1.1.2",
53
54
  "@radix-ui/react-alert-dialog": "^1.0.5",
@@ -61,7 +62,7 @@
61
62
  "@radix-ui/react-dropdown-menu": "^2.0.6",
62
63
  "@radix-ui/react-hover-card": "^1.0.7",
63
64
  "@radix-ui/react-icons": "^1.3.0",
64
- "@radix-ui/react-label": "^2.0.2",
65
+ "@radix-ui/react-label": "^2.1.0",
65
66
  "@radix-ui/react-menubar": "^1.0.4",
66
67
  "@radix-ui/react-navigation-menu": "^1.1.4",
67
68
  "@radix-ui/react-popover": "^1.0.7",
@@ -72,7 +73,7 @@
72
73
  "@radix-ui/react-roving-focus": "^1.0.4",
73
74
  "@radix-ui/react-select": "^2.0.0",
74
75
  "@radix-ui/react-slider": "^1.1.2",
75
- "@radix-ui/react-slot": "^1.0.2",
76
+ "@radix-ui/react-slot": "^1.1.0",
76
77
  "@radix-ui/react-switch": "^1.0.3",
77
78
  "@radix-ui/react-tabs": "^1.0.4",
78
79
  "@radix-ui/react-toast": "^1.1.5",
@@ -100,11 +101,13 @@
100
101
  "next": "^13.0.0",
101
102
  "qrcode.react": "^3.1.0",
102
103
  "react-day-picker": "8.10.1",
104
+ "react-hook-form": "^7.53.1",
103
105
  "react-use": "^17.5.0",
104
106
  "swiper": "^8.4.4",
105
107
  "tailwind-merge": "2.4.0",
106
108
  "tailwindcss": "*",
107
- "ua-parser-js": "^1.0.38"
109
+ "ua-parser-js": "^1.0.38",
110
+ "zod": "^3.23.8"
108
111
  },
109
112
  "scripts": {
110
113
  "build:cjs": "tsup --format cjs --external react",