@plaidev/karte-action-sdk 1.1.253 → 1.1.254-28798980.242172ed

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.
@@ -2493,7 +2493,7 @@ declare const BUTTON_SIZE_STYLES: PropStyles<ButtonProps, "size">;
2493
2493
  declare const BUTTON_THEME_STYLES: PropStyles<ButtonProps, "theme">;
2494
2494
  declare const BUTTON_ROUND_STYLES: PropStyles<ButtonProps, "round">;
2495
2495
  declare const BUTTON_WRAP_STYLES: PropStyles<ButtonProps, "wrap">;
2496
- type ButtonOutlinedProps = CommonProps & ClickableProps & WithIconProps & LinkProps & BorderProps & {
2496
+ type ButtonOutlinedProps = CommonProps & ClickableProps & ShadowProps & WithIconProps & LinkProps & BorderProps & {
2497
2497
  label?: string;
2498
2498
  // size
2499
2499
  size?: keyof typeof BUTTON_SIZE;