@monospaced/set-config 0.7.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.
- package/package.json +1 -1
- 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.
|
|
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
|
@@ -129,6 +129,7 @@
|
|
|
129
129
|
--set-layout-spacing-vertical-950: 3.75rem; /** Responsive layout vertical spacing 950. */
|
|
130
130
|
--set-motion-duration-0: 0ms; /** Instantaneous duration. */
|
|
131
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). */
|
|
132
133
|
--set-motion-duration-150: 150ms; /** Quick duration step. */
|
|
133
134
|
--set-motion-duration-200: 200ms; /** Moderate duration step. */
|
|
134
135
|
--set-motion-duration-250: 250ms; /** Comfortable duration step. */
|