Releases: razorpay/blade
@razorpay/[email protected]
@razorpay/[email protected]
@razorpay/[email protected]
Minor Changes
- 1b07633: feat(blade-mcp): update knowledgebase with BarChart
@razorpay/[email protected]
Minor Changes
-
ac1d4fb: feat(blade): add support for non-dismissible modals & bottomsheet
Introduces a new prop
isDismissibleinModalandBottomSheetwhich can be used to prevent users from accidentally dismissing modals and bottomSheet by clicking outside or pressing the escape key. WhenisDismissible={false}, the close button is automatically hidden and the modal and bottomSheet can only be closed through explicit user actions.<Modal isOpen={isOpen} isDismissible={false}> // .... modal content .... </Modal>
<BottomSheet isOpen={isOpen} isDismissible={false}> // .... bottomsheet component .... </BottomSheet>
@razorpay/[email protected]
Minor Changes
-
ac1d4fb: feat(blade): add support for non-dismissible modals & bottomsheet
Introduces a new prop
isDismissibleinModalandBottomSheetwhich can be used to prevent users from accidentally dismissing modals and bottomSheet by clicking outside or pressing the escape key. WhenisDismissible={false}, the close button is automatically hidden and the modal and bottomSheet can only be closed through explicit user actions.<Modal isOpen={isOpen} isDismissible={false}> // .... modal content .... </Modal>
<BottomSheet isOpen={isOpen} isDismissible={false}> // .... bottomsheet component .... </BottomSheet>
@razorpay/[email protected]
Minor Changes
- dd7e18b: feat(server): add publishLinesOfCodeMetric tool integration
@razorpay/[email protected]
Minor Changes
- c835336: feat(timepicker): added timepicker component
@razorpay/[email protected]
Minor Changes
- c835336: feat(timepicker): added timepicker component
@razorpay/[email protected]
Patch Changes
- 0ff0152: fix(ActionListItem): support non-string values in item