@cleartrip/talos-components 1.5.0 → 1.6.0-beta-260708-1.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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  export * from "@cleartrip/talos-user-message";
2
2
  export * from "@cleartrip/talos-previous-chat-listing";
3
3
  export * from "@cleartrip/talos-previous-chat-card";
4
+ export * from "@cleartrip/talos-chat-ui";
5
+ export * from "@cleartrip/talos-floating-pill";
4
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/components/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/components/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC"}
@@ -1,2 +1,2 @@
1
- "use strict";var e=require("@cleartrip/talos-user-message"),t=require("@cleartrip/talos-previous-chat-listing"),r=require("@cleartrip/talos-previous-chat-card");Object.keys(e).forEach(function(t){"default"===t||Object.prototype.hasOwnProperty.call(exports,t)||Object.defineProperty(exports,t,{enumerable:!0,get:function(){return e[t]}})}),Object.keys(t).forEach(function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return t[e]}})}),Object.keys(r).forEach(function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return r[e]}})});
1
+ "use strict";var e=require("@cleartrip/talos-user-message"),t=require("@cleartrip/talos-previous-chat-listing"),r=require("@cleartrip/talos-previous-chat-card"),o=require("@cleartrip/talos-chat-ui"),c=require("@cleartrip/talos-floating-pill");Object.keys(e).forEach(function(t){"default"===t||Object.prototype.hasOwnProperty.call(exports,t)||Object.defineProperty(exports,t,{enumerable:!0,get:function(){return e[t]}})}),Object.keys(t).forEach(function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return t[e]}})}),Object.keys(r).forEach(function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return r[e]}})}),Object.keys(o).forEach(function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return o[e]}})}),Object.keys(c).forEach(function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return c[e]}})});
2
2
  //# sourceMappingURL=talos-components.browser.cjs.js.map
@@ -1,2 +1,2 @@
1
- export*from"@cleartrip/talos-user-message";export*from"@cleartrip/talos-previous-chat-listing";export*from"@cleartrip/talos-previous-chat-card";
1
+ export*from"@cleartrip/talos-user-message";export*from"@cleartrip/talos-previous-chat-listing";export*from"@cleartrip/talos-previous-chat-card";export*from"@cleartrip/talos-chat-ui";export*from"@cleartrip/talos-floating-pill";
2
2
  //# sourceMappingURL=talos-components.browser.esm.js.map
@@ -3,6 +3,8 @@
3
3
  var talosUserMessage = require('@cleartrip/talos-user-message');
4
4
  var talosPreviousChatListing = require('@cleartrip/talos-previous-chat-listing');
5
5
  var talosPreviousChatCard = require('@cleartrip/talos-previous-chat-card');
6
+ var talosChatUi = require('@cleartrip/talos-chat-ui');
7
+ var talosFloatingPill = require('@cleartrip/talos-floating-pill');
6
8
 
7
9
 
8
10
 
@@ -24,4 +26,16 @@ Object.keys(talosPreviousChatCard).forEach(function (k) {
24
26
  get: function () { return talosPreviousChatCard[k]; }
25
27
  });
26
28
  });
29
+ Object.keys(talosChatUi).forEach(function (k) {
30
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
31
+ enumerable: true,
32
+ get: function () { return talosChatUi[k]; }
33
+ });
34
+ });
35
+ Object.keys(talosFloatingPill).forEach(function (k) {
36
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
37
+ enumerable: true,
38
+ get: function () { return talosFloatingPill[k]; }
39
+ });
40
+ });
27
41
  //# sourceMappingURL=talos-components.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"talos-components.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"talos-components.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,6 @@
1
1
  export * from '@cleartrip/talos-user-message';
2
2
  export * from '@cleartrip/talos-previous-chat-listing';
3
3
  export * from '@cleartrip/talos-previous-chat-card';
4
+ export * from '@cleartrip/talos-chat-ui';
5
+ export * from '@cleartrip/talos-floating-pill';
4
6
  //# sourceMappingURL=talos-components.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"talos-components.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"talos-components.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@cleartrip/talos-user-message'), require('@cleartrip/talos-previous-chat-listing'), require('@cleartrip/talos-previous-chat-card')) :
3
- typeof define === 'function' && define.amd ? define(['exports', '@cleartrip/talos-user-message', '@cleartrip/talos-previous-chat-listing', '@cleartrip/talos-previous-chat-card'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CTDesignSystem = {}, global.talosUserMessage, global.talosPreviousChatListing, global.talosPreviousChatCard));
5
- })(this, (function (exports, talosUserMessage, talosPreviousChatListing, talosPreviousChatCard) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@cleartrip/talos-user-message'), require('@cleartrip/talos-previous-chat-listing'), require('@cleartrip/talos-previous-chat-card'), require('@cleartrip/talos-chat-ui'), require('@cleartrip/talos-floating-pill')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@cleartrip/talos-user-message', '@cleartrip/talos-previous-chat-listing', '@cleartrip/talos-previous-chat-card', '@cleartrip/talos-chat-ui', '@cleartrip/talos-floating-pill'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CTDesignSystem = {}, global.talosUserMessage, global.talosPreviousChatListing, global.talosPreviousChatCard, global.talosChatUi, global.talosFloatingPill));
5
+ })(this, (function (exports, talosUserMessage, talosPreviousChatListing, talosPreviousChatCard, talosChatUi, talosFloatingPill) { 'use strict';
6
6
 
7
7
  Object.keys(talosUserMessage).forEach(function (k) {
8
8
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
@@ -22,6 +22,18 @@
22
22
  get: function () { return talosPreviousChatCard[k]; }
23
23
  });
24
24
  });
25
+ Object.keys(talosChatUi).forEach(function (k) {
26
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
27
+ enumerable: true,
28
+ get: function () { return talosChatUi[k]; }
29
+ });
30
+ });
31
+ Object.keys(talosFloatingPill).forEach(function (k) {
32
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
33
+ enumerable: true,
34
+ get: function () { return talosFloatingPill[k]; }
35
+ });
36
+ });
25
37
 
26
38
  }));
27
39
  //# sourceMappingURL=talos-components.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"talos-components.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"talos-components.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/talos-components",
3
- "version": "1.5.0",
3
+ "version": "1.6.0-beta-260708-1.0",
4
4
  "description": "Cleartrip's Chat SDK Components",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/talos-components.cjs.js",
@@ -15,9 +15,11 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@cleartrip/talos-user-message": "1.5.0",
19
- "@cleartrip/talos-previous-chat-card": "1.5.0",
20
- "@cleartrip/talos-previous-chat-listing": "6.0.0"
18
+ "@cleartrip/talos-chat-ui": "1.6.0-beta-260708-1.0",
19
+ "@cleartrip/talos-user-message": "1.5.1-beta-260708-1.0",
20
+ "@cleartrip/talos-floating-pill": "1.1.0-beta-260708-1.0",
21
+ "@cleartrip/talos-previous-chat-card": "1.5.1-beta-260708-1.0",
22
+ "@cleartrip/talos-previous-chat-listing": "7.0.0-beta-260708-1.0"
21
23
  },
22
24
  "publishConfig": {
23
25
  "access": "public"