@ni/spright-components 6.17.2 → 6.18.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 +61 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3942 -3941
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +67 -67
- package/dist/custom-elements.md +16 -16
- package/dist/esm/icons/nigel-chat/icon-data.d.ts +2 -2
- package/dist/esm/icons/nigel-chat/icon-data.js +45 -2
- package/dist/esm/icons/nigel-chat/icon-data.js.map +1 -1
- package/package.json +3 -3
|
@@ -654,73 +654,6 @@
|
|
|
654
654
|
}
|
|
655
655
|
]
|
|
656
656
|
},
|
|
657
|
-
{
|
|
658
|
-
"kind": "javascript-module",
|
|
659
|
-
"path": "src/chat/message/inbound/index.ts",
|
|
660
|
-
"declarations": [
|
|
661
|
-
{
|
|
662
|
-
"kind": "class",
|
|
663
|
-
"description": "A Spright component for displaying a chat message",
|
|
664
|
-
"name": "ChatMessageInbound",
|
|
665
|
-
"members": [
|
|
666
|
-
{
|
|
667
|
-
"kind": "method",
|
|
668
|
-
"name": "slottedFooterActionsElementsChanged",
|
|
669
|
-
"privacy": "public",
|
|
670
|
-
"return": {
|
|
671
|
-
"type": {
|
|
672
|
-
"text": "void"
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
"parameters": [
|
|
676
|
-
{
|
|
677
|
-
"name": "_prev",
|
|
678
|
-
"type": {
|
|
679
|
-
"text": "HTMLElement[] | undefined"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "next",
|
|
684
|
-
"type": {
|
|
685
|
-
"text": "HTMLElement[] | undefined"
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
]
|
|
689
|
-
}
|
|
690
|
-
],
|
|
691
|
-
"superclass": {
|
|
692
|
-
"name": "FoundationElement",
|
|
693
|
-
"package": "@ni/fast-foundation"
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"kind": "variable",
|
|
698
|
-
"name": "chatMessageInboundTag",
|
|
699
|
-
"type": {
|
|
700
|
-
"text": "string"
|
|
701
|
-
},
|
|
702
|
-
"default": "'spright-chat-message-inbound'"
|
|
703
|
-
}
|
|
704
|
-
],
|
|
705
|
-
"exports": [
|
|
706
|
-
{
|
|
707
|
-
"kind": "js",
|
|
708
|
-
"name": "ChatMessageInbound",
|
|
709
|
-
"declaration": {
|
|
710
|
-
"name": "ChatMessageInbound",
|
|
711
|
-
"module": "src/chat/message/inbound/index.ts"
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"kind": "js",
|
|
716
|
-
"name": "chatMessageInboundTag",
|
|
717
|
-
"declaration": {
|
|
718
|
-
"name": "chatMessageInboundTag",
|
|
719
|
-
"module": "src/chat/message/inbound/index.ts"
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
]
|
|
723
|
-
},
|
|
724
657
|
{
|
|
725
658
|
"kind": "javascript-module",
|
|
726
659
|
"path": "src/chat/message/outbound/index.ts",
|
|
@@ -877,6 +810,73 @@
|
|
|
877
810
|
}
|
|
878
811
|
}
|
|
879
812
|
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"kind": "javascript-module",
|
|
816
|
+
"path": "src/chat/message/inbound/index.ts",
|
|
817
|
+
"declarations": [
|
|
818
|
+
{
|
|
819
|
+
"kind": "class",
|
|
820
|
+
"description": "A Spright component for displaying a chat message",
|
|
821
|
+
"name": "ChatMessageInbound",
|
|
822
|
+
"members": [
|
|
823
|
+
{
|
|
824
|
+
"kind": "method",
|
|
825
|
+
"name": "slottedFooterActionsElementsChanged",
|
|
826
|
+
"privacy": "public",
|
|
827
|
+
"return": {
|
|
828
|
+
"type": {
|
|
829
|
+
"text": "void"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"parameters": [
|
|
833
|
+
{
|
|
834
|
+
"name": "_prev",
|
|
835
|
+
"type": {
|
|
836
|
+
"text": "HTMLElement[] | undefined"
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "next",
|
|
841
|
+
"type": {
|
|
842
|
+
"text": "HTMLElement[] | undefined"
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
]
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"superclass": {
|
|
849
|
+
"name": "FoundationElement",
|
|
850
|
+
"package": "@ni/fast-foundation"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"kind": "variable",
|
|
855
|
+
"name": "chatMessageInboundTag",
|
|
856
|
+
"type": {
|
|
857
|
+
"text": "string"
|
|
858
|
+
},
|
|
859
|
+
"default": "'spright-chat-message-inbound'"
|
|
860
|
+
}
|
|
861
|
+
],
|
|
862
|
+
"exports": [
|
|
863
|
+
{
|
|
864
|
+
"kind": "js",
|
|
865
|
+
"name": "ChatMessageInbound",
|
|
866
|
+
"declaration": {
|
|
867
|
+
"name": "ChatMessageInbound",
|
|
868
|
+
"module": "src/chat/message/inbound/index.ts"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"kind": "js",
|
|
873
|
+
"name": "chatMessageInboundTag",
|
|
874
|
+
"declaration": {
|
|
875
|
+
"name": "chatMessageInboundTag",
|
|
876
|
+
"module": "src/chat/message/inbound/index.ts"
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
]
|
|
880
880
|
}
|
|
881
881
|
]
|
|
882
882
|
}
|
package/dist/custom-elements.md
CHANGED
|
@@ -110,22 +110,6 @@
|
|
|
110
110
|
|
|
111
111
|
<hr/>
|
|
112
112
|
|
|
113
|
-
## class: `ChatMessageInbound`
|
|
114
|
-
|
|
115
|
-
### Superclass
|
|
116
|
-
|
|
117
|
-
| Name | Module | Package |
|
|
118
|
-
| ------------------- | ------ | ------------------- |
|
|
119
|
-
| `FoundationElement` | | @ni/fast-foundation |
|
|
120
|
-
|
|
121
|
-
### Methods
|
|
122
|
-
|
|
123
|
-
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
124
|
-
| ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
|
|
125
|
-
| `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
|
|
126
|
-
|
|
127
|
-
<hr/>
|
|
128
|
-
|
|
129
113
|
## class: `ChatMessageOutbound`
|
|
130
114
|
|
|
131
115
|
### Superclass
|
|
@@ -169,3 +153,19 @@
|
|
|
169
153
|
| `subtitle` | subtitle | |
|
|
170
154
|
|
|
171
155
|
<hr/>
|
|
156
|
+
|
|
157
|
+
## class: `ChatMessageInbound`
|
|
158
|
+
|
|
159
|
+
### Superclass
|
|
160
|
+
|
|
161
|
+
| Name | Module | Package |
|
|
162
|
+
| ------------------- | ------ | ------------------- |
|
|
163
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
164
|
+
|
|
165
|
+
### Methods
|
|
166
|
+
|
|
167
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
168
|
+
| ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
|
|
169
|
+
| `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
|
|
170
|
+
|
|
171
|
+
<hr/>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const nigelChatLightData = "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0
|
|
2
|
-
export declare const nigelChatDarkData = "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0
|
|
1
|
+
export declare const nigelChatLightData = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" viewBox=\"0 0 16 16\">\n <defs>\n <style>\n .nigel-chat-light-0 {\n fill: url(#nigel-chat-gradient-light-0);\n }\n\n .nigel-chat-light-1 {\n fill: url(#nigel-chat-gradient-light-1);\n }\n </style>\n <linearGradient id=\"nigel-chat-gradient-light-1\" x1=\"11.84\" y1=\"6.19\" x2=\"4.84\" y2=\"13.18\" gradientTransform=\"translate(0 18) scale(1 -1)\" gradientUnits=\"userSpaceOnUse\">\n <stop offset=\"0\" stop-color=\"#00ad7c\"/>\n <stop offset=\"1\" stop-color=\"#32eb96\"/>\n </linearGradient>\n <linearGradient id=\"nigel-chat-gradient-light-0\" x1=\"10.25\" y1=\"-658.82\" x2=\"6.95\" y2=\"-662.11\" gradientTransform=\"translate(0 668)\" xlink:href=\"#nigel-chat-gradient-light-1\"/>\n </defs>\n <path class=\"nigel-chat-light-1\" d=\"M14.21,7.52l-.11-.06c-2.36-1.29-4.3-3.23-5.59-5.59l-.06-.11c-.19-.36-.7-.36-.9,0l-.06.11c-1.29,2.36-3.23,4.3-5.59,5.59l-.11.06c-.36.19-.36.7,0,.9l.11.06c2.36,1.29,4.3,3.23,5.59,5.59l.06.11c.19.36.7.36.9,0l.06-.11c1.29-2.36,3.23-4.3,5.59-5.59l.11-.06c.36-.19.36-.7,0-.9ZM12.5,7.88l-.08.04c-1.58.87-2.89,2.17-3.75,3.75l-.04.08c-.13.24-.47.24-.6,0l-.04-.08c-.87-1.58-2.17-2.89-3.75-3.75l-.08-.04c-.24-.13-.24-.47,0-.6l.08-.04c1.58-.87,2.89-2.17,3.75-3.75l.04-.08c.13-.24.47-.24.6,0l.04.08c.87,1.58,2.17,2.89,3.75,3.75l.08.04c.24.13.24.47,0,.6Z\"/>\n <path class=\"nigel-chat-light-0\" d=\"M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z\"/>\n</svg>";
|
|
2
|
+
export declare const nigelChatDarkData = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" viewBox=\"0 0 16 16\">\n <defs>\n <style>\n .nigel-chat-dark-0 {\n fill: url(#nigel-chat-gradient-dark-0);\n }\n\n .nigel-chat-dark-1 {\n fill: url(#nigel-chat-gradient-dark-1);\n }\n </style>\n <linearGradient id=\"nigel-chat-gradient-dark-1\" x1=\"11.84\" y1=\"6.19\" x2=\"4.84\" y2=\"13.18\" gradientTransform=\"translate(0 18) scale(1 -1)\" gradientUnits=\"userSpaceOnUse\">\n <stop offset=\"0\" stop-color=\"#00ad7c\"/>\n <stop offset=\"1\" stop-color=\"#32eb96\"/>\n </linearGradient>\n <linearGradient id=\"nigel-chat-gradient-dark-0\" x1=\"10.25\" y1=\"-658.82\" x2=\"6.95\" y2=\"-662.11\" gradientTransform=\"translate(0 668)\" xlink:href=\"#nigel-chat-gradient-dark-1\"/>\n </defs>\n <path class=\"nigel-chat-dark-1\" d=\"M14.21,7.52l-.11-.06c-2.36-1.29-4.3-3.23-5.59-5.59l-.06-.11c-.19-.36-.7-.36-.9,0l-.06.11c-1.29,2.36-3.23,4.3-5.59,5.59l-.11.06c-.36.19-.36.7,0,.9l.11.06c2.36,1.29,4.3,3.23,5.59,5.59l.06.11c.19.36.7.36.9,0l.06-.11c1.29-2.36,3.23-4.3,5.59-5.59l.11-.06c.36-.19.36-.7,0-.9ZM12.5,7.88l-.08.04c-1.58.87-2.89,2.17-3.75,3.75l-.04.08c-.13.24-.47.24-.6,0l-.04-.08c-.87-1.58-2.17-2.89-3.75-3.75l-.08-.04c-.24-.13-.24-.47,0-.6l.08-.04c1.58-.87,2.89-2.17,3.75-3.75l.04-.08c.13-.24.47-.24.6,0l.04.08c.87,1.58,2.17,2.89,3.75,3.75l.08.04c.24.13.24.47,0,.6Z\"/>\n <path class=\"nigel-chat-dark-0\" d=\"M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z\"/>\n</svg>";
|
|
@@ -1,3 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
// Visual Design is iterating on this icon for NI Connect 2026; it's likely we will get different
|
|
2
|
+
// icons for dark and light mode in future but for now they like the dark icon even on light background.
|
|
3
|
+
// Both exports use the same visual but with unique IDs to avoid collisions when both are in the DOM.
|
|
4
|
+
export const nigelChatLightData = `<?xml version="1.0" encoding="UTF-8"?>
|
|
5
|
+
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 16 16">
|
|
6
|
+
<defs>
|
|
7
|
+
<style>
|
|
8
|
+
.nigel-chat-light-0 {
|
|
9
|
+
fill: url(#nigel-chat-gradient-light-0);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.nigel-chat-light-1 {
|
|
13
|
+
fill: url(#nigel-chat-gradient-light-1);
|
|
14
|
+
}
|
|
15
|
+
</style>
|
|
16
|
+
<linearGradient id="nigel-chat-gradient-light-1" x1="11.84" y1="6.19" x2="4.84" y2="13.18" gradientTransform="translate(0 18) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop offset="0" stop-color="#00ad7c"/>
|
|
18
|
+
<stop offset="1" stop-color="#32eb96"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="nigel-chat-gradient-light-0" x1="10.25" y1="-658.82" x2="6.95" y2="-662.11" gradientTransform="translate(0 668)" xlink:href="#nigel-chat-gradient-light-1"/>
|
|
21
|
+
</defs>
|
|
22
|
+
<path class="nigel-chat-light-1" d="M14.21,7.52l-.11-.06c-2.36-1.29-4.3-3.23-5.59-5.59l-.06-.11c-.19-.36-.7-.36-.9,0l-.06.11c-1.29,2.36-3.23,4.3-5.59,5.59l-.11.06c-.36.19-.36.7,0,.9l.11.06c2.36,1.29,4.3,3.23,5.59,5.59l.06.11c.19.36.7.36.9,0l.06-.11c1.29-2.36,3.23-4.3,5.59-5.59l.11-.06c.36-.19.36-.7,0-.9ZM12.5,7.88l-.08.04c-1.58.87-2.89,2.17-3.75,3.75l-.04.08c-.13.24-.47.24-.6,0l-.04-.08c-.87-1.58-2.17-2.89-3.75-3.75l-.08-.04c-.24-.13-.24-.47,0-.6l.08-.04c1.58-.87,2.89-2.17,3.75-3.75l.04-.08c.13-.24.47-.24.6,0l.04.08c.87,1.58,2.17,2.89,3.75,3.75l.08.04c.24.13.24.47,0,.6Z"/>
|
|
23
|
+
<path class="nigel-chat-light-0" d="M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z"/>
|
|
24
|
+
</svg>`;
|
|
25
|
+
export const nigelChatDarkData = `<?xml version="1.0" encoding="UTF-8"?>
|
|
26
|
+
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 16 16">
|
|
27
|
+
<defs>
|
|
28
|
+
<style>
|
|
29
|
+
.nigel-chat-dark-0 {
|
|
30
|
+
fill: url(#nigel-chat-gradient-dark-0);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.nigel-chat-dark-1 {
|
|
34
|
+
fill: url(#nigel-chat-gradient-dark-1);
|
|
35
|
+
}
|
|
36
|
+
</style>
|
|
37
|
+
<linearGradient id="nigel-chat-gradient-dark-1" x1="11.84" y1="6.19" x2="4.84" y2="13.18" gradientTransform="translate(0 18) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop offset="0" stop-color="#00ad7c"/>
|
|
39
|
+
<stop offset="1" stop-color="#32eb96"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<linearGradient id="nigel-chat-gradient-dark-0" x1="10.25" y1="-658.82" x2="6.95" y2="-662.11" gradientTransform="translate(0 668)" xlink:href="#nigel-chat-gradient-dark-1"/>
|
|
42
|
+
</defs>
|
|
43
|
+
<path class="nigel-chat-dark-1" d="M14.21,7.52l-.11-.06c-2.36-1.29-4.3-3.23-5.59-5.59l-.06-.11c-.19-.36-.7-.36-.9,0l-.06.11c-1.29,2.36-3.23,4.3-5.59,5.59l-.11.06c-.36.19-.36.7,0,.9l.11.06c2.36,1.29,4.3,3.23,5.59,5.59l.06.11c.19.36.7.36.9,0l.06-.11c1.29-2.36,3.23-4.3,5.59-5.59l.11-.06c.36-.19.36-.7,0-.9ZM12.5,7.88l-.08.04c-1.58.87-2.89,2.17-3.75,3.75l-.04.08c-.13.24-.47.24-.6,0l-.04-.08c-.87-1.58-2.17-2.89-3.75-3.75l-.08-.04c-.24-.13-.24-.47,0-.6l.08-.04c1.58-.87,2.89-2.17,3.75-3.75l.04-.08c.13-.24.47-.24.6,0l.04.08c.87,1.58,2.17,2.89,3.75,3.75l.08.04c.24.13.24.47,0,.6Z"/>
|
|
44
|
+
<path class="nigel-chat-dark-0" d="M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z"/>
|
|
45
|
+
</svg>`;
|
|
3
46
|
//# sourceMappingURL=icon-data.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-data.js","sourceRoot":"","sources":["../../../../src/icons/nigel-chat/icon-data.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,
|
|
1
|
+
{"version":3,"file":"icon-data.js","sourceRoot":"","sources":["../../../../src/icons/nigel-chat/icon-data.ts"],"names":[],"mappings":"AAAA,iGAAiG;AACjG,wGAAwG;AACxG,qGAAqG;AACrG,MAAM,CAAC,MAAM,kBAAkB,GAAG;;;;;;;;;;;;;;;;;;;;OAoB3B,CAAC;AAER,MAAM,CAAC,MAAM,iBAAiB,GAAG;;;;;;;;;;;;;;;;;;;;OAoB1B,CAAC","sourcesContent":["// Visual Design is iterating on this icon for NI Connect 2026; it's likely we will get different\n// icons for dark and light mode in future but for now they like the dark icon even on light background.\n// Both exports use the same visual but with unique IDs to avoid collisions when both are in the DOM.\nexport const nigelChatLightData = `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" viewBox=\"0 0 16 16\">\n <defs>\n <style>\n .nigel-chat-light-0 {\n fill: url(#nigel-chat-gradient-light-0);\n }\n\n .nigel-chat-light-1 {\n fill: url(#nigel-chat-gradient-light-1);\n }\n </style>\n <linearGradient id=\"nigel-chat-gradient-light-1\" x1=\"11.84\" y1=\"6.19\" x2=\"4.84\" y2=\"13.18\" gradientTransform=\"translate(0 18) scale(1 -1)\" gradientUnits=\"userSpaceOnUse\">\n <stop offset=\"0\" stop-color=\"#00ad7c\"/>\n <stop offset=\"1\" stop-color=\"#32eb96\"/>\n </linearGradient>\n <linearGradient id=\"nigel-chat-gradient-light-0\" x1=\"10.25\" y1=\"-658.82\" x2=\"6.95\" y2=\"-662.11\" gradientTransform=\"translate(0 668)\" xlink:href=\"#nigel-chat-gradient-light-1\"/>\n </defs>\n <path class=\"nigel-chat-light-1\" d=\"M14.21,7.52l-.11-.06c-2.36-1.29-4.3-3.23-5.59-5.59l-.06-.11c-.19-.36-.7-.36-.9,0l-.06.11c-1.29,2.36-3.23,4.3-5.59,5.59l-.11.06c-.36.19-.36.7,0,.9l.11.06c2.36,1.29,4.3,3.23,5.59,5.59l.06.11c.19.36.7.36.9,0l.06-.11c1.29-2.36,3.23-4.3,5.59-5.59l.11-.06c.36-.19.36-.7,0-.9ZM12.5,7.88l-.08.04c-1.58.87-2.89,2.17-3.75,3.75l-.04.08c-.13.24-.47.24-.6,0l-.04-.08c-.87-1.58-2.17-2.89-3.75-3.75l-.08-.04c-.24-.13-.24-.47,0-.6l.08-.04c1.58-.87,2.89-2.17,3.75-3.75l.04-.08c.13-.24.47-.24.6,0l.04.08c.87,1.58,2.17,2.89,3.75,3.75l.08.04c.24.13.24.47,0,.6Z\"/>\n <path class=\"nigel-chat-light-0\" d=\"M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z\"/>\n</svg>`;\n\nexport const nigelChatDarkData = `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" viewBox=\"0 0 16 16\">\n <defs>\n <style>\n .nigel-chat-dark-0 {\n fill: url(#nigel-chat-gradient-dark-0);\n }\n\n .nigel-chat-dark-1 {\n fill: url(#nigel-chat-gradient-dark-1);\n }\n </style>\n <linearGradient id=\"nigel-chat-gradient-dark-1\" x1=\"11.84\" y1=\"6.19\" x2=\"4.84\" y2=\"13.18\" gradientTransform=\"translate(0 18) scale(1 -1)\" gradientUnits=\"userSpaceOnUse\">\n <stop offset=\"0\" stop-color=\"#00ad7c\"/>\n <stop offset=\"1\" stop-color=\"#32eb96\"/>\n </linearGradient>\n <linearGradient id=\"nigel-chat-gradient-dark-0\" x1=\"10.25\" y1=\"-658.82\" x2=\"6.95\" y2=\"-662.11\" gradientTransform=\"translate(0 668)\" xlink:href=\"#nigel-chat-gradient-dark-1\"/>\n </defs>\n <path class=\"nigel-chat-dark-1\" d=\"M14.21,7.52l-.11-.06c-2.36-1.29-4.3-3.23-5.59-5.59l-.06-.11c-.19-.36-.7-.36-.9,0l-.06.11c-1.29,2.36-3.23,4.3-5.59,5.59l-.11.06c-.36.19-.36.7,0,.9l.11.06c2.36,1.29,4.3,3.23,5.59,5.59l.06.11c.19.36.7.36.9,0l.06-.11c1.29-2.36,3.23-4.3,5.59-5.59l.11-.06c.36-.19.36-.7,0-.9ZM12.5,7.88l-.08.04c-1.58.87-2.89,2.17-3.75,3.75l-.04.08c-.13.24-.47.24-.6,0l-.04-.08c-.87-1.58-2.17-2.89-3.75-3.75l-.08-.04c-.24-.13-.24-.47,0-.6l.08-.04c1.58-.87,2.89-2.17,3.75-3.75l.04-.08c.13-.24.47-.24.6,0l.04.08c.87,1.58,2.17,2.89,3.75,3.75l.08.04c.24.13.24.47,0,.6Z\"/>\n <path class=\"nigel-chat-dark-0\" d=\"M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z\"/>\n</svg>`;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/spright-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.18.1",
|
|
4
4
|
"description": "NI Spright Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:components && npm run build:cem",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@ni/fast-element": "^10.1.1",
|
|
43
43
|
"@ni/fast-foundation": "^10.2.3",
|
|
44
44
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
45
|
-
"@ni/nimble-components": "^35.
|
|
46
|
-
"@ni/nimble-tokens": "^8.
|
|
45
|
+
"@ni/nimble-components": "^35.8.0",
|
|
46
|
+
"@ni/nimble-tokens": "^8.18.0",
|
|
47
47
|
"tslib": "^2.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|