@vellira-ui/tokens 2.22.0 → 2.22.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * AUTO-GENERATED FILE
3
3
  * DO NOT EDIT MANUALLY
4
- * Generated: 2026-07-08T21:08:56.804Z
4
+ * Generated: 2026-07-09T20:15:34.732Z
5
5
  */
6
6
 
7
7
  :root {
@@ -417,7 +417,7 @@
417
417
  --button-danger-ghost-pressed-border: transparent;
418
418
  --button-disabled-bg: #F4F1FB;
419
419
  --button-disabled-fg: #9CA3AF;
420
- --button-disabled-border: #BBB2D2;
420
+ --button-disabled-border: #E4DDF4;
421
421
  --checkbox-default-bg: #F4F1FB;
422
422
  --checkbox-default-fg: #4F4867;
423
423
  --checkbox-default-border: #D4CEE8;
@@ -214,7 +214,7 @@ export declare const button: {
214
214
  readonly disabled: {
215
215
  readonly bg: "#F4F1FB";
216
216
  readonly fg: "#9CA3AF";
217
- readonly border: "#BBB2D2";
217
+ readonly border: "#E4DDF4";
218
218
  };
219
219
  };
220
220
  //# sourceMappingURL=button.d.ts.map
@@ -174,6 +174,6 @@ export const button = {
174
174
  disabled: {
175
175
  bg: surface.disabled,
176
176
  fg: text.disabled,
177
- border: border.default,
177
+ border: border.disabled,
178
178
  },
179
179
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellira-ui/tokens",
3
- "version": "2.22.0",
3
+ "version": "2.22.1",
4
4
  "description": "Design tokens for Vellira Design System",
5
5
  "author": "Roman Bakurov",
6
6
  "license": "MIT",