@razorpay/blade 7.1.1 → 7.2.1

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.
@@ -4792,12 +4792,6 @@ var setupMatchMediaMock = function setupMatchMediaMock() {
4792
4792
  });
4793
4793
  };
4794
4794
 
4795
- var testID = function testID(defaultKey) {
4796
- return {
4797
- 'data-testid': defaultKey
4798
- };
4799
- };
4800
-
4801
4795
  var toTitleCase = function toTitleCase(inputString) {
4802
4796
  return inputString.toLowerCase().split(' ').map(function (word) {
4803
4797
  return word.charAt(0).toUpperCase() + word.slice(1);
@@ -5159,5 +5153,5 @@ var assignWithoutSideEffects = function assignWithoutSideEffects(component, sour
5159
5153
  return /*#__PURE__*/Object.assign(component, sourceObj);
5160
5154
  };
5161
5155
 
5162
- export { MetaConstants, Platform, assignWithoutSideEffects, castNativeType, castWebType, cloneDeep_1 as cloneDeep, getColorScheme, getComponentId, get_1 as getIn, getMediaQuery, 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 };
5156
+ export { MetaConstants, Platform, assignWithoutSideEffects, castNativeType, castWebType, cloneDeep_1 as cloneDeep, getColorScheme, getComponentId, get_1 as getIn, getMediaQuery, 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, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
5163
5157
  //# sourceMappingURL=index.web.js.map