@helixui/tokens 3.2.0-next.85 → 3.2.0-next.89

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/dist/tokens.json CHANGED
@@ -583,11 +583,11 @@
583
583
  "color": {
584
584
  "error-text": {
585
585
  "value": "var(--hx-color-error-400)",
586
- "description": "WCAG AA compliant error text for dark backgrounds. #F87171 = 6.45:1 on neutral-900 dark surface."
586
+ "description": "WCAG AA compliant error text for dark backgrounds. #F87171 = 6.46:1 on neutral-900 dark surface."
587
587
  },
588
588
  "success-text": {
589
589
  "value": "var(--hx-color-success-400)",
590
- "description": "WCAG AA compliant success text for dark backgrounds. #4ADE80 = 10.25:1 on neutral-900 dark surface."
590
+ "description": "WCAG AA compliant success text for dark backgrounds. #4ADE80 = 10.26:1 on neutral-900 dark surface."
591
591
  },
592
592
  "text": {
593
593
  "primary": { "value": "var(--hx-color-neutral-100)" },
@@ -796,7 +796,7 @@
796
796
  "danger": {
797
797
  "bg-active": {
798
798
  "value": "var(--hx-color-error-500)",
799
- "description": "HC override for action.danger.bg-active. Base error-700 (#A21312) has no HC override, so HC consumers paint black on #A21312 = 2.56:1 — AA fail. Flip to HC error-500 (#F87171, 6.45:1 on #000) so danger pressed states pair with text.on-error-strong (HC = #000000) at AA. Mirrors surface.danger-strong HC pattern (also flips to error-500)."
799
+ "description": "HC override for action.danger.bg-active. Base error-700 (#A21312) has no HC override, so HC consumers paint black on #A21312 = 2.64:1 — AA fail. Flip to HC error-500 (#F87171, 7.59:1 on #000) so danger pressed states pair with text.on-error-strong (HC = #000000) at AA. Mirrors surface.danger-strong HC pattern (also flips to error-500)."
800
800
  }
801
801
  }
802
802
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helixui/tokens",
3
- "version": "3.2.0-next.85",
3
+ "version": "3.2.0-next.89",
4
4
  "description": "Design tokens for the HELiX enterprise healthcare web component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/tokens.json CHANGED
@@ -583,11 +583,11 @@
583
583
  "color": {
584
584
  "error-text": {
585
585
  "value": "var(--hx-color-error-400)",
586
- "description": "WCAG AA compliant error text for dark backgrounds. #F87171 = 6.45:1 on neutral-900 dark surface."
586
+ "description": "WCAG AA compliant error text for dark backgrounds. #F87171 = 6.46:1 on neutral-900 dark surface."
587
587
  },
588
588
  "success-text": {
589
589
  "value": "var(--hx-color-success-400)",
590
- "description": "WCAG AA compliant success text for dark backgrounds. #4ADE80 = 10.25:1 on neutral-900 dark surface."
590
+ "description": "WCAG AA compliant success text for dark backgrounds. #4ADE80 = 10.26:1 on neutral-900 dark surface."
591
591
  },
592
592
  "text": {
593
593
  "primary": { "value": "var(--hx-color-neutral-100)" },
@@ -796,7 +796,7 @@
796
796
  "danger": {
797
797
  "bg-active": {
798
798
  "value": "var(--hx-color-error-500)",
799
- "description": "HC override for action.danger.bg-active. Base error-700 (#A21312) has no HC override, so HC consumers paint black on #A21312 = 2.56:1 — AA fail. Flip to HC error-500 (#F87171, 6.45:1 on #000) so danger pressed states pair with text.on-error-strong (HC = #000000) at AA. Mirrors surface.danger-strong HC pattern (also flips to error-500)."
799
+ "description": "HC override for action.danger.bg-active. Base error-700 (#A21312) has no HC override, so HC consumers paint black on #A21312 = 2.64:1 — AA fail. Flip to HC error-500 (#F87171, 7.59:1 on #000) so danger pressed states pair with text.on-error-strong (HC = #000000) at AA. Mirrors surface.danger-strong HC pattern (also flips to error-500)."
800
800
  }
801
801
  }
802
802
  }