@ni/spright-components 6.10.3 → 6.10.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.
@@ -526,38 +526,12 @@
526
526
  },
527
527
  {
528
528
  "kind": "javascript-module",
529
- "path": "src/chat/message/inbound/index.ts",
529
+ "path": "src/chat/message/outbound/index.ts",
530
530
  "declarations": [
531
531
  {
532
532
  "kind": "class",
533
- "description": "A Spright component for displaying a chat message",
534
- "name": "ChatMessageInbound",
535
- "members": [
536
- {
537
- "kind": "method",
538
- "name": "slottedFooterActionsElementsChanged",
539
- "privacy": "public",
540
- "return": {
541
- "type": {
542
- "text": "void"
543
- }
544
- },
545
- "parameters": [
546
- {
547
- "name": "_prev",
548
- "type": {
549
- "text": "HTMLElement[] | undefined"
550
- }
551
- },
552
- {
553
- "name": "next",
554
- "type": {
555
- "text": "HTMLElement[] | undefined"
556
- }
557
- }
558
- ]
559
- }
560
- ],
533
+ "description": "A Spright component for displaying an outbound chat message",
534
+ "name": "ChatMessageOutbound",
561
535
  "superclass": {
562
536
  "name": "FoundationElement",
563
537
  "package": "@ni/fast-foundation"
@@ -565,28 +539,28 @@
565
539
  },
566
540
  {
567
541
  "kind": "variable",
568
- "name": "chatMessageInboundTag",
542
+ "name": "chatMessageOutboundTag",
569
543
  "type": {
570
544
  "text": "string"
571
545
  },
572
- "default": "'spright-chat-message-inbound'"
546
+ "default": "'spright-chat-message-outbound'"
573
547
  }
574
548
  ],
575
549
  "exports": [
576
550
  {
577
551
  "kind": "js",
578
- "name": "ChatMessageInbound",
552
+ "name": "ChatMessageOutbound",
579
553
  "declaration": {
580
- "name": "ChatMessageInbound",
581
- "module": "src/chat/message/inbound/index.ts"
554
+ "name": "ChatMessageOutbound",
555
+ "module": "src/chat/message/outbound/index.ts"
582
556
  }
583
557
  },
584
558
  {
585
559
  "kind": "js",
586
- "name": "chatMessageInboundTag",
560
+ "name": "chatMessageOutboundTag",
587
561
  "declaration": {
588
- "name": "chatMessageInboundTag",
589
- "module": "src/chat/message/inbound/index.ts"
562
+ "name": "chatMessageOutboundTag",
563
+ "module": "src/chat/message/outbound/index.ts"
590
564
  }
591
565
  }
592
566
  ]
@@ -634,12 +608,38 @@
634
608
  },
635
609
  {
636
610
  "kind": "javascript-module",
637
- "path": "src/chat/message/outbound/index.ts",
611
+ "path": "src/chat/message/inbound/index.ts",
638
612
  "declarations": [
639
613
  {
640
614
  "kind": "class",
641
- "description": "A Spright component for displaying an outbound chat message",
642
- "name": "ChatMessageOutbound",
615
+ "description": "A Spright component for displaying a chat message",
616
+ "name": "ChatMessageInbound",
617
+ "members": [
618
+ {
619
+ "kind": "method",
620
+ "name": "slottedFooterActionsElementsChanged",
621
+ "privacy": "public",
622
+ "return": {
623
+ "type": {
624
+ "text": "void"
625
+ }
626
+ },
627
+ "parameters": [
628
+ {
629
+ "name": "_prev",
630
+ "type": {
631
+ "text": "HTMLElement[] | undefined"
632
+ }
633
+ },
634
+ {
635
+ "name": "next",
636
+ "type": {
637
+ "text": "HTMLElement[] | undefined"
638
+ }
639
+ }
640
+ ]
641
+ }
642
+ ],
643
643
  "superclass": {
644
644
  "name": "FoundationElement",
645
645
  "package": "@ni/fast-foundation"
@@ -647,28 +647,28 @@
647
647
  },
648
648
  {
649
649
  "kind": "variable",
650
- "name": "chatMessageOutboundTag",
650
+ "name": "chatMessageInboundTag",
651
651
  "type": {
652
652
  "text": "string"
653
653
  },
654
- "default": "'spright-chat-message-outbound'"
654
+ "default": "'spright-chat-message-inbound'"
655
655
  }
656
656
  ],
657
657
  "exports": [
658
658
  {
659
659
  "kind": "js",
660
- "name": "ChatMessageOutbound",
660
+ "name": "ChatMessageInbound",
661
661
  "declaration": {
662
- "name": "ChatMessageOutbound",
663
- "module": "src/chat/message/outbound/index.ts"
662
+ "name": "ChatMessageInbound",
663
+ "module": "src/chat/message/inbound/index.ts"
664
664
  }
665
665
  },
666
666
  {
667
667
  "kind": "js",
668
- "name": "chatMessageOutboundTag",
668
+ "name": "chatMessageInboundTag",
669
669
  "declaration": {
670
- "name": "chatMessageOutboundTag",
671
- "module": "src/chat/message/outbound/index.ts"
670
+ "name": "chatMessageInboundTag",
671
+ "module": "src/chat/message/inbound/index.ts"
672
672
  }
673
673
  }
674
674
  ]
@@ -99,7 +99,7 @@
99
99
 
100
100
  <hr/>
101
101
 
102
- ## class: `ChatMessageInbound`
102
+ ## class: `ChatMessageOutbound`
103
103
 
104
104
  ### Superclass
105
105
 
@@ -107,12 +107,6 @@
107
107
  | ------------------- | ------ | ------------------- |
108
108
  | `FoundationElement` | | @ni/fast-foundation |
109
109
 
110
- ### Methods
111
-
112
- | Name | Privacy | Description | Parameters | Return | Inherited From |
113
- | ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
114
- | `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
115
-
116
110
  <hr/>
117
111
 
118
112
  ## class: `ChatMessageSystem`
@@ -125,7 +119,7 @@
125
119
 
126
120
  <hr/>
127
121
 
128
- ## class: `ChatMessageOutbound`
122
+ ## class: `ChatMessageInbound`
129
123
 
130
124
  ### Superclass
131
125
 
@@ -133,4 +127,10 @@
133
127
  | ------------------- | ------ | ------------------- |
134
128
  | `FoundationElement` | | @ni/fast-foundation |
135
129
 
130
+ ### Methods
131
+
132
+ | Name | Privacy | Description | Parameters | Return | Inherited From |
133
+ | ------------------------------------- | ------- | ----------- | --------------------------------------------------------------------- | ------ | -------------- |
134
+ | `slottedFooterActionsElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
135
+
136
136
  <hr/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/spright-components",
3
- "version": "6.10.3",
3
+ "version": "6.10.4",
4
4
  "description": "NI Spright Components",
5
5
  "scripts": {
6
6
  "build": "npm run build:components && npm run build:cem",
@@ -42,7 +42,7 @@
42
42
  "@ni/fast-element": "^10.1.0",
43
43
  "@ni/fast-foundation": "^10.2.1",
44
44
  "@ni/fast-web-utilities": "^10.0.0",
45
- "@ni/nimble-components": "^35.3.3",
45
+ "@ni/nimble-components": "^35.3.4",
46
46
  "tslib": "^2.2.0"
47
47
  },
48
48
  "devDependencies": {