@cleartrip/ct-design-theme 3.21.0-SNAPSHOT-stable-rnw.0 → 3.21.0-SNAPSHOT-25nov-main.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.
@@ -192,42 +192,42 @@ declare const B2CTheme: {
192
192
  }>;
193
193
  border: import("packages/core/tokens/dist").Border;
194
194
  spacing: Readonly<{
195
- 0: "0";
196
- 1: "4";
197
- 2: "8";
198
- 3: "12";
199
- 4: "16";
200
- 5: "20";
201
- 6: "24";
202
- 7: "28";
203
- 8: "32";
204
- 9: "36";
205
- 10: "40";
206
- 11: "44";
207
- 12: "48";
208
- 13: "52";
209
- 14: "56";
195
+ 0: 0;
196
+ 1: 4;
197
+ 2: 8;
198
+ 3: 12;
199
+ 4: 16;
200
+ 5: 20;
201
+ 6: 24;
202
+ 7: 28;
203
+ 8: 32;
204
+ 9: 36;
205
+ 10: 40;
206
+ 11: 44;
207
+ 12: 48;
208
+ 13: 52;
209
+ 14: 56;
210
210
  }>;
211
211
  typography: import("packages/core/tokens/dist").Typography;
212
212
  size: Readonly<{
213
- 0: "0";
214
- 1: "4";
215
- 2: "8";
216
- '2.5': "10";
217
- 3: "12";
218
- 4: "16";
219
- 5: "20";
220
- 6: "24";
221
- 7: "28";
222
- 8: "32";
223
- 9: "36";
224
- 10: "40";
225
- 11: "44";
226
- 12: "48";
227
- 13: "52";
228
- 14: "56";
229
- 15: "60";
230
- 50: "200";
213
+ 0: 0;
214
+ 1: 4;
215
+ 2: 8;
216
+ '2.5': 10;
217
+ 3: 12;
218
+ 4: 16;
219
+ 5: 20;
220
+ 6: 24;
221
+ 7: 28;
222
+ 8: 32;
223
+ 9: 36;
224
+ 10: 40;
225
+ 11: 44;
226
+ 12: 48;
227
+ 13: 52;
228
+ 14: 56;
229
+ 15: 60;
230
+ 50: 200;
231
231
  }>;
232
232
  transitions: {
233
233
  easing: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-theme",
3
- "version": "3.21.0-SNAPSHOT-stable-rnw.0",
3
+ "version": "3.21.0-SNAPSHOT-25nov-main.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": "3.21.0-SNAPSHOT-stable-rnw.0"
18
+ "@cleartrip/ct-design-tokens": "3.21.0-SNAPSHOT-25nov-main.0"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": ">=16.8.0",