@butternutbox/pawprint-native 0.13.1 → 0.14.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.
package/dist/index.d.cts CHANGED
@@ -417,7 +417,7 @@ type IconButtonProps = IconButtonOwnProps & Omit<PressableProps, keyof IconButto
417
417
  */
418
418
  declare const IconButton: React.ForwardRefExoticComponent<IconButtonOwnProps & Omit<PressableProps, "children" | keyof IconButtonOwnProps> & React.RefAttributes<View>>;
419
419
 
420
- type IllustrationSize = "sm" | "lg" | "xl";
420
+ type IllustrationSize = "sm" | "lg" | "xl" | "xxl" | "xxxl";
421
421
  type PawprintIllustration$2 = React.ComponentType<{
422
422
  width?: number;
423
423
  height?: number;
@@ -440,7 +440,7 @@ type IllustrationProps = IllustrationOwnProps & Omit<ViewProps, keyof Illustrati
440
440
  * ```
441
441
  *
442
442
  * @param illustration - **(required)** Illustration component
443
- * @param size - *(optional)* Size variant: sm (default), lg, xl
443
+ * @param size - *(optional)* Size variant: sm (default), lg, xl, xxl, xxxl
444
444
  * @param aria-label - *(optional)* Accessible label
445
445
  */
446
446
  declare const Illustration: React.ForwardRefExoticComponent<IllustrationOwnProps & Omit<ViewProps, keyof IllustrationOwnProps> & React.RefAttributes<View>>;
package/dist/index.d.ts CHANGED
@@ -417,7 +417,7 @@ type IconButtonProps = IconButtonOwnProps & Omit<PressableProps, keyof IconButto
417
417
  */
418
418
  declare const IconButton: React.ForwardRefExoticComponent<IconButtonOwnProps & Omit<PressableProps, "children" | keyof IconButtonOwnProps> & React.RefAttributes<View>>;
419
419
 
420
- type IllustrationSize = "sm" | "lg" | "xl";
420
+ type IllustrationSize = "sm" | "lg" | "xl" | "xxl" | "xxxl";
421
421
  type PawprintIllustration$2 = React.ComponentType<{
422
422
  width?: number;
423
423
  height?: number;
@@ -440,7 +440,7 @@ type IllustrationProps = IllustrationOwnProps & Omit<ViewProps, keyof Illustrati
440
440
  * ```
441
441
  *
442
442
  * @param illustration - **(required)** Illustration component
443
- * @param size - *(optional)* Size variant: sm (default), lg, xl
443
+ * @param size - *(optional)* Size variant: sm (default), lg, xl, xxl, xxxl
444
444
  * @param aria-label - *(optional)* Accessible label
445
445
  */
446
446
  declare const Illustration: React.ForwardRefExoticComponent<IllustrationOwnProps & Omit<ViewProps, keyof IllustrationOwnProps> & React.RefAttributes<View>>;