@cleartrip/ct-design-accordion 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 Accordion } from './Accordion';
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/Accordion/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/components/Accordion/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,mBAAmB,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export { default as Accordion } from './Accordion.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/Accordion/src/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC1D,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../packages/components/Accordion/src/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC1D,mBAAmB,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-accordion",
3
- "version": "4.0.0-SNAPSHOT-reactnative.5",
3
+ "version": "4.0.0-SNAPSHOT-reactnative.7",
4
4
  "description": "Accordion V2",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "./dist/ct-design-accordion.cjs.js",
@@ -23,18 +23,18 @@
23
23
  "src"
24
24
  ],
25
25
  "dependencies": {
26
- "@cleartrip/ct-design-common-utils": "4.0.0-SNAPSHOT-reactnative.5",
27
- "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-reactnative.5",
28
- "@cleartrip/ct-design-theme": "4.0.0-SNAPSHOT-reactnative.5",
29
- "@cleartrip/ct-design-icons": "4.0.0-SNAPSHOT-reactnative.5",
30
- "@cleartrip/ct-design-container": "4.0.0-SNAPSHOT-reactnative.5",
31
- "@cleartrip/ct-design-style-manager": "4.0.0-SNAPSHOT-reactnative.5",
32
- "@cleartrip/ct-design-typography": "4.0.0-SNAPSHOT-reactnative.5",
33
- "@cleartrip/ct-design-use-isomorphic-effect": "4.0.0-SNAPSHOT-reactnative.5"
26
+ "@cleartrip/ct-design-common-utils": "4.0.0-SNAPSHOT-reactnative.7",
27
+ "@cleartrip/ct-design-theme": "4.0.0-SNAPSHOT-reactnative.7",
28
+ "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-reactnative.7",
29
+ "@cleartrip/ct-design-container": "4.0.0-SNAPSHOT-reactnative.7",
30
+ "@cleartrip/ct-design-style-manager": "4.0.0-SNAPSHOT-reactnative.7",
31
+ "@cleartrip/ct-design-icons": "4.0.0-SNAPSHOT-reactnative.7",
32
+ "@cleartrip/ct-design-typography": "4.0.0-SNAPSHOT-reactnative.7",
33
+ "@cleartrip/ct-design-use-isomorphic-effect": "4.0.0-SNAPSHOT-reactnative.7"
34
34
  },
35
35
  "devDependencies": {
36
36
  "react-native-reanimated": "3.19.5",
37
- "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-reactnative.5"
37
+ "@cleartrip/ct-design-types": "4.0.0-SNAPSHOT-reactnative.7"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": ">=16.8.0",
@@ -1,2 +1,2 @@
1
1
  export { default as Accordion } from './Accordion.native';
2
- export * from './type';
2
+ export type * from './type';
package/src/index.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export { default as Accordion } from './Accordion';
2
- export * from './type';
2
+ export type * from './type';