@datatechsolutions/ui 2.8.1 → 2.8.3
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/{chunk-GMCT3H22.mjs → chunk-ERSSNTC2.mjs} +3 -3
- package/dist/{chunk-GMCT3H22.mjs.map → chunk-ERSSNTC2.mjs.map} +1 -1
- package/dist/{chunk-5UH7FKFC.mjs → chunk-F6TU6TXE.mjs} +6 -6
- package/dist/chunk-F6TU6TXE.mjs.map +1 -0
- package/dist/{chunk-5AXMHSXY.js → chunk-FZLXJU4C.js} +52 -52
- package/dist/{chunk-5AXMHSXY.js.map → chunk-FZLXJU4C.js.map} +1 -1
- package/dist/{chunk-FJLCYEFL.js → chunk-MOYCAJTS.js} +6 -6
- package/dist/chunk-MOYCAJTS.js.map +1 -0
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +339 -339
- package/dist/index.mjs +1 -1
- package/dist/workflow/index.js +119 -119
- package/dist/workflow/index.mjs +3 -3
- package/dist/workflow/workflow-canvas.js +3 -3
- package/dist/workflow/workflow-canvas.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-5UH7FKFC.mjs.map +0 -1
- package/dist/chunk-FJLCYEFL.js.map +0 -1
|
@@ -9614,8 +9614,8 @@ var ACCENT_MAP = {
|
|
|
9614
9614
|
icon: "text-amber-500 dark:text-amber-400"
|
|
9615
9615
|
},
|
|
9616
9616
|
"building-storefront": {
|
|
9617
|
-
container: "bg-
|
|
9618
|
-
icon: "text-
|
|
9617
|
+
container: "bg-amber-50/80 dark:bg-amber-900/30 border-amber-100/50 dark:border-amber-800/30",
|
|
9618
|
+
icon: "text-amber-600 dark:text-amber-400"
|
|
9619
9619
|
},
|
|
9620
9620
|
"shopping-bag": {
|
|
9621
9621
|
container: "bg-rose-50/80 dark:bg-rose-900/30 border-rose-100/50 dark:border-rose-800/30",
|
|
@@ -9686,7 +9686,7 @@ var ACCENT_MAP = {
|
|
|
9686
9686
|
icon: "text-emerald-500 dark:text-emerald-400"
|
|
9687
9687
|
}
|
|
9688
9688
|
};
|
|
9689
|
-
function PageEmptyState({ title, message, iconName }) {
|
|
9689
|
+
function PageEmptyState({ title, message, iconName, customIcon }) {
|
|
9690
9690
|
const Icon = ICON_MAP[iconName] || FallbackIcon;
|
|
9691
9691
|
const accent = ACCENT_MAP[iconName] || ACCENT_MAP["folder-open"];
|
|
9692
9692
|
const prefersReducedMotion2 = useReducedMotion();
|
|
@@ -9714,7 +9714,7 @@ function PageEmptyState({ title, message, iconName }) {
|
|
|
9714
9714
|
animate: prefersReducedMotion2 ? noMotion : { scale: 1, opacity: 1 },
|
|
9715
9715
|
transition: prefersReducedMotion2 ? noTransition : springPresets.bouncy,
|
|
9716
9716
|
className: "mx-auto mb-6",
|
|
9717
|
-
children: /* @__PURE__ */ jsx("div", { className: `inline-flex h-20 w-20 items-center justify-center rounded-full backdrop-blur-md border ${accent.container}`, children: /* @__PURE__ */ jsx(Icon, { className: `h-10 w-10 ${accent.icon}` }) })
|
|
9717
|
+
children: /* @__PURE__ */ jsx("div", { className: `inline-flex h-20 w-20 items-center justify-center rounded-full backdrop-blur-md border ${accent.container}`, children: customIcon ?? /* @__PURE__ */ jsx(Icon, { className: `h-10 w-10 ${accent.icon}` }) })
|
|
9718
9718
|
}
|
|
9719
9719
|
),
|
|
9720
9720
|
/* @__PURE__ */ jsx(
|
|
@@ -17308,5 +17308,5 @@ function SkipToContent({
|
|
|
17308
17308
|
}
|
|
17309
17309
|
|
|
17310
17310
|
export { ActionMenu, ActionSheet, ActiveFilterChips, AnalysisSkeleton, AnimatedNumber, AnimatedTableRow, AppLogo, AppNavigation, AppShell, ArchiveSwipeAction, AuthLayout, Avatar, AvatarButton, BRAZIL_ACCENT_MAP, BRAZIL_MACRO_REGIONS, BRAZIL_MAP_CENTER, BRAZIL_STATE_COORDINATES, BRAZIL_STATE_PALETTES, BR_THEME_CONFIG, BackupCodeGrid, BadRequestPage, Badge, BaseForm, BentoCard, BooleanFlagsPicker, BottomSafeArea, BrandFilterSkeleton, BrandedLoader, Breadcrumb, Button, Card, CardActionMenu, CardContent, CardDescription, CardDivider, CardFooter, CardGridSkeleton, CardHeader, CardSectionHeader, CardTitle, CategoryBadge, CategoryTab, CategoryTabs, ChipPicker, CircularRefreshIndicator, Code, CollapsibleGroupedList, CompactSegmentedControl, ContactCard, ContactSection, Container, ContextMenu, CookieConsent, CopyableId, CountPill, CreateActionButton, DashboardProgressShell, DataPagination, DatePicker, DeleteSwipeAction, Description4 as Description, DetailsPopover, DevModeBanner, Dialog4 as Dialog, DialogActions, DialogBody, DialogDescription, DialogTitle3 as DialogTitle, Divider, Dock, DockContainer, DockSkeleton, DotRefreshIndicator, Dropdown, DropdownButton, DropdownDivider, DropdownItem, DropdownLabel, DropdownMenu, DropdownSelect, DynamicIsland, DynamicIslandConfirm, DynamicIslandNotification, EdgeSwipeIndicator, EdgeSwipeProvider, EditSwipeAction, EmptyState, EntityCard, EntityDrawer, ErrorMessage, ErrorState, ExpandableHistoryList, ExpandingPageIndicator, FUEL_PRICE_LOADER, FavoriteSwipeAction, FeatureCard, FeedItemCard, Field2 as Field, FieldGroup, Fieldset2 as Fieldset, FilterBadge, FilterPill, FilterSectionHeader, FilterTileButton, FloatingActionButton, FlyoutMenu, FlyoutNavGrid, FlyoutQuickActions, ForceTouchMenu, Form, FormActions, FormActionsRow, FormCheckbox, FormField, FormGrid, FormInput, FormPriceInput, FormSection, FormSelect, FormTextarea, FormToggle, GeoMapCanvas, GeoMapLegend, GlassFormModal, GlassModal, GlassModalShell, Gradient, GradientBackground, GrowthIndicator, Heading, HeroPanel, HeroSection, IconButton, ImageUpload, InfoPopover, InlineForm, InlineSpinner, Input, InteractiveGeoMap, ItemSummary, KORI_ERP_LOADER, Label2 as Label, LabeledToggle, LanguageSwitcher, LaunchpadGrid, Lead, Legend2 as Legend, LiquidFilterInput, ListCard, ListCardItem, ListItem, LoadingOverlay, ManagementPageLayout, ManagementSurface, MapZoomControls, MetricCard, MonthPicker, MultiColumnPicker, NavigationProgress, NoDataState, NoResultsState, NotFoundPage, NotificationBadge, NotificationBellButton, NotificationProvider, OfficeCard, OfflineState, OptionGrid, OtpInput, PageEmptyState, PageHeader, PageHeading, PageIndicator, PageLoadingState, PageSectionHeader, Pagination, PasswordInput, PasswordStrengthMeter, Pill, PlatformShell, PlusGrid, PlusGridItem, PlusGridRow, PreferenceSection, PriceChangeBadge, ProfileIdentityCard, Progress, ProgressIndicator, PullToRefreshContainer, PullToRefreshIndicator, RadiantHeading, RadiantStatCard, RadiantSubheading, RegionFilterSkeleton, RoleBadge, SafeArea, SafeAreaSpacer, SafeAreaView, SearchBar, SearchFilterToolbar, SearchInput, SectionCard, SectionHeader, SectionHeaderSkeleton, SegmentedControl, Select, SelectableChipPicker, SelectableListPicker, SelectableOptionsGrid, SelectableTableRow, SelectionCard, ServerErrorPage, SettingsDialog, SettingsModal, Sheet, SkipToContent, SocialLoginButtons, SortableTableHeader, Spinner, Stat, StatCard, StatCardSkeleton, StatusBadge, StatusToggle, StepFormPage, StepNavigationButtons, StepTimeline, Strong, Subheading, SwipeableRow, Switch2 as Switch, Table, TableBody, TableCell, TableEmptyState, TableHead, TableHeader, TableRow, TableSkeleton, TableSkeletonRow, Tabs, TabsContent, TabsList, TabsTrigger, TagBadge, Text, TextLink, Textarea, ThemeSwitch, ThemeToggle, ThemeToggleCompact, TimePicker, ToggleSwitch, TouchTarget, US_ACCENT_MAP, US_MACRO_REGIONS, US_MAP_CENTER, US_STATE_COORDINATES, US_STATE_PALETTES, US_THEME_CONFIG, UserAvatar, UserMobileInfo, WINDSOCK_LOADER, WIRE_LOADER, WheelPicker, WindsockIcon, buildDockActions, buildFlyoutNavItems, buildLaunchpadItems, buttonPress, buttonPressReduced, buttonTap, cardHover, cardHoverReduced, cardPress, createMotionProps, durations, durationsReduced, easings, fadeOnly, fadeScale, filterByPermission, formatCurrency, formatDate, formatPercentage, getBrazilAccent, getBrazilColors, getBrazilFlagUrl, getBrazilGradient, getBrazilHexColor, getBrazilPalette, getStatusColor, getSubdivisionAccent, getSubdivisionColors, getSubdivisionFlagUrl, getSubdivisionGradient, getSubdivisionHexColor, getSubdivisionPalette, getTransition, getUsAccent, getUsColors, getUsFlagUrl, getUsGradient, getUsHexColor, getUsPalette, getVariants, iosColors, isValidBrazilState, isValidSubdivision, isValidUsState, listItem, listItemReduced, notificationBanner, notificationBannerReduced, pageControlDot, prefersReducedMotion, registerSubdivisionTheme, resolveGlassAccentRgb, selectIsAuthenticated, selectShowShellChrome, selectUserInitial, selectUserName, shimmerClass, shimmerWhiteClass, slideDown, slideRight, slideUp, springPresets, springPresetsReduced, staggerContainer, swipeActionThreshold, swipeConstraints, useGeoMapState, useNotifications, usePlatformShellStore, usePullToRefresh };
|
|
17311
|
-
//# sourceMappingURL=chunk-
|
|
17312
|
-
//# sourceMappingURL=chunk-
|
|
17311
|
+
//# sourceMappingURL=chunk-F6TU6TXE.mjs.map
|
|
17312
|
+
//# sourceMappingURL=chunk-F6TU6TXE.mjs.map
|