@ni/spright-components 6.21.0 → 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 +25 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +606 -584
- 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 +2 -2
|
@@ -22242,6 +22242,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22242
22242
|
${styles$$}
|
|
22243
22243
|
|
|
22244
22244
|
:host {
|
|
22245
|
+
field-sizing: fixed;
|
|
22245
22246
|
--ni-private-hover-bottom-border-width: 2px;
|
|
22246
22247
|
--ni-private-bottom-border-width: 1px;
|
|
22247
22248
|
--ni-private-height-within-border: calc(
|
|
@@ -22250,6 +22251,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22250
22251
|
}
|
|
22251
22252
|
|
|
22252
22253
|
.control {
|
|
22254
|
+
field-sizing: inherit;
|
|
22253
22255
|
bottom-border-width: var(--ni-private-bottom-border-width);
|
|
22254
22256
|
}
|
|
22255
22257
|
|
|
@@ -22257,7 +22259,12 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22257
22259
|
border-bottom-color: ${borderHoverColor};
|
|
22258
22260
|
}
|
|
22259
22261
|
|
|
22262
|
+
slot[name='control'] {
|
|
22263
|
+
field-sizing: inherit;
|
|
22264
|
+
}
|
|
22265
|
+
|
|
22260
22266
|
.selected-value {
|
|
22267
|
+
field-sizing: inherit;
|
|
22261
22268
|
-webkit-appearance: none;
|
|
22262
22269
|
background: transparent;
|
|
22263
22270
|
border: none;
|
|
@@ -28107,6 +28114,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28107
28114
|
outline: none;
|
|
28108
28115
|
${userSelectNone}
|
|
28109
28116
|
color: ${bodyFontColor};
|
|
28117
|
+
field-sizing: fixed;
|
|
28110
28118
|
--ni-private-hover-indicator-width: calc(${borderWidth} + 1px);
|
|
28111
28119
|
--ni-private-height-within-border: calc(
|
|
28112
28120
|
${controlHeight} - 2 * ${borderWidth}
|
|
@@ -28139,6 +28147,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28139
28147
|
position: relative;
|
|
28140
28148
|
display: flex;
|
|
28141
28149
|
flex-direction: row;
|
|
28150
|
+
field-sizing: inherit;
|
|
28142
28151
|
justify-content: center;
|
|
28143
28152
|
align-items: center;
|
|
28144
28153
|
border-radius: 0px;
|
|
@@ -28206,12 +28215,17 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28206
28215
|
font: inherit;
|
|
28207
28216
|
background: transparent;
|
|
28208
28217
|
color: inherit;
|
|
28218
|
+
field-sizing: inherit;
|
|
28209
28219
|
height: var(--ni-private-height-within-border);
|
|
28210
28220
|
width: 100%;
|
|
28211
28221
|
border: none;
|
|
28212
28222
|
padding: 0px;
|
|
28213
28223
|
padding-left: ${mediumPadding};
|
|
28214
28224
|
}
|
|
28225
|
+
|
|
28226
|
+
:host([hide-step]) .control {
|
|
28227
|
+
padding-right: ${smallPadding};
|
|
28228
|
+
}
|
|
28215
28229
|
|
|
28216
28230
|
.control:hover,
|
|
28217
28231
|
.control:focus,
|
|
@@ -28309,6 +28323,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28309
28323
|
|
|
28310
28324
|
:host([full-bleed]) .control {
|
|
28311
28325
|
padding-left: 0px;
|
|
28326
|
+
padding-right: 0px;
|
|
28312
28327
|
}
|
|
28313
28328
|
`));
|
|
28314
28329
|
|
|
@@ -81198,6 +81213,8 @@ focus outline in that case.
|
|
|
81198
81213
|
outline: none;
|
|
81199
81214
|
${userSelectNone}
|
|
81200
81215
|
color: ${bodyFontColor};
|
|
81216
|
+
field-sizing: fixed;
|
|
81217
|
+
min-width: 100px;
|
|
81201
81218
|
flex-direction: column;
|
|
81202
81219
|
vertical-align: top;
|
|
81203
81220
|
--ni-private-hover-indicator-width: calc(${borderWidth} + 1px);
|
|
@@ -81229,6 +81246,7 @@ focus outline in that case.
|
|
|
81229
81246
|
display: flex;
|
|
81230
81247
|
justify-content: center;
|
|
81231
81248
|
position: relative;
|
|
81249
|
+
field-sizing: inherit;
|
|
81232
81250
|
height: 100%;
|
|
81233
81251
|
width: 100%;
|
|
81234
81252
|
}
|
|
@@ -81273,7 +81291,7 @@ focus outline in that case.
|
|
|
81273
81291
|
border-radius: 0px;
|
|
81274
81292
|
align-items: flex-end;
|
|
81275
81293
|
border: ${borderWidth} solid transparent;
|
|
81276
|
-
|
|
81294
|
+
field-sizing: inherit;
|
|
81277
81295
|
min-height: calc(${iconSize} + ${standardPadding});
|
|
81278
81296
|
padding: 8px;
|
|
81279
81297
|
${
|
|
@@ -81559,6 +81577,7 @@ focus outline in that case.
|
|
|
81559
81577
|
outline: none;
|
|
81560
81578
|
${userSelectNone}
|
|
81561
81579
|
color: ${bodyFontColor};
|
|
81580
|
+
field-sizing: fixed;
|
|
81562
81581
|
--ni-private-hover-indicator-width: calc(${borderWidth} + 1px);
|
|
81563
81582
|
--ni-private-height-within-border: calc(
|
|
81564
81583
|
${controlHeight} - 2 * ${borderWidth}
|
|
@@ -81593,6 +81612,7 @@ focus outline in that case.
|
|
|
81593
81612
|
display: flex;
|
|
81594
81613
|
flex-direction: row;
|
|
81595
81614
|
border-radius: 0px;
|
|
81615
|
+
field-sizing: inherit;
|
|
81596
81616
|
font: inherit;
|
|
81597
81617
|
align-items: center;
|
|
81598
81618
|
justify-content: center;
|
|
@@ -81671,6 +81691,7 @@ focus outline in that case.
|
|
|
81671
81691
|
background: transparent;
|
|
81672
81692
|
color: inherit;
|
|
81673
81693
|
padding: 0px;
|
|
81694
|
+
field-sizing: inherit;
|
|
81674
81695
|
height: var(--ni-private-height-within-border);
|
|
81675
81696
|
width: 100%;
|
|
81676
81697
|
margin-top: auto;
|
|
@@ -100146,7 +100167,7 @@ focus outline in that case.
|
|
|
100146
100167
|
display: none;
|
|
100147
100168
|
}
|
|
100148
100169
|
|
|
100149
|
-
.messages-anchored
|
|
100170
|
+
.messages-anchored {
|
|
100150
100171
|
min-height: 100%;
|
|
100151
100172
|
}
|
|
100152
100173
|
|
|
@@ -101330,9 +101351,10 @@ focus outline in that case.
|
|
|
101330
101351
|
min-width: ${standardPadding};
|
|
101331
101352
|
min-height: ${standardPadding};
|
|
101332
101353
|
|
|
101354
|
+
flex: 1;
|
|
101333
101355
|
flex-direction: row;
|
|
101334
101356
|
justify-content: center;
|
|
101335
|
-
|
|
101357
|
+
align-items: center;
|
|
101336
101358
|
font: ${bodyFont};
|
|
101337
101359
|
color: ${bodyFontColor};
|
|
101338
101360
|
}
|