@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
|
@@ -3077,7 +3077,7 @@ function _objectSpread$6g(target) { for (var i = 1; i < arguments.length; i++) {
|
|
|
3077
3077
|
/**
|
|
3078
3078
|
* Reusable hook to be used in BladeProvider.native & BladeProvider.web file
|
|
3079
3079
|
*
|
|
3080
|
-
* This hook
|
|
3080
|
+
* This hook processes incoming themeTokens & initialColorScheme
|
|
3081
3081
|
* And validates & returns the theme values
|
|
3082
3082
|
*/
|
|
3083
3083
|
var useBladeProvider = function useBladeProvider(_ref) {
|
|
@@ -14583,7 +14583,7 @@ var CheckedIcon$1 = function CheckedIcon(_ref) {
|
|
|
14583
14583
|
clipRule: "evenodd",
|
|
14584
14584
|
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",
|
|
14585
14585
|
fill: color,
|
|
14586
|
-
stroke:
|
|
14586
|
+
stroke: color,
|
|
14587
14587
|
strokeWidth: "0.5",
|
|
14588
14588
|
strokeLinecap: "round",
|
|
14589
14589
|
strokeLinejoin: "round"
|
|
@@ -14605,7 +14605,7 @@ var IndeterminateIcon = function IndeterminateIcon(_ref2) {
|
|
|
14605
14605
|
clipRule: "evenodd",
|
|
14606
14606
|
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",
|
|
14607
14607
|
fill: color,
|
|
14608
|
-
stroke:
|
|
14608
|
+
stroke: color,
|
|
14609
14609
|
strokeWidth: "0.5",
|
|
14610
14610
|
strokeLinecap: "round",
|
|
14611
14611
|
strokeLinejoin: "round"
|
|
@@ -19733,14 +19733,14 @@ var chipColorTokens = {
|
|
|
19733
19733
|
text: {
|
|
19734
19734
|
unchecked: 'surface.text.subtle.lowContrast',
|
|
19735
19735
|
disabled: 'surface.text.placeholder.lowContrast',
|
|
19736
|
-
none: '
|
|
19736
|
+
none: 'action.text.secondary.default',
|
|
19737
19737
|
positive: 'feedback.text.positive.lowContrast',
|
|
19738
19738
|
negative: 'feedback.text.negative.lowContrast'
|
|
19739
19739
|
},
|
|
19740
19740
|
icon: {
|
|
19741
19741
|
unchecked: 'surface.text.subtle.lowContrast',
|
|
19742
19742
|
disabled: 'surface.text.placeholder.lowContrast',
|
|
19743
|
-
none: '
|
|
19743
|
+
none: 'action.icon.secondary.default',
|
|
19744
19744
|
positive: 'feedback.icon.positive.lowContrast',
|
|
19745
19745
|
negative: 'feedback.icon.negative.lowContrast'
|
|
19746
19746
|
},
|