@livenetworks/ashlar 1.3.2 → 1.3.3
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livenetworks/ashlar",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "LiveNetworks unified frontend library - CSS framework and vanilla JS components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Live Networks",
|
|
@@ -52,4 +52,4 @@
|
|
|
52
52
|
"optional": true
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
@mixin toast-container {
|
|
24
24
|
@include fixed;
|
|
25
25
|
@include z-toast;
|
|
26
|
+
list-style: none;
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 0;
|
|
26
29
|
pointer-events: none;
|
|
27
30
|
// Viewport-edge offsets — toast container distance from viewport,
|
|
28
31
|
// not shell rhythm.
|
|
@@ -33,6 +36,7 @@
|
|
|
33
36
|
}
|
|
34
37
|
|
|
35
38
|
@mixin toast-item {
|
|
39
|
+
list-style: none;
|
|
36
40
|
opacity: 0;
|
|
37
41
|
pointer-events: auto;
|
|
38
42
|
@include motion-safe {
|