@idbrnd/design-system 1.1.0 → 1.1.1
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.ts
CHANGED
|
@@ -6,11 +6,11 @@ export { default as FillIconButton } from "./components/Button/FillIcon/FillIcon
|
|
|
6
6
|
export { default as Input } from "./components/Input/Input";
|
|
7
7
|
export { default as OutlineButton } from "./components/Button/Outline/OutlineButton";
|
|
8
8
|
export { default as OutlineIconButton } from "./components/Button/OutlineIcon/OutlineIconButton";
|
|
9
|
-
export { default as PushBadge } from "./components/PushBadge/PushBadge";
|
|
9
|
+
export { default as PushBadge } from "./components/Feedback/PushBadge/PushBadge";
|
|
10
10
|
export { default as SearchBar } from "./components/SearchBar/SearchBar";
|
|
11
|
-
export { dismissSnackbar, showSnackbar } from "./components/Snackbar/Snackbar";
|
|
11
|
+
export { dismissSnackbar, showSnackbar } from "./components/Feedback/Snackbar/Snackbar";
|
|
12
12
|
export { default as Spinner, Clip, CustomSpinner, FadeSpinner, } from "./components/Spinner/Spinner";
|
|
13
|
-
export { dismissToast, showToast } from "./components/Toast/Toast";
|
|
13
|
+
export { dismissToast, showToast } from "./components/Feedback/Toast/Toast";
|
|
14
14
|
export { default as TextButton } from "./components/Button/Text/TextButton";
|
|
15
15
|
export { default as WeakButton } from "./components/Button/Weak/WeakButton";
|
|
16
16
|
export { default as CheckBox } from "./components/Control/CheckBox/CheckBox";
|
|
@@ -20,11 +20,11 @@ export type { BasicIconButtonProps, BasicIconButtonSize, } from "./components/Bu
|
|
|
20
20
|
export type { FillButtonProps, FillButtonSize, FillButtonVariant, FillButtonWidthType, } from "./components/Button/Fill/FillButton";
|
|
21
21
|
export type { FillIconButtonProps, FillIconButtonSize, FillIconButtonVariant, } from "./components/Button/FillIcon/FillIconButton";
|
|
22
22
|
export type { InputProps, InputSize, DesignType, InputVariant, } from "./components/Input/Input";
|
|
23
|
-
export type { PushBadgeProps, PushBadgeVariant, } from "./components/PushBadge/PushBadge";
|
|
23
|
+
export type { PushBadgeProps, PushBadgeVariant, } from "./components/Feedback/PushBadge/PushBadge";
|
|
24
24
|
export type { SearchBarProps, SearchBarSize, SearchBarVariant, } from "./components/SearchBar/SearchBar";
|
|
25
|
-
export type { SnackbarShowOptions, SnackbarVariant, } from "./components/Snackbar/Snackbar";
|
|
25
|
+
export type { SnackbarShowOptions, SnackbarVariant, } from "./components/Feedback/Snackbar/Snackbar";
|
|
26
26
|
export type { ClipProps, CustomSpinnerProps, FadeSpinnerProps, } from "./components/Spinner/Spinner";
|
|
27
|
-
export type { ToastShowOptions, ToastVariant } from "./components/Toast/Toast";
|
|
27
|
+
export type { ToastShowOptions, ToastVariant } from "./components/Feedback/Toast/Toast";
|
|
28
28
|
export type { OutlineButtonProps, OutlineButtonSize, OutlineButtonVariant, OutlineButtonWidthType, } from "./components/Button/Outline/OutlineButton";
|
|
29
29
|
export type { OutlineIconButtonProps, OutlineIconButtonSize, } from "./components/Button/OutlineIcon/OutlineIconButton";
|
|
30
30
|
export type { TextButtonProps, TextButtonSize, TextButtonVariant, TextButtonWidthType, } from "./components/Button/Text/TextButton";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|