@svadmin/create 0.12.1 → 0.12.3

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": "@svadmin/create",
3
- "version": "0.12.1",
3
+ "version": "0.12.3",
4
4
  "description": "Scaffolding tool for svadmin projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  "picocolors": "^1.1.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/node": "^25.9.1",
23
+ "@types/node": "^26.1.1",
24
24
  "@types/prompts": "^2.4.9",
25
25
  "typescript": "^6.0.3"
26
26
  },
@@ -4,10 +4,6 @@
4
4
  /* Base design tokens & Tailwind mappings from the UI package */
5
5
  @import "@svadmin/ui/app.css";
6
6
 
7
- /* Scan workspace-linked packages — Tailwind v4 skips node_modules by default */
8
- @source "../node_modules/@svadmin/ui";
9
- @source "../node_modules/@svadmin/core";
10
-
11
7
  @custom-variant dark (&:is(.dark *));
12
8
 
13
9
  /* ╔═══════════════════════════════════════════════════════════╗