@cube-dev/ui-kit 0.1.3 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/README.md +3 -1
  2. package/dist/cjs/components/{Action.d.ts → actions/Action.d.ts} +2 -2
  3. package/dist/{mjs/atoms → cjs/components/actions}/Button/Button.d.ts +1 -1
  4. package/dist/cjs/{atoms → components/actions}/Button/Submit.d.ts +0 -0
  5. package/dist/{mjs/atoms → cjs/components/actions}/ButtonGroup/ButtonGroup.d.ts +1 -1
  6. package/dist/cjs/{atoms → components/content}/Avatar/Avatar.d.ts +2 -2
  7. package/dist/cjs/{atoms → components/content}/Badge/Badge.d.ts +2 -2
  8. package/dist/cjs/{atoms → components/content}/Card/Card.d.ts +1 -1
  9. package/dist/{mjs/components → cjs/components/content}/Content.d.ts +1 -1
  10. package/dist/{mjs/components → cjs/components/content}/Divider.d.ts +1 -1
  11. package/dist/cjs/components/{Footer.d.ts → content/Footer.d.ts} +1 -1
  12. package/dist/cjs/components/{Header.d.ts → content/Header.d.ts} +1 -1
  13. package/dist/cjs/components/{Paragraph.d.ts → content/Paragraph.d.ts} +1 -1
  14. package/dist/cjs/{atoms → components/content}/Placeholder/Placeholder.d.ts +2 -2
  15. package/dist/{mjs/atoms → cjs/components/content}/PrismCode/PrismCode.d.ts +1 -1
  16. package/dist/cjs/{atoms → components/content}/Skeleton/Skeleton.d.ts +2 -2
  17. package/dist/cjs/components/content/Tag/Tag.d.ts +10 -0
  18. package/dist/{mjs/components → cjs/components/content}/Text.d.ts +3 -3
  19. package/dist/{mjs/components → cjs/components/content}/Title.d.ts +2 -5
  20. package/dist/cjs/{atoms → components/forms}/Checkbox/Checkbox.d.ts +2 -2
  21. package/dist/{mjs/atoms → cjs/components/forms}/Checkbox/CheckboxGroup.d.ts +2 -2
  22. package/dist/cjs/{atoms → components/forms}/Checkbox/context.d.ts +0 -0
  23. package/dist/cjs/components/{FieldWrapper.d.ts → forms/FieldWrapper.d.ts} +2 -2
  24. package/dist/cjs/{atoms → components/forms}/Form/Field.d.ts +1 -1
  25. package/dist/{mjs/atoms → cjs/components/forms}/Form/Form.d.ts +2 -2
  26. package/dist/cjs/{atoms → components/forms}/Form/index.d.ts +0 -0
  27. package/dist/cjs/{atoms → components/forms}/Form/useForm.d.ts +0 -0
  28. package/dist/cjs/{atoms → components/forms}/Form/validation.d.ts +0 -0
  29. package/dist/cjs/components/{Label.d.ts → forms/Label.d.ts} +3 -3
  30. package/dist/cjs/{atoms → components/forms}/NumberInput/NumberInput.d.ts +0 -0
  31. package/dist/cjs/{atoms → components/forms}/NumberInput/StepButton.d.ts +0 -0
  32. package/dist/cjs/{atoms → components/forms}/PasswordInput/PasswordInput.d.ts +0 -0
  33. package/dist/cjs/{atoms → components/forms}/RadioGroup/Radio.d.ts +3 -3
  34. package/dist/cjs/{atoms → components/forms}/RadioGroup/RadioGroup.d.ts +0 -0
  35. package/dist/cjs/{atoms → components/forms}/RadioGroup/context.d.ts +0 -0
  36. package/dist/cjs/{atoms → components/forms}/SearchInput/SearchInput.d.ts +0 -0
  37. package/dist/{mjs/atoms → cjs/components/forms}/Switch/Switch.d.ts +3 -3
  38. package/dist/cjs/{atoms → components/forms}/TextArea/TextArea.d.ts +0 -0
  39. package/dist/cjs/{atoms → components/forms}/TextInput/TextInput.d.ts +0 -0
  40. package/dist/{mjs/atoms → cjs/components/forms}/TextInput/TextInputBase.d.ts +3 -3
  41. package/dist/cjs/components/{Flex.d.ts → layout/Flex.d.ts} +1 -1
  42. package/dist/{mjs/components → cjs/components/layout}/Flow.d.ts +1 -1
  43. package/dist/cjs/components/{Grid.d.ts → layout/Grid.d.ts} +1 -1
  44. package/dist/{mjs/components → cjs/components/layout}/Prefix.d.ts +1 -1
  45. package/dist/cjs/components/{Space.d.ts → layout/Space.d.ts} +1 -1
  46. package/dist/cjs/components/{Suffix.d.ts → layout/Suffix.d.ts} +1 -1
  47. package/dist/cjs/{atoms → components/navigation}/Link/Link.d.ts +1 -1
  48. package/dist/{mjs/molecules → cjs/components/navigation}/Tabs/Tabs.d.ts +3 -3
  49. package/dist/{mjs/molecules → cjs/components/organisms}/Alert/Alert.d.ts +2 -2
  50. package/dist/cjs/{molecules → components/organisms}/CopySnippet/CopySnippet.d.ts +3 -3
  51. package/dist/cjs/{molecules → components/organisms}/DirectoryTree/DirectoryTree.d.ts +1 -1
  52. package/dist/cjs/{molecules → components/organisms}/FileTabs/FileTabs.d.ts +3 -3
  53. package/dist/{mjs/molecules → cjs/components/organisms}/Modal/Modal.d.ts +1 -1
  54. package/dist/cjs/{molecules → components/organisms}/SearchResults/SearchResults.d.ts +1 -1
  55. package/dist/cjs/{molecules → components/organisms}/StatsCard/StatsCard.d.ts +1 -1
  56. package/dist/{mjs/molecules → cjs/components/organisms}/TopBar/TopBar.d.ts +1 -1
  57. package/dist/{mjs/atoms → cjs/components/other}/Base64Upload/Base64Upload.d.ts +1 -1
  58. package/dist/cjs/{atoms → components/other}/CloudLogo/CloudLogo.d.ts +1 -1
  59. package/dist/cjs/{molecules → components/overlays}/AlertDialog/AlertDialog.d.ts +2 -2
  60. package/dist/{mjs/atoms → cjs/components/overlays}/Dialog/Dialog.d.ts +1 -1
  61. package/dist/cjs/{atoms → components/overlays}/Dialog/DialogContainer.d.ts +0 -0
  62. package/dist/{mjs/atoms → cjs/components/overlays}/Dialog/DialogTrigger.d.ts +1 -1
  63. package/dist/{mjs/atoms → cjs/components/overlays}/Dialog/api.d.ts +1 -1
  64. package/dist/cjs/{atoms → components/overlays}/Dialog/context.d.ts +0 -0
  65. package/dist/cjs/{atoms → components/overlays}/Dialog/index.d.ts +0 -0
  66. package/dist/cjs/{atoms → components/overlays}/Modal/Modal.d.ts +2 -2
  67. package/dist/cjs/{atoms → components/overlays}/Modal/OpenTransition.d.ts +0 -0
  68. package/dist/cjs/{atoms → components/overlays}/Modal/Overlay.d.ts +0 -0
  69. package/dist/{mjs/atoms → cjs/components/overlays}/Modal/Popover.d.ts +2 -2
  70. package/dist/cjs/{atoms → components/overlays}/Modal/Tray.d.ts +2 -2
  71. package/dist/cjs/{atoms → components/overlays}/Modal/Underlay.d.ts +0 -0
  72. package/dist/cjs/{atoms → components/overlays}/Modal/index.d.ts +0 -0
  73. package/dist/cjs/{molecules → components/overlays}/Notification/Notification.d.ts +1 -1
  74. package/dist/cjs/components/overlays/OverlayWrapper.d.ts +11 -0
  75. package/dist/{mjs/atoms → cjs/components/overlays}/Tooltip/Tooltip.d.ts +3 -3
  76. package/dist/cjs/{atoms → components/overlays}/Tooltip/TooltipTrigger.d.ts +0 -0
  77. package/dist/{mjs/atoms → cjs/components/overlays}/Tooltip/context.d.ts +4 -2
  78. package/dist/cjs/{atoms → components/pickers}/ComboBox/ComboBox.d.ts +0 -0
  79. package/dist/{mjs/atoms → cjs/components/pickers}/Select/Select.d.ts +3 -3
  80. package/dist/cjs/{atoms → components/status}/LoadingAnimation/LoadingAnimation.d.ts +1 -1
  81. package/dist/{mjs/atoms → cjs/components/status}/Spin/Spin.d.ts +1 -1
  82. package/dist/cjs/components/types.d.ts +3 -4
  83. package/dist/cjs/css-properties.d.ts +62 -0
  84. package/dist/cjs/data/themes.d.ts +1 -1
  85. package/dist/cjs/index.d.ts +108 -106
  86. package/dist/cjs/index.js +6 -6
  87. package/dist/cjs/index.js.map +1 -1
  88. package/dist/cjs/services/notification.d.ts +1 -1
  89. package/dist/cjs/styles/color.d.ts +1 -3
  90. package/dist/cjs/styles/list.d.ts +4 -4
  91. package/dist/cjs/styles/preset.d.ts +11 -0
  92. package/dist/cjs/styles/size.d.ts +3 -0
  93. package/dist/cjs/styles/types.d.ts +4 -0
  94. package/dist/cjs/utils/react/Slots.d.ts +1 -2
  95. package/dist/cjs/utils/react/mapProps.d.ts +1 -1
  96. package/dist/cjs/utils/transitions.d.ts +7 -5
  97. package/dist/mjs/components/{Action.d.ts → actions/Action.d.ts} +2 -2
  98. package/dist/{cjs/atoms → mjs/components/actions}/Button/Button.d.ts +1 -1
  99. package/dist/mjs/{atoms → components/actions}/Button/Submit.d.ts +0 -0
  100. package/dist/{cjs/atoms → mjs/components/actions}/ButtonGroup/ButtonGroup.d.ts +1 -1
  101. package/dist/mjs/{atoms → components/content}/Avatar/Avatar.d.ts +2 -2
  102. package/dist/mjs/{atoms → components/content}/Badge/Badge.d.ts +2 -2
  103. package/dist/mjs/{atoms → components/content}/Card/Card.d.ts +1 -1
  104. package/dist/{cjs/components → mjs/components/content}/Content.d.ts +1 -1
  105. package/dist/{cjs/components → mjs/components/content}/Divider.d.ts +1 -1
  106. package/dist/mjs/components/{Footer.d.ts → content/Footer.d.ts} +1 -1
  107. package/dist/mjs/components/{Header.d.ts → content/Header.d.ts} +1 -1
  108. package/dist/mjs/components/{Paragraph.d.ts → content/Paragraph.d.ts} +1 -1
  109. package/dist/mjs/{atoms → components/content}/Placeholder/Placeholder.d.ts +2 -2
  110. package/dist/{cjs/atoms → mjs/components/content}/PrismCode/PrismCode.d.ts +1 -1
  111. package/dist/mjs/{atoms → components/content}/Skeleton/Skeleton.d.ts +2 -2
  112. package/dist/mjs/components/content/Tag/Tag.d.ts +10 -0
  113. package/dist/{cjs/components → mjs/components/content}/Text.d.ts +3 -3
  114. package/dist/{cjs/components → mjs/components/content}/Title.d.ts +2 -5
  115. package/dist/mjs/{atoms → components/forms}/Checkbox/Checkbox.d.ts +2 -2
  116. package/dist/{cjs/atoms → mjs/components/forms}/Checkbox/CheckboxGroup.d.ts +2 -2
  117. package/dist/mjs/{atoms → components/forms}/Checkbox/context.d.ts +0 -0
  118. package/dist/mjs/components/{FieldWrapper.d.ts → forms/FieldWrapper.d.ts} +2 -2
  119. package/dist/mjs/{atoms → components/forms}/Form/Field.d.ts +1 -1
  120. package/dist/{cjs/atoms → mjs/components/forms}/Form/Form.d.ts +2 -2
  121. package/dist/mjs/{atoms → components/forms}/Form/index.d.ts +0 -0
  122. package/dist/mjs/{atoms → components/forms}/Form/useForm.d.ts +0 -0
  123. package/dist/mjs/{atoms → components/forms}/Form/validation.d.ts +0 -0
  124. package/dist/mjs/components/{Label.d.ts → forms/Label.d.ts} +3 -3
  125. package/dist/mjs/{atoms → components/forms}/NumberInput/NumberInput.d.ts +0 -0
  126. package/dist/mjs/{atoms → components/forms}/NumberInput/StepButton.d.ts +0 -0
  127. package/dist/mjs/{atoms → components/forms}/PasswordInput/PasswordInput.d.ts +0 -0
  128. package/dist/mjs/{atoms → components/forms}/RadioGroup/Radio.d.ts +3 -3
  129. package/dist/mjs/{atoms → components/forms}/RadioGroup/RadioGroup.d.ts +0 -0
  130. package/dist/mjs/{atoms → components/forms}/RadioGroup/context.d.ts +0 -0
  131. package/dist/mjs/{atoms → components/forms}/SearchInput/SearchInput.d.ts +0 -0
  132. package/dist/{cjs/atoms → mjs/components/forms}/Switch/Switch.d.ts +3 -3
  133. package/dist/mjs/{atoms → components/forms}/TextArea/TextArea.d.ts +0 -0
  134. package/dist/mjs/{atoms → components/forms}/TextInput/TextInput.d.ts +0 -0
  135. package/dist/{cjs/atoms → mjs/components/forms}/TextInput/TextInputBase.d.ts +3 -3
  136. package/dist/mjs/components/{Flex.d.ts → layout/Flex.d.ts} +1 -1
  137. package/dist/{cjs/components → mjs/components/layout}/Flow.d.ts +1 -1
  138. package/dist/mjs/components/{Grid.d.ts → layout/Grid.d.ts} +1 -1
  139. package/dist/{cjs/components → mjs/components/layout}/Prefix.d.ts +1 -1
  140. package/dist/mjs/components/{Space.d.ts → layout/Space.d.ts} +1 -1
  141. package/dist/mjs/components/{Suffix.d.ts → layout/Suffix.d.ts} +1 -1
  142. package/dist/mjs/{atoms → components/navigation}/Link/Link.d.ts +1 -1
  143. package/dist/{cjs/molecules → mjs/components/navigation}/Tabs/Tabs.d.ts +3 -3
  144. package/dist/{cjs/molecules → mjs/components/organisms}/Alert/Alert.d.ts +2 -2
  145. package/dist/mjs/{molecules → components/organisms}/CopySnippet/CopySnippet.d.ts +3 -3
  146. package/dist/mjs/{molecules → components/organisms}/DirectoryTree/DirectoryTree.d.ts +1 -1
  147. package/dist/mjs/{molecules → components/organisms}/FileTabs/FileTabs.d.ts +3 -3
  148. package/dist/{cjs/molecules → mjs/components/organisms}/Modal/Modal.d.ts +1 -1
  149. package/dist/mjs/{molecules → components/organisms}/SearchResults/SearchResults.d.ts +1 -1
  150. package/dist/mjs/{molecules → components/organisms}/StatsCard/StatsCard.d.ts +1 -1
  151. package/dist/{cjs/molecules → mjs/components/organisms}/TopBar/TopBar.d.ts +1 -1
  152. package/dist/{cjs/atoms → mjs/components/other}/Base64Upload/Base64Upload.d.ts +1 -1
  153. package/dist/mjs/{atoms → components/other}/CloudLogo/CloudLogo.d.ts +1 -1
  154. package/dist/mjs/{molecules → components/overlays}/AlertDialog/AlertDialog.d.ts +2 -2
  155. package/dist/{cjs/atoms → mjs/components/overlays}/Dialog/Dialog.d.ts +1 -1
  156. package/dist/mjs/{atoms → components/overlays}/Dialog/DialogContainer.d.ts +0 -0
  157. package/dist/{cjs/atoms → mjs/components/overlays}/Dialog/DialogTrigger.d.ts +1 -1
  158. package/dist/{cjs/atoms → mjs/components/overlays}/Dialog/api.d.ts +1 -1
  159. package/dist/mjs/{atoms → components/overlays}/Dialog/context.d.ts +0 -0
  160. package/dist/mjs/{atoms → components/overlays}/Dialog/index.d.ts +0 -0
  161. package/dist/mjs/{atoms → components/overlays}/Modal/Modal.d.ts +2 -2
  162. package/dist/mjs/{atoms → components/overlays}/Modal/OpenTransition.d.ts +0 -0
  163. package/dist/mjs/{atoms → components/overlays}/Modal/Overlay.d.ts +0 -0
  164. package/dist/{cjs/atoms → mjs/components/overlays}/Modal/Popover.d.ts +2 -2
  165. package/dist/mjs/{atoms → components/overlays}/Modal/Tray.d.ts +2 -2
  166. package/dist/mjs/{atoms → components/overlays}/Modal/Underlay.d.ts +0 -0
  167. package/dist/mjs/{atoms → components/overlays}/Modal/index.d.ts +0 -0
  168. package/dist/mjs/{molecules → components/overlays}/Notification/Notification.d.ts +1 -1
  169. package/dist/mjs/components/overlays/OverlayWrapper.d.ts +11 -0
  170. package/dist/{cjs/atoms → mjs/components/overlays}/Tooltip/Tooltip.d.ts +3 -3
  171. package/dist/mjs/{atoms → components/overlays}/Tooltip/TooltipTrigger.d.ts +0 -0
  172. package/dist/{cjs/atoms → mjs/components/overlays}/Tooltip/context.d.ts +4 -2
  173. package/dist/mjs/{atoms → components/pickers}/ComboBox/ComboBox.d.ts +0 -0
  174. package/dist/{cjs/atoms → mjs/components/pickers}/Select/Select.d.ts +3 -3
  175. package/dist/mjs/{atoms → components/status}/LoadingAnimation/LoadingAnimation.d.ts +1 -1
  176. package/dist/{cjs/atoms → mjs/components/status}/Spin/Spin.d.ts +1 -1
  177. package/dist/mjs/components/types.d.ts +3 -4
  178. package/dist/mjs/css-properties.d.ts +62 -0
  179. package/dist/mjs/data/themes.d.ts +1 -1
  180. package/dist/mjs/index.d.ts +108 -106
  181. package/dist/mjs/index.js +7 -7
  182. package/dist/mjs/index.js.map +1 -1
  183. package/dist/mjs/services/notification.d.ts +1 -1
  184. package/dist/mjs/styles/color.d.ts +1 -3
  185. package/dist/mjs/styles/list.d.ts +4 -4
  186. package/dist/mjs/styles/preset.d.ts +11 -0
  187. package/dist/mjs/styles/size.d.ts +3 -0
  188. package/dist/mjs/styles/types.d.ts +4 -0
  189. package/dist/mjs/utils/react/Slots.d.ts +1 -2
  190. package/dist/mjs/utils/react/mapProps.d.ts +1 -1
  191. package/dist/mjs/utils/transitions.d.ts +7 -5
  192. package/package.json +1 -1
  193. package/dist/cjs/components/OverlayWrapper.d.ts +0 -8
  194. package/dist/mjs/components/OverlayWrapper.d.ts +0 -8
