@monospaced/set-config 0.11.0 → 0.13.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 +1 -1
- package/set.catalog.css +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monospaced/set-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.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: #
|
|
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: #
|
|
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: #
|
|
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. */
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
--set-motion-duration-300: 300ms; /** Extended duration step. */
|
|
139
139
|
--set-motion-duration-3000: 3000ms; /** Ambient duration step. */
|
|
140
140
|
--set-motion-duration-50: 50ms; /** Micro duration step. */
|
|
141
|
+
--set-motion-duration-5000: 5000ms; /** Long ambient duration step. */
|
|
141
142
|
--set-motion-duration-600: 640ms; /** Long duration step. */
|
|
142
143
|
--set-motion-easing-ease-in: cubic-bezier(0.32, 0, 1, 1); /** Ease-in curve. Use for elements leaving the viewport — slow start, accelerating exit. */
|
|
143
144
|
--set-motion-easing-ease-in-out: cubic-bezier(0.25, 0, 0.75, 1); /** Ease-in-out curve. Use for movements that both originate and settle on screen (e.g. expansions in place). */
|