@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
|
@@ -17150,7 +17150,7 @@ const k1=t=>`${zo(t)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host
|
|
|
17150
17150
|
display: none;
|
|
17151
17151
|
}
|
|
17152
17152
|
|
|
17153
|
-
.messages-anchored
|
|
17153
|
+
.messages-anchored {
|
|
17154
17154
|
min-height: 100%;
|
|
17155
17155
|
}
|
|
17156
17156
|
|
|
@@ -17653,9 +17653,10 @@ const W1=_t`
|
|
|
17653
17653
|
min-width: ${Dc};
|
|
17654
17654
|
min-height: ${Dc};
|
|
17655
17655
|
|
|
17656
|
+
flex: 1;
|
|
17656
17657
|
flex-direction: row;
|
|
17657
17658
|
justify-content: center;
|
|
17658
|
-
|
|
17659
|
+
align-items: center;
|
|
17659
17660
|
font: ${ld};
|
|
17660
17661
|
color: ${cd};
|
|
17661
17662
|
}
|