@ni/spright-components 6.6.0 → 6.6.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.map +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/chat/message/outbound/template.d.ts +1 -1
- package/dist/esm/chat/message/outbound/template.js +0 -1
- package/dist/esm/chat/message/outbound/template.js.map +1 -1
- package/dist/esm/chat/message/system/template.d.ts +1 -1
- package/dist/esm/chat/message/system/template.js +0 -1
- package/dist/esm/chat/message/system/template.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ViewTemplate } from '@ni/fast-element';
|
|
2
|
-
import {
|
|
2
|
+
import type { FoundationElementTemplate } from '@ni/fast-foundation';
|
|
3
3
|
import type { ChatMessageOutbound } from '.';
|
|
4
4
|
export declare const template: FoundationElementTemplate<ViewTemplate<ChatMessageOutbound>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../../src/chat/message/outbound/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../../src/chat/message/outbound/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAItD,MAAM,CAAC,MAAM,QAAQ,GAEjB,GAAG,EAAE,CAAC,IAAI,CAAqB;;;;;;CAMlC,CAAC","sourcesContent":["import { html, ViewTemplate } from '@ni/fast-element';\nimport type { FoundationElementTemplate } from '@ni/fast-foundation';\nimport type { ChatMessageOutbound } from '.';\n\nexport const template: FoundationElementTemplate<\nViewTemplate<ChatMessageOutbound>\n> = () => html<ChatMessageOutbound>`\n <div class=\"container\">\n <section class=\"message-content\">\n <slot></slot>\n </section>\n </div>\n`;\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ViewTemplate } from '@ni/fast-element';
|
|
2
|
-
import {
|
|
2
|
+
import type { FoundationElementTemplate } from '@ni/fast-foundation';
|
|
3
3
|
import type { ChatMessageSystem } from '.';
|
|
4
4
|
export declare const template: FoundationElementTemplate<ViewTemplate<ChatMessageSystem>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../../src/chat/message/system/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../../src/chat/message/system/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAItD,MAAM,CAAC,MAAM,QAAQ,GAEjB,GAAG,EAAE,CAAC,IAAI,CAAmB;;;;;;CAMhC,CAAC","sourcesContent":["import { html, ViewTemplate } from '@ni/fast-element';\nimport type { FoundationElementTemplate } from '@ni/fast-foundation';\nimport type { ChatMessageSystem } from '.';\n\nexport const template: FoundationElementTemplate<\nViewTemplate<ChatMessageSystem>\n> = () => html<ChatMessageSystem>`\n <div class=\"container\">\n <section class=\"message-content\">\n <slot></slot>\n </section>\n </div>\n`;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/spright-components",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.1",
|
|
4
4
|
"description": "NI Spright Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -p ./tsconfig.json",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@ni/fast-element": "^10.0.0",
|
|
38
38
|
"@ni/fast-foundation": "^10.1.2",
|
|
39
39
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
40
|
-
"@ni/nimble-components": "^35.1.
|
|
40
|
+
"@ni/nimble-components": "^35.1.1",
|
|
41
41
|
"tslib": "^2.2.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|