@cleartrip/ct-design-components 1.0.0-beta → 1.0.2-beta

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,2 @@
1
- "use strict";var e=require("@cleartrip/ct-design-conditional-wrap"),t=require("@cleartrip/ct-design-button"),r=require("@cleartrip/ct-design-container"),o=require("@cleartrip/ct-design-typography"),n=require("@cleartrip/ct-design-theme-provider");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(n).forEach((function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return n[e]}})}));
1
+ "use strict";var e=require("@cleartrip/ct-design-conditional-wrap"),t=require("@cleartrip/ct-design-container"),r=require("@cleartrip/ct-design-button"),o=require("@cleartrip/ct-design-typography"),n=require("@cleartrip/ct-design-theme-provider"),c=require("@cleartrip/ct-design-dotted-loader");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(n).forEach((function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return n[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=ct-design-components.browser.cjs.js.map
@@ -1,2 +1,2 @@
1
- export*from"@cleartrip/ct-design-conditional-wrap";export*from"@cleartrip/ct-design-button";export*from"@cleartrip/ct-design-container";export*from"@cleartrip/ct-design-typography";export*from"@cleartrip/ct-design-theme-provider";
1
+ export*from"@cleartrip/ct-design-conditional-wrap";export*from"@cleartrip/ct-design-container";export*from"@cleartrip/ct-design-button";export*from"@cleartrip/ct-design-typography";export*from"@cleartrip/ct-design-theme-provider";export*from"@cleartrip/ct-design-dotted-loader";
2
2
  //# sourceMappingURL=ct-design-components.browser.esm.js.map
@@ -1,10 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var ctDesignConditionalWrap = require('@cleartrip/ct-design-conditional-wrap');
4
- var ctDesignButton = require('@cleartrip/ct-design-button');
5
4
  var ctDesignContainer = require('@cleartrip/ct-design-container');
5
+ var ctDesignButton = require('@cleartrip/ct-design-button');
6
6
  var ctDesignTypography = require('@cleartrip/ct-design-typography');
7
7
  var ctDesignThemeProvider = require('@cleartrip/ct-design-theme-provider');
8
+ var ctDesignDottedLoader = require('@cleartrip/ct-design-dotted-loader');
8
9
 
9
10
 
10
11
 
@@ -14,16 +15,16 @@ Object.keys(ctDesignConditionalWrap).forEach(function (k) {
14
15
  get: function () { return ctDesignConditionalWrap[k]; }
15
16
  });
16
17
  });
17
- Object.keys(ctDesignButton).forEach(function (k) {
18
+ Object.keys(ctDesignContainer).forEach(function (k) {
18
19
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
19
20
  enumerable: true,
20
- get: function () { return ctDesignButton[k]; }
21
+ get: function () { return ctDesignContainer[k]; }
21
22
  });
22
23
  });
23
- Object.keys(ctDesignContainer).forEach(function (k) {
24
+ Object.keys(ctDesignButton).forEach(function (k) {
24
25
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
25
26
  enumerable: true,
26
- get: function () { return ctDesignContainer[k]; }
27
+ get: function () { return ctDesignButton[k]; }
27
28
  });
28
29
  });
29
30
  Object.keys(ctDesignTypography).forEach(function (k) {
@@ -38,4 +39,10 @@ Object.keys(ctDesignThemeProvider).forEach(function (k) {
38
39
  get: function () { return ctDesignThemeProvider[k]; }
39
40
  });
40
41
  });
42
+ Object.keys(ctDesignDottedLoader).forEach(function (k) {
43
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
44
+ enumerable: true,
45
+ get: function () { return ctDesignDottedLoader[k]; }
46
+ });
47
+ });
41
48
  //# sourceMappingURL=ct-design-components.cjs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ct-design-components.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ct-design-components.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,7 @@
1
1
  export * from '@cleartrip/ct-design-conditional-wrap';
2
- export * from '@cleartrip/ct-design-button';
3
2
  export * from '@cleartrip/ct-design-container';
3
+ export * from '@cleartrip/ct-design-button';
4
4
  export * from '@cleartrip/ct-design-typography';
5
5
  export * from '@cleartrip/ct-design-theme-provider';
