@olwiba/cn 0.1.14 → 0.1.17

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": "@olwiba/cn",
3
- "version": "0.1.14",
3
+ "version": "0.1.17",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -14,7 +14,11 @@
14
14
  },
15
15
  "./styles": "./src/styles/preset.css",
16
16
  "./theme": "./src/styles/theme.css",
17
- "./preset": "./src/styles/preset.css"
17
+ "./preset": "./src/styles/preset.css",
18
+ "./email": {
19
+ "types": "./dist/email/index.d.ts",
20
+ "import": "./dist/email/index.js"
21
+ }
18
22
  },
19
23
  "files": [
20
24
  "dist",
@@ -34,6 +38,7 @@
34
38
  },
35
39
  "dependencies": {
36
40
  "@hookform/resolvers": "^5.2.2",
41
+ "@olwiba/docs": "^0.1.25",
37
42
  "@radix-ui/react-accordion": "^1.2.12",
38
43
  "@radix-ui/react-alert-dialog": "^1.1.15",
39
44
  "@radix-ui/react-aspect-ratio": "^1.1.8",
@@ -60,6 +65,7 @@
60
65
  "@radix-ui/react-toggle": "^1.1.10",
61
66
  "@radix-ui/react-toggle-group": "^1.1.11",
62
67
  "@radix-ui/react-tooltip": "^1.2.8",
68
+ "@react-email/components": "^0.0.31",
63
69
  "canvas-confetti": "^1.9.3",
64
70
  "class-variance-authority": "^0.7.1",
65
71
  "clsx": "^2.1.1",
@@ -81,10 +87,16 @@
81
87
  "zod": "^4.3.5"
82
88
  },
83
89
  "peerDependencies": {
90
+ "@react-email/components": ">=0.0.31",
84
91
  "react": ">=18.0.0",
85
92
  "react-dom": ">=18.0.0",
86
93
  "tailwindcss": ">=4.0.0"
87
94
  },
95
+ "peerDependenciesMeta": {
96
+ "@react-email/components": {
97
+ "optional": true
98
+ }
99
+ },
88
100
  "devDependencies": {
89
101
  "@olwiba/dx": "0.0.10",
90
102
  "@tailwindcss/postcss": "^4.1.18",
@@ -118,7 +130,8 @@
118
130
  },
119
131
  "publishConfig": {
120
132
  "registry": "https://registry.npmjs.org/",
121
- "access": "public"
133
+ "access": "public",
134
+ "provenance": true
122
135
  },
123
136
  "author": "Olwiba",
124
137
  "license": "MIT",