@plaidev/karte-action-sdk 1.1.238-28698230.d57d5808 → 1.1.238
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +0 -3
- package/dist/hydrate/index.es.js +193 -197
- package/dist/index.es.d.ts +0 -3
- package/dist/index.es.js +184 -191
- package/meta/karte-action-sdk.api.json +8155 -0
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
@@ -2469,9 +2469,6 @@ type ButtonProps = CommonProps & {
|
|
2469
2469
|
iconAngle?: keyof typeof BUTTON_ICON_ANGLE;
|
2470
2470
|
width?: Properties["width"];
|
2471
2471
|
wrap?: "wrap" | "nowrap";
|
2472
|
-
fontWeight?: Properties["fontWeight"];
|
2473
|
-
fontColor?: Properties["color"];
|
2474
|
-
backgroundColor?: Properties["backgroundColor"];
|
2475
2472
|
};
|
2476
2473
|
declare const TEXT_BUTTON_SIZE: {
|
2477
2474
|
readonly extra_small: "XSmall";
|