@razorpay/blade 10.16.0 → 10.17.1
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 +3 -2
- package/build/components/index.development.web.js +213 -185
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.d.ts +3 -2
- package/build/components/index.native.js +40 -38
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +213 -185
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -2
- package/build/css/bankingThemeDarkMobile.css +1 -2
- package/build/css/bankingThemeLightDesktop.css +2 -3
- package/build/css/bankingThemeLightMobile.css +2 -3
- package/build/css/paymentThemeDarkDesktop.css +2 -3
- package/build/css/paymentThemeDarkMobile.css +2 -3
- package/build/css/paymentThemeLightDesktop.css +2 -3
- package/build/css/paymentThemeLightMobile.css +2 -3
- package/build/tokens/index.d.ts +0 -1
- package/build/tokens/index.development.web.js +3 -15
- package/build/tokens/index.development.web.js.map +1 -1
- package/build/tokens/index.native.d.ts +0 -1
- package/build/tokens/index.native.js +2 -2
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.production.web.js +3 -15
- package/build/tokens/index.production.web.js.map +1 -1
- package/build/utils/index.d.ts +0 -1
- package/build/utils/index.development.web.js.map +1 -1
- package/build/utils/index.native.d.ts +0 -1
- package/build/utils/index.native.js.map +1 -1
- package/package.json +17 -16
|
@@ -677,12 +677,9 @@ var colors$1 = {
|
|
|
677
677
|
}
|
|
678
678
|
},
|
|
679
679
|
popup: {
|
|
680
|
-
background: colors$2.neutral.blueGrayLight[
|
|
680
|
+
background: colors$2.neutral.blueGrayLight[0]
|
|
681
681
|
}
|
|
682
682
|
},
|
|
683
|
-
overlay: {
|
|
684
|
-
background: colors$2.neutral.ashGrayLight.a1100
|
|
685
|
-
},
|
|
686
683
|
brand: {
|
|
687
684
|
primary: {
|
|
688
685
|
300: colors$2.chromatic.azure.a50,
|
|
@@ -2211,12 +2208,9 @@ var colors$1 = {
|
|
|
2211
2208
|
}
|
|
2212
2209
|
},
|
|
2213
2210
|
popup: {
|
|
2214
|
-
background: colors$2.neutral.blueGrayDark[
|
|
2211
|
+
background: colors$2.neutral.blueGrayDark[700]
|
|
2215
2212
|
}
|
|
2216
2213
|
},
|
|
2217
|
-
overlay: {
|
|
2218
|
-
background: colors$2.neutral.ashGrayDark.a1100
|
|
2219
|
-
},
|
|
2220
2214
|
brand: {
|
|
2221
2215
|
primary: {
|
|
2222
2216
|
300: colors$2.chromatic.azure.a100,
|
|
@@ -3758,12 +3752,9 @@ var colors = {
|
|
|
3758
3752
|
}
|
|
3759
3753
|
},
|
|
3760
3754
|
popup: {
|
|
3761
|
-
background: colors$2.neutral.navyGrayLight[
|
|
3755
|
+
background: colors$2.neutral.navyGrayLight[0]
|
|
3762
3756
|
}
|
|
3763
3757
|
},
|
|
3764
|
-
overlay: {
|
|
3765
|
-
background: colors$2.neutral.ashGrayLight.a1100
|
|
3766
|
-
},
|
|
3767
3758
|
brand: {
|
|
3768
3759
|
primary: {
|
|
3769
3760
|
300: colors$2.chromatic.azure.a50,
|
|
@@ -5295,9 +5286,6 @@ var colors = {
|
|
|
5295
5286
|
background: colors$2.neutral.navyGrayDark[700]
|
|
5296
5287
|
}
|
|
5297
5288
|
},
|
|
5298
|
-
overlay: {
|
|
5299
|
-
background: colors$2.neutral.ashGrayDark.a1100
|
|
5300
|
-
},
|
|
5301
5289
|
brand: {
|
|
5302
5290
|
primary: {
|
|
5303
5291
|
300: colors$2.chromatic.azure.a100,
|