@razorpay/blade 11.28.1 → 11.29.0
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/lib/native/components/ActionList/ActionListItem.js +3 -2
- package/build/lib/native/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/native/components/ActionList/actionListUtils.js +1 -1
- package/build/lib/native/components/ActionList/actionListUtils.js.map +1 -1
- package/build/lib/native/components/ActionList/componentIds.js +1 -1
- package/build/lib/native/components/ActionList/componentIds.js.map +1 -1
- package/build/lib/native/components/Form/FormHint.js +2 -1
- package/build/lib/native/components/Form/FormHint.js.map +1 -1
- package/build/lib/native/components/index.js +1 -1
- package/build/lib/web/development/components/ActionList/ActionListItem.js +11 -1
- package/build/lib/web/development/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/web/development/components/ActionList/actionListUtils.js +2 -2
- package/build/lib/web/development/components/ActionList/actionListUtils.js.map +1 -1
- package/build/lib/web/development/components/ActionList/componentIds.js +1 -0
- package/build/lib/web/development/components/ActionList/componentIds.js.map +1 -1
- package/build/lib/web/development/components/ActionList/index.js +1 -1
- package/build/lib/web/development/components/Form/FormHint.js +19 -15
- package/build/lib/web/development/components/Form/FormHint.js.map +1 -1
- package/build/lib/web/development/components/Form/FormHintWrapper.web.js +2 -4
- package/build/lib/web/development/components/Form/FormHintWrapper.web.js.map +1 -1
- package/build/lib/web/development/components/StepGroup/StepItem.web.js +11 -6
- package/build/lib/web/development/components/StepGroup/StepItem.web.js.map +1 -1
- package/build/lib/web/development/components/Tooltip/TooltipInteractiveWrapper.web.js +9 -13
- package/build/lib/web/development/components/Tooltip/TooltipInteractiveWrapper.web.js.map +1 -1
- package/build/lib/web/development/components/index.js +1 -1
- package/build/lib/web/production/components/ActionList/ActionListItem.js +11 -1
- package/build/lib/web/production/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/web/production/components/ActionList/actionListUtils.js +2 -2
- package/build/lib/web/production/components/ActionList/actionListUtils.js.map +1 -1
- package/build/lib/web/production/components/ActionList/componentIds.js +1 -0
- package/build/lib/web/production/components/ActionList/componentIds.js.map +1 -1
- package/build/lib/web/production/components/ActionList/index.js +1 -1
- package/build/lib/web/production/components/Form/FormHint.js +19 -15
- package/build/lib/web/production/components/Form/FormHint.js.map +1 -1
- package/build/lib/web/production/components/Form/FormHintWrapper.web.js +2 -4
- package/build/lib/web/production/components/Form/FormHintWrapper.web.js.map +1 -1
- package/build/lib/web/production/components/StepGroup/StepItem.web.js +11 -6
- package/build/lib/web/production/components/StepGroup/StepItem.web.js.map +1 -1
- package/build/lib/web/production/components/Tooltip/TooltipInteractiveWrapper.web.js +9 -13
- package/build/lib/web/production/components/Tooltip/TooltipInteractiveWrapper.web.js.map +1 -1
- package/build/lib/web/production/components/index.js +1 -1
- package/build/types/components/index.d.ts +445 -1131
- package/build/types/components/index.native.d.ts +254 -249
- package/package.json +1 -1
|
@@ -60,7 +60,7 @@ export { AccordionItemHeader } from './Accordion/AccordionItemHeader.js';
|
|
|
60
60
|
export { AccordionItemBody } from './Accordion/AccordionItemBody.js';
|
|
61
61
|
export { AccordionItem } from './Accordion/AccordionItem.js';
|
|
62
62
|
export { ActionList } from './ActionList/ActionList.js';
|
|
63
|
-
export { ActionListItem, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemText, ActionListSection } from './ActionList/ActionListItem.js';
|
|
63
|
+
export { ActionListItem, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemText, ActionListSection } from './ActionList/ActionListItem.js';
|
|
64
64
|
export { ActionListItemAsset } from './ActionList/ActionListItemAsset.web.js';
|
|
65
65
|
export { Alert } from './Alert/Alert.js';
|
|
66
66
|
export { Amount } from './Amount/Amount.js';
|