@ni/spright-components 6.21.1 → 6.21.2
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/dist/all-components-bundle.js +3 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/chat/conversation/styles.js +1 -1
- package/dist/esm/chat/conversation/styles.js.map +1 -1
- package/dist/esm/chat/message/welcome/styles.js +2 -1
- package/dist/esm/chat/message/welcome/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -100167,7 +100167,7 @@ focus outline in that case.
|
|
|
100167
100167
|
display: none;
|
|
100168
100168
|
}
|
|
100169
100169
|
|
|
100170
|
-
.messages-anchored
|
|
100170
|
+
.messages-anchored {
|
|
100171
100171
|
min-height: 100%;
|
|
100172
100172
|
}
|
|
100173
100173
|
|
|
@@ -101351,9 +101351,10 @@ focus outline in that case.
|
|
|
101351
101351
|
min-width: ${standardPadding};
|
|
101352
101352
|
min-height: ${standardPadding};
|
|
101353
101353
|
|
|
101354
|
+
flex: 1;
|
|
101354
101355
|
flex-direction: row;
|
|
101355
101356
|
justify-content: center;
|
|
101356
|
-
|
|
101357
|
+
align-items: center;
|
|
101357
101358
|
font: ${bodyFont};
|
|
101358
101359
|
color: ${bodyFontColor};
|
|
101359
101360
|
}
|