@qumra/fanar 0.0.3 → 0.0.4

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.
Files changed (1) hide show
  1. package/package.json +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qumra/fanar",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "description": "Qumra's Arabic-first component library and design tokens. Tailwind 4, RSC-safe.",
6
6
  "license": "UNLICENSED",
@@ -121,10 +121,12 @@
121
121
  },
122
122
  "peerDependencies": {
123
123
  "@google/model-viewer": ">=4.0.0",
124
+ "@qumra/jawab-ai": "^0.1.0",
125
+ "@types/react": "^19.0.0",
126
+ "@types/react-dom": "^19.0.0",
124
127
  "react": "^19.0.0",
125
128
  "react-dom": "^19.0.0",
126
129
  "tailwindcss": "^4.0.0",
127
- "@qumra/jawab-ai": "^0.1.0",
128
130
  "three": ">=0.171.0"
129
131
  },
130
132
  "peerDependenciesMeta": {
@@ -134,6 +136,12 @@
134
136
  "@qumra/jawab-ai": {
135
137
  "optional": true
136
138
  },
139
+ "@types/react": {
140
+ "optional": true
141
+ },
142
+ "@types/react-dom": {
143
+ "optional": true
144
+ },
137
145
  "tailwindcss": {
138
146
  "optional": true
139
147
  },