@aleph-alpha/config-css 0.10.7 → 0.10.8
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/CHANGELOG.md +10 -0
- package/dist/index.js +3 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -467,7 +467,7 @@ function le(e) {
|
|
|
467
467
|
[`${a}-enter-translate-y`]: "initial"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
470
|
-
{ autocomplete: "animate-in" }
|
|
470
|
+
{ layer: "una-base", autocomplete: "animate-in" }
|
|
471
471
|
],
|
|
472
472
|
[
|
|
473
473
|
/^animate-out$/,
|
|
@@ -483,7 +483,7 @@ function le(e) {
|
|
|
483
483
|
[`${a}-exit-translate-y`]: "initial"
|
|
484
484
|
}
|
|
485
485
|
],
|
|
486
|
-
{ autocomplete: "animate-out" }
|
|
486
|
+
{ layer: "una-base", autocomplete: "animate-out" }
|
|
487
487
|
]
|
|
488
488
|
];
|
|
489
489
|
}
|
|
@@ -497,6 +497,7 @@ const me = {
|
|
|
497
497
|
}, be = (e = {}) => (e.unit = e.unit ?? "ms", {
|
|
498
498
|
name: "unocss-preset-animations",
|
|
499
499
|
theme: me,
|
|
500
|
+
layers: { "una-base": -999 },
|
|
500
501
|
shortcuts: le(e),
|
|
501
502
|
rules: fe
|
|
502
503
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aleph-alpha/config-css",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.8",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"prettier": "@aleph-alpha/prettier-config-frontend",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@unocss/preset-legacy-compat": "66.1.0-beta.12",
|
|
19
19
|
"token-transformer": "0.0.33",
|
|
20
20
|
"unocss": "^66.0.0",
|
|
21
|
-
"unocss-preset-animations": "1.
|
|
21
|
+
"unocss-preset-animations": "1.2.0",
|
|
22
22
|
"unocss-preset-theme": "0.14.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|