@razorpay/blade 6.0.1 → 6.0.3
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/CHANGELOG.md +19 -0
- package/build/components/index.d.ts +4 -4
- package/build/components/index.native.d.ts +4 -4
- package/build/components/index.native.js +3 -3
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +5 -0
- 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 +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/package.json +9 -1
|
@@ -13793,10 +13793,12 @@ var Alert = function Alert(_ref) {
|
|
|
13793
13793
|
var _title = title ? /*#__PURE__*/jsx(Box, {
|
|
13794
13794
|
marginBottom: "spacing.2",
|
|
13795
13795
|
children: isFullWidth ? /*#__PURE__*/jsx(Heading, {
|
|
13796
|
+
type: "subtle",
|
|
13796
13797
|
size: "small",
|
|
13797
13798
|
contrast: contrast,
|
|
13798
13799
|
children: title
|
|
13799
13800
|
}) : /*#__PURE__*/jsx(Text, {
|
|
13801
|
+
type: "subtle",
|
|
13800
13802
|
weight: "bold",
|
|
13801
13803
|
contrast: contrast,
|
|
13802
13804
|
children: title
|
|
@@ -13806,6 +13808,7 @@ var Alert = function Alert(_ref) {
|
|
|
13806
13808
|
var _description = /*#__PURE__*/jsx(Box, {
|
|
13807
13809
|
marginTop: title || isReactNative$3 ? 'spacing.0' : 'spacing.1',
|
|
13808
13810
|
children: /*#__PURE__*/jsx(Text, {
|
|
13811
|
+
type: "subtle",
|
|
13809
13812
|
size: textSize,
|
|
13810
13813
|
contrast: contrast,
|
|
13811
13814
|
children: description
|
|
@@ -14721,6 +14724,7 @@ var getCheckboxIconWrapperStyles = function getCheckboxIconWrapperStyles(_ref) {
|
|
|
14721
14724
|
var backgroundColor = background === 'transparent' ? background : get_1(theme, background);
|
|
14722
14725
|
var borderColor = border === 'transparent' ? border : get_1(theme, border);
|
|
14723
14726
|
return {
|
|
14727
|
+
position: 'relative',
|
|
14724
14728
|
display: 'flex',
|
|
14725
14729
|
alignItems: 'center',
|
|
14726
14730
|
justifyContent: 'center',
|
|
@@ -18195,6 +18199,7 @@ var getRadioIconWrapperStyles = function getRadioIconWrapperStyles(_ref) {
|
|
|
18195
18199
|
var backgroundColor = background === 'transparent' ? background : get_1(theme, background);
|
|
18196
18200
|
var borderColor = border === 'transparent' ? border : get_1(theme, border);
|
|
18197
18201
|
return _objectSpread$1({
|
|
18202
|
+
position: 'relative',
|
|
18198
18203
|
display: 'flex',
|
|
18199
18204
|
alignItems: 'center',
|
|
18200
18205
|
justifyContent: 'center',
|