6
+ export * from '@cleartrip/ct-design-dotted-loader';
6
7
  //# sourceMappingURL=ct-design-components.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ct-design-components.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
1
+ {"version":3,"file":"ct-design-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/ct-design-conditional-wrap'), require('@cleartrip/ct-design-button'), require('@cleartrip/ct-design-container'), require('@cleartrip/ct-design-typography'), require('@cleartrip/ct-design-theme-provider')) :
3
- typeof define === 'function' && define.amd ? define(['exports', '@cleartrip/ct-design-conditional-wrap', '@cleartrip/ct-design-button', '@cleartrip/ct-design-container', '@cleartrip/ct-design-typography', '@cleartrip/ct-design-theme-provider'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CTDesignSystem = {}, global.ctDesignConditionalWrap, global.ctDesignButton, global.ctDesignContainer, global.ctDesignTypography, global.ctDesignThemeProvider));
5
- })(this, (function (exports, ctDesignConditionalWrap, ctDesignButton, ctDesignContainer, ctDesignTypography, ctDesignThemeProvider) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@cleartrip/ct-design-conditional-wrap'), require('@cleartrip/ct-design-container'), require('@cleartrip/ct-design-button'), require('@cleartrip/ct-design-typography'), require('@cleartrip/ct-design-theme-provider'), require('@cleartrip/ct-design-dotted-loader')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@cleartrip/ct-design-conditional-wrap', '@cleartrip/ct-design-container', '@cleartrip/ct-design-button', '@cleartrip/ct-design-typography', '@cleartrip/ct-design-theme-provider', '@cleartrip/ct-design-dotted-loader'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CTDesignSystem = {}, global.ctDesignConditionalWrap, global.ctDesignContainer, global.ctDesignButton, global.ctDesignTypography, global.ctDesignThemeProvider, global.ctDesignDottedLoader));
5
+ })(this, (function (exports, ctDesignConditionalWrap, ctDesignContainer, ctDesignButton, ctDesignTypography, ctDesignThemeProvider, ctDesignDottedLoader) { 'use strict';
6
6
 
7
7
  Object.keys(ctDesignConditionalWrap).forEach(function (k) {
8
8
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
@@ -10,16 +10,16 @@
10
10
  get: function () { return ctDesignConditionalWrap[k]; }
11
11
  });
12
12
  });
13
- Object.keys(ctDesignButton).forEach(function (k) {
13
+ Object.keys(ctDesignContainer).forEach(function (k) {
14
14
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
15
15
  enumerable: true,
16
- get: function () { return ctDesignButton[k]; }
16
+ get: function () { return ctDesignContainer[k]; }
17
17
  });
18
18
  });
19
- Object.keys(ctDesignContainer).forEach(function (k) {
19
+ Object.keys(ctDesignButton).forEach(function (k) {
20
20
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
21
21
  enumerable: true,
22
- get: function () { return ctDesignContainer[k]; }
22
+ get: function () { return ctDesignButton[k]; }
23
23
  });
24
24
  });
25
25
  Object.keys(ctDesignTypography).forEach(function (k) {
@@ -34,6 +34,12 @@
34
34
  get: function () { return ctDesignThemeProvider[k]; }
35
35
  });
36
36
  });
37
+ Object.keys(ctDesignDottedLoader).forEach(function (k) {
38
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
39
+ enumerable: true,
40
+ get: function () { return ctDesignDottedLoader[k]; }
41
+ });
42
+ });
37
43
 
38
44
  }));
39
45
  //# sourceMappingURL=ct-design-components.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ct-design-components.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ct-design-components.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "@cleartrip/ct-design-conditional-wrap";
2
- export * from "@cleartrip/ct-design-button";
3
2
  export * from "@cleartrip/ct-design-container";
3
+ export * from "@cleartrip/ct-design-button";
4
4
  export * from "@cleartrip/ct-design-typography";
5
5
  export * from "@cleartrip/ct-design-theme-provider";
6
+ export * from "@cleartrip/ct-design-dotted-loader";
6
7
  //# 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,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/components/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAA"}
