@openpkg-ts/ui 0.3.2 → 0.4.0

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": "@openpkg-ts/ui",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "UI primitives and components for OpenPkg documentation",
5
5
  "homepage": "https://github.com/ryanwaits/openpkg-ts#readme",
6
6
  "repository": {
@@ -69,22 +69,22 @@
69
69
  --ch-26: #f5f5f5e6;
70
70
  }
71
71
 
72
- /* dk-* Tailwind v4 color theme (maps to --ch-* vars) */
72
+ /* openpkg-code-* Tailwind v4 color theme (maps to --ch-* vars) */
73
73
  @theme {
74
- --color-dk-background: var(--ch-16);
75
- --color-dk-border: var(--ch-23);
76
- --color-dk-tabs-background: var(--ch-22);
77
- --color-dk-tab-inactive-foreground: var(--ch-15);
78
- --color-dk-tab-active-foreground: var(--ch-4);
79
- --color-dk-selection: var(--ch-20);
80
- --color-dk-line-number: var(--ch-24);
81
- --color-dk-active-border: var(--ch-3);
74
+ --color-openpkg-code-bg: var(--ch-16);
75
+ --color-openpkg-code-border: var(--ch-23);
76
+ --color-openpkg-code-header: var(--ch-22);
77
+ --color-openpkg-code-text-inactive: var(--ch-15);
78
+ --color-openpkg-code-text-active: var(--ch-4);
79
+ --color-openpkg-code-selection: var(--ch-20);
80
+ --color-openpkg-code-line-number: var(--ch-24);
81
+ --color-openpkg-code-accent: var(--ch-3);
82
82
  }
83
83
 
84
84
  /* Selection utility — Tailwind can't auto-generate this */
85
85
  @layer utilities {
86
- .selection\:bg-dk-selection::selection,
87
- .selection\:bg-dk-selection *::selection {
86
+ .selection\:bg-openpkg-code-selection::selection,
87
+ .selection\:bg-openpkg-code-selection *::selection {
88
88
  background-color: var(--ch-20);
89
89
  }
90
90
  }