@solace-health/ui 0.10.39 → 0.10.43
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 +219 -218
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +181 -181
- 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;
|
|
@@ -845,6 +847,7 @@ declare const _default$3: {
|
|
|
845
847
|
stateFieldName?: string | undefined;
|
|
846
848
|
zipFieldName?: string | undefined;
|
|
847
849
|
placeholder?: string | undefined;
|
|
850
|
+
containerStyle?: react.CSSProperties | undefined;
|
|
848
851
|
} & {
|
|
849
852
|
api_key: string;
|
|
850
853
|
}) => react_jsx_runtime.JSX.Element | null;
|
|
@@ -958,4 +961,4 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
|
|
|
958
961
|
|
|
959
962
|
declare const DatePicker: ({ style, ...props }: DatePickerProps) => react_jsx_runtime.JSX.Element;
|
|
960
963
|
|
|
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 };
|
|
964
|
+
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;
|
|
@@ -845,6 +847,7 @@ declare const _default$3: {
|
|
|
845
847
|
stateFieldName?: string | undefined;
|
|
846
848
|
zipFieldName?: string | undefined;
|
|
847
849
|
placeholder?: string | undefined;
|
|
850
|
+
containerStyle?: react.CSSProperties | undefined;
|
|
848
851
|
} & {
|
|
849
852
|
api_key: string;
|
|
850
853
|
}) => react_jsx_runtime.JSX.Element | null;
|
|
@@ -958,4 +961,4 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
|
|
|
958
961
|
|
|
959
962
|
declare const DatePicker: ({ style, ...props }: DatePickerProps) => react_jsx_runtime.JSX.Element;
|
|
960
963
|
|
|
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 };
|
|
964
|
+
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 };
|