@razorpay/blade 10.12.1 → 10.13.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.development.web.js +5 -5
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.js +2 -2
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +5 -5
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/build/tokens/index.d.ts +18 -1
- package/build/tokens/index.development.web.js +2292 -1325
- package/build/tokens/index.development.web.js.map +1 -1
- package/build/tokens/index.native.d.ts +18 -1
- package/build/tokens/index.native.js +1498 -898
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.production.web.js +1517 -91
- package/build/tokens/index.production.web.js.map +1 -1
- package/package.json +4 -2
|
@@ -2992,7 +2992,7 @@ function _objectSpread$6g(target) { for (var i = 1; i < arguments.length; i++) {
|
|
|
2992
2992
|
/**
|
|
2993
2993
|
* Reusable hook to be used in BladeProvider.native & BladeProvider.web file
|
|
2994
2994
|
*
|
|
2995
|
-
* This hook
|
|
2995
|
+
* This hook processes incoming themeTokens & initialColorScheme
|
|
2996
2996
|
* And validates & returns the theme values
|
|
2997
2997
|
*/
|
|
2998
2998
|
var useBladeProvider = function useBladeProvider(_ref) {
|
|
@@ -14375,7 +14375,7 @@ var CheckedIcon$1 = function CheckedIcon(_ref) {
|
|
|
14375
14375
|
clipRule: "evenodd",
|
|
14376
14376
|
d: "M6.90237 1.76413C7.03254 1.89431 7.03254 2.10536 6.90237 2.23554L3.2357 5.90221C3.10553 6.03238 2.89447 6.03238 2.7643 5.90221L1.09763 4.23554C0.967456 4.10536 0.967456 3.89431 1.09763 3.76414C1.22781 3.63396 1.43886 3.63396 1.56904 3.76414L3 5.1951L6.43096 1.76413C6.56114 1.63396 6.77219 1.63396 6.90237 1.76413Z",
|
|
14377
14377
|
fill: color,
|
|
14378
|
-
stroke:
|
|
14378
|
+
stroke: color,
|
|
14379
14379
|
strokeWidth: "0.5",
|
|
14380
14380
|
strokeLinecap: "round",
|
|
14381
14381
|
strokeLinejoin: "round"
|
|
@@ -14397,7 +14397,7 @@ var IndeterminateIcon = function IndeterminateIcon(_ref2) {
|
|
|
14397
14397
|
clipRule: "evenodd",
|
|
14398
14398
|
d: "M1.3335 3.99984C1.3335 3.81574 1.48273 3.6665 1.66683 3.6665H6.3335C6.51759 3.6665 6.66683 3.81574 6.66683 3.99984C6.66683 4.18393 6.51759 4.33317 6.3335 4.33317H1.66683C1.48273 4.33317 1.3335 4.18393 1.3335 3.99984Z",
|
|
14399
14399
|
fill: color,
|
|
14400
|
-
stroke:
|
|
14400
|
+
stroke: color,
|
|
14401
14401
|
strokeWidth: "0.5",
|
|
14402
14402
|
strokeLinecap: "round",
|
|
14403
14403
|
strokeLinejoin: "round"
|
|
@@ -19400,14 +19400,14 @@ var chipColorTokens = {
|
|
|
19400
19400
|
text: {
|
|
19401
19401
|
unchecked: 'surface.text.subtle.lowContrast',
|
|
19402
19402
|
disabled: 'surface.text.placeholder.lowContrast',
|
|
19403
|
-
none: '
|
|
19403
|
+
none: 'action.text.secondary.default',
|
|
19404
19404
|
positive: 'feedback.text.positive.lowContrast',
|
|
19405
19405
|
negative: 'feedback.text.negative.lowContrast'
|
|
19406
19406
|
},
|
|
19407
19407
|
icon: {
|
|
19408
19408
|
unchecked: 'surface.text.subtle.lowContrast',
|
|
19409
19409
|
disabled: 'surface.text.placeholder.lowContrast',
|
|
19410
|
-
none: '
|
|
19410
|
+
none: 'action.icon.secondary.default',
|
|
19411
19411
|
positive: 'feedback.icon.positive.lowContrast',
|
|
19412
19412
|
negative: 'feedback.icon.negative.lowContrast'
|
|
19413
19413
|
},
|