@wlloyalty/wll-react-sdk 1.6.15-alpha.20251218100019.532b227 → 1.6.16

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.
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as React$1 from 'react';
2
2
  import React__default from 'react';
3
3
  import * as LucideReactIcons from 'lucide-react';
4
4
  import * as react_native from 'react-native';
5
- import { ViewProps, ImageSourcePropType, StyleProp, ViewStyle, TextProps as TextProps$1, TextStyle, ImageProps, AccessibilityRole, RefreshControl } from 'react-native';
5
+ import { ViewProps, ImageSourcePropType, StyleProp, TextProps as TextProps$1, TextStyle, ViewStyle, ImageProps, AccessibilityRole, RefreshControl } from 'react-native';
6
6
 
7
7
  declare const sizes: {
8
8
  readonly borderRadiusSm: 15;
@@ -383,7 +383,7 @@ declare const ProgressBar: ({ percentage, variant, height, animationDuration, }:
383
383
 
384
384
  type ProgressiveImageProps = {
385
385
  source: ImageSourcePropType;
386
- style?: StyleProp<ViewStyle>;
386
+ style?: StyleProp<any>;
387
387
  isDesaturated?: boolean;
388
388
  alt?: string;
389
389
  [key: string]: any;