package/dist/stats.html CHANGED
@@ -4818,7 +4818,7 @@ var drawChart = (function (exports) {
4818
4818
  </script>
4819
4819
  <script>
4820
4820
  /*<!--*/
4821
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"ct-design-components.umd.js","children":[{"name":"src/index.ts","uid":"840a-29"}]}],"isRoot":true},"nodeParts":{"840a-29":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"840a-28"}},"nodeMetas":{"840a-28":{"id":"/src/index.ts","moduleParts":{"ct-design-components.umd.js":"840a-29"},"imported":[{"uid":"840a-30"},{"uid":"840a-31"},{"uid":"840a-32"},{"uid":"840a-33"},{"uid":"840a-34"}],"importedBy":[],"isEntry":true},"840a-30":{"id":"@cleartrip/ct-design-conditional-wrap","moduleParts":{},"imported":[],"importedBy":[{"uid":"840a-28"}],"isExternal":true},"840a-31":{"id":"@cleartrip/ct-design-button","moduleParts":{},"imported":[],"importedBy":[{"uid":"840a-28"}],"isExternal":true},"840a-32":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"840a-28"}],"isExternal":true},"840a-33":{"id":"@cleartrip/ct-design-typography","moduleParts":{},"imported":[],"importedBy":[{"uid":"840a-28"}],"isExternal":true},"840a-34":{"id":"@cleartrip/ct-design-theme-provider","moduleParts":{},"imported":[],"importedBy":[{"uid":"840a-28"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
4821
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"ct-design-components.umd.js","children":[{"name":"src/index.ts","uid":"035b-33"}]}],"isRoot":true},"nodeParts":{"035b-33":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"035b-32"}},"nodeMetas":{"035b-32":{"id":"/src/index.ts","moduleParts":{"ct-design-components.umd.js":"035b-33"},"imported":[{"uid":"035b-34"},{"uid":"035b-35"},{"uid":"035b-36"},{"uid":"035b-37"},{"uid":"035b-38"},{"uid":"035b-39"}],"importedBy":[],"isEntry":true},"035b-34":{"id":"@cleartrip/ct-design-conditional-wrap","moduleParts":{},"imported":[],"importedBy":[{"uid":"035b-32"}],"isExternal":true},"035b-35":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"035b-32"}],"isExternal":true},"035b-36":{"id":"@cleartrip/ct-design-button","moduleParts":{},"imported":[],"importedBy":[{"uid":"035b-32"}],"isExternal":true},"035b-37":{"id":"@cleartrip/ct-design-typography","moduleParts":{},"imported":[],"importedBy":[{"uid":"035b-32"}],"isExternal":true},"035b-38":{"id":"@cleartrip/ct-design-theme-provider","moduleParts":{},"imported":[],"importedBy":[{"uid":"035b-32"}],"isExternal":true},"035b-39":{"id":"@cleartrip/ct-design-dotted-loader","moduleParts":{},"imported":[],"importedBy":[{"uid":"035b-32"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
4822
4822
 
4823
4823
  const run = () => {
4824
4824
  const width = window.innerWidth;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-components",
3
- "version": "1.0.0-beta",
3
+ "version": "1.0.2-beta",
4
4
  "description": "Responsive and accessible React UI components built with React and styled components",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/ct-design-components.cjs.js",
@@ -15,11 +15,12 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@cleartrip/ct-design-typography": "1.0.0-beta",
19
- "@cleartrip/ct-design-conditional-wrap": "1.0.0-beta",
20
- "@cleartrip/ct-design-container": "1.0.0-beta",
21
- "@cleartrip/ct-design-button": "1.0.0-beta",
22
- "@cleartrip/ct-design-theme-provider": "1.0.0-beta"
18
+ "@cleartrip/ct-design-conditional-wrap": "1.0.1-beta",
19
+ "@cleartrip/ct-design-typography": "1.0.2-beta",
20
+ "@cleartrip/ct-design-container": "1.0.1-beta",
21
+ "@cleartrip/ct-design-button": "1.0.2-beta",
22
+ "@cleartrip/ct-design-dotted-loader": "1.0.2-beta",
23
+ "@cleartrip/ct-design-theme-provider": "1.0.1-beta"
23
24
  },
24
25
  "peerDependencies": {
25
26
  "react": ">=16.8.0",