@nextsparkjs/core 0.1.0-beta.76 → 0.1.0-beta.78

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-01-28T03:21:21.047Z",
2
+ "generated": "2026-01-28T16:24:41.500Z",
3
3
  "totalClasses": 1039,
4
4
  "classes": [
5
5
  "!text-2xl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/core",
3
- "version": "0.1.0-beta.76",
3
+ "version": "0.1.0-beta.78",
4
4
  "description": "NextSpark - The complete SaaS framework for Next.js",
5
5
  "license": "MIT",
6
6
  "author": "NextSpark <hello@nextspark.dev>",
@@ -316,17 +316,6 @@
316
316
  "README.md",
317
317
  "scripts"
318
318
  ],
319
- "scripts": {
320
- "postinstall": "node scripts/postinstall.mjs || true",
321
- "build": "tsup && pnpm build:dts && pnpm build:ui-css",
322
- "build:js": "tsup",
323
- "build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
324
- "build:ui-css": "node scripts/build/build-ui-css.mjs",
325
- "dev": "tsup --watch",
326
- "test": "jest",
327
- "test:watch": "jest --watch",
328
- "test:coverage": "jest --coverage"
329
- },
330
319
  "peerDependencies": {
331
320
  "next": ">=14.0.0",
332
321
  "react": ">=18.0.0",
@@ -354,14 +343,13 @@
354
343
  "typescript": "^5"
355
344
  },
356
345
  "dependencies": {
357
- "@nextsparkjs/ui": "workspace:*",
358
346
  "@codemirror/lang-json": "^6.0.2",
359
347
  "@dnd-kit/core": "^6.3.1",
360
348
  "@dnd-kit/sortable": "^10.0.0",
361
349
  "@dnd-kit/utilities": "^3.2.2",
362
350
  "@hookform/resolvers": "^5.2.1",
363
351
  "@inquirer/prompts": "^7.2.0",
364
- "@nextsparkjs/testing": "^0.1.0-beta.75",
352
+ "@nextsparkjs/testing": "^0.1.0-beta.78",
365
353
  "@radix-ui/react-accordion": "^1.2.12",
366
354
  "@radix-ui/react-alert-dialog": "^1.1.15",
367
355
  "@radix-ui/react-avatar": "^1.1.10",
@@ -422,6 +410,18 @@
422
410
  "stripe": "^18.5.0",
423
411
  "tailwind-merge": "^3.3.1",
424
412
  "uuid": "^13.0.0",
425
- "zod": "^4.1.5"
413
+ "zod": "^4.1.5",
414
+ "@nextsparkjs/ui": "0.1.0-beta.78"
415
+ },
416
+ "scripts": {
417
+ "postinstall": "node scripts/postinstall.mjs || true",
418
+ "build": "tsup && pnpm build:dts && pnpm build:ui-css",
419
+ "build:js": "tsup",
420
+ "build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
421
+ "build:ui-css": "node scripts/build/build-ui-css.mjs",
422
+ "dev": "tsup --watch",
423
+ "test": "jest",
424
+ "test:watch": "jest --watch",
425
+ "test:coverage": "jest --coverage"
426
426
  }
427
- }
427
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes