@cleartrip/ct-design-spinner 4.0.0-SNAPSHOT-reactnative.5 → 4.0.0-SNAPSHOT-reactnative.7

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 Spinner } from './Spinner';
2
- export * from './type';
2
+ export type * from './type';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/Spinner/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/Spinner/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,mBAAmB,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export { default as Spinner } from './Spinner.native';
2
- export * from './type';
2
+ export type * from './type';
3
3
  //# sourceMappingURL=index.native.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../packages/components/Spinner/src/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACtD,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../packages/components/Spinner/src/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACtD,mBAAmB,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-spinner",
3
- "version": "4.0.0-SNAPSHOT-reactnative.5",
3
+ "version": "4.0.0-SNAPSHOT-reactnative.7",
4
4
  "description": "Spinner migrated to ct-design-style-manager",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "./dist/ct-design-spinner.cjs.js",
@@ -25,9 +25,9 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@emotion/css": "^11.11.2",
28
- "@cleartrip/ct-design-style-manager": "4.0.0-SNAPSHOT-reactnative.5",
29
- "@cleartrip/ct-design-theme": "4.0.0-SNAPSHOT-reactnative.5",
30
- "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-reactnative.5"
28
+ "@cleartrip/ct-design-style-manager": "4.0.0-SNAPSHOT-reactnative.7",
29
+ "@cleartrip/ct-design-theme": "4.0.0-SNAPSHOT-reactnative.7",
30
+ "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-reactnative.7"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8.0",
@@ -1,2 +1,2 @@
1
1
  export { default as Spinner } from './Spinner.native';
2
- export * from './type';
2
+ export type * from './type';
package/src/index.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export { default as Spinner } from './Spinner';
2
- export * from './type';
2
+ export type * from './type';