@razorpay/blade 6.1.0 → 6.2.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.
@@ -2793,6 +2793,11 @@ var metaAttribute = function metaAttribute(name, value) {
2793
2793
  };
2794
2794
 
2795
2795
  var MetaConstants = {
2796
+ ActionList: 'action-list',
2797
+ ActionListFooter: 'action-list-footer',
2798
+ ActionListHeader: 'action-list-header',
2799
+ ActionListItem: 'action-list-item',
2800
+ ActionListSection: 'action-list-section',
2796
2801
  Alert: 'alert',
2797
2802
  Badge: 'badge',
2798
2803
  Button: 'button',
@@ -2801,6 +2806,7 @@ var MetaConstants = {
2801
2806
  Code: 'code',
2802
2807
  Component: 'blade-component',
2803
2808
  Counter: 'counter',
2809
+ DropdownOverlay: 'dropdown-overlay',
2804
2810
  Icon: 'icon',
2805
2811
  IconButton: 'icon-button',
2806
2812
  Indicator: 'indicator',
@@ -2813,6 +2819,7 @@ var MetaConstants = {
2813
2819
  RadioGroup: 'radio-group',
2814
2820
  SkipNav: 'skipnav',
2815
2821
  Spinner: 'spinner',
2822
+ SelectInput: 'select-input',
2816
2823
  Card: 'card',
2817
2824
  CardBody: 'card-body',
2818
2825
  CardHeader: 'card-header',
@@ -5049,6 +5056,13 @@ var isReactNative = function isReactNative() {
5049
5056
  return getPlatformType() === 'react-native';
5050
5057
  };
5051
5058
 
5059
+ var getOS = function getOS() {
5060
+ return 'web';
5061
+ };
5062
+ var isAndroid = function isAndroid() {
5063
+ return false;
5064
+ };
5065
+
5052
5066
  /* eslint-disable @typescript-eslint/no-namespace */
5053
5067
  var Platform;
5054
5068
 
@@ -5091,5 +5105,5 @@ var castNativeType = function castNativeType(value) {
5091
5105
  return value;
5092
5106
  };
5093
5107
 
5094
- export { MetaConstants, Platform, castNativeType, castWebType, cloneDeep_1 as cloneDeep, getColorScheme, getComponentId, get_1 as getIn, getPlatformType, isEmpty_1 as isEmpty, isEqual_1 as isEqual, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, merge_1 as merge, metaAttribute, setupMatchMediaMock, testID, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
5108
+ export { MetaConstants, Platform, castNativeType, castWebType, cloneDeep_1 as cloneDeep, getColorScheme, getComponentId, get_1 as getIn, getOS, getPlatformType, isAndroid, isEmpty_1 as isEmpty, isEqual_1 as isEqual, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, merge_1 as merge, metaAttribute, setupMatchMediaMock, testID, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
5095
5109
  //# sourceMappingURL=index.web.js.map