forstok-ui-lib 6.2.0 → 6.2.2
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/index.d.ts +1 -1
- package/dist/index.js +31 -35
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +62 -66
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/images/navs/left/ai-active.svg +1 -38
- package/src/assets/images/navs/left/ai.svg +1 -38
- package/src/assets/stylesheets/shares.styles.ts +4 -12
package/dist/index.d.ts
CHANGED
|
@@ -835,7 +835,7 @@ declare const TableItemWrapper: styled_components_dist_types.IStyledComponentBas
|
|
|
835
835
|
$isPopup?: boolean;
|
|
836
836
|
}>> & string;
|
|
837
837
|
declare const CollapseContainer: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
838
|
-
$mode?:
|
|
838
|
+
$mode?: "nav";
|
|
839
839
|
}>> & string;
|
|
840
840
|
declare const PaginationContainer: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
841
841
|
declare const PageWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|