@razorpay/blade 6.0.1 → 6.0.2
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 +10 -0
- package/build/components/index.native.js +1 -1
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +3 -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
|