@cleartrip/ct-design-checkbox 4.0.0-SNAPSHOT-reactnative.10 → 4.0.0-SNAPSHOT-rnfinaltest66.1

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,3 +1,3 @@
1
1
  export { default as Checkbox } from './Checkbox';
2
- export type * from './type';
2
+ export * from './type';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/Checkbox/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,mBAAmB,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/Checkbox/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export { default as Checkbox } from './Checkbox.native';
2
- export type * from './type';
2
+ export * from './type';
3
3
  //# sourceMappingURL=index.native.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../packages/components/Checkbox/src/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AACxD,mBAAmB,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../packages/components/Checkbox/src/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AACxD,cAAc,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-checkbox",
3
- "version": "4.0.0-SNAPSHOT-reactnative.10",
3
+ "version": "4.0.0-SNAPSHOT-rnfinaltest66.1",
4
4
  "description": "Checkbox Component",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "./dist/ct-design-checkbox.cjs.js",
@@ -24,12 +24,12 @@
24
24
  "src"
25
25
  ],
26
26
  "dependencies": {
27
- "@cleartrip/ct-design-theme": "4.0.0-SNAPSHOT-reactnative.10",
28
- "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-reactnative.10",
29
- "@cleartrip/ct-design-typography": "4.0.0-SNAPSHOT-reactnative.10",
30
- "@cleartrip/ct-design-container": "4.0.0-SNAPSHOT-reactnative.10",
31
- "@cleartrip/ct-design-icons": "4.0.0-SNAPSHOT-reactnative.10",
32
- "@cleartrip/ct-design-style-manager": "4.0.0-SNAPSHOT-reactnative.10"
27
+ "@cleartrip/ct-design-theme": "4.0.0-SNAPSHOT-rnfinaltest66.1",
28
+ "@cleartrip/ct-design-icons": "4.0.0-SNAPSHOT-rnfinaltest66.1",
29
+ "@cleartrip/ct-design-container": "4.0.0-SNAPSHOT-rnfinaltest66.1",
30
+ "@cleartrip/ct-design-style-manager": "4.0.0-SNAPSHOT-rnfinaltest66.1",
31
+ "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-rnfinaltest66.1",
32
+ "@cleartrip/ct-design-typography": "4.0.0-SNAPSHOT-rnfinaltest66.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=16.8.0",
@@ -1,2 +1,2 @@
1
1
  export { default as Checkbox } from './Checkbox.native';
2
- export type * from './type';
2
+ export * from './type';
package/src/index.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export { default as Checkbox } from './Checkbox';
2
- export type * from './type';
2
+ export * from './type';