@nice-digital/nds-action-banner 4.3.2 → 4.3.3-alpha.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.
- package/package.json +2 -2
- package/scss/action-banner.scss +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nice-digital/nds-action-banner",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3-alpha.1+f22ce65b",
|
|
4
4
|
"description": "Action banner component for the NICE Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"banner"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"@types/node": "^18.11.9",
|
|
48
48
|
"typescript": "^4.8.4"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f22ce65b9bb7eef4fef16bf69f53efe6597889a6"
|
|
51
51
|
}
|
package/scss/action-banner.scss
CHANGED
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
&__actions {
|
|
56
56
|
@include focus.inverse-button-focus;
|
|
57
57
|
flex: 0 0 auto;
|
|
58
|
+
max-width: 100%;
|
|
58
59
|
.btn {
|
|
59
60
|
margin: 0;
|
|
60
61
|
}
|
|
@@ -219,12 +220,10 @@
|
|
|
219
220
|
}
|
|
220
221
|
}
|
|
221
222
|
}
|
|
222
|
-
|
|
223
223
|
@include media-queries.mq($until: sm) {
|
|
224
224
|
.action-banner__actions .btn {
|
|
225
225
|
white-space: normal;
|
|
226
226
|
word-break: break-word;
|
|
227
|
-
inline-size: 100%;
|
|
228
227
|
}
|
|
229
228
|
.action-banner__text {
|
|
230
229
|
white-space: normal;
|