@razorpay/blade 3.6.0 → 3.6.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 +13 -0
- package/build/components/index.d.ts +30 -1
- package/build/components/index.native.d.ts +30 -1
- package/build/components/index.native.js +2 -2
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +4 -4
- 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 +3 -2
|
@@ -4882,7 +4882,8 @@ var StyledIconButton = function StyledIconButton(_ref) {
|
|
|
4882
4882
|
};
|
|
4883
4883
|
|
|
4884
4884
|
/**
|
|
4885
|
-
*
|
|
4885
|
+
* Component for making clickable icons with transparent background.
|
|
4886
|
+
* For other cases please use `Button` component with `icon` prop.
|
|
4886
4887
|
*/
|
|
4887
4888
|
var IconButton = function IconButton(_ref) {
|
|
4888
4889
|
var icon = _ref.icon,
|
|
@@ -5035,8 +5036,7 @@ var getBaseTextStyles = function getBaseTextStyles(_ref) {
|
|
|
5035
5036
|
textDecorationLine = _ref$textDecorationLi === void 0 ? 'none' : _ref$textDecorationLi,
|
|
5036
5037
|
_ref$lineHeight = _ref.lineHeight,
|
|
5037
5038
|
lineHeight = _ref$lineHeight === void 0 ? 'l' : _ref$lineHeight,
|
|
5038
|
-
|
|
5039
|
-
textAlign = _ref$textAlign === void 0 ? 'left' : _ref$textAlign,
|
|
5039
|
+
textAlign = _ref.textAlign,
|
|
5040
5040
|
theme = _ref.theme;
|
|
5041
5041
|
var textColor = get_1(theme.colors, color);
|
|
5042
5042
|
var themeFontFamily = theme.typography.fonts.family[fontFamily];
|
|
@@ -10373,5 +10373,5 @@ var SkipNavContent = function SkipNavContent(_ref3) {
|
|
|
10373
10373
|
}, testID('skipnav-content')));
|
|
10374
10374
|
};
|
|
10375
10375
|
|
|
10376
|
-
export { Alert, AlertTriangleIcon as AlertOctagonIcon, AlertTriangleIcon$1 as AlertTriangleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, Badge, BladeProvider, Button, CheckCircleIcon, CheckIcon, Checkbox, CheckboxGroup, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, Code, Counter, CreditCardIcon, DollarIcon, DownloadIcon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, Heading, HelpCircleIcon, HistoryIcon, HomeIcon, InfoIcon, Link, LinkIcon, MinusIcon, OTPInput, PasswordInput, PauseIcon, PlusIcon, Radio, RadioGroup, RefreshLeftIcon, RotateCounterClockWiseIcon, RupeeIcon, SearchIcon, SkipNavContent, SkipNavLink, Spinner, Text, TextArea, TextInput, Title, TrashIcon, TrendingDownIcon, TrendingUpIcon, VisuallyHidden, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useTheme };
|
|
10376
|
+
export { Alert, AlertTriangleIcon as AlertOctagonIcon, AlertTriangleIcon$1 as AlertTriangleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, Badge, BladeProvider, Button, CheckCircleIcon, CheckIcon, Checkbox, CheckboxGroup, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, Code, Counter, CreditCardIcon, DollarIcon, DownloadIcon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, Heading, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, InfoIcon, Link, LinkIcon, MinusIcon, OTPInput, PasswordInput, PauseIcon, PlusIcon, Radio, RadioGroup, RefreshLeftIcon, RotateCounterClockWiseIcon, RupeeIcon, SearchIcon, SkipNavContent, SkipNavLink, Spinner, Text, TextArea, TextInput, Title, TrashIcon, TrendingDownIcon, TrendingUpIcon, VisuallyHidden, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useTheme };
|
|
10377
10377
|
//# sourceMappingURL=index.web.js.map
|