@asgard-js/react 0.1.15-canary.3 → 0.1.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgard-js/react",
3
- "version": "0.1.15-canary.3",
3
+ "version": "0.1.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -48,7 +48,7 @@
48
48
  "vitest": "^1.6.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@asgard-js/core": "^0.1.15-canary.3",
51
+ "@asgard-js/core": "^0.1.15",
52
52
  "react": "^18.0.0",
53
53
  "react-dom": "^18.0.0"
54
54
  },
@@ -1,9 +0,0 @@
1
- import { ConversationBotMessage } from '../../../../../core/src/index.ts';
2
- import { ReactNode } from 'react';
3
-
4
- interface AudioTemplateProps {
5
- message: ConversationBotMessage;
6
- }
7
- export declare function AudioTemplate(props: AudioTemplateProps): ReactNode;
8
- export {};
9
- //# sourceMappingURL=audio-template.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"audio-template.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/audio-template/audio-template.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAI7C,OAAO,EAAE,sBAAsB,EAAwB,MAAM,iBAAiB,CAAC;AAI/E,UAAU,kBAAkB;IAC1B,OAAO,EAAE,sBAAsB,CAAC;CACjC;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,SAAS,CA2ClE"}
@@ -1,2 +0,0 @@
1
- export * from './audio-template';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/audio-template/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './location-template';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/location-template/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -1,18 +0,0 @@
1
- import { LocationMessageTemplate } from '../../../../../core/src/index.ts';
2
- import { ReactNode, CSSProperties } from 'react';
3
-
4
- interface LocationCardProps {
5
- template: LocationMessageTemplate;
6
- customStyle?: {
7
- style?: CSSProperties;
8
- title?: {
9
- style?: CSSProperties;
10
- };
11
- description?: {
12
- style?: CSSProperties;
13
- };
14
- };
15
- }
16
- export declare function LocationCard(props: LocationCardProps): ReactNode;
17
- export {};
18
- //# sourceMappingURL=location-card.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"location-card.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/location-template/location-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAG1D,UAAU,iBAAiB;IACzB,QAAQ,EAAE,uBAAuB,CAAC;IAClC,WAAW,CAAC,EAAE;QACZ,KAAK,CAAC,EAAE,aAAa,CAAC;QACtB,KAAK,CAAC,EAAE;YACN,KAAK,CAAC,EAAE,aAAa,CAAC;SACvB,CAAC;QACF,WAAW,CAAC,EAAE;YACZ,KAAK,CAAC,EAAE,aAAa,CAAC;SACvB,CAAC;KACH,CAAC;CACH;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,SAAS,CA2DhE"}
@@ -1,9 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import { ConversationBotMessage } from '../../../../../core/src/index.ts';
3
-
4
- interface LocationTemplateProps {
5
- message: ConversationBotMessage;
6
- }
7
- export declare function LocationTemplate(props: LocationTemplateProps): ReactNode;
8
- export {};
9
- //# sourceMappingURL=location-template.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"location-template.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/location-template/location-template.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2B,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOlC,UAAU,qBAAqB;IAC7B,OAAO,EAAE,sBAAsB,CAAC;CACjC;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,GAAG,SAAS,CA4BxE"}
@@ -1,2 +0,0 @@
1
- export * from './video-template';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/video-template/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,9 +0,0 @@
1
- import { ConversationBotMessage } from '../../../../../core/src/index.ts';
2
- import { ReactNode } from 'react';
3
-
4
- interface VideoTemplateProps {
5
- message: ConversationBotMessage;
6
- }
7
- export declare function VideoTemplate(props: VideoTemplateProps): ReactNode;
8
- export {};
9
- //# sourceMappingURL=video-template.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"video-template.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/video-template/video-template.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAqD,MAAM,OAAO,CAAC;AAIrF,OAAO,EAAE,sBAAsB,EAAwB,MAAM,iBAAiB,CAAC;AAI/E,UAAU,kBAAkB;IAC1B,OAAO,EAAE,sBAAsB,CAAC;CACjC;AA4DD,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,SAAS,CAyMlE"}