@razorpay/blade 6.5.2 → 6.6.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.
@@ -166,12 +166,6 @@ declare const getMediaQuery: ({ min, max }: {
166
166
  declare type PlatformTypes = 'browser' | 'node' | 'react-native' | 'unknown';
167
167
  declare const getPlatformType: () => PlatformTypes;
168
168
 
169
- /**
170
- * A type defining React component with additional static prop `componentId`
171
- */
172
- declare type WithComponentId<Props> = ((props: Props) => React.ReactElement) & {
173
- componentId: string;
174
- };
175
169
  /**
176
170
  * Gets the `componentId` prop of React component if it exists.
177
171
  */
@@ -543,4 +537,4 @@ declare const castNativeType: <T>(value: T) => Extract<T, {
543
537
  __brand__?: "platform-all" | "platform-native" | undefined;
544
538
  }>;
545
539
 
546
- export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, WithComponentId, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, setupMatchMediaMock, testID, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
540
+ export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, setupMatchMediaMock, testID, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
@@ -167,12 +167,6 @@ declare const getMediaQuery: ({ min, max }: {
167
167
  declare type PlatformTypes = 'browser' | 'node' | 'react-native' | 'unknown';
168
168
  declare const getPlatformType: () => PlatformTypes;
169
169
 
170
- /**
171
- * A type defining React component with additional static prop `componentId`
172
- */
173
- declare type WithComponentId<Props> = ((props: Props) => React.ReactElement) & {
174
- componentId: string;
175
- };
176
170
  /**
177
171
  * Gets the `componentId` prop of React component if it exists.
178
172
  */
@@ -542,4 +536,4 @@ declare const castNativeType: <T>(value: T) => Extract<T, {
542
536
  __brand__?: "platform-native" | "platform-all" | undefined;
543
537
  }>;
544
538
 
545
- export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, WithComponentId, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, setupMatchMediaMock, testID, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
539
+ export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, setupMatchMediaMock, testID, toTitleCase, useBreakpoint, useColorScheme, usePrevious };