yt-uikit 0.10.98 → 0.10.99

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.
@@ -57,6 +57,7 @@ export declare const CheckoutButton: import("styled-components/dist/types").ISty
57
57
  progressPercentage: number;
58
58
  ctaColors: any;
59
59
  borderRadius: string;
60
+ shadow?: string | undefined;
60
61
  }>> & string;
61
62
  export declare const CheckoutText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
62
63
  ctaTextColor?: string | undefined;
@@ -43,6 +43,7 @@ export declare const AddToCartButton: import("styled-components/dist/types").ISt
43
43
  primaryBgColor?: string | undefined;
44
44
  textColor?: string | undefined;
45
45
  borderColor?: string | undefined;
46
+ shadow?: string | undefined;
46
47
  hoverProperties?: {
47
48
  customizeHoverState?: boolean | undefined;
48
49
  backgroundColor?: string | undefined;