@saas-ui/react 3.0.0-alpha.30 → 3.0.0-alpha.31

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/index.d.cts CHANGED
@@ -19,6 +19,7 @@ export { FileUpload } from './components/file-upload/index.cjs';
19
19
  export { GridList } from './components/grid-list/index.cjs';
20
20
  export { IconBadge, IconBadgeProps } from './components/icon-badge/index.cjs';
21
21
  export { IconButton, IconButtonProps } from './components/icon-button/index.cjs';
22
+ export { Input, InputAddon, InputAddonProps, InputElement, InputElementProps, InputProps, InputPropsProvider } from '@chakra-ui/react/input';
22
23
  export { InputGroup, InputGroupProps } from './components/input-group/index.cjs';
23
24
  export { Link } from './components/link/index.cjs';
24
25
  export { LoadingOverlay, useLoadingOverlayStyles } from './components/loading-overlay/index.cjs';
@@ -30,6 +31,7 @@ export { PasswordInput, PasswordInputProps } from './components/password-input/i
30
31
  export { Persona, PersonaAvatar, PersonaAvatarProps, PersonaProps, Presence, PresenceConfig, defaultPresenceOptions } from './components/persona/index.cjs';
31
32
  export { PinInput, PinInputProps } from './components/pin-input/index.cjs';
32
33
  export { Popover } from './components/popover/index.cjs';
34
+ export { Progress } from '@chakra-ui/react/progress';
33
35
  export { Radio, RadioGroup, RadioGroupProps, RadioProps } from './components/radio/index.cjs';
34
36
  export { SearchInput, SearchInputProps } from './components/search-input/index.cjs';
35
37
  export { Select } from './components/select/index.cjs';
@@ -44,6 +46,7 @@ export { Tabs, useTabsContext, useTabsStyles } from '@chakra-ui/react/tabs';
44
46
  export { Tag, TagProps } from './components/tag/index.cjs';
45
47
  export { Toaster, ToasterProps, toast } from './components/toaster/index.cjs';
46
48
  export { Tooltip, TooltipProps } from './components/tooltip/index.cjs';
49
+ export { Textarea, TextareaProps } from '@chakra-ui/react/textarea';
47
50
  import './types-DnFoUudY.cjs';
48
51
  import '@ark-ui/react';
49
52
  import '@ark-ui/react/dialog';
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ export { FileUpload } from './components/file-upload/index.js';
19
19
  export { GridList } from './components/grid-list/index.js';
20
20
  export { IconBadge, IconBadgeProps } from './components/icon-badge/index.js';
21
21
  export { IconButton, IconButtonProps } from './components/icon-button/index.js';
22
+ export { Input, InputAddon, InputAddonProps, InputElement, InputElementProps, InputProps, InputPropsProvider } from '@chakra-ui/react/input';
22
23
  export { InputGroup, InputGroupProps } from './components/input-group/index.js';
23
24
  export { Link } from './components/link/index.js';
24
25
  export { LoadingOverlay, useLoadingOverlayStyles } from './components/loading-overlay/index.js';
@@ -30,6 +31,7 @@ export { PasswordInput, PasswordInputProps } from './components/password-input/i
30
31
  export { Persona, PersonaAvatar, PersonaAvatarProps, PersonaProps, Presence, PresenceConfig, defaultPresenceOptions } from './components/persona/index.js';
31
32
  export { PinInput, PinInputProps } from './components/pin-input/index.js';
32
33
  export { Popover } from './components/popover/index.js';
34
+ export { Progress } from '@chakra-ui/react/progress';
33
35
  export { Radio, RadioGroup, RadioGroupProps, RadioProps } from './components/radio/index.js';
34
36
  export { SearchInput, SearchInputProps } from './components/search-input/index.js';
35
37
  export { Select } from './components/select/index.js';
@@ -44,6 +46,7 @@ export { Tabs, useTabsContext, useTabsStyles } from '@chakra-ui/react/tabs';
44
46
  export { Tag, TagProps } from './components/tag/index.js';
45
47
  export { Toaster, ToasterProps, toast } from './components/toaster/index.js';
46
48
  export { Tooltip, TooltipProps } from './components/tooltip/index.js';
49
+ export { Textarea, TextareaProps } from '@chakra-ui/react/textarea';
47
50
  import './types-DnFoUudY.js';
48
51
  import '@ark-ui/react';
49
52
  import '@ark-ui/react/dialog';