@muraldevkit/ui-toolkit 1.21.7 → 1.21.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.
@@ -10,8 +10,16 @@
10
10
 
11
11
  // Transition states were not working as expected when migrated to
12
12
  // modules, so we are using global styles for now.
13
- .mrl-blockNotification.mrl-is--transitioning {
14
- @include mrl-block-notification-fade-out;
13
+ .mrl-blockNotification {
14
+ border-radius: var(--mrl-blockNotification-radius);
15
+
16
+ &.mrl-is--transitioning {
17
+ @include mrl-block-notification-fade-out;
18
+ }
19
+
20
+ .mrl-is--closed {
21
+ display: none;
22
+ }
15
23
  }
16
24
 
17
25
  @media (prefers-reduced-motion: no-preference) {
@@ -19,7 +27,3 @@
19
27
  @include mrl-block-notification-slide-out;
20
28
  }
21
29
  }
22
-
23
- .mrl-blockNotification .mrl-is--closed {
24
- display: none;
25
- }
@@ -35,3 +35,7 @@
35
35
  .mrl-blockNotification[data-kind='private'] {
36
36
  --mrl-blockNotification-background: var(--mrl-blockNotification-background-general);
37
37
  }
38
+
39
+ .mrl-blockNotification[data-kind='component'] {
40
+ --mrl-blockNotification-radius: var(--mrl-radii-01);
41
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "1.21.7",
3
+ "version": "1.21.8",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",