@asgard-js/react 0.0.14 → 0.0.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.
@@ -1,2 +1,3 @@
1
1
  export * from './chatbot/chatbot';
2
+ export * from './templates';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './components';
2
+ export * from './context';
2
3
  export * from './hooks';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
package/dist/index.js CHANGED
@@ -43454,8 +43454,29 @@ function Kxe(e) {
43454
43454
  ) });
43455
43455
  }
43456
43456
  export {
43457
+ aF as AsgardServiceContext,
43458
+ Yz as AsgardServiceContextProvider,
43459
+ uF as AsgardTemplateContext,
43460
+ Xz as AsgardTemplateContextProvider,
43461
+ jM as AsgardThemeContext,
43462
+ $7 as AsgardThemeContextProvider,
43463
+ dF as BotTypingBox,
43464
+ EB as BotTypingPlaceholder,
43465
+ wB as ButtonTemplate,
43466
+ AB as CarouselTemplate,
43467
+ Lbe as ChartTemplate,
43457
43468
  Kxe as Chatbot,
43469
+ WA as HintTemplate,
43470
+ Wbe as ImageTemplate,
43471
+ dB as QuickReplies,
43472
+ Ia as TemplateBox,
43473
+ Yl as TemplateBoxContent,
43474
+ jA as TextTemplate,
43475
+ UM as defaultAsgardThemeContextValue,
43476
+ Ii as useAsgardContext,
43458
43477
  C7 as useAsgardServiceClient,
43478
+ Zz as useAsgardTemplateContext,
43479
+ au as useAsgardThemeContext,
43459
43480
  T7 as useChannel,
43460
43481
  R7 as useDebounce,
43461
43482
  O7 as useIsOnScreenKeyboardOpen,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgard-js/react",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },