@solace-health/ui 0.10.97 → 0.10.99

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
@@ -13,6 +13,7 @@ import * as contentful from 'contentful';
13
13
  import { MenuProps as MenuProps$1 } from '@szhsin/react-menu';
14
14
  import { FunctionalComponent } from 'preact';
15
15
  import { ColumnsType, TablePaginationConfig, TableProps } from 'antd/es/table';
16
+ import { TreeProps as TreeProps$1 } from 'antd/es/tree';
16
17
  import * as antd_es_upload_interface from 'antd/es/upload/interface';
17
18
  import * as rc_select_lib_Select from 'rc-select/lib/Select';
18
19
  import * as react_hook_form from 'react-hook-form';
@@ -21,7 +22,6 @@ export { Controller, FormProvider, useFieldArray, useForm, useFormContext } from
21
22
  import * as rc_input_number from 'rc-input-number';
22
23
  import { MenuDividerProps } from 'antd/es/menu';
23
24
  import { MenuItemType } from 'antd/es/menu/hooks/useItems';
24
- import { TreeProps as TreeProps$1 } from 'antd/es/tree';
25
25
 
26
26
  declare const _default$a: {
27
27
  Afternoon: ({ size, color, active, }: {
@@ -739,6 +739,9 @@ declare type ProviderProps = {
739
739
  };
740
740
  declare const SolaceThemeProvider: ({ children, theme, }: ProviderProps) => react_jsx_runtime.JSX.Element;
741
741
 
742
+ declare type TreeProps = TreeProps$1;
743
+ declare function Tree({ defaultExpandAll, treeData, checkedKeys, ...rest }: TreeProps): react_jsx_runtime.JSX.Element;
744
+
742
745
  declare enum FormatType {
743
746
  Phone = "phone",
744
747
  Currency = "currency",
@@ -1081,6 +1084,9 @@ declare const _default$3: {
1081
1084
  uploadData?: Record<string, unknown> | undefined;
1082
1085
  defaultFileList?: antd.UploadFile<any>[] | undefined;
1083
1086
  } & antd.UploadProps<any>) => react_jsx_runtime.JSX.Element;
1087
+ Tree: ({ name, ...rest }: {
1088
+ name: string;
1089
+ } & TreeProps) => react_jsx_runtime.JSX.Element;
1084
1090
  };
1085
1091
 
1086
1092
  declare const _default$2: {
@@ -1150,7 +1156,4 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
1150
1156
 
1151
1157
  declare const DatePicker: ({ style, ...props }: DatePickerProps) => react_jsx_runtime.JSX.Element;
1152
1158
 
1153
- declare type TreeProps = TreeProps$1;
1154
- declare function Tree({ defaultExpandAll, treeData, ...rest }: TreeProps): react_jsx_runtime.JSX.Element;
1155
-
1156
1159
  export { _default$a as AnimatedIcon, AutoComplete, Avatar, Badge, Breakpoint, _default$9 as Button, _default$8 as Card, Collapse, Contentful, ContentfulLottieFileSlug, DatePicker, DateSelect, Divider, Drawer, Dropdown, ErrorTypography, _default$7 as File, Flex, _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, Ribbon, SearchInput, Segmented, Size, SolaceLogo, SolaceThemeProvider, SortableList, Table, Tabs, Tag, TimePicker, TimeSelect, Toggle, Tooltip, Tree, _default as Typography, UserTypes, VantaLogo };
package/dist/index.d.ts CHANGED
@@ -13,6 +13,7 @@ import * as contentful from 'contentful';
13
13
  import { MenuProps as MenuProps$1 } from '@szhsin/react-menu';
14
14
  import { FunctionalComponent } from 'preact';
15
15
  import { ColumnsType, TablePaginationConfig, TableProps } from 'antd/es/table';
16
+ import { TreeProps as TreeProps$1 } from 'antd/es/tree';
16
17
  import * as antd_es_upload_interface from 'antd/es/upload/interface';
17
18
  import * as rc_select_lib_Select from 'rc-select/lib/Select';
18
19
  import * as react_hook_form from 'react-hook-form';
@@ -21,7 +22,6 @@ export { Controller, FormProvider, useFieldArray, useForm, useFormContext } from
21
22
  import * as rc_input_number from 'rc-input-number';
22
23
  import { MenuDividerProps } from 'antd/es/menu';
23
24
  import { MenuItemType } from 'antd/es/menu/hooks/useItems';
24
- import { TreeProps as TreeProps$1 } from 'antd/es/tree';
25
25
 
26
26
  declare const _default$a: {
27
27
  Afternoon: ({ size, color, active, }: {
@@ -739,6 +739,9 @@ declare type ProviderProps = {
739
739
  };
740
740
  declare const SolaceThemeProvider: ({ children, theme, }: ProviderProps) => react_jsx_runtime.JSX.Element;
741
741
 
742
+ declare type TreeProps = TreeProps$1;
743
+ declare function Tree({ defaultExpandAll, treeData, checkedKeys, ...rest }: TreeProps): react_jsx_runtime.JSX.Element;
744
+
742
745
  declare enum FormatType {
743
746
  Phone = "phone",
744
747
  Currency = "currency",
@@ -1081,6 +1084,9 @@ declare const _default$3: {
1081
1084
  uploadData?: Record<string, unknown> | undefined;
1082
1085
  defaultFileList?: antd.UploadFile<any>[] | undefined;
1083
1086
  } & antd.UploadProps<any>) => react_jsx_runtime.JSX.Element;
1087
+ Tree: ({ name, ...rest }: {
1088
+ name: string;
1089
+ } & TreeProps) => react_jsx_runtime.JSX.Element;
1084
1090
  };
1085
1091
 
1086
1092
  declare const _default$2: {
@@ -1150,7 +1156,4 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
1150
1156
 
1151
1157
  declare const DatePicker: ({ style, ...props }: DatePickerProps) => react_jsx_runtime.JSX.Element;
1152
1158
 
1153
- declare type TreeProps = TreeProps$1;
1154
- declare function Tree({ defaultExpandAll, treeData, ...rest }: TreeProps): react_jsx_runtime.JSX.Element;
1155
-
1156
1159
  export { _default$a as AnimatedIcon, AutoComplete, Avatar, Badge, Breakpoint, _default$9 as Button, _default$8 as Card, Collapse, Contentful, ContentfulLottieFileSlug, DatePicker, DateSelect, Divider, Drawer, Dropdown, ErrorTypography, _default$7 as File, Flex, _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, Ribbon, SearchInput, Segmented, Size, SolaceLogo, SolaceThemeProvider, SortableList, Table, Tabs, Tag, TimePicker, TimeSelect, Toggle, Tooltip, Tree, _default as Typography, UserTypes, VantaLogo };