@plaidev/karte-action-sdk 1.1.248 → 1.1.249-28756003.d2de3054
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 -5
- package/dist/hydrate/index.es.js +164 -163
- package/dist/index.es.d.ts +1 -5
- package/dist/index.es.js +165 -164
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -8155
@@ -2419,16 +2419,12 @@ declare const AVATAR_SHAPE: {
|
|
2419
2419
|
readonly circle: "\u30B5\u30FC\u30AF\u30EB";
|
2420
2420
|
readonly square: "\u30B9\u30AF\u30A8\u30A2";
|
2421
2421
|
};
|
2422
|
-
type AvatarProps = CommonProps & {
|
2422
|
+
type AvatarProps = CommonProps & ClickableProps & BorderProps & {
|
2423
2423
|
size?: number;
|
2424
2424
|
shape?: keyof typeof AVATAR_SHAPE;
|
2425
2425
|
image?: string;
|
2426
2426
|
caption?: string;
|
2427
2427
|
alt?: string;
|
2428
|
-
onClick?: OnClickOperation;
|
2429
|
-
eventName?: string;
|
2430
|
-
eventValue?: object;
|
2431
|
-
bordered?: boolean;
|
2432
2428
|
};
|
2433
2429
|
declare const BUTTON_SIZE: {
|
2434
2430
|
readonly extra_small: "XSmall";
|