@cleartrip/ct-platform-components 0.1.42-b5

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,76 @@
1
+ 'use strict';
2
+
3
+ var ctPlatformBanner = require('@cleartrip/ct-platform-banner');
4
+ var ctPlatformDealWidget = require('@cleartrip/ct-platform-deal-widget');
5
+ var ctPlatformDrawer = require('@cleartrip/ct-platform-drawer');
6
+ var ctPlatformFloater = require('@cleartrip/ct-platform-floater');
7
+ var ctPlatformIoHoc = require('@cleartrip/ct-platform-io-hoc');
8
+ var ctPlatformLazyImage = require('@cleartrip/ct-platform-lazy-image');
9
+ var ctPlatformLoginModule = require('@cleartrip/ct-platform-login-module');
10
+ var ctPlatformMerchCarousel = require('@cleartrip/ct-platform-merch-carousel');
11
+ var ctPlatformTimerWidget = require('@cleartrip/ct-platform-timer-widget');
12
+ var ctPlatformWidgetManager = require('@cleartrip/ct-platform-widget-manager');
13
+
14
+
15
+
16
+ Object.keys(ctPlatformBanner).forEach(function (k) {
17
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
18
+ enumerable: true,
19
+ get: function () { return ctPlatformBanner[k]; }
20
+ });
21
+ });
22
+ Object.keys(ctPlatformDealWidget).forEach(function (k) {
23
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
24
+ enumerable: true,
25
+ get: function () { return ctPlatformDealWidget[k]; }
26
+ });
27
+ });
28
+ Object.keys(ctPlatformDrawer).forEach(function (k) {
29
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
30
+ enumerable: true,
31
+ get: function () { return ctPlatformDrawer[k]; }
32
+ });
33
+ });
34
+ Object.keys(ctPlatformFloater).forEach(function (k) {
35
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
36
+ enumerable: true,
37
+ get: function () { return ctPlatformFloater[k]; }
38
+ });
39
+ });
40
+ Object.keys(ctPlatformIoHoc).forEach(function (k) {
41
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
42
+ enumerable: true,
43
+ get: function () { return ctPlatformIoHoc[k]; }
44
+ });
45
+ });
46
+ Object.keys(ctPlatformLazyImage).forEach(function (k) {
47
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
48
+ enumerable: true,
49
+ get: function () { return ctPlatformLazyImage[k]; }
50
+ });
51
+ });
52
+ Object.keys(ctPlatformLoginModule).forEach(function (k) {
53
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
54
+ enumerable: true,
55
+ get: function () { return ctPlatformLoginModule[k]; }
56
+ });
57
+ });
58
+ Object.keys(ctPlatformMerchCarousel).forEach(function (k) {
59
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
60
+ enumerable: true,
61
+ get: function () { return ctPlatformMerchCarousel[k]; }
62
+ });
63
+ });
64
+ Object.keys(ctPlatformTimerWidget).forEach(function (k) {
65
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
66
+ enumerable: true,
67
+ get: function () { return ctPlatformTimerWidget[k]; }
68
+ });
69
+ });
70
+ Object.keys(ctPlatformWidgetManager).forEach(function (k) {
71
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
72
+ enumerable: true,
73
+ get: function () { return ctPlatformWidgetManager[k]; }
74
+ });
75
+ });
76
+ //# sourceMappingURL=ct-platform-components.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ct-platform-components.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,11 @@
1
+ export * from '@cleartrip/ct-platform-banner';
2
+ export * from '@cleartrip/ct-platform-deal-widget';
3
+ export * from '@cleartrip/ct-platform-drawer';
4
+ export * from '@cleartrip/ct-platform-floater';
5
+ export * from '@cleartrip/ct-platform-io-hoc';
6
+ export * from '@cleartrip/ct-platform-lazy-image';
7
+ export * from '@cleartrip/ct-platform-login-module';
8
+ export * from '@cleartrip/ct-platform-merch-carousel';
9
+ export * from '@cleartrip/ct-platform-timer-widget';
10
+ export * from '@cleartrip/ct-platform-widget-manager';
11
+ //# sourceMappingURL=ct-platform-components.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ct-platform-components.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,11 @@
1
+ export * from '@cleartrip/ct-platform-banner';
2
+ export * from '@cleartrip/ct-platform-deal-widget';
3
+ export * from '@cleartrip/ct-platform-drawer';
4
+ export * from '@cleartrip/ct-platform-floater';
5
+ export * from '@cleartrip/ct-platform-io-hoc';
6
+ export * from '@cleartrip/ct-platform-lazy-image';
7
+ export * from '@cleartrip/ct-platform-login-module';
8
+ export * from '@cleartrip/ct-platform-merch-carousel';
9
+ export * from '@cleartrip/ct-platform-timer-widget';
10
+ export * from '@cleartrip/ct-platform-widget-manager';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC"}
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@cleartrip/ct-platform-components",
3
+ "version": "0.1.42-b5",
4
+ "description": "CT Platform Utils Components",
5
+ "types": "dist/index.d.ts",
6
+ "main": "dist/ct-platform-components.cjs.js",
7
+ "module": "dist/ct-platform-components.esm.js",
8
+ "sideEffects": false,
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "dependencies": {
13
+ "@cleartrip/ct-platform-banner": "0.1.42-b5",
14
+ "@cleartrip/ct-platform-floater": "0.1.42-b5",
15
+ "@cleartrip/ct-platform-drawer": "0.1.42-b5",
16
+ "@cleartrip/ct-platform-io-hoc": "0.1.42-b5",
17
+ "@cleartrip/ct-platform-lazy-image": "0.1.42-b5",
18
+ "@cleartrip/ct-platform-login-module": "0.1.42-b5",
19
+ "@cleartrip/ct-platform-merch-carousel": "0.1.42-b5",
20
+ "@cleartrip/ct-platform-widget-manager": "0.1.42-b5",
21
+ "@cleartrip/ct-platform-timer-widget": "0.1.42-b5",
22
+ "@cleartrip/ct-platform-deal-widget": "0.1.42-b5"
23
+ },
24
+ "peerDependencies": {
25
+ "react": ">=16.8.0",
26
+ "react-dom": ">=16.8.0"
27
+ },
28
+ "author": "Cleartrip",
29
+ "license": "ISC",
30
+ "scripts": {
31
+ "watch-package": "rollup -c -w",
32
+ "build-package": "rollup -c",
33
+ "build-package:clean": "rm -rf dist && rollup -c"
34
+ }
35
+ }