@lifi/widget 2.4.4 → 2.4.5
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/AppDrawer.style.d.ts +6 -71
- package/cjs/AppDrawer.style.d.ts +6 -71
- package/cjs/components/ActiveTransactions/ActiveTransactions.style.d.ts +6 -65
- package/cjs/components/AmountInput/AmountInput.style.d.ts +2 -16
- package/cjs/components/AmountInput/AmountInputAdornment.style.d.ts +2 -32
- package/cjs/components/AppContainer.d.ts +4 -16
- package/cjs/components/Card/Card.d.ts +3 -8
- package/cjs/components/Card/CardHeader.d.ts +2 -16
- package/cjs/components/Card/CardIconButton.d.ts +2 -27
- package/cjs/components/Card/CardLabel.d.ts +4 -19
- package/cjs/components/Card/CardTitle.d.ts +2 -12
- package/cjs/components/ChainSelect/ChainSelect.style.d.ts +5 -15
- package/cjs/components/GasMessage/GasMessage.style.d.ts +8 -28
- package/cjs/components/Header/Header.style.d.ts +8 -61
- package/cjs/components/Header/NavigationTabs.style.d.ts +4 -29
- package/cjs/components/ListItemButton.d.ts +2 -18
- package/cjs/components/NFT/NFT.style.d.ts +2 -14
- package/cjs/components/ReverseTokensButton/ReverseTokensButton.style.d.ts +2 -27
- package/cjs/components/RouteCard/RouteCard.style.d.ts +2 -12
- package/cjs/components/Routes/RoutesExpanded.style.d.ts +8 -28
- package/cjs/components/SelectTokenButton/SelectTokenButton.style.d.ts +2 -16
- package/cjs/components/SendToWallet/SendToWallet.js +4 -1
- package/cjs/components/SendToWallet/SendToWallet.style.d.ts +2 -16
- package/cjs/components/SmallAvatar.d.ts +6 -31
- package/cjs/components/Step/CircularProgress.style.d.ts +2 -7
- package/cjs/components/StepActions/StepActions.style.d.ts +2 -14
- package/cjs/components/StepDivider/StepDivider.style.d.ts +2 -9
- package/cjs/components/Token/Token.style.d.ts +6 -26
- package/cjs/components/TokenAvatar/TokenAvatar.style.d.ts +4 -14
- package/cjs/components/TokenList/TokenList.style.d.ts +4 -33
- package/cjs/config/version.d.ts +1 -1
- package/cjs/config/version.js +1 -1
- package/cjs/pages/MainPage/MainPage.style.d.ts +2 -9
- package/cjs/pages/RoutesPage/RoutesPage.style.d.ts +2 -9
- package/cjs/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.style.d.ts +2 -18
- package/cjs/pages/SelectWalletPage/SelectWalletPage.js +6 -1
- package/cjs/pages/SettingsPage/ColorSchemeButtonGroup.style.d.ts +2 -31
- package/cjs/pages/SettingsPage/EnabledToolsButton.style.d.ts +2 -18
- package/cjs/pages/TransactionDetailsPage/TransactionDetailsPage.style.d.ts +2 -9
- package/cjs/pages/TransactionPage/StatusBottomSheet.style.d.ts +4 -14
- package/cjs/pages/TransactionPage/TransactionPage.style.d.ts +2 -9
- package/cjs/stores/chains/ChainOrderStore.d.ts +3 -2
- package/cjs/stores/chains/createChainOrderStore.d.ts +1 -1
- package/cjs/stores/chains/createChainOrderStore.js +3 -3
- package/cjs/stores/header/types.d.ts +3 -2
- package/cjs/stores/header/useHeaderStore.d.ts +1 -1
- package/cjs/stores/header/useHeaderStore.js +3 -3
- package/cjs/stores/routes/RouteExecutionStore.d.ts +3 -2
- package/cjs/stores/routes/createRouteExecutionStore.d.ts +1 -1
- package/cjs/stores/routes/createRouteExecutionStore.js +3 -3
- package/cjs/stores/settings/types.d.ts +3 -2
- package/cjs/stores/settings/useSendToWalletStore.d.ts +1 -1
- package/cjs/stores/settings/useSendToWalletStore.js +3 -3
- package/cjs/stores/settings/useSettingsStore.d.ts +1 -1
- package/cjs/stores/settings/useSettingsStore.js +3 -3
- package/cjs/stores/settings/useSplitSubvariantStore.d.ts +1 -1
- package/cjs/stores/settings/useSplitSubvariantStore.js +3 -3
- package/components/ActiveTransactions/ActiveTransactions.style.d.ts +6 -65
- package/components/AmountInput/AmountInput.style.d.ts +2 -16
- package/components/AmountInput/AmountInputAdornment.style.d.ts +2 -32
- package/components/AppContainer.d.ts +4 -16
- package/components/Card/Card.d.ts +3 -8
- package/components/Card/CardHeader.d.ts +2 -16
- package/components/Card/CardIconButton.d.ts +2 -27
- package/components/Card/CardLabel.d.ts +4 -19
- package/components/Card/CardTitle.d.ts +2 -12
- package/components/ChainSelect/ChainSelect.style.d.ts +5 -15
- package/components/GasMessage/GasMessage.style.d.ts +8 -28
- package/components/Header/Header.style.d.ts +8 -61
- package/components/Header/NavigationTabs.style.d.ts +4 -29
- package/components/ListItemButton.d.ts +2 -18
- package/components/NFT/NFT.style.d.ts +2 -14
- package/components/ReverseTokensButton/ReverseTokensButton.style.d.ts +2 -27
- package/components/RouteCard/RouteCard.style.d.ts +2 -12
- package/components/Routes/RoutesExpanded.style.d.ts +8 -28
- package/components/SelectTokenButton/SelectTokenButton.style.d.ts +2 -16
- package/components/SendToWallet/SendToWallet.js +4 -1
- package/components/SendToWallet/SendToWallet.style.d.ts +2 -16
- package/components/SmallAvatar.d.ts +6 -31
- package/components/Step/CircularProgress.style.d.ts +2 -7
- package/components/StepActions/StepActions.style.d.ts +2 -14
- package/components/StepDivider/StepDivider.style.d.ts +2 -9
- package/components/Token/Token.style.d.ts +6 -26
- package/components/TokenAvatar/TokenAvatar.style.d.ts +4 -14
- package/components/TokenList/TokenList.style.d.ts +4 -33
- package/config/version.d.ts +1 -1
- package/config/version.js +1 -1
- package/package.json +14 -14
- package/pages/MainPage/MainPage.style.d.ts +2 -9
- package/pages/RoutesPage/RoutesPage.style.d.ts +2 -9
- package/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.style.d.ts +2 -18
- package/pages/SelectWalletPage/SelectWalletPage.js +7 -2
- package/pages/SettingsPage/ColorSchemeButtonGroup.style.d.ts +2 -31
- package/pages/SettingsPage/EnabledToolsButton.style.d.ts +2 -18
- package/pages/TransactionDetailsPage/TransactionDetailsPage.style.d.ts +2 -9
- package/pages/TransactionPage/StatusBottomSheet.style.d.ts +4 -14
- package/pages/TransactionPage/TransactionPage.style.d.ts +2 -9
- package/stores/chains/ChainOrderStore.d.ts +3 -2
- package/stores/chains/createChainOrderStore.d.ts +1 -1
- package/stores/chains/createChainOrderStore.js +3 -3
- package/stores/header/types.d.ts +3 -2
- package/stores/header/useHeaderStore.d.ts +1 -1
- package/stores/header/useHeaderStore.js +3 -3
- package/stores/routes/RouteExecutionStore.d.ts +3 -2
- package/stores/routes/createRouteExecutionStore.d.ts +1 -1
- package/stores/routes/createRouteExecutionStore.js +3 -3
- package/stores/settings/types.d.ts +3 -2
- package/stores/settings/useSendToWalletStore.d.ts +1 -1
- package/stores/settings/useSendToWalletStore.js +3 -3
- package/stores/settings/useSettingsStore.d.ts +1 -1
- package/stores/settings/useSettingsStore.js +3 -3
- package/stores/settings/useSplitSubvariantStore.d.ts +1 -1
- package/stores/settings/useSplitSubvariantStore.js +3 -3
- package/tsconfig.cjs.tsbuildinfo +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createRouteExecutionStore = void 0;
|
|
4
|
-
const zustand_1 = require("zustand");
|
|
5
4
|
const middleware_1 = require("zustand/middleware");
|
|
5
|
+
const traditional_1 = require("zustand/traditional");
|
|
6
6
|
const utils_1 = require("../../utils");
|
|
7
7
|
const types_1 = require("./types");
|
|
8
8
|
const utils_2 = require("./utils");
|
|
9
|
-
const createRouteExecutionStore = ({ namePrefix }) => (0,
|
|
9
|
+
const createRouteExecutionStore = ({ namePrefix }) => (0, traditional_1.createWithEqualityFn)((0, middleware_1.persist)((set, get) => ({
|
|
10
10
|
routes: {},
|
|
11
11
|
setExecutableRoute: (route, insurableRouteId) => {
|
|
12
12
|
if (!get().routes[route.id]) {
|
|
@@ -184,5 +184,5 @@ const createRouteExecutionStore = ({ namePrefix }) => (0, zustand_1.create)((0,
|
|
|
184
184
|
}
|
|
185
185
|
return persistedState;
|
|
186
186
|
},
|
|
187
|
-
}));
|
|
187
|
+
}), Object.is);
|
|
188
188
|
exports.createRouteExecutionStore = createRouteExecutionStore;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Order } from '@lifi/sdk';
|
|
2
2
|
import type { PropsWithChildren } from 'react';
|
|
3
|
-
import type { StoreApi
|
|
3
|
+
import type { StoreApi } from 'zustand';
|
|
4
|
+
import type { UseBoundStoreWithEqualityFn } from 'zustand/traditional';
|
|
4
5
|
import type { Appearance, WidgetConfig } from '../../types';
|
|
5
6
|
export type ValueSetter<S> = <K extends keyof S>(key: K, value: S[Extract<K, string>]) => void;
|
|
6
7
|
export type ValuesSetter<S> = <K extends keyof S>(values: Record<K, S[Extract<K, string>]>) => void;
|
|
@@ -38,7 +39,7 @@ export interface SplitSubvariantState {
|
|
|
38
39
|
state?: 'swap' | 'bridge';
|
|
39
40
|
setState(state: 'swap' | 'bridge'): void;
|
|
40
41
|
}
|
|
41
|
-
export type SplitSubvariantStore =
|
|
42
|
+
export type SplitSubvariantStore = UseBoundStoreWithEqualityFn<StoreApi<SplitSubvariantState>>;
|
|
42
43
|
export interface SplitSubvariantProps {
|
|
43
44
|
state?: 'swap' | 'bridge';
|
|
44
45
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SendToWalletStore } from './types';
|
|
2
|
-
export declare const useSendToWalletStore: import("zustand").
|
|
2
|
+
export declare const useSendToWalletStore: import("zustand/traditional").UseBoundStoreWithEqualityFn<import("zustand").StoreApi<SendToWalletStore>>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useSendToWalletStore = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.useSendToWalletStore = (0,
|
|
4
|
+
const traditional_1 = require("zustand/traditional");
|
|
5
|
+
exports.useSendToWalletStore = (0, traditional_1.createWithEqualityFn)((set) => ({
|
|
6
6
|
showSendToWallet: false,
|
|
7
7
|
showSendToWalletDirty: false,
|
|
8
8
|
toggleSendToWallet: () => set((state) => ({
|
|
@@ -13,4 +13,4 @@ exports.useSendToWalletStore = (0, zustand_1.create)((set) => ({
|
|
|
13
13
|
showSendToWallet: value,
|
|
14
14
|
showSendToWalletDirty: true,
|
|
15
15
|
}),
|
|
16
|
-
}));
|
|
16
|
+
}), Object.is);
|
|
@@ -2,5 +2,5 @@ import type { WidgetConfig } from '../../types';
|
|
|
2
2
|
import type { SettingsProps, SettingsState } from './types';
|
|
3
3
|
export declare const defaultConfigurableSettings: Pick<SettingsState, 'routePriority' | 'slippage'>;
|
|
4
4
|
export declare const defaultSettings: SettingsProps;
|
|
5
|
-
export declare const useSettingsStore: import("zustand").
|
|
5
|
+
export declare const useSettingsStore: import("zustand/traditional").UseBoundStoreWithEqualityFn<import("zustand").StoreApi<SettingsState>>;
|
|
6
6
|
export declare const setDefaultSettings: (config?: WidgetConfig) => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.setDefaultSettings = exports.useSettingsStore = exports.defaultSettings = exports.defaultConfigurableSettings = void 0;
|
|
4
|
-
const zustand_1 = require("zustand");
|
|
5
4
|
const middleware_1 = require("zustand/middleware");
|
|
5
|
+
const traditional_1 = require("zustand/traditional");
|
|
6
6
|
const types_1 = require("./types");
|
|
7
7
|
exports.defaultConfigurableSettings = {
|
|
8
8
|
routePriority: 'RECOMMENDED',
|
|
@@ -16,7 +16,7 @@ exports.defaultSettings = {
|
|
|
16
16
|
enabledBridges: [],
|
|
17
17
|
enabledExchanges: [],
|
|
18
18
|
};
|
|
19
|
-
exports.useSettingsStore = (0,
|
|
19
|
+
exports.useSettingsStore = (0, traditional_1.createWithEqualityFn)((0, middleware_1.persist)((set, get) => ({
|
|
20
20
|
...exports.defaultSettings,
|
|
21
21
|
setValue: (key, value) => set(() => ({
|
|
22
22
|
[key]: value,
|
|
@@ -100,7 +100,7 @@ exports.useSettingsStore = (0, zustand_1.create)((0, middleware_1.persist)((set,
|
|
|
100
100
|
}
|
|
101
101
|
return persistedState;
|
|
102
102
|
},
|
|
103
|
-
}));
|
|
103
|
+
}), Object.is);
|
|
104
104
|
const setDefaultSettings = (config) => {
|
|
105
105
|
const { slippage, routePriority, setValue } = exports.useSettingsStore.getState();
|
|
106
106
|
const defaultSlippage = (config?.slippage ||
|
|
@@ -4,4 +4,4 @@ export declare const SplitSubvariantStoreContext: import("react").Context<SplitS
|
|
|
4
4
|
export declare function SplitSubvariantStoreProvider({ children, ...props }: SplitSubvariantProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export declare function useSplitSubvariantStore<T>(selector: (state: SplitSubvariantState) => T, equalityFn?: (left: T, right: T) => boolean): T;
|
|
6
6
|
export declare function useSplitSubvariantStoreContext(): SplitSubvariantStore;
|
|
7
|
-
export declare const createSplitSubvariantStore: ({ state }: SplitSubvariantProps) => import("zustand").
|
|
7
|
+
export declare const createSplitSubvariantStore: ({ state }: SplitSubvariantProps) => import("zustand/traditional").UseBoundStoreWithEqualityFn<import("zustand").StoreApi<SplitSubvariantState>>;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createSplitSubvariantStore = exports.useSplitSubvariantStoreContext = exports.useSplitSubvariantStore = exports.SplitSubvariantStoreProvider = exports.SplitSubvariantStoreContext = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_1 = require("react");
|
|
6
|
-
const
|
|
6
|
+
const traditional_1 = require("zustand/traditional");
|
|
7
7
|
exports.SplitSubvariantStoreContext = (0, react_1.createContext)(null);
|
|
8
8
|
const shouldRecreateStore = (store, props) => {
|
|
9
9
|
const { state } = store.getState();
|
|
@@ -33,12 +33,12 @@ function useSplitSubvariantStoreContext() {
|
|
|
33
33
|
return useStore;
|
|
34
34
|
}
|
|
35
35
|
exports.useSplitSubvariantStoreContext = useSplitSubvariantStoreContext;
|
|
36
|
-
const createSplitSubvariantStore = ({ state }) => (0,
|
|
36
|
+
const createSplitSubvariantStore = ({ state }) => (0, traditional_1.createWithEqualityFn)((set) => ({
|
|
37
37
|
state,
|
|
38
38
|
setState(state) {
|
|
39
39
|
set(() => ({
|
|
40
40
|
state,
|
|
41
41
|
}));
|
|
42
42
|
},
|
|
43
|
-
}));
|
|
43
|
+
}), Object.is);
|
|
44
44
|
exports.createSplitSubvariantStore = createSplitSubvariantStore;
|
|
@@ -1,71 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const ListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").
|
|
3
|
-
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
4
|
-
centerRipple?: boolean | undefined;
|
|
5
|
-
children?: import("react").ReactNode;
|
|
6
|
-
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
7
|
-
disabled?: boolean | undefined;
|
|
8
|
-
disableRipple?: boolean | undefined;
|
|
9
|
-
disableTouchRipple?: boolean | undefined;
|
|
10
|
-
focusRipple?: boolean | undefined;
|
|
11
|
-
focusVisibleClassName?: string | undefined;
|
|
12
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
13
|
-
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
14
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
15
|
-
tabIndex?: number | undefined;
|
|
16
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
17
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
18
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
export declare const ListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
19
3
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
20
|
-
}, "className" | "style" | "classes" | "
|
|
4
|
+
}, "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "alignItems" | "divider" | "dense" | "selected" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
21
5
|
export declare const ListItem: import("@emotion/styled").StyledComponent<{
|
|
22
6
|
button?: false | undefined;
|
|
23
|
-
} & import("@mui/material").
|
|
24
|
-
components?: {
|
|
25
|
-
Root?: import("react").ElementType<any> | undefined;
|
|
26
|
-
} | undefined;
|
|
27
|
-
componentsProps?: {
|
|
28
|
-
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
|
|
29
|
-
} | undefined;
|
|
30
|
-
slotProps?: {
|
|
31
|
-
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
|
|
32
|
-
} | undefined;
|
|
33
|
-
slots?: {
|
|
34
|
-
root?: import("react").ElementType<any> | undefined;
|
|
35
|
-
} | undefined;
|
|
36
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
7
|
+
} & import("@mui/material").ListItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
37
8
|
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
38
|
-
}, "button" | "className" | "style" | "classes" | "
|
|
39
|
-
export declare const ShowAllButton: import("@emotion/styled").StyledComponent<{
|
|
40
|
-
children?: import("react").ReactNode;
|
|
41
|
-
classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
|
|
42
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "error" | "warning" | "info" | "success", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
43
|
-
disabled?: boolean | undefined;
|
|
44
|
-
disableElevation?: boolean | undefined;
|
|
45
|
-
disableFocusRipple?: boolean | undefined;
|
|
46
|
-
endIcon?: import("react").ReactNode;
|
|
47
|
-
fullWidth?: boolean | undefined;
|
|
48
|
-
href?: string | undefined;
|
|
49
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
50
|
-
startIcon?: import("react").ReactNode;
|
|
51
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
52
|
-
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
53
|
-
} & Omit<{
|
|
54
|
-
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
55
|
-
centerRipple?: boolean | undefined;
|
|
56
|
-
children?: import("react").ReactNode;
|
|
57
|
-
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
58
|
-
disabled?: boolean | undefined;
|
|
59
|
-
disableRipple?: boolean | undefined;
|
|
60
|
-
disableTouchRipple?: boolean | undefined;
|
|
61
|
-
focusRipple?: boolean | undefined;
|
|
62
|
-
focusVisibleClassName?: string | undefined;
|
|
63
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
64
|
-
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
65
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
66
|
-
tabIndex?: number | undefined;
|
|
67
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
68
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
69
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
9
|
+
}, "button" | "className" | "style" | "classes" | "children" | "disabled" | "sx" | "autoFocus" | "alignItems" | "divider" | "components" | "dense" | "componentsProps" | "slots" | "slotProps" | "selected" | "disableGutters" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
10
|
+
export declare const ShowAllButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
70
11
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
71
|
-
},
|
|
12
|
+
}, "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "href" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "size" | "startIcon" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,21 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const maxInputFontSize = 24;
|
|
3
3
|
export declare const minInputFontSize = 14;
|
|
4
|
-
export declare const FormControl: import("@emotion/styled").StyledComponent<{
|
|
5
|
-
children?: import("react").ReactNode;
|
|
6
|
-
classes?: Partial<import("@mui/material").FormControlClasses> | undefined;
|
|
7
|
-
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "warning" | "info" | "success", import("@mui/material").FormControlPropsColorOverrides> | undefined;
|
|
8
|
-
disabled?: boolean | undefined;
|
|
9
|
-
error?: boolean | undefined;
|
|
10
|
-
fullWidth?: boolean | undefined;
|
|
11
|
-
focused?: boolean | undefined;
|
|
12
|
-
hiddenLabel?: boolean | undefined;
|
|
13
|
-
margin?: "normal" | "none" | "dense" | undefined;
|
|
14
|
-
required?: boolean | undefined;
|
|
15
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").FormControlPropsSizeOverrides> | undefined;
|
|
16
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
17
|
-
variant?: "outlined" | "filled" | "standard" | undefined;
|
|
18
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
|
+
export declare const FormControl: import("@emotion/styled").StyledComponent<import("@mui/material").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
19
5
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
20
|
-
},
|
|
6
|
+
}, "className" | "style" | "classes" | "children" | "disabled" | "sx" | "color" | "margin" | "fullWidth" | "size" | "variant" | "error" | "required" | "focused" | "hiddenLabel"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
21
7
|
export declare const Input: import("@emotion/styled").StyledComponent<import("@mui/material").InputBaseProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,34 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Button: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
|
|
5
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "error" | "warning" | "info" | "success", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
disableElevation?: boolean | undefined;
|
|
8
|
-
disableFocusRipple?: boolean | undefined;
|
|
9
|
-
endIcon?: import("react").ReactNode;
|
|
10
|
-
fullWidth?: boolean | undefined;
|
|
11
|
-
href?: string | undefined;
|
|
12
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
13
|
-
startIcon?: import("react").ReactNode;
|
|
14
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
15
|
-
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
16
|
-
} & Omit<{
|
|
17
|
-
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
18
|
-
centerRipple?: boolean | undefined;
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
21
|
-
disabled?: boolean | undefined;
|
|
22
|
-
disableRipple?: boolean | undefined;
|
|
23
|
-
disableTouchRipple?: boolean | undefined;
|
|
24
|
-
focusRipple?: boolean | undefined;
|
|
25
|
-
focusVisibleClassName?: string | undefined;
|
|
26
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
27
|
-
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
28
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
29
|
-
tabIndex?: number | undefined;
|
|
30
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
31
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
32
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
2
|
+
export declare const Button: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
33
3
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
34
|
-
},
|
|
4
|
+
}, "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "href" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "size" | "startIcon" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
import type { PropsWithChildren } from 'react';
|
|
2
2
|
import type { WidgetVariant } from '../types';
|
|
3
3
|
export declare const maxHeight = 680;
|
|
4
|
-
export declare const AppExpandedContainer: import("@emotion/styled").StyledComponent<import("@mui/system").
|
|
5
|
-
children?: import("react").ReactNode;
|
|
6
|
-
component?: import("react").ElementType<any> | undefined;
|
|
7
|
-
ref?: import("react").Ref<unknown> | undefined;
|
|
8
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
9
|
-
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
|
+
export declare const AppExpandedContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
5
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
11
|
-
},
|
|
6
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
12
7
|
variant?: WidgetVariant | undefined;
|
|
13
8
|
}, {}, {}>;
|
|
14
|
-
export declare const FlexContainer: import("@emotion/styled").StyledComponent<{
|
|
15
|
-
children?: import("react").ReactNode;
|
|
16
|
-
classes?: Partial<import("@mui/material").ContainerClasses> | undefined;
|
|
17
|
-
disableGutters?: boolean | undefined;
|
|
18
|
-
fixed?: boolean | undefined;
|
|
19
|
-
maxWidth?: false | import("@mui/material").Breakpoint | undefined;
|
|
20
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
21
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
|
+
export declare const FlexContainer: import("@emotion/styled").StyledComponent<import("@mui/material").ContainerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
22
10
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
23
|
-
},
|
|
11
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "maxWidth" | "fixed" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
24
12
|
export declare const AppContainer: React.FC<PropsWithChildren<{}>>;
|
|
@@ -8,14 +8,9 @@ export type CardProps = {
|
|
|
8
8
|
onClick?: MouseEventHandler<HTMLDivElement>;
|
|
9
9
|
pointerEvents?: 'auto' | 'none';
|
|
10
10
|
} & BoxProps;
|
|
11
|
-
export declare const Card: import("@emotion/styled").StyledComponent<import("@mui/system").
|
|
12
|
-
children?: import("react").ReactNode;
|
|
13
|
-
component?: import("react").ElementType<any> | undefined;
|
|
14
|
-
ref?: import("react").Ref<unknown> | undefined;
|
|
15
|
-
sx?: import("@mui/material").SxProps<Theme> | undefined;
|
|
16
|
-
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
export declare const Card: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
17
12
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
18
|
-
},
|
|
13
|
+
}, keyof import("@mui/system").BoxOwnProps<Theme>> & import("@mui/system").MUIStyledCommonProps<Theme> & {
|
|
19
14
|
variant?: CardVariant | undefined;
|
|
20
15
|
selectionColor?: "primary" | "secondary" | undefined;
|
|
21
16
|
indented?: boolean | undefined;
|
|
@@ -23,5 +18,5 @@ export declare const Card: import("@emotion/styled").StyledComponent<import("@mu
|
|
|
23
18
|
pointerEvents?: "none" | "auto" | undefined;
|
|
24
19
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
25
20
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
26
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps |
|
|
21
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/system").BoxOwnProps<Theme>>, {}, {}>;
|
|
27
22
|
export {};
|
|
@@ -1,18 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const CardHeader: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
action?: import("react").ReactNode;
|
|
4
|
-
avatar?: import("react").ReactNode;
|
|
5
|
-
classes?: Partial<import("@mui/material").CardHeaderClasses> | undefined;
|
|
6
|
-
disableTypography?: boolean | undefined;
|
|
7
|
-
subheader?: import("react").ReactNode;
|
|
8
|
-
subheaderTypographyProps?: import("@mui/material").TypographyProps<"span", {
|
|
9
|
-
component?: "span" | undefined;
|
|
10
|
-
}> | undefined;
|
|
11
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
12
|
-
title?: import("react").ReactNode;
|
|
13
|
-
titleTypographyProps?: import("@mui/material").TypographyProps<"span", {
|
|
14
|
-
component?: "span" | undefined;
|
|
15
|
-
}> | undefined;
|
|
16
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
export declare const CardHeader: import("@emotion/styled").StyledComponent<import("@mui/material").CardHeaderOwnProps<"span", "span"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
17
3
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
18
|
-
},
|
|
4
|
+
}, "className" | "style" | "classes" | "action" | "sx" | "title" | "disableTypography" | "avatar" | "subheader" | "subheaderTypographyProps" | "titleTypographyProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,29 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const CardIconButton: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
classes?: Partial<import("@mui/material").IconButtonClasses> | undefined;
|
|
5
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "default" | "primary" | "secondary" | "error" | "warning" | "info" | "success", import("@mui/material").IconButtonPropsColorOverrides> | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
disableFocusRipple?: boolean | undefined;
|
|
8
|
-
edge?: false | "end" | "start" | undefined;
|
|
9
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").IconButtonPropsSizeOverrides> | undefined;
|
|
10
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
11
|
-
} & Omit<{
|
|
12
|
-
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
13
|
-
centerRipple?: boolean | undefined;
|
|
14
|
-
children?: import("react").ReactNode;
|
|
15
|
-
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
16
|
-
disabled?: boolean | undefined;
|
|
17
|
-
disableRipple?: boolean | undefined;
|
|
18
|
-
disableTouchRipple?: boolean | undefined;
|
|
19
|
-
focusRipple?: boolean | undefined;
|
|
20
|
-
focusVisibleClassName?: string | undefined;
|
|
21
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
22
|
-
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
23
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
24
|
-
tabIndex?: number | undefined;
|
|
25
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
26
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
27
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
2
|
+
export declare const CardIconButton: import("@emotion/styled").StyledComponent<import("@mui/material").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
28
3
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
29
|
-
},
|
|
4
|
+
}, "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "color" | "disableFocusRipple" | "size" | "edge"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,26 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const CardLabel: import("@emotion/styled").StyledComponent<import("@mui/system").
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
component?: import("react").ElementType<any> | undefined;
|
|
5
|
-
ref?: import("react").Ref<unknown> | undefined;
|
|
6
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
7
|
-
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
export declare const CardLabel: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
3
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
9
|
-
},
|
|
4
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
10
5
|
type?: "insurance" | "active" | "insurance-icon" | undefined;
|
|
11
6
|
}, {}, {}>;
|
|
12
|
-
export declare const CardLabelTypography: import("@emotion/styled").StyledComponent<import("@mui/
|
|
13
|
-
align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
|
|
14
|
-
children?: import("react").ReactNode;
|
|
15
|
-
classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
|
|
16
|
-
gutterBottom?: boolean | undefined;
|
|
17
|
-
noWrap?: boolean | undefined;
|
|
18
|
-
paragraph?: boolean | undefined;
|
|
19
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
20
|
-
variant?: import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides> | undefined;
|
|
21
|
-
variantMapping?: Partial<Record<import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides>, string>> | undefined;
|
|
22
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
7
|
+
export declare const CardLabelTypography: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
23
8
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
24
|
-
},
|
|
9
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
25
10
|
type?: "icon" | undefined;
|
|
26
11
|
}, {}, {}>;
|
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const CardTitle: import("@emotion/styled").StyledComponent<import("@mui/
|
|
3
|
-
align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
|
|
4
|
-
children?: import("react").ReactNode;
|
|
5
|
-
classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
|
|
6
|
-
gutterBottom?: boolean | undefined;
|
|
7
|
-
noWrap?: boolean | undefined;
|
|
8
|
-
paragraph?: boolean | undefined;
|
|
9
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
10
|
-
variant?: import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides> | undefined;
|
|
11
|
-
variantMapping?: Partial<Record<import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides>, string>> | undefined;
|
|
12
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
2
|
+
export declare const CardTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
13
3
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
14
|
-
},
|
|
4
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
15
5
|
required?: boolean | undefined;
|
|
16
6
|
}, {}, {}>;
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const ChainCard: import("@emotion/styled").StyledComponent<import("@mui/system").
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
component?: import("react").ElementType<any> | undefined;
|
|
5
|
-
ref?: import("react").Ref<unknown> | undefined;
|
|
6
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
7
|
-
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
export declare const ChainCard: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
3
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
9
|
-
},
|
|
4
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
10
5
|
variant?: ("default" | "error" | "selected") | undefined;
|
|
11
6
|
selectionColor?: "primary" | "secondary" | undefined;
|
|
12
7
|
indented?: boolean | undefined;
|
|
@@ -14,12 +9,7 @@ export declare const ChainCard: import("@emotion/styled").StyledComponent<import
|
|
|
14
9
|
pointerEvents?: "none" | "auto" | undefined;
|
|
15
10
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
16
11
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
17
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps |
|
|
18
|
-
export declare const ChainContainer: import("@emotion/styled").StyledComponent<import("@mui/system").
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
component?: import("react").ElementType<any> | undefined;
|
|
21
|
-
ref?: import("react").Ref<unknown> | undefined;
|
|
22
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
23
|
-
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>>, {}, {}>;
|
|
13
|
+
export declare const ChainContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
24
14
|
ref?: import("react").RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
25
|
-
},
|
|
15
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|