@almadar/ui 4.29.0 → 4.29.1

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": "@almadar/ui",
3
- "version": "4.29.0",
3
+ "version": "4.29.1",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -121,13 +121,6 @@
121
121
  "registry": "https://registry.npmjs.org",
122
122
  "access": "public"
123
123
  },
124
- "scripts": {
125
- "build": "tsup && tsc -p tsconfig.build.json",
126
- "build:watch": "tsup --watch",
127
- "storybook": "storybook dev -p 6006",
128
- "build-storybook": "storybook build -o storybook-static",
129
- "typecheck": "tsc --noEmit"
130
- },
131
124
  "dependencies": {
132
125
  "@almadar/core": ">=7.12.0",
133
126
  "@almadar/evaluator": ">=2.9.2",
@@ -219,10 +212,11 @@
219
212
  "hooks"
220
213
  ],
221
214
  "homepage": "https://github.com/almadar-io/almadar#readme",
222
- "pnpm": {
223
- "overrides": {
224
- "@types/react": "^19.0.0",
225
- "@types/react-dom": "^19.0.0"
226
- }
215
+ "scripts": {
216
+ "build": "tsup && tsc -p tsconfig.build.json",
217
+ "build:watch": "tsup --watch",
218
+ "storybook": "storybook dev -p 6006",
219
+ "build-storybook": "storybook build -o storybook-static",
220
+ "typecheck": "tsc --noEmit"
227
221
  }
228
- }
222
+ }