@razorpay/blade 8.6.1 → 8.8.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.
@@ -41,10 +41,20 @@ declare const MetaConstants: {
41
41
  readonly SkipNav: "skipnav";
42
42
  readonly Spinner: "spinner";
43
43
  readonly SelectInput: "select-input";
44
+ readonly BottomSheet: "bottom-sheet";
45
+ readonly BottomSheetBody: "bottom-sheet-body";
46
+ readonly BottomSheetHeader: "bottom-sheet-header";
47
+ readonly BottomSheetFooter: "bottom-sheet-footer";
44
48
  readonly Card: "card";
45
49
  readonly CardBody: "card-body";
46
50
  readonly CardHeader: "card-header";
47
51
  readonly CardFooter: "card-footer";
52
+ readonly Modal: "modal";
53
+ readonly ModalBody: "modal-body";
54
+ readonly ModalHeader: "modal-header";
55
+ readonly ModalFooter: "modal-footer";
56
+ readonly ModalBackdrop: "modal-backdrop";
57
+ readonly ModalScrollOverlay: "modal-scroll-overlay";
48
58
  readonly VisuallyHidden: "visually-hidden";
49
59
  };
50
60
 
@@ -42,10 +42,20 @@ declare const MetaConstants: {
42
42
  readonly SkipNav: "skipnav";
43
43
  readonly Spinner: "spinner";
44
44
  readonly SelectInput: "select-input";
45
+ readonly BottomSheet: "bottom-sheet";
46
+ readonly BottomSheetBody: "bottom-sheet-body";
47
+ readonly BottomSheetHeader: "bottom-sheet-header";
48
+ readonly BottomSheetFooter: "bottom-sheet-footer";
45
49
  readonly Card: "card";
46
50
  readonly CardBody: "card-body";
47
51
  readonly CardHeader: "card-header";
48
52
  readonly CardFooter: "card-footer";
53
+ readonly Modal: "modal";
54
+ readonly ModalBody: "modal-body";
55
+ readonly ModalHeader: "modal-header";
56
+ readonly ModalFooter: "modal-footer";
57
+ readonly ModalBackdrop: "modal-backdrop";
58
+ readonly ModalScrollOverlay: "modal-scroll-overlay";
49
59
  readonly VisuallyHidden: "visually-hidden";
50
60
  };
51
61
 
@@ -2789,7 +2789,7 @@ function cloneDeep(value) {
2789
2789
 
2790
2790
  var cloneDeep_1 = cloneDeep;
2791
2791
 
2792
- var MetaConstants={ActionList:'action-list',ActionListFooter:'action-list-footer',ActionListHeader:'action-list-header',ActionListItem:'action-list-item',ActionListSection:'action-list-section',Alert:'alert',Amount:'amount',Badge:'badge',Box:'box',Button:'button',Checkbox:'checkbox',CheckboxGroup:'checkbox-group',Code:'code',Component:'blade-component',Counter:'counter',DropdownOverlay:'dropdown-overlay',Icon:'icon',IconButton:'icon-button',Indicator:'indicator',Link:'link',List:'list',ListItem:'list-item',OTPInput:'otp-input',ProgressBar:'progress-bar',Radio:'radio',RadioGroup:'radio-group',SkipNav:'skipnav',Spinner:'spinner',SelectInput:'select-input',Card:'card',CardBody:'card-body',CardHeader:'card-header',CardFooter:'card-footer',VisuallyHidden:'visually-hidden'};
2792
+ var MetaConstants={ActionList:'action-list',ActionListFooter:'action-list-footer',ActionListHeader:'action-list-header',ActionListItem:'action-list-item',ActionListSection:'action-list-section',Alert:'alert',Amount:'amount',Badge:'badge',Box:'box',Button:'button',Checkbox:'checkbox',CheckboxGroup:'checkbox-group',Code:'code',Component:'blade-component',Counter:'counter',DropdownOverlay:'dropdown-overlay',Icon:'icon',IconButton:'icon-button',Indicator:'indicator',Link:'link',List:'list',ListItem:'list-item',OTPInput:'otp-input',ProgressBar:'progress-bar',Radio:'radio',RadioGroup:'radio-group',SkipNav:'skipnav',Spinner:'spinner',SelectInput:'select-input',BottomSheet:'bottom-sheet',BottomSheetBody:'bottom-sheet-body',BottomSheetHeader:'bottom-sheet-header',BottomSheetFooter:'bottom-sheet-footer',Card:'card',CardBody:'card-body',CardHeader:'card-header',CardFooter:'card-footer',Modal:'modal',ModalBody:'modal-body',ModalHeader:'modal-header',ModalFooter:'modal-footer',ModalBackdrop:'modal-backdrop',ModalScrollOverlay:'modal-scroll-overlay',VisuallyHidden:'visually-hidden'};
2793
2793
 
2794
2794
  var metaAttribute=function metaAttribute(_ref){var testID=_ref.testID,name=_ref.name;return _extends({},name?_defineProperty$1({},"data-"+MetaConstants.Component,name):{},testID?{testID:testID}:{});};
2795
2795