@razorpay/blade 8.10.1 → 8.10.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 Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 19 Jun 2023 13:25:10 GMT
3
+ * Generated on Tue, 20 Jun 2023 12:21:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -590,4 +590,7 @@ declare const assignWithoutSideEffects: <T extends {}>(component: T, sourceObj:
590
590
  componentId?: string;
591
591
  }) => T;
592
592
 
593
- export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, assignWithoutSideEffects, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, setupMatchMediaMock, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
593
+ declare type shouldForwardProp = <O extends object>(prop: keyof O, defaultValidatorFn: (prop: keyof O) => boolean) => boolean;
594
+ declare const omitPropsFromHTML: shouldForwardProp;
595
+
596
+ export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, assignWithoutSideEffects, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, omitPropsFromHTML, setupMatchMediaMock, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
@@ -589,4 +589,7 @@ declare const assignWithoutSideEffects: <T extends {}>(component: T, sourceObj:
589
589
  componentId?: string;
590
590
  }) => T;
591
591
 
592
- export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, assignWithoutSideEffects, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, setupMatchMediaMock, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
592
+ declare type shouldForwardProp = <O extends object>(prop: keyof O, defaultValidatorFn: (prop: keyof O) => boolean) => boolean;
593
+ declare const omitPropsFromHTML: shouldForwardProp;
594
+
595
+ export { AccessibilityKeys, AccessibilityMap, AccessibilityProps, AriaAttributes, AriaRoles, DeepPartial, MakeSize, MetaConstants, Platform, PlatformTypes, UseColorScheme, assignWithoutSideEffects, castNativeType, castWebType, getColorScheme, getComponentId, getMediaQuery, getOS, getPlatformType, isAndroid, isPartialMatchObjectKeys, isReactNative, isValidAllowedChildren, makeAccessible, makeBezier, makeBorderSize, makeMotionTime, makeSize, makeSpace, makeTypographySize, metaAttribute, omitPropsFromHTML, setupMatchMediaMock, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
@@ -4555,5 +4555,7 @@ var castWebType=function castWebType(value){return value;};var castNativeType=fu
4555
4555
 
4556
4556
  var assignWithoutSideEffects=function assignWithoutSideEffects(component,sourceObj){return _extends(component,sourceObj);};
4557
4557
 
4558
- 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 };
4558
+ var filterProps=['cursor','display','overflow','order','color','fontFamily','fontWeight','fontSize','fontStyle','lineHeight','width','height'];var omitPropsFromHTML=function omitPropsFromHTML(prop,defaultValidatorFn){return !filterProps.includes(prop)&&defaultValidatorFn(prop);};
4559
+
4560
+ 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, omitPropsFromHTML, setupMatchMediaMock, toTitleCase, useBreakpoint, useColorScheme, usePrevious };
4559
4561
  //# sourceMappingURL=index.native.js.map