@haiilo/catalyst 6.5.1 → 6.5.2
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.
|
@@ -363,27 +363,6 @@
|
|
|
363
363
|
position: absolute;
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
/*
|
|
367
|
-
* 1. Remove animations when motion is reduced (opinionated).
|
|
368
|
-
* 2. Remove fixed background attachments when motion is reduced (opinionated).
|
|
369
|
-
* 3. Remove timed scrolling behaviors when motion is reduced (opinionated).
|
|
370
|
-
* 4. Remove transitions when motion is reduced (opinionated).
|
|
371
|
-
*/
|
|
372
|
-
|
|
373
|
-
@media (prefers-reduced-motion: reduce) {
|
|
374
|
-
*,
|
|
375
|
-
::before,
|
|
376
|
-
::after {
|
|
377
|
-
animation-delay: -1ms !important; /* 1 */
|
|
378
|
-
animation-duration: 1ms !important; /* 1 */
|
|
379
|
-
animation-iteration-count: 1 !important; /* 1 */
|
|
380
|
-
background-attachment: initial !important; /* 2 */
|
|
381
|
-
scroll-behavior: auto !important; /* 3 */
|
|
382
|
-
transition-delay: 0s !important; /* 4 */
|
|
383
|
-
transition-duration: 0s !important; /* 4 */
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
366
|
/*!
|
|
388
367
|
* Toastify js 1.12.0
|
|
389
368
|
* https://github.com/apvarun/toastify-js
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// -- Reset
|
|
2
2
|
@import 'sanitize.css/sanitize.css';
|
|
3
|
-
|
|
3
|
+
// had to be removed because transition events are not firing any more
|
|
4
|
+
// could be re-introduce with a transition-duration of 1ms
|
|
5
|
+
// @import 'sanitize.css/reduce-motion.css';
|
|
4
6
|
|
|
5
7
|
// -- Vendor
|
|
6
8
|
@import 'toastify-js/src/toastify.css';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// -- Reset
|
|
2
2
|
@import '~sanitize.css/sanitize.css';
|
|
3
|
-
|
|
3
|
+
// had to be removed because transition events are not firing any more
|
|
4
|
+
// could be re-introduce with a transition-duration of 1ms
|
|
5
|
+
// @import '~sanitize.css/reduce-motion.css';
|
|
4
6
|
|
|
5
7
|
// -- Vendor
|
|
6
8
|
@import '~toastify-js/src/toastify.css';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.2",
|
|
4
4
|
"description": "Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"sanitize.css": "13.0.0",
|
|
39
39
|
"tabbable": "6.2.0",
|
|
40
40
|
"toastify-js": "1.12.0",
|
|
41
|
-
"@haiilo/catalyst-tokens": "6.5.
|
|
41
|
+
"@haiilo/catalyst-tokens": "6.5.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "^7.19.6",
|