@haiilo/catalyst 8.3.0 → 8.3.1
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.
|
@@ -1591,7 +1591,7 @@ body {
|
|
|
1591
1591
|
* |- .cat-dialog-actions
|
|
1592
1592
|
**/
|
|
1593
1593
|
.cat-backdrop {
|
|
1594
|
-
background-color:
|
|
1594
|
+
background-color: rgb(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
1597
|
.cat-dialog {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
$-dialog-padding: 1.5rem;
|
|
18
18
|
|
|
19
19
|
.cat-backdrop {
|
|
20
|
-
background-color:
|
|
20
|
+
background-color: rgb(#{cat-token('color.ui.background.backdrop', cat-token('opacity.backdrop'), $wrap: false)});
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.cat-dialog {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
$-dialog-padding: 1.5rem;
|
|
18
18
|
|
|
19
19
|
.cat-backdrop {
|
|
20
|
-
background-color:
|
|
20
|
+
background-color: rgb(#{cat-token('color.ui.background.backdrop', cat-token('opacity.backdrop'), $wrap: false)});
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.cat-dialog {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
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": "8.3.
|
|
41
|
+
"@haiilo/catalyst-tokens": "8.3.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "^7.23.3",
|