@cube-dev/ui-kit 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/cjs/components/GridProvider.d.ts +4 -4
- package/dist/cjs/components/{Action.d.ts → actions/Action.d.ts} +2 -2
- package/dist/{mjs/atoms → cjs/components/actions}/Button/Button.d.ts +1 -1
- package/dist/cjs/{atoms → components/actions}/Button/Submit.d.ts +0 -0
- package/dist/{mjs/atoms → cjs/components/actions}/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/cjs/{atoms → components/content}/Avatar/Avatar.d.ts +3 -3
- package/dist/cjs/{atoms → components/content}/Badge/Badge.d.ts +2 -2
- package/dist/cjs/{atoms → components/content}/Card/Card.d.ts +1 -1
- package/dist/{mjs/components → cjs/components/content}/Content.d.ts +1 -1
- package/dist/{mjs/components → cjs/components/content}/Divider.d.ts +1 -1
- package/dist/cjs/components/{Footer.d.ts → content/Footer.d.ts} +1 -1
- package/dist/cjs/components/{Header.d.ts → content/Header.d.ts} +1 -1
- package/dist/cjs/components/{Paragraph.d.ts → content/Paragraph.d.ts} +1 -1
- package/dist/cjs/{atoms → components/content}/Placeholder/Placeholder.d.ts +3 -3
- package/dist/{mjs/atoms → cjs/components/content}/PrismCode/PrismCode.d.ts +1 -1
- package/dist/cjs/{atoms → components/content}/Skeleton/Skeleton.d.ts +14 -2
- package/dist/cjs/components/content/Tag/Tag.d.ts +10 -0
- package/dist/cjs/components/content/Text.d.ts +32 -0
- package/dist/cjs/components/content/Title.d.ts +12 -0
- package/dist/cjs/{atoms → components/forms}/Checkbox/Checkbox.d.ts +2 -2
- package/dist/{mjs/atoms → cjs/components/forms}/Checkbox/CheckboxGroup.d.ts +2 -2
- package/dist/cjs/{atoms → components/forms}/Checkbox/context.d.ts +0 -0
- package/dist/cjs/components/{FieldWrapper.d.ts → forms/FieldWrapper.d.ts} +5 -5
- package/dist/cjs/{atoms → components/forms}/Form/Field.d.ts +1 -1
- package/dist/{mjs/atoms → cjs/components/forms}/Form/Form.d.ts +2 -2
- package/dist/cjs/{atoms → components/forms}/Form/index.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/Form/useForm.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/Form/validation.d.ts +0 -0
- package/dist/cjs/components/{Label.d.ts → forms/Label.d.ts} +5 -5
- package/dist/cjs/{atoms → components/forms}/NumberInput/NumberInput.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/NumberInput/StepButton.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/PasswordInput/PasswordInput.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/RadioGroup/Radio.d.ts +4 -4
- package/dist/cjs/{atoms → components/forms}/RadioGroup/RadioGroup.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/RadioGroup/context.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/SearchInput/SearchInput.d.ts +0 -0
- package/dist/{mjs/atoms → cjs/components/forms}/Switch/Switch.d.ts +5 -5
- package/dist/cjs/{atoms → components/forms}/TextArea/TextArea.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/TextInput/TextInput.d.ts +0 -0
- package/dist/cjs/{atoms → components/forms}/TextInput/TextInputBase.d.ts +7 -7
- package/dist/cjs/components/{Flex.d.ts → layout/Flex.d.ts} +1 -1
- package/dist/{mjs/components → cjs/components/layout}/Flow.d.ts +1 -1
- package/dist/cjs/components/{Grid.d.ts → layout/Grid.d.ts} +1 -1
- package/dist/{mjs/components → cjs/components/layout}/Prefix.d.ts +1 -1
- package/dist/cjs/components/{Space.d.ts → layout/Space.d.ts} +1 -1
- package/dist/cjs/components/{Suffix.d.ts → layout/Suffix.d.ts} +1 -1
- package/dist/cjs/{atoms → components/navigation}/Link/Link.d.ts +1 -1
- package/dist/{mjs/molecules → cjs/components/navigation}/Tabs/Tabs.d.ts +4 -4
- package/dist/{mjs/molecules → cjs/components/organisms}/Alert/Alert.d.ts +2 -2
- package/dist/cjs/{molecules → components/organisms}/CopySnippet/CopySnippet.d.ts +7 -5
- package/dist/cjs/{molecules → components/organisms}/DirectoryTree/DirectoryTree.d.ts +2 -1
- package/dist/cjs/{molecules → components/organisms}/FileTabs/FileTabs.d.ts +4 -4
- package/dist/{mjs/molecules → cjs/components/organisms}/Modal/Modal.d.ts +1 -1
- package/dist/cjs/{molecules → components/organisms}/SearchResults/SearchResults.d.ts +1 -1
- package/dist/cjs/{molecules → components/organisms}/StatsCard/StatsCard.d.ts +1 -1
- package/dist/{mjs/molecules → cjs/components/organisms}/TopBar/TopBar.d.ts +1 -1
- package/dist/{mjs/atoms → cjs/components/other}/Base64Upload/Base64Upload.d.ts +1 -1
- package/dist/cjs/{atoms → components/other}/CloudLogo/CloudLogo.d.ts +1 -1
- package/dist/cjs/{molecules → components/overlays}/AlertDialog/AlertDialog.d.ts +2 -2
- package/dist/{mjs/atoms → cjs/components/overlays}/Dialog/Dialog.d.ts +1 -1
- package/dist/cjs/{atoms → components/overlays}/Dialog/DialogContainer.d.ts +0 -0
- package/dist/{mjs/atoms → cjs/components/overlays}/Dialog/DialogTrigger.d.ts +2 -2
- package/dist/{mjs/atoms → cjs/components/overlays}/Dialog/api.d.ts +1 -1
- package/dist/cjs/{atoms → components/overlays}/Dialog/context.d.ts +0 -0
- package/dist/{mjs/atoms → cjs/components/overlays}/Dialog/index.d.ts +1 -1
- package/dist/cjs/{atoms → components/overlays}/Modal/Modal.d.ts +4 -4
- package/dist/cjs/{atoms → components/overlays}/Modal/OpenTransition.d.ts +0 -0
- package/dist/cjs/{atoms → components/overlays}/Modal/Overlay.d.ts +0 -0
- package/dist/{mjs/atoms → cjs/components/overlays}/Modal/Popover.d.ts +2 -2
- package/dist/cjs/{atoms → components/overlays}/Modal/Tray.d.ts +3 -3
- package/dist/cjs/{atoms → components/overlays}/Modal/Underlay.d.ts +0 -0
- package/dist/cjs/{atoms → components/overlays}/Modal/index.d.ts +0 -0
- package/dist/cjs/{molecules → components/overlays}/Notification/Notification.d.ts +1 -1
- package/dist/cjs/components/overlays/OverlayWrapper.d.ts +11 -0
- package/dist/{mjs/atoms → cjs/components/overlays}/Tooltip/Tooltip.d.ts +4 -4
- package/dist/cjs/{atoms → components/overlays}/Tooltip/TooltipTrigger.d.ts +0 -0
- package/dist/{mjs/atoms → cjs/components/overlays}/Tooltip/context.d.ts +4 -2
- package/dist/{mjs/atoms → cjs/components/pickers}/ComboBox/ComboBox.d.ts +1 -1
- package/dist/{mjs/atoms → cjs/components/pickers}/Select/Select.d.ts +12 -11
- package/dist/cjs/{atoms → components/status}/LoadingAnimation/LoadingAnimation.d.ts +1 -1
- package/dist/{mjs/atoms → cjs/components/status}/Spin/Spin.d.ts +1 -1
- package/dist/cjs/components/types.d.ts +20 -21
- package/dist/cjs/css-properties.d.ts +62 -0
- package/dist/cjs/data/themes.d.ts +1 -1
- package/dist/cjs/index.d.ts +117 -112
- package/dist/cjs/index.js +6 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/provider.d.ts +2 -2
- package/dist/cjs/providers/Styles.d.ts +2 -2
- package/dist/cjs/services/notification.d.ts +1 -1
- package/dist/cjs/shared/form.d.ts +2 -2
- package/dist/cjs/styles/color.d.ts +1 -3
- package/dist/cjs/styles/list.d.ts +4 -4
- package/dist/cjs/styles/preset.d.ts +17 -0
- package/dist/cjs/styles/size.d.ts +3 -0
- package/dist/cjs/styles/types.d.ts +9 -5
- package/dist/cjs/utils/react/Slots.d.ts +1 -2
- package/dist/cjs/utils/react/mapProps.d.ts +1 -1
- package/dist/cjs/utils/renderStyles.d.ts +4 -4
- package/dist/cjs/utils/responsive.d.ts +2 -2
- package/dist/cjs/utils/styles.d.ts +41 -41
- package/dist/cjs/utils/transitions.d.ts +7 -5
- package/dist/mjs/components/GridProvider.d.ts +4 -4
- package/dist/mjs/components/{Action.d.ts → actions/Action.d.ts} +2 -2
- package/dist/{cjs/atoms → mjs/components/actions}/Button/Button.d.ts +1 -1
- package/dist/mjs/{atoms → components/actions}/Button/Submit.d.ts +0 -0
- package/dist/{cjs/atoms → mjs/components/actions}/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/mjs/{atoms → components/content}/Avatar/Avatar.d.ts +3 -3
- package/dist/mjs/{atoms → components/content}/Badge/Badge.d.ts +2 -2
- package/dist/mjs/{atoms → components/content}/Card/Card.d.ts +1 -1
- package/dist/{cjs/components → mjs/components/content}/Content.d.ts +1 -1
- package/dist/{cjs/components → mjs/components/content}/Divider.d.ts +1 -1
- package/dist/mjs/components/{Footer.d.ts → content/Footer.d.ts} +1 -1
- package/dist/mjs/components/{Header.d.ts → content/Header.d.ts} +1 -1
- package/dist/mjs/components/{Paragraph.d.ts → content/Paragraph.d.ts} +1 -1
- package/dist/mjs/{atoms → components/content}/Placeholder/Placeholder.d.ts +3 -3
- package/dist/{cjs/atoms → mjs/components/content}/PrismCode/PrismCode.d.ts +1 -1
- package/dist/mjs/{atoms → components/content}/Skeleton/Skeleton.d.ts +14 -2
- package/dist/mjs/components/content/Tag/Tag.d.ts +10 -0
- package/dist/mjs/components/content/Text.d.ts +32 -0
- package/dist/mjs/components/content/Title.d.ts +12 -0
- package/dist/mjs/{atoms → components/forms}/Checkbox/Checkbox.d.ts +2 -2
- package/dist/{cjs/atoms → mjs/components/forms}/Checkbox/CheckboxGroup.d.ts +2 -2
- package/dist/mjs/{atoms → components/forms}/Checkbox/context.d.ts +0 -0
- package/dist/mjs/components/{FieldWrapper.d.ts → forms/FieldWrapper.d.ts} +5 -5
- package/dist/mjs/{atoms → components/forms}/Form/Field.d.ts +1 -1
- package/dist/{cjs/atoms → mjs/components/forms}/Form/Form.d.ts +2 -2
- package/dist/mjs/{atoms → components/forms}/Form/index.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/Form/useForm.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/Form/validation.d.ts +0 -0
- package/dist/mjs/components/{Label.d.ts → forms/Label.d.ts} +5 -5
- package/dist/mjs/{atoms → components/forms}/NumberInput/NumberInput.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/NumberInput/StepButton.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/PasswordInput/PasswordInput.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/RadioGroup/Radio.d.ts +4 -4
- package/dist/mjs/{atoms → components/forms}/RadioGroup/RadioGroup.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/RadioGroup/context.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/SearchInput/SearchInput.d.ts +0 -0
- package/dist/{cjs/atoms → mjs/components/forms}/Switch/Switch.d.ts +5 -5
- package/dist/mjs/{atoms → components/forms}/TextArea/TextArea.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/TextInput/TextInput.d.ts +0 -0
- package/dist/mjs/{atoms → components/forms}/TextInput/TextInputBase.d.ts +7 -7
- package/dist/mjs/components/{Flex.d.ts → layout/Flex.d.ts} +1 -1
- package/dist/{cjs/components → mjs/components/layout}/Flow.d.ts +1 -1
- package/dist/mjs/components/{Grid.d.ts → layout/Grid.d.ts} +1 -1
- package/dist/{cjs/components → mjs/components/layout}/Prefix.d.ts +1 -1
- package/dist/mjs/components/{Space.d.ts → layout/Space.d.ts} +1 -1
- package/dist/mjs/components/{Suffix.d.ts → layout/Suffix.d.ts} +1 -1
- package/dist/mjs/{atoms → components/navigation}/Link/Link.d.ts +1 -1
- package/dist/{cjs/molecules → mjs/components/navigation}/Tabs/Tabs.d.ts +4 -4
- package/dist/{cjs/molecules → mjs/components/organisms}/Alert/Alert.d.ts +2 -2
- package/dist/mjs/{molecules → components/organisms}/CopySnippet/CopySnippet.d.ts +7 -5
- package/dist/mjs/{molecules → components/organisms}/DirectoryTree/DirectoryTree.d.ts +2 -1
- package/dist/mjs/{molecules → components/organisms}/FileTabs/FileTabs.d.ts +4 -4
- package/dist/{cjs/molecules → mjs/components/organisms}/Modal/Modal.d.ts +1 -1
- package/dist/mjs/{molecules → components/organisms}/SearchResults/SearchResults.d.ts +1 -1
- package/dist/mjs/{molecules → components/organisms}/StatsCard/StatsCard.d.ts +1 -1
- package/dist/{cjs/molecules → mjs/components/organisms}/TopBar/TopBar.d.ts +1 -1
- package/dist/{cjs/atoms → mjs/components/other}/Base64Upload/Base64Upload.d.ts +1 -1
- package/dist/mjs/{atoms → components/other}/CloudLogo/CloudLogo.d.ts +1 -1
- package/dist/mjs/{molecules → components/overlays}/AlertDialog/AlertDialog.d.ts +2 -2
- package/dist/{cjs/atoms → mjs/components/overlays}/Dialog/Dialog.d.ts +1 -1
- package/dist/mjs/{atoms → components/overlays}/Dialog/DialogContainer.d.ts +0 -0
- package/dist/{cjs/atoms → mjs/components/overlays}/Dialog/DialogTrigger.d.ts +2 -2
- package/dist/{cjs/atoms → mjs/components/overlays}/Dialog/api.d.ts +1 -1
- package/dist/mjs/{atoms → components/overlays}/Dialog/context.d.ts +0 -0
- package/dist/{cjs/atoms → mjs/components/overlays}/Dialog/index.d.ts +1 -1
- package/dist/mjs/{atoms → components/overlays}/Modal/Modal.d.ts +4 -4
- package/dist/mjs/{atoms → components/overlays}/Modal/OpenTransition.d.ts +0 -0
- package/dist/mjs/{atoms → components/overlays}/Modal/Overlay.d.ts +0 -0
- package/dist/{cjs/atoms → mjs/components/overlays}/Modal/Popover.d.ts +2 -2
- package/dist/mjs/{atoms → components/overlays}/Modal/Tray.d.ts +3 -3
- package/dist/mjs/{atoms → components/overlays}/Modal/Underlay.d.ts +0 -0
- package/dist/mjs/{atoms → components/overlays}/Modal/index.d.ts +0 -0
- package/dist/mjs/{molecules → components/overlays}/Notification/Notification.d.ts +1 -1
- package/dist/mjs/components/overlays/OverlayWrapper.d.ts +11 -0
- package/dist/{cjs/atoms → mjs/components/overlays}/Tooltip/Tooltip.d.ts +4 -4
- package/dist/mjs/{atoms → components/overlays}/Tooltip/TooltipTrigger.d.ts +0 -0
- package/dist/{cjs/atoms → mjs/components/overlays}/Tooltip/context.d.ts +4 -2
- package/dist/{cjs/atoms → mjs/components/pickers}/ComboBox/ComboBox.d.ts +1 -1
- package/dist/{cjs/atoms → mjs/components/pickers}/Select/Select.d.ts +12 -11
- package/dist/mjs/{atoms → components/status}/LoadingAnimation/LoadingAnimation.d.ts +1 -1
- package/dist/{cjs/atoms → mjs/components/status}/Spin/Spin.d.ts +1 -1
- package/dist/mjs/components/types.d.ts +20 -21
- package/dist/mjs/css-properties.d.ts +62 -0
- package/dist/mjs/data/themes.d.ts +1 -1
- package/dist/mjs/index.d.ts +117 -112
- package/dist/mjs/index.js +7 -7
- package/dist/mjs/index.js.map +1 -1
- package/dist/mjs/provider.d.ts +2 -2
- package/dist/mjs/providers/Styles.d.ts +2 -2
- package/dist/mjs/services/notification.d.ts +1 -1
- package/dist/mjs/shared/form.d.ts +2 -2
- package/dist/mjs/styles/color.d.ts +1 -3
- package/dist/mjs/styles/list.d.ts +4 -4
- package/dist/mjs/styles/preset.d.ts +17 -0
- package/dist/mjs/styles/size.d.ts +3 -0
- package/dist/mjs/styles/types.d.ts +9 -5
- package/dist/mjs/utils/react/Slots.d.ts +1 -2
- package/dist/mjs/utils/react/mapProps.d.ts +1 -1
- package/dist/mjs/utils/renderStyles.d.ts +4 -4
- package/dist/mjs/utils/responsive.d.ts +2 -2
- package/dist/mjs/utils/styles.d.ts +41 -41
- package/dist/mjs/utils/transitions.d.ts +7 -5
- package/package.json +4 -3
- package/dist/cjs/components/OverlayWrapper.d.ts +0 -8
- package/dist/cjs/components/Text.d.ts +0 -32
- package/dist/cjs/components/Title.d.ts +0 -15
- package/dist/mjs/components/OverlayWrapper.d.ts +0 -8
- package/dist/mjs/components/Text.d.ts +0 -32
- package/dist/mjs/components/Title.d.ts +0 -15
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { CubeFormProps, Field, useFormProps } from './
|
|
3
|
-
import { CubeTextProps, Text } from './components/Text';
|
|
4
|
-
import { CubeTitleProps, Title } from './components/Title';
|
|
5
|
-
import { CubeParagraphProps, Paragraph } from './components/Paragraph';
|
|
2
|
+
import { CubeFormProps, Field, useFormProps } from './components/forms/Form';
|
|
3
|
+
import { CubeTextProps, Text } from './components/content/Text';
|
|
4
|
+
import { CubeTitleProps, Title } from './components/content/Title';
|
|
5
|
+
import { CubeParagraphProps, Paragraph } from './components/content/Paragraph';
|
|
6
|
+
import { ButtonGroup } from './components/actions/ButtonGroup/ButtonGroup';
|
|
7
|
+
declare const _Button: import("react").ForwardRefExoticComponent<import("./components/actions/Button/Button").CubeButtonProps & import("react").RefAttributes<import("@react-types/shared").FocusableRefValue<HTMLElement, HTMLElement>>> & {
|
|
8
|
+
Group: import("react").ForwardRefExoticComponent<import("./components/layout/Space").CubeSpaceProps & import("react").RefAttributes<unknown>>;
|
|
9
|
+
};
|
|
6
10
|
declare const Form: import("react").ForwardRefExoticComponent<CubeFormProps & import("react").RefAttributes<unknown>> & {
|
|
7
|
-
useForm: typeof import("./
|
|
11
|
+
useForm: typeof import("./components/forms/Form").useForm;
|
|
8
12
|
} & {
|
|
9
13
|
Item: typeof Field;
|
|
10
14
|
};
|
|
@@ -12,122 +16,123 @@ export { Item } from '@react-stately/collections';
|
|
|
12
16
|
export { Base } from './components/Base';
|
|
13
17
|
export { Block } from './components/Block';
|
|
14
18
|
export type { CubeBlockProps } from './components/Block';
|
|
15
|
-
export { Action } from './components/Action';
|
|
16
|
-
export type { CubeActionProps } from './components/Action';
|
|
17
|
-
export { Grid } from './components/Grid';
|
|
18
|
-
export type { CubeGridProps } from './components/Grid';
|
|
19
|
-
export { Flex } from './components/Flex';
|
|
20
|
-
export type { CubeFlexProps } from './components/Flex';
|
|
21
|
-
export { Link } from './
|
|
22
|
-
export { Space } from './components/Space';
|
|
23
|
-
export type { CubeSpaceProps } from './components/Space';
|
|
24
|
-
export { Flow } from './components/Flow';
|
|
25
|
-
export type { CubeFlowProps } from './components/Flow';
|
|
19
|
+
export { Action } from './components/actions/Action';
|
|
20
|
+
export type { CubeActionProps } from './components/actions/Action';
|
|
21
|
+
export { Grid } from './components/layout/Grid';
|
|
22
|
+
export type { CubeGridProps } from './components/layout/Grid';
|
|
23
|
+
export { Flex } from './components/layout/Flex';
|
|
24
|
+
export type { CubeFlexProps } from './components/layout/Flex';
|
|
25
|
+
export { Link } from './components/navigation/Link/Link';
|
|
26
|
+
export { Space } from './components/layout/Space';
|
|
27
|
+
export type { CubeSpaceProps } from './components/layout/Space';
|
|
28
|
+
export { Flow } from './components/layout/Flow';
|
|
29
|
+
export type { CubeFlowProps } from './components/layout/Flow';
|
|
26
30
|
export { Root } from './components/Root';
|
|
27
31
|
export type { CubeRootProps } from './components/Root';
|
|
28
|
-
export { PrismCode } from './
|
|
29
|
-
export type { CubePrismCodeProps } from './
|
|
30
|
-
export { Prefix } from './components/Prefix';
|
|
31
|
-
export type { CubePrefixProps } from './components/Prefix';
|
|
32
|
-
export { Suffix } from './components/Suffix';
|
|
33
|
-
export type { CubeSuffixProps } from './components/Suffix';
|
|
34
|
-
export { Divider } from './components/Divider';
|
|
35
|
-
export type { CubeDividerProps } from './components/Divider';
|
|
32
|
+
export { PrismCode } from './components/content/PrismCode/PrismCode';
|
|
33
|
+
export type { CubePrismCodeProps } from './components/content/PrismCode/PrismCode';
|
|
34
|
+
export { Prefix } from './components/layout/Prefix';
|
|
35
|
+
export type { CubePrefixProps } from './components/layout/Prefix';
|
|
36
|
+
export { Suffix } from './components/layout/Suffix';
|
|
37
|
+
export type { CubeSuffixProps } from './components/layout/Suffix';
|
|
38
|
+
export { Divider } from './components/content/Divider';
|
|
39
|
+
export type { CubeDividerProps } from './components/content/Divider';
|
|
36
40
|
export { GridProvider } from './components/GridProvider';
|
|
37
41
|
export type { CubeGridProviderProps } from './components/GridProvider';
|
|
38
|
-
export { Content } from './components/Content';
|
|
39
|
-
export type { CubeContentProps } from './components/Content';
|
|
40
|
-
export { Header } from './components/Header';
|
|
41
|
-
export type { CubeHeaderProps } from './components/Header';
|
|
42
|
-
export { Footer } from './components/Footer';
|
|
43
|
-
export type { CubeFooterProps } from './components/Footer';
|
|
44
|
-
export { FieldWrapper } from './components/FieldWrapper';
|
|
45
|
-
export type { CubeFieldWrapperProps } from './components/FieldWrapper';
|
|
46
|
-
export { LoadingAnimation } from './
|
|
47
|
-
export type { CubeLoadingAnimationProps } from './
|
|
48
|
-
export { Spin } from './
|
|
49
|
-
export type { CubeSpinProps } from './
|
|
50
|
-
export { Base64Upload } from './
|
|
51
|
-
export type { CubeBase64UploadProps } from './
|
|
52
|
-
export { Card } from './
|
|
53
|
-
export type { CubeCardProps } from './
|
|
54
|
-
export { Button }
|
|
55
|
-
export type { CubeButtonProps } from './
|
|
56
|
-
export { Placeholder } from './
|
|
57
|
-
export type { CubePlaceholderProps } from './
|
|
58
|
-
export { Skeleton } from './
|
|
59
|
-
export type { CubeSkeletonProps } from './
|
|
60
|
-
export { CloudLogo } from './
|
|
61
|
-
export { Badge } from './
|
|
62
|
-
export type { CubeBadgeProps } from './
|
|
63
|
-
export {
|
|
64
|
-
export type {
|
|
65
|
-
export {
|
|
66
|
-
export type {
|
|
67
|
-
export
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export
|
|
71
|
-
export {
|
|
72
|
-
export {
|
|
73
|
-
export
|
|
74
|
-
export {
|
|
75
|
-
export type {
|
|
76
|
-
export {
|
|
77
|
-
export type {
|
|
78
|
-
export {
|
|
79
|
-
export type {
|
|
42
|
+
export { Content } from './components/content/Content';
|
|
43
|
+
export type { CubeContentProps } from './components/content/Content';
|
|
44
|
+
export { Header } from './components/content/Header';
|
|
45
|
+
export type { CubeHeaderProps } from './components/content/Header';
|
|
46
|
+
export { Footer } from './components/content/Footer';
|
|
47
|
+
export type { CubeFooterProps } from './components/content/Footer';
|
|
48
|
+
export { FieldWrapper } from './components/forms/FieldWrapper';
|
|
49
|
+
export type { CubeFieldWrapperProps } from './components/forms/FieldWrapper';
|
|
50
|
+
export { LoadingAnimation } from './components/status/LoadingAnimation/LoadingAnimation';
|
|
51
|
+
export type { CubeLoadingAnimationProps } from './components/status/LoadingAnimation/LoadingAnimation';
|
|
52
|
+
export { Spin } from './components/status/Spin/Spin';
|
|
53
|
+
export type { CubeSpinProps } from './components/status/Spin/Spin';
|
|
54
|
+
export { Base64Upload } from './components/other/Base64Upload/Base64Upload';
|
|
55
|
+
export type { CubeBase64UploadProps } from './components/other/Base64Upload/Base64Upload';
|
|
56
|
+
export { Card } from './components/content/Card/Card';
|
|
57
|
+
export type { CubeCardProps } from './components/content/Card/Card';
|
|
58
|
+
export { _Button as Button, ButtonGroup };
|
|
59
|
+
export type { CubeButtonProps } from './components/actions/Button/Button';
|
|
60
|
+
export { Placeholder } from './components/content/Placeholder/Placeholder';
|
|
61
|
+
export type { CubePlaceholderProps } from './components/content/Placeholder/Placeholder';
|
|
62
|
+
export { Skeleton } from './components/content/Skeleton/Skeleton';
|
|
63
|
+
export type { CubeSkeletonProps } from './components/content/Skeleton/Skeleton';
|
|
64
|
+
export { CloudLogo } from './components/other/CloudLogo/CloudLogo';
|
|
65
|
+
export { Badge } from './components/content/Badge/Badge';
|
|
66
|
+
export type { CubeBadgeProps } from './components/content/Badge/Badge';
|
|
67
|
+
export { Tag } from './components/content/Tag/Tag';
|
|
68
|
+
export type { CubeTagProps } from './components/content/Tag/Tag';
|
|
69
|
+
export { SearchInput } from './components/forms/SearchInput/SearchInput';
|
|
70
|
+
export type { CubeSearchInputProps } from './components/forms/SearchInput/SearchInput';
|
|
71
|
+
export { Submit } from './components/actions/Button/Submit';
|
|
72
|
+
export type { CubeTextInputBaseProps } from './components/forms/TextInput/TextInputBase';
|
|
73
|
+
export type { CubeTextInputBaseProps as CubeTextInputProps } from './components/forms/TextInput/TextInputBase';
|
|
74
|
+
export { TextInput } from './components/forms/TextInput/TextInput';
|
|
75
|
+
export { TextArea } from './components/forms/TextArea/TextArea';
|
|
76
|
+
export type { CubeTextAreaProps } from './components/forms/TextArea/TextArea';
|
|
77
|
+
export { PasswordInput } from './components/forms/PasswordInput/PasswordInput';
|
|
78
|
+
export { Checkbox } from './components/forms/Checkbox/Checkbox';
|
|
79
|
+
export type { CubeCheckboxProps } from './components/forms/Checkbox/Checkbox';
|
|
80
|
+
export { CheckboxGroup } from './components/forms/Checkbox/CheckboxGroup';
|
|
81
|
+
export type { CubeCheckboxGroupProps } from './components/forms/Checkbox/CheckboxGroup';
|
|
82
|
+
export { Switch } from './components/forms/Switch/Switch';
|
|
83
|
+
export type { CubeSwitchProps } from './components/forms/Switch/Switch';
|
|
84
|
+
export { Radio } from './components/forms/RadioGroup/Radio';
|
|
85
|
+
export type { CubeRadioProps } from './components/forms/RadioGroup/Radio';
|
|
80
86
|
export { Form, Field, useFormProps };
|
|
81
87
|
export type { CubeFormProps };
|
|
82
|
-
export { ComboBox } from './
|
|
83
|
-
export type { CubeComboBoxProps } from './
|
|
84
|
-
export { Select, ListBoxPopup } from './
|
|
85
|
-
export type { CubeSelectProps, CubeSelectBaseProps } from './
|
|
86
|
-
export { NumberInput } from './
|
|
87
|
-
export type { CubeNumberInputProps } from './
|
|
88
|
-
export { Avatar } from './
|
|
89
|
-
export type { CubeAvatarProps } from './
|
|
90
|
-
export { Dialog, DialogTrigger, DialogContainer, } from './
|
|
91
|
-
export type { CubeDialogTriggerProps, CubeDialogContainerProps, CubeDialogProps, } from './
|
|
92
|
-
export { Tooltip } from './
|
|
93
|
-
export type { CubeTooltipProps } from './
|
|
94
|
-
export { TooltipTrigger } from './
|
|
95
|
-
export type { CubeTooltipTriggerProps } from './
|
|
96
|
-
export {
|
|
97
|
-
export {
|
|
98
|
-
export
|
|
99
|
-
export {
|
|
100
|
-
export
|
|
101
|
-
export {
|
|
102
|
-
export
|
|
103
|
-
export {
|
|
104
|
-
export
|
|
105
|
-
export {
|
|
106
|
-
export
|
|
107
|
-
export {
|
|
108
|
-
export
|
|
109
|
-
export {
|
|
110
|
-
export
|
|
111
|
-
export {
|
|
112
|
-
export
|
|
113
|
-
export {
|
|
114
|
-
export
|
|
115
|
-
export {
|
|
116
|
-
export type { CubeSearchResultsProps } from './molecules/SearchResults/SearchResults';
|
|
88
|
+
export { ComboBox } from './components/pickers/ComboBox/ComboBox';
|
|
89
|
+
export type { CubeComboBoxProps } from './components/pickers/ComboBox/ComboBox';
|
|
90
|
+
export { Select, ListBoxPopup } from './components/pickers/Select/Select';
|
|
91
|
+
export type { CubeSelectProps, CubeSelectBaseProps, } from './components/pickers/Select/Select';
|
|
92
|
+
export { NumberInput } from './components/forms/NumberInput/NumberInput';
|
|
93
|
+
export type { CubeNumberInputProps } from './components/forms/NumberInput/NumberInput';
|
|
94
|
+
export { Avatar } from './components/content/Avatar/Avatar';
|
|
95
|
+
export type { CubeAvatarProps } from './components/content/Avatar/Avatar';
|
|
96
|
+
export { Dialog, DialogTrigger, DialogContainer, } from './components/overlays/Dialog';
|
|
97
|
+
export type { CubeDialogTriggerProps, CubeDialogContainerProps, CubeDialogProps, } from './components/overlays/Dialog';
|
|
98
|
+
export { Tooltip } from './components/overlays/Tooltip/Tooltip';
|
|
99
|
+
export type { CubeTooltipProps } from './components/overlays/Tooltip/Tooltip';
|
|
100
|
+
export { TooltipTrigger } from './components/overlays/Tooltip/TooltipTrigger';
|
|
101
|
+
export type { CubeTooltipTriggerProps } from './components/overlays/Tooltip/TooltipTrigger';
|
|
102
|
+
export { TopBar } from './components/organisms/TopBar/TopBar';
|
|
103
|
+
export type { CubeTopbarProps } from './components/organisms/TopBar/TopBar';
|
|
104
|
+
export { Alert } from './components/organisms/Alert/Alert';
|
|
105
|
+
export type { CubeAlertProps } from './components/organisms/Alert/Alert';
|
|
106
|
+
export { DirectoryTree } from './components/organisms/DirectoryTree/DirectoryTree';
|
|
107
|
+
export type { CubeDirectoryTreeProps } from './components/organisms/DirectoryTree/DirectoryTree';
|
|
108
|
+
export { Tabs } from './components/navigation/Tabs/Tabs';
|
|
109
|
+
export type { CubeTabsProps } from './components/navigation/Tabs/Tabs';
|
|
110
|
+
export { FileTabs } from './components/organisms/FileTabs/FileTabs';
|
|
111
|
+
export type { CubeFileTabProps } from './components/organisms/FileTabs/FileTabs';
|
|
112
|
+
export { Modal } from './components/organisms/Modal/Modal';
|
|
113
|
+
export type { CubeModalProps } from './components/organisms/Modal/Modal';
|
|
114
|
+
export { CopySnippet } from './components/organisms/CopySnippet/CopySnippet';
|
|
115
|
+
export type { CubeCopySnippetProps } from './components/organisms/CopySnippet/CopySnippet';
|
|
116
|
+
export { StatsCard } from './components/organisms/StatsCard/StatsCard';
|
|
117
|
+
export type { CubeStatsCard } from './components/organisms/StatsCard/StatsCard';
|
|
118
|
+
export { AlertDialog } from './components/overlays/AlertDialog/AlertDialog';
|
|
119
|
+
export type { CubeAlertDialogProps } from './components/overlays/AlertDialog/AlertDialog';
|
|
120
|
+
export { SearchResults } from './components/organisms/SearchResults/SearchResults';
|
|
121
|
+
export type { CubeSearchResultsProps } from './components/organisms/SearchResults/SearchResults';
|
|
117
122
|
export { notification } from './services/notification';
|
|
118
123
|
export type { CubeNotificationOptions } from './services/notification';
|
|
119
124
|
export * from './providers/Responsive';
|
|
120
125
|
export declare const Typography: {
|
|
121
126
|
Text: import("react").ForwardRefExoticComponent<CubeTextProps & import("react").RefAttributes<unknown>> & {
|
|
122
|
-
Minor: (
|
|
123
|
-
Danger: (
|
|
124
|
-
Success: (
|
|
125
|
-
Strong: (
|
|
126
|
-
Selection: (
|
|
127
|
+
Minor: import("react").ForwardRefExoticComponent<CubeTextProps & import("react").RefAttributes<unknown>>;
|
|
128
|
+
Danger: import("react").ForwardRefExoticComponent<CubeTextProps & import("react").RefAttributes<unknown>>;
|
|
129
|
+
Success: import("react").ForwardRefExoticComponent<CubeTextProps & import("react").RefAttributes<unknown>>;
|
|
130
|
+
Strong: import("react").ForwardRefExoticComponent<CubeTextProps & import("react").RefAttributes<unknown>>;
|
|
131
|
+
Selection: import("react").ForwardRefExoticComponent<CubeTextProps & import("react").RefAttributes<unknown>>;
|
|
127
132
|
};
|
|
128
133
|
Title: import("react").ForwardRefExoticComponent<CubeTitleProps & import("react").RefAttributes<unknown>> & {
|
|
129
|
-
Danger: (
|
|
130
|
-
Success: (
|
|
134
|
+
Danger: import("react").ForwardRefExoticComponent<CubeTitleProps & import("react").RefAttributes<unknown>>;
|
|
135
|
+
Success: import("react").ForwardRefExoticComponent<CubeTitleProps & import("react").RefAttributes<unknown>>;
|
|
131
136
|
};
|
|
132
137
|
Paragraph: import("react").ForwardRefExoticComponent<CubeParagraphProps & import("react").RefAttributes<unknown>>;
|
|
133
138
|
};
|
|
@@ -136,15 +141,15 @@ export type { CubeTextProps, CubeTitleProps, CubeParagraphProps };
|
|
|
136
141
|
export { useContextStyles, StyleProvider } from './providers/Styles';
|
|
137
142
|
export { Provider } from './provider';
|
|
138
143
|
export type { useProviderProps } from './provider';
|
|
139
|
-
declare const Input: import("react").ForwardRefExoticComponent<import("./
|
|
140
|
-
Text: import("react").ForwardRefExoticComponent<import("./
|
|
141
|
-
Password: import("react").ForwardRefExoticComponent<import("./
|
|
144
|
+
declare const Input: import("react").ForwardRefExoticComponent<import("./components/forms/TextInput/TextInputBase").CubeTextInputBaseProps & import("react").RefAttributes<unknown>> & {
|
|
145
|
+
Text: import("react").ForwardRefExoticComponent<import("./components/forms/TextInput/TextInputBase").CubeTextInputBaseProps & import("react").RefAttributes<unknown>>;
|
|
146
|
+
Password: import("react").ForwardRefExoticComponent<import("./components/forms/TextInput/TextInputBase").CubeTextInputBaseProps & import("react").RefAttributes<unknown>> & {
|
|
142
147
|
cubeInputType: string;
|
|
143
148
|
};
|
|
144
149
|
Number: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<unknown>> & {
|
|
145
150
|
cubeInputType: string;
|
|
146
151
|
};
|
|
147
|
-
TextArea: import("react").ForwardRefExoticComponent<import("./
|
|
152
|
+
TextArea: import("react").ForwardRefExoticComponent<import("./components/forms/TextArea/TextArea").CubeTextAreaProps & import("react").RefAttributes<unknown>> & {
|
|
148
153
|
cubeInputType: string;
|
|
149
154
|
};
|
|
150
155
|
};
|