@mittwald/flow-react-components 0.1.0-alpha.30 → 0.1.0-alpha.32
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/Avatar.js +1 -1
- package/dist/{Button-CMA-xsd_.js → Button-Bh0E7tqA.js} +3 -3
- package/dist/Button.js +1 -1
- package/dist/Checkbox.js +7 -7
- package/dist/Content.js +11 -9
- package/dist/CopyToClipboardButton.js +18 -105
- package/dist/FieldDescription.js +3 -3
- package/dist/{FieldError-BAnloBK7.js → FieldError-DZl3QsUa.js} +1 -1
- package/dist/FieldError.js +1 -1
- package/dist/Heading.js +6 -6
- package/dist/{Icon-C8UD3vMe.js → Icon-D4F2hKiG.js} +5 -5
- package/dist/Icon.js +1 -1
- package/dist/{IconCheck-QwbBte1y.js → IconCheck-DkmJUDfj.js} +1 -1
- package/dist/{IconClose-CA5yuJQ6.js → IconClose-B6UJFr7O.js} +1 -1
- package/dist/{IconCopy-C-PQMIfL.js → IconCopy-DwaMO7aJ.js} +1 -1
- package/dist/{IconPlus-DsWkdGaB.js → IconPlus-CnpaX_7c.js} +1 -1
- package/dist/{IconSucceeded-aGBloDn9.js → IconSucceeded-CPpK5tIY.js} +1 -1
- package/dist/{IconUnchecked-CGdUugGS.js → IconUnchecked-DbkvP1em.js} +1 -1
- package/dist/{IconWarning-Cum5bpEx.js → IconWarning-DkGRbK8I.js} +1 -1
- package/dist/Icons.js +8 -8
- package/dist/Initials.js +3 -3
- package/dist/InlineAlert.js +2 -2
- package/dist/InlineCode.js +5 -5
- package/dist/{Label-Dnum8jdD.js → Label-EVs32ETX.js} +1 -1
- package/dist/Label.js +1 -1
- package/dist/LabeledValue.js +7 -7
- package/dist/LayoutCard.js +11 -12
- package/dist/Link.js +15 -14
- package/dist/Navigation.js +22 -17
- package/dist/NumberField.js +5 -5
- package/dist/RadioGroup.js +4 -4
- package/dist/Section.js +6 -6
- package/dist/StatusBadge.js +2 -2
- package/dist/{StatusIcon-BVWjvT3I.js → StatusIcon-GPbDfbJe.js} +8 -7
- package/dist/StatusIcon.js +1 -1
- package/dist/Switch.js +8 -8
- package/dist/TextArea.js +1 -1
- package/dist/TextField.js +1 -1
- package/dist/{TextFieldBase-Dk6XBF7h.js → TextFieldBase-DR3ofo0H.js} +2 -2
- package/dist/{Tooltip-BqyZAZgK.js → Tooltip-Co5h9sSt.js} +1 -1
- package/dist/Tooltip.js +1 -1
- package/dist/nextjs/LinkProvider.js +23 -0
- package/dist/styles.css +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +8 -0
- package/dist/types/components/Avatar/index.d.ts +3 -0
- package/dist/types/components/Avatar/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/Avatar/stories/Sizes.stories.d.ts +9 -0
- package/dist/types/components/Button/Button.d.ts +15 -0
- package/dist/types/components/Button/index.d.ts +3 -0
- package/dist/types/components/Button/stories/Default.stories.d.ts +11 -0
- package/dist/types/components/Button/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/Button/stories/States.stories.d.ts +12 -0
- package/dist/types/components/Button/stories/Variants.stories.d.ts +17 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts +6 -0
- package/dist/types/components/Checkbox/index.d.ts +3 -0
- package/dist/types/components/Checkbox/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/Checkbox/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/ColumnLayout/ColumnLayout.d.ts +8 -0
- package/dist/types/components/ColumnLayout/index.d.ts +3 -0
- package/dist/types/components/ColumnLayout/lib/getColumns.d.ts +1 -0
- package/dist/types/components/ColumnLayout/lib/getColumns.test.d.ts +1 -0
- package/dist/types/components/ColumnLayout/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/Content/Content.d.ts +6 -0
- package/dist/types/components/Content/index.d.ts +3 -0
- package/dist/types/components/Content/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/CopyToClipboardButton/CopyToClipboardButton.d.ts +7 -0
- package/dist/types/components/CopyToClipboardButton/index.d.ts +3 -0
- package/dist/types/components/CopyToClipboardButton/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/FieldDescription/FieldDescription.d.ts +6 -0
- package/dist/types/components/FieldDescription/index.d.ts +3 -0
- package/dist/types/components/FieldError/FieldError.d.ts +6 -0
- package/dist/types/components/FieldError/index.d.ts +3 -0
- package/dist/types/components/Heading/Heading.d.ts +7 -0
- package/dist/types/components/Heading/index.d.ts +3 -0
- package/dist/types/components/Heading/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/Heading/stories/Levels.stories.d.ts +11 -0
- package/dist/types/components/Icon/Icon.d.ts +8 -0
- package/dist/types/components/Icon/components/icons/IconApp.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconBackLink.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconBackup.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconCheck.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconChecked.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconChevronDown.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconChevronLeft.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconChevronRight.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconChevronUp.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconClose.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconCopy.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconCronjob.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconCustomer.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconDanger.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconDashboard.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconDatabase.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconDate.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconDelete.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconDomain.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconEmail.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconExternalLink.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconFailed.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconFilter.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconHide.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconHome.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconInfo.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconListView.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconLogout.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconMember.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconMinus.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconNotification.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconPending.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconPlus.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconProject.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconRandom.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSearch.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSearchEngine.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconServer.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSettings.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconShow.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSorting.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSshSftp.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSucceeded.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSuccess.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconSupport.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconTerminate.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconTileView.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconTime.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconUnchecked.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/IconWarning.d.ts +4 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +50 -0
- package/dist/types/components/Icon/index.d.ts +3 -0
- package/dist/types/components/Icon/lib/extractSvgFromString.d.ts +2 -0
- package/dist/types/components/Icon/lib/extractSvgFromString.test.d.ts +1 -0
- package/dist/types/components/Icon/stories/Default.stories.d.ts +9 -0
- package/dist/types/components/Icon/stories/Sizes.stories.d.ts +8 -0
- package/dist/types/components/Image/Image.d.ts +5 -0
- package/dist/types/components/Image/index.d.ts +3 -0
- package/dist/types/components/Image/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/Initials/Initials.d.ts +8 -0
- package/dist/types/components/Initials/index.d.ts +3 -0
- package/dist/types/components/Initials/lib/getInitialsFromString.d.ts +1 -0
- package/dist/types/components/Initials/lib/getInitialsFromString.test.d.ts +1 -0
- package/dist/types/components/Initials/lib/getVariantFromInitials.test.d.ts +1 -0
- package/dist/types/components/Initials/lib/getVariantFromString.d.ts +1 -0
- package/dist/types/components/Initials/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/Initials/stories/Variants.stories.d.ts +9 -0
- package/dist/types/components/InlineAlert/InlineAlert.d.ts +6 -0
- package/dist/types/components/InlineAlert/index.d.ts +3 -0
- package/dist/types/components/InlineAlert/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/InlineAlert/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/InlineAlert/stories/Variants.stories.d.ts +9 -0
- package/dist/types/components/InlineCode/InlineCode.d.ts +5 -0
- package/dist/types/components/InlineCode/index.d.ts +3 -0
- package/dist/types/components/InlineCode/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/InlineCode/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/Label/Label.d.ts +7 -0
- package/dist/types/components/Label/index.d.ts +3 -0
- package/dist/types/components/Label/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/LabeledValue/LabeledValue.d.ts +6 -0
- package/dist/types/components/LabeledValue/index.d.ts +3 -0
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +9 -0
- package/dist/types/components/LabeledValue/stories/EdgeCases.stories.d.ts +7 -0
- package/dist/types/components/LayoutCard/LayoutCard.d.ts +6 -0
- package/dist/types/components/LayoutCard/index.d.ts +3 -0
- package/dist/types/components/LayoutCard/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/Link/Link.d.ts +10 -0
- package/dist/types/components/Link/index.d.ts +3 -0
- package/dist/types/components/Link/stories/Default.stories.d.ts +9 -0
- package/dist/types/components/Navigation/Navigation.d.ts +6 -0
- package/dist/types/components/Navigation/components/NavigationItem/NavigationItem.d.ts +7 -0
- package/dist/types/components/Navigation/components/NavigationItem/index.d.ts +3 -0
- package/dist/types/components/Navigation/index.d.ts +4 -0
- package/dist/types/components/Navigation/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/NumberField/NumberField.d.ts +6 -0
- package/dist/types/components/NumberField/index.d.ts +3 -0
- package/dist/types/components/NumberField/stories/Default.stories.d.ts +11 -0
- package/dist/types/components/NumberField/stories/EdgeCases.stories.d.ts +7 -0
- package/dist/types/components/RadioGroup/RadioGroup.d.ts +6 -0
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +6 -0
- package/dist/types/components/RadioGroup/components/Radio/index.d.ts +3 -0
- package/dist/types/components/RadioGroup/index.d.ts +4 -0
- package/dist/types/components/RadioGroup/stories/Default.stories.d.ts +12 -0
- package/dist/types/components/RadioGroup/stories/EdgeCases.stories.d.ts +8 -0
- package/dist/types/components/Section/Section.d.ts +5 -0
- package/dist/types/components/Section/index.d.ts +3 -0
- package/dist/types/components/Section/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/StatusBadge/StatusBadge.d.ts +7 -0
- package/dist/types/components/StatusBadge/index.d.ts +3 -0
- package/dist/types/components/StatusBadge/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/StatusBadge/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/StatusBadge/stories/Variants.stories.d.ts +9 -0
- package/dist/types/components/StatusIcon/StatusIcon.d.ts +7 -0
- package/dist/types/components/StatusIcon/index.d.ts +3 -0
- package/dist/types/components/StatusIcon/stories/Default.stories.d.ts +9 -0
- package/dist/types/components/Switch/Switch.d.ts +8 -0
- package/dist/types/components/Switch/index.d.ts +3 -0
- package/dist/types/components/Switch/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/Switch/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/Text/Text.d.ts +7 -0
- package/dist/types/components/Text/index.d.ts +3 -0
- package/dist/types/components/Text/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/TextArea/TextArea.d.ts +7 -0
- package/dist/types/components/TextArea/index.d.ts +3 -0
- package/dist/types/components/TextArea/stories/Default.stories.d.ts +12 -0
- package/dist/types/components/TextField/TextField.d.ts +7 -0
- package/dist/types/components/TextField/index.d.ts +3 -0
- package/dist/types/components/TextField/stories/Default.stories.d.ts +13 -0
- package/dist/types/components/TextFieldBase/TextFieldBase.d.ts +7 -0
- package/dist/types/components/TextFieldBase/index.d.ts +3 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +6 -0
- package/dist/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts +6 -0
- package/dist/types/components/Tooltip/components/TooltipTrigger/index.d.ts +3 -0
- package/dist/types/components/Tooltip/index.d.ts +4 -0
- package/dist/types/components/Tooltip/stories/Default.stories.d.ts +6 -0
- package/dist/types/components/Tooltip/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/Wrap/Wrap.d.ts +5 -0
- package/dist/types/components/Wrap/index.d.ts +3 -0
- package/dist/types/components/nextjs/Link/Link.d.ts +2 -0
- package/dist/types/components/nextjs/Link/index.d.ts +3 -0
- package/dist/types/components/nextjs/LinkProvider/LinkProvider.d.ts +3 -0
- package/dist/types/components/nextjs/LinkProvider/index.d.ts +3 -0
- package/dist/types/components/propTypes/index.d.ts +34 -0
- package/dist/types/components/propTypes/types.d.ts +5 -0
- package/dist/types/lib/dev/dummyText.d.ts +6 -0
- package/dist/types/lib/propsContext/ClearPropsContext.d.ts +5 -0
- package/dist/types/lib/propsContext/ClearPropsContext.test.d.ts +1 -0
- package/dist/types/lib/propsContext/PropsContextProvider.d.ts +8 -0
- package/dist/types/lib/propsContext/dynamicProps/dynamic.d.ts +3 -0
- package/dist/types/lib/propsContext/dynamicProps/isDynamicProp.d.ts +4 -0
- package/dist/types/lib/propsContext/dynamicProps/resolveDynamicProps.d.ts +4 -0
- package/dist/types/lib/propsContext/dynamicProps/resolveDynamicProps.test.d.ts +1 -0
- package/dist/types/lib/propsContext/dynamicProps/types.d.ts +4 -0
- package/dist/types/lib/propsContext/index.d.ts +5 -0
- package/dist/types/lib/propsContext/mergePropsContext.d.ts +3 -0
- package/dist/types/lib/propsContext/mergePropsContext.test.d.ts +1 -0
- package/dist/types/lib/propsContext/propsContext.d.ts +3101 -0
- package/dist/types/lib/propsContext/types.d.ts +8 -0
- package/dist/types/lib/propsContext/useProps.d.ts +3 -0
- package/dist/types/lib/propsContext/useProps.test.d.ts +1 -0
- package/dist/types/lib/types/props.d.ts +8 -0
- package/dist/types/lib/types/props.test-types.d.ts +1 -0
- package/dist/{stylesInit.d.ts → types/styles/index.d.ts} +2 -4
- package/package.json +135 -33
- package/dist/Avatar.d.ts +0 -14
- package/dist/Button.d.ts +0 -21
- package/dist/Checkbox.d.ts +0 -12
- package/dist/ClearPropsContext-CD1-9TZA.js +0 -11
- package/dist/ColumnLayout.d.ts +0 -14
- package/dist/Content.d.ts +0 -17
- package/dist/CopyToClipboardButton.d.ts +0 -26
- package/dist/FieldDescription.d.ts +0 -21
- package/dist/FieldError.d.ts +0 -12
- package/dist/Heading.d.ts +0 -15
- package/dist/Icon.d.ts +0 -16
- package/dist/Icons.d.ts +0 -115
- package/dist/Image.d.ts +0 -11
- package/dist/Initials.d.ts +0 -14
- package/dist/InlineAlert.d.ts +0 -18
- package/dist/InlineCode.d.ts +0 -12
- package/dist/Label.d.ts +0 -13
- package/dist/LabeledValue.d.ts +0 -12
- package/dist/LayoutCard.d.ts +0 -17
- package/dist/Link.d.ts +0 -15
- package/dist/Navigation.d.ts +0 -20
- package/dist/NumberField.d.ts +0 -12
- package/dist/RadioGroup.d.ts +0 -17
- package/dist/Section.d.ts +0 -12
- package/dist/StatusBadge.d.ts +0 -18
- package/dist/StatusIcon.d.ts +0 -25
- package/dist/Switch.d.ts +0 -14
- package/dist/Text.d.ts +0 -18
- package/dist/TextArea.d.ts +0 -17
- package/dist/TextField.d.ts +0 -17
- package/dist/Tooltip.d.ts +0 -17
- package/dist/TooltipTrigger.d.ts +0 -12
- package/dist/clsx-DB4S2d7J.js +0 -24
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FlowComponentName, FlowComponentPropName, FlowComponentPropType } from '../../components/propTypes';
|
|
2
|
+
import { DynamicProp } from "./dynamicProps/types";
|
|
3
|
+
export type PropsContext = Partial<{
|
|
4
|
+
[C in FlowComponentName]: ComponentPropsContext<C>;
|
|
5
|
+
}>;
|
|
6
|
+
export type ComponentPropsContext<C extends FlowComponentName> = Partial<{
|
|
7
|
+
[P in FlowComponentPropName<C>]: FlowComponentPropType<C, P> | DynamicProp<C, P>;
|
|
8
|
+
}>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { FlowComponentProps } from '../../components/propTypes';
|
|
2
|
+
export declare const useProps: <C extends keyof import('../../components/propTypes').FlowComponentPropsTypes>(component: C, localProps: FlowComponentProps<C>) => FlowComponentProps<C>;
|
|
3
|
+
export default useProps;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactHTML } from "react";
|
|
2
|
+
export type Status = "info" | "success" | "warning" | "danger";
|
|
3
|
+
export type PropsWithStatus<T extends Status = Status, P = unknown> = P & {
|
|
4
|
+
status?: T;
|
|
5
|
+
};
|
|
6
|
+
export type PropsWithElementType<P = unknown> = P & HTMLAttributes<HTMLElement> & {
|
|
7
|
+
elementType?: keyof ReactHTML;
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,41 +1,135 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.32",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
7
7
|
"repository": "https://github.com/mittwald/flow",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./Avatar":
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"./
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"./
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"./
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"./
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"./
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"./
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"./
|
|
38
|
-
|
|
9
|
+
"./Avatar": {
|
|
10
|
+
"types": "./dist/types/components/Avatar/index.d.ts",
|
|
11
|
+
"import": "./dist/Avatar.js"
|
|
12
|
+
},
|
|
13
|
+
"./Button": {
|
|
14
|
+
"types": "./dist/types/components/Button/index.d.ts",
|
|
15
|
+
"import": "./dist/Button.js"
|
|
16
|
+
},
|
|
17
|
+
"./Checkbox": {
|
|
18
|
+
"types": "./dist/types/components/Checkbox/index.d.ts",
|
|
19
|
+
"import": "./dist/Checkbox.js"
|
|
20
|
+
},
|
|
21
|
+
"./ColumnLayout": {
|
|
22
|
+
"types": "./dist/types/components/ColumnLayout/index.d.ts",
|
|
23
|
+
"import": "./dist/ColumnLayout.js"
|
|
24
|
+
},
|
|
25
|
+
"./Content": {
|
|
26
|
+
"types": "./dist/types/components/Content/index.d.ts",
|
|
27
|
+
"import": "./dist/Content.js"
|
|
28
|
+
},
|
|
29
|
+
"./CopyToClipboardButton": {
|
|
30
|
+
"types": "./dist/types/components/CopyToClipboardButton/index.d.ts",
|
|
31
|
+
"import": "./dist/CopyToClipboardButton.js"
|
|
32
|
+
},
|
|
33
|
+
"./FieldDescription": {
|
|
34
|
+
"types": "./dist/types/components/FieldDescription/index.d.ts",
|
|
35
|
+
"import": "./dist/FieldDescription.js"
|
|
36
|
+
},
|
|
37
|
+
"./FieldError": {
|
|
38
|
+
"types": "./dist/types/components/FieldError/index.d.ts",
|
|
39
|
+
"import": "./dist/FieldError.js"
|
|
40
|
+
},
|
|
41
|
+
"./Heading": {
|
|
42
|
+
"types": "./dist/types/components/Heading/index.d.ts",
|
|
43
|
+
"import": "./dist/Heading.js"
|
|
44
|
+
},
|
|
45
|
+
"./Icon": {
|
|
46
|
+
"types": "./dist/types/components/Icon/index.d.ts",
|
|
47
|
+
"import": "./dist/Icon.js"
|
|
48
|
+
},
|
|
49
|
+
"./Icons": {
|
|
50
|
+
"types": "./dist/types/components/Icon/components/icons/index.d.ts",
|
|
51
|
+
"import": "./dist/Icons.js"
|
|
52
|
+
},
|
|
53
|
+
"./Image": {
|
|
54
|
+
"types": "./dist/types/components/Image/index.d.ts",
|
|
55
|
+
"import": "./dist/Image.js"
|
|
56
|
+
},
|
|
57
|
+
"./Initials": {
|
|
58
|
+
"types": "./dist/types/components/Initials/index.d.ts",
|
|
59
|
+
"import": "./dist/Initials.js"
|
|
60
|
+
},
|
|
61
|
+
"./InlineAlert": {
|
|
62
|
+
"types": "./dist/types/components/InlineAlert/index.d.ts",
|
|
63
|
+
"import": "./dist/InlineAlert.js"
|
|
64
|
+
},
|
|
65
|
+
"./InlineCode": {
|
|
66
|
+
"types": "./dist/types/components/InlineCode/index.d.ts",
|
|
67
|
+
"import": "./dist/InlineCode.js"
|
|
68
|
+
},
|
|
69
|
+
"./Label": {
|
|
70
|
+
"types": "./dist/types/components/Label/index.d.ts",
|
|
71
|
+
"import": "./dist/Label.js"
|
|
72
|
+
},
|
|
73
|
+
"./LabeledValue": {
|
|
74
|
+
"types": "./dist/types/components/LabeledValue/index.d.ts",
|
|
75
|
+
"import": "./dist/LabeledValue.js"
|
|
76
|
+
},
|
|
77
|
+
"./LayoutCard": {
|
|
78
|
+
"types": "./dist/types/components/LayoutCard/index.d.ts",
|
|
79
|
+
"import": "./dist/LayoutCard.js"
|
|
80
|
+
},
|
|
81
|
+
"./Link": {
|
|
82
|
+
"types": "./dist/types/components/Link/index.d.ts",
|
|
83
|
+
"import": "./dist/Link.js"
|
|
84
|
+
},
|
|
85
|
+
"./Navigation": {
|
|
86
|
+
"types": "./dist/types/components/Navigation/index.d.ts",
|
|
87
|
+
"import": "./dist/Navigation.js"
|
|
88
|
+
},
|
|
89
|
+
"./NumberField": {
|
|
90
|
+
"types": "./dist/types/components/NumberField/index.d.ts",
|
|
91
|
+
"import": "./dist/NumberField.js"
|
|
92
|
+
},
|
|
93
|
+
"./RadioGroup": {
|
|
94
|
+
"types": "./dist/types/components/RadioGroup/index.d.ts",
|
|
95
|
+
"import": "./dist/RadioGroup.js"
|
|
96
|
+
},
|
|
97
|
+
"./Section": {
|
|
98
|
+
"types": "./dist/types/components/Section/index.d.ts",
|
|
99
|
+
"import": "./dist/Section.js"
|
|
100
|
+
},
|
|
101
|
+
"./StatusBadge": {
|
|
102
|
+
"types": "./dist/types/components/StatusBadge/index.d.ts",
|
|
103
|
+
"import": "./dist/StatusBadge.js"
|
|
104
|
+
},
|
|
105
|
+
"./StatusIcon": {
|
|
106
|
+
"types": "./dist/types/components/StatusIcon/index.d.ts",
|
|
107
|
+
"import": "./dist/StatusIcon.js"
|
|
108
|
+
},
|
|
109
|
+
"./Switch": {
|
|
110
|
+
"types": "./dist/types/components/Switch/index.d.ts",
|
|
111
|
+
"import": "./dist/Switch.js"
|
|
112
|
+
},
|
|
113
|
+
"./Text": {
|
|
114
|
+
"types": "./dist/types/components/Text/index.d.ts",
|
|
115
|
+
"import": "./dist/Text.js"
|
|
116
|
+
},
|
|
117
|
+
"./TextArea": {
|
|
118
|
+
"types": "./dist/types/components/TextArea/index.d.ts",
|
|
119
|
+
"import": "./dist/TextArea.js"
|
|
120
|
+
},
|
|
121
|
+
"./TextField": {
|
|
122
|
+
"types": "./dist/types/components/TextField/index.d.ts",
|
|
123
|
+
"import": "./dist/TextField.js"
|
|
124
|
+
},
|
|
125
|
+
"./Tooltip": {
|
|
126
|
+
"types": "./dist/types/components/Tooltip/index.d.ts",
|
|
127
|
+
"import": "./dist/Tooltip.js"
|
|
128
|
+
},
|
|
129
|
+
"./nextjs/LinkProvider": {
|
|
130
|
+
"types": "./dist/types/components/nextjs/LinkProvider/index.d.ts",
|
|
131
|
+
"import": "./dist/nextjs/LinkProvider.js"
|
|
132
|
+
},
|
|
39
133
|
"./styles": "./dist/styles.css"
|
|
40
134
|
},
|
|
41
135
|
"files": [
|
|
@@ -70,7 +164,7 @@
|
|
|
70
164
|
},
|
|
71
165
|
"devDependencies": {
|
|
72
166
|
"@jest/globals": "^29.7.0",
|
|
73
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
167
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.32",
|
|
74
168
|
"@nx/storybook": "^18.1.0",
|
|
75
169
|
"@storybook/addon-a11y": "^7.6.17",
|
|
76
170
|
"@storybook/addon-actions": "^7.6.17",
|
|
@@ -99,6 +193,7 @@
|
|
|
99
193
|
"fs-jetpack": "^5.1.0",
|
|
100
194
|
"jest": "^29.7.0",
|
|
101
195
|
"jest-environment-jsdom": "^29.7.0",
|
|
196
|
+
"next": "^14.1.3",
|
|
102
197
|
"nx": "^18.1.0",
|
|
103
198
|
"postcss": "^8.4.35",
|
|
104
199
|
"postcss-nested-import": "^1.3.0",
|
|
@@ -121,11 +216,18 @@
|
|
|
121
216
|
"vite-plugin-banner": "^0.7.1",
|
|
122
217
|
"vite-plugin-checker": "^0.6.4",
|
|
123
218
|
"vite-plugin-dts": "^3.7.3",
|
|
219
|
+
"vite-plugin-externalize-deps": "^0.8.0",
|
|
124
220
|
"yaml": "^2.4.0"
|
|
125
221
|
},
|
|
126
222
|
"peerDependencies": {
|
|
223
|
+
"next": "*",
|
|
127
224
|
"react": "18.2.0",
|
|
128
225
|
"react-dom": "18.2.0"
|
|
129
226
|
},
|
|
130
|
-
"
|
|
227
|
+
"peerDependenciesMeta": {
|
|
228
|
+
"next": {
|
|
229
|
+
"optional": true
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"gitHead": "f11e9783b056c8094e7ba9456c0e1c0fd0cdfc85"
|
|
131
233
|
}
|
package/dist/Avatar.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
|
|
4
|
-
declare const Avatar: FC<AvatarProps>;
|
|
5
|
-
export { Avatar }
|
|
6
|
-
export default Avatar;
|
|
7
|
-
|
|
8
|
-
export declare interface AvatarProps extends PropsWithChildren {
|
|
9
|
-
className?: string;
|
|
10
|
-
/** @default "m" */
|
|
11
|
-
size?: "xs" | "s" | "m" | "l";
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { }
|
package/dist/Button.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as Aria from 'react-aria-components';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const Button: FC<ButtonProps>;
|
|
6
|
-
export { Button }
|
|
7
|
-
export default Button;
|
|
8
|
-
|
|
9
|
-
export declare interface ButtonProps extends PropsWithChildren<Omit<Aria.ButtonProps, "style">> {
|
|
10
|
-
/** @default "primary" */
|
|
11
|
-
variant?: "primary" | "accent" | "secondary" | "danger";
|
|
12
|
-
/** @default "solid" */
|
|
13
|
-
style?: "plain" | "solid" | "soft";
|
|
14
|
-
/** @default "m" */
|
|
15
|
-
size?: "m" | "s";
|
|
16
|
-
isPending?: boolean;
|
|
17
|
-
isSucceeded?: boolean;
|
|
18
|
-
isFailed?: boolean;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export { }
|
package/dist/Checkbox.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as Aria from 'react-aria-components';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const Checkbox: FC<CheckboxProps>;
|
|
6
|
-
export { Checkbox }
|
|
7
|
-
export default Checkbox;
|
|
8
|
-
|
|
9
|
-
export declare interface CheckboxProps extends PropsWithChildren<Omit<Aria.CheckboxProps, "children">> {
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { }
|
package/dist/ColumnLayout.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
|
|
4
|
-
declare const ColumnLayout: FC<ColumnLayoutProps>;
|
|
5
|
-
export { ColumnLayout }
|
|
6
|
-
export default ColumnLayout;
|
|
7
|
-
|
|
8
|
-
export declare interface ColumnLayoutProps extends PropsWithChildren {
|
|
9
|
-
s?: number[];
|
|
10
|
-
m?: number[];
|
|
11
|
-
l?: number[];
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { }
|
package/dist/Content.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { HTMLAttributes } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
import { ReactHTML } from 'react';
|
|
5
|
-
|
|
6
|
-
declare const Content: FC<ContentProps>;
|
|
7
|
-
export { Content }
|
|
8
|
-
export default Content;
|
|
9
|
-
|
|
10
|
-
export declare interface ContentProps extends PropsWithChildren, PropsWithElementType {
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
declare type PropsWithElementType<P = unknown> = P & HTMLAttributes<HTMLElement> & {
|
|
14
|
-
elementType?: keyof ReactHTML;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export { }
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as Aria from 'react-aria-components';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
import { ReactNode } from 'react';
|
|
5
|
-
|
|
6
|
-
declare interface ButtonProps extends PropsWithChildren<Omit<Aria.ButtonProps, "style">> {
|
|
7
|
-
/** @default "primary" */
|
|
8
|
-
variant?: "primary" | "accent" | "secondary" | "danger";
|
|
9
|
-
/** @default "solid" */
|
|
10
|
-
style?: "plain" | "solid" | "soft";
|
|
11
|
-
/** @default "m" */
|
|
12
|
-
size?: "m" | "s";
|
|
13
|
-
isPending?: boolean;
|
|
14
|
-
isSucceeded?: boolean;
|
|
15
|
-
isFailed?: boolean;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
declare const CopyToClipboardButton: FC<CopyToClipboardButtonProps>;
|
|
19
|
-
export { CopyToClipboardButton }
|
|
20
|
-
export default CopyToClipboardButton;
|
|
21
|
-
|
|
22
|
-
export declare interface CopyToClipboardButtonProps extends Omit<ButtonProps, "onPress" | "aria-label"> {
|
|
23
|
-
text: ReactNode;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export { }
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as Aria from 'react-aria-components';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { HTMLAttributes } from 'react';
|
|
4
|
-
import { PropsWithChildren } from 'react';
|
|
5
|
-
import { ReactHTML } from 'react';
|
|
6
|
-
|
|
7
|
-
declare const FieldDescription: FC<FieldDescriptionProps>;
|
|
8
|
-
export { FieldDescription }
|
|
9
|
-
export default FieldDescription;
|
|
10
|
-
|
|
11
|
-
export declare interface FieldDescriptionProps extends TextProps {
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
declare type PropsWithElementType<P = unknown> = P & HTMLAttributes<HTMLElement> & {
|
|
15
|
-
elementType?: keyof ReactHTML;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
declare interface TextProps extends PropsWithChildren, Omit<Aria.TextProps, "children" | "elementType">, PropsWithElementType {
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export { }
|
package/dist/FieldError.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as Aria from 'react-aria-components';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const FieldError: FC<FieldErrorProps>;
|
|
6
|
-
export { FieldError }
|
|
7
|
-
export default FieldError;
|
|
8
|
-
|
|
9
|
-
export declare interface FieldErrorProps extends PropsWithChildren<Omit<Aria.FieldErrorProps, "children">> {
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { }
|
package/dist/Heading.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ComponentPropsWithoutRef } from 'react';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const Heading: FC<HeadingProps>;
|
|
6
|
-
export { Heading }
|
|
7
|
-
export default Heading;
|
|
8
|
-
|
|
9
|
-
export declare interface HeadingProps extends PropsWithChildren, ComponentPropsWithoutRef<"h1" | "h2" | "h3" | "h4" | "h5" | "h6"> {
|
|
10
|
-
level?: Level;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
declare type Level = 1 | 2 | 3 | 4 | 5 | 6;
|
|
14
|
-
|
|
15
|
-
export { }
|
package/dist/Icon.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { SVGAttributes } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const Icon: FC<IconProps>;
|
|
6
|
-
export { Icon }
|
|
7
|
-
export default Icon;
|
|
8
|
-
|
|
9
|
-
export declare interface IconProps extends PropsWithChildren<Omit<SvgAttributeProps, "name">> {
|
|
10
|
-
/** @default "m" */
|
|
11
|
-
size?: "s" | "m" | "l";
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
declare type SvgAttributeProps = SVGAttributes<SVGSVGElement>;
|
|
15
|
-
|
|
16
|
-
export { }
|
package/dist/Icons.d.ts
DELETED
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
import { SVGAttributes } from 'react';
|
|
5
|
-
|
|
6
|
-
declare const Icon: FC<IconProps>;
|
|
7
|
-
|
|
8
|
-
export declare const IconApp: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
9
|
-
|
|
10
|
-
export declare const IconBackLink: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
11
|
-
|
|
12
|
-
export declare const IconBackup: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
13
|
-
|
|
14
|
-
export declare const IconCheck: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
15
|
-
|
|
16
|
-
export declare const IconChecked: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
17
|
-
|
|
18
|
-
export declare const IconChevronDown: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
19
|
-
|
|
20
|
-
export declare const IconChevronLeft: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
21
|
-
|
|
22
|
-
export declare const IconChevronRight: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
23
|
-
|
|
24
|
-
export declare const IconChevronUp: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
25
|
-
|
|
26
|
-
export declare const IconClose: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
27
|
-
|
|
28
|
-
export declare const IconCopy: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
29
|
-
|
|
30
|
-
export declare const IconCronjob: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
31
|
-
|
|
32
|
-
export declare const IconCustomer: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
33
|
-
|
|
34
|
-
export declare const IconDanger: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
35
|
-
|
|
36
|
-
export declare const IconDashboard: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
37
|
-
|
|
38
|
-
export declare const IconDatabase: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
39
|
-
|
|
40
|
-
export declare const IconDate: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
41
|
-
|
|
42
|
-
export declare const IconDelete: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
43
|
-
|
|
44
|
-
export declare const IconDomain: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
45
|
-
|
|
46
|
-
export declare const IconEmail: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
47
|
-
|
|
48
|
-
export declare const IconExternalLink: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
49
|
-
|
|
50
|
-
export declare const IconFailed: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
51
|
-
|
|
52
|
-
export declare const IconFilter: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
53
|
-
|
|
54
|
-
export declare const IconHide: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
55
|
-
|
|
56
|
-
export declare const IconHome: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
57
|
-
|
|
58
|
-
export declare const IconInfo: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
59
|
-
|
|
60
|
-
export declare const IconListView: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
61
|
-
|
|
62
|
-
export declare const IconLogout: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
63
|
-
|
|
64
|
-
export declare const IconMember: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
65
|
-
|
|
66
|
-
export declare const IconMinus: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
67
|
-
|
|
68
|
-
export declare const IconNotification: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
69
|
-
|
|
70
|
-
export declare const IconPending: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
71
|
-
|
|
72
|
-
export declare const IconPlus: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
73
|
-
|
|
74
|
-
export declare const IconProject: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
75
|
-
|
|
76
|
-
declare interface IconProps extends PropsWithChildren<Omit<SvgAttributeProps, "name">> {
|
|
77
|
-
/** @default "m" */
|
|
78
|
-
size?: "s" | "m" | "l";
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export declare const IconRandom: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
82
|
-
|
|
83
|
-
export declare const IconSearch: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
84
|
-
|
|
85
|
-
export declare const IconSearchEngine: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
86
|
-
|
|
87
|
-
export declare const IconServer: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
88
|
-
|
|
89
|
-
export declare const IconSettings: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
90
|
-
|
|
91
|
-
export declare const IconShow: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
92
|
-
|
|
93
|
-
export declare const IconSorting: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
94
|
-
|
|
95
|
-
export declare const IconSshSftp: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
96
|
-
|
|
97
|
-
export declare const IconSucceeded: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
98
|
-
|
|
99
|
-
export declare const IconSuccess: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
100
|
-
|
|
101
|
-
export declare const IconSupport: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
102
|
-
|
|
103
|
-
export declare const IconTerminate: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
104
|
-
|
|
105
|
-
export declare const IconTileView: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
106
|
-
|
|
107
|
-
export declare const IconTime: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
108
|
-
|
|
109
|
-
export declare const IconUnchecked: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
110
|
-
|
|
111
|
-
export declare const IconWarning: FC<Omit<ComponentProps<typeof Icon>, "children">>;
|
|
112
|
-
|
|
113
|
-
declare type SvgAttributeProps = SVGAttributes<SVGSVGElement>;
|
|
114
|
-
|
|
115
|
-
export { }
|
package/dist/Image.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
|
|
4
|
-
declare const Image_2: FC<ImageProps>;
|
|
5
|
-
export { Image_2 as Image }
|
|
6
|
-
export default Image_2;
|
|
7
|
-
|
|
8
|
-
export declare interface ImageProps extends ComponentProps<"img"> {
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export { }
|
package/dist/Initials.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
|
|
4
|
-
declare const Initials: FC<InitialsProps>;
|
|
5
|
-
export { Initials }
|
|
6
|
-
export default Initials;
|
|
7
|
-
|
|
8
|
-
export declare interface InitialsProps extends PropsWithChildren<{
|
|
9
|
-
children: string;
|
|
10
|
-
}> {
|
|
11
|
-
className?: string;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { }
|
package/dist/InlineAlert.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const InlineAlert: FC<InlineAlertProps>;
|
|
6
|
-
export { InlineAlert }
|
|
7
|
-
export default InlineAlert;
|
|
8
|
-
|
|
9
|
-
export declare interface InlineAlertProps extends PropsWithChildren<ComponentProps<"aside">>, PropsWithStatus {
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
declare type PropsWithStatus<T extends Status = Status, P = unknown> = P & {
|
|
13
|
-
status?: T;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
declare type Status = "info" | "success" | "warning" | "danger";
|
|
17
|
-
|
|
18
|
-
export { }
|
package/dist/InlineCode.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const InlineCode: FC<InlineCodeProps>;
|
|
6
|
-
export { InlineCode }
|
|
7
|
-
export default InlineCode;
|
|
8
|
-
|
|
9
|
-
export declare interface InlineCodeProps extends PropsWithChildren<ComponentProps<"code">> {
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { }
|
package/dist/Label.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as Aria from 'react-aria-components';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { PropsWithChildren } from 'react';
|
|
4
|
-
|
|
5
|
-
declare const Label: FC<LabelProps>;
|
|
6
|
-
export { Label }
|
|
7
|
-
export default Label;
|
|
8
|
-
|
|
9
|
-
export declare interface LabelProps extends PropsWithChildren<Omit<Aria.LabelProps, "children">> {
|
|
10
|
-
optional?: boolean;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { }
|
package/dist/LabeledValue.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
|
|
4
|
-
declare const LabeledValue: FC<LabeledValueProps>;
|
|
5
|
-
export { LabeledValue }
|
|
6
|
-
export default LabeledValue;
|
|
7
|
-
|
|
8
|
-
export declare interface LabeledValueProps extends PropsWithChildren {
|
|
9
|
-
className?: string;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { }
|