@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.
@@ -1,4 +1,4 @@
1
1
  import { ViewTemplate } from '@ni/fast-element';
2
- import { type FoundationElementTemplate } from '@ni/fast-foundation';
2
+ import type { FoundationElementTemplate } from '@ni/fast-foundation';
3
3
  import type { ChatMessageOutbound } from '.';
4
4
  export declare const template: FoundationElementTemplate<ViewTemplate<ChatMessageOutbound>>;
@@ -1,5 +1,4 @@
1
1
  import { html, ViewTemplate } from '@ni/fast-element';
2
- import {} from '@ni/fast-foundation';
3
2
  export const template = () => html `
4
3
  <div class="container">
5
4
  <section class="message-content">
@@ -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;AACtD,OAAO,EAEN,MAAM,qBAAqB,CAAC;AAG7B,MAAM,CAAC,MAAM,QAAQ,GAEjB,GAAG,EAAE,CAAC,IAAI,CAAqB;;;;;;CAMlC,CAAC","sourcesContent":["import { html, ViewTemplate } from '@ni/fast-element';\nimport {\n type FoundationElementTemplate\n} 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
+ {"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 { type FoundationElementTemplate } from '@ni/fast-foundation';
2
+ import type { FoundationElementTemplate } from '@ni/fast-foundation';
3
3
  import type { ChatMessageSystem } from '.';
4
4
  export declare const template: FoundationElementTemplate<ViewTemplate<ChatMessageSystem>>;
@@ -1,5 +1,4 @@
1
1
  import { html, ViewTemplate } from '@ni/fast-element';
2
- import {} from '@ni/fast-foundation';
3
2
  export const template = () => html `
4
3
  <div class="container">
5
4
  <section class="message-content">
@@ -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;AACtD,OAAO,EAEN,MAAM,qBAAqB,CAAC;AAG7B,MAAM,CAAC,MAAM,QAAQ,GAEjB,GAAG,EAAE,CAAC,IAAI,CAAmB;;;;;;CAMhC,CAAC","sourcesContent":["import { html, ViewTemplate } from '@ni/fast-element';\nimport {\n type FoundationElementTemplate\n} 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"]}
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.0",
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.0",
40
+ "@ni/nimble-components": "^35.1.1",
41
41
  "tslib": "^2.2.0"
42
42
  },
43
43
  "devDependencies": {