@snack-uikit/toaster 0.6.21-preview-a69ad91a.0 → 0.6.21

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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.6.21 (2024-07-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-000:** system-event card max-with ([a4e30e4](https://github.com/cloud-ru-tech/snack-uikit/commit/a4e30e46ff64c1a75420d5e93c8d93e41eb320ad))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 0.6.20 (2024-06-27)
7
18
 
8
19
  ### Only dependencies have been changed
@@ -91,6 +91,9 @@
91
91
  margin:0;
92
92
  padding:0;
93
93
  }
94
+ :global .osThemeSnack.Toastify__toast-container .Toastify__toast-body > div{
95
+ max-width:100%;
96
+ }
94
97
  :global .osThemeSnack.Toastify__toast-container .container-user-action{
95
98
  padding-bottom:var(--space-toaster-user-action-padding-bottom, 8px);
96
99
  gap:var(--space-toaster-user-action-gap, 8px);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Toaster",
7
- "version": "0.6.21-preview-a69ad91a.0",
7
+ "version": "0.6.21",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -40,5 +40,5 @@
40
40
  "classnames": "2.3.2",
41
41
  "react-toastify": "10.0.5"
42
42
  },
43
- "gitHead": "4d7fb32f4a3e2084a0ac7129f6b2ad8b426de99c"
43
+ "gitHead": "244d95b2361d1ce876e8d3e8cff3952aa1c268f3"
44
44
  }
@@ -106,6 +106,10 @@ $theme-name: osThemeSnack;
106
106
  max-width: 100%;
107
107
  margin: 0;
108
108
  padding: 0;
109
+
110
+ & > div {
111
+ max-width: 100%;
112
+ }
109
113
  }
110
114
 
111
115
  .#{container-user-action} {