Skip to content

Commit

Permalink
docs(): api reports regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
denivladislav committed Nov 26, 2024
1 parent 25f838b commit 3452e6a
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/plasma-asdk/api/plasma-asdk.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ size: {
body1: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -50,6 +51,7 @@ size: {
body2: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -60,6 +62,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -70,6 +73,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -80,6 +84,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -90,6 +95,7 @@ size: {
xs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -100,6 +106,7 @@ size: {
xxs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -239,6 +246,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -249,6 +257,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -259,6 +268,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -283,6 +293,7 @@ size: {
h1: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -293,6 +304,7 @@ size: {
h2: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -303,6 +315,7 @@ size: {
h3: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -313,6 +326,7 @@ size: {
h4: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -323,6 +337,7 @@ size: {
h5: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -529,6 +544,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -539,6 +555,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -549,6 +566,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -559,6 +577,7 @@ size: {
xs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down
21 changes: 20 additions & 1 deletion packages/plasma-b2c/api/plasma-b2c.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,7 @@ size: {
body1: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -1368,6 +1369,7 @@ size: {
body2: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -1378,6 +1380,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -1388,6 +1391,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -1398,6 +1402,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -1408,6 +1413,7 @@ size: {
xs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -1418,6 +1424,7 @@ size: {
xxs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -2185,7 +2192,7 @@ multiple?: boolean | undefined;
title?: string | undefined;
description?: string | undefined;
icon?: ReactNode;
iconPlacement?: "top" | "left" | undefined;
iconPlacement?: "left" | "top" | undefined;
size?: string | undefined;
view?: string | undefined;
disabled?: boolean | undefined;
Expand All @@ -2208,6 +2215,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -2218,6 +2226,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -2228,6 +2237,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -2292,6 +2302,7 @@ size: {
h1: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -2302,6 +2313,7 @@ size: {
h2: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -2312,6 +2324,7 @@ size: {
h3: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -2322,6 +2335,7 @@ size: {
h4: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -2332,6 +2346,7 @@ size: {
h5: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -5271,6 +5286,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -5281,6 +5297,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -5291,6 +5308,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -5347,6 +5365,7 @@ size: {
xs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps_2 & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down
Loading

0 comments on commit 3452e6a

Please sign in to comment.