@monospaced/set-config 0.6.0 → 0.8.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 +2 -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.8.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. */
@@ -128,6 +129,7 @@
128
129
  --set-layout-spacing-vertical-950: 3.75rem; /** Responsive layout vertical spacing 950. */
129
130
  --set-motion-duration-0: 0ms; /** Instantaneous duration. */
130
131
  --set-motion-duration-100: 100ms; /** Default duration. Pick the step that matches the size and emphasis of the motion. */
132
+ --set-motion-duration-1300: 1333ms; /** Longer duration step. Use for one-shot sequences (e.g. the animated logo boot). */
131
133
  --set-motion-duration-150: 150ms; /** Quick duration step. */
132
134
  --set-motion-duration-200: 200ms; /** Moderate duration step. */
133
135
  --set-motion-duration-250: 250ms; /** Comfortable duration step. */