@ni/spright-components 6.22.2 → 6.22.4
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 +23 -12
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +23 -12
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/chat/message/inbound/styles.js +5 -1
- package/dist/esm/chat/message/inbound/styles.js.map +1 -1
- package/dist/esm/chat/message/outbound/styles.js +9 -8
- package/dist/esm/chat/message/outbound/styles.js.map +1 -1
- package/dist/esm/chat/message/system/styles.js +5 -1
- package/dist/esm/chat/message/system/styles.js.map +1 -1
- package/dist/esm/chat/message/welcome/styles.js +3 -1
- package/dist/esm/chat/message/welcome/styles.js.map +1 -1
- package/package.json +3 -3
|
@@ -19359,7 +19359,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19359
19359
|
};
|
|
19360
19360
|
const systemlink16X16 = {
|
|
19361
19361
|
name: 'systemlink_16_x_16',
|
|
19362
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.
|
|
19362
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.249 2.55a1.06 1.06 0 0 1 1.498 0 1.06 1.06 0 0 1-.295 1.703v1.86a2.42 2.42 0 0 1 1.672 1.215l1.768-.573q.023-.176.106-.344a1.059 1.059 0 1 1 .176 1.208l-1.768.574a2.42 2.42 0 0 1-.638 1.964l1.093 1.504q.175-.033.36-.005a1.058 1.058 0 1 1-1.095.54l-1.093-1.503a2.43 2.43 0 0 1-2.066 0l-1.093 1.503q.085.155.117.34a1.058 1.058 0 1 1-.852-.875l1.093-1.504a2.42 2.42 0 0 1-.638-1.964l-1.768-.574a1.054 1.054 0 0 1-1.71-.247 1.059 1.059 0 1 1 1.992-.617l1.768.573q.161-.295.41-.547c.358-.358.8-.58 1.262-.668v-1.86a1.06 1.06 0 0 1-.294-1.704Zm2.072 9.704c-.42.148-.865.224-1.323.224s-.904-.076-1.324-.224l.566-.779q.37.094.758.094c.388 0 .512-.033.757-.094zM11.98 8.4l.002.097c0 .886-.288 1.727-.82 2.419l-.566-.778c.274-.43.434-.923.467-1.44l.914-.298Zm-7.046.298c.033.502.189.998.466 1.438l-.566.779A3.97 3.97 0 0 1 4.018 8.4zM6.86 5.644c-.377.15-.731.377-1.035.681q-.1.1-.19.209l-.915-.298q.202-.292.46-.554A3.96 3.96 0 0 1 6.86 4.68v.965Zm2.275-.964a3.96 3.96 0 0 1 2.14 1.556l-.915.298a3.075 3.075 0 0 0-1.224-.89z" class="cls-1"/></svg>`,
|
|
19363
19363
|
};
|
|
19364
19364
|
const t16X16 = {
|
|
19365
19365
|
name: 't_16_x_16',
|
|
@@ -104642,9 +104642,12 @@ focus outline in that case.
|
|
|
104642
104642
|
:host {
|
|
104643
104643
|
min-width: ${standardPadding};
|
|
104644
104644
|
min-height: ${standardPadding};
|
|
104645
|
+
width: fit-content;
|
|
104646
|
+
max-width: 100%;
|
|
104645
104647
|
|
|
104646
104648
|
flex-direction: row;
|
|
104647
104649
|
justify-content: flex-start;
|
|
104650
|
+
align-self: flex-start;
|
|
104648
104651
|
flex-shrink: 0;
|
|
104649
104652
|
font: ${bodyFont};
|
|
104650
104653
|
color: ${bodyFontColor};
|
|
@@ -104653,7 +104656,7 @@ focus outline in that case.
|
|
|
104653
104656
|
.container {
|
|
104654
104657
|
display: flex;
|
|
104655
104658
|
flex-direction: column;
|
|
104656
|
-
|
|
104659
|
+
width: 100%;
|
|
104657
104660
|
}
|
|
104658
104661
|
|
|
104659
104662
|
[part='start'] {
|
|
@@ -104663,6 +104666,7 @@ focus outline in that case.
|
|
|
104663
104666
|
.message-content {
|
|
104664
104667
|
width: fit-content;
|
|
104665
104668
|
height: fit-content;
|
|
104669
|
+
max-width: 100%;
|
|
104666
104670
|
overflow-x: auto;
|
|
104667
104671
|
}
|
|
104668
104672
|
|
|
@@ -104745,9 +104749,12 @@ focus outline in that case.
|
|
|
104745
104749
|
:host {
|
|
104746
104750
|
min-width: ${standardPadding};
|
|
104747
104751
|
min-height: ${standardPadding};
|
|
104752
|
+
width: fit-content;
|
|
104753
|
+
max-width: 90%;
|
|
104748
104754
|
|
|
104749
104755
|
flex-direction: row;
|
|
104750
104756
|
justify-content: flex-end;
|
|
104757
|
+
align-self: flex-end;
|
|
104751
104758
|
flex-shrink: 0;
|
|
104752
104759
|
font: ${bodyFont};
|
|
104753
104760
|
color: ${bodyFontColor};
|
|
@@ -104756,21 +104763,19 @@ focus outline in that case.
|
|
|
104756
104763
|
.container {
|
|
104757
104764
|
display: flex;
|
|
104758
104765
|
flex-direction: column;
|
|
104759
|
-
|
|
104766
|
+
width: 100%;
|
|
104767
|
+
background: ${fillSelectedColor};
|
|
104768
|
+
border: ${borderWidth} solid ${borderHoverColor};
|
|
104769
|
+
border-radius: ${mediumPadding} ${mediumPadding} 0px ${mediumPadding};
|
|
104770
|
+
padding: ${mediumPadding};
|
|
104760
104771
|
}
|
|
104761
104772
|
|
|
104762
104773
|
.message-content {
|
|
104763
104774
|
width: fit-content;
|
|
104764
104775
|
height: fit-content;
|
|
104776
|
+
max-width: 100%;
|
|
104765
104777
|
overflow-x: auto;
|
|
104766
104778
|
}
|
|
104767
|
-
|
|
104768
|
-
:host .message-content {
|
|
104769
|
-
background: ${fillSelectedColor};
|
|
104770
|
-
border: ${borderWidth} solid ${borderHoverColor};
|
|
104771
|
-
border-radius: ${mediumPadding} ${mediumPadding} 0px ${mediumPadding};
|
|
104772
|
-
padding: ${mediumPadding};
|
|
104773
|
-
}
|
|
104774
104779
|
`;
|
|
104775
104780
|
|
|
104776
104781
|
const template$b = () => html `
|
|
@@ -104806,9 +104811,12 @@ focus outline in that case.
|
|
|
104806
104811
|
:host {
|
|
104807
104812
|
min-width: ${standardPadding};
|
|
104808
104813
|
min-height: ${standardPadding};
|
|
104814
|
+
width: fit-content;
|
|
104815
|
+
max-width: 90%;
|
|
104809
104816
|
|
|
104810
104817
|
flex-direction: row;
|
|
104811
104818
|
justify-content: center;
|
|
104819
|
+
align-self: center;
|
|
104812
104820
|
flex-shrink: 0;
|
|
104813
104821
|
font: ${bodyFont};
|
|
104814
104822
|
color: ${bodyFontColor};
|
|
@@ -104817,12 +104825,13 @@ focus outline in that case.
|
|
|
104817
104825
|
.container {
|
|
104818
104826
|
display: flex;
|
|
104819
104827
|
flex-direction: column;
|
|
104820
|
-
|
|
104828
|
+
width: 100%;
|
|
104821
104829
|
}
|
|
104822
104830
|
|
|
104823
104831
|
.message-content {
|
|
104824
104832
|
width: fit-content;
|
|
104825
104833
|
height: fit-content;
|
|
104834
|
+
max-width: 100%;
|
|
104826
104835
|
overflow-x: auto;
|
|
104827
104836
|
}
|
|
104828
104837
|
`;
|
|
@@ -104858,10 +104867,12 @@ focus outline in that case.
|
|
|
104858
104867
|
:host {
|
|
104859
104868
|
min-width: ${standardPadding};
|
|
104860
104869
|
min-height: ${standardPadding};
|
|
104870
|
+
max-width: 90%;
|
|
104861
104871
|
|
|
104862
104872
|
flex: 1;
|
|
104863
104873
|
flex-direction: row;
|
|
104864
104874
|
justify-content: center;
|
|
104875
|
+
align-self: center;
|
|
104865
104876
|
align-items: center;
|
|
104866
104877
|
font: ${bodyFont};
|
|
104867
104878
|
color: ${bodyFontColor};
|
|
@@ -104871,7 +104882,6 @@ focus outline in that case.
|
|
|
104871
104882
|
display: flex;
|
|
104872
104883
|
flex-direction: column;
|
|
104873
104884
|
align-items: center;
|
|
104874
|
-
max-width: calc(90%);
|
|
104875
104885
|
gap: ${mediumPadding};
|
|
104876
104886
|
}
|
|
104877
104887
|
|
|
@@ -104905,6 +104915,7 @@ focus outline in that case.
|
|
|
104905
104915
|
align-items: center;
|
|
104906
104916
|
width: fit-content;
|
|
104907
104917
|
height: fit-content;
|
|
104918
|
+
max-width: 100%;
|
|
104908
104919
|
overflow-x: auto;
|
|
104909
104920
|
gap: ${mediumPadding};
|
|
104910
104921
|
}
|