@redis-ui/components 41.3.2 → 41.4.1
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/AppSelectionMenu/components/Item/Item.styles.d.ts +1 -1
- package/dist/Banner/components/Message/Message.style.d.ts +2 -1
- package/dist/Checkbox/components/Label/Label.style.d.ts +2 -1
- package/dist/ChipList/Components/ExtraItem.style.d.ts +2 -1
- package/dist/Drawer/components/Description/components/Text/Text.style.d.ts +2 -1
- package/dist/Drawer/components/Header/components/Title/Title.style.d.ts +2 -1
- package/dist/FormField/components/AdditionalText/AdditionalText.style.d.ts +2 -1
- package/dist/Inputs/Input/Input.d.ts +1 -1
- package/dist/Inputs/NumericInput/NumericInput.d.ts +1 -1
- package/dist/Inputs/QuantityCounter/QuantityCounter.d.ts +1 -1
- package/dist/Inputs/QuantityCounter/components/InputGroup/components/ValueLabel/ValueLabel.style.d.ts +2 -1
- package/dist/Inputs/TextArea/TextArea.d.ts +1 -1
- package/dist/Inputs/TextArea/components/Compose/Compose.style.d.ts +1 -1
- package/dist/Inputs/components/Compose/Compose.style.d.ts +2 -1
- package/dist/Inputs/components/InputTag/InputTag.style.cjs +1 -1
- package/dist/Inputs/components/InputTag/InputTag.style.js +1 -1
- package/dist/Label/components/Optional/Optional.style.d.ts +2 -1
- package/dist/Label/components/Required/Required.style.d.ts +2 -1
- package/dist/Label/components/Text/Text.style.d.ts +2 -1
- package/dist/Link/Link.style.d.ts +2 -1
- package/dist/Menu/components/Content/components/Item/Components/SubHead/SubHead.style.d.ts +2 -1
- package/dist/Menu/components/Content/components/Label/components/Text/Text.style.d.ts +2 -1
- package/dist/Modal/components/Content/components/Body/components/Text/Text.style.d.ts +2 -1
- package/dist/Modal/components/Content/components/Description/components/Text/Text.style.d.ts +2 -1
- package/dist/Modal/components/Content/components/Header/components/Title/Title.style.d.ts +2 -1
- package/dist/Pagination/Pagination.d.ts +3 -2
- package/dist/Popover/Popover.d.ts +2 -2
- package/dist/Popover/components/Content/Content.d.ts +1 -1
- package/dist/Popover/components/Content/components/Body/components/BodyText/BodyText.styles.d.ts +2 -1
- package/dist/Popover/components/Content/components/Header/components/HeaderTitle/HeaderTitle.styles.d.ts +2 -1
- package/dist/Popover/components/Content/components/Text/Text.styles.d.ts +2 -1
- package/dist/Popover/components/Content/components/WindowBar/WindowBar.d.ts +1 -1
- package/dist/Popover/components/Content/components/WindowBar/WindowBar.style.d.ts +2 -1
- package/dist/Popover/components/PopoverCard/PopoverCard.d.ts +1 -1
- package/dist/ProfileIcon/ProfileIcon.style.cjs +2 -2
- package/dist/ProfileIcon/ProfileIcon.style.js +2 -2
- package/dist/ProgressBar/ProgressBar.styles.d.ts +1 -1
- package/dist/Section/components/Header/components/CategoryValueList/CategoryValueList.style.d.ts +2 -1
- package/dist/Section/components/Header/components/CategoryValueList/components/CategoryValueChip/CategoryValueChip.style.d.ts +3 -2
- package/dist/Section/components/Header/components/Label/Label.style.d.ts +2 -1
- package/dist/Select/components/Trigger/components/Compose/Compose.style.cjs +1 -1
- package/dist/Select/components/Trigger/components/Compose/Compose.style.js +1 -1
- package/dist/SideBar/components/Footer/components/Text/Text.style.d.ts +2 -1
- package/dist/SideBar/components/Item/components/Text/Text.style.d.ts +2 -1
- package/dist/Stepper/components/Step/components/Label/Label.style.d.ts +2 -1
- package/dist/Stepper/components/Step/components/Label/Label.types.d.ts +2 -3
- package/dist/Switch/components/Title/Title.style.d.ts +2 -1
- package/dist/Switch/components/Title/Title.types.d.ts +4 -4
- package/dist/TableHeading/TableHeading.style.cjs +1 -1
- package/dist/TableHeading/TableHeading.style.js +1 -1
- package/dist/Tabs/components/TabBar/utils/theme.utils.d.ts +3 -3
- package/dist/Toast/components/Content/components/Description/Description.style.d.ts +2 -1
- package/dist/Toast/components/Content/components/Message/Message.style.d.ts +2 -1
- package/dist/Tooltip/components/Content/components/Text/Text.styles.d.ts +2 -1
- package/dist/TreeView/components/TreeItem/components/Checkbox/Checkbox.style.d.ts +2 -1
- package/dist/Typography/Typography.cjs +3 -1
- package/dist/Typography/Typography.d.ts +5 -3
- package/dist/Typography/Typography.js +8 -6
- package/dist/Typography/components/Base/Base.cjs +18 -0
- package/dist/Typography/components/Base/Base.d.ts +4 -0
- package/dist/Typography/components/Base/Base.js +18 -0
- package/dist/Typography/components/Base/Base.style.cjs +16 -0
- package/dist/Typography/components/Base/Base.style.d.ts +3 -0
- package/dist/Typography/components/Base/Base.style.js +14 -0
- package/dist/Typography/components/Base/Base.types.d.ts +7 -0
- package/dist/Typography/components/Body/Body.cjs +11 -12
- package/dist/Typography/components/Body/Body.d.ts +3 -2
- package/dist/Typography/components/Body/Body.js +12 -13
- package/dist/Typography/components/Body/Body.style.cjs +5 -10
- package/dist/Typography/components/Body/Body.style.d.ts +2 -3
- package/dist/Typography/components/Body/Body.style.js +5 -10
- package/dist/Typography/components/Body/Body.types.d.ts +2 -5
- package/dist/Typography/components/Code/Code.cjs +11 -11
- package/dist/Typography/components/Code/Code.d.ts +3 -2
- package/dist/Typography/components/Code/Code.js +12 -12
- package/dist/Typography/components/Code/Code.style.cjs +5 -10
- package/dist/Typography/components/Code/Code.style.d.ts +1 -2
- package/dist/Typography/components/Code/Code.style.js +5 -10
- package/dist/Typography/components/Code/Code.types.d.ts +2 -5
- package/dist/Typography/components/Heading/Heading.cjs +11 -20
- package/dist/Typography/components/Heading/Heading.d.ts +3 -2
- package/dist/Typography/components/Heading/Heading.js +11 -20
- package/dist/Typography/components/Heading/Heading.style.cjs +4 -10
- package/dist/Typography/components/Heading/Heading.style.d.ts +2 -2
- package/dist/Typography/components/Heading/Heading.style.js +4 -10
- package/dist/Typography/components/Heading/Heading.types.d.ts +2 -5
- package/dist/Typography/components/Heading/Heading.utils.cjs +12 -0
- package/dist/Typography/components/Heading/Heading.utils.d.ts +2 -0
- package/dist/Typography/components/Heading/Heading.utils.js +12 -0
- package/dist/Typography/hooks/useEllipsisTooltip.cjs +7 -4
- package/dist/Typography/hooks/useEllipsisTooltip.d.ts +3 -8
- package/dist/Typography/hooks/useEllipsisTooltip.js +7 -4
- package/dist/Typography/index.d.ts +1 -0
- package/dist/packages/icons/dist/multicolor/LoaderLarge.cjs +1 -1
- package/dist/packages/icons/dist/multicolor/LoaderLarge.js +1 -1
- package/package.json +3 -3
|
@@ -3,4 +3,4 @@ export declare const AppSelectorItem: import("styled-components").StyledComponen
|
|
|
3
3
|
export declare const AppSelectionMenuItem: import("styled-components").StyledComponent<"div", any, {
|
|
4
4
|
disabled?: boolean | undefined;
|
|
5
5
|
}, never>;
|
|
6
|
-
export declare const Label: import("styled-components").StyledComponent<(
|
|
6
|
+
export declare const Label: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Message: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CheckboxVariants, CheckedType } from '../Compose/Compose.types';
|
|
2
3
|
export declare const CheckboxLabel: import("styled-components").StyledComponent<"label", any, {
|
|
3
4
|
$checked: CheckedType;
|
|
4
5
|
$variant: CheckboxVariants;
|
|
5
6
|
}, never>;
|
|
6
|
-
export declare const TypographyBody: import("styled-components").StyledComponent<(
|
|
7
|
+
export declare const TypographyBody: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const ExtraListContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
-
export declare const ExtraListItem: import("styled-components").StyledComponent<(
|
|
3
|
+
export declare const ExtraListItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
3
4
|
$disabled?: boolean | undefined;
|
|
4
5
|
}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Text: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Title: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const AdditionalText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
2
3
|
$error: boolean;
|
|
3
4
|
}, never>;
|
|
@@ -8,7 +8,7 @@ declare const Input: import("react").ForwardRefExoticComponent<import("../compon
|
|
|
8
8
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
LoadingIndicator: ({ loading, ...restProps }: import("../components/LoadingIndicator/LoadingIndicator.types").LoadingIndicatorProps & import("../components/LoadingIndicator/LoadingIndicator.types").RestLoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
10
10
|
Tag: import("react").ForwardRefExoticComponent<import("../components/InputTag/InputTag.types").InputTagProps & import("../components/InputTag/InputTag.types").RestInputTagProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
11
|
-
ReadonlyValue: import("styled-components").StyledComponent<(
|
|
11
|
+
ReadonlyValue: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../..").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
12
12
|
readOnly: boolean;
|
|
13
13
|
}, "readOnly">;
|
|
14
14
|
ResetButton: ({ size, icon, allowReset, onClick, onMouseDown, ...restProps }: Partial<import("../..").IconButtonProps> & import("../components/ResetButton/ResetButton.types").ResetButtonProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -10,7 +10,7 @@ declare const NumericInput: import("react").ForwardRefExoticComponent<import("..
|
|
|
10
10
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
LoadingIndicator: ({ loading, ...restProps }: import("../components/LoadingIndicator/LoadingIndicator.types").LoadingIndicatorProps & import("../components/LoadingIndicator/LoadingIndicator.types").RestLoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
12
12
|
Tag: import("react").ForwardRefExoticComponent<import("../components/InputTag/InputTag.types").InputTagProps & import("../components/InputTag/InputTag.types").RestInputTagProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
13
|
-
ReadonlyValue: import("styled-components").StyledComponent<(
|
|
13
|
+
ReadonlyValue: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../..").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
14
14
|
readOnly: boolean;
|
|
15
15
|
}, "readOnly">;
|
|
16
16
|
ResetButton: ({ size, icon, allowReset, onClick, onMouseDown, ...restProps }: Partial<import("../..").IconButtonProps> & import("../components/ResetButton/ResetButton.types").ResetButtonProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -19,7 +19,7 @@ declare const QuantityCounter: import("react").ForwardRefExoticComponent<import(
|
|
|
19
19
|
}, "aria-description" | "autoSize">;
|
|
20
20
|
ValueLabel: ({ children }: import("./components/InputGroup/components/ValueLabel/ValueLabel.types").ValueLabelProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
21
21
|
};
|
|
22
|
-
ReadonlyValue: import("styled-components").StyledComponent<(
|
|
22
|
+
ReadonlyValue: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../..").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
23
23
|
readOnly: boolean;
|
|
24
24
|
}, "readOnly">;
|
|
25
25
|
};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ValueLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -13,7 +13,7 @@ declare const TextArea: import("react").ForwardRefExoticComponent<Omit<import(".
|
|
|
13
13
|
readonlyProps?: import("react").HTMLAttributes<HTMLElement> | undefined;
|
|
14
14
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
Tag: import("react").ForwardRefExoticComponent<import("./components/TextAreaTag/TextAreaTag").RestTextAreaTagProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
16
|
-
ReadonlyValue: import("styled-components").StyledComponent<(
|
|
16
|
+
ReadonlyValue: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../..").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
17
17
|
readOnly: boolean;
|
|
18
18
|
}, "readOnly">;
|
|
19
19
|
};
|
|
@@ -7,6 +7,6 @@ export declare const TextAreaCompose: import("styled-components").StyledComponen
|
|
|
7
7
|
} & {
|
|
8
8
|
readOnly?: boolean | undefined;
|
|
9
9
|
}, never>;
|
|
10
|
-
export declare const ReadonlyValue: import("styled-components").StyledComponent<(
|
|
10
|
+
export declare const ReadonlyValue: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
11
11
|
readOnly: boolean;
|
|
12
12
|
}, "readOnly">;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { InputVariant } from './CommonCompose.types';
|
|
2
3
|
export declare const CommonInputCompose: import("styled-components").StyledComponent<"div", any, {
|
|
3
4
|
'data-status': import("../../../FormField").FieldStatus | undefined;
|
|
4
5
|
} & {
|
|
5
6
|
$variant: InputVariant;
|
|
6
7
|
}, "data-status">;
|
|
7
|
-
export declare const ReadonlyValue: import("styled-components").StyledComponent<(
|
|
8
|
+
export declare const ReadonlyValue: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
8
9
|
readOnly: boolean;
|
|
9
10
|
}, "readOnly">;
|
|
@@ -54,7 +54,7 @@ const InputStyle = _styled.css`
|
|
|
54
54
|
const InputTag = _styled__default.default.input.withConfig({
|
|
55
55
|
displayName: "InputTagstyle__InputTag",
|
|
56
56
|
componentId: "RedisUI__sc-15tql6o-0"
|
|
57
|
-
})(["", ";align-self:stretch;padding:0;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}&[type='number']{-moz-appearance:textfield;}"], InputStyle);
|
|
57
|
+
})(["", ";align-self:stretch;padding:0;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}&[type='number']{-moz-appearance:textfield;}&[type='password']:not(:placeholder-shown){font-size:", ";}"], InputStyle, () => redisUiStyles.useTheme().components.input.password.fontSize);
|
|
58
58
|
const AutoSizeInputTag = _styled__default.default(AutoSizeInput.AutoSizeInput).withConfig({
|
|
59
59
|
displayName: "InputTagstyle__AutoSizeInputTag",
|
|
60
60
|
componentId: "RedisUI__sc-15tql6o-1"
|
|
@@ -50,7 +50,7 @@ const InputStyle = css`
|
|
|
50
50
|
const InputTag = _styled.input.withConfig({
|
|
51
51
|
displayName: "InputTagstyle__InputTag",
|
|
52
52
|
componentId: "RedisUI__sc-15tql6o-0"
|
|
53
|
-
})(["", ";align-self:stretch;padding:0;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}&[type='number']{-moz-appearance:textfield;}"], InputStyle);
|
|
53
|
+
})(["", ";align-self:stretch;padding:0;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}&[type='number']{-moz-appearance:textfield;}&[type='password']:not(:placeholder-shown){font-size:", ";}"], InputStyle, () => useTheme().components.input.password.fontSize);
|
|
54
54
|
const AutoSizeInputTag = _styled(AutoSizeInput).withConfig({
|
|
55
55
|
displayName: "InputTagstyle__AutoSizeInputTag",
|
|
56
56
|
componentId: "RedisUI__sc-15tql6o-1"
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Optional: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Required: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Text: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {
|
|
2
3
|
$readonly?: boolean | undefined;
|
|
3
4
|
}, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { LinkButtonVariants, LinkSize } from './Link.types';
|
|
2
3
|
export declare const StyledLink: import("styled-components").StyledComponent<"a", any, {
|
|
3
4
|
$variant: LinkButtonVariants;
|
|
@@ -10,5 +11,5 @@ export declare const LinkStyler: import("styled-components").StyledComponent<"sp
|
|
|
10
11
|
$size: LinkSize;
|
|
11
12
|
$allowWrap?: boolean | undefined;
|
|
12
13
|
}, never>;
|
|
13
|
-
export declare const StyledLinkText: import("styled-components").StyledComponent<(
|
|
14
|
+
export declare const StyledLinkText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
14
15
|
export declare const ExternalArrow: import("styled-components").StyledComponent<({ size, customSize, color, customColor, title: titleProp, ...rest }: import("@redislabsdev/redis-ui-icons").MonochromeIconProps) => import("react/jsx-runtime").JSX.Element, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const MenuItemSubHead: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const MenuItemText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Text: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
package/dist/Modal/components/Content/components/Description/components/Text/Text.style.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Text: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Title: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const Pagination: {
|
|
2
3
|
Compose: ({ children, pageIndex, pageSize, pageCount, totalItemCount, visibleItemCount, getCanGoNextPage, getCanGoPrevPage, getCanSelectPage, getCanSelectPageSize, onPageSizeChange, onPageChange, onNextPage, onFirstPage, onPrevPage, onLastPage }: import("./components/Compose").PaginationComposeProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
4
|
NavigationButton: ({ navType, ...restProps }: import("./components/NavigationButton").PaginationNavigationButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -9,10 +10,10 @@ export declare const Pagination: {
|
|
|
9
10
|
InfoLabel: ({ renderer, ...restProps }: import("./components/InfoLabel").PaginationInfoLabelProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
PageSizeSelect: {
|
|
11
12
|
({ pageSizes, ...restProps }: import("./components/PageSizeSelect").PaginationPageSizeSelectProps): import("react/jsx-runtime").JSX.Element | null;
|
|
12
|
-
Label: ({ children, ...restProps }: import("..").TypographyBodyProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
13
|
+
Label: ({ children, ...restProps }: import("..").TypographyBodyProps & import("react").RefAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element | null;
|
|
13
14
|
};
|
|
14
15
|
PageSelect: {
|
|
15
16
|
({ ...restProps }: import("./components/PageSelect").PaginationPageSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
Label: ({ children, ...restProps }: import("..").TypographyBodyProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
Label: ({ children, ...restProps }: import("..").TypographyBodyProps & import("react").RefAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element;
|
|
17
18
|
};
|
|
18
19
|
};
|
|
@@ -22,7 +22,7 @@ declare const Popover: (({ children, defaultOpen, visible, onVisibilityChange, o
|
|
|
22
22
|
Compose: (props: import("./components/Content/components/WindowBar/components/Compose/Compose.types").WindowBarComposeProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
23
|
Close: ({ children, icon, ...buttonProps }: import("./components/Content/components/Close/Close.types").PopoverCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
24
|
Icon: ({ icon, variant, ...props }: import("../Badge/BadgeIcon").BadgeIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
Heading: import("styled-components").StyledComponent<(
|
|
25
|
+
Heading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
26
26
|
Header: import("react").FC<import("./components/Content/components/WindowBar/components/Header/Header.types").WindowBarHeaderProps>;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
@@ -43,7 +43,7 @@ declare const Popover: (({ children, defaultOpen, visible, onVisibilityChange, o
|
|
|
43
43
|
Compose: (props: import("./components/Content/components/WindowBar/components/Compose/Compose.types").WindowBarComposeProps) => import("react/jsx-runtime").JSX.Element;
|
|
44
44
|
Close: ({ children, icon, ...buttonProps }: import("./components/Content/components/Close/Close.types").PopoverCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
45
45
|
Icon: ({ icon, variant, ...props }: import("../Badge/BadgeIcon").BadgeIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
46
|
-
Heading: import("styled-components").StyledComponent<(
|
|
46
|
+
Heading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
47
47
|
Header: import("react").FC<import("./components/Content/components/WindowBar/components/Header/Header.types").WindowBarHeaderProps>;
|
|
48
48
|
};
|
|
49
49
|
Close: ({ children, icon, ...buttonProps }: import("./components/Content/components/Close/Close.types").PopoverCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -23,7 +23,7 @@ declare const Content: (({ title, text, actionButtonText, actionButtonHandler, l
|
|
|
23
23
|
Compose: (props: import("./components/WindowBar/components/Compose/Compose.types").WindowBarComposeProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
24
|
Close: ({ children, icon, ...buttonProps }: import("./components/Close/Close.types").PopoverCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
25
|
Icon: ({ icon, variant, ...props }: import("../../../Badge/BadgeIcon").BadgeIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
-
Heading: import("styled-components").StyledComponent<(
|
|
26
|
+
Heading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
27
27
|
Header: import("react").FC<import("./components/WindowBar/components/Header/Header.types").WindowBarHeaderProps>;
|
|
28
28
|
};
|
|
29
29
|
};
|
package/dist/Popover/components/Content/components/Body/components/BodyText/BodyText.styles.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const HeaderTitle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const HeaderTitle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Text: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -4,7 +4,7 @@ declare const WindowBar: (({ title, variant, hideCloseButton, withIcon, icon, ..
|
|
|
4
4
|
Compose: (props: import("./components/Compose/Compose.types").WindowBarComposeProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
Close: ({ children, icon, ...buttonProps }: import("../Close/Close.types").PopoverCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
Icon: ({ icon, variant, ...props }: import("../../../../../Badge/BadgeIcon").BadgeIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Heading: import("styled-components").StyledComponent<(
|
|
7
|
+
Heading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
8
8
|
Header: import("react").FC<import("./components/Header/Header.types").WindowBarHeaderProps>;
|
|
9
9
|
};
|
|
10
10
|
export default WindowBar;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const WindowBarHeading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -17,7 +17,7 @@ declare const PopoverCard: (({ text, title, actionButtonText, actionButtonHandle
|
|
|
17
17
|
Compose: (props: import("../Content/components/WindowBar/components/Compose/Compose.types").WindowBarComposeProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
18
|
Close: ({ children, icon, ...buttonProps }: import("../Content/components/Close/Close.types").PopoverCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
Icon: ({ icon, variant, ...props }: import("../../../Badge/BadgeIcon").BadgeIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
Heading: import("styled-components").StyledComponent<(
|
|
20
|
+
Heading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../..").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
21
21
|
Header: import("react").FC<import("../Content/components/WindowBar/components/Header/Header.types").WindowBarHeaderProps>;
|
|
22
22
|
};
|
|
23
23
|
Close: ({ children, icon, ...buttonProps }: import("../Content/components/Close/Close.types").PopoverCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -9,13 +9,13 @@ const SHADOW_SIZE_DIVIDER = 5.5;
|
|
|
9
9
|
const IconWrapper = _styled__default.default.div.withConfig({
|
|
10
10
|
displayName: "ProfileIconstyle__IconWrapper",
|
|
11
11
|
componentId: "RedisUI__sc-16wyecf-0"
|
|
12
|
-
})(["width:", ";height:", ";background-color:", ";display:flex;align-items:center;justify-content:center;border-radius:50%;color:", ";margin:0 auto;& p{font-weight:
|
|
12
|
+
})(["width:", ";height:", ";background-color:", ";display:flex;align-items:center;justify-content:center;border-radius:50%;color:", ";margin:0 auto;& p{font-weight:", ";font-size:calc(", " / ", ");}box-shadow:", ";border:", ";border-color:", ";box-sizing:border-box;"], ({
|
|
13
13
|
size
|
|
14
14
|
}) => size, ({
|
|
15
15
|
size
|
|
16
16
|
}) => size, ({
|
|
17
17
|
primaryColor
|
|
18
|
-
}) => primaryColor, () => redisUiStyles.useTheme().components.profileIcon.textColor, ({
|
|
18
|
+
}) => primaryColor, () => redisUiStyles.useTheme().components.profileIcon.textColor, () => redisUiStyles.useTheme().components.profileIcon.fontWeight, ({
|
|
19
19
|
size
|
|
20
20
|
}) => size, FONT_SIZE_DIVIDER, ({
|
|
21
21
|
secondaryColor,
|
|
@@ -5,13 +5,13 @@ const SHADOW_SIZE_DIVIDER = 5.5;
|
|
|
5
5
|
const IconWrapper = _styled.div.withConfig({
|
|
6
6
|
displayName: "ProfileIconstyle__IconWrapper",
|
|
7
7
|
componentId: "RedisUI__sc-16wyecf-0"
|
|
8
|
-
})(["width:", ";height:", ";background-color:", ";display:flex;align-items:center;justify-content:center;border-radius:50%;color:", ";margin:0 auto;& p{font-weight:
|
|
8
|
+
})(["width:", ";height:", ";background-color:", ";display:flex;align-items:center;justify-content:center;border-radius:50%;color:", ";margin:0 auto;& p{font-weight:", ";font-size:calc(", " / ", ");}box-shadow:", ";border:", ";border-color:", ";box-sizing:border-box;"], ({
|
|
9
9
|
size
|
|
10
10
|
}) => size, ({
|
|
11
11
|
size
|
|
12
12
|
}) => size, ({
|
|
13
13
|
primaryColor
|
|
14
|
-
}) => primaryColor, () => useTheme().components.profileIcon.textColor, ({
|
|
14
|
+
}) => primaryColor, () => useTheme().components.profileIcon.textColor, () => useTheme().components.profileIcon.fontWeight, ({
|
|
15
15
|
size
|
|
16
16
|
}) => size, FONT_SIZE_DIVIDER, ({
|
|
17
17
|
secondaryColor,
|
|
@@ -12,4 +12,4 @@ export declare const Indicator: import("styled-components").StyledComponent<impo
|
|
|
12
12
|
export declare const ProgressBar: import("styled-components").StyledComponent<"div", any, {
|
|
13
13
|
textPosition?: ProgressBarTextPosition | undefined;
|
|
14
14
|
}, never>;
|
|
15
|
-
export declare const TypographyBody: import("styled-components").StyledComponent<(
|
|
15
|
+
export declare const TypographyBody: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
package/dist/Section/components/Header/components/CategoryValueList/CategoryValueList.style.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const Container: import("styled-components").StyledComponent<({ children, renderExtra, maxRows, minItems, expectedGap, estimatedItemsPerRow, ...restProps }: import("../../../../../Overflow").OverflowProps) => import("react/jsx-runtime").JSX.Element, any, {}, never>;
|
|
2
3
|
export declare const Separator: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
4
|
export declare const CategoryValueItemContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
-
export declare const TextWrapper: import("styled-components").StyledComponent<(
|
|
5
|
+
export declare const TextWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const Container: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
2
|
-
export declare const Category: import("styled-components").StyledComponent<(
|
|
3
|
-
export declare const TypographyBody: import("styled-components").StyledComponent<(
|
|
3
|
+
export declare const Category: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
4
|
+
export declare const TypographyBody: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SectionHeaderLabelText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
2
3
|
export declare const SectionHeaderLabel: import("styled-components").StyledComponent<"label", any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SmallFooterText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Text: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StepLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export type LabelProps = ComponentProps<typeof Typography.Body>;
|
|
1
|
+
import { TypographyBodyProps } from '../../../../../Typography';
|
|
2
|
+
export type LabelProps = TypographyBodyProps;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Title: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChildFree } from '../../../Helpers
|
|
3
|
-
import
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ChildFree } from '../../../Helpers';
|
|
3
|
+
import { TypographyBodyProps } from '../../../Typography';
|
|
4
4
|
export interface SwitchTitleProps {
|
|
5
5
|
titleOn?: ReactNode;
|
|
6
6
|
titleOff?: ReactNode;
|
|
7
7
|
}
|
|
8
|
-
export type RestSwitchTitleProps = ChildFree<
|
|
8
|
+
export type RestSwitchTitleProps = ChildFree<TypographyBodyProps>;
|
|
@@ -24,7 +24,7 @@ const EndContainer = _styled__default.default.div.withConfig({
|
|
|
24
24
|
const TableSearchInput = _styled__default.default(SearchInput.default).withConfig({
|
|
25
25
|
displayName: "TableHeadingstyle__TableSearchInput",
|
|
26
26
|
componentId: "RedisUI__sc-ew9jwe-2"
|
|
27
|
-
})(["width:", ";border-color:", ";&:where(:hover){border-color:", ";}"], () => redisUiStyles.useTheme().components.tableHeading.searchInput.width, () => redisUiStyles.useTheme().components.tableHeading.searchInput.states.normal.borderColor, () => redisUiStyles.useTheme().components.tableHeading.searchInput.states.hover.borderColor);
|
|
27
|
+
})(["width:", ";border-color:", ";&:where(:hover,:has(input:not(:placeholder-shown))){border-color:", ";}"], () => redisUiStyles.useTheme().components.tableHeading.searchInput.width, () => redisUiStyles.useTheme().components.tableHeading.searchInput.states.normal.borderColor, () => redisUiStyles.useTheme().components.tableHeading.searchInput.states.hover.borderColor);
|
|
28
28
|
exports.EndContainer = EndContainer;
|
|
29
29
|
exports.TableHeadingContainer = TableHeadingContainer;
|
|
30
30
|
exports.TableSearchInput = TableSearchInput;
|
|
@@ -20,7 +20,7 @@ const EndContainer = _styled.div.withConfig({
|
|
|
20
20
|
const TableSearchInput = _styled(SearchInput).withConfig({
|
|
21
21
|
displayName: "TableHeadingstyle__TableSearchInput",
|
|
22
22
|
componentId: "RedisUI__sc-ew9jwe-2"
|
|
23
|
-
})(["width:", ";border-color:", ";&:where(:hover){border-color:", ";}"], () => useTheme().components.tableHeading.searchInput.width, () => useTheme().components.tableHeading.searchInput.states.normal.borderColor, () => useTheme().components.tableHeading.searchInput.states.hover.borderColor);
|
|
23
|
+
})(["width:", ";border-color:", ";&:where(:hover,:has(input:not(:placeholder-shown))){border-color:", ";}"], () => useTheme().components.tableHeading.searchInput.width, () => useTheme().components.tableHeading.searchInput.states.normal.borderColor, () => useTheme().components.tableHeading.searchInput.states.hover.borderColor);
|
|
24
24
|
export {
|
|
25
25
|
EndContainer,
|
|
26
26
|
TableHeadingContainer,
|
|
@@ -5,20 +5,20 @@ export declare const useTabsVariantTheme: () => {
|
|
|
5
5
|
size: string;
|
|
6
6
|
};
|
|
7
7
|
tab: {
|
|
8
|
-
states: Partial<Record<"disabled" | "
|
|
8
|
+
states: Partial<Record<"disabled" | "normal" | "hover" | "active" | "focus", {
|
|
9
9
|
padding?: string | undefined;
|
|
10
10
|
bgColor?: string | undefined;
|
|
11
11
|
textColor?: string | undefined;
|
|
12
12
|
borderColor?: string | undefined;
|
|
13
13
|
borderWidth?: string | undefined;
|
|
14
14
|
borderRadius?: string | undefined;
|
|
15
|
-
fontWeight?:
|
|
15
|
+
fontWeight?: string | undefined;
|
|
16
16
|
fontSize?: string | undefined;
|
|
17
17
|
letterSpacing?: string | undefined;
|
|
18
18
|
}>>;
|
|
19
19
|
};
|
|
20
20
|
tabMarker: {
|
|
21
|
-
states: Partial<Record<"disabled" | "
|
|
21
|
+
states: Partial<Record<"disabled" | "normal" | "hover" | "active" | "focus", {
|
|
22
22
|
color?: string | undefined;
|
|
23
23
|
size?: string | undefined;
|
|
24
24
|
inset?: string | undefined;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ToastDescription: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ToastMessage: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Text: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const FullWidthCheckbox: import("styled-components").StyledComponent<({ defaultChecked, checked, onCheckedChange, required, disabled, id, variant, ...restProps }: import("../../../../../Checkbox/components/Compose/Compose.types").CheckboxComposeProps & import("../../../../../Checkbox/components/Compose/Compose.types").RestCheckboxComposeProps) => import("react/jsx-runtime").JSX.Element, any, {}, never>;
|
|
2
3
|
export declare const FullWidthCheckboxLabel: import("styled-components").StyledComponent<({ children, ...restProps }: import("../../../../../Checkbox/components/Label/Label.types").CheckboxLabelProps) => import("react/jsx-runtime").JSX.Element | null, any, {}, never>;
|
|
3
|
-
export declare const TextEllipsis: import("styled-components").StyledComponent<(
|
|
4
|
+
export declare const TextEllipsis: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../Typography").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
@@ -3,10 +3,12 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const Heading = require("./components/Heading/Heading.cjs");
|
|
4
4
|
const Body = require("./components/Body/Body.cjs");
|
|
5
5
|
const Code = require("./components/Code/Code.cjs");
|
|
6
|
+
const Base = require("./components/Base/Base.cjs");
|
|
6
7
|
const Typography = {
|
|
7
8
|
Heading: Heading.default,
|
|
8
9
|
Body: Body.default,
|
|
9
|
-
Code: Code.default
|
|
10
|
+
Code: Code.default,
|
|
11
|
+
Base: Base.default
|
|
10
12
|
};
|
|
11
13
|
const Typography$1 = Typography;
|
|
12
14
|
exports.default = Typography$1;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const Typography: {
|
|
2
|
-
Heading: (
|
|
3
|
-
Body: (
|
|
4
|
-
Code: (
|
|
3
|
+
Heading: import("react").ForwardRefExoticComponent<import(".").TypographyHeadingProps & import("react").RefAttributes<HTMLElement>>;
|
|
4
|
+
Body: import("react").ForwardRefExoticComponent<import(".").TypographyBodyProps & import("react").RefAttributes<HTMLElement>>;
|
|
5
|
+
Code: import("react").ForwardRefExoticComponent<import(".").TypographyCodeProps & import("react").RefAttributes<HTMLElement>>;
|
|
6
|
+
Base: import("react").ForwardRefExoticComponent<import(".").TypographyBaseProps & import("react").RefAttributes<HTMLElement>>;
|
|
5
7
|
};
|
|
6
8
|
export default Typography;
|