@monospaced/set-config 0.10.1 → 0.11.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monospaced/set-config",
3
- "version": "0.10.1",
3
+ "version": "0.11.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
@@ -13,13 +13,13 @@
13
13
  --set-breakpoint-notebook: 64rem; /** Notebook breakpoint. Use as the boundary at which compact-laptop-class layouts engage. */
14
14
  --set-breakpoint-tablet: 48rem; /** Tablet breakpoint. Use as the boundary at which tablet-class layouts engage. */
15
15
  --set-breakpoint-widescreen: 96rem; /** Widescreen breakpoint. Use as the boundary at which widescreen-class layouts engage. */
16
- --set-color-avatar-01: #982d61; /** Avatar palette slot 01. */
16
+ --set-color-avatar-01: #9d2e64; /** Avatar palette slot 01. */
17
17
  --set-color-avatar-02: #7f0440; /** Avatar palette slot 02. */
18
18
  --set-color-avatar-03: #59002b; /** Avatar palette slot 03. */
19
- --set-color-avatar-04: #713ca5; /** Avatar palette slot 04. */
19
+ --set-color-avatar-04: #743ea9; /** Avatar palette slot 04. */
20
20
  --set-color-avatar-05: #57228d; /** Avatar palette slot 05. */
21
21
  --set-color-avatar-06: #3d007b; /** Avatar palette slot 06. */
22
- --set-color-avatar-07: #854608; /** Avatar palette slot 07. */
22
+ --set-color-avatar-07: #8a4808; /** Avatar palette slot 07. */
23
23
  --set-color-avatar-08: #653200; /** Avatar palette slot 08. */
24
24
  --set-color-avatar-09: #432200; /** Avatar palette slot 09. */
25
25
  --set-color-avatar-default: #424444; /** Default avatar background. Use as a fallback when no palette slot has been assigned. Slots 01–09 provide a palette for distinguishable per-user backgrounds when no uploaded image is available. */
@@ -36,7 +36,7 @@
36
36
  --set-color-base16-06: #0e0f0f; /** Base16 palette slot 06. Light foreground variant for emphasised tokens. */
37
37
  --set-color-base16-07: #001919; /** Base16 palette slot 07. Light background variant. */
38
38
  --set-color-base16-08: #830b0b; /** Base16 palette slot 08. Variables, errors, and deletions. */
39
- --set-color-base16-09: #854608; /** Base16 palette slot 09. Integers, booleans, constants, and numeric literals. */
39
+ --set-color-base16-09: #8a4808; /** Base16 palette slot 09. Integers, booleans, constants, and numeric literals. */
40
40
  --set-color-base16-0a: #727204; /** Base16 palette slot 0a. Classes, search highlight backgrounds. */
41
41
  --set-color-base16-0b: #437d08; /** Base16 palette slot 0b. Strings, additions, and inherited colors. */
42
42
  --set-color-base16-0c: #007c7c; /** Base16 palette slot 0c. Regular expressions and escape characters. */
@@ -69,7 +69,7 @@
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
71
  --set-color-interactive-focus: #bf5abf; /** Focus indicator color. Use for focus rings and keyboard-focus outlines on any interactive element. */
72
- --set-color-interactive-hover: #006161; /** Hover state color for interactive elements. */
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
75
  --set-color-interactive-neutral-focus: #bf5abf; /** Focus state for neutral interactive elements. Inherits the standard interactive focus color for consistency across element types. */