@woovi/ui 5.0.5 → 6.0.0
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/BackButton.d.ts +1 -1
- package/dist/Badge.d.ts +6 -2
- package/dist/Banner.d.ts +6 -6
- package/dist/CashbackTagStatus.d.ts +3 -2
- package/dist/Circle.d.ts +6 -4
- package/dist/CircleButton.d.ts +4 -4
- package/dist/Column.d.ts +3 -2
- package/dist/EmptyMessage.d.ts +3 -5
- package/dist/FloatingMenu.d.ts +8 -6
- package/dist/LayoutRoot.d.ts +6 -1
- package/dist/Link.d.ts +5 -3
- package/dist/Loading.d.ts +3 -3
- package/dist/Logo.d.ts +4 -1
- package/dist/OverflowDiv.d.ts +3 -2
- package/dist/ProgressBar.d.ts +5 -4
- package/dist/QuestionTooltip.d.ts +11 -8
- package/dist/Row.d.ts +3 -2
- package/dist/Step.d.ts +3 -3
- package/dist/TagWebhookStatus.d.ts +4 -3
- package/dist/TransactionTagEntryTypes.d.ts +4 -3
- package/dist/UnsupportedBrowserWarning.d.ts +1 -1
- package/dist/assets/icon-plus.png +0 -0
- package/dist/auth/LoginWrapper.d.ts +4 -4
- package/dist/avatar/Avatar.d.ts +11 -7
- package/dist/avatar/AvatarGroup.d.ts +9 -4
- package/dist/buttons/DangerButton.d.ts +6 -1
- package/dist/card/Card.d.ts +8 -13
- package/dist/card/basicContext/CardBasicContext.d.ts +3 -3
- package/dist/card/cardWithActions/CardFooter.d.ts +3 -3
- package/dist/card/cardWithActions/CardHeader.d.ts +4 -5
- package/dist/card/cardWithActions/CardWithActions.d.ts +1 -1
- package/dist/cardGrid/CardField.d.ts +3 -4
- package/dist/cardGrid/Grid.d.ts +5 -5
- package/dist/collapsible/Collapsible.d.ts +1 -2
- package/dist/collapsible/CollapsibleActions.d.ts +2 -2
- package/dist/collapsible/CollapsibleDetails.d.ts +4 -3
- package/dist/collapsible/CollapsibleFillWrapper.d.ts +2 -1
- package/dist/collapsible/CollapsibleGroup.d.ts +2 -1
- package/dist/collapsible/CollapsibleInfinityActions.d.ts +2 -0
- package/dist/collapsible/CollapsibleStep.d.ts +3 -4
- package/dist/collapsible/CollapsibleStepHeader.d.ts +1 -2
- package/dist/collapsible/CollapsibleTree.d.ts +10 -4
- package/dist/collapsible/ExpandMoreIcon.d.ts +3 -4
- package/dist/collapsible/LeafCollapsible.d.ts +4 -4
- package/dist/collapsible/TransparencyCollapsibleWrapper.d.ts +5 -2
- package/dist/company/CompanyLogo.d.ts +5 -4
- package/dist/content/ActionMargin.d.ts +5 -4
- package/dist/content/ActionMarginText.d.ts +4 -2
- package/dist/content/Content.d.ts +3 -5
- package/dist/content/IntroText.d.ts +3 -5
- package/dist/device/Phone.d.ts +3 -4
- package/dist/drawer/DrawerResponsiveWrapper.d.ts +4 -1
- package/dist/error/ErrorView.d.ts +1 -1
- package/dist/file/IconButton.d.ts +4 -7
- package/dist/file/MaterialIcon.d.ts +5 -8
- package/dist/helpers/Divider.d.ts +3 -4
- package/dist/icons/CheckboxChecked.d.ts +2 -2
- package/dist/icons/CheckboxUnchecked.d.ts +1 -1
- package/dist/icons/SVG.d.ts +1 -1
- package/dist/import/Dropzone.d.ts +3 -1
- package/dist/import/DropzoneFile.d.ts +1 -1
- package/dist/index.cjs +3 -1299
- package/dist/index.js +3 -1299
- package/dist/layoutWrapper/LayoutWrapper.d.ts +2 -2
- package/dist/openpix/charge/ChargeTagStatus.d.ts +7 -11
- package/dist/openpix/cobr/CobrTagStatus.d.ts +12 -6
- package/dist/openpix/transaction/PixTransactionTypeTag.d.ts +7 -5
- package/dist/screenHeader/components/ScreenHeaderSubtitle.d.ts +2 -1
- package/dist/screenHeaderCard/ScreenHeaderCard.d.ts +1 -1
- package/dist/screenHeaderResponsive/components/ScreenHeaderSubtitle.d.ts +2 -1
- package/dist/screenHeaderTemp/components/ScreenHeaderSubtitle.d.ts +2 -1
- package/dist/select/SelectAll.d.ts +2 -2
- package/dist/sidebar/MenuList.d.ts +1 -1
- package/dist/sidebar/Sidebar.d.ts +2 -2
- package/dist/snackbar/Snackbar.d.ts +1 -1
- package/dist/statement/TransactionTypeText.d.ts +5 -1
- package/dist/table/StatusCell.d.ts +4 -7
- package/dist/table/cells/Cell.d.ts +2 -2
- package/dist/table/cells/LinkCellNode.d.ts +7 -2
- package/dist/table/reactTable/IndeterminateCheckbox.d.ts +2 -1
- package/dist/table/reactTable/InputForCells.d.ts +3 -4
- package/dist/table/reactTable/StatusCell.d.ts +2 -6
- package/dist/table/reactTable/TableCell.d.ts +3 -2
- package/dist/tag/Tag.d.ts +4 -6
- package/dist/tag/TagsContainer.d.ts +2 -4
- package/dist/term/Terms.d.ts +2 -1
- package/dist/term/TermsLink.d.ts +2 -1
- package/dist/unSupportedBrowser/UnsupportedBrowserWarning.d.ts +1 -1
- package/package.json +17 -18
- package/dist/hooks/useTheme.d.ts +0 -14
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
export type ActionMarginProps = BoxProps & {
|
|
4
4
|
leftComponent?: ReactNode;
|
|
5
|
+
rightComponent?: ReactNode;
|
|
5
6
|
};
|
|
6
|
-
declare const _default: ({ rightComponent, leftComponent }: ActionMarginProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare const _default: ({ sx, rightComponent, leftComponent, ...rest }: ActionMarginProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export default _default;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { type TypographyProps } from "@mui/material";
|
|
2
|
+
type ActionMarginTextProps = TypographyProps;
|
|
3
|
+
declare const ActionMarginText: ({ sx, ...rest }: ActionMarginTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export default ActionMarginText;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
type Props =
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
declare const _default: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
type Props = BoxProps;
|
|
3
|
+
declare const _default: ({ sx, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
6
4
|
export default _default;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
type Props =
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
declare const _default: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
type Props = BoxProps;
|
|
3
|
+
declare const _default: ({ sx, children, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
6
4
|
export default _default;
|
package/dist/device/Phone.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
declare const Phone: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
type Props = BoxProps;
|
|
3
|
+
declare const Phone: ({ sx, children, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default Phone;
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { type BoxProps } from "@mui/material";
|
|
2
|
+
type DrawerResponsiveWrapperProps = BoxProps;
|
|
3
|
+
export declare const DrawerResponsiveWrapper: ({ sx, ...rest }: DrawerResponsiveWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export {};
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
1
2
|
type Props = {
|
|
3
|
+
color?: string;
|
|
2
4
|
children: ReactNode;
|
|
5
|
+
onClick?: () => void;
|
|
3
6
|
background?: string;
|
|
4
|
-
color?: string;
|
|
5
7
|
};
|
|
6
|
-
declare function IconButton(
|
|
7
|
-
declare namespace IconButton {
|
|
8
|
-
var defaultProps: {
|
|
9
|
-
background: string;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
8
|
+
declare function IconButton({ color, onClick, children, background }: Props): import("react/jsx-runtime").JSX.Element;
|
|
12
9
|
export default IconButton;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
+
import type { PropsWithChildren } from "react";
|
|
1
2
|
type Props = {
|
|
3
|
+
color?: string;
|
|
2
4
|
children: React.ReactNode;
|
|
5
|
+
padding?: string;
|
|
6
|
+
fontSize?: string | number;
|
|
3
7
|
className?: string;
|
|
4
8
|
};
|
|
5
|
-
declare function MaterialIcon(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare namespace MaterialIcon {
|
|
7
|
-
var defaultProps: {
|
|
8
|
-
color: string;
|
|
9
|
-
fontSize: number;
|
|
10
|
-
padding: string;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
9
|
+
declare function MaterialIcon(props: PropsWithChildren<Props>): import("react/jsx-runtime").JSX.Element;
|
|
13
10
|
export default MaterialIcon;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type { BoxProps } from
|
|
2
|
-
import type { ComponentType } from 'react';
|
|
1
|
+
import type { BoxProps } from "@mui/material/Box";
|
|
3
2
|
type OwnProps = {
|
|
4
|
-
opacity
|
|
3
|
+
opacity?: number;
|
|
5
4
|
};
|
|
6
5
|
type Props = BoxProps & OwnProps;
|
|
7
|
-
declare const Divider: import("
|
|
6
|
+
declare const Divider: ({ sx, opacity, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export default Divider;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { ReactNode } from
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
2
|
type Props = {
|
|
3
3
|
size?: number;
|
|
4
4
|
color?: string;
|
|
5
5
|
viewBox?: string;
|
|
6
6
|
};
|
|
7
|
-
declare const CheckboxChecked: ({ size, color, viewBox
|
|
7
|
+
declare const CheckboxChecked: ({ size, color, viewBox }: Props) => ReactNode;
|
|
8
8
|
export default CheckboxChecked;
|
package/dist/icons/SVG.d.ts
CHANGED