@vchasno/ui-kit 0.4.34 → 0.4.35
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export { default as ProjectsPopover, ProjectsPopoverProps } from './components/P
|
|
|
25
25
|
export { default as PulseDot, PulseDotProps } from './components/PulseDot/PulseDot.js';
|
|
26
26
|
export { default as Select, SelectComponents, SelectProps } from './components/Select/Select.js';
|
|
27
27
|
export { default as SelectCreatable, SelectCreatableProps } from './components/Select/SelectCreatable.js';
|
|
28
|
-
export { CustomControlProps, Option as SelectOption } from './components/Select/types.js';
|
|
28
|
+
export { CustomControlProps, Option as SelectOption, SelectRef } from './components/Select/types.js';
|
|
29
29
|
export { default as AsyncSelect, AsyncSelectProps } from './components/Select/AsyncSelect.js';
|
|
30
30
|
export { default as Snackbar, SnackbarIconProps, SnackbarProps, snackbarToast } from './components/Snackbar/Snackbar.js';
|
|
31
31
|
export { default as Spinner, SpinnerProps } from './components/Spinner/Spinner.js';
|