@cleartrip/ct-design-theme 2.1.0 → 2.2.0-beta.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.
@@ -143,6 +143,9 @@ declare const B2CTheme: {
143
143
  8: "32px";
144
144
  9: "36px";
145
145
  10: "40px";
146
+ 11: "44px";
147
+ 12: "48px";
148
+ 13: "52px";
146
149
  14: "56px";
147
150
  }>;
148
151
  typography: import("packages/core/tokens/dist").Typography;
@@ -1 +1 @@
1
- {"version":3,"file":"B2CTheme.d.ts","sourceRoot":"","sources":["../../packages/core/theme/src/themes/B2CTheme.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmB,CAAC;AAElC,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"B2CTheme.d.ts","sourceRoot":"","sources":["../../packages/core/theme/src/themes/B2CTheme.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmB,CAAC;AAElC,eAAe,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-theme",
3
- "version": "2.1.0",
3
+ "version": "2.2.0-beta.0",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/ct-design-theme.cjs.js",
@@ -15,7 +15,7 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@cleartrip/ct-design-tokens": "2.1.0"
18
+ "@cleartrip/ct-design-tokens": "2.2.0-beta.0"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": ">=16.8.0",