@gobolt/genesis 0.10.1 → 0.10.3
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/README.md +11 -0
- package/dist/components/Avatar/styles.d.ts +4 -2
- package/dist/components/Badge/styles.d.ts +1 -1
- package/dist/components/BottomDrawer/BottomDrawer.d.ts +7 -1
- package/dist/components/Breadcrumb/styles.d.ts +2 -2
- package/dist/components/Button/icon-button-styles.d.ts +1 -1
- package/dist/components/Button/styles.d.ts +4 -2
- package/dist/components/Card/styles.d.ts +4 -2
- package/dist/components/Checkbox/styles.d.ts +4 -2
- package/dist/components/Dashboard/styles.d.ts +1 -1
- package/dist/components/ErrorBoundary/styles.d.ts +1 -1
- package/dist/components/ErrorBoundaryFallback/styles.d.ts +1 -1
- package/dist/components/Filters/styles.d.ts +16 -8
- package/dist/components/GlobalHeader/styles.d.ts +6 -6
- package/dist/components/Glyph/styles.d.ts +1 -1
- package/dist/components/Input/styles.d.ts +4 -2
- package/dist/components/InputAddon/styles.d.ts +3 -1
- package/dist/components/Insights/BarChart/styles.d.ts +2 -2
- package/dist/components/Insights/DonutChart/styles.d.ts +2 -2
- package/dist/components/Insights/LineChart/styles.d.ts +2 -2
- package/dist/components/Layout/Content/styles.d.ts +1 -1
- package/dist/components/Layout/MainLayout/styles.d.ts +4 -4
- package/dist/components/Message/styles.d.ts +13 -5
- package/dist/components/Modal/styles.d.ts +1 -1
- package/dist/components/NavBar/styles.d.ts +13 -13
- package/dist/components/Notification/NotificationBadge/styles.d.ts +3 -3
- package/dist/components/Notification/styles.d.ts +12 -7
- package/dist/components/OverflowMenu/styles.d.ts +2 -2
- package/dist/components/OverflowMenuItem/styles.d.ts +1 -1
- package/dist/components/Popover/styles.d.ts +4 -2
- package/dist/components/Progress/styles.d.ts +4 -2
- package/dist/components/Radio/Radio.d.ts +4 -2
- package/dist/components/Row/RowActions/styles.d.ts +1 -1
- package/dist/components/Row/RowLabelValue/styles.d.ts +2 -2
- package/dist/components/Row/styles.d.ts +1 -1
- package/dist/components/SegmentedControls/styles.d.ts +4 -2
- package/dist/components/SidePanel/styles.d.ts +2 -2
- package/dist/components/Switch/styles.d.ts +4 -2
- package/dist/components/Table/TableControls/styles.d.ts +1 -1
- package/dist/components/Table/styles.d.ts +6 -2
- package/dist/components/Tabs/styles.d.ts +4 -2
- package/dist/components/Tag/styles.d.ts +1 -1
- package/dist/components/Tile/styles.d.ts +1 -1
- package/dist/components/TileLog/styles.d.ts +16 -10
- package/dist/components/Toast/styles.d.ts +11 -5
- package/dist/components/Tooltip/styles.d.ts +6 -2
- package/dist/components/Typography/styles.d.ts +12 -6
- package/dist/genesis/styles.d.ts +8 -4
- package/dist/index.cjs +211 -180
- package/dist/index.js +211 -180
- package/dist/providers/GenesisProvider.d.ts +9 -0
- package/package.json +5 -3
|
@@ -6,8 +6,10 @@ export interface RadioProps {
|
|
|
6
6
|
onChange: (id: string) => void;
|
|
7
7
|
isDisabled?: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare const RadioWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
9
|
+
export declare const RadioWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled"> & {
|
|
10
10
|
$isDisabled: boolean;
|
|
11
|
-
}
|
|
11
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled"> & {
|
|
12
|
+
$isDisabled: boolean;
|
|
13
|
+
}, never>>> & string;
|
|
12
14
|
declare const Radio: ({ id, label, selectedId, onChange, isDisabled }: RadioProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
15
|
export default Radio;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ActionsContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const ActionsContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -4,8 +4,8 @@ interface StyledRowLabelValueProperties {
|
|
|
4
4
|
export declare const getGenesisRowLabelValueClass: ({ components }: {
|
|
5
5
|
components: any;
|
|
6
6
|
}, $isFullWidth?: boolean) => string;
|
|
7
|
-
export declare const RowLabelValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
8
|
-
export declare const Skeleton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('antd').SkeletonProps, never
|
|
7
|
+
export declare const RowLabelValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isFullWidth"> & StyledRowLabelValueProperties, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isFullWidth"> & StyledRowLabelValueProperties, never>>> & string;
|
|
8
|
+
export declare const Skeleton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('antd').SkeletonProps, never> & Partial<Pick<import('antd').SkeletonProps, never>>> & string & Omit<import('react').FC<import('antd').SkeletonProps> & {
|
|
9
9
|
Button: import('react').FC<import('antd/es/skeleton/Button').SkeletonButtonProps>;
|
|
10
10
|
Avatar: import('react').FC<import('antd/es/skeleton/Avatar').AvatarProps>;
|
|
11
11
|
Input: import('react').FC<import('antd/es/skeleton/Input').SkeletonInputProps>;
|
|
@@ -10,5 +10,5 @@ export declare const getGenesisColumnClass: ({ colors, borderRadius, sizing }: {
|
|
|
10
10
|
borderRadius: any;
|
|
11
11
|
sizing: any;
|
|
12
12
|
}, $hasBorder?: boolean, $isFullWidth?: boolean, actions?: any) => string;
|
|
13
|
-
export declare const Column: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
13
|
+
export declare const Column: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledColumnProperties> & StyledColumnProperties, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledColumnProperties> & StyledColumnProperties, never>>> & string;
|
|
14
14
|
export {};
|
|
@@ -5,7 +5,9 @@ interface StyledSegmentedControlsProperties {
|
|
|
5
5
|
state?: "active" | "disabled";
|
|
6
6
|
}
|
|
7
7
|
export declare const getGenesisClass: ({ colors, borderRadius, sizing, typography }: GenesisTheme, type?: string, state?: string) => string;
|
|
8
|
-
export declare const SegmentedControls: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
8
|
+
export declare const SegmentedControls: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd').SegmentedProps<unknown> & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
-
}, StyledSegmentedControlsProperties
|
|
10
|
+
}, keyof StyledSegmentedControlsProperties> & StyledSegmentedControlsProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd').SegmentedProps<unknown> & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}, keyof StyledSegmentedControlsProperties> & StyledSegmentedControlsProperties, never>>> & string & Omit<(<ValueType>(props: import('antd').SegmentedProps<ValueType> & React.RefAttributes<HTMLDivElement>) => ReturnType<import('react').ForwardRefExoticComponent<Omit<import('antd').SegmentedProps<import('rc-segmented').SegmentedValue>, "ref"> & import('react').RefAttributes<HTMLDivElement>>>) & Pick<import('react').FC<{}>, "displayName">, keyof import('react').Component<any, {}, any>>;
|
|
11
13
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { GenesisTheme } from '../../styles/theme/genesis-theme.types';
|
|
2
2
|
export declare const StyledSidePanel: any;
|
|
3
|
-
export declare const ScrollableContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
3
|
+
export declare const ScrollableContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
4
4
|
interface StickyHeaderProperties {
|
|
5
5
|
theme?: GenesisTheme;
|
|
6
6
|
}
|
|
7
|
-
export declare const StickyHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
7
|
+
export declare const StickyHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('../..').TileProps, "theme"> & StickyHeaderProperties, never> & Partial<Pick<import('styled-components').FastOmit<import('../..').TileProps, "theme"> & StickyHeaderProperties, never>>> & string & Omit<({ children, dataTestId, className, style, isHorizontal, }: import('../..').TileProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
8
8
|
export {};
|
|
@@ -2,7 +2,9 @@ import { GenesisTheme } from '../../styles/theme/genesis-theme.types';
|
|
|
2
2
|
interface StyledSwitchProperties extends React.HTMLAttributes<HTMLButtonElement> {
|
|
3
3
|
theme?: GenesisTheme;
|
|
4
4
|
}
|
|
5
|
-
export declare const Switch: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
5
|
+
export declare const Switch: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd').SwitchProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
7
|
-
}, StyledSwitchProperties
|
|
7
|
+
}, keyof StyledSwitchProperties> & StyledSwitchProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd').SwitchProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
9
|
+
}, keyof StyledSwitchProperties> & StyledSwitchProperties, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('antd').SwitchProps & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
|
|
8
10
|
export default Switch;
|
|
@@ -9,5 +9,5 @@ export declare const getGenesisClass: ({ colors, borderRadius, sizing }: {
|
|
|
9
9
|
borderRadius: any;
|
|
10
10
|
sizing: any;
|
|
11
11
|
}, type?: string, state?: string) => string;
|
|
12
|
-
export declare const StyledTableControls: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
12
|
+
export declare const StyledTableControls: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledTableControlsProperties> & StyledTableControlsProperties, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledTableControlsProperties> & StyledTableControlsProperties, never>>> & string;
|
|
13
13
|
export {};
|
|
@@ -11,11 +11,15 @@ export declare const getGenesisClass: ({ colors, borderRadius, sizing, typograph
|
|
|
11
11
|
typography: any;
|
|
12
12
|
components: any;
|
|
13
13
|
}, $isMainContentCell: any) => string;
|
|
14
|
-
export declare const Table: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
14
|
+
export declare const Table: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<TableProps<unknown> & {
|
|
15
15
|
children?: import('react').ReactNode | undefined;
|
|
16
16
|
} & import('react').RefAttributes<import('rc-table').Reference>, "ref"> & {
|
|
17
17
|
ref?: ((instance: import('rc-table').Reference | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('rc-table').Reference> | null | undefined;
|
|
18
|
-
}, StyledTableProps<any
|
|
18
|
+
}, keyof StyledTableProps<any>> & StyledTableProps<any>, never> & Partial<Pick<import('styled-components').FastOmit<Omit<TableProps<unknown> & {
|
|
19
|
+
children?: import('react').ReactNode | undefined;
|
|
20
|
+
} & import('react').RefAttributes<import('rc-table').Reference>, "ref"> & {
|
|
21
|
+
ref?: ((instance: import('rc-table').Reference | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('rc-table').Reference> | null | undefined;
|
|
22
|
+
}, keyof StyledTableProps<any>> & StyledTableProps<any>, never>>> & string & Omit<import('antd/es/table/interface').RefTable & {
|
|
19
23
|
displayName?: string;
|
|
20
24
|
SELECTION_COLUMN: typeof import('antd/es/table/hooks/useSelection').SELECTION_COLUMN;
|
|
21
25
|
EXPAND_COLUMN: typeof import('rc-table').EXPAND_COLUMN;
|
|
@@ -5,9 +5,11 @@ interface StyledTabsProperties {
|
|
|
5
5
|
type: "card";
|
|
6
6
|
}
|
|
7
7
|
export declare const getGenesisClass: ({ colors, borderRadius, sizing }: GenesisTheme, type?: string, state?: string) => string;
|
|
8
|
-
export declare const Tabs: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
8
|
+
export declare const Tabs: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd').TabsProps & import('react').RefAttributes<import('antd/es/tabs').TabsRef>, "ref"> & {
|
|
9
9
|
ref?: ((instance: import('antd/es/tabs').TabsRef | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('antd/es/tabs').TabsRef> | null | undefined;
|
|
10
|
-
}, StyledTabsProperties
|
|
10
|
+
}, keyof StyledTabsProperties> & StyledTabsProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd').TabsProps & import('react').RefAttributes<import('antd/es/tabs').TabsRef>, "ref"> & {
|
|
11
|
+
ref?: ((instance: import('antd/es/tabs').TabsRef | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('antd/es/tabs').TabsRef> | null | undefined;
|
|
12
|
+
}, keyof StyledTabsProperties> & StyledTabsProperties, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('antd').TabsProps & import('react').RefAttributes<import('antd/es/tabs').TabsRef>> & {
|
|
11
13
|
TabPane: import('react').FC<import('antd').TabPaneProps>;
|
|
12
14
|
}, keyof import('react').Component<any, {}, any>>;
|
|
13
15
|
export {};
|
|
@@ -5,5 +5,5 @@ interface StyledTagProps {
|
|
|
5
5
|
$hasClose?: boolean;
|
|
6
6
|
}
|
|
7
7
|
export declare const getGenesisClass: ({ colors }: GenesisTheme, isDisabled?: boolean, hasClose?: boolean) => string;
|
|
8
|
-
export declare const Tag: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
8
|
+
export declare const Tag: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledTagProps> & StyledTagProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledTagProps> & StyledTagProps, never>>> & string;
|
|
9
9
|
export {};
|
|
@@ -6,5 +6,5 @@ interface StyledTileProperties {
|
|
|
6
6
|
export declare const getGenesisClass: ({ sizing }: {
|
|
7
7
|
sizing: any;
|
|
8
8
|
}, $isHorizontal?: boolean) => string;
|
|
9
|
-
export declare const Tile: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
9
|
+
export declare const Tile: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledTileProperties> & StyledTileProperties, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledTileProperties> & StyledTileProperties, never>>> & string;
|
|
10
10
|
export {};
|
|
@@ -5,14 +5,20 @@ interface StyledProps {
|
|
|
5
5
|
interface TimelineLineProps {
|
|
6
6
|
$color?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const Wrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
9
|
-
export declare const SkeletonWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never>> &
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
8
|
+
export declare const Wrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never> & Partial<Pick<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never>>> & string & Omit<({ children, dataTestId, className, style, isHorizontal, }: import('..').TileProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
9
|
+
export declare const SkeletonWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never> & Partial<Pick<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never>> & {
|
|
10
|
+
as?: import('styled-components').WebTarget | undefined;
|
|
11
|
+
forwardedAs?: import('styled-components').WebTarget | undefined;
|
|
12
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never> & Partial<Pick<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never>> & {
|
|
13
|
+
as?: import('styled-components').WebTarget | undefined;
|
|
14
|
+
forwardedAs?: import('styled-components').WebTarget | undefined;
|
|
15
|
+
}, never>>> & string;
|
|
16
|
+
export declare const Container: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never> & Partial<Pick<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never>>> & string & Omit<({ children, dataTestId, className, style, isHorizontal, }: import('..').TileProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
17
|
+
export declare const TimelineColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('..').TileProps, never> & Partial<Pick<import('..').TileProps, never>>> & string & Omit<({ children, dataTestId, className, style, isHorizontal, }: import('..').TileProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
18
|
+
export declare const TimelineLine: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$color"> & TimelineLineProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$color"> & TimelineLineProps, never>>> & string;
|
|
19
|
+
export declare const Dot: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
20
|
+
export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never> & Partial<Pick<import('styled-components').FastOmit<import('..').TileProps, "theme"> & StyledProps, never>>> & string & Omit<({ children, dataTestId, className, style, isHorizontal, }: import('..').TileProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
21
|
+
export declare const ActionNote: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('..').TileProps, never> & Partial<Pick<import('..').TileProps, never>>> & string & Omit<({ children, dataTestId, className, style, isHorizontal, }: import('..').TileProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
22
|
+
export declare const SpacerWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & StyledProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & StyledProps, never>>> & string;
|
|
23
|
+
export declare const SpacerColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
18
24
|
export {};
|
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
export declare const ToastRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
1
|
+
export declare const ToastRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "size" | "state"> & {
|
|
2
2
|
state: string;
|
|
3
3
|
size: string;
|
|
4
|
-
}
|
|
5
|
-
export declare const ToastCloseButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
6
|
-
export declare const ToastContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "size" | "state"> & {
|
|
7
5
|
state: string;
|
|
8
6
|
size: string;
|
|
9
|
-
}
|
|
7
|
+
}, never>>> & string;
|
|
8
|
+
export declare const ToastCloseButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>>> & string;
|
|
9
|
+
export declare const ToastContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "size" | "state"> & {
|
|
10
|
+
state: string;
|
|
11
|
+
size: string;
|
|
12
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "size" | "state"> & {
|
|
13
|
+
state: string;
|
|
14
|
+
size: string;
|
|
15
|
+
}, never>>> & string;
|
|
@@ -9,11 +9,15 @@ export declare const getGenesisClass: ({ colors, borderRadius, sizing }: {
|
|
|
9
9
|
borderRadius: any;
|
|
10
10
|
sizing: any;
|
|
11
11
|
}, type?: string, state?: string) => string;
|
|
12
|
-
export declare const Tooltip: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
12
|
+
export declare const Tooltip: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<(Omit<import('antd/es/tooltip').TooltipPropsWithTitle & import('react').RefAttributes<import('antd/es/tooltip').TooltipRef>, "ref"> & {
|
|
13
13
|
ref?: ((instance: import('antd/es/tooltip').TooltipRef | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('antd/es/tooltip').TooltipRef> | null | undefined;
|
|
14
14
|
}) | (Omit<import('antd/es/tooltip').TooltipPropsWithOverlay & import('react').RefAttributes<import('antd/es/tooltip').TooltipRef>, "ref"> & {
|
|
15
15
|
ref?: ((instance: import('antd/es/tooltip').TooltipRef | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('antd/es/tooltip').TooltipRef> | null | undefined;
|
|
16
|
-
}), StyledTooltipProperties
|
|
16
|
+
}), keyof StyledTooltipProperties> & StyledTooltipProperties, never> & Partial<Pick<import('styled-components').FastOmit<(Omit<import('antd/es/tooltip').TooltipPropsWithTitle & import('react').RefAttributes<import('antd/es/tooltip').TooltipRef>, "ref"> & {
|
|
17
|
+
ref?: ((instance: import('antd/es/tooltip').TooltipRef | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('antd/es/tooltip').TooltipRef> | null | undefined;
|
|
18
|
+
}) | (Omit<import('antd/es/tooltip').TooltipPropsWithOverlay & import('react').RefAttributes<import('antd/es/tooltip').TooltipRef>, "ref"> & {
|
|
19
|
+
ref?: ((instance: import('antd/es/tooltip').TooltipRef | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('antd/es/tooltip').TooltipRef> | null | undefined;
|
|
20
|
+
}), keyof StyledTooltipProperties> & StyledTooltipProperties, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('antd').TooltipProps & import('react').RefAttributes<import('antd/es/tooltip').TooltipRef>> & {
|
|
17
21
|
_InternalPanelDoNotUseOrYouWillBeFired: import('react').FC<import('antd/es/tooltip/PurePanel').PurePanelProps>;
|
|
18
22
|
}, keyof import('react').Component<any, {}, any>>;
|
|
19
23
|
export {};
|
|
@@ -12,13 +12,19 @@ interface TypographyStyledProperties {
|
|
|
12
12
|
$letterSpacing?: string;
|
|
13
13
|
$lineHeight?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare const Headline: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
15
|
+
export declare const Headline: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd/es/typography/Title').TitleProps & import('react').RefAttributes<HTMLElement>, "ref"> & {
|
|
16
16
|
ref?: ((instance: HTMLElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLElement> | null | undefined;
|
|
17
|
-
}, TypographyStyledProperties
|
|
18
|
-
export declare const Paragraph: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('antd/es/typography/Paragraph').ParagraphProps & import('react').RefAttributes<HTMLElement>, "ref"> & {
|
|
17
|
+
}, keyof TypographyStyledProperties> & TypographyStyledProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd/es/typography/Title').TitleProps & import('react').RefAttributes<HTMLElement>, "ref"> & {
|
|
19
18
|
ref?: ((instance: HTMLElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLElement> | null | undefined;
|
|
20
|
-
}, TypographyStyledProperties
|
|
21
|
-
export declare const
|
|
19
|
+
}, keyof TypographyStyledProperties> & TypographyStyledProperties, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('antd/es/typography/Title').TitleProps & import('react').RefAttributes<HTMLElement>>, keyof import('react').Component<any, {}, any>>;
|
|
20
|
+
export declare const Paragraph: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd/es/typography/Paragraph').ParagraphProps & import('react').RefAttributes<HTMLElement>, "ref"> & {
|
|
21
|
+
ref?: ((instance: HTMLElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLElement> | null | undefined;
|
|
22
|
+
}, keyof TypographyStyledProperties> & TypographyStyledProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd/es/typography/Paragraph').ParagraphProps & import('react').RefAttributes<HTMLElement>, "ref"> & {
|
|
23
|
+
ref?: ((instance: HTMLElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLElement> | null | undefined;
|
|
24
|
+
}, keyof TypographyStyledProperties> & TypographyStyledProperties, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('antd/es/typography/Paragraph').ParagraphProps & import('react').RefAttributes<HTMLElement>>, keyof import('react').Component<any, {}, any>>;
|
|
25
|
+
export declare const Text: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd/es/typography/Text').TextProps & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
26
|
+
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
27
|
+
}, keyof TypographyStyledProperties> & TypographyStyledProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd/es/typography/Text').TextProps & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
22
28
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
23
|
-
}, TypographyStyledProperties
|
|
29
|
+
}, keyof TypographyStyledProperties> & TypographyStyledProperties, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('antd/es/typography/Text').TextProps & import('react').RefAttributes<HTMLSpanElement>>, keyof import('react').Component<any, {}, any>>;
|
|
24
30
|
export {};
|
package/dist/genesis/styles.d.ts
CHANGED
|
@@ -2,10 +2,14 @@ import { DefaultTheme } from 'styled-components';
|
|
|
2
2
|
interface StyledProperties {
|
|
3
3
|
theme: DefaultTheme;
|
|
4
4
|
}
|
|
5
|
-
export declare const Card: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
5
|
+
export declare const Card: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd').CardProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
},
|
|
8
|
-
|
|
7
|
+
}, "theme"> & StyledProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd').CardProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}, "theme"> & StyledProperties, never>>> & string & Omit<import('antd/es/card').CardInterface, keyof import('react').Component<any, {}, any>>;
|
|
10
|
+
export declare const Headline: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('antd/es/typography/Title').TitleProps & import('react').RefAttributes<HTMLElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLElement> | null | undefined;
|
|
12
|
+
}, "theme"> & StyledProperties, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('antd/es/typography/Title').TitleProps & import('react').RefAttributes<HTMLElement>, "ref"> & {
|
|
9
13
|
ref?: ((instance: HTMLElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLElement> | null | undefined;
|
|
10
|
-
}, StyledProperties
|
|
14
|
+
}, "theme"> & StyledProperties, never>>> & string & Omit<import('react').ForwardRefExoticComponent<import('antd/es/typography/Title').TitleProps & import('react').RefAttributes<HTMLElement>>, keyof import('react').Component<any, {}, any>>;
|
|
11
15
|
export {};
|