@dimaan/ui 0.0.12 → 0.0.14

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": "@dimaan/ui",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "Shared React UI component library for Diman company projects.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -43,10 +43,12 @@
43
43
  "dependencies": {
44
44
  "@radix-ui/react-direction": "^1.1.1",
45
45
  "@radix-ui/react-dropdown-menu": "^2.1.16",
46
+ "@radix-ui/react-popover": "^1.1.15",
46
47
  "@radix-ui/react-radio-group": "^1.3.8",
47
48
  "@radix-ui/react-select": "^2.2.6",
48
49
  "@radix-ui/react-switch": "^1.2.6",
49
50
  "clsx": "^2.1.1",
51
+ "react-day-picker": "^10.0.1",
50
52
  "tailwind-merge": "^3.6.0"
51
53
  },
52
54
  "devDependencies": {
@@ -99,7 +101,6 @@
99
101
  "format:check": "biome format .",
100
102
  "changeset": "changeset",
101
103
  "release": "pnpm build && changeset publish",
102
- "postinstall": "lefthook install",
103
104
  "push:local": "pnpm build && yalc publish --push"
104
105
  }
105
106
  }