hazo_ui 2.7.0 → 2.7.2

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": "hazo_ui",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "description": "Set of UI components for common interaction elements in a SaaS app",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,9 +29,9 @@
29
29
  "scripts": {
30
30
  "build": "tsup",
31
31
  "dev": "tsup --watch",
32
- "dev:app": "cd dev-app && npm run dev",
32
+ "dev:test-app": "cd dev-app && npm run dev",
33
33
  "test:build": "npm run build && cd dev-app && npm run build",
34
- "test:dev": "npm run build && npm run dev:app",
34
+ "test:dev": "npm run build && npm run dev:test-app",
35
35
  "lint": "eslint src --ext ts,tsx",
36
36
  "type-check": "tsc --noEmit",
37
37
  "prepublishOnly": "npm run build && npm run type-check"
@@ -44,7 +44,11 @@
44
44
  "@dnd-kit/core": "^6.1.0",
45
45
  "@dnd-kit/sortable": "^8.0.0",
46
46
  "@dnd-kit/utilities": "^3.2.2",
47
+ "@radix-ui/react-accordion": "^1.2.12",
48
+ "@radix-ui/react-checkbox": "^1.3.3",
47
49
  "@radix-ui/react-dialog": "^1.1.1",
50
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
51
+ "@radix-ui/react-hover-card": "^1.1.15",
48
52
  "@radix-ui/react-popover": "^1.1.1",
49
53
  "@radix-ui/react-radio-group": "^1.3.8",
50
54
  "@radix-ui/react-select": "^2.1.1",