ui phase 9

This commit is contained in:
hamid
2026-07-19 15:14:44 +03:30
parent 1ef4feb911
commit b638e25a0e
47 changed files with 2628 additions and 666 deletions
+6
View File
@@ -20,6 +20,8 @@ import JalaliDateIntentPicker from './JalaliDateIntentPicker';
import LocaleSwitcher from './LocaleSwitcher';
import StickyActionBar from './StickyActionBar';
import Pager from './Pager';
import InitialsAvatar from './InitialsAvatar';
import FormDialogShell from './FormDialogShell';
export {
ErrorBoundary,
@@ -44,6 +46,8 @@ export {
LocaleSwitcher,
StickyActionBar,
Pager,
InitialsAvatar,
FormDialogShell,
};
export type { EmptyStateProps } from './EmptyState';
export type { ErrorStateProps } from './ErrorState';
@@ -59,3 +63,5 @@ export type { JalaliDateFieldProps } from './JalaliDateField';
export type { JalaliDateIntentPickerProps } from './JalaliDateIntentPicker';
export type { StickyActionBarProps } from './StickyActionBar';
export type { PagerProps } from './Pager';
export type { InitialsAvatarProps } from './InitialsAvatar';
export type { FormDialogShellProps } from './FormDialogShell';