@monospaced/set-config 0.6.0 → 0.7.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 +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monospaced/set-config",
3
- "version": "0.6.0",
3
+ "version": "0.7.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
@@ -45,6 +45,7 @@
45
45
  --set-color-base16-0f: #7f0440; /** Base16 palette slot 0f. Deprecated, opening/closing tags, and embedded language markers. */
46
46
  --set-color-border-brand: #91dcdc; /** Brand-tinted border. A decorative brand flourish (e.g. interactive cards, code blocks). */
47
47
  --set-color-border-default: #c7c9c9; /** Default border color. Use for standard borders and dividers. */
48
+ --set-color-border-strong: #646766; /** High-contrast border. Use where the border should assert visually (e.g. brand-patterned dividers). */
48
49
  --set-color-border-subtle: #e2e4e4; /** Low-contrast border. Use where the border should recede visually. */
49
50
  --set-color-brand-primary: #007c7c; /** Primary brand color. Use for prominent brand expressions. */
50
51
  --set-color-brand-support: #91dcdc; /** Supporting brand color. A decorative accent (e.g. strokes, patterns). Not contrast-safe; don't use for text, icons, or interactive elements. */