@tapizlabs/ui 0.1.4 → 0.1.6

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": "@tapizlabs/ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Centralized design system, theming foundation, and reusable React UI components for the Tapiz platform.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -51,9 +51,9 @@
51
51
  "scripts": {
52
52
  "build": "tsup && npm run build:css && npm run build:assets",
53
53
  "build:assets": "powershell -ExecutionPolicy Bypass -File ./scripts/build-assets.ps1",
54
- "build:css": "tailwindcss -i ./src/bundle.css -o ./dist/theme.css --minify && node scripts/copy-theme.mjs",
54
+ "build:css": "node scripts/copy-theme.mjs",
55
55
  "typecheck": "tsc --noEmit",
56
- "prepublishOnly": "npm run typecheck && npm run build",
56
+ "prepublishOnly": "npm run typecheck && npm run build && npm run pack:check",
57
57
  "pack:check": "npm pack --dry-run"
58
58
  },
59
59
  "peerDependencies": {