@monospaced/set-config 0.12.0 → 0.14.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.14.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
|
@@ -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). */
|