@nextworks/blocks-core 0.1.0-alpha.0 → 0.1.0-alpha.7

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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAG5B,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAG5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAG5B,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAG5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,3 @@
1
- // Public exports for @nextworks/blocks-core
2
- // NOTE: This entry is safe for client and server usage. Server-only
3
- // components like AppProviders are exported from a separate entry.
4
1
  // Theme data & utilities
5
2
  export * from "./lib/themes";
6
3
  export * from "./lib/utils";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextworks/blocks-core",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0-alpha.7",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,17 +9,38 @@
9
9
  "package.json",
10
10
  "README.md"
11
11
  ],
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/jblh/nextworks-cli.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/jblh/nextworks-cli/issues"
18
+ },
19
+ "homepage": "https://github.com/jblh/nextworks-cli#readme",
12
20
  "publishConfig": {
13
21
  "access": "public"
14
22
  },
15
23
  "scripts": {
16
- "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationMap --outDir dist-types",
17
- "build": "tsc -p tsconfig.build.json && npm run build:types && node scripts/postbuild.js"
24
+ "build:types": "npx tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationMap --outDir dist-types",
25
+ "build": "npx tsc -p tsconfig.build.json && npm run build:types && node scripts/postbuild.js"
18
26
  },
19
27
  "dependencies": {
20
28
  "next-themes": "^0.4.6",
21
29
  "clsx": "^2.1.1",
22
- "tailwind-merge": "^3.3.1"
30
+ "tailwind-merge": "^3.3.1",
31
+ "@radix-ui/react-alert-dialog": "^1.1.15",
32
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
33
+ "@radix-ui/react-label": "^2.1.7",
34
+ "@radix-ui/react-slot": "^1.2.3",
35
+ "class-variance-authority": "^0.7.1",
36
+ "lucide-react": "^0.542.0",
37
+ "sonner": "^2.0.7"
38
+ },
39
+ "devDependencies": {
40
+ "typescript": "^5.9.3",
41
+ "@types/node": "^20",
42
+ "@types/react": "^19",
43
+ "@types/react-dom": "^19"
23
44
  },
24
45
  "peerDependencies": {
25
46
  "react": "^19.0.0",