@razorpay/blade 8.9.0 → 8.10.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.
@@ -2788,6 +2788,9 @@ function cloneDeep(value) {
2788
2788
  var cloneDeep_1 = cloneDeep;
2789
2789
 
2790
2790
  var MetaConstants = {
2791
+ Accordion: 'accordion',
2792
+ AccordionButton: 'accordion-button',
2793
+ AccordionItem: 'accordion-item',
2791
2794
  ActionList: 'action-list',
2792
2795
  ActionListFooter: 'action-list-footer',
2793
2796
  ActionListHeader: 'action-list-header',
@@ -2827,6 +2830,10 @@ var MetaConstants = {
2827
2830
  CardBody: 'card-body',
2828
2831
  CardHeader: 'card-header',
2829
2832
  CardFooter: 'card-footer',
2833
+ Collapsible: 'collapsible',
2834
+ CollapsibleBody: 'collapsible-body',
2835
+ CollapsibleButton: 'collapsible-button',
2836
+ CollapsibleLink: 'collapsible-link',
2830
2837
  Modal: 'modal',
2831
2838
  ModalBody: 'modal-body',
2832
2839
  ModalHeader: 'modal-header',