@ninna-ui/overlays 0.1.0 → 0.2.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ninna-ui/overlays",
3
- "version": "0.1.0",
4
- "description": "Overlay components for Ninna-UI - Modal, Drawer, Popover, Tooltip, DropdownMenu",
3
+ "version": "0.2.0",
4
+ "description": "5 overlay React components for Ninna UI Modal, Drawer, Popover, Tooltip, DropdownMenu. Radix-powered accessibility, Tailwind CSS v4.",
5
5
  "license": "MIT",
6
6
  "author": "Ninna-UI Team",
7
7
  "repository": {
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/ninna-ui/ninna-ui.git",
10
10
  "directory": "packages/overlays"
11
11
  },
12
- "homepage": "https://github.com/ninna-ui/ninna-ui/tree/main/packages/overlays#readme",
12
+ "homepage": "https://ninna-ui.dev/overlays",
13
13
  "bugs": {
14
14
  "url": "https://github.com/ninna-ui/ninna-ui/issues"
15
15
  },
@@ -20,8 +20,15 @@
20
20
  "drawer",
21
21
  "popover",
22
22
  "tooltip",
23
- "dropdown",
24
- "overlay"
23
+ "dropdown-menu",
24
+ "overlay",
25
+ "dialog",
26
+ "accessible",
27
+ "radix-ui",
28
+ "data-slot",
29
+ "tailwindcss",
30
+ "tailwindcss-v4",
31
+ "ui"
25
32
  ],
26
33
  "type": "module",
27
34
  "exports": {
@@ -38,7 +45,7 @@
38
45
  ],
39
46
  "sideEffects": false,
40
47
  "dependencies": {
41
- "@ninna-ui/core": "0.1.0"
48
+ "@ninna-ui/core": "0.2.0"
42
49
  },
43
50
  "peerDependencies": {
44
51
  "react": ">=19.0.0",
@@ -55,10 +62,10 @@
55
62
  "tsup": "^8.0.0",
56
63
  "typescript": "^5.4.0",
57
64
  "vitest": "^4.0.0",
58
- "@ninna-ui/tsconfig": "0.0.0",
59
- "@ninna-ui/utils": "0.0.0",
60
- "@ninna-ui/test-config": "0.1.0",
61
- "@ninna-ui/react-internal": "0.0.0"
65
+ "@ninna-ui/tsconfig": "0.1.0",
66
+ "@ninna-ui/test-config": "0.2.0",
67
+ "@ninna-ui/utils": "0.1.0",
68
+ "@ninna-ui/react-internal": "0.1.0"
62
69
  },
63
70
  "scripts": {
64
71
  "build": "tsup",