@ni/spright-react 0.9.0 → 0.10.0

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.
@@ -0,0 +1,2 @@
1
+ import { ChatMessageInbound } from '@ni/spright-components/dist/esm/chat/message/inbound';
2
+ export declare const SprightChatMessageInbound: import("@lit/react").ReactWebComponent<ChatMessageInbound, {}>;
@@ -0,0 +1,4 @@
1
+ import { ChatMessageInbound } from '@ni/spright-components/dist/esm/chat/message/inbound';
2
+ import { wrap } from '../../../utilities/react-wrapper';
3
+ export const SprightChatMessageInbound = wrap(ChatMessageInbound);
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/chat/message/inbound/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAC1F,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAExD,MAAM,CAAC,MAAM,yBAAyB,GAAG,IAAI,CAAC,kBAAkB,CAAC,CAAC","sourcesContent":["import { ChatMessageInbound } from '@ni/spright-components/dist/esm/chat/message/inbound';\nimport { wrap } from '../../../utilities/react-wrapper';\n\nexport const SprightChatMessageInbound = wrap(ChatMessageInbound);\n"]}
@@ -0,0 +1,2 @@
1
+ import { ChatMessageOutbound } from '@ni/spright-components/dist/esm/chat/message/outbound';
2
+ export declare const SprightChatMessageOutbound: import("@lit/react").ReactWebComponent<ChatMessageOutbound, {}>;
@@ -0,0 +1,4 @@
1
+ import { ChatMessageOutbound } from '@ni/spright-components/dist/esm/chat/message/outbound';
2
+ import { wrap } from '../../../utilities/react-wrapper';
3
+ export const SprightChatMessageOutbound = wrap(ChatMessageOutbound);
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/chat/message/outbound/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uDAAuD,CAAC;AAC5F,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAExD,MAAM,CAAC,MAAM,0BAA0B,GAAG,IAAI,CAAC,mBAAmB,CAAC,CAAC","sourcesContent":["import { ChatMessageOutbound } from '@ni/spright-components/dist/esm/chat/message/outbound';\nimport { wrap } from '../../../utilities/react-wrapper';\n\nexport const SprightChatMessageOutbound = wrap(ChatMessageOutbound);\n"]}
@@ -0,0 +1,2 @@
1
+ import { ChatMessageSystem } from '@ni/spright-components/dist/esm/chat/message/system';
2
+ export declare const SprightChatMessageSystem: import("@lit/react").ReactWebComponent<ChatMessageSystem, {}>;
@@ -0,0 +1,4 @@
1
+ import { ChatMessageSystem } from '@ni/spright-components/dist/esm/chat/message/system';
2
+ import { wrap } from '../../../utilities/react-wrapper';
3
+ export const SprightChatMessageSystem = wrap(ChatMessageSystem);
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/chat/message/system/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;AACxF,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAExD,MAAM,CAAC,MAAM,wBAAwB,GAAG,IAAI,CAAC,iBAAiB,CAAC,CAAC","sourcesContent":["import { ChatMessageSystem } from '@ni/spright-components/dist/esm/chat/message/system';\nimport { wrap } from '../../../utilities/react-wrapper';\n\nexport const SprightChatMessageSystem = wrap(ChatMessageSystem);\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/spright-react",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "React components for NI Spright",
5
5
  "keywords": [
6
6
  "ni",
@@ -45,11 +45,11 @@
45
45
  "license": "MIT",
46
46
  "peerDependencies": {
47
47
  "@lit/react": "^1.0.8",
48
- "@ni/spright-components": "^6.5.0",
48
+ "@ni/spright-components": "^6.6.0",
49
49
  "react": "^17 || ^18 || ^19"
50
50
  },
51
51
  "devDependencies": {
52
- "@ni/spright-components": "^6.5.0",
52
+ "@ni/spright-components": "^6.6.0",
53
53
  "@ni-private/eslint-config-nimble": "*",
54
54
  "typescript": "~5.8.3"
55
55
  }