@@ -1,5 +1,5 @@
1
1
  import { ReactElement, RefObject } from 'react';
2
- import { Styles } from '../../styles/types';
2
+ import { Styles } from '../../../styles/types';
3
3
  export declare type CubeDialogClose = (close: () => void) => ReactElement;
4
4
  export interface CubeDialogTriggerProps {
5
5
  /** The Dialog and its trigger element. See the DialogTrigger [Content section](#content) for more information on what to provide as children. */
@@ -1,4 +1,4 @@
1
- import { CubeAlertDialogProps } from '../../molecules/AlertDialog/AlertDialog';
1
+ import { CubeAlertDialogProps } from '../AlertDialog/AlertDialog';
2
2
  import { CubeDialogContainerProps } from './DialogContainer';
3
3
  import { ReactNode } from 'react';
4
4
  export interface DialogData extends Omit<CubeDialogContainerProps, 'onDismiss'>, Omit<CubeAlertDialogProps, 'type' | 'id'> {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { Styles } from '../../styles/types';
3
- import { BaseProps } from '../../components/types';
2
+ import { Styles } from '../../../styles/types';
3
+ import { BaseProps } from '../../types';
4
4
  import { ModalProps } from '@react-types/overlays';
5
5
  export declare const OVERLAY_WRAPPER_STYLES: Styles;
6
6
  export interface CubeModalProps extends ModalProps {
@@ -1,7 +1,7 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import { OverlayProps } from '@react-types/overlays';
3
- import { BaseProps } from '../../components/types';
4
- import { PlacementAxis } from '../../shared';
3
+ import { BaseProps } from '../../types';
4
+ import { PlacementAxis } from '../../../shared';
5
5
  export interface CubePopoverProps extends BaseProps, Omit<OverlayProps, 'children'> {
6
6
  placement?: PlacementAxis;
7
7
  arrowProps?: HTMLAttributes<HTMLElement>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { Styles } from '../../styles/types';
3
- import { BaseProps } from '../../components/types';
2
+ import { Styles } from '../../../styles/types';
3
+ import { BaseProps } from '../../types';
4
4
  import { TrayProps } from '@react-types/overlays';
5
5
  export interface CubeTrayProps extends TrayProps {
6
6
  qa?: BaseProps['qa'];
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CubeCardProps } from '../../atoms/Card/Card';
2
+ import { CubeCardProps } from '../../content/Card/Card';
3
3
  export interface CubeNotificationProps extends CubeCardProps {
4
4
  type?: 'success' | 'note' | 'danger';
5
5
  onClose?: () => void;
@@ -0,0 +1,11 @@
1
+ import { ReactNode } from 'react';
2
+ export interface CubeOverlayWrapperProps {
3
+ isOpen?: boolean;
4
+ placement?: 'start' | 'end' | 'right' | 'left' | 'top' | 'bottom';
5
+ children: ReactNode;
6
+ childrenOnly?: boolean;
7
+ minOffset?: string | number;
8
+ minScale?: string;
9
+ withoutTransition?: boolean;
10
+ }
11
+ export declare function OverlayWrapper({ isOpen, placement, minOffset, minScale, withoutTransition, children, childrenOnly, }: CubeOverlayWrapperProps): JSX.Element;
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- import { Styles } from '../../styles/types';
3
- import { BaseProps, ContainerStyleProps } from '../../components/types';
2
+ import { Styles } from '../../../styles/types';
3
+ import { BaseProps, ContainerStyleProps } from '../../types';
4
4
  import { AriaTooltipProps } from '@react-types/tooltip';
5
- import { PlacementAxis } from '../../shared';
5
+ import { PlacementAxis } from '../../../shared';
6
6
  export interface CubeTooltipProps extends BaseProps, ContainerStyleProps, AriaTooltipProps {
7
7
  tipStyles?: Styles;
8
8
  showIcon?: boolean;
@@ -1,13 +1,15 @@
1
1
  import React, { HTMLAttributes, RefObject } from 'react';
2
2
  import { TooltipTriggerState } from '@react-stately/tooltip';
3
- import { PlacementAxis } from '../../shared';
4
- import { Props } from '../../components/types';
3
+ import { PlacementAxis } from '../../../shared';
4
+ import { Props } from '../../types';
5
5
  interface TooltipContextProps {
6
6
  state?: TooltipTriggerState;
7
7
  ref?: RefObject<HTMLDivElement>;
8
8
  placement?: PlacementAxis;
9
9
  arrowProps?: HTMLAttributes<HTMLElement>;
10
10
  overlayProps?: Props;
11
+ minScale?: string | number;
12
+ minOffset?: string | number;
11
13
  }
12
14
  export declare const TooltipContext: React.Context<TooltipContextProps>;
13
15
  export {};
@@ -1,8 +1,8 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { Styles } from '../../styles/types';
3
- import { BasePropsWithoutChildren, BlockStyleProps, OuterStyleProps, Props } from '../../components/types';
2
+ import { Styles } from '../../../styles/types';
3
+ import { BasePropsWithoutChildren, BlockStyleProps, OuterStyleProps, Props } from '../../types';
4
4
  import { AriaSelectProps } from '@react-types/select';
5
- import { FormFieldProps } from '../../shared';
5
+ import { FormFieldProps } from '../../../shared';
6
6
  export interface CubeSelectBaseProps<T> extends BasePropsWithoutChildren, OuterStyleProps, FormFieldProps, BlockStyleProps, AriaSelectProps<T> {
7
7
  prefix?: ReactNode;
8
8
  suffix?: ReactNode;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CubeBlockProps } from '../../components/Block';
2
+ import { CubeBlockProps } from '../../Block';
3
3
  export interface CubeLoadingAnimationProps extends CubeBlockProps {
4
4
  size?: 'small' | 'medium' | 'large' | number;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CubeBlockProps } from '../../components/Block';
2
+ import { CubeBlockProps } from '../../Block';
3
3
  export interface CubeSpinProps extends CubeBlockProps {
4
4
  size?: 'small' | 'default' | 'large' | number;
5
5
  spinning?: boolean;
@@ -1,4 +1,4 @@
1
- import { AllHTMLAttributes, CSSProperties, JSXElementConstructor, ReactElement, ReactNodeArray, ReactPortal } from 'react';
1
+ import { AllHTMLAttributes, CSSProperties } from 'react';
2
2
  import { Styles } from '../styles/types';
3
3
  import { BASE_STYLES, BLOCK_STYLES, COLOR_STYLES, CONTAINER_STYLES, DIMENSION_STYLES, FLOW_STYLES, OUTER_STYLES, POSITION_STYLES, TEXT_STYLES } from '../styles/list';
4
4
  export interface BasePropsWithoutChildren extends Pick<AllHTMLAttributes<HTMLElement>, 'className' | 'role' | 'id'> {
@@ -34,11 +34,10 @@ export interface BasePropsWithoutChildren extends Pick<AllHTMLAttributes<HTMLEle
34
34
  [key: string]: string | number | null;
35
35
  });
36
36
  }
37
- export interface BaseProps extends BasePropsWithoutChildren {
38
- children?: ReactElement<any, string | JSXElementConstructor<any>> | string | number | {} | ReactNodeArray | ReactPortal | boolean | null | undefined;
37
+ export interface BaseProps extends BasePropsWithoutChildren, Pick<AllHTMLAttributes<HTMLElementTagNameMap['div']>, 'children'> {
39
38
  }
40
39
  export interface AllBaseProps<K extends keyof HTMLElementTagNameMap = 'div'> extends BaseProps, Omit<AllHTMLAttributes<HTMLElementTagNameMap[K]>, 'style'> {
41
- as?: K;
40
+ as?: string;
42
41
  }
43
42
  export declare type BaseStyleProps = Pick<Styles, typeof BASE_STYLES[number]>;
44
43
  export declare type PositionStyleProps = Pick<Styles, typeof POSITION_STYLES[number]>;
@@ -17,6 +17,7 @@ declare const PROPS: {
17
17
  'minor-color': string;
18
18
  'success-bg-color': string;
19
19
  'note-bg-color': string;
20
+ 'note-text-color': string;
20
21
  'danger-bg-color': string;
21
22
  'danger-bg-hover-color': string;
22
23
  'primary-1': string;
@@ -64,15 +65,76 @@ declare const PROPS: {
64
65
  'h1-font-size': string;
65
66
  'h1-line-height': string;
66
67
  'h1-letter-spacing': string;
68
+ 'h1-font-weight': string;
67
69
  'h2-font-size': string;
68
70
  'h2-line-height': string;
71
+ 'h2-letter-spacing': string;
72
+ 'h2-font-weight': string;
69
73
  'h3-font-size': string;
70
74
  'h3-line-height': string;
75
+ 'h3-letter-spacing': string;
76
+ 'h3-font-weight': string;
71
77
  'h4-font-size': string;
72
78
  'h4-line-height': string;
79
+ 'h4-letter-spacing': string;
80
+ 'h4-font-weight': string;
73
81
  'h5-font-size': string;
74
82
  'h5-line-height': string;
83
+ 'h5-letter-spacing': string;
84
+ 'h5-font-weight': string;
85
+ 'h5s-font-size': string;
86
+ 'h5s-line-height': string;
87
+ 'h5s-letter-spacing': string;
88
+ 'h5s-font-weight': string;
89
+ 'h5m-font-size': string;
90
+ 'h5m-line-height': string;
91
+ 'h5m-letter-spacing': string;
92
+ 'h5m-font-weight': string;
75
93
  'h6-font-size': string;
76
94
  'h6-line-height': string;
95
+ 't1-font-size': string;
96
+ 't1-line-height': string;
97
+ 't1-letter-spacing': string;
98
+ 't1-font-weight': string;
99
+ 't2-font-size': string;
100
+ 't2-line-height': string;
101
+ 't2-letter-spacing': string;
102
+ 't2-font-weight': string;
103
+ 't3-font-size': string;
104
+ 't3-line-height': string;
105
+ 't3-letter-spacing': string;
106
+ 't3-font-weight': string;
107
+ 't4-font-size': string;
108
+ 't4-line-height': string;
109
+ 't4-letter-spacing': string;
110
+ 't4-font-weight': string;
111
+ 't4m-font-size': string;
112
+ 't4m-line-height': string;
113
+ 't4m-letter-spacing': string;
114
+ 't4m-font-weight': string;
115
+ 'p1-font-size': string;
116
+ 'p1-line-height': string;
117
+ 'p1-letter-spacing': string;
118
+ 'p1-font-weight': string;
119
+ 'p2-font-size': string;
120
+ 'p2-line-height': string;
121
+ 'p2-letter-spacing': string;
122
+ 'p2-font-weight': string;
123
+ 'p3-font-size': string;
124
+ 'p3-line-height': string;
125
+ 'p3-letter-spacing': string;
126
+ 'p3-font-weight': string;
127
+ 'p4-font-size': string;
128
+ 'p4-line-height': string;
129
+ 'p4-letter-spacing': string;
130
+ 'p4-font-weight': string;
131
+ 'tag-font-size': string;
132
+ 'tag-line-height': string;
133
+ 'tag-letter-spacing': string;
134
+ 'tag-font-weight': string;
135
+ 'default-font-size': string;
136
+ 'default-line-height': string;
137
+ 'default-letter-spacing': string;
138
+ 'default-font-weight': string;
77
139
  };
78
140
  export default PROPS;
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  };
12
12
  readonly note: {
13
13
  readonly fill: "#note-bg";
14
- readonly color: "#note";
14
+ readonly color: "#note-text";
15
15
  readonly border: "#note.40";
16
16
  };
17
17
  readonly disabled: {
@@ -1,14 +1,14 @@
1
1
  /// <reference types="react" />
2
- import { CubeFormProps, Field, useFormProps } from './atoms/Form';
3
- import { CubeTextProps, Text } from './components/Text';
4
- import { CubeTitleProps, Title } from './components/Title';
5
- import { CubeParagraphProps, Paragraph } from './components/Paragraph';
6
- import { ButtonGroup } from './atoms/ButtonGroup/ButtonGroup';
7
- declare const _Button: import("react").ForwardRefExoticComponent<import("./atoms/Button/Button").CubeButtonProps & import("react").RefAttributes<import("@react-types/shared").FocusableRefValue<HTMLElement, HTMLElement>>> & {
8
- Group: import("react").ForwardRefExoticComponent<import("./components/Space").CubeSpaceProps & import("react").RefAttributes<unknown>>;
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
9
  };
10
10
  declare const Form: import("react").ForwardRefExoticComponent<CubeFormProps & import("react").RefAttributes<unknown>> & {
11
- useForm: typeof import("./atoms/Form").useForm;
11
+ useForm: typeof import("./components/forms/Form").useForm;
12
12
  } & {
13
13
  Item: typeof Field;
14
14
  };
@@ -16,107 +16,109 @@ export { Item } from '@react-stately/collections';
16
16
  export { Base } from './components/Base';
17
17
  export { Block } from './components/Block';
18
18
  export type { CubeBlockProps } from './components/Block';
19
- export { Action } from './components/Action';
20
- export type { CubeActionProps } from './components/Action';
21
- export { Grid } from './components/Grid';
22
- export type { CubeGridProps } from './components/Grid';
23
- export { Flex } from './components/Flex';
24
- export type { CubeFlexProps } from './components/Flex';
25
- export { Link } from './atoms/Link/Link';
26
- export { Space } from './components/Space';
27
- export type { CubeSpaceProps } from './components/Space';
28
- export { Flow } from './components/Flow';
29
- 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';
30
30
  export { Root } from './components/Root';
31
31
  export type { CubeRootProps } from './components/Root';
32
- export { PrismCode } from './atoms/PrismCode/PrismCode';
33
- export type { CubePrismCodeProps } from './atoms/PrismCode/PrismCode';
34
- export { Prefix } from './components/Prefix';
35
- export type { CubePrefixProps } from './components/Prefix';
36
- export { Suffix } from './components/Suffix';
37
- export type { CubeSuffixProps } from './components/Suffix';
38
- export { Divider } from './components/Divider';
39
- 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';
40
40
  export { GridProvider } from './components/GridProvider';
41
41
  export type { CubeGridProviderProps } from './components/GridProvider';
42
- export { Content } from './components/Content';
43
- export type { CubeContentProps } from './components/Content';
44
- export { Header } from './components/Header';
45
- export type { CubeHeaderProps } from './components/Header';
46
- export { Footer } from './components/Footer';
47
- export type { CubeFooterProps } from './components/Footer';
48
- export { FieldWrapper } from './components/FieldWrapper';
49
- export type { CubeFieldWrapperProps } from './components/FieldWrapper';
50
- export { LoadingAnimation } from './atoms/LoadingAnimation/LoadingAnimation';
51
- export type { CubeLoadingAnimationProps } from './atoms/LoadingAnimation/LoadingAnimation';
52
- export { Spin } from './atoms/Spin/Spin';
53
- export type { CubeSpinProps } from './atoms/Spin/Spin';
54
- export { Base64Upload } from './atoms/Base64Upload/Base64Upload';
55
- export type { CubeBase64UploadProps } from './atoms/Base64Upload/Base64Upload';
56
- export { Card } from './atoms/Card/Card';
57
- export type { CubeCardProps } from './atoms/Card/Card';
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
58
  export { _Button as Button, ButtonGroup };
59
- export type { CubeButtonProps } from './atoms/Button/Button';
60
- export { Placeholder } from './atoms/Placeholder/Placeholder';
61
- export type { CubePlaceholderProps } from './atoms/Placeholder/Placeholder';
62
- export { Skeleton } from './atoms/Skeleton/Skeleton';
63
- export type { CubeSkeletonProps } from './atoms/Skeleton/Skeleton';
64
- export { CloudLogo } from './atoms/CloudLogo/CloudLogo';
65
- export { Badge } from './atoms/Badge/Badge';
66
- export type { CubeBadgeProps } from './atoms/Badge/Badge';
67
- export { SearchInput } from './atoms/SearchInput/SearchInput';
68
- export type { CubeSearchInputProps } from './atoms/SearchInput/SearchInput';
69
- export { Submit } from './atoms/Button/Submit';
70
- export type { CubeTextInputBaseProps } from './atoms/TextInput/TextInputBase';
71
- export type { CubeTextInputBaseProps as CubeTextInputProps } from './atoms/TextInput/TextInputBase';
72
- export { TextInput } from './atoms/TextInput/TextInput';
73
- export { TextArea } from './atoms/TextArea/TextArea';
74
- export type { CubeTextAreaProps } from './atoms/TextArea/TextArea';
75
- export { PasswordInput } from './atoms/PasswordInput/PasswordInput';
76
- export { Checkbox } from './atoms/Checkbox/Checkbox';
77
- export type { CubeCheckboxProps } from './atoms/Checkbox/Checkbox';
78
- export { CheckboxGroup } from './atoms/Checkbox/CheckboxGroup';
79
- export type { CubeCheckboxGroupProps } from './atoms/Checkbox/CheckboxGroup';
80
- export { Switch } from './atoms/Switch/Switch';
81
- export type { CubeSwitchProps } from './atoms/Switch/Switch';
82
- export { Radio } from './atoms/RadioGroup/Radio';
83
- export type { CubeRadioProps } from './atoms/RadioGroup/Radio';
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';
84
86
  export { Form, Field, useFormProps };
85
87
  export type { CubeFormProps };
86
- export { ComboBox } from './atoms/ComboBox/ComboBox';
87
- export type { CubeComboBoxProps } from './atoms/ComboBox/ComboBox';
88
- export { Select, ListBoxPopup } from './atoms/Select/Select';
89
- export type { CubeSelectProps, CubeSelectBaseProps, } from './atoms/Select/Select';
90
- export { NumberInput } from './atoms/NumberInput/NumberInput';
91
- export type { CubeNumberInputProps } from './atoms/NumberInput/NumberInput';
92
- export { Avatar } from './atoms/Avatar/Avatar';
93
- export type { CubeAvatarProps } from './atoms/Avatar/Avatar';
94
- export { Dialog, DialogTrigger, DialogContainer } from './atoms/Dialog';
95
- export type { CubeDialogTriggerProps, CubeDialogContainerProps, CubeDialogProps, } from './atoms/Dialog';
96
- export { Tooltip } from './atoms/Tooltip/Tooltip';
97
- export type { CubeTooltipProps } from './atoms/Tooltip/Tooltip';
98
- export { TooltipTrigger } from './atoms/Tooltip/TooltipTrigger';
99
- export type { CubeTooltipTriggerProps } from './atoms/Tooltip/TooltipTrigger';
100
- export { TopBar } from './molecules/TopBar/TopBar';
101
- export type { CubeTopbarProps } from './molecules/TopBar/TopBar';
102
- export { Alert } from './molecules/Alert/Alert';
103
- export type { CubeAlertProps } from './molecules/Alert/Alert';
104
- export { DirectoryTree } from './molecules/DirectoryTree/DirectoryTree';
105
- export type { CubeDirectoryTreeProps } from './molecules/DirectoryTree/DirectoryTree';
106
- export { Tabs } from './molecules/Tabs/Tabs';
107
- export type { CubeTabsProps } from './molecules/Tabs/Tabs';
108
- export { FileTabs } from './molecules/FileTabs/FileTabs';
109
- export type { CubeFileTabProps } from './molecules/FileTabs/FileTabs';
110
- export { Modal } from './molecules/Modal/Modal';
111
- export type { CubeModalProps } from './molecules/Modal/Modal';
112
- export { CopySnippet } from './molecules/CopySnippet/CopySnippet';
113
- export type { CubeCopySnippetProps } from './molecules/CopySnippet/CopySnippet';
114
- export { StatsCard } from './molecules/StatsCard/StatsCard';
115
- export type { CubeStatsCard } from './molecules/StatsCard/StatsCard';
116
- export { AlertDialog } from './molecules/AlertDialog/AlertDialog';
117
- export type { CubeAlertDialogProps } from './molecules/AlertDialog/AlertDialog';
118
- export { SearchResults } from './molecules/SearchResults/SearchResults';
119
- 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';
120
122
  export { notification } from './services/notification';
121
123
  export type { CubeNotificationOptions } from './services/notification';
122
124
  export * from './providers/Responsive';
@@ -139,15 +141,15 @@ export type { CubeTextProps, CubeTitleProps, CubeParagraphProps };
139
141
  export { useContextStyles, StyleProvider } from './providers/Styles';
140
142
  export { Provider } from './provider';
141
143
  export type { useProviderProps } from './provider';
142
- declare const Input: import("react").ForwardRefExoticComponent<import("./atoms/TextInput/TextInputBase").CubeTextInputBaseProps & import("react").RefAttributes<unknown>> & {
143
- Text: import("react").ForwardRefExoticComponent<import("./atoms/TextInput/TextInputBase").CubeTextInputBaseProps & import("react").RefAttributes<unknown>>;
144
- Password: import("react").ForwardRefExoticComponent<import("./atoms/TextInput/TextInputBase").CubeTextInputBaseProps & import("react").RefAttributes<unknown>> & {
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>> & {
145
147
  cubeInputType: string;
146
148
  };
147
149
  Number: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<unknown>> & {
148
150
  cubeInputType: string;
149
151
  };
150
- TextArea: import("react").ForwardRefExoticComponent<import("./atoms/TextArea/TextArea").CubeTextAreaProps & import("react").RefAttributes<unknown>> & {
152
+ TextArea: import("react").ForwardRefExoticComponent<import("./components/forms/TextArea/TextArea").CubeTextAreaProps & import("react").RefAttributes<unknown>> & {
151
153
  cubeInputType: string;
152
154
  };
153
155
  };