@razorpay/blade 10.4.4 → 10.6.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.
- package/build/components/index.d.ts +73 -15
- package/build/components/index.development.web.js +237 -137
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.d.ts +73 -15
- package/build/components/index.native.js +17 -13
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +237 -137
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +9 -1
- package/build/css/bankingThemeDarkMobile.css +9 -1
- package/build/css/bankingThemeLightDesktop.css +9 -1
- package/build/css/bankingThemeLightMobile.css +9 -1
- package/build/css/paymentThemeDarkDesktop.css +9 -1
- package/build/css/paymentThemeDarkMobile.css +9 -1
- package/build/css/paymentThemeLightDesktop.css +9 -1
- package/build/css/paymentThemeLightMobile.css +9 -1
- package/build/tokens/index.d.ts +80 -0
- package/build/tokens/index.development.web.js +20 -4
- package/build/tokens/index.development.web.js.map +1 -1
- package/build/tokens/index.native.d.ts +80 -0
- package/build/tokens/index.native.js +1 -1
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.production.web.js +20 -4
- package/build/tokens/index.production.web.js.map +1 -1
- package/build/utils/index.d.ts +40 -0
- package/build/utils/index.native.d.ts +40 -0
- package/package.json +1 -1
|
@@ -356,7 +356,11 @@ var typography = {
|
|
|
356
356
|
700: 28,
|
|
357
357
|
800: 32,
|
|
358
358
|
900: 36,
|
|
359
|
-
1000: 40
|
|
359
|
+
1000: 40,
|
|
360
|
+
1100: 48,
|
|
361
|
+
1200: 56,
|
|
362
|
+
1300: 64,
|
|
363
|
+
1600: 88
|
|
360
364
|
},
|
|
361
365
|
weight: _objectSpread({}, fontWeight)
|
|
362
366
|
},
|
|
@@ -372,7 +376,11 @@ var typography = {
|
|
|
372
376
|
500: 32,
|
|
373
377
|
600: 40,
|
|
374
378
|
700: 40,
|
|
375
|
-
800: 48
|
|
379
|
+
800: 48,
|
|
380
|
+
900: 56,
|
|
381
|
+
1000: 64,
|
|
382
|
+
1100: 72,
|
|
383
|
+
1500: 104
|
|
376
384
|
}
|
|
377
385
|
// letterSpacings: {},
|
|
378
386
|
},
|
|
@@ -394,7 +402,11 @@ var typography = {
|
|
|
394
402
|
700: 24,
|
|
395
403
|
800: 28,
|
|
396
404
|
900: 32,
|
|
397
|
-
1000: 32
|
|
405
|
+
1000: 32,
|
|
406
|
+
1100: 40,
|
|
407
|
+
1200: 48,
|
|
408
|
+
1300: 56,
|
|
409
|
+
1600: 64
|
|
398
410
|
},
|
|
399
411
|
weight: _objectSpread({}, fontWeight)
|
|
400
412
|
},
|
|
@@ -410,7 +422,11 @@ var typography = {
|
|
|
410
422
|
500: 28,
|
|
411
423
|
600: 32,
|
|
412
424
|
700: 40,
|
|
413
|
-
800: 40
|
|
425
|
+
800: 40,
|
|
426
|
+
900: 48,
|
|
427
|
+
1000: 56,
|
|
428
|
+
1100: 64,
|
|
429
|
+
1500: 72
|
|
414
430
|
}
|
|
415
431
|
// letterSpacings: {},
|
|
416
432
|
}
|