@ni/spright-components 6.1.0 → 6.2.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/dist/all-components-bundle.js +65 -8
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3811 -3784
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/chat/input/styles.js +34 -9
- package/dist/esm/chat/input/styles.js.map +1 -1
- package/package.json +2 -2
|
@@ -18359,6 +18359,14 @@
|
|
|
18359
18359
|
name: 'pot_with_lid_16_x_16',
|
|
18360
18360
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11 4V2H5v2H2v1h12V4ZM6 4V3h4v1Zm-4 9h1v1h10v-1h1V6H2Z" class="cls-1"/></svg>`,
|
|
18361
18361
|
};
|
|
18362
|
+
const print = {
|
|
18363
|
+
name: 'print',
|
|
18364
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.55 10.6H8V10h2.25zm-5.3.4-.5 1h6.5l-.5-1zM14 11h-1l1 2v1H2v-1l1-2H2V6l1-2h1V2h8v2h1l1 2zM5 5h6V3H5zm8 8-2-4H5l-2 4zm0-6h-1v1h1z" class="cls-1"/></svg>`,
|
|
18365
|
+
};
|
|
18366
|
+
const qrcodeRead = {
|
|
18367
|
+
name: 'qrcode_read',
|
|
18368
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 4v2H4V4zm6 0h-2v2h2zm-8 8h2v-2H4zM3 3h2V2H2v3h1zm10-1h-2v1h2v2h1V2zm0 11h-2v1h3v-3h-1zM3 11H2v3h3v-1H3zm7-3H9v1h1zM8 9V7H7v1H6v1h1v1h2V9zm4 3v-1h-1v1zm-1-2h1V7h-2v1h1v1h-1v1H9v1h2zm-4 2h2v-1H7zM5 7H4v2h1V8h1V7zm2-1H6v1h1zm1-2H7v1h1v1h1V4zm1 2v1h1V6z" class="cls-1"/></svg>`,
|
|
18369
|
+
};
|
|
18362
18370
|
const question16X16 = {
|
|
18363
18371
|
name: 'question_16_x_16',
|
|
18364
18372
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.303 5.594a3.3 3.3 0 0 1-.195 1.176 2.6 2.6 0 0 1-.549.885 4 4 0 0 1-.852.672 7.5 7.5 0 0 1-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.2 3.2 0 0 0 .793-.429 2.1 2.1 0 0 0 .608-.612 1.45 1.45 0 0 0 .22-.791 1.04 1.04 0 0 0-.423-.939 2.16 2.16 0 0 0-1.195-.28 3.3 3.3 0 0 0-1.068.204 4.9 4.9 0 0 0-1.09.526h-.263V3.566a8 8 0 0 1 1.296-.372A8.2 8.2 0 0 1 7.77 3a4.2 4.2 0 0 1 2.579.718 2.24 2.24 0 0 1 .954 1.876M8.77 13H6.112v-1.737H8.77Z" class="cls-1"/></svg>`,
|
|
@@ -24332,6 +24340,30 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
24332
24340
|
}
|
|
24333
24341
|
registerIcon('icon-pot-with-lid', IconPotWithLid);
|
|
24334
24342
|
|
|
24343
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24344
|
+
// See generation source in nimble-components/build/generate-icons
|
|
24345
|
+
/**
|
|
24346
|
+
* The icon component for the 'print' icon
|
|
24347
|
+
*/
|
|
24348
|
+
class IconPrint extends Icon {
|
|
24349
|
+
constructor() {
|
|
24350
|
+
super(print);
|
|
24351
|
+
}
|
|
24352
|
+
}
|
|
24353
|
+
registerIcon('icon-print', IconPrint);
|
|
24354
|
+
|
|
24355
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24356
|
+
// See generation source in nimble-components/build/generate-icons
|
|
24357
|
+
/**
|
|
24358
|
+
* The icon component for the 'qrcodeRead' icon
|
|
24359
|
+
*/
|
|
24360
|
+
class IconQrcodeRead extends Icon {
|
|
24361
|
+
constructor() {
|
|
24362
|
+
super(qrcodeRead);
|
|
24363
|
+
}
|
|
24364
|
+
}
|
|
24365
|
+
registerIcon('icon-qrcode-read', IconQrcodeRead);
|
|
24366
|
+
|
|
24335
24367
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24336
24368
|
// See generation source in nimble-components/build/generate-icons
|
|
24337
24369
|
/**
|
|
@@ -93815,12 +93847,14 @@ focus outline in that case.
|
|
|
93815
93847
|
:host {
|
|
93816
93848
|
width: 100%;
|
|
93817
93849
|
height: auto;
|
|
93850
|
+
outline: none;
|
|
93851
|
+
--ni-private-hover-indicator-width: calc(${borderWidth} + 1px);
|
|
93818
93852
|
}
|
|
93819
93853
|
|
|
93820
93854
|
.container {
|
|
93821
|
-
display:
|
|
93822
|
-
|
|
93823
|
-
|
|
93855
|
+
display: flex;
|
|
93856
|
+
flex-direction: column;
|
|
93857
|
+
position: relative;
|
|
93824
93858
|
width: 100%;
|
|
93825
93859
|
height: 100%;
|
|
93826
93860
|
|
|
@@ -93829,10 +93863,34 @@ focus outline in that case.
|
|
|
93829
93863
|
box-shadow: ${elevation2BoxShadow};
|
|
93830
93864
|
}
|
|
93831
93865
|
|
|
93832
|
-
|
|
93833
|
-
|
|
93834
|
-
|
|
93866
|
+
.container::after {
|
|
93867
|
+
content: '';
|
|
93868
|
+
position: absolute;
|
|
93869
|
+
bottom: calc(-1 * ${borderWidth});
|
|
93870
|
+
width: 0px;
|
|
93871
|
+
height: 0px;
|
|
93872
|
+
align-self: center;
|
|
93873
|
+
border-bottom: ${borderHoverColor}
|
|
93874
|
+
var(--ni-private-hover-indicator-width) solid;
|
|
93875
|
+
transition: width ${smallDelay} ease-in;
|
|
93876
|
+
}
|
|
93877
|
+
|
|
93878
|
+
:host(:hover) .container::after {
|
|
93879
|
+
width: 100%;
|
|
93880
|
+
transition: width ${smallDelay} ease-in;
|
|
93881
|
+
}
|
|
93835
93882
|
|
|
93883
|
+
:host(:focus-within) .container {
|
|
93884
|
+
border-bottom-color: ${borderHoverColor};
|
|
93885
|
+
}
|
|
93886
|
+
|
|
93887
|
+
@media (prefers-reduced-motion) {
|
|
93888
|
+
.container::after {
|
|
93889
|
+
transition-duration: 0s;
|
|
93890
|
+
}
|
|
93891
|
+
}
|
|
93892
|
+
|
|
93893
|
+
textarea {
|
|
93836
93894
|
font: ${bodyFont};
|
|
93837
93895
|
color: ${bodyFontColor};
|
|
93838
93896
|
background-color: transparent;
|
|
@@ -93853,8 +93911,7 @@ focus outline in that case.
|
|
|
93853
93911
|
}
|
|
93854
93912
|
|
|
93855
93913
|
.send-button {
|
|
93856
|
-
|
|
93857
|
-
grid-column: 2;
|
|
93914
|
+
align-self: flex-end;
|
|
93858
93915
|
width: 80px;
|
|
93859
93916
|
margin: ${mediumPadding};
|
|
93860
93917
|
}
|