@bsuite/theme 0.3.0 → 0.3.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": "@bsuite/theme",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -43,8 +43,7 @@
43
43
  "scripts": {
44
44
  "build": "tsc -p tsconfig.build.json",
45
45
  "typecheck": "tsc --noEmit",
46
- "test": "vitest run",
47
- "prepublishOnly": "pnpm build"
46
+ "test": "vitest run"
48
47
  },
49
48
  "peerDependencies": {
50
49
  "@supabase/supabase-js": ">=2.0.0",
package/src/preset-v4.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * @bsuite/theme — Tailwind v4 @theme block
3
- * Version 0.3.0
3
+ * Version 0.3.1
4
4
  *
5
5
  * Tailwind v4 exposes design tokens to the engine via CSS @theme blocks.
6
6
  * Import this before any app-specific @theme overrides:
@@ -9,7 +9,7 @@
9
9
  * @import '@bsuite/theme/preset-v4.css';
10
10
  *
11
11
  * @theme {
12
- * --color-app-primary: oklch(0.45 0.18 142); /* app-specific override */
12
+ * --color-app-primary: oklch(0.45 0.18 142); -- app-specific override
13
13
  * }
14
14
  *
15
15
  * Token naming: `--color-{name}` → Tailwind generates `bg-{name}`,