@razorpay/blade 6.5.0 → 6.5.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:53 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:53 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:53 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Mar 2023 12:01:02 GMT
3
+ * Generated on Fri, 17 Mar 2023 11:31:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -19,7 +19,7 @@ declare const MetaConstants: {
19
19
  readonly ActionListSection: "action-list-section";
20
20
  readonly Alert: "alert";
21
21
  readonly Badge: "badge";
22
- readonly Box: "Box";
22
+ readonly Box: "box";
23
23
  readonly Button: "button";
24
24
  readonly Checkbox: "checkbox";
25
25
  readonly CheckboxGroup: "checkbox-group";
@@ -20,7 +20,7 @@ declare const MetaConstants: {
20
20
  readonly ActionListSection: "action-list-section";
21
21
  readonly Alert: "alert";
22
22
  readonly Badge: "badge";
23
- readonly Box: "Box";
23
+ readonly Box: "box";
24
24
  readonly Button: "button";
25
25
  readonly Checkbox: "checkbox";
26
26
  readonly CheckboxGroup: "checkbox-group";
@@ -2791,7 +2791,7 @@ var cloneDeep_1 = cloneDeep;
2791
2791
 
2792
2792
  var metaAttribute=function metaAttribute(_ref){var testID=_ref.testID;return _extends({},testID?{testID:testID}:{});};
2793
2793
 
2794
- var MetaConstants={ActionList:'action-list',ActionListFooter:'action-list-footer',ActionListHeader:'action-list-header',ActionListItem:'action-list-item',ActionListSection:'action-list-section',Alert:'alert',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'};
2794
+ var MetaConstants={ActionList:'action-list',ActionListFooter:'action-list-footer',ActionListHeader:'action-list-header',ActionListItem:'action-list-item',ActionListSection:'action-list-section',Alert:'alert',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'};
2795
2795
 
2796
2796
  var getColorScheme=function getColorScheme(){var colorScheme=arguments.length>0&&arguments[0]!==undefined?arguments[0]:'light';if(colorScheme==='light'||colorScheme==='dark'){return colorScheme;}if(colorScheme==='system'){var _Appearance$getColorS;return (_Appearance$getColorS=Appearance.getColorScheme())!=null?_Appearance$getColorS:'light';}return 'light';};
2797
2797