@monospaced/set-config 0.11.0 → 0.12.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/set.catalog.css +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monospaced/set-config",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Shared developer-tooling config for Set. ESLint, Stylelint, Prettier, browserslist presets plus the --set-* token catalog for editor autocomplete and tooling.",
5
5
  "repository": {
6
6
  "type": "git",
package/set.catalog.css CHANGED
@@ -68,17 +68,17 @@
68
68
  --set-color-intent-warning-subtle: #f7f7e7; /** Subtle warning background. Use as a fill behind warning messages. */
69
69
  --set-color-interactive-active: #004848; /** Active (pressed) state color for interactive elements. */
70
70
  --set-color-interactive-default: #007c7c; /** Default interactive color. Use for links and primary actionable elements in their resting state. */
71
- --set-color-interactive-focus: #bf5abf; /** Focus indicator color. Use for focus rings and keyboard-focus outlines on any interactive element. */
71
+ --set-color-interactive-focus: #b95fb9; /** Focus indicator color. Use for focus rings and keyboard-focus outlines on any interactive element. */
72
72
  --set-color-interactive-hover: #006464; /** Hover state color for interactive elements. */
73
73
  --set-color-interactive-neutral-active: #004848; /** Active (pressed) state color for neutral interactive elements. */
74
74
  --set-color-interactive-neutral-default: #0b0c0c; /** Neutral interactive color. Use for links and actions that shouldn't compete with brand-colored interactive elements (control labels, secondary controls, navigation). */
75
- --set-color-interactive-neutral-focus: #bf5abf; /** Focus state for neutral interactive elements. Inherits the standard interactive focus color for consistency across element types. */
75
+ --set-color-interactive-neutral-focus: #b95fb9; /** Focus state for neutral interactive elements. Inherits the standard interactive focus color for consistency across element types. */
76
76
  --set-color-interactive-neutral-hover: #007c7c; /** Hover state color for neutral interactive elements. */
77
77
  --set-color-interactive-neutral-visited: #0b0c0c; /** Visited state color for neutral interactive elements. Inherits the default neutral interactive color. */
78
78
  --set-color-interactive-prose-active: #004848; /** Active (pressed) state color for prose links. */
79
79
  --set-color-interactive-prose-active-decoration: #004848; /** Underline color for prose links during active (pressed) state. */
80
80
  --set-color-interactive-prose-default: #007c7c; /** Inline link color for prose. Pairs with `foreground.prose`. Tuned for sufficient contrast against the softer prose text color. */
81
- --set-color-interactive-prose-focus: #bf5abf; /** Focus state color for prose links. */
81
+ --set-color-interactive-prose-focus: #b95fb9; /** Focus state color for prose links. */
82
82
  --set-color-interactive-prose-hover: #007c7c; /** Hover state color for prose links. */
83
83
  --set-color-interactive-prose-hover-decoration: #91dcdc; /** Underline color for prose links on hover. */
84
84
  --set-color-interactive-prose-visited: #8958bb; /** Visited inline prose link color. */