acinguiux-ds-react-framework 0.1.1 → 0.1.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/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js +1 -1
- package/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
- package/build/cjs/components/Pecten/Pecten.styles.js +12 -12
- package/build/cjs/components/Pecten/Pecten.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/FormField/FormField.styles.js +1 -1
- package/build/cjs/react-base/src/components/FormField/FormField.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +1 -1
- package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js +1 -1
- package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +3 -3
- package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
- package/build/cjs/react-base/src/components/Select/Select.utils.js +1 -1
- package/build/cjs/react-base/src/components/Select/Select.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js +1 -1
- package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
- package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js +1 -1
- package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
- package/build/cjs/react-base/src/theme/layer.js +1 -1
- package/build/cjs/react-base/src/theme/layer.js.map +1 -1
- package/build/cjs/react-base/src/theme/typography.js +1 -1
- package/build/cjs/react-base/src/theme/typography.js.map +1 -1
- package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts +1 -1
- package/build/esm/components/Chart/Highcharts/HighchartsChart.js +1 -1
- package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js +2 -2
- package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
- package/build/esm/components/ListItem/ListItem.styles.d.ts +5 -5
- package/build/esm/components/ListItem/ListItem.types.d.ts +2 -2
- package/build/esm/components/Loading/Loading.styles.d.ts +1 -1
- package/build/esm/components/Loading/Loading.types.d.ts +1 -1
- package/build/esm/components/Menu/Menu.types.d.ts +3 -3
- package/build/esm/components/Menu/Menu.utils.d.ts +3 -3
- package/build/esm/components/Menu/components/MenuItem.d.ts +2 -2
- package/build/esm/components/Menu/components/MenuItemGroup.d.ts +1 -1
- package/build/esm/components/Menu/components/MenuLabel.d.ts +2 -2
- package/build/esm/components/Menu/components/SubMenu.d.ts +1 -1
- package/build/esm/components/Menu/styles/indicator.styles.d.ts +1 -1
- package/build/esm/components/Menu/styles/menuLabel.styles.d.ts +2 -2
- package/build/esm/components/Modal/Modal.styles.d.ts +1 -1
- package/build/esm/components/Modal/Modal.types.d.ts +1 -1
- package/build/esm/components/Modal/components/ModalLoading/ModalLoading.styles.d.ts +5 -5
- package/build/esm/components/NavBar/NavBar.styles.d.ts +1 -1
- package/build/esm/components/NavBar/NavBar.types.d.ts +1 -1
- package/build/esm/components/NavBar/components/FirstArea/FirstArea.d.ts +1 -1
- package/build/esm/components/NavBar/components/FirstArea/FirstArea.styles.d.ts +3 -3
- package/build/esm/components/NavBar/components/LastArea/LastArea.d.ts +1 -1
- package/build/esm/components/NavBar/components/LastArea/LastArea.styles.d.ts +8 -8
- package/build/esm/components/Pagination/DefaultPagination.styles.d.ts +1 -1
- package/build/esm/components/Pagination/Pagination.styles.d.ts +1 -1
- package/build/esm/components/Pagination/Pagination.types.d.ts +1 -1
- package/build/esm/components/Pagination/SimplePagination.styles.d.ts +1 -1
- package/build/esm/components/Pagination/components/PaginationButtons.d.ts +1 -1
- package/build/esm/components/Pecten/Pecten.styles.d.ts +1 -1
- package/build/esm/components/Pecten/Pecten.styles.js +17 -16
- package/build/esm/components/Pecten/Pecten.styles.js.map +1 -1
- package/build/esm/components/Pecten/Pecten.types.d.ts +1 -1
- package/build/esm/components/Popconfirm/Popconfirm.styles.d.ts +1 -1
- package/build/esm/components/Popconfirm/Popconfirm.types.d.ts +3 -3
- package/build/esm/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.types.d.ts +1 -1
- package/build/esm/components/Popconfirm/components/PopconfirmDescription/PopconfirmDescription.types.d.ts +1 -1
- package/build/esm/components/Popconfirm/components/PopconfirmTitle/PopconfirmTitle.types.d.ts +1 -1
- package/build/esm/components/Popover/Popover.d.ts +1 -1
- package/build/esm/components/Popover/Popover.styles.d.ts +2 -2
- package/build/esm/components/Popover/Popover.types.d.ts +1 -1
- package/build/esm/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/build/esm/components/ProgressBar/ProgressBar.types.d.ts +1 -1
- package/build/esm/components/ProgressBar/components/CircleProgressBar/CircleProgressBar.d.ts +1 -1
- package/build/esm/components/ProgressBar/components/CircleProgressBar/CircleProgressBar.styles.d.ts +1 -1
- package/build/esm/components/ProgressBar/components/CircleProgressBar/CircleProgressBar.types.d.ts +1 -1
- package/build/esm/components/ProgressBar/components/LinearProgressBar/LinearProgressBar.d.ts +1 -1
- package/build/esm/components/ProgressBar/components/LinearProgressBar/LinearProgressBar.styles.d.ts +1 -1
- package/build/esm/components/ProgressBar/components/LinearProgressBar/LinearProgressBar.types.d.ts +1 -1
- package/build/esm/components/RadioButton/RadioButton.styles.d.ts +1 -1
- package/build/esm/components/RadioButton/RadioButton.types.d.ts +1 -1
- package/build/esm/components/Select/Select.styles.d.ts +7 -7
- package/build/esm/components/Select/Select.types.d.ts +1 -1
- package/build/esm/components/Select/components/Option/Option.d.ts +1 -1
- package/build/esm/components/Select/components/OptionGroup/OptionGroup.d.ts +1 -1
- package/build/esm/components/Select/components/SelectLoading.d.ts +1 -1
- package/build/esm/components/Select/hooks/useOptions.d.ts +1 -1
- package/build/esm/components/Slider/RangeSlider.d.ts +1 -1
- package/build/esm/components/Slider/Slider.d.ts +1 -1
- package/build/esm/components/Slider/Slider.styles.d.ts +2 -2
- package/build/esm/components/Slider/components/Value/Value.types.d.ts +1 -1
- package/build/esm/components/Slider/utils/styleUtils.d.ts +1 -1
- package/build/esm/components/Stat/Stat.styles.d.ts +2 -2
- package/build/esm/components/Stat/Stat.types.d.ts +1 -1
- package/build/esm/components/Stat/components/StatIcon/StatIcon.styles.d.ts +1 -1
- package/build/esm/components/Stat/components/StatIcon/StatIcon.types.d.ts +1 -1
- package/build/esm/components/Stepper/Step.styles.d.ts +4 -4
- package/build/esm/components/Stepper/Step.types.d.ts +2 -2
- package/build/esm/components/Stepper/Stepper.consts.d.ts +1 -1
- package/build/esm/components/Stepper/Stepper.styles.d.ts +1 -1
- package/build/esm/components/Stepper/Stepper.types.d.ts +1 -1
- package/build/esm/components/Stepper/_internalComponents/ContainedStep/ContainedStep.styles.d.ts +1 -1
- package/build/esm/components/Stepper/_internalComponents/DefaultStep/DefaultStep.styles.d.ts +2 -2
- package/build/esm/components/Stepper/_internalComponents/DefaultStep/DefaultStep.types.d.ts +1 -1
- package/build/esm/components/Stepper/utils/stepUtils.d.ts +1 -1
- package/build/esm/components/Table/Table.styles.d.ts +1 -1
- package/build/esm/components/Table/Table.types.d.ts +1 -1
- package/build/esm/components/Table/components/BaseTable/BaseTable.types.d.ts +1 -1
- package/build/esm/components/Table/components/TableElements/DraggableButton.d.ts +1 -1
- package/build/esm/components/Table/components/TableElements/Expander.d.ts +1 -1
- package/build/esm/components/Table/components/TableElements/Resizer.d.ts +1 -1
- package/build/esm/components/Table/components/TableElements/TableElements.d.ts +1 -1
- package/build/esm/components/Table/components/TableElements/TableElements.types.d.ts +2 -2
- package/build/esm/components/Table/features/sized.d.ts +1 -1
- package/build/esm/components/Table/utils/rowHighlight.d.ts +1 -1
- package/build/esm/components/Table/utils/tableUtils.d.ts +2 -2
- package/build/esm/components/Tabs/Tabs.styles.d.ts +2 -2
- package/build/esm/components/Tabs/Tabs.types.d.ts +1 -1
- package/build/esm/components/Tag/Tag.d.ts +1 -1
- package/build/esm/components/Tag/Tag.styles.d.ts +9 -9
- package/build/esm/components/Tag/Tag.types.d.ts +1 -1
- package/build/esm/components/Text/components/Display/Display.styles.d.ts +1 -1
- package/build/esm/components/Text/components/Display/Display.types.d.ts +1 -1
- package/build/esm/components/Text/components/Heading/Heading.d.ts +1 -1
- package/build/esm/components/Text/components/Heading/Heading.styles.d.ts +1 -1
- package/build/esm/components/Text/components/Heading/Heading.types.d.ts +1 -1
- package/build/esm/components/Text/components/Label/Label.styles.d.ts +1 -1
- package/build/esm/components/Text/components/Label/Label.types.d.ts +1 -1
- package/build/esm/components/Text/components/Link/Link.styles.d.ts +1 -1
- package/build/esm/components/Text/components/Link/Link.types.d.ts +1 -1
- package/build/esm/components/Text/components/Section/Section.styles.d.ts +1 -1
- package/build/esm/components/Text/components/Section/Section.types.d.ts +1 -1
- package/build/esm/components/Text/components/Text/Text.d.ts +1 -1
- package/build/esm/components/Text/components/Text/Text.styles.d.ts +1 -1
- package/build/esm/components/Text/components/Text/Text.types.d.ts +1 -1
- package/build/esm/components/TextArea/TextArea.styles.d.ts +6 -6
- package/build/esm/components/TextArea/TextArea.types.d.ts +2 -2
- package/build/esm/components/TextArea/hooks/useRightSideValues.d.ts +1 -1
- package/build/esm/components/TextInput/TextInput.styles.d.ts +6 -6
- package/build/esm/components/TextInput/TextInput.types.d.ts +2 -2
- package/build/esm/components/TextInput/components/Affix.d.ts +1 -1
- package/build/esm/components/TextInput/components/Affix.styles.d.ts +1 -1
- package/build/esm/components/TextInput/components/ExtraButton.d.ts +1 -1
- package/build/esm/components/TextInput/components/ExtraButton.styles.d.ts +5 -5
- package/build/esm/components/Timeline/Timeline.styles.d.ts +1 -1
- package/build/esm/components/Timeline/Timeline.types.d.ts +3 -3
- package/build/esm/components/Timeline/_innerComponents/data.d.ts +1 -1
- package/build/esm/components/Timeline/components/TimelineStep/TimelineStep.styles.d.ts +1 -1
- package/build/esm/components/Timeline/components/TimelineStepBody/TimelineStepBody.d.ts +1 -1
- package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.styles.d.ts +2 -2
- package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.types.d.ts +1 -1
- package/build/esm/components/Timeline/styles/alignments.styles.d.ts +2 -2
- package/build/esm/components/Timeline/styles/dotStyles.d.ts +1 -1
- package/build/esm/components/Timeline/styles/lineStyles.d.ts +2 -2
- package/build/esm/components/Toggle/Toggle.styles.d.ts +1 -1
- package/build/esm/components/Toggle/Toggle.types.d.ts +1 -1
- package/build/esm/components/ToggleButton/ToggleButton.styles.d.ts +2 -2
- package/build/esm/components/ToggleButton/ToggleButton.types.d.ts +2 -2
- package/build/esm/components/Tooltip/Overlay.styles.d.ts +1 -1
- package/build/esm/components/Tree/Tree.types.d.ts +1 -1
- package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.d.ts +1 -1
- package/build/esm/components/Tree/components/TreeNode/TreeNode.d.ts +1 -1
- package/build/esm/components/Tree/components/TreeNode/TreeNode.styles.d.ts +1 -1
- package/build/esm/components/Tree/components/TreeToggleNode/TreeToggleNode.d.ts +1 -1
- package/build/esm/components/Tree/utils/treeUtils.d.ts +1 -1
- package/build/esm/components/_internalComponents/ActionBar/ActionBar.styles.d.ts +1 -1
- package/build/esm/components/_internalComponents/ActionBar/ActionBar.types.d.ts +2 -2
- package/build/esm/components/_internalComponents/ActionBar/utils/stylesUtils.d.ts +1 -1
- package/build/esm/components/_internalComponents/InfoBar/InfoBar.styles.d.ts +1 -1
- package/build/esm/components/_internalComponents/InfoBar/InfoBar.types.d.ts +2 -2
- package/build/esm/components/_internalComponents/Placeholder/Placeholder.styles.d.ts +3 -3
- package/build/esm/declarations/styled-components.d.ts +1 -1
- package/build/esm/hooks/useFocusRingOnKeyboard.d.ts +1 -1
- package/build/esm/index.d.ts +4 -4
- package/build/esm/providers/theme/AcinguiuxThemeProvider.d.ts +1 -1
- package/build/esm/providers/theme/FabricsThemeProvider.d.ts +1 -1
- package/build/esm/react-base/src/components/FormField/FormField.styles.js +4 -5
- package/build/esm/react-base/src/components/FormField/FormField.styles.js.map +1 -1
- package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +26 -27
- package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
- package/build/esm/react-base/src/components/Pagination/Paginations.utils.js +4 -5
- package/build/esm/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
- package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +11 -12
- package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
- package/build/esm/react-base/src/components/Select/Select.utils.d.ts.map +1 -1
- package/build/esm/react-base/src/components/Select/Select.utils.js +4 -4
- package/build/esm/react-base/src/components/Select/Select.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js +12 -14
- package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js +12 -14
- package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
- package/build/esm/react-base/src/theme/layer.d.ts.map +1 -1
- package/build/esm/react-base/src/theme/layer.js +34 -34
- package/build/esm/react-base/src/theme/layer.js.map +1 -1
- package/build/esm/react-base/src/theme/typography.d.ts.map +1 -1
- package/build/esm/react-base/src/theme/typography.js +35 -11
- package/build/esm/react-base/src/theme/typography.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type StatTypes } from '
|
|
2
|
-
import { PickTransient } from '
|
|
1
|
+
import { type StatTypes } from '..\..\react-base\src/components/Stat';
|
|
2
|
+
import { PickTransient } from '..\..\react-base\src/types';
|
|
3
3
|
import type { IStatProps } from './Stat.types';
|
|
4
4
|
interface WrapperProps {
|
|
5
5
|
iconAlign?: StatTypes.Alignment;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentPropsWithRef } from 'react';
|
|
2
2
|
import type { CountUpProps } from 'react-countup/build/CountUp';
|
|
3
|
-
import type { StatTypes } from '
|
|
3
|
+
import type { StatTypes } from '..\..\react-base\src/components/Stat';
|
|
4
4
|
export interface IStatProps extends ComponentPropsWithRef<'div'>, StatTypes.IProps {
|
|
5
5
|
countUpProps?: Omit<CountUpProps, 'end'> & {
|
|
6
6
|
end?: CountUpProps['end'];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PickTransient } from '
|
|
1
|
+
import { PickTransient } from '..\..\..\..\react-base\src/types';
|
|
2
2
|
import type { IStatIconProps } from './StatIcon.types';
|
|
3
3
|
declare const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Required<PickTransient<IStatIconProps, "size" | "position">>>> & string;
|
|
4
4
|
export { IconWrapper };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StatTypes } from '
|
|
1
|
+
import type { StatTypes } from '..\..\..\..\react-base\src/components/Stat';
|
|
2
2
|
import type { IStatProps } from '../../Stat.types';
|
|
3
3
|
export interface IStatIconProps extends Required<Pick<IStatProps, 'size' | 'icon'>> {
|
|
4
4
|
position: StatTypes.IconPosition;
|
|
@@ -5,12 +5,12 @@ declare const ContainedContainer: import("styled-components/dist/types").IStyled
|
|
|
5
5
|
declare const Badge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../..").IBadgeProps & 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
7
|
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../..").IBadgeProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
-
declare const Heading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("
|
|
8
|
+
declare const Heading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement | 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<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement> | null | undefined;
|
|
10
|
-
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("
|
|
11
|
-
declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("
|
|
10
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>>, keyof import("react").Component<any, {}, any>>;
|
|
11
|
+
declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Label/Label.types.js").IProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
12
12
|
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;
|
|
13
|
-
}) | (Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & import("
|
|
13
|
+
}) | (Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Label/Label.types.js").IProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
14
14
|
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;
|
|
15
15
|
}), import("styled-components/dist/types").BaseObject>> & string & Omit<import("react").ForwardRefExoticComponent<import("../..").ILabelProps & import("react").RefAttributes<HTMLSpanElement>>, keyof import("react").Component<any, {}, any>>;
|
|
16
16
|
declare const ConnectorLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import type { PickTransient } from '
|
|
3
|
-
import type { StepperTypes } from '
|
|
2
|
+
import type { PickTransient } from '..\..\react-base\src/types';
|
|
3
|
+
import type { StepperTypes } from '..\..\react-base\src/components/Stepper';
|
|
4
4
|
import type { IStepperProps } from './Stepper.types';
|
|
5
5
|
type ConnectorLineTypes = 'dot' | 'line';
|
|
6
6
|
export type IStepProps = ComponentPropsWithoutRef<'li'> & StepperTypes.IStepProps & Pick<StepperTypes.IStepperProps, 'type'>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
|
-
import type { StepperTypes } from '
|
|
2
|
+
import type { StepperTypes } from '..\..\react-base\src/components/Stepper';
|
|
3
3
|
import type { IStepProps } from './Step.types';
|
|
4
4
|
export declare const stepComponents: Record<StepperTypes.Type, (props: IStepProps) => ReactElement>;
|
|
5
5
|
//# sourceMappingURL=Stepper.consts.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PickTransient } from '
|
|
1
|
+
import type { PickTransient } from '..\..\react-base\src/types';
|
|
2
2
|
import type { IStepperProps } from './Stepper.types';
|
|
3
3
|
declare const Stepper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, PickTransient<IStepperProps, "direction" | "stepWidth">>> & string;
|
|
4
4
|
export { Stepper };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import type { StepperTypes } from '
|
|
2
|
+
import type { StepperTypes } from '..\..\react-base\src/components/Stepper';
|
|
3
3
|
export type IStepperProps = Omit<ComponentPropsWithoutRef<'ol'>, 'type'> & StepperTypes.IStepperProps;
|
|
4
4
|
//# sourceMappingURL=Stepper.types.d.ts.map
|
package/build/esm/components/Stepper/_internalComponents/ContainedStep/ContainedStep.styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
declare const ContainedStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("
|
|
2
|
+
declare const ContainedStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("..\..\..\..\react-base\src/types").PickTransient<import("../../Step.types").IStepProps, "invalid" | "size" | "direction" | "showBadge" | "stage"> & Required<import("..\..\..\..\react-base\src/types").PickTransient<import("../../Stepper.types").IStepperProps, "type">>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLLIElement | 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<HTMLLIElement> | null | undefined;
|
|
4
4
|
}, never>> & string;
|
|
5
5
|
export { Content, ContainedStepWrapper };
|
package/build/esm/components/Stepper/_internalComponents/DefaultStep/DefaultStep.styles.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IContentProps } from './DefaultStep.types';
|
|
2
2
|
declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IContentProps>> & string;
|
|
3
|
-
export declare const Connector: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<import("
|
|
4
|
-
export declare const DefaultStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("
|
|
3
|
+
export declare const Connector: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<import("..\..\..\..\react-base\src/types").PickTransient<import("../../Step.types").IStepProps, "direction">>>> & string;
|
|
4
|
+
export declare const DefaultStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("..\..\..\..\react-base\src/types").PickTransient<import("../../Step.types").IStepProps, "invalid" | "size" | "direction" | "showBadge" | "stage"> & Required<import("..\..\..\..\react-base\src/types").PickTransient<import("../../Stepper.types").IStepperProps, "type">>, "ref"> & {
|
|
5
5
|
ref?: ((instance: HTMLLIElement | 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<HTMLLIElement> | null | undefined;
|
|
6
6
|
}, never>> & string;
|
|
7
7
|
export { Content };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PickTransient } from '
|
|
1
|
+
import type { PickTransient } from '..\..\..\..\react-base\src/types';
|
|
2
2
|
import type { IStepProps } from '../../Step.types';
|
|
3
3
|
export type IContentProps = Required<PickTransient<IStepProps, 'direction' | 'size'>> & PickTransient<IStepProps, 'showStepNumber'>;
|
|
4
4
|
export type IConnectorProps = Required<PickTransient<IStepProps, 'direction'>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type StepperTypes } from '
|
|
1
|
+
import { type StepperTypes } from '..\..\..\react-base\src/components/Stepper';
|
|
2
2
|
import type { IStepProps } from '../Step.types';
|
|
3
3
|
type GetStepComponentPropsArguments = {
|
|
4
4
|
stepsLength: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PickTransient } from '
|
|
1
|
+
import type { PickTransient } from '..\..\react-base\src/types';
|
|
2
2
|
import type { ITableProps } from './Table.types';
|
|
3
3
|
declare const Table: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, PickTransient<ITableProps, "size" | "alignment" | "empty">>> & string;
|
|
4
4
|
export { Table };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentPropsWithRef } from 'react';
|
|
2
2
|
import type { ColumnPinningPosition, SortDirection, ColumnDef, RowData } from '@tanstack/react-table';
|
|
3
|
-
import type { TableTypes } from '
|
|
3
|
+
import type { TableTypes } from '..\..\react-base\src/components/Table';
|
|
4
4
|
import { ITableHeaderProps } from './components/TableElements/TableElements.types';
|
|
5
5
|
export type TablePinDirection = ColumnPinningPosition;
|
|
6
6
|
export interface ITableSorterProps extends ComponentPropsWithRef<'button'> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { PropsWithChildren } from 'react';
|
|
2
2
|
import type { Header, ColumnDef, TableOptions, Table, Row, RowData, Cell } from '@tanstack/react-table';
|
|
3
|
-
import type { TableTypes } from '
|
|
3
|
+
import type { TableTypes } from '..\..\..\..\react-base\src/components/Table';
|
|
4
4
|
import type { ITableProps } from '../../Table.types';
|
|
5
5
|
import type { ITableComponentsProps } from '../TableElements/TableElements.types';
|
|
6
6
|
import type { IEmptyStateProps } from '../../../EmptyState/EmptyState.types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ButtonTypes } from '
|
|
1
|
+
import { type ButtonTypes } from '..\..\..\..\react-base\src/components/Button';
|
|
2
2
|
export declare const DraggableButton: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
3
3
|
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;
|
|
4
4
|
} & ButtonTypes.IDefaultProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TransientAll } from '
|
|
1
|
+
import { TransientAll } from '..\..\..\..\react-base\src/types';
|
|
2
2
|
import type { ITableCellExpanderContainerProps, IExpanderProps } from './TableElements.types';
|
|
3
3
|
export declare const StyledExpander: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<TransientAll<ITableCellExpanderContainerProps>>>> & string;
|
|
4
4
|
export declare const Expander: <T>({ row, expandable, children }: IExpanderProps<T>) => string | number | boolean | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'react';
|
|
2
|
-
import { type TableTypes } from '
|
|
2
|
+
import { type TableTypes } from '..\..\..\..\react-base\src/components/Table';
|
|
3
3
|
export declare const StyledResizer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
4
|
size: TableTypes.Size;
|
|
5
5
|
}>> & string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PickTransient, TransientAll } from '
|
|
1
|
+
import { PickTransient, TransientAll } from '..\..\..\..\react-base\src/types';
|
|
2
2
|
import { type ITableRowProps, type ITableCellProps } from './TableElements.types';
|
|
3
3
|
type StyledCellPropKeys = 'alignment' | 'highlight' | 'noPadding' | 'width' | 'pinAnchorOffset' | 'isPinned';
|
|
4
4
|
export type StyledCellProps = PickTransient<ITableCellProps, StyledCellPropKeys>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
2
|
import type { Table, Row, TableState, CellContext, RowData, HeaderContext, Header } from '@tanstack/react-table';
|
|
3
|
-
import type { TableTypes } from '
|
|
4
|
-
import type { ButtonTypes } from '
|
|
3
|
+
import type { TableTypes } from '..\..\..\..\react-base\src/components/Table';
|
|
4
|
+
import type { ButtonTypes } from '..\..\..\..\react-base\src/components/Button';
|
|
5
5
|
import type { ItemType } from '../../../Menu/Menu.types';
|
|
6
6
|
export interface ITableComponentsProps<TData extends RowData> {
|
|
7
7
|
table: Table<TData>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TableTypes } from '
|
|
1
|
+
import { TableTypes } from '..\..\..\react-base\src/components/Table';
|
|
2
2
|
import { OnChangeFn, RowData, TableFeature, Updater } from '@tanstack/react-table';
|
|
3
3
|
export interface SizedTableState {
|
|
4
4
|
size: TableTypes.Size;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TableTypes } from '
|
|
1
|
+
import type { TableTypes } from '..\..\..\react-base\src/components/Table';
|
|
2
2
|
import type { Row, RowData } from '@tanstack/react-table';
|
|
3
3
|
export declare const getRowHighlight: <TData extends RowData>(row: Row<TData>, highlight?: (r: Row<TData>) => TableTypes.Highlight | null) => TableTypes.Highlight | null;
|
|
4
4
|
//# sourceMappingURL=rowHighlight.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Sizes } from '
|
|
2
|
-
import { type TableTypes } from '
|
|
1
|
+
import { Sizes } from '..\..\..\react-base\src/consts';
|
|
2
|
+
import { type TableTypes } from '..\..\..\react-base\src/components/Table';
|
|
3
3
|
export declare const getSize: (size: TableTypes.Size) => Sizes.XSmall | Sizes.Small | Sizes.Medium;
|
|
4
4
|
export declare const getInfoBarSize: (size: TableTypes.Size) => Sizes.Small | Sizes.Medium | Sizes.Large;
|
|
5
5
|
//# sourceMappingURL=tableUtils.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type TabsTypes } from '
|
|
2
|
-
import type { PickTransient } from '
|
|
1
|
+
import { type TabsTypes } from '..\..\react-base\src/components/Tabs';
|
|
2
|
+
import type { PickTransient } from '..\..\react-base\src/types';
|
|
3
3
|
declare const TabsLabelTextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<Omit<import("../..").IFlexboxProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
4
4
|
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;
|
|
5
5
|
}, Omit<Omit<import("../..").IFlexboxProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentPropsWithRef } from 'react';
|
|
2
2
|
import type { TabsProps as RCTabsProps } from 'rc-tabs';
|
|
3
|
-
import type { TabsTypes } from '
|
|
3
|
+
import type { TabsTypes } from '..\..\react-base\src/components/Tabs';
|
|
4
4
|
export interface ITabsProps extends Omit<ComponentPropsWithRef<'div'>, 'onChange' | 'items'>, Omit<RCTabsProps, 'items'>, TabsTypes.IProps {
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=Tabs.types.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const Tag: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("
|
|
1
|
+
declare const Tag: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("..\..\react-base\src/components/Tag/Tag.types.js").IProps & {
|
|
2
2
|
onCloseClick?: import("react").MouseEventHandler<HTMLButtonElement>;
|
|
3
3
|
closeButtonTitle?: string;
|
|
4
4
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { PickTransient } from '
|
|
1
|
+
import { PickTransient } from '..\..\react-base\src/types';
|
|
2
2
|
import { ITagProps } from './Tag.types';
|
|
3
3
|
type StylePropsRequired = 'size' | 'shape' | 'sentiment' | 'variant' | 'iconPosition' | 'icon' | 'iconOnly';
|
|
4
4
|
export declare const TagButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
5
5
|
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;
|
|
6
|
-
} & import("
|
|
7
|
-
sentiment?: import("
|
|
8
|
-
sentimentProminence?: import("
|
|
6
|
+
} & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
7
|
+
sentiment?: import("..\..\react-base\src/components/Button/Button.types.js").OnSentiment;
|
|
8
|
+
sentimentProminence?: import("..\..\react-base\src/components/Button/Button.types.js").SentimentProminence;
|
|
9
9
|
} & {
|
|
10
|
-
css?: import("styled-components").Interpolation<import("
|
|
10
|
+
css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
|
|
11
11
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
12
12
|
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;
|
|
13
13
|
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
14
14
|
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;
|
|
15
|
-
} & import("
|
|
16
|
-
sentiment?: import("
|
|
17
|
-
sentimentProminence?: import("
|
|
15
|
+
} & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
16
|
+
sentiment?: import("..\..\react-base\src/components/Button/Button.types.js").OnSentiment;
|
|
17
|
+
sentimentProminence?: import("..\..\react-base\src/components/Button/Button.types.js").SentimentProminence;
|
|
18
18
|
} & {
|
|
19
|
-
css?: import("styled-components").Interpolation<import("
|
|
19
|
+
css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
|
|
20
20
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
|
|
21
21
|
export declare const TagLabelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
22
22
|
export declare const Tag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<PickTransient<ITagProps, StylePropsRequired>>>> & string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef, MouseEventHandler } from 'react';
|
|
2
|
-
import type { TagTypes } from '
|
|
2
|
+
import type { TagTypes } from '..\..\react-base\src/components/Tag';
|
|
3
3
|
export type ITagProps = ComponentPropsWithoutRef<'div'> & TagTypes.IProps & {
|
|
4
4
|
onCloseClick?: MouseEventHandler<HTMLButtonElement>;
|
|
5
5
|
closeButtonTitle?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DisplayStyles } from '
|
|
1
|
+
import { DisplayStyles } from '..\..\..\..\react-base\src/components/Text';
|
|
2
2
|
declare const Display: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, DisplayStyles.StylesProps>> & string;
|
|
3
3
|
export { Display };
|
|
4
4
|
//# sourceMappingURL=Display.styles.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import type { DisplayTypes } from '
|
|
2
|
+
import type { DisplayTypes } from '..\..\..\..\react-base\src/components/Text';
|
|
3
3
|
export interface IDisplayProps extends ComponentPropsWithoutRef<'span'>, DisplayTypes.IProps {
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=Display.types.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const Heading: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("
|
|
1
|
+
declare const Heading: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("..\..\..\..\react-base\src/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>>;
|
|
2
2
|
export default Heading;
|
|
3
3
|
//# sourceMappingURL=Heading.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HeadingStyles } from '
|
|
1
|
+
import { HeadingStyles } from '..\..\..\..\react-base\src/components/Text';
|
|
2
2
|
declare const Heading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, HeadingStyles.StylesProps>> & string;
|
|
3
3
|
export { Heading };
|
|
4
4
|
//# sourceMappingURL=Heading.styles.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import type { HeadingTypes } from '
|
|
2
|
+
import type { HeadingTypes } from '..\..\..\..\react-base\src/components/Text';
|
|
3
3
|
export type IHeadingProps = ComponentPropsWithoutRef<'h1'> & HeadingTypes.IProps;
|
|
4
4
|
//# sourceMappingURL=Heading.types.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LabelStyles } from '
|
|
1
|
+
import { LabelStyles } from '..\..\..\..\react-base\src/components/Text';
|
|
2
2
|
declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, LabelStyles.StylesProps>> & string;
|
|
3
3
|
export { Label };
|
|
4
4
|
//# sourceMappingURL=Label.styles.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import type { LabelTypes } from '
|
|
2
|
+
import type { LabelTypes } from '..\..\..\..\react-base\src/components/Text';
|
|
3
3
|
export type ILabelProps = (ComponentPropsWithoutRef<'span'> & LabelTypes.IProps) | (ComponentPropsWithoutRef<'label'> & LabelTypes.IProps);
|
|
4
4
|
//# sourceMappingURL=Label.types.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TransientAll } from '
|
|
1
|
+
import type { TransientAll } from '..\..\..\..\react-base\src/types';
|
|
2
2
|
declare const Link: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, TransientAll<{
|
|
3
3
|
readonly defaultStyles: {
|
|
4
4
|
readonly color: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import type { LinkTypes } from '
|
|
2
|
+
import type { LinkTypes } from '..\..\..\..\react-base\src/components/Text';
|
|
3
3
|
export interface ILinkProps extends ComponentPropsWithoutRef<'span'>, LinkTypes.IProps {
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=Link.types.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SectionStyles } from '
|
|
1
|
+
import { SectionStyles } from '..\..\..\..\react-base\src/components/Text';
|
|
2
2
|
declare const Section: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, SectionStyles.StylesProps>> & string;
|
|
3
3
|
export { Section };
|
|
4
4
|
//# sourceMappingURL=Section.styles.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
-
import type { SectionTypes } from '
|
|
2
|
+
import type { SectionTypes } from '..\..\..\..\react-base\src/components/Text';
|
|
3
3
|
export interface ISectionProps extends ComponentPropsWithoutRef<'section'>, SectionTypes.IProps {
|
|
4
4
|
children: ReactNode | ReactNode[];
|
|
5
5
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const Text: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("
|
|
1
|
+
declare const Text: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("..\..\..\..\react-base\src/components/Text/components/Text/Text.types.js").IProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
2
2
|
export default Text;
|
|
3
3
|
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TextStyles } from '
|
|
1
|
+
import { TextStyles } from '..\..\..\..\react-base\src/components/Text';
|
|
2
2
|
declare const Text: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, TextStyles.StylesProps>> & string;
|
|
3
3
|
export { Text };
|
|
4
4
|
//# sourceMappingURL=Text.styles.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import type { TextTypes } from '
|
|
2
|
+
import type { TextTypes } from '..\..\..\..\react-base\src/components/Text';
|
|
3
3
|
export type ITextProps = ComponentPropsWithoutRef<'span'> & TextTypes.IProps;
|
|
4
4
|
//# sourceMappingURL=Text.types.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import type { TextAreaTypes } from '
|
|
2
|
-
import { type InputTypes } from '
|
|
1
|
+
import type { TextAreaTypes } from '..\..\react-base\src/components/TextArea';
|
|
2
|
+
import { type InputTypes } from '..\..\react-base\src/components/Input';
|
|
3
3
|
declare const TextArea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>> & string;
|
|
4
4
|
export declare const ClearButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
5
5
|
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;
|
|
6
|
-
} & import("
|
|
7
|
-
css?: import("styled-components").Interpolation<import("
|
|
6
|
+
} & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
7
|
+
css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
|
|
8
8
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
9
9
|
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;
|
|
10
10
|
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
11
11
|
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;
|
|
12
|
-
} & import("
|
|
13
|
-
css?: import("styled-components").Interpolation<import("
|
|
12
|
+
} & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
13
|
+
css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
|
|
14
14
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
|
|
15
15
|
export declare const ClearButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
16
16
|
$size: TextAreaTypes.Size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef, ComponentPropsWithRef } from 'react';
|
|
2
|
-
import type { WithConditionalCssProp } from '
|
|
3
|
-
import type { TextAreaTypes } from '
|
|
2
|
+
import type { WithConditionalCssProp } from '..\..\react-base\src/types';
|
|
3
|
+
import type { TextAreaTypes } from '..\..\react-base\src/components/TextArea';
|
|
4
4
|
export interface ITextAreaProps extends Omit<WithConditionalCssProp<ComponentPropsWithRef<'textarea'>>, 'size' | 'resize' | 'prefix'>, TextAreaTypes.IProps {
|
|
5
5
|
wrapperProps?: ComponentPropsWithoutRef<'div'>;
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type RefObject } from 'react';
|
|
2
|
-
import type { TextAreaTypes } from '
|
|
2
|
+
import type { TextAreaTypes } from '..\..\..\react-base\src/components/TextArea';
|
|
3
3
|
type UseTextAreaRightSideValuesProps = {
|
|
4
4
|
suffixRef: RefObject<HTMLDivElement>;
|
|
5
5
|
suffix?: TextAreaTypes.Affix;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { type TextInputTypes } from '
|
|
2
|
-
import { type InputTypes } from '
|
|
1
|
+
import { type TextInputTypes } from '..\..\react-base\src/components/TextInput';
|
|
2
|
+
import { type InputTypes } from '..\..\react-base\src/components/Input';
|
|
3
3
|
export declare const TextInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputTypes.IProps>> & string;
|
|
4
4
|
export declare const TextInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
5
5
|
export declare const ClearButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, 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
|
-
} & import("
|
|
8
|
-
css?: import("styled-components").Interpolation<import("
|
|
7
|
+
} & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
8
|
+
css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
|
|
9
9
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
10
10
|
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;
|
|
11
11
|
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
12
12
|
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;
|
|
13
|
-
} & import("
|
|
14
|
-
css?: import("styled-components").Interpolation<import("
|
|
13
|
+
} & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
14
|
+
css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
|
|
15
15
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
|
|
16
16
|
export declare const ClearButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
17
17
|
$size: TextInputTypes.Size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentPropsWithoutRef, ComponentPropsWithRef, RefObject } from 'react';
|
|
2
|
-
import type { WithConditionalCssProp } from '
|
|
3
|
-
import { TextInputTypes } from '
|
|
2
|
+
import type { WithConditionalCssProp } from '..\..\react-base\src/types';
|
|
3
|
+
import { TextInputTypes } from '..\..\react-base\src/components/TextInput';
|
|
4
4
|
export interface ITextInputProps extends Omit<WithConditionalCssProp<ComponentPropsWithRef<'input'>>, 'size' | 'prefix'>, TextInputTypes.IProps {
|
|
5
5
|
inputRef?: RefObject<HTMLInputElement>;
|
|
6
6
|
wrapperProps?: ComponentPropsWithoutRef<'div'>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PickTransient } from '
|
|
1
|
+
import type { PickTransient } from '..\..\..\react-base\src/types';
|
|
2
2
|
import { ITextInputProps } from '../TextInput.types';
|
|
3
3
|
type TextInputAffixProps = PickTransient<ITextInputProps, 'size'>;
|
|
4
4
|
export declare const Affix: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextInputAffixProps>> & string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { TextInputTypes } from '
|
|
1
|
+
import { TextInputTypes } from '..\..\..\react-base\src/components/TextInput';
|
|
2
2
|
export declare const ExtraButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
3
3
|
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;
|
|
4
|
-
} & import("
|
|
5
|
-
css?: import("styled-components").Interpolation<import("
|
|
4
|
+
} & import("..\..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
5
|
+
css?: import("styled-components").Interpolation<import("..\..\..\react-base\src/theme").Theme>;
|
|
6
6
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
7
7
|
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;
|
|
8
8
|
}, {
|
|
9
9
|
$size: TextInputTypes.Size;
|
|
10
10
|
}>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
11
11
|
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;
|
|
12
|
-
} & import("
|
|
13
|
-
css?: import("styled-components").Interpolation<import("
|
|
12
|
+
} & import("..\..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
|
|
13
|
+
css?: import("styled-components").Interpolation<import("..\..\..\react-base\src/theme").Theme>;
|
|
14
14
|
}, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
|
|
15
15
|
//# sourceMappingURL=ExtraButton.styles.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PickTransient } from '
|
|
1
|
+
import { PickTransient } from '..\..\react-base\src/types';
|
|
2
2
|
import type { ITimelineProps } from './Timeline.types';
|
|
3
3
|
type TimelinePropKeys = 'direction' | 'alignment' | 'alternate' | 'sort';
|
|
4
4
|
declare const Timeline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PickTransient<ITimelineProps, TimelinePropKeys>>> & string;
|