@razorpay/blade 8.8.0 → 8.8.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 +2112 -201
- package/build/components/index.native.d.ts +1292 -200
- package/build/components/index.native.js +3 -3
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +20 -27
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +32 -32
- package/build/css/bankingThemeLightMobile.css +32 -32
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +32 -32
- package/build/css/paymentThemeLightMobile.css +32 -32
- package/build/tokens/index.native.js +2 -2
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.web.js +62 -62
- package/build/tokens/index.web.js.map +1 -1
- package/package.json +1 -1
|
@@ -4946,9 +4946,9 @@ var colors$1 = {
|
|
|
4946
4946
|
primary: {
|
|
4947
4947
|
300: colors$2.chromatic.azure.a50,
|
|
4948
4948
|
400: colors$2.chromatic.azure.a100,
|
|
4949
|
-
500: colors$2.chromatic.azure[
|
|
4950
|
-
600: colors$2.chromatic.azure[
|
|
4951
|
-
700: colors$2.chromatic.azure[
|
|
4949
|
+
500: colors$2.chromatic.azure[600],
|
|
4950
|
+
600: colors$2.chromatic.azure[700],
|
|
4951
|
+
700: colors$2.chromatic.azure[800],
|
|
4952
4952
|
800: colors$2.chromatic.azure[950]
|
|
4953
4953
|
},
|
|
4954
4954
|
gray: {
|
|
@@ -5802,10 +5802,10 @@ var colors$1 = {
|
|
|
5802
5802
|
action: {
|
|
5803
5803
|
background: {
|
|
5804
5804
|
primary: {
|
|
5805
|
-
"default": colors$2.chromatic.azure[
|
|
5806
|
-
hover: colors$2.chromatic.azure[
|
|
5807
|
-
focus: colors$2.chromatic.azure[
|
|
5808
|
-
active: colors$2.chromatic.azure[
|
|
5805
|
+
"default": colors$2.chromatic.azure[600],
|
|
5806
|
+
hover: colors$2.chromatic.azure[700],
|
|
5807
|
+
focus: colors$2.chromatic.azure[800],
|
|
5808
|
+
active: colors$2.chromatic.azure[900],
|
|
5809
5809
|
disabled: colors$2.neutral.blueGrayLight[300]
|
|
5810
5810
|
},
|
|
5811
5811
|
secondary: {
|
|
@@ -5825,17 +5825,17 @@ var colors$1 = {
|
|
|
5825
5825
|
},
|
|
5826
5826
|
border: {
|
|
5827
5827
|
primary: {
|
|
5828
|
-
"default": colors$2.chromatic.azure[
|
|
5829
|
-
hover: colors$2.chromatic.azure[
|
|
5830
|
-
focus: colors$2.chromatic.azure[
|
|
5831
|
-
active: colors$2.chromatic.azure[
|
|
5828
|
+
"default": colors$2.chromatic.azure[600],
|
|
5829
|
+
hover: colors$2.chromatic.azure[700],
|
|
5830
|
+
focus: colors$2.chromatic.azure[800],
|
|
5831
|
+
active: colors$2.chromatic.azure[900],
|
|
5832
5832
|
disabled: colors$2.neutral.blueGrayLight[300]
|
|
5833
5833
|
},
|
|
5834
5834
|
secondary: {
|
|
5835
|
-
"default": colors$2.chromatic.azure[
|
|
5836
|
-
hover: colors$2.chromatic.azure[
|
|
5837
|
-
focus: colors$2.chromatic.azure[
|
|
5838
|
-
active: colors$2.chromatic.azure[
|
|
5835
|
+
"default": colors$2.chromatic.azure[600],
|
|
5836
|
+
hover: colors$2.chromatic.azure[600],
|
|
5837
|
+
focus: colors$2.chromatic.azure[600],
|
|
5838
|
+
active: colors$2.chromatic.azure[600],
|
|
5839
5839
|
disabled: colors$2.neutral.blueGrayLight[400]
|
|
5840
5840
|
},
|
|
5841
5841
|
tertiary: {
|
|
@@ -5855,10 +5855,10 @@ var colors$1 = {
|
|
|
5855
5855
|
disabled: colors$2.neutral.blueGrayLight[600]
|
|
5856
5856
|
},
|
|
5857
5857
|
secondary: {
|
|
5858
|
-
"default": colors$2.chromatic.azure[
|
|
5859
|
-
hover: colors$2.chromatic.azure[
|
|
5860
|
-
focus: colors$2.chromatic.azure[
|
|
5861
|
-
active: colors$2.chromatic.azure[
|
|
5858
|
+
"default": colors$2.chromatic.azure[600],
|
|
5859
|
+
hover: colors$2.chromatic.azure[600],
|
|
5860
|
+
focus: colors$2.chromatic.azure[600],
|
|
5861
|
+
active: colors$2.chromatic.azure[600],
|
|
5862
5862
|
disabled: colors$2.neutral.blueGrayLight[400]
|
|
5863
5863
|
},
|
|
5864
5864
|
tertiary: {
|
|
@@ -5869,10 +5869,10 @@ var colors$1 = {
|
|
|
5869
5869
|
disabled: colors$2.neutral.blueGrayLight[400]
|
|
5870
5870
|
},
|
|
5871
5871
|
link: {
|
|
5872
|
-
"default": colors$2.chromatic.azure[
|
|
5873
|
-
hover: colors$2.chromatic.azure[
|
|
5874
|
-
focus: colors$2.chromatic.azure[
|
|
5875
|
-
active: colors$2.chromatic.azure[
|
|
5872
|
+
"default": colors$2.chromatic.azure[600],
|
|
5873
|
+
hover: colors$2.chromatic.azure[700],
|
|
5874
|
+
focus: colors$2.chromatic.azure[800],
|
|
5875
|
+
active: colors$2.chromatic.azure[800],
|
|
5876
5876
|
disabled: colors$2.neutral.blueGrayLight[400],
|
|
5877
5877
|
visited: colors$2.chromatic.orchid[400]
|
|
5878
5878
|
}
|
|
@@ -5886,10 +5886,10 @@ var colors$1 = {
|
|
|
5886
5886
|
disabled: colors$2.neutral.blueGrayLight[600]
|
|
5887
5887
|
},
|
|
5888
5888
|
secondary: {
|
|
5889
|
-
"default": colors$2.chromatic.azure[
|
|
5890
|
-
hover: colors$2.chromatic.azure[
|
|
5891
|
-
focus: colors$2.chromatic.azure[
|
|
5892
|
-
active: colors$2.chromatic.azure[
|
|
5889
|
+
"default": colors$2.chromatic.azure[600],
|
|
5890
|
+
hover: colors$2.chromatic.azure[600],
|
|
5891
|
+
focus: colors$2.chromatic.azure[600],
|
|
5892
|
+
active: colors$2.chromatic.azure[600],
|
|
5893
5893
|
disabled: colors$2.neutral.blueGrayLight[400]
|
|
5894
5894
|
},
|
|
5895
5895
|
tertiary: {
|
|
@@ -5900,10 +5900,10 @@ var colors$1 = {
|
|
|
5900
5900
|
disabled: colors$2.neutral.blueGrayLight[400]
|
|
5901
5901
|
},
|
|
5902
5902
|
link: {
|
|
5903
|
-
"default": colors$2.chromatic.azure[
|
|
5904
|
-
hover: colors$2.chromatic.azure[
|
|
5905
|
-
focus: colors$2.chromatic.azure[
|
|
5906
|
-
active: colors$2.chromatic.azure[
|
|
5903
|
+
"default": colors$2.chromatic.azure[600],
|
|
5904
|
+
hover: colors$2.chromatic.azure[700],
|
|
5905
|
+
focus: colors$2.chromatic.azure[800],
|
|
5906
|
+
active: colors$2.chromatic.azure[800],
|
|
5907
5907
|
disabled: colors$2.neutral.blueGrayLight[400],
|
|
5908
5908
|
visited: colors$2.chromatic.orchid[400]
|
|
5909
5909
|
}
|
|
@@ -7099,9 +7099,9 @@ var colors = {
|
|
|
7099
7099
|
primary: {
|
|
7100
7100
|
300: colors$2.chromatic.azure.a50,
|
|
7101
7101
|
400: colors$2.chromatic.azure.a100,
|
|
7102
|
-
500: colors$2.chromatic.azure[
|
|
7103
|
-
600: colors$2.chromatic.azure[
|
|
7104
|
-
700: colors$2.chromatic.azure[
|
|
7102
|
+
500: colors$2.chromatic.azure[600],
|
|
7103
|
+
600: colors$2.chromatic.azure[700],
|
|
7104
|
+
700: colors$2.chromatic.azure[800],
|
|
7105
7105
|
800: colors$2.chromatic.azure[950]
|
|
7106
7106
|
},
|
|
7107
7107
|
gray: {
|
|
@@ -7955,10 +7955,10 @@ var colors = {
|
|
|
7955
7955
|
action: {
|
|
7956
7956
|
background: {
|
|
7957
7957
|
primary: {
|
|
7958
|
-
"default": colors$2.chromatic.azure[
|
|
7959
|
-
hover: colors$2.chromatic.azure[
|
|
7960
|
-
focus: colors$2.chromatic.azure[
|
|
7961
|
-
active: colors$2.chromatic.azure[
|
|
7958
|
+
"default": colors$2.chromatic.azure[600],
|
|
7959
|
+
hover: colors$2.chromatic.azure[700],
|
|
7960
|
+
focus: colors$2.chromatic.azure[800],
|
|
7961
|
+
active: colors$2.chromatic.azure[900],
|
|
7962
7962
|
disabled: colors$2.neutral.navyGrayLight[300]
|
|
7963
7963
|
},
|
|
7964
7964
|
secondary: {
|
|
@@ -7978,17 +7978,17 @@ var colors = {
|
|
|
7978
7978
|
},
|
|
7979
7979
|
border: {
|
|
7980
7980
|
primary: {
|
|
7981
|
-
"default": colors$2.chromatic.azure[
|
|
7982
|
-
hover: colors$2.chromatic.azure[
|
|
7983
|
-
focus: colors$2.chromatic.azure[
|
|
7984
|
-
active: colors$2.chromatic.azure[
|
|
7981
|
+
"default": colors$2.chromatic.azure[600],
|
|
7982
|
+
hover: colors$2.chromatic.azure[700],
|
|
7983
|
+
focus: colors$2.chromatic.azure[800],
|
|
7984
|
+
active: colors$2.chromatic.azure[900],
|
|
7985
7985
|
disabled: colors$2.neutral.navyGrayLight[300]
|
|
7986
7986
|
},
|
|
7987
7987
|
secondary: {
|
|
7988
|
-
"default": colors$2.chromatic.azure[
|
|
7989
|
-
hover: colors$2.chromatic.azure[
|
|
7990
|
-
focus: colors$2.chromatic.azure[
|
|
7991
|
-
active: colors$2.chromatic.azure[
|
|
7988
|
+
"default": colors$2.chromatic.azure[600],
|
|
7989
|
+
hover: colors$2.chromatic.azure[600],
|
|
7990
|
+
focus: colors$2.chromatic.azure[600],
|
|
7991
|
+
active: colors$2.chromatic.azure[600],
|
|
7992
7992
|
disabled: colors$2.neutral.navyGrayLight[400]
|
|
7993
7993
|
},
|
|
7994
7994
|
tertiary: {
|
|
@@ -8008,10 +8008,10 @@ var colors = {
|
|
|
8008
8008
|
disabled: colors$2.neutral.navyGrayLight[600]
|
|
8009
8009
|
},
|
|
8010
8010
|
secondary: {
|
|
8011
|
-
"default": colors$2.chromatic.azure[
|
|
8012
|
-
hover: colors$2.chromatic.azure[
|
|
8013
|
-
focus: colors$2.chromatic.azure[
|
|
8014
|
-
active: colors$2.chromatic.azure[
|
|
8011
|
+
"default": colors$2.chromatic.azure[600],
|
|
8012
|
+
hover: colors$2.chromatic.azure[600],
|
|
8013
|
+
focus: colors$2.chromatic.azure[600],
|
|
8014
|
+
active: colors$2.chromatic.azure[600],
|
|
8015
8015
|
disabled: colors$2.neutral.navyGrayLight[400]
|
|
8016
8016
|
},
|
|
8017
8017
|
tertiary: {
|
|
@@ -8022,10 +8022,10 @@ var colors = {
|
|
|
8022
8022
|
disabled: colors$2.neutral.navyGrayLight[400]
|
|
8023
8023
|
},
|
|
8024
8024
|
link: {
|
|
8025
|
-
"default": colors$2.chromatic.azure[
|
|
8026
|
-
hover: colors$2.chromatic.azure[
|
|
8027
|
-
focus: colors$2.chromatic.azure[
|
|
8028
|
-
active: colors$2.chromatic.azure[
|
|
8025
|
+
"default": colors$2.chromatic.azure[600],
|
|
8026
|
+
hover: colors$2.chromatic.azure[700],
|
|
8027
|
+
focus: colors$2.chromatic.azure[800],
|
|
8028
|
+
active: colors$2.chromatic.azure[800],
|
|
8029
8029
|
disabled: colors$2.neutral.navyGrayLight[400],
|
|
8030
8030
|
visited: colors$2.chromatic.orchid[400]
|
|
8031
8031
|
}
|
|
@@ -8039,10 +8039,10 @@ var colors = {
|
|
|
8039
8039
|
disabled: colors$2.neutral.navyGrayLight[600]
|
|
8040
8040
|
},
|
|
8041
8041
|
secondary: {
|
|
8042
|
-
"default": colors$2.chromatic.azure[
|
|
8043
|
-
hover: colors$2.chromatic.azure[
|
|
8044
|
-
focus: colors$2.chromatic.azure[
|
|
8045
|
-
active: colors$2.chromatic.azure[
|
|
8042
|
+
"default": colors$2.chromatic.azure[600],
|
|
8043
|
+
hover: colors$2.chromatic.azure[600],
|
|
8044
|
+
focus: colors$2.chromatic.azure[600],
|
|
8045
|
+
active: colors$2.chromatic.azure[600],
|
|
8046
8046
|
disabled: colors$2.neutral.navyGrayLight[400]
|
|
8047
8047
|
},
|
|
8048
8048
|
tertiary: {
|
|
@@ -8053,10 +8053,10 @@ var colors = {
|
|
|
8053
8053
|
disabled: colors$2.neutral.navyGrayLight[400]
|
|
8054
8054
|
},
|
|
8055
8055
|
link: {
|
|
8056
|
-
"default": colors$2.chromatic.azure[
|
|
8057
|
-
hover: colors$2.chromatic.azure[
|
|
8058
|
-
focus: colors$2.chromatic.azure[
|
|
8059
|
-
active: colors$2.chromatic.azure[
|
|
8056
|
+
"default": colors$2.chromatic.azure[600],
|
|
8057
|
+
hover: colors$2.chromatic.azure[700],
|
|
8058
|
+
focus: colors$2.chromatic.azure[800],
|
|
8059
|
+
active: colors$2.chromatic.azure[800],
|
|
8060
8060
|
disabled: colors$2.neutral.navyGrayLight[400],
|
|
8061
8061
|
visited: colors$2.chromatic.orchid[400]
|
|
8062
8062
|
}
|