@useloops/design-system 1.4.639 → 1.4.640
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default } from '../systems/WebCore/AutocompleteBaseField/AutocompleteBaseField.js';
|
|
2
|
-
export { AutocompleteBaseFieldProps } from '../systems/WebCore/AutocompleteBaseField/types.js';
|
|
2
|
+
export { AutocompleteBaseFieldProps, GroupSelectOption } from '../systems/WebCore/AutocompleteBaseField/types.js';
|
package/dist/WebCore.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { SelectItemProps, SelectOption } from './systems/WebCore/SelectItem/type
|
|
|
9
9
|
export { default as Accordion, AccordionProps } from './systems/WebCore/Accordion/Accordion.js';
|
|
10
10
|
export { default as AuthFormHeader, AuthFormHeaderProps } from './systems/WebCore/AuthFormHeader/AuthFormHeader.js';
|
|
11
11
|
export { default as AutocompleteBaseField } from './systems/WebCore/AutocompleteBaseField/AutocompleteBaseField.js';
|
|
12
|
-
export { AutocompleteBaseFieldProps } from './systems/WebCore/AutocompleteBaseField/types.js';
|
|
12
|
+
export { AutocompleteBaseFieldProps, GroupSelectOption } from './systems/WebCore/AutocompleteBaseField/types.js';
|
|
13
13
|
export { AutocompleteFieldProps } from './systems/WebCore/AutocompleteSingle/types.js';
|
|
14
14
|
export { default as AutocompleteField } from './systems/WebCore/AutocompleteField/AutocompleteField.js';
|
|
15
15
|
export { default as Avatar, AvatarProps } from './systems/WebCore/Avatar/Avatar.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export { SelectItemProps, SelectOption } from './systems/WebCore/SelectItem/type
|
|
|
77
77
|
export { default as Accordion, AccordionProps } from './systems/WebCore/Accordion/Accordion.js';
|
|
78
78
|
export { default as AuthFormHeader, AuthFormHeaderProps } from './systems/WebCore/AuthFormHeader/AuthFormHeader.js';
|
|
79
79
|
export { default as AutocompleteBaseField } from './systems/WebCore/AutocompleteBaseField/AutocompleteBaseField.js';
|
|
80
|
-
export { AutocompleteBaseFieldProps } from './systems/WebCore/AutocompleteBaseField/types.js';
|
|
80
|
+
export { AutocompleteBaseFieldProps, GroupSelectOption } from './systems/WebCore/AutocompleteBaseField/types.js';
|
|
81
81
|
export { AutocompleteFieldProps } from './systems/WebCore/AutocompleteSingle/types.js';
|
|
82
82
|
export { default as AutocompleteField } from './systems/WebCore/AutocompleteField/AutocompleteField.js';
|
|
83
83
|
export { default as Avatar, AvatarProps } from './systems/WebCore/Avatar/Avatar.js';
|