@plaidev/karte-action-sdk 1.1.253 → 1.1.254-28798933.053f5e5d
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/hydrate/index.es.d.ts +1 -1
- package/dist/hydrate/index.es.js +202 -205
- package/dist/index.es.d.ts +1 -1
- package/dist/index.es.js +202 -205
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -6318
@@ -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;
|