@oneqode/design-system 0.4.1 → 0.4.2

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.
@@ -12,7 +12,7 @@
12
12
  --color-border-focus: #2a8dff; /** Focus ring border */
13
13
  --color-border-information: #2a8dff; /** Informational border */
14
14
  --color-border-inverse: #e0e0e0; /** Border on inverse surfaces */
15
- --color-border-subtle: #000000; /** Subtle border - hairline dividers */
15
+ --color-border-subtle: #0d0d0d; /** Subtle border - hairline dividers */
16
16
  --color-border-success: #22c55e; /** Success border */
17
17
  --color-border-warning: #f59e0b; /** Warning border */
18
18
  --color-blue-50: #eef7ff;
@@ -68,7 +68,7 @@
68
68
  --color-neutral-600: #555555;
69
69
  --color-neutral-700: #333333;
70
70
  --color-neutral-800: #1f1f1f;
71
- --color-neutral-900: #000000;
71
+ --color-neutral-900: #0d0d0d;
72
72
  --color-neutral-950: #050505;
73
73
  --color-black: #000000;
74
74
  --color-white: #ffffff;
@@ -77,9 +77,9 @@
77
77
  --color-surface-action-hover: #4aa2ff; /** Primary action surface - hover state */
78
78
  --color-surface-bg: #000000; /** Page background - foundation black/white */
79
79
  --color-surface-default: #050505; /** Default card/component surface */
80
- --color-surface-disabled: #000000; /** Disabled component surface */
80
+ --color-surface-disabled: #0d0d0d; /** Disabled component surface */
81
81
  --color-surface-inverse: #ffffff; /** Inverted surface - white card on dark, black card on light */
82
- --color-surface-raised: #000000; /** Raised surface - modals, popovers, ghost-button hover */
82
+ --color-surface-raised: #0d0d0d; /** Raised surface - modals, popovers, ghost-button hover */
83
83
  --color-alias-accent-50: #eef7ff;
84
84
  --color-alias-accent-100: #d9ecff;
85
85
  --color-alias-accent-200: #b6daff;
@@ -149,7 +149,7 @@
149
149
  --color-alias-neutral-600: #555555;
150
150
  --color-alias-neutral-700: #333333;
151
151
  --color-alias-neutral-800: #1f1f1f;
152
- --color-alias-neutral-900: #000000;
152
+ --color-alias-neutral-900: #0d0d0d;
153
153
  --color-alias-neutral-950: #050505;
154
154
  --color-alias-black: #000000;
155
155
  --color-alias-white: #ffffff;
@@ -271,7 +271,7 @@
271
271
  --component-icon-stroke-thin: 1.5; /** Icon stroke width - airy, decorative */
272
272
  --component-icon-stroke-regular: 2; /** Icon stroke width - default (Lucide native) */
273
273
  --component-icon-stroke-bold: 2.5; /** Icon stroke width - emphasis, comparison glyphs */
274
- --component-tag-default-bg: #000000; /** Mono tag - default variant background (dark fill) */
274
+ --component-tag-default-bg: #0d0d0d; /** Mono tag - default variant background (dark fill) */
275
275
  --component-tag-default-text: #ffffff; /** Mono tag - default variant text (white) */
276
276
  --component-tag-default-border: transparent; /** Mono tag - default variant has no border */
277
277
  --component-tag-accent-bg: #2a8dff; /** Mono tag - accent variant background (brand blue) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneqode/design-system",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "description": "OneQode design tokens: CSS custom properties, Tailwind v4 theme, shadcn variables, and flat JSON.",
6
6
  "license": "MIT",