@cleartrip/ct-design-theme 3.21.0-SNAPSHOT-071025.0 → 3.21.0-SNAPSHOT-uhpRnwMerch.0

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,11 @@
1
+ import { Theme as ThemeType } from '../themes/index';
2
+ declare class ThemeManagerClass {
3
+ static instance: ThemeManagerClass;
4
+ private theme;
5
+ constructor();
6
+ set(theme: string): void;
7
+ get(): ThemeType;
8
+ }
9
+ declare const ThemeManager: Readonly<ThemeManagerClass>;
10
+ export default ThemeManager;
11
+ //# sourceMappingURL=ThemeManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeManager.d.ts","sourceRoot":"","sources":["../../packages/core/theme/src/utils/ThemeManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAGrD,cAAM,iBAAiB;IACrB,MAAM,CAAC,QAAQ,EAAE,iBAAiB,CAAC;IACnC,OAAO,CAAC,KAAK,CAAY;;IAczB,GAAG,CAAC,KAAK,EAAE,MAAM;IAUjB,GAAG;CAGJ;AAED,QAAA,MAAM,YAAY,6BAAyC,CAAC;AAC5D,eAAe,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-theme",
3
- "version": "3.21.0-SNAPSHOT-071025.0",
3
+ "version": "3.21.0-SNAPSHOT-uhpRnwMerch.0",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/ct-design-theme.cjs.js",
@@ -15,12 +15,11 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@cleartrip/ct-design-tokens": "3.21.0-SNAPSHOT-071025.0"
18
+ "@cleartrip/ct-design-tokens": "3.21.0-SNAPSHOT-uhpRnwMerch.0"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": ">=16.8.0",
22
- "react-dom": ">=16.8.0",
23
- "styled-components": "^5.3.6"
22
+ "react-dom": ">=16.8.0"
24
23
  },
25
24
  "publishConfig": {
26
25
  "access": "public"