@solace-health/ui 0.10.39 → 0.10.42
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.cjs +182 -181
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +155 -155
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as antd from 'antd';
|
|
3
|
-
import { AvatarProps, DividerProps, DrawerProps, MenuProps, DropDownProps, TabsProps, ProgressProps, TagProps, SubMenuProps, DatePickerProps } from 'antd';
|
|
3
|
+
import { AvatarProps, DividerProps, DrawerProps, MenuProps, DropDownProps, TabsProps, ProgressProps, TagProps, AutoCompleteProps, SubMenuProps, DatePickerProps } from 'antd';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import react__default, { CSSProperties } from 'react';
|
|
6
6
|
import dayjs, { Dayjs } from 'dayjs';
|
|
@@ -589,6 +589,8 @@ declare const SolaceThemeProvider: ({ children, theme, }: ProviderProps) => reac
|
|
|
589
589
|
declare type Props = TagProps;
|
|
590
590
|
declare function Tag({ children, style, ...rest }: Props): react_jsx_runtime.JSX.Element;
|
|
591
591
|
|
|
592
|
+
declare function AutoComplete({ ...rest }: AutoCompleteProps): react_jsx_runtime.JSX.Element;
|
|
593
|
+
|
|
592
594
|
declare const _default$3: {
|
|
593
595
|
Container: ({ formMethods, formOptions, onSubmit, children, className, }: {
|
|
594
596
|
formMethods?: UseFormReturn<any, any> | null | undefined;
|
|
@@ -958,4 +960,4 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
|
|
|
958
960
|
|
|
959
961
|
declare const DatePicker: ({ style, ...props }: DatePickerProps) => react_jsx_runtime.JSX.Element;
|
|
960
962
|
|
|
961
|
-
export { Avatar, _default$9 as Button, _default$8 as Card, Collapse, Contentful, ContentfulLottieFileSlug, DatePicker, DateSelect, Divider, Drawer, Dropdown, ErrorTypography, _default$7 as File, _default$3 as Form, FormatType, _default$6 as Icons, _default$2 as Input, LoadingSpinner, LottieAnimation, _default$5 as Menu, Modal, _default$1 as NavigationMenu, _default$4 as NumberedProgressSteps, Pill, Progress, SearchInput, Segmented, Size, SolaceLogo, SolaceThemeProvider, SortableList, Table, Tabs, Tag, TimePicker, TimeSelect, Toggle, Tooltip, _default as Typography, UserTypes, VantaLogo };
|
|
963
|
+
export { AutoComplete, Avatar, _default$9 as Button, _default$8 as Card, Collapse, Contentful, ContentfulLottieFileSlug, DatePicker, DateSelect, Divider, Drawer, Dropdown, ErrorTypography, _default$7 as File, _default$3 as Form, FormatType, _default$6 as Icons, _default$2 as Input, LoadingSpinner, LottieAnimation, _default$5 as Menu, Modal, _default$1 as NavigationMenu, _default$4 as NumberedProgressSteps, Pill, Progress, SearchInput, Segmented, Size, SolaceLogo, SolaceThemeProvider, SortableList, Table, Tabs, Tag, TimePicker, TimeSelect, Toggle, Tooltip, _default as Typography, UserTypes, VantaLogo };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as antd from 'antd';
|
|
3
|
-
import { AvatarProps, DividerProps, DrawerProps, MenuProps, DropDownProps, TabsProps, ProgressProps, TagProps, SubMenuProps, DatePickerProps } from 'antd';
|
|
3
|
+
import { AvatarProps, DividerProps, DrawerProps, MenuProps, DropDownProps, TabsProps, ProgressProps, TagProps, AutoCompleteProps, SubMenuProps, DatePickerProps } from 'antd';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import react__default, { CSSProperties } from 'react';
|
|
6
6
|
import dayjs, { Dayjs } from 'dayjs';
|
|
@@ -589,6 +589,8 @@ declare const SolaceThemeProvider: ({ children, theme, }: ProviderProps) => reac
|
|
|
589
589
|
declare type Props = TagProps;
|
|
590
590
|
declare function Tag({ children, style, ...rest }: Props): react_jsx_runtime.JSX.Element;
|
|
591
591
|
|
|
592
|
+
declare function AutoComplete({ ...rest }: AutoCompleteProps): react_jsx_runtime.JSX.Element;
|
|
593
|
+
|
|
592
594
|
declare const _default$3: {
|
|
593
595
|
Container: ({ formMethods, formOptions, onSubmit, children, className, }: {
|
|
594
596
|
formMethods?: UseFormReturn<any, any> | null | undefined;
|
|
@@ -958,4 +960,4 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
|
|
|
958
960
|
|
|
959
961
|
declare const DatePicker: ({ style, ...props }: DatePickerProps) => react_jsx_runtime.JSX.Element;
|
|
960
962
|
|
|
961
|
-
export { Avatar, _default$9 as Button, _default$8 as Card, Collapse, Contentful, ContentfulLottieFileSlug, DatePicker, DateSelect, Divider, Drawer, Dropdown, ErrorTypography, _default$7 as File, _default$3 as Form, FormatType, _default$6 as Icons, _default$2 as Input, LoadingSpinner, LottieAnimation, _default$5 as Menu, Modal, _default$1 as NavigationMenu, _default$4 as NumberedProgressSteps, Pill, Progress, SearchInput, Segmented, Size, SolaceLogo, SolaceThemeProvider, SortableList, Table, Tabs, Tag, TimePicker, TimeSelect, Toggle, Tooltip, _default as Typography, UserTypes, VantaLogo };
|
|
963
|
+
export { AutoComplete, Avatar, _default$9 as Button, _default$8 as Card, Collapse, Contentful, ContentfulLottieFileSlug, DatePicker, DateSelect, Divider, Drawer, Dropdown, ErrorTypography, _default$7 as File, _default$3 as Form, FormatType, _default$6 as Icons, _default$2 as Input, LoadingSpinner, LottieAnimation, _default$5 as Menu, Modal, _default$1 as NavigationMenu, _default$4 as NumberedProgressSteps, Pill, Progress, SearchInput, Segmented, Size, SolaceLogo, SolaceThemeProvider, SortableList, Table, Tabs, Tag, TimePicker, TimeSelect, Toggle, Tooltip, _default as Typography, UserTypes, VantaLogo };
|