@parto-system-design/ui 1.1.16 → 1.1.18
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/AGENTS.md +2 -2
- package/README.md +1 -1
- package/dist/components/brand/parto-logo.cjs +0 -2
- package/dist/components/brand/parto-logo.js +0 -2
- package/dist/components/charts/PartoAreaChart.cjs +2 -4
- package/dist/components/charts/PartoAreaChart.d.cts +1 -1
- package/dist/components/charts/PartoAreaChart.d.ts +1 -1
- package/dist/components/charts/PartoAreaChart.js +2 -4
- package/dist/components/charts/PartoBarChart.cjs +2 -4
- package/dist/components/charts/PartoBarChart.d.cts +1 -1
- package/dist/components/charts/PartoBarChart.d.ts +1 -1
- package/dist/components/charts/PartoBarChart.js +2 -4
- package/dist/components/charts/PartoLineChart.cjs +2 -4
- package/dist/components/charts/PartoLineChart.d.cts +1 -1
- package/dist/components/charts/PartoLineChart.d.ts +1 -1
- package/dist/components/charts/PartoLineChart.js +2 -4
- package/dist/components/charts/PartoPieChart.cjs +2 -4
- package/dist/components/charts/PartoPieChart.d.cts +1 -1
- package/dist/components/charts/PartoPieChart.d.ts +1 -1
- package/dist/components/charts/PartoPieChart.js +2 -4
- package/dist/components/ui/accordion.cjs +0 -2
- package/dist/components/ui/accordion.d.cts +4 -5
- package/dist/components/ui/accordion.d.ts +4 -5
- package/dist/components/ui/accordion.js +0 -2
- package/dist/components/ui/alert-dialog.cjs +0 -2
- package/dist/components/ui/alert-dialog.d.cts +9 -10
- package/dist/components/ui/alert-dialog.d.ts +9 -10
- package/dist/components/ui/alert-dialog.js +1 -3
- package/dist/components/ui/alert-rule-card.cjs +149 -12
- package/dist/components/ui/alert-rule-card.d.cts +2 -2
- package/dist/components/ui/alert-rule-card.d.ts +2 -2
- package/dist/components/ui/alert-rule-card.js +149 -12
- package/dist/components/ui/alert.cjs +3 -5
- package/dist/components/ui/alert.js +3 -5
- package/dist/components/ui/app-bar.cjs +0 -2
- package/dist/components/ui/app-bar.js +0 -2
- package/dist/components/ui/avatar.cjs +0 -2
- package/dist/components/ui/avatar.d.cts +3 -4
- package/dist/components/ui/avatar.d.ts +3 -4
- package/dist/components/ui/avatar.js +0 -2
- package/dist/components/ui/badge.cjs +0 -2
- package/dist/components/ui/badge.js +0 -2
- package/dist/components/ui/breadcrumb.cjs +0 -2
- package/dist/components/ui/breadcrumb.d.cts +7 -8
- package/dist/components/ui/breadcrumb.d.ts +7 -8
- package/dist/components/ui/breadcrumb.js +0 -2
- package/dist/components/ui/button.cjs +0 -2
- package/dist/components/ui/button.js +1 -3
- package/dist/components/ui/calendar.cjs +0 -2
- package/dist/components/ui/calendar.d.cts +1 -2
- package/dist/components/ui/calendar.d.ts +1 -2
- package/dist/components/ui/calendar.js +1 -3
- package/dist/components/ui/card.cjs +0 -2
- package/dist/components/ui/card.js +0 -2
- package/dist/components/ui/checkbox.cjs +0 -2
- package/dist/components/ui/checkbox.js +0 -2
- package/dist/components/ui/concept-card.cjs +179 -61
- package/dist/components/ui/concept-card.d.cts +3 -3
- package/dist/components/ui/concept-card.d.ts +3 -3
- package/dist/components/ui/concept-card.js +179 -61
- package/dist/components/ui/data-table.cjs +129 -3
- package/dist/components/ui/data-table.d.cts +1 -1
- package/dist/components/ui/data-table.d.ts +1 -1
- package/dist/components/ui/data-table.js +130 -4
- package/dist/components/ui/dialog.cjs +0 -2
- package/dist/components/ui/dialog.d.cts +2 -3
- package/dist/components/ui/dialog.d.ts +2 -3
- package/dist/components/ui/dialog.js +0 -2
- package/dist/components/ui/dropdown-menu.cjs +0 -2
- package/dist/components/ui/dropdown-menu.d.cts +15 -16
- package/dist/components/ui/dropdown-menu.d.ts +15 -16
- package/dist/components/ui/dropdown-menu.js +0 -2
- package/dist/components/ui/filter-provider.cjs +0 -2
- package/dist/components/ui/filter-provider.d.cts +1 -2
- package/dist/components/ui/filter-provider.d.ts +1 -2
- package/dist/components/ui/filter-provider.js +0 -2
- package/dist/components/ui/form.cjs +0 -2
- package/dist/components/ui/form.d.cts +7 -8
- package/dist/components/ui/form.d.ts +7 -8
- package/dist/components/ui/form.js +0 -2
- package/dist/components/ui/input.cjs +0 -2
- package/dist/components/ui/input.js +0 -2
- package/dist/components/ui/iran-province-heat.cjs +1 -3
- package/dist/components/ui/iran-province-heat.d.cts +1 -1
- package/dist/components/ui/iran-province-heat.d.ts +1 -1
- package/dist/components/ui/iran-province-heat.js +1 -3
- package/dist/components/ui/label.cjs +0 -2
- package/dist/components/ui/label.d.cts +1 -2
- package/dist/components/ui/label.d.ts +1 -2
- package/dist/components/ui/label.js +0 -2
- package/dist/components/ui/page-card.cjs +170 -33
- package/dist/components/ui/page-card.d.cts +3 -3
- package/dist/components/ui/page-card.d.ts +3 -3
- package/dist/components/ui/page-card.js +170 -33
- package/dist/components/ui/page-header.cjs +128 -2
- package/dist/components/ui/page-header.d.cts +1 -1
- package/dist/components/ui/page-header.d.ts +1 -1
- package/dist/components/ui/page-header.js +128 -2
- package/dist/components/ui/password-input.cjs +0 -2
- package/dist/components/ui/password-input.js +0 -2
- package/dist/components/ui/popover.cjs +0 -2
- package/dist/components/ui/popover.js +0 -2
- package/dist/components/ui/progress.cjs +1 -3
- package/dist/components/ui/progress.js +1 -3
- package/dist/components/ui/radio-card.cjs +0 -2
- package/dist/components/ui/radio-card.js +0 -2
- package/dist/components/ui/radio-group.cjs +0 -2
- package/dist/components/ui/radio-group.js +0 -2
- package/dist/components/ui/saved-query-card.cjs +0 -2
- package/dist/components/ui/saved-query-card.d.cts +1 -1
- package/dist/components/ui/saved-query-card.d.ts +1 -1
- package/dist/components/ui/saved-query-card.js +1 -3
- package/dist/components/ui/scroll-area.cjs +0 -2
- package/dist/components/ui/scroll-area.d.cts +2 -3
- package/dist/components/ui/scroll-area.d.ts +2 -3
- package/dist/components/ui/scroll-area.js +0 -2
- package/dist/components/ui/select.cjs +0 -2
- package/dist/components/ui/select.d.cts +1 -2
- package/dist/components/ui/select.d.ts +1 -2
- package/dist/components/ui/select.js +0 -2
- package/dist/components/ui/separator.cjs +0 -2
- package/dist/components/ui/separator.js +0 -2
- package/dist/components/ui/sheet.cjs +0 -2
- package/dist/components/ui/sheet.d.cts +9 -10
- package/dist/components/ui/sheet.d.ts +9 -10
- package/dist/components/ui/sheet.js +0 -2
- package/dist/components/ui/skeleton.cjs +0 -2
- package/dist/components/ui/skeleton.d.cts +8 -9
- package/dist/components/ui/skeleton.d.ts +8 -9
- package/dist/components/ui/skeleton.js +0 -2
- package/dist/components/ui/slider.cjs +0 -2
- package/dist/components/ui/slider.d.cts +1 -2
- package/dist/components/ui/slider.d.ts +1 -2
- package/dist/components/ui/slider.js +0 -2
- package/dist/components/ui/social-platform-badge.cjs +0 -2
- package/dist/components/ui/social-platform-badge.js +1 -3
- package/dist/components/ui/sonner.cjs +4 -6
- package/dist/components/ui/sonner.d.cts +2 -2
- package/dist/components/ui/sonner.d.ts +2 -2
- package/dist/components/ui/sonner.js +4 -6
- package/dist/components/ui/sparkline.cjs +3 -5
- package/dist/components/ui/sparkline.d.cts +1 -1
- package/dist/components/ui/sparkline.d.ts +1 -1
- package/dist/components/ui/sparkline.js +3 -5
- package/dist/components/ui/switch.cjs +0 -2
- package/dist/components/ui/switch.js +0 -2
- package/dist/components/ui/table.cjs +0 -2
- package/dist/components/ui/table.d.cts +9 -10
- package/dist/components/ui/table.d.ts +9 -10
- package/dist/components/ui/table.js +0 -2
- package/dist/components/ui/tabs.cjs +0 -2
- package/dist/components/ui/tabs.js +0 -2
- package/dist/components/ui/textarea.cjs +0 -2
- package/dist/components/ui/textarea.js +0 -2
- package/dist/components/ui/toggle-group.cjs +0 -2
- package/dist/components/ui/toggle-group.d.cts +1 -2
- package/dist/components/ui/toggle-group.d.ts +1 -2
- package/dist/components/ui/toggle-group.js +0 -2
- package/dist/components/ui/tooltip.cjs +0 -2
- package/dist/components/ui/tooltip.js +0 -2
- package/dist/{concept-card-BoJ5gIJD.d.ts → concept-card-BU8JL-gj.d.cts} +5 -5
- package/dist/{concept-card-BXra9mr0.d.cts → concept-card-D7PfDkNR.d.ts} +5 -5
- package/dist/hooks/use-hotkey-registry.cjs +0 -2
- package/dist/hooks/use-hotkey-registry.d.cts +1 -2
- package/dist/hooks/use-hotkey-registry.d.ts +1 -2
- package/dist/hooks/use-hotkey-registry.js +0 -2
- package/dist/hooks/use-hotkeys.cjs +0 -2
- package/dist/hooks/use-hotkeys.js +0 -2
- package/dist/{i18n-BfRhV5aw.d.cts → i18n-DD3DMY8O.d.cts} +94 -5
- package/dist/{i18n-ewyqbKM-.d.ts → i18n-UEClNsBy.d.ts} +94 -5
- package/dist/index.cjs +1321 -1169
- package/dist/index.css +8010 -5445
- package/dist/index.d.cts +245 -991
- package/dist/index.d.ts +245 -991
- package/dist/index.js +1283 -1149
- package/dist/{page-card-C9XXXOVr.d.cts → page-card-DjztZrFM.d.cts} +4 -4
- package/dist/{page-card-DAnbez_f.d.ts → page-card-sIE4lvnb.d.ts} +4 -4
- package/dist/server-FTUA8opZ.d.cts +829 -0
- package/dist/server-m6tiB6DB.d.ts +829 -0
- package/dist/server.cjs +1565 -0
- package/dist/server.d.cts +8 -0
- package/dist/server.d.ts +8 -0
- package/dist/server.js +1483 -0
- package/dist/theme.css +50 -0
- package/dist/{toggle-group-B8r4LOQw.d.cts → toggle-group-Bis6suuR.d.cts} +3 -4
- package/dist/{toggle-group-B8r4LOQw.d.ts → toggle-group-Bis6suuR.d.ts} +3 -4
- package/dist/{utils-DlXWmDZ-.d.cts → utils-Czyp5Ned.d.cts} +1 -1
- package/dist/{utils-DlXWmDZ-.d.ts → utils-Czyp5Ned.d.ts} +1 -1
- package/package.json +455 -187
- package/tailwind.config.ts +184 -183
- package/dist/components/brand/parto-logo.cjs.map +0 -1
- package/dist/components/brand/parto-logo.js.map +0 -1
- package/dist/components/charts/PartoAreaChart.cjs.map +0 -1
- package/dist/components/charts/PartoAreaChart.js.map +0 -1
- package/dist/components/charts/PartoBarChart.cjs.map +0 -1
- package/dist/components/charts/PartoBarChart.js.map +0 -1
- package/dist/components/charts/PartoLineChart.cjs.map +0 -1
- package/dist/components/charts/PartoLineChart.js.map +0 -1
- package/dist/components/charts/PartoPieChart.cjs.map +0 -1
- package/dist/components/charts/PartoPieChart.js.map +0 -1
- package/dist/components/ui/accordion.cjs.map +0 -1
- package/dist/components/ui/accordion.js.map +0 -1
- package/dist/components/ui/alert-dialog.cjs.map +0 -1
- package/dist/components/ui/alert-dialog.js.map +0 -1
- package/dist/components/ui/alert-rule-card.cjs.map +0 -1
- package/dist/components/ui/alert-rule-card.js.map +0 -1
- package/dist/components/ui/alert.cjs.map +0 -1
- package/dist/components/ui/alert.js.map +0 -1
- package/dist/components/ui/app-bar.cjs.map +0 -1
- package/dist/components/ui/app-bar.js.map +0 -1
- package/dist/components/ui/avatar.cjs.map +0 -1
- package/dist/components/ui/avatar.js.map +0 -1
- package/dist/components/ui/badge.cjs.map +0 -1
- package/dist/components/ui/badge.js.map +0 -1
- package/dist/components/ui/breadcrumb.cjs.map +0 -1
- package/dist/components/ui/breadcrumb.js.map +0 -1
- package/dist/components/ui/button.cjs.map +0 -1
- package/dist/components/ui/button.js.map +0 -1
- package/dist/components/ui/calendar.cjs.map +0 -1
- package/dist/components/ui/calendar.js.map +0 -1
- package/dist/components/ui/card.cjs.map +0 -1
- package/dist/components/ui/card.js.map +0 -1
- package/dist/components/ui/checkbox.cjs.map +0 -1
- package/dist/components/ui/checkbox.js.map +0 -1
- package/dist/components/ui/concept-card.cjs.map +0 -1
- package/dist/components/ui/concept-card.js.map +0 -1
- package/dist/components/ui/data-table.cjs.map +0 -1
- package/dist/components/ui/data-table.js.map +0 -1
- package/dist/components/ui/dialog.cjs.map +0 -1
- package/dist/components/ui/dialog.js.map +0 -1
- package/dist/components/ui/dropdown-menu.cjs.map +0 -1
- package/dist/components/ui/dropdown-menu.js.map +0 -1
- package/dist/components/ui/filter-provider.cjs.map +0 -1
- package/dist/components/ui/filter-provider.js.map +0 -1
- package/dist/components/ui/form.cjs.map +0 -1
- package/dist/components/ui/form.js.map +0 -1
- package/dist/components/ui/input.cjs.map +0 -1
- package/dist/components/ui/input.js.map +0 -1
- package/dist/components/ui/iran-province-heat.cjs.map +0 -1
- package/dist/components/ui/iran-province-heat.js.map +0 -1
- package/dist/components/ui/label.cjs.map +0 -1
- package/dist/components/ui/label.js.map +0 -1
- package/dist/components/ui/page-card.cjs.map +0 -1
- package/dist/components/ui/page-card.js.map +0 -1
- package/dist/components/ui/page-header.cjs.map +0 -1
- package/dist/components/ui/page-header.js.map +0 -1
- package/dist/components/ui/password-input.cjs.map +0 -1
- package/dist/components/ui/password-input.js.map +0 -1
- package/dist/components/ui/popover.cjs.map +0 -1
- package/dist/components/ui/popover.js.map +0 -1
- package/dist/components/ui/progress.cjs.map +0 -1
- package/dist/components/ui/progress.js.map +0 -1
- package/dist/components/ui/radio-card.cjs.map +0 -1
- package/dist/components/ui/radio-card.js.map +0 -1
- package/dist/components/ui/radio-group.cjs.map +0 -1
- package/dist/components/ui/radio-group.js.map +0 -1
- package/dist/components/ui/saved-query-card.cjs.map +0 -1
- package/dist/components/ui/saved-query-card.js.map +0 -1
- package/dist/components/ui/scroll-area.cjs.map +0 -1
- package/dist/components/ui/scroll-area.js.map +0 -1
- package/dist/components/ui/select.cjs.map +0 -1
- package/dist/components/ui/select.js.map +0 -1
- package/dist/components/ui/separator.cjs.map +0 -1
- package/dist/components/ui/separator.js.map +0 -1
- package/dist/components/ui/sheet.cjs.map +0 -1
- package/dist/components/ui/sheet.js.map +0 -1
- package/dist/components/ui/skeleton.cjs.map +0 -1
- package/dist/components/ui/skeleton.js.map +0 -1
- package/dist/components/ui/slider.cjs.map +0 -1
- package/dist/components/ui/slider.js.map +0 -1
- package/dist/components/ui/social-platform-badge.cjs.map +0 -1
- package/dist/components/ui/social-platform-badge.js.map +0 -1
- package/dist/components/ui/sonner.cjs.map +0 -1
- package/dist/components/ui/sonner.js.map +0 -1
- package/dist/components/ui/sparkline.cjs.map +0 -1
- package/dist/components/ui/sparkline.js.map +0 -1
- package/dist/components/ui/switch.cjs.map +0 -1
- package/dist/components/ui/switch.js.map +0 -1
- package/dist/components/ui/table.cjs.map +0 -1
- package/dist/components/ui/table.js.map +0 -1
- package/dist/components/ui/tabs.cjs.map +0 -1
- package/dist/components/ui/tabs.js.map +0 -1
- package/dist/components/ui/textarea.cjs.map +0 -1
- package/dist/components/ui/textarea.js.map +0 -1
- package/dist/components/ui/toggle-group.cjs.map +0 -1
- package/dist/components/ui/toggle-group.js.map +0 -1
- package/dist/components/ui/tooltip.cjs.map +0 -1
- package/dist/components/ui/tooltip.js.map +0 -1
- package/dist/hooks/use-hotkey-registry.cjs.map +0 -1
- package/dist/hooks/use-hotkey-registry.js.map +0 -1
- package/dist/hooks/use-hotkeys.cjs.map +0 -1
- package/dist/hooks/use-hotkeys.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { S as SupportedLocale } from './utils-
|
|
2
|
-
export { c as cn, a as convertToLocalNumbers,
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { S as SupportedLocale } from './utils-Czyp5Ned.js';
|
|
2
|
+
export { c as cn, a as convertToLocalNumbers, f as formatAbsoluteTime, b as formatLargeNumber, d as formatNumber, e as formatRelativeTime } from './utils-Czyp5Ned.js';
|
|
3
|
+
import { I as IranProvinceSlug, C as Country, P as PostData, a as PostView, b as PostAction, c as PostMediaItem, d as PostAuthor, e as PostPlatform, f as PostSentiment, g as PostEnrichmentFlags, h as PostDensity, i as PostOutlet, j as PostBodyData, S as StoryItem, k as PostMetrics, l as PostSeverity, m as PostCluster, n as PostRepostInfo, o as PostThreadInfo, p as PostUrlPreview$1, q as PostBulkAction, r as PostDetails, s as PostComment } from './server-m6tiB6DB.js';
|
|
4
|
+
export { t as COUNTRIES, u as CountryCode, E as ENGAGEMENT_RANGES, v as EngagementRange, w as EngagementRangeWithDisplay, x as EngagementTier, F as FollowerGroup, G as GROUP_LABELS, y as IRAN_PROVINCES, z as IranProvince, L as LegacySize, A as PERSIAN_MONTHS, B as PERSIAN_MONTHS_SHORT, D as PERSIAN_WEEKDAYS, H as PERSIAN_WEEKDAYS_SHORT, J as PlatformMetadata, K as PostAiAnalysis, M as PostAiEntity, N as PostAuthorityTier, O as PostCommentAuthor, Q as PostEmotion, R as PostFlags, T as PostFlow, U as PostIntent, V as PostMediaSensitivity, W as PostMediaStatus, X as PostSource, Y as PostSourceCategory, Z as PostStatus, _ as ReactionBreakdown, $ as SizeWithLegacy, a0 as StandardSize, a1 as TIER_LABELS, a2 as countryFlag, a3 as findCountry, a4 as findProvince, a5 as formatJalaliDate, a6 as formatPersianDateRange, a7 as getCountryLabel, a8 as getCurrentRangeIndex, a9 as getEngagementRanges, aa as getFollowerGroup, ab as getMetricLabel, ac as getPersianDay, ad as getPersianMonth, ae as getPersianMonthName, af as getPersianMonthNameShort, ag as getPersianMonthsForDropdown, ah as getPersianWeekdayName, ai as getPersianYear, aj as getPersianYearsForDropdown, ak as getPostSourceConfig, al as getProvinceLabel, am as getSourceColorVar, an as jalaliToGregorian, ao as normalizeSize, ap as sourceCategory, aq as toEnglishDigits, ar as toPersianDigits } from './server-m6tiB6DB.js';
|
|
5
|
+
import { A as ActionStatusKey, b as ActionTypeKey, E as EntityHealthKey, J as JobStatusKey, c as EmotionKey, F as FlowKey, d as StageStatusKey, e as EmotionInput, f as FlowInput, g as StatusInput, h as SeverityInput, a as StatusKey } from './i18n-UEClNsBy.js';
|
|
6
|
+
export { i as ACTION_STATUS_KEYS, j as ACTION_TYPE_KEYS, k as EMOTION_KEYS, l as EMOTION_KEY_TO_VALUE, m as EMOTION_VALUE_MAP, n as ENTITY_HEALTH_KEYS, o as FLOW_KEYS, p as FLOW_KEY_TO_VALUE, q as FLOW_VALUE_MAP, r as JOB_STATUS_KEYS, L as Locale, s as SEVERITY_KEYS, t as SEVERITY_KEY_TO_VALUE, u as SEVERITY_VALUE_MAP, v as STAGE_STATUS_KEYS, w as STATUS_KEYS, x as STATUS_KEY_TO_VALUE, y as STATUS_VALUE_MAP, S as SeverityKey, U as UIStringKeys, z as UIStrings, B as UI_STRINGS, C as actionStatusLabels, D as actionTypeLabels, G as actionTypeVerbs, H as emotionLabels, I as engagementUiTranslations, K as entityHealthLabels, M as entityHealthPriority, N as flowLabels, O as formatRelativeLocaleTime, P as formatTimeRemaining, Q as getUIStrings, R as isActiveJobStatus, T as isCriticalEntityHealth, V as isRTL, W as jobStatusLabels, X as resolveEmotion, Y as resolveFlow, Z as resolveSeverity, _ as resolveStatus, $ as sentimentLabels, a0 as severityLabels, a1 as stageStatusLabels, a2 as statusLabels } from './i18n-UEClNsBy.js';
|
|
5
7
|
import * as React$1 from 'react';
|
|
6
8
|
import { LucideIcon } from 'lucide-react';
|
|
7
9
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './components/ui/accordion.js';
|
|
@@ -11,7 +13,6 @@ export { Alert, AlertDescription, AlertTitle } from './components/ui/alert.js';
|
|
|
11
13
|
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './components/ui/alert-dialog.js';
|
|
12
14
|
export { AlertChannel, AlertRuleCard, AlertRuleCardProps } from './components/ui/alert-rule-card.js';
|
|
13
15
|
export { AppBar, AppBarProps, appBarVariants } from './components/ui/app-bar.js';
|
|
14
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
15
16
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
16
17
|
export { Avatar, AvatarFallback, AvatarImage } from './components/ui/avatar.js';
|
|
17
18
|
export { Badge, BadgeProps, badgeVariants } from './components/ui/badge.js';
|
|
@@ -31,8 +32,8 @@ export { DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHead
|
|
|
31
32
|
import { HotkeyCombo } from './hooks/use-hotkeys.js';
|
|
32
33
|
export { UseHotkeysOptions, formatHotkey, useHotkeys } from './hooks/use-hotkeys.js';
|
|
33
34
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
34
|
-
import {
|
|
35
|
-
export { C as ConceptCard, a as ConceptCardProps, b as FlowDistribution, c as FlowDistributionProps, d as SentimentDistribution, e as SentimentDistributionProps } from './concept-card-
|
|
35
|
+
import { F as FlowData, S as SentimentData } from './concept-card-D7PfDkNR.js';
|
|
36
|
+
export { C as ConceptCard, a as ConceptCardProps, b as FlowDistribution, c as FlowDistributionProps, d as SentimentDistribution, e as SentimentDistributionProps } from './concept-card-D7PfDkNR.js';
|
|
36
37
|
import { DateRange } from 'react-day-picker';
|
|
37
38
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
38
39
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/ui/dropdown-menu.js';
|
|
@@ -47,11 +48,9 @@ export { IranProvinceCell, IranProvinceHeat, IranProvinceHeatProps, IranProvince
|
|
|
47
48
|
import { OTPInput } from 'input-otp';
|
|
48
49
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
49
50
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
50
|
-
export {
|
|
51
|
+
export { B as BotDetectionData, a as BotDetectionKey, b as BotDetectionMeter, c as BotDetectionMeterProps, P as PageCard, d as PageCardContentMix, e as PageCardProps } from './page-card-sIE4lvnb.js';
|
|
51
52
|
export { PageHeader, PageHeaderProps } from './components/ui/page-header.js';
|
|
52
53
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './components/ui/popover.js';
|
|
53
|
-
import { SocialPlatform } from './components/ui/social-platform-badge.js';
|
|
54
|
-
export { SocialPlatformBadge, SocialPlatformBadgeProps, socialPlatformBadgeVariants } from './components/ui/social-platform-badge.js';
|
|
55
54
|
export { Progress, ProgressProps } from './components/ui/progress.js';
|
|
56
55
|
export { RadioGroup, RadioGroupItem } from './components/ui/radio-group.js';
|
|
57
56
|
export { RadioCardDescription, RadioCardItem, RadioCardTitle, RadioCards } from './components/ui/radio-card.js';
|
|
@@ -69,7 +68,9 @@ export { Switch, SwitchProps } from './components/ui/switch.js';
|
|
|
69
68
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableSortHeader } from './components/ui/table.js';
|
|
70
69
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from './components/ui/tabs.js';
|
|
71
70
|
export { Textarea } from './components/ui/textarea.js';
|
|
72
|
-
export { T as Toggle, a as ToggleGroup, b as ToggleGroupItem, t as toggleVariants } from './toggle-group-
|
|
71
|
+
export { T as Toggle, a as ToggleGroup, b as ToggleGroupItem, t as toggleVariants } from './toggle-group-Bis6suuR.js';
|
|
72
|
+
import { SocialPlatform } from './components/ui/social-platform-badge.js';
|
|
73
|
+
export { SocialPlatformBadge, SocialPlatformBadgeProps, socialPlatformBadgeVariants } from './components/ui/social-platform-badge.js';
|
|
73
74
|
import { DataTableColumn, DataTableColumnVisibility } from './components/ui/data-table.js';
|
|
74
75
|
export { DataTable, DataTableExpansion, DataTableMultiSort, DataTablePagination, DataTableProps, DataTableSelection, DataTableSort, SortDirection, SortRule } from './components/ui/data-table.js';
|
|
75
76
|
export { SavedQueryCard, SavedQueryCardProps, SavedQueryFilter } from './components/ui/saved-query-card.js';
|
|
@@ -102,209 +103,6 @@ import '@radix-ui/react-tabs';
|
|
|
102
103
|
import '@radix-ui/react-toggle-group';
|
|
103
104
|
import '@radix-ui/react-toggle';
|
|
104
105
|
|
|
105
|
-
/**
|
|
106
|
-
* Persian (Jalali / Solar Hijri) calendar utilities.
|
|
107
|
-
*
|
|
108
|
-
* Backed by **date-fns-jalali** — a Jalali-native fork of date-fns v4.
|
|
109
|
-
* Chosen over moment-jalaali (unmaintained since 2019) because:
|
|
110
|
-
* • Tree-shakeable, zero dependencies
|
|
111
|
-
* • Built-in TypeScript types
|
|
112
|
-
* • Tracks upstream date-fns releases
|
|
113
|
-
* • Built-in fa-IR locale with month/weekday names
|
|
114
|
-
* • ~5-10KB gzipped for typical usage
|
|
115
|
-
*
|
|
116
|
-
* DO NOT replace this library again. This decision was made after
|
|
117
|
-
* evaluating date-fns-jalali, jalaali-js, jalaliday (dayjs), moment-jalaali,
|
|
118
|
-
* and persian-date in April 2026. date-fns-jalali is the clear winner
|
|
119
|
-
* for a design system that needs formatting, parsing, and locale support.
|
|
120
|
-
*/
|
|
121
|
-
/**
|
|
122
|
-
* Persian/Farsi month names
|
|
123
|
-
*/
|
|
124
|
-
declare const PERSIAN_MONTHS: string[];
|
|
125
|
-
/**
|
|
126
|
-
* Persian/Farsi short month names
|
|
127
|
-
*/
|
|
128
|
-
declare const PERSIAN_MONTHS_SHORT: string[];
|
|
129
|
-
/**
|
|
130
|
-
* Persian/Farsi weekday names
|
|
131
|
-
*/
|
|
132
|
-
declare const PERSIAN_WEEKDAYS: string[];
|
|
133
|
-
/**
|
|
134
|
-
* Persian/Farsi short weekday names
|
|
135
|
-
*/
|
|
136
|
-
declare const PERSIAN_WEEKDAYS_SHORT: string[];
|
|
137
|
-
/**
|
|
138
|
-
* Convert English digits to Persian/Farsi digits
|
|
139
|
-
*/
|
|
140
|
-
declare function toPersianDigits(num: number | string): string;
|
|
141
|
-
/**
|
|
142
|
-
* Convert Persian/Farsi digits to English digits
|
|
143
|
-
*/
|
|
144
|
-
declare function toEnglishDigits(str: string): string;
|
|
145
|
-
/**
|
|
146
|
-
* Format a Date object to Persian/Jalali date string.
|
|
147
|
-
*
|
|
148
|
-
* Uses date-fns-jalali format tokens:
|
|
149
|
-
* yyyy = Jalali year, MM = month (01-12), dd = day (01-31)
|
|
150
|
-
* MMMM = full month name, EEEE = full weekday name
|
|
151
|
-
* HH:mm = 24h time, hh:mm a = 12h time
|
|
152
|
-
*/
|
|
153
|
-
declare function formatJalaliDate(date: Date, formatStr?: string): string;
|
|
154
|
-
/**
|
|
155
|
-
* Get Persian month name from a Date object
|
|
156
|
-
*/
|
|
157
|
-
declare function getPersianMonthName(date: Date): string;
|
|
158
|
-
/**
|
|
159
|
-
* Get Persian short month name from a Date object
|
|
160
|
-
*/
|
|
161
|
-
declare function getPersianMonthNameShort(date: Date): string;
|
|
162
|
-
/**
|
|
163
|
-
* Get Persian weekday name from a Date object
|
|
164
|
-
*/
|
|
165
|
-
declare function getPersianWeekdayName(date: Date, short?: boolean): string;
|
|
166
|
-
/**
|
|
167
|
-
* Get Persian year from a Date object
|
|
168
|
-
*/
|
|
169
|
-
declare function getPersianYear(date: Date): number;
|
|
170
|
-
/**
|
|
171
|
-
* Get Persian month (0-11) from a Date object
|
|
172
|
-
*/
|
|
173
|
-
declare function getPersianMonth(date: Date): number;
|
|
174
|
-
/**
|
|
175
|
-
* Get Persian day from a Date object
|
|
176
|
-
*/
|
|
177
|
-
declare function getPersianDay(date: Date): number;
|
|
178
|
-
/**
|
|
179
|
-
* Create a Date object from Persian/Jalali date
|
|
180
|
-
*/
|
|
181
|
-
declare function jalaliToGregorian(year: number, month: number, day: number): Date;
|
|
182
|
-
/**
|
|
183
|
-
* Format date range in Persian
|
|
184
|
-
*/
|
|
185
|
-
declare function formatPersianDateRange(from: Date, to: Date): string;
|
|
186
|
-
/**
|
|
187
|
-
* Get all months for a dropdown (returns array of {value, label})
|
|
188
|
-
*/
|
|
189
|
-
declare function getPersianMonthsForDropdown(): Array<{
|
|
190
|
-
value: number;
|
|
191
|
-
label: string;
|
|
192
|
-
}>;
|
|
193
|
-
/**
|
|
194
|
-
* Get years range for a dropdown
|
|
195
|
-
*/
|
|
196
|
-
declare function getPersianYearsForDropdown(fromYear: number, toYear: number): Array<{
|
|
197
|
-
value: number;
|
|
198
|
-
label: string;
|
|
199
|
-
}>;
|
|
200
|
-
|
|
201
|
-
type EngagementTier = 'excellent' | 'veryGood' | 'good' | 'average' | 'couldBeImproved' | 'low';
|
|
202
|
-
type FollowerGroup = 'nano' | 'micro' | 'mid' | 'macro' | 'mega';
|
|
203
|
-
interface EngagementRange {
|
|
204
|
-
label: string;
|
|
205
|
-
min: number;
|
|
206
|
-
max: number;
|
|
207
|
-
color: string;
|
|
208
|
-
colorFaded: string;
|
|
209
|
-
hoverColor: string;
|
|
210
|
-
/** Accessible text color for use on hoverColor background */
|
|
211
|
-
contrastText: string;
|
|
212
|
-
}
|
|
213
|
-
interface EngagementRangeWithDisplay extends EngagementRange {
|
|
214
|
-
display: string;
|
|
215
|
-
}
|
|
216
|
-
interface GroupThresholds {
|
|
217
|
-
followers: [number, number];
|
|
218
|
-
excellent: number;
|
|
219
|
-
veryGood: [number, number];
|
|
220
|
-
good: [number, number];
|
|
221
|
-
average: [number, number];
|
|
222
|
-
couldBeImproved: [number, number];
|
|
223
|
-
low: number;
|
|
224
|
-
}
|
|
225
|
-
declare const ENGAGEMENT_RANGES: Record<FollowerGroup, GroupThresholds>;
|
|
226
|
-
declare const TIER_LABELS: Record<SupportedLocale, Record<EngagementTier, string>>;
|
|
227
|
-
declare const GROUP_LABELS: Record<SupportedLocale, Record<FollowerGroup, string>>;
|
|
228
|
-
declare function getFollowerGroup(followers: number): FollowerGroup;
|
|
229
|
-
declare function getEngagementRanges(followers: number, locale: SupportedLocale): EngagementRangeWithDisplay[];
|
|
230
|
-
declare function getCurrentRangeIndex(currentRate: number, ranges: EngagementRange[]): number;
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* Iran's 31 provinces with trilingual labels and ISO 3166-2 codes.
|
|
234
|
-
*
|
|
235
|
-
* Use as a stable identifier source for `IranProvinceHeat`, `RegionPicker`,
|
|
236
|
-
* and any public-opinion dashboard scoped by استان. The slug (`code`) is the
|
|
237
|
-
* canonical key — never rely on label string equality, since labels are
|
|
238
|
-
* locale-dependent and may evolve.
|
|
239
|
-
*
|
|
240
|
-
* Codes follow ISO 3166-2:IR (e.g. 'IR-07' for Tehran). The slug is the
|
|
241
|
-
* lowercased, hyphenated English name without diacritics, suitable for URLs
|
|
242
|
-
* and CSS selectors. Use `getProvinceLabel(code, locale)` to resolve a label.
|
|
243
|
-
*/
|
|
244
|
-
|
|
245
|
-
interface IranProvince {
|
|
246
|
-
/** Stable URL-safe slug. The canonical key for province lookups. */
|
|
247
|
-
slug: string;
|
|
248
|
-
/** ISO 3166-2:IR code (e.g. 'IR-07'). */
|
|
249
|
-
iso: string;
|
|
250
|
-
/** Trilingual labels — fa is the canonical/native form. */
|
|
251
|
-
labels: Record<SupportedLocale, string>;
|
|
252
|
-
}
|
|
253
|
-
declare const IRAN_PROVINCES: readonly IranProvince[];
|
|
254
|
-
type IranProvinceSlug = (typeof IRAN_PROVINCES)[number]['slug'];
|
|
255
|
-
/** Look up a province by slug or ISO code. Returns undefined for unknown codes. */
|
|
256
|
-
declare function findProvince(codeOrSlug: string): IranProvince | undefined;
|
|
257
|
-
/**
|
|
258
|
-
* Resolve the locale-appropriate label for a province slug or ISO code.
|
|
259
|
-
* Falls back to fa for unknown locales and to the slug itself for unknown
|
|
260
|
-
* provinces (so the row still renders something instead of crashing).
|
|
261
|
-
*/
|
|
262
|
-
declare function getProvinceLabel(codeOrSlug: string, locale?: SupportedLocale): string;
|
|
263
|
-
|
|
264
|
-
/**
|
|
265
|
-
* Curated country list with trilingual labels + flag emoji.
|
|
266
|
-
*
|
|
267
|
-
* Scope: ISO 3166-1 alpha-2 codes for ~80 countries that recur in افکارسنجی
|
|
268
|
-
* and influencer dashboards we serve — neighbors of Iran, the Gulf, MENA,
|
|
269
|
-
* major Western markets, and Asian/African markets relevant to Persian-
|
|
270
|
-
* speaking audiences. The flag emoji is the regional-indicator pair for the
|
|
271
|
-
* code; modern OS fonts render it as a flag.
|
|
272
|
-
*
|
|
273
|
-
* This is NOT an exhaustive ISO 3166 dataset — for country-level analytics
|
|
274
|
-
* outside this scope, consumers should pass their own list to `CountryPicker`
|
|
275
|
-
* via the `options` prop.
|
|
276
|
-
*/
|
|
277
|
-
|
|
278
|
-
interface Country {
|
|
279
|
-
/** ISO 3166-1 alpha-2 code (uppercase). The canonical key. */
|
|
280
|
-
code: string;
|
|
281
|
-
/** Trilingual labels — fa is the canonical/native form. */
|
|
282
|
-
labels: Record<SupportedLocale, string>;
|
|
283
|
-
}
|
|
284
|
-
/** Convert an ISO 3166-1 alpha-2 code to its flag-emoji pair. */
|
|
285
|
-
declare function countryFlag(code: string): string;
|
|
286
|
-
declare const COUNTRIES: readonly Country[];
|
|
287
|
-
type CountryCode = (typeof COUNTRIES)[number]['code'];
|
|
288
|
-
/** Look up a country by ISO 3166-1 alpha-2 code. Returns undefined for unknown codes. */
|
|
289
|
-
declare function findCountry(code: string): Country | undefined;
|
|
290
|
-
/** Resolve the locale-appropriate label for a country code. */
|
|
291
|
-
declare function getCountryLabel(code: string, locale: SupportedLocale): string;
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* Standard size scale used across the design system.
|
|
295
|
-
* Components should accept these values for their `size` prop.
|
|
296
|
-
*/
|
|
297
|
-
type StandardSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
298
|
-
/** @deprecated Use `StandardSize` instead — legacy names have been removed */
|
|
299
|
-
type LegacySize = StandardSize;
|
|
300
|
-
/** @deprecated Use `StandardSize` instead */
|
|
301
|
-
type SizeWithLegacy = StandardSize;
|
|
302
|
-
/**
|
|
303
|
-
* Normalizes a size value to standard names.
|
|
304
|
-
* @deprecated All sizes are standard now — this function is a no-op passthrough.
|
|
305
|
-
*/
|
|
306
|
-
declare function normalizeSize(size: StandardSize): StandardSize;
|
|
307
|
-
|
|
308
106
|
type Icon = LucideIcon;
|
|
309
107
|
/**
|
|
310
108
|
* Icon Collection for Parto Design System
|
|
@@ -376,7 +174,7 @@ declare function ActionTimelineItem(props: ActionTimelineItemProps): React$1.Rea
|
|
|
376
174
|
declare const ActionTimeline: React$1.ForwardRefExoticComponent<ActionTimelineProps & React$1.RefAttributes<HTMLOListElement>>;
|
|
377
175
|
|
|
378
176
|
interface ActionTypeMeta {
|
|
379
|
-
/** CSS var fragment — read as `
|
|
177
|
+
/** CSS var fragment — read as `var(--action-type-foo)` */
|
|
380
178
|
token: string;
|
|
381
179
|
/** Lucide icon for the action */
|
|
382
180
|
icon: React$1.ComponentType<{
|
|
@@ -615,7 +413,7 @@ interface UserAutocompleteProps extends Omit<React$1.InputHTMLAttributes<HTMLInp
|
|
|
615
413
|
}
|
|
616
414
|
declare const UserAutocomplete: React$1.ForwardRefExoticComponent<UserAutocompleteProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
617
415
|
|
|
618
|
-
declare function AspectRatio({ className, ...props }: React$1.ComponentProps<typeof AspectRatioPrimitive.Root>):
|
|
416
|
+
declare function AspectRatio({ className, ...props }: React$1.ComponentProps<typeof AspectRatioPrimitive.Root>): React$1.JSX.Element;
|
|
619
417
|
declare namespace AspectRatio {
|
|
620
418
|
var displayName: string;
|
|
621
419
|
}
|
|
@@ -654,17 +452,17 @@ declare const Banner: React$1.ForwardRefExoticComponent<BannerProps & React$1.Re
|
|
|
654
452
|
declare const buttonGroupVariants: (props?: ({
|
|
655
453
|
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
656
454
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
657
|
-
declare function ButtonGroup({ className, orientation, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof buttonGroupVariants>):
|
|
455
|
+
declare function ButtonGroup({ className, orientation, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof buttonGroupVariants>): React$1.JSX.Element;
|
|
658
456
|
declare namespace ButtonGroup {
|
|
659
457
|
var displayName: string;
|
|
660
458
|
}
|
|
661
459
|
declare function ButtonGroupText({ className, asChild, ...props }: React$1.ComponentProps<'div'> & {
|
|
662
460
|
asChild?: boolean;
|
|
663
|
-
}):
|
|
461
|
+
}): React$1.JSX.Element;
|
|
664
462
|
declare namespace ButtonGroupText {
|
|
665
463
|
var displayName: string;
|
|
666
464
|
}
|
|
667
|
-
declare function ButtonGroupSeparator({ className, orientation, ...props }: React$1.ComponentProps<typeof Separator>):
|
|
465
|
+
declare function ButtonGroupSeparator({ className, orientation, ...props }: React$1.ComponentProps<typeof Separator>): React$1.JSX.Element;
|
|
668
466
|
declare namespace ButtonGroupSeparator {
|
|
669
467
|
var displayName: string;
|
|
670
468
|
}
|
|
@@ -679,23 +477,23 @@ type CarouselProps = {
|
|
|
679
477
|
orientation?: 'horizontal' | 'vertical';
|
|
680
478
|
setApi?: (api: CarouselApi) => void;
|
|
681
479
|
};
|
|
682
|
-
declare function Carousel({ orientation, opts, setApi, plugins, className, children, dir, ...props }: React$1.ComponentProps<'div'> & CarouselProps):
|
|
480
|
+
declare function Carousel({ orientation, opts, setApi, plugins, className, children, dir, ...props }: React$1.ComponentProps<'div'> & CarouselProps): React$1.JSX.Element;
|
|
683
481
|
declare namespace Carousel {
|
|
684
482
|
var displayName: string;
|
|
685
483
|
}
|
|
686
|
-
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
484
|
+
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
687
485
|
declare namespace CarouselContent {
|
|
688
486
|
var displayName: string;
|
|
689
487
|
}
|
|
690
|
-
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
488
|
+
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
691
489
|
declare namespace CarouselItem {
|
|
692
490
|
var displayName: string;
|
|
693
491
|
}
|
|
694
|
-
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>):
|
|
492
|
+
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
695
493
|
declare namespace CarouselPrevious {
|
|
696
494
|
var displayName: string;
|
|
697
495
|
}
|
|
698
|
-
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>):
|
|
496
|
+
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
699
497
|
declare namespace CarouselNext {
|
|
700
498
|
var displayName: string;
|
|
701
499
|
}
|
|
@@ -720,20 +518,20 @@ interface CircularProgressProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
720
518
|
}
|
|
721
519
|
declare const CircularProgress: React$1.ForwardRefExoticComponent<CircularProgressProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
722
520
|
|
|
723
|
-
declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>):
|
|
521
|
+
declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): React$1.JSX.Element;
|
|
724
522
|
declare namespace Collapsible {
|
|
725
523
|
var displayName: string;
|
|
726
524
|
}
|
|
727
|
-
declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>):
|
|
525
|
+
declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): React$1.JSX.Element;
|
|
728
526
|
declare namespace CollapsibleTrigger {
|
|
729
527
|
var displayName: string;
|
|
730
528
|
}
|
|
731
|
-
declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>):
|
|
529
|
+
declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): React$1.JSX.Element;
|
|
732
530
|
declare namespace CollapsibleContent {
|
|
733
531
|
var displayName: string;
|
|
734
532
|
}
|
|
735
533
|
|
|
736
|
-
declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>):
|
|
534
|
+
declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>): React$1.JSX.Element;
|
|
737
535
|
declare namespace Command {
|
|
738
536
|
var displayName: string;
|
|
739
537
|
}
|
|
@@ -741,35 +539,35 @@ declare function CommandDialog({ title, description, children, className, ...pro
|
|
|
741
539
|
title?: string;
|
|
742
540
|
description?: string;
|
|
743
541
|
className?: string;
|
|
744
|
-
}):
|
|
542
|
+
}): React$1.JSX.Element;
|
|
745
543
|
declare namespace CommandDialog {
|
|
746
544
|
var displayName: string;
|
|
747
545
|
}
|
|
748
|
-
declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>):
|
|
546
|
+
declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>): React$1.JSX.Element;
|
|
749
547
|
declare namespace CommandInput {
|
|
750
548
|
var displayName: string;
|
|
751
549
|
}
|
|
752
|
-
declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>):
|
|
550
|
+
declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>): React$1.JSX.Element;
|
|
753
551
|
declare namespace CommandList {
|
|
754
552
|
var displayName: string;
|
|
755
553
|
}
|
|
756
|
-
declare function CommandEmpty({ ...props }: React$1.ComponentProps<typeof Command$1.Empty>):
|
|
554
|
+
declare function CommandEmpty({ ...props }: React$1.ComponentProps<typeof Command$1.Empty>): React$1.JSX.Element;
|
|
757
555
|
declare namespace CommandEmpty {
|
|
758
556
|
var displayName: string;
|
|
759
557
|
}
|
|
760
|
-
declare function CommandGroup({ className, ...props }: React$1.ComponentProps<typeof Command$1.Group>):
|
|
558
|
+
declare function CommandGroup({ className, ...props }: React$1.ComponentProps<typeof Command$1.Group>): React$1.JSX.Element;
|
|
761
559
|
declare namespace CommandGroup {
|
|
762
560
|
var displayName: string;
|
|
763
561
|
}
|
|
764
|
-
declare function CommandSeparator({ className, ...props }: React$1.ComponentProps<typeof Command$1.Separator>):
|
|
562
|
+
declare function CommandSeparator({ className, ...props }: React$1.ComponentProps<typeof Command$1.Separator>): React$1.JSX.Element;
|
|
765
563
|
declare namespace CommandSeparator {
|
|
766
564
|
var displayName: string;
|
|
767
565
|
}
|
|
768
|
-
declare function CommandItem({ className, ...props }: React$1.ComponentProps<typeof Command$1.Item>):
|
|
566
|
+
declare function CommandItem({ className, ...props }: React$1.ComponentProps<typeof Command$1.Item>): React$1.JSX.Element;
|
|
769
567
|
declare namespace CommandItem {
|
|
770
568
|
var displayName: string;
|
|
771
569
|
}
|
|
772
|
-
declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<'span'>):
|
|
570
|
+
declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<'span'>): React$1.JSX.Element;
|
|
773
571
|
declare namespace CommandShortcut {
|
|
774
572
|
var displayName: string;
|
|
775
573
|
}
|
|
@@ -838,7 +636,7 @@ interface CommandPaletteProps {
|
|
|
838
636
|
/** Extra class for the dialog content. */
|
|
839
637
|
className?: string;
|
|
840
638
|
}
|
|
841
|
-
declare function CommandPalette({ open: controlledOpen, onOpenChange, items, shortcut, placeholder, emptyMessage, title, description, locale, recents: recentsConfig, className, }: CommandPaletteProps):
|
|
639
|
+
declare function CommandPalette({ open: controlledOpen, onOpenChange, items, shortcut, placeholder, emptyMessage, title, description, locale, recents: recentsConfig, className, }: CommandPaletteProps): React$1.JSX.Element;
|
|
842
640
|
declare namespace CommandPalette {
|
|
843
641
|
var displayName: string;
|
|
844
642
|
}
|
|
@@ -1024,7 +822,7 @@ interface NotificationCenterProps {
|
|
|
1024
822
|
/** Override relative-time formatter (default uses `formatRelativeTime` — Persian-biased). */
|
|
1025
823
|
formatTime?: (date: Date) => string;
|
|
1026
824
|
}
|
|
1027
|
-
declare function NotificationCenter({ items, onMarkRead, onMarkAllRead, onDismiss, filters, defaultFilter, activeFilter: controlledFilter, onFilterChange, maxHeight, locale, open: controlledOpen, onOpenChange, emptyMessage, triggerLabel, triggerClassName, className, formatTime, }: NotificationCenterProps):
|
|
825
|
+
declare function NotificationCenter({ items, onMarkRead, onMarkAllRead, onDismiss, filters, defaultFilter, activeFilter: controlledFilter, onFilterChange, maxHeight, locale, open: controlledOpen, onOpenChange, emptyMessage, triggerLabel, triggerClassName, className, formatTime, }: NotificationCenterProps): React$1.JSX.Element;
|
|
1028
826
|
declare namespace NotificationCenter {
|
|
1029
827
|
var displayName: string;
|
|
1030
828
|
}
|
|
@@ -1186,7 +984,7 @@ interface NavTreeProviderProps {
|
|
|
1186
984
|
matchStrategy?: NavMatchStrategy;
|
|
1187
985
|
children: React$1.ReactNode;
|
|
1188
986
|
}
|
|
1189
|
-
declare function NavTreeProvider({ activePath, matchStrategy, children }: NavTreeProviderProps):
|
|
987
|
+
declare function NavTreeProvider({ activePath, matchStrategy, children }: NavTreeProviderProps): React$1.JSX.Element;
|
|
1190
988
|
/** Outer container. Mostly a semantic `<nav>` wrapper — accepts any children. */
|
|
1191
989
|
declare const NavTree: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & React$1.RefAttributes<HTMLElement>>;
|
|
1192
990
|
interface NavGroupProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'role'> {
|
|
@@ -1283,70 +1081,70 @@ interface ConfirmDialogProps {
|
|
|
1283
1081
|
}
|
|
1284
1082
|
declare const ConfirmDialog: React$1.ForwardRefExoticComponent<ConfirmDialogProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1285
1083
|
|
|
1286
|
-
declare function ContextMenu({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>):
|
|
1084
|
+
declare function ContextMenu({ dir, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): React$1.JSX.Element;
|
|
1287
1085
|
declare namespace ContextMenu {
|
|
1288
1086
|
var displayName: string;
|
|
1289
1087
|
}
|
|
1290
|
-
declare function ContextMenuTrigger({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>):
|
|
1088
|
+
declare function ContextMenuTrigger({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): React$1.JSX.Element;
|
|
1291
1089
|
declare namespace ContextMenuTrigger {
|
|
1292
1090
|
var displayName: string;
|
|
1293
1091
|
}
|
|
1294
|
-
declare function ContextMenuGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>):
|
|
1092
|
+
declare function ContextMenuGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): React$1.JSX.Element;
|
|
1295
1093
|
declare namespace ContextMenuGroup {
|
|
1296
1094
|
var displayName: string;
|
|
1297
1095
|
}
|
|
1298
|
-
declare function ContextMenuPortal({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>):
|
|
1096
|
+
declare function ContextMenuPortal({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): React$1.JSX.Element;
|
|
1299
1097
|
declare namespace ContextMenuPortal {
|
|
1300
1098
|
var displayName: string;
|
|
1301
1099
|
}
|
|
1302
|
-
declare function ContextMenuSub({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>):
|
|
1100
|
+
declare function ContextMenuSub({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): React$1.JSX.Element;
|
|
1303
1101
|
declare namespace ContextMenuSub {
|
|
1304
1102
|
var displayName: string;
|
|
1305
1103
|
}
|
|
1306
|
-
declare function ContextMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>):
|
|
1104
|
+
declare function ContextMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): React$1.JSX.Element;
|
|
1307
1105
|
declare namespace ContextMenuRadioGroup {
|
|
1308
1106
|
var displayName: string;
|
|
1309
1107
|
}
|
|
1310
1108
|
declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
1311
1109
|
inset?: boolean;
|
|
1312
|
-
}):
|
|
1110
|
+
}): React$1.JSX.Element;
|
|
1313
1111
|
declare namespace ContextMenuSubTrigger {
|
|
1314
1112
|
var displayName: string;
|
|
1315
1113
|
}
|
|
1316
|
-
declare function ContextMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>):
|
|
1114
|
+
declare function ContextMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): React$1.JSX.Element;
|
|
1317
1115
|
declare namespace ContextMenuSubContent {
|
|
1318
1116
|
var displayName: string;
|
|
1319
1117
|
}
|
|
1320
|
-
declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>):
|
|
1118
|
+
declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): React$1.JSX.Element;
|
|
1321
1119
|
declare namespace ContextMenuContent {
|
|
1322
1120
|
var displayName: string;
|
|
1323
1121
|
}
|
|
1324
1122
|
declare function ContextMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
|
|
1325
1123
|
inset?: boolean;
|
|
1326
|
-
variant?:
|
|
1327
|
-
}):
|
|
1124
|
+
variant?: 'default' | 'destructive';
|
|
1125
|
+
}): React$1.JSX.Element;
|
|
1328
1126
|
declare namespace ContextMenuItem {
|
|
1329
1127
|
var displayName: string;
|
|
1330
1128
|
}
|
|
1331
|
-
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>):
|
|
1129
|
+
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): React$1.JSX.Element;
|
|
1332
1130
|
declare namespace ContextMenuCheckboxItem {
|
|
1333
1131
|
var displayName: string;
|
|
1334
1132
|
}
|
|
1335
|
-
declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>):
|
|
1133
|
+
declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): React$1.JSX.Element;
|
|
1336
1134
|
declare namespace ContextMenuRadioItem {
|
|
1337
1135
|
var displayName: string;
|
|
1338
1136
|
}
|
|
1339
1137
|
declare function ContextMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
|
|
1340
1138
|
inset?: boolean;
|
|
1341
|
-
}):
|
|
1139
|
+
}): React$1.JSX.Element;
|
|
1342
1140
|
declare namespace ContextMenuLabel {
|
|
1343
1141
|
var displayName: string;
|
|
1344
1142
|
}
|
|
1345
|
-
declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>):
|
|
1143
|
+
declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): React$1.JSX.Element;
|
|
1346
1144
|
declare namespace ContextMenuSeparator {
|
|
1347
1145
|
var displayName: string;
|
|
1348
1146
|
}
|
|
1349
|
-
declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<
|
|
1147
|
+
declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<'span'>): React$1.JSX.Element;
|
|
1350
1148
|
declare namespace ContextMenuShortcut {
|
|
1351
1149
|
var displayName: string;
|
|
1352
1150
|
}
|
|
@@ -1539,48 +1337,48 @@ declare const DateRangePicker: React$1.ForwardRefExoticComponent<DateRangePicker
|
|
|
1539
1337
|
/**
|
|
1540
1338
|
* Simplified version without label (inline usage)
|
|
1541
1339
|
*/
|
|
1542
|
-
declare function DateRangePickerInline({ value, onChange, placeholder, usePersianCalendar, numberOfMonths, minDate, maxDate, className, disabled, captionLayout, fromYear, toYear, }: Omit<DateRangePickerProps, 'label'>):
|
|
1340
|
+
declare function DateRangePickerInline({ value, onChange, placeholder, usePersianCalendar, numberOfMonths, minDate, maxDate, className, disabled, captionLayout, fromYear, toYear, }: Omit<DateRangePickerProps, 'label'>): React$1.JSX.Element;
|
|
1543
1341
|
declare namespace DateRangePickerInline {
|
|
1544
1342
|
var displayName: string;
|
|
1545
1343
|
}
|
|
1546
1344
|
|
|
1547
|
-
declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>):
|
|
1345
|
+
declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): React$1.JSX.Element;
|
|
1548
1346
|
declare namespace Drawer {
|
|
1549
1347
|
var displayName: string;
|
|
1550
1348
|
}
|
|
1551
|
-
declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>):
|
|
1349
|
+
declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): React$1.JSX.Element;
|
|
1552
1350
|
declare namespace DrawerTrigger {
|
|
1553
1351
|
var displayName: string;
|
|
1554
1352
|
}
|
|
1555
|
-
declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>):
|
|
1353
|
+
declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): React$1.JSX.Element;
|
|
1556
1354
|
declare namespace DrawerPortal {
|
|
1557
1355
|
var displayName: string;
|
|
1558
1356
|
}
|
|
1559
|
-
declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>):
|
|
1357
|
+
declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>): React$1.JSX.Element;
|
|
1560
1358
|
declare namespace DrawerClose {
|
|
1561
1359
|
var displayName: string;
|
|
1562
1360
|
}
|
|
1563
|
-
declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>):
|
|
1361
|
+
declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>): React$1.JSX.Element;
|
|
1564
1362
|
declare namespace DrawerOverlay {
|
|
1565
1363
|
var displayName: string;
|
|
1566
1364
|
}
|
|
1567
|
-
declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>):
|
|
1365
|
+
declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>): React$1.JSX.Element;
|
|
1568
1366
|
declare namespace DrawerContent {
|
|
1569
1367
|
var displayName: string;
|
|
1570
1368
|
}
|
|
1571
|
-
declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1369
|
+
declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1572
1370
|
declare namespace DrawerHeader {
|
|
1573
1371
|
var displayName: string;
|
|
1574
1372
|
}
|
|
1575
|
-
declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1373
|
+
declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1576
1374
|
declare namespace DrawerFooter {
|
|
1577
1375
|
var displayName: string;
|
|
1578
1376
|
}
|
|
1579
|
-
declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>):
|
|
1377
|
+
declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): React$1.JSX.Element;
|
|
1580
1378
|
declare namespace DrawerTitle {
|
|
1581
1379
|
var displayName: string;
|
|
1582
1380
|
}
|
|
1583
|
-
declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>):
|
|
1381
|
+
declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): React$1.JSX.Element;
|
|
1584
1382
|
declare namespace DrawerDescription {
|
|
1585
1383
|
var displayName: string;
|
|
1586
1384
|
}
|
|
@@ -1643,26 +1441,26 @@ declare const FieldGroup: React$1.ForwardRefExoticComponent<Omit<React$1.Detaile
|
|
|
1643
1441
|
declare const fieldVariants: (props?: ({
|
|
1644
1442
|
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
1645
1443
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1646
|
-
declare function Field({ className, orientation, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof fieldVariants>):
|
|
1444
|
+
declare function Field({ className, orientation, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): React$1.JSX.Element;
|
|
1647
1445
|
declare namespace Field {
|
|
1648
1446
|
var displayName: string;
|
|
1649
1447
|
}
|
|
1650
|
-
declare function FieldContent({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
1448
|
+
declare function FieldContent({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
1651
1449
|
declare namespace FieldContent {
|
|
1652
1450
|
var displayName: string;
|
|
1653
1451
|
}
|
|
1654
|
-
declare function FieldLabel({ className, ...props }: React$1.ComponentProps<typeof Label>):
|
|
1452
|
+
declare function FieldLabel({ className, ...props }: React$1.ComponentProps<typeof Label>): React$1.JSX.Element;
|
|
1655
1453
|
declare namespace FieldLabel {
|
|
1656
1454
|
var displayName: string;
|
|
1657
1455
|
}
|
|
1658
1456
|
declare const FieldTitle: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1659
|
-
declare function FieldDescription({ className, ...props }: React$1.ComponentProps<'p'>):
|
|
1457
|
+
declare function FieldDescription({ className, ...props }: React$1.ComponentProps<'p'>): React$1.JSX.Element;
|
|
1660
1458
|
declare namespace FieldDescription {
|
|
1661
1459
|
var displayName: string;
|
|
1662
1460
|
}
|
|
1663
1461
|
declare function FieldSeparator({ children, className, ...props }: React$1.ComponentProps<'div'> & {
|
|
1664
1462
|
children?: React$1.ReactNode;
|
|
1665
|
-
}):
|
|
1463
|
+
}): React$1.JSX.Element;
|
|
1666
1464
|
declare namespace FieldSeparator {
|
|
1667
1465
|
var displayName: string;
|
|
1668
1466
|
}
|
|
@@ -1670,7 +1468,7 @@ declare function FieldError({ className, children, errors, ...props }: React$1.C
|
|
|
1670
1468
|
errors?: Array<{
|
|
1671
1469
|
message?: string;
|
|
1672
1470
|
} | undefined>;
|
|
1673
|
-
}):
|
|
1471
|
+
}): React$1.JSX.Element | null;
|
|
1674
1472
|
declare namespace FieldError {
|
|
1675
1473
|
var displayName: string;
|
|
1676
1474
|
}
|
|
@@ -1776,15 +1574,15 @@ interface ActiveFiltersClearAllProps extends Omit<React$1.ButtonHTMLAttributes<H
|
|
|
1776
1574
|
}
|
|
1777
1575
|
declare const ActiveFiltersClearAll: React$1.ForwardRefExoticComponent<ActiveFiltersClearAllProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1778
1576
|
|
|
1779
|
-
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>):
|
|
1577
|
+
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): React$1.JSX.Element;
|
|
1780
1578
|
declare namespace HoverCard {
|
|
1781
1579
|
var displayName: string;
|
|
1782
1580
|
}
|
|
1783
|
-
declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>):
|
|
1581
|
+
declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): React$1.JSX.Element;
|
|
1784
1582
|
declare namespace HoverCardTrigger {
|
|
1785
1583
|
var displayName: string;
|
|
1786
1584
|
}
|
|
1787
|
-
declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>):
|
|
1585
|
+
declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): React$1.JSX.Element;
|
|
1788
1586
|
declare namespace HoverCardContent {
|
|
1789
1587
|
var displayName: string;
|
|
1790
1588
|
}
|
|
@@ -2008,54 +1806,54 @@ interface InputGroupProps extends React$1.ComponentProps<'div'> {
|
|
|
2008
1806
|
*/
|
|
2009
1807
|
dir?: 'ltr' | 'rtl';
|
|
2010
1808
|
}
|
|
2011
|
-
declare function InputGroup({ className, dir, ...props }: InputGroupProps):
|
|
1809
|
+
declare function InputGroup({ className, dir, ...props }: InputGroupProps): React$1.JSX.Element;
|
|
2012
1810
|
declare namespace InputGroup {
|
|
2013
1811
|
var displayName: string;
|
|
2014
1812
|
}
|
|
2015
1813
|
declare const inputGroupAddonVariants: (props?: ({
|
|
2016
1814
|
align?: "inline-end" | "inline-start" | "block-end" | "block-start" | null | undefined;
|
|
2017
1815
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2018
|
-
declare function InputGroupAddon({ className, align, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>):
|
|
1816
|
+
declare function InputGroupAddon({ className, align, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): React$1.JSX.Element;
|
|
2019
1817
|
declare namespace InputGroupAddon {
|
|
2020
1818
|
var displayName: string;
|
|
2021
1819
|
}
|
|
2022
1820
|
declare const inputGroupButtonVariants: (props?: ({
|
|
2023
1821
|
size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
|
|
2024
1822
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2025
|
-
declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button>, 'size'> & VariantProps<typeof inputGroupButtonVariants>):
|
|
1823
|
+
declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button>, 'size'> & VariantProps<typeof inputGroupButtonVariants>): React$1.JSX.Element;
|
|
2026
1824
|
declare namespace InputGroupButton {
|
|
2027
1825
|
var displayName: string;
|
|
2028
1826
|
}
|
|
2029
|
-
declare function InputGroupText({ className, ...props }: React$1.ComponentProps<'span'>):
|
|
1827
|
+
declare function InputGroupText({ className, ...props }: React$1.ComponentProps<'span'>): React$1.JSX.Element;
|
|
2030
1828
|
declare namespace InputGroupText {
|
|
2031
1829
|
var displayName: string;
|
|
2032
1830
|
}
|
|
2033
|
-
declare function InputGroupInput({ className, type, size, dir: dirProp, ...props }: InputProps):
|
|
1831
|
+
declare function InputGroupInput({ className, type, size, dir: dirProp, ...props }: InputProps): React$1.JSX.Element;
|
|
2034
1832
|
declare namespace InputGroupInput {
|
|
2035
1833
|
var displayName: string;
|
|
2036
1834
|
}
|
|
2037
|
-
declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<'textarea'>):
|
|
1835
|
+
declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<'textarea'>): React$1.JSX.Element;
|
|
2038
1836
|
declare namespace InputGroupTextarea {
|
|
2039
1837
|
var displayName: string;
|
|
2040
1838
|
}
|
|
2041
1839
|
|
|
2042
1840
|
declare function InputOTP({ className, containerClassName, dir, ...props }: React$1.ComponentProps<typeof OTPInput> & {
|
|
2043
1841
|
containerClassName?: string;
|
|
2044
|
-
}):
|
|
1842
|
+
}): React$1.JSX.Element;
|
|
2045
1843
|
declare namespace InputOTP {
|
|
2046
1844
|
var displayName: string;
|
|
2047
1845
|
}
|
|
2048
|
-
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
1846
|
+
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
2049
1847
|
declare namespace InputOTPGroup {
|
|
2050
1848
|
var displayName: string;
|
|
2051
1849
|
}
|
|
2052
1850
|
declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<'div'> & {
|
|
2053
1851
|
index: number;
|
|
2054
|
-
}):
|
|
1852
|
+
}): React$1.JSX.Element;
|
|
2055
1853
|
declare namespace InputOTPSlot {
|
|
2056
1854
|
var displayName: string;
|
|
2057
1855
|
}
|
|
2058
|
-
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<'div'>):
|
|
1856
|
+
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
2059
1857
|
declare namespace InputOTPSeparator {
|
|
2060
1858
|
var displayName: string;
|
|
2061
1859
|
}
|
|
@@ -2164,11 +1962,11 @@ interface JobCardStatProps {
|
|
|
2164
1962
|
declare const JobCardStat: React$1.ForwardRefExoticComponent<JobCardStatProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2165
1963
|
declare const JobCardError: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
2166
1964
|
|
|
2167
|
-
declare function Kbd({ className, ...props }: React$1.ComponentProps<'kbd'>):
|
|
1965
|
+
declare function Kbd({ className, ...props }: React$1.ComponentProps<'kbd'>): React$1.JSX.Element;
|
|
2168
1966
|
declare namespace Kbd {
|
|
2169
1967
|
var displayName: string;
|
|
2170
1968
|
}
|
|
2171
|
-
declare function KbdGroup({ className, ...props }: React$1.ComponentProps<'span'>):
|
|
1969
|
+
declare function KbdGroup({ className, ...props }: React$1.ComponentProps<'span'>): React$1.JSX.Element;
|
|
2172
1970
|
declare namespace KbdGroup {
|
|
2173
1971
|
var displayName: string;
|
|
2174
1972
|
}
|
|
@@ -2373,74 +2171,74 @@ interface CountryPickerProps {
|
|
|
2373
2171
|
*/
|
|
2374
2172
|
declare const CountryPicker: React$1.ForwardRefExoticComponent<CountryPickerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2375
2173
|
|
|
2376
|
-
declare function Menubar({ className, dir, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>):
|
|
2174
|
+
declare function Menubar({ className, dir, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): React$1.JSX.Element;
|
|
2377
2175
|
declare namespace Menubar {
|
|
2378
2176
|
var displayName: string;
|
|
2379
2177
|
}
|
|
2380
|
-
declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>):
|
|
2178
|
+
declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): React$1.JSX.Element;
|
|
2381
2179
|
declare namespace MenubarMenu {
|
|
2382
2180
|
var displayName: string;
|
|
2383
2181
|
}
|
|
2384
|
-
declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Group>):
|
|
2182
|
+
declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): React$1.JSX.Element;
|
|
2385
2183
|
declare namespace MenubarGroup {
|
|
2386
2184
|
var displayName: string;
|
|
2387
2185
|
}
|
|
2388
|
-
declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>):
|
|
2186
|
+
declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): React$1.JSX.Element;
|
|
2389
2187
|
declare namespace MenubarPortal {
|
|
2390
2188
|
var displayName: string;
|
|
2391
2189
|
}
|
|
2392
|
-
declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>):
|
|
2190
|
+
declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): React$1.JSX.Element;
|
|
2393
2191
|
declare namespace MenubarRadioGroup {
|
|
2394
2192
|
var displayName: string;
|
|
2395
2193
|
}
|
|
2396
|
-
declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>):
|
|
2194
|
+
declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): React$1.JSX.Element;
|
|
2397
2195
|
declare namespace MenubarTrigger {
|
|
2398
2196
|
var displayName: string;
|
|
2399
2197
|
}
|
|
2400
|
-
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Content>):
|
|
2198
|
+
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): React$1.JSX.Element;
|
|
2401
2199
|
declare namespace MenubarContent {
|
|
2402
2200
|
var displayName: string;
|
|
2403
2201
|
}
|
|
2404
2202
|
declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
2405
2203
|
inset?: boolean;
|
|
2406
2204
|
variant?: 'default' | 'destructive';
|
|
2407
|
-
}):
|
|
2205
|
+
}): React$1.JSX.Element;
|
|
2408
2206
|
declare namespace MenubarItem {
|
|
2409
2207
|
var displayName: string;
|
|
2410
2208
|
}
|
|
2411
|
-
declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>):
|
|
2209
|
+
declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): React$1.JSX.Element;
|
|
2412
2210
|
declare namespace MenubarCheckboxItem {
|
|
2413
2211
|
var displayName: string;
|
|
2414
2212
|
}
|
|
2415
|
-
declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>):
|
|
2213
|
+
declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): React$1.JSX.Element;
|
|
2416
2214
|
declare namespace MenubarRadioItem {
|
|
2417
2215
|
var displayName: string;
|
|
2418
2216
|
}
|
|
2419
2217
|
declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
2420
2218
|
inset?: boolean;
|
|
2421
|
-
}):
|
|
2219
|
+
}): React$1.JSX.Element;
|
|
2422
2220
|
declare namespace MenubarLabel {
|
|
2423
2221
|
var displayName: string;
|
|
2424
2222
|
}
|
|
2425
|
-
declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>):
|
|
2223
|
+
declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): React$1.JSX.Element;
|
|
2426
2224
|
declare namespace MenubarSeparator {
|
|
2427
2225
|
var displayName: string;
|
|
2428
2226
|
}
|
|
2429
|
-
declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<'span'>):
|
|
2227
|
+
declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<'span'>): React$1.JSX.Element;
|
|
2430
2228
|
declare namespace MenubarShortcut {
|
|
2431
2229
|
var displayName: string;
|
|
2432
2230
|
}
|
|
2433
|
-
declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>):
|
|
2231
|
+
declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): React$1.JSX.Element;
|
|
2434
2232
|
declare namespace MenubarSub {
|
|
2435
2233
|
var displayName: string;
|
|
2436
2234
|
}
|
|
2437
2235
|
declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
2438
2236
|
inset?: boolean;
|
|
2439
|
-
}):
|
|
2237
|
+
}): React$1.JSX.Element;
|
|
2440
2238
|
declare namespace MenubarSubTrigger {
|
|
2441
2239
|
var displayName: string;
|
|
2442
2240
|
}
|
|
2443
|
-
declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>):
|
|
2241
|
+
declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): React$1.JSX.Element;
|
|
2444
2242
|
declare namespace MenubarSubContent {
|
|
2445
2243
|
var displayName: string;
|
|
2446
2244
|
}
|
|
@@ -2508,79 +2306,79 @@ declare const MetricCardDifferential: React$1.ForwardRefExoticComponent<MetricCa
|
|
|
2508
2306
|
declare const MetricCardSparkline: React$1.ForwardRefExoticComponent<MetricCardSparklineProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2509
2307
|
|
|
2510
2308
|
declare const NativeSelect: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "ref"> & React$1.RefAttributes<HTMLSelectElement>>;
|
|
2511
|
-
declare function NativeSelectOption({ ...props }: React$1.ComponentProps<'option'>):
|
|
2309
|
+
declare function NativeSelectOption({ ...props }: React$1.ComponentProps<'option'>): React$1.JSX.Element;
|
|
2512
2310
|
declare namespace NativeSelectOption {
|
|
2513
2311
|
var displayName: string;
|
|
2514
2312
|
}
|
|
2515
|
-
declare function NativeSelectOptGroup({ className, ...props }: React$1.ComponentProps<'optgroup'>):
|
|
2313
|
+
declare function NativeSelectOptGroup({ className, ...props }: React$1.ComponentProps<'optgroup'>): React$1.JSX.Element;
|
|
2516
2314
|
declare namespace NativeSelectOptGroup {
|
|
2517
2315
|
var displayName: string;
|
|
2518
2316
|
}
|
|
2519
2317
|
|
|
2520
2318
|
declare function NavigationMenu({ className, children, viewport, dir, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
2521
2319
|
viewport?: boolean;
|
|
2522
|
-
}):
|
|
2320
|
+
}): React$1.JSX.Element;
|
|
2523
2321
|
declare namespace NavigationMenu {
|
|
2524
2322
|
var displayName: string;
|
|
2525
2323
|
}
|
|
2526
|
-
declare function NavigationMenuList({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>):
|
|
2324
|
+
declare function NavigationMenuList({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): React$1.JSX.Element;
|
|
2527
2325
|
declare namespace NavigationMenuList {
|
|
2528
2326
|
var displayName: string;
|
|
2529
2327
|
}
|
|
2530
|
-
declare function NavigationMenuItem({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>):
|
|
2328
|
+
declare function NavigationMenuItem({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): React$1.JSX.Element;
|
|
2531
2329
|
declare namespace NavigationMenuItem {
|
|
2532
2330
|
var displayName: string;
|
|
2533
2331
|
}
|
|
2534
2332
|
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
2535
|
-
declare function NavigationMenuTrigger({ className, children, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>):
|
|
2333
|
+
declare function NavigationMenuTrigger({ className, children, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): React$1.JSX.Element;
|
|
2536
2334
|
declare namespace NavigationMenuTrigger {
|
|
2537
2335
|
var displayName: string;
|
|
2538
2336
|
}
|
|
2539
|
-
declare function NavigationMenuContent({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>):
|
|
2337
|
+
declare function NavigationMenuContent({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): React$1.JSX.Element;
|
|
2540
2338
|
declare namespace NavigationMenuContent {
|
|
2541
2339
|
var displayName: string;
|
|
2542
2340
|
}
|
|
2543
|
-
declare function NavigationMenuViewport({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>):
|
|
2341
|
+
declare function NavigationMenuViewport({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): React$1.JSX.Element;
|
|
2544
2342
|
declare namespace NavigationMenuViewport {
|
|
2545
2343
|
var displayName: string;
|
|
2546
2344
|
}
|
|
2547
|
-
declare function NavigationMenuLink({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>):
|
|
2345
|
+
declare function NavigationMenuLink({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): React$1.JSX.Element;
|
|
2548
2346
|
declare namespace NavigationMenuLink {
|
|
2549
2347
|
var displayName: string;
|
|
2550
2348
|
}
|
|
2551
|
-
declare function NavigationMenuIndicator({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>):
|
|
2349
|
+
declare function NavigationMenuIndicator({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): React$1.JSX.Element;
|
|
2552
2350
|
declare namespace NavigationMenuIndicator {
|
|
2553
2351
|
var displayName: string;
|
|
2554
2352
|
}
|
|
2555
2353
|
|
|
2556
|
-
declare function Pagination({ className, dir, children, ...props }: React$1.ComponentProps<'nav'>):
|
|
2354
|
+
declare function Pagination({ className, dir, children, ...props }: React$1.ComponentProps<'nav'>): React$1.JSX.Element;
|
|
2557
2355
|
declare namespace Pagination {
|
|
2558
2356
|
var displayName: string;
|
|
2559
2357
|
}
|
|
2560
|
-
declare function PaginationContent({ className, ...props }: React$1.ComponentProps<'ul'>):
|
|
2358
|
+
declare function PaginationContent({ className, ...props }: React$1.ComponentProps<'ul'>): React$1.JSX.Element;
|
|
2561
2359
|
declare namespace PaginationContent {
|
|
2562
2360
|
var displayName: string;
|
|
2563
2361
|
}
|
|
2564
|
-
declare function PaginationItem({ ...props }: React$1.ComponentProps<'li'>):
|
|
2362
|
+
declare function PaginationItem({ ...props }: React$1.ComponentProps<'li'>): React$1.JSX.Element;
|
|
2565
2363
|
declare namespace PaginationItem {
|
|
2566
2364
|
var displayName: string;
|
|
2567
2365
|
}
|
|
2568
2366
|
type PaginationLinkProps = {
|
|
2569
2367
|
isActive?: boolean;
|
|
2570
2368
|
} & Pick<React$1.ComponentProps<typeof Button>, 'size'> & React$1.ComponentProps<'a'>;
|
|
2571
|
-
declare function PaginationLink({ className, isActive, size, dir, ...props }: PaginationLinkProps):
|
|
2369
|
+
declare function PaginationLink({ className, isActive, size, dir, ...props }: PaginationLinkProps): React$1.JSX.Element;
|
|
2572
2370
|
declare namespace PaginationLink {
|
|
2573
2371
|
var displayName: string;
|
|
2574
2372
|
}
|
|
2575
|
-
declare function PaginationPrevious({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>):
|
|
2373
|
+
declare function PaginationPrevious({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): React$1.JSX.Element;
|
|
2576
2374
|
declare namespace PaginationPrevious {
|
|
2577
2375
|
var displayName: string;
|
|
2578
2376
|
}
|
|
2579
|
-
declare function PaginationNext({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>):
|
|
2377
|
+
declare function PaginationNext({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): React$1.JSX.Element;
|
|
2580
2378
|
declare namespace PaginationNext {
|
|
2581
2379
|
var displayName: string;
|
|
2582
2380
|
}
|
|
2583
|
-
declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<'span'>):
|
|
2381
|
+
declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<'span'>): React$1.JSX.Element;
|
|
2584
2382
|
declare namespace PaginationEllipsis {
|
|
2585
2383
|
var displayName: string;
|
|
2586
2384
|
}
|
|
@@ -2756,570 +2554,6 @@ interface PostingFrequencyHeatmapProps extends Omit<React$1.HTMLAttributes<HTMLD
|
|
|
2756
2554
|
}
|
|
2757
2555
|
declare const PostingFrequencyHeatmap: React$1.ForwardRefExoticComponent<PostingFrequencyHeatmapProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2758
2556
|
|
|
2759
|
-
/**
|
|
2760
|
-
* The full set of sources a post can originate from in Parto's social-listening +
|
|
2761
|
-
* افکارسنجی pipeline. Extends `SocialPlatform` (7 social networks) with broadcast
|
|
2762
|
-
* (tv, radio) and editorial (press, web) sources.
|
|
2763
|
-
*/
|
|
2764
|
-
type PostSource = SocialPlatform | 'tv' | 'radio' | 'press' | 'web';
|
|
2765
|
-
/** High-level grouping that drives header layout and default metric ordering. */
|
|
2766
|
-
type PostSourceCategory = 'social' | 'broadcast' | 'editorial';
|
|
2767
|
-
/**
|
|
2768
|
-
* Derive the source category from a `PostSource` value.
|
|
2769
|
-
* Used internally by `<PostHeader>`, metric label helpers, and default-actions config.
|
|
2770
|
-
*/
|
|
2771
|
-
declare function sourceCategory(source: PostSource): PostSourceCategory;
|
|
2772
|
-
/**
|
|
2773
|
-
* @deprecated Use {@link PostSource} for new code. `PostPlatform` is retained with its
|
|
2774
|
-
* historical meaning (the 7 social networks only) so existing components that target
|
|
2775
|
-
* social-specific APIs (e.g. `<SocialPlatformBadge>`) keep their narrow contract.
|
|
2776
|
-
* `PostSource` is the expanded superset (adds tv / radio / press / web).
|
|
2777
|
-
*/
|
|
2778
|
-
type PostPlatform = SocialPlatform;
|
|
2779
|
-
/**
|
|
2780
|
-
* Canonical render mode for `<PostList>` and `<PostCard>`:
|
|
2781
|
-
* - `compact` — dense list row with side thumbnail and 1-line preview
|
|
2782
|
-
* - `comfortable` — full vertical card with header, body, media, metrics, signals
|
|
2783
|
-
* - `grid` — magazine/visual layout (aspect-square media-dominant tile)
|
|
2784
|
-
*/
|
|
2785
|
-
type PostView = 'compact' | 'comfortable' | 'grid';
|
|
2786
|
-
/**
|
|
2787
|
-
* Two-mode subset used by sub-components that don't ship a `grid` layout
|
|
2788
|
-
* (`<PostHeader>`, `<PostHeaderBroadcast>`, `<PostHeaderEditorial>`,
|
|
2789
|
-
* `<PostMetadata>`, `<PostSignals>`). `<PostCard>` internally narrows its
|
|
2790
|
-
* `view` down to this when rendering those sub-components.
|
|
2791
|
-
*/
|
|
2792
|
-
type PostDensity = 'compact' | 'comfortable';
|
|
2793
|
-
type PostSentiment = 'positive' | 'negative' | 'neutral' | 'mixed';
|
|
2794
|
-
type PostEmotion = 'anger' | 'anticipation' | 'joy' | 'trust' | 'fear' | 'surprise' | 'sadness' | 'disgust' | 'neutral';
|
|
2795
|
-
/** Political flow classification — see CLAUDE.md domain concepts. */
|
|
2796
|
-
type PostFlow = 'pro-gov' | 'internal-critic' | 'internal-opponent' | 'external-opponent' | 'grey';
|
|
2797
|
-
type PostSeverity = 'low' | 'medium' | 'high' | 'critical';
|
|
2798
|
-
type PostStatus = 'normal' | 'warning' | 'critical';
|
|
2799
|
-
type PostAuthorityTier = 'nano' | 'micro' | 'macro' | 'mega';
|
|
2800
|
-
interface PostAuthor {
|
|
2801
|
-
name: string;
|
|
2802
|
-
handle?: string;
|
|
2803
|
-
avatarUrl?: string;
|
|
2804
|
-
verified?: boolean;
|
|
2805
|
-
/** Optional follower / subscriber count. */
|
|
2806
|
-
followers?: number;
|
|
2807
|
-
/** Optional following / friends count — rendered in the author HoverCard. */
|
|
2808
|
-
following?: number;
|
|
2809
|
-
/** Optional total post count — rendered in the author HoverCard. */
|
|
2810
|
-
postCount?: number;
|
|
2811
|
-
/** Short bio / description from the author's profile (1-2 sentences). */
|
|
2812
|
-
bio?: string;
|
|
2813
|
-
/** Influence score 0..100 — used to render the authority chip on the card. */
|
|
2814
|
-
authorityScore?: number;
|
|
2815
|
-
/** Categorical author tier inferred from follower count + engagement. */
|
|
2816
|
-
authorityTier?: PostAuthorityTier;
|
|
2817
|
-
}
|
|
2818
|
-
/**
|
|
2819
|
-
* Editorial / broadcast actor. Used when the post originates from press, web, tv, radio
|
|
2820
|
-
* instead of an individual social-platform account.
|
|
2821
|
-
*/
|
|
2822
|
-
interface PostOutlet {
|
|
2823
|
-
name: string;
|
|
2824
|
-
logoUrl?: string;
|
|
2825
|
-
/** Editorial only: web domain ("hamshahrionline.ir"). */
|
|
2826
|
-
domain?: string;
|
|
2827
|
-
/** Editorial only: 0..100 SEO/credibility signal. */
|
|
2828
|
-
domainAuthority?: number;
|
|
2829
|
-
/** Broadcast only: TV channel or radio station ("شبکه ۱", "رادیو پیام"). */
|
|
2830
|
-
channel?: string;
|
|
2831
|
-
/** Broadcast only: program / show name. */
|
|
2832
|
-
program?: string;
|
|
2833
|
-
/** Editorial only: byline / journalist name. */
|
|
2834
|
-
reporterName?: string;
|
|
2835
|
-
}
|
|
2836
|
-
/**
|
|
2837
|
-
* Per-item ingestion status. Drives how `<PostMedia>` renders each item:
|
|
2838
|
-
* - `ready`: image/video/audio is downloaded and viewable.
|
|
2839
|
-
* - `loading`: the panel is fetching the media right now — render a shimmer.
|
|
2840
|
-
* - `failed`: download failed — render retry placeholder.
|
|
2841
|
-
* - `unavailable`: source has media but we never captured it — render "ذخیره نشده" placeholder.
|
|
2842
|
-
*/
|
|
2843
|
-
type PostMediaStatus = 'ready' | 'loading' | 'failed' | 'unavailable';
|
|
2844
|
-
/** Sensitive-content classifications. Used at media-level and post-level. */
|
|
2845
|
-
type PostMediaSensitivity = 'nsfw' | 'graphic' | 'spoiler';
|
|
2846
|
-
interface PostMediaItem {
|
|
2847
|
-
url: string;
|
|
2848
|
-
thumbnailUrl?: string;
|
|
2849
|
-
/** Natural aspect ratio (width / height). Defaults to 1. */
|
|
2850
|
-
aspectRatio?: number;
|
|
2851
|
-
alt?: string;
|
|
2852
|
-
type?: 'image' | 'video' | 'audio';
|
|
2853
|
-
/** Duration in seconds for video / audio. */
|
|
2854
|
-
duration?: number;
|
|
2855
|
-
/** Ingestion status. Defaults to 'ready'. */
|
|
2856
|
-
status?: PostMediaStatus;
|
|
2857
|
-
/** Sensitivity tag — if set, the renderer blurs the media until revealed. */
|
|
2858
|
-
sensitivity?: PostMediaSensitivity;
|
|
2859
|
-
/** Audio only: URL of a waveform peaks file or a pre-rendered SVG / inline data URI. */
|
|
2860
|
-
waveformUrl?: string;
|
|
2861
|
-
}
|
|
2862
|
-
/** Open Graph–style URL preview embedded inside a text body. */
|
|
2863
|
-
interface PostUrlPreview$1 {
|
|
2864
|
-
url: string;
|
|
2865
|
-
domain: string;
|
|
2866
|
-
title?: string;
|
|
2867
|
-
description?: string;
|
|
2868
|
-
thumbnailUrl?: string;
|
|
2869
|
-
}
|
|
2870
|
-
/**
|
|
2871
|
-
* Sticker overlays found on Instagram stories (mentions, polls, location, music, etc.).
|
|
2872
|
-
* Captured to preserve story context after crawling. Coordinates are normalized 0..1.
|
|
2873
|
-
*/
|
|
2874
|
-
interface StoryStickerOverlay {
|
|
2875
|
-
/** Type of sticker — drives the icon and label in `<PostMediaStory>`. */
|
|
2876
|
-
type: 'mention' | 'location' | 'hashtag' | 'music' | 'poll' | 'question' | 'time' | 'link' | 'other';
|
|
2877
|
-
/** Human-readable label (e.g. "@digikala", "Tehran", "#خرید_آنلاین"). */
|
|
2878
|
-
label: string;
|
|
2879
|
-
/** Optional secondary text — for polls/questions, the question text. */
|
|
2880
|
-
secondaryText?: string;
|
|
2881
|
-
/** Normalized x/y position on the story canvas (0..1). */
|
|
2882
|
-
x?: number;
|
|
2883
|
-
y?: number;
|
|
2884
|
-
}
|
|
2885
|
-
/** Per-story metadata extracted at crawl time. */
|
|
2886
|
-
interface StoryItem {
|
|
2887
|
-
/** The captured media (image or video). */
|
|
2888
|
-
media: PostMediaItem;
|
|
2889
|
-
/** OCR-extracted text from the story canvas (visible Persian/English text). */
|
|
2890
|
-
ocrText?: string;
|
|
2891
|
-
/** Transcript for video stories. */
|
|
2892
|
-
transcript?: string;
|
|
2893
|
-
/** Story sticker overlays (mentions, polls, location, etc.). */
|
|
2894
|
-
stickers?: StoryStickerOverlay[];
|
|
2895
|
-
/** Story publication time — distinct from the post wrapper's timestamp. */
|
|
2896
|
-
publishedAt?: Date | string | number;
|
|
2897
|
-
/** Outbound "swipe up" / link sticker URL. */
|
|
2898
|
-
swipeUpUrl?: string;
|
|
2899
|
-
/** Story view count (Stories use viewers, not likes). */
|
|
2900
|
-
viewCount?: number;
|
|
2901
|
-
}
|
|
2902
|
-
/**
|
|
2903
|
-
* Discriminated union of body shapes. The renderer in `<PostBody>` switches on `type`.
|
|
2904
|
-
*
|
|
2905
|
-
* Story-related variants:
|
|
2906
|
-
* - `story` — single ephemeral story (9:16, OCR text overlay, optional swipe-up link)
|
|
2907
|
-
* - `highlight` — saved-story collection under a titled cover; renders as a strip of stories
|
|
2908
|
-
* Other social media coverage:
|
|
2909
|
-
* - `media-grid`, `media-carousel`, `video`, `audio`, `text` — generic
|
|
2910
|
-
* Failure states:
|
|
2911
|
-
* - `missing-media`, `source-removed`
|
|
2912
|
-
*/
|
|
2913
|
-
type PostBodyData = {
|
|
2914
|
-
type: 'text';
|
|
2915
|
-
text: string;
|
|
2916
|
-
urlPreview?: PostUrlPreview$1;
|
|
2917
|
-
} | {
|
|
2918
|
-
type: 'media-single';
|
|
2919
|
-
media: PostMediaItem;
|
|
2920
|
-
caption?: string;
|
|
2921
|
-
urlPreview?: PostUrlPreview$1;
|
|
2922
|
-
} | {
|
|
2923
|
-
type: 'media-grid';
|
|
2924
|
-
items: PostMediaItem[];
|
|
2925
|
-
caption?: string;
|
|
2926
|
-
} | {
|
|
2927
|
-
type: 'media-carousel';
|
|
2928
|
-
items: PostMediaItem[];
|
|
2929
|
-
caption?: string;
|
|
2930
|
-
} | {
|
|
2931
|
-
type: 'video';
|
|
2932
|
-
media: PostMediaItem;
|
|
2933
|
-
caption?: string;
|
|
2934
|
-
} | {
|
|
2935
|
-
type: 'audio';
|
|
2936
|
-
media: PostMediaItem;
|
|
2937
|
-
caption?: string;
|
|
2938
|
-
} | {
|
|
2939
|
-
type: 'story';
|
|
2940
|
-
story: StoryItem;
|
|
2941
|
-
caption?: string;
|
|
2942
|
-
} | {
|
|
2943
|
-
type: 'highlight';
|
|
2944
|
-
title: string;
|
|
2945
|
-
coverUrl?: string;
|
|
2946
|
-
stories: StoryItem[];
|
|
2947
|
-
caption?: string;
|
|
2948
|
-
} | {
|
|
2949
|
-
type: 'missing-media';
|
|
2950
|
-
caption?: string;
|
|
2951
|
-
reason?: string;
|
|
2952
|
-
} | {
|
|
2953
|
-
type: 'source-removed';
|
|
2954
|
-
archivedAt?: Date | string | number;
|
|
2955
|
-
archiveUrl?: string;
|
|
2956
|
-
caption?: string;
|
|
2957
|
-
};
|
|
2958
|
-
/**
|
|
2959
|
-
* Unified metric envelope. Labels are platform-aware via `getMetricLabel(source, key, locale)`;
|
|
2960
|
-
* the same `views` field is rendered as "بازدید" (Instagram/YouTube), "تماشا" (TikTok),
|
|
2961
|
-
* "نمایش" (X), "بیننده" (TV), "شنونده" (Radio) depending on the post's source.
|
|
2962
|
-
*/
|
|
2963
|
-
interface PostMetrics {
|
|
2964
|
-
/** Generic "consumption" metric — viewers / impressions / plays / page-views. */
|
|
2965
|
-
views?: number;
|
|
2966
|
-
likes?: number;
|
|
2967
|
-
comments?: number;
|
|
2968
|
-
/** Generic share count. */
|
|
2969
|
-
shares?: number;
|
|
2970
|
-
/** Reposts: X retweets, Threads reposts, Telegram forwards. */
|
|
2971
|
-
reposts?: number;
|
|
2972
|
-
/** Quote-with-comment: X quote-tweets, Threads quotes. */
|
|
2973
|
-
quotes?: number;
|
|
2974
|
-
/** Saves/bookmarks: IG, TikTok, LinkedIn. */
|
|
2975
|
-
saves?: number;
|
|
2976
|
-
/** Estimated reach / potential audience. */
|
|
2977
|
-
reach?: number;
|
|
2978
|
-
/** Engagement rate as 0..1 decimal (e.g. 0.034 = 3.4%). */
|
|
2979
|
-
engagementRate?: number;
|
|
2980
|
-
/** Broadcast: TV viewers / Radio listeners. Editorial: readers. One field, label per source. */
|
|
2981
|
-
audience?: number;
|
|
2982
|
-
/** Editorial: actual page-views distinct from `views`. */
|
|
2983
|
-
reads?: number;
|
|
2984
|
-
/** Editorial: SEO domain authority signal — also surfaced via `PostOutlet.domainAuthority`. */
|
|
2985
|
-
domainAuthority?: number;
|
|
2986
|
-
/** Reaction breakdown (Telegram emoji, LinkedIn 7-type, Facebook-style). */
|
|
2987
|
-
reactions?: ReactionBreakdown;
|
|
2988
|
-
}
|
|
2989
|
-
/**
|
|
2990
|
-
* Typed reaction breakdown. Sparse — only platforms that emit a given reaction fill it.
|
|
2991
|
-
* LinkedIn fills like/celebrate/support/love/insightful/funny.
|
|
2992
|
-
* Facebook fills like/love/care/haha/wow/sad/angry.
|
|
2993
|
-
* Telegram fills `emoji` with the raw map.
|
|
2994
|
-
*/
|
|
2995
|
-
interface ReactionBreakdown {
|
|
2996
|
-
like?: number;
|
|
2997
|
-
love?: number;
|
|
2998
|
-
celebrate?: number;
|
|
2999
|
-
support?: number;
|
|
3000
|
-
insightful?: number;
|
|
3001
|
-
funny?: number;
|
|
3002
|
-
/** Facebook-only — empathy reaction. */
|
|
3003
|
-
care?: number;
|
|
3004
|
-
/** Facebook-only — laughing reaction. */
|
|
3005
|
-
haha?: number;
|
|
3006
|
-
/** Facebook-only — surprised reaction. */
|
|
3007
|
-
wow?: number;
|
|
3008
|
-
/** Facebook-only — sad reaction. */
|
|
3009
|
-
sad?: number;
|
|
3010
|
-
/** Facebook-only — anger reaction. */
|
|
3011
|
-
angry?: number;
|
|
3012
|
-
/** Raw emoji → count map (Telegram channel reactions). */
|
|
3013
|
-
emoji?: Record<string, number>;
|
|
3014
|
-
}
|
|
3015
|
-
interface PostTag {
|
|
3016
|
-
id: string;
|
|
3017
|
-
label: string;
|
|
3018
|
-
/** Optional CSS var (e.g. `--chart-1`) or hex color. Auto-assigned from label if omitted. */
|
|
3019
|
-
color?: string;
|
|
3020
|
-
}
|
|
3021
|
-
/**
|
|
3022
|
-
* Flags indicate which enrichments the product has attached to this post.
|
|
3023
|
-
* Consumers set these to show the matching chip in `<PostHeader>`.
|
|
3024
|
-
*/
|
|
3025
|
-
interface PostEnrichmentFlags {
|
|
3026
|
-
ocr?: boolean;
|
|
3027
|
-
transcript?: boolean;
|
|
3028
|
-
aiAnalysis?: boolean;
|
|
3029
|
-
commentCount?: number;
|
|
3030
|
-
}
|
|
3031
|
-
/**
|
|
3032
|
-
* Contextual flags surfaced as chips or banners on the card. Independent of media-level status.
|
|
3033
|
-
*/
|
|
3034
|
-
interface PostFlags {
|
|
3035
|
-
pinned?: boolean;
|
|
3036
|
-
edited?: boolean;
|
|
3037
|
-
/** Optional edit count, surfaced in tooltip. */
|
|
3038
|
-
editCount?: number;
|
|
3039
|
-
sponsored?: boolean;
|
|
3040
|
-
/** Post was deleted at source after we ingested it. */
|
|
3041
|
-
deletedAtSource?: boolean;
|
|
3042
|
-
/** Snapshot URL to our archived copy. */
|
|
3043
|
-
archivedSnapshotUrl?: string;
|
|
3044
|
-
/** Post-level sensitivity (distinct from per-media `sensitivity`). */
|
|
3045
|
-
sensitive?: PostMediaSensitivity;
|
|
3046
|
-
}
|
|
3047
|
-
/** Cluster / topic membership — links the post to a parent analytical grouping. */
|
|
3048
|
-
interface PostCluster {
|
|
3049
|
-
id: string;
|
|
3050
|
-
label: string;
|
|
3051
|
-
tone?: 'brand' | 'neutral' | 'warning';
|
|
3052
|
-
}
|
|
3053
|
-
/** "X reposted at Y" wrapper info. */
|
|
3054
|
-
interface PostRepostInfo {
|
|
3055
|
-
by: PostAuthor;
|
|
3056
|
-
at: Date | string | number;
|
|
3057
|
-
/** Optional retweet-with-comment / Telegram forward note. */
|
|
3058
|
-
comment?: string;
|
|
3059
|
-
}
|
|
3060
|
-
/** Position info when a post belongs to a multi-post thread. */
|
|
3061
|
-
interface PostThreadInfo {
|
|
3062
|
-
threadId: string;
|
|
3063
|
-
/** 1-indexed position in the thread. */
|
|
3064
|
-
position: number;
|
|
3065
|
-
total: number;
|
|
3066
|
-
/** Optional id of the next thread post — used to draw the connector to the next visible card. */
|
|
3067
|
-
nextId?: string;
|
|
3068
|
-
}
|
|
3069
|
-
type PlatformMetadata = {
|
|
3070
|
-
platform: 'instagram';
|
|
3071
|
-
postType?: 'feed' | 'reel' | 'story' | 'carousel' | 'igtv';
|
|
3072
|
-
location?: string;
|
|
3073
|
-
music?: {
|
|
3074
|
-
title: string;
|
|
3075
|
-
artist?: string;
|
|
3076
|
-
};
|
|
3077
|
-
saveCount?: number;
|
|
3078
|
-
collaborators?: string[];
|
|
3079
|
-
hashtags?: string[];
|
|
3080
|
-
} | {
|
|
3081
|
-
platform: 'twitter';
|
|
3082
|
-
tweetType?: 'original' | 'retweet' | 'quote' | 'reply';
|
|
3083
|
-
quotedTweetUrl?: string;
|
|
3084
|
-
inReplyTo?: string;
|
|
3085
|
-
retweetCount?: number;
|
|
3086
|
-
quoteCount?: number;
|
|
3087
|
-
bookmarkCount?: number;
|
|
3088
|
-
isThread?: boolean;
|
|
3089
|
-
threadLength?: number;
|
|
3090
|
-
} | {
|
|
3091
|
-
platform: 'youtube';
|
|
3092
|
-
videoType?: 'video' | 'short' | 'live' | 'premiere';
|
|
3093
|
-
channelSubscribers?: number;
|
|
3094
|
-
dislikes?: number;
|
|
3095
|
-
category?: string;
|
|
3096
|
-
tags?: string[];
|
|
3097
|
-
} | {
|
|
3098
|
-
platform: 'telegram';
|
|
3099
|
-
channelName?: string;
|
|
3100
|
-
channelSubscribers?: number;
|
|
3101
|
-
forwardCount?: number;
|
|
3102
|
-
isChannel?: boolean;
|
|
3103
|
-
/** Map of emoji → count, e.g. { '👍': 42, '❤️': 12 }. */
|
|
3104
|
-
reactionCounts?: Record<string, number>;
|
|
3105
|
-
} | {
|
|
3106
|
-
platform: 'tiktok';
|
|
3107
|
-
videoType?: 'video' | 'duet' | 'stitch' | 'live';
|
|
3108
|
-
music?: {
|
|
3109
|
-
title: string;
|
|
3110
|
-
artist?: string;
|
|
3111
|
-
};
|
|
3112
|
-
duetWith?: string;
|
|
3113
|
-
saveCount?: number;
|
|
3114
|
-
effects?: string[];
|
|
3115
|
-
} | {
|
|
3116
|
-
platform: 'linkedin';
|
|
3117
|
-
postType?: 'post' | 'article' | 'poll' | 'document';
|
|
3118
|
-
reactions?: {
|
|
3119
|
-
like?: number;
|
|
3120
|
-
celebrate?: number;
|
|
3121
|
-
support?: number;
|
|
3122
|
-
love?: number;
|
|
3123
|
-
insightful?: number;
|
|
3124
|
-
funny?: number;
|
|
3125
|
-
};
|
|
3126
|
-
repostCount?: number;
|
|
3127
|
-
industry?: string;
|
|
3128
|
-
} | {
|
|
3129
|
-
platform: 'threads';
|
|
3130
|
-
replyControls?: 'anyone' | 'followed' | 'mentioned';
|
|
3131
|
-
repostCount?: number;
|
|
3132
|
-
quoteCount?: number;
|
|
3133
|
-
} | {
|
|
3134
|
-
platform: 'facebook';
|
|
3135
|
-
postType?: 'post' | 'photo' | 'video' | 'reel' | 'story' | 'event' | 'shared';
|
|
3136
|
-
reactions?: {
|
|
3137
|
-
like?: number;
|
|
3138
|
-
love?: number;
|
|
3139
|
-
care?: number;
|
|
3140
|
-
haha?: number;
|
|
3141
|
-
wow?: number;
|
|
3142
|
-
sad?: number;
|
|
3143
|
-
angry?: number;
|
|
3144
|
-
};
|
|
3145
|
-
shareCount?: number;
|
|
3146
|
-
/** Page name if posted on behalf of a page (vs personal profile). */
|
|
3147
|
-
pageName?: string;
|
|
3148
|
-
pageFollowers?: number;
|
|
3149
|
-
} | {
|
|
3150
|
-
platform: 'tv';
|
|
3151
|
-
airDate?: Date | string | number;
|
|
3152
|
-
durationSec?: number;
|
|
3153
|
-
programType?: 'news' | 'talk-show' | 'documentary' | 'interview' | 'live' | 'other';
|
|
3154
|
-
viewers?: number;
|
|
3155
|
-
replays?: number;
|
|
3156
|
-
} | {
|
|
3157
|
-
platform: 'radio';
|
|
3158
|
-
airDate?: Date | string | number;
|
|
3159
|
-
durationSec?: number;
|
|
3160
|
-
programType?: 'news' | 'talk-show' | 'music' | 'interview' | 'live' | 'other';
|
|
3161
|
-
listeners?: number;
|
|
3162
|
-
} | {
|
|
3163
|
-
platform: 'press';
|
|
3164
|
-
printedAt?: Date | string | number;
|
|
3165
|
-
/** Print edition: issue / page reference. */
|
|
3166
|
-
issue?: string;
|
|
3167
|
-
pageNumber?: number;
|
|
3168
|
-
/** Optional AVE (Ad Value Equivalent) — common press metric. */
|
|
3169
|
-
adValueEquivalent?: number;
|
|
3170
|
-
hashtags?: string[];
|
|
3171
|
-
} | {
|
|
3172
|
-
platform: 'web';
|
|
3173
|
-
contentType?: 'blog' | 'forum' | 'news' | 'review' | 'comment' | 'other';
|
|
3174
|
-
/** Reference to a parent thread / discussion if part of one. */
|
|
3175
|
-
threadUrl?: string;
|
|
3176
|
-
hashtags?: string[];
|
|
3177
|
-
};
|
|
3178
|
-
interface PostData {
|
|
3179
|
-
id: string;
|
|
3180
|
-
/**
|
|
3181
|
-
* Source platform — full 11-source taxonomy (social + broadcast + editorial).
|
|
3182
|
-
* Header layout and metric labels dispatch on this value via `sourceCategory(source)`.
|
|
3183
|
-
*/
|
|
3184
|
-
source: PostSource;
|
|
3185
|
-
/** Headline (editorial), program/segment (broadcast), video title (YouTube). */
|
|
3186
|
-
title?: string;
|
|
3187
|
-
/** Present for social posts; optional for editorial/broadcast where `outlet` is the actor. */
|
|
3188
|
-
author?: PostAuthor;
|
|
3189
|
-
/** Editorial/broadcast outlet — used for press, web, tv, radio header variants. */
|
|
3190
|
-
outlet?: PostOutlet;
|
|
3191
|
-
body: PostBodyData;
|
|
3192
|
-
/** Post creation / publish / air time. Accepts Date, ISO string, or unix ms. */
|
|
3193
|
-
timestamp: Date | string | number;
|
|
3194
|
-
metrics?: PostMetrics;
|
|
3195
|
-
sentiment?: PostSentiment;
|
|
3196
|
-
/** Dominant emotion (9-class) — surfaced as a chip on the card. */
|
|
3197
|
-
emotion?: PostEmotion;
|
|
3198
|
-
/** Political flow classification — surfaced as a chip on the card. */
|
|
3199
|
-
flow?: PostFlow;
|
|
3200
|
-
severity?: PostSeverity;
|
|
3201
|
-
enrichments?: PostEnrichmentFlags;
|
|
3202
|
-
flags?: PostFlags;
|
|
3203
|
-
cluster?: PostCluster;
|
|
3204
|
-
/** User-defined category tags. */
|
|
3205
|
-
tags?: PostTag[];
|
|
3206
|
-
/** @deprecated Use `author.authorityScore` instead. Kept for backward compat. */
|
|
3207
|
-
authorityScore?: number;
|
|
3208
|
-
/** ISO language code detected for the post. */
|
|
3209
|
-
language?: string;
|
|
3210
|
-
/** URL to the post at the source platform. */
|
|
3211
|
-
sourceUrl?: string;
|
|
3212
|
-
/** Quoted/embedded post (X quote-tweets, Threads quotes, Telegram forwards-with-comment). */
|
|
3213
|
-
quoted?: PostData;
|
|
3214
|
-
/** Parent post when this is a reply. */
|
|
3215
|
-
parent?: PostData;
|
|
3216
|
-
/** Repost wrapper info — when present, render "X reposted" header strip above the card. */
|
|
3217
|
-
reposted?: PostRepostInfo;
|
|
3218
|
-
/** Thread position info — when present, draw the thread-connector hairline. */
|
|
3219
|
-
thread?: PostThreadInfo;
|
|
3220
|
-
/** Platform-specific metadata block (discriminated by source). */
|
|
3221
|
-
platformMeta?: PlatformMetadata;
|
|
3222
|
-
}
|
|
3223
|
-
interface PostAction {
|
|
3224
|
-
id: string;
|
|
3225
|
-
label: string;
|
|
3226
|
-
icon: LucideIcon;
|
|
3227
|
-
variant?: 'default' | 'danger';
|
|
3228
|
-
onClick: (post: PostData) => void;
|
|
3229
|
-
disabled?: boolean;
|
|
3230
|
-
hidden?: boolean;
|
|
3231
|
-
}
|
|
3232
|
-
/** Bulk action surfaced in the floating bottom bar when posts are selected. */
|
|
3233
|
-
interface PostBulkAction {
|
|
3234
|
-
id: string;
|
|
3235
|
-
label: string;
|
|
3236
|
-
icon: LucideIcon;
|
|
3237
|
-
variant?: 'default' | 'danger' | 'brand';
|
|
3238
|
-
/** Optional sub-options — rendered as dropdown menu when present. */
|
|
3239
|
-
options?: Array<{
|
|
3240
|
-
id: string;
|
|
3241
|
-
label: string;
|
|
3242
|
-
icon?: LucideIcon;
|
|
3243
|
-
}>;
|
|
3244
|
-
onClick: (selectedIds: string[], optionId?: string) => void;
|
|
3245
|
-
disabled?: boolean;
|
|
3246
|
-
hidden?: boolean;
|
|
3247
|
-
}
|
|
3248
|
-
interface PostCommentAuthor {
|
|
3249
|
-
name: string;
|
|
3250
|
-
handle?: string;
|
|
3251
|
-
avatarUrl?: string;
|
|
3252
|
-
verified?: boolean;
|
|
3253
|
-
/** Optional badge: "Moderator", "Subscriber", "Author", etc. — surfaced as a chip next to the name. */
|
|
3254
|
-
badge?: string;
|
|
3255
|
-
}
|
|
3256
|
-
interface PostComment {
|
|
3257
|
-
id: string;
|
|
3258
|
-
author: PostCommentAuthor;
|
|
3259
|
-
text: string;
|
|
3260
|
-
timestamp: Date | string | number;
|
|
3261
|
-
sentiment?: PostSentiment;
|
|
3262
|
-
likes?: number;
|
|
3263
|
-
replies?: PostComment[];
|
|
3264
|
-
/**
|
|
3265
|
-
* Total reply count (may exceed `replies.length` if pagination caps the nested
|
|
3266
|
-
* replies). Drives the "نمایش ۲۳ پاسخ" affordance.
|
|
3267
|
-
*/
|
|
3268
|
-
replyCount?: number;
|
|
3269
|
-
/** Pinned by post author (Instagram, YouTube). */
|
|
3270
|
-
pinned?: boolean;
|
|
3271
|
-
/** Indicates this is a reply from the original post author. */
|
|
3272
|
-
authorReply?: boolean;
|
|
3273
|
-
/** Comment was edited at source — show ویرایششده chip. */
|
|
3274
|
-
edited?: boolean;
|
|
3275
|
-
/** ISO language code; enables translation toggle when different from current locale. */
|
|
3276
|
-
language?: string;
|
|
3277
|
-
/** Hidden by source moderator / shadow-banned. */
|
|
3278
|
-
hiddenByModerator?: boolean;
|
|
3279
|
-
/** Typed reaction breakdown (Facebook 7-type, LinkedIn 7-type, YouTube hearts, etc.). */
|
|
3280
|
-
reactions?: ReactionBreakdown;
|
|
3281
|
-
/** AI-detected toxicity / hate-speech / spam score (0..1). Surfaces a flag chip when set. */
|
|
3282
|
-
toxicityScore?: number;
|
|
3283
|
-
/** Pre-translated body (if cached). */
|
|
3284
|
-
translatedText?: string;
|
|
3285
|
-
}
|
|
3286
|
-
type PostIntent = 'complaint' | 'praise' | 'question' | 'announcement' | 'comparison' | 'opinion' | 'info';
|
|
3287
|
-
interface PostAiEntity {
|
|
3288
|
-
text: string;
|
|
3289
|
-
type: 'person' | 'brand' | 'place' | 'product' | 'event' | 'organization';
|
|
3290
|
-
}
|
|
3291
|
-
interface PostAiAnalysis {
|
|
3292
|
-
/** Auto-generated summary of the post. */
|
|
3293
|
-
summary?: string;
|
|
3294
|
-
/** Key topics mentioned in the post. */
|
|
3295
|
-
topics?: string[];
|
|
3296
|
-
/** Named entities detected. */
|
|
3297
|
-
entities?: PostAiEntity[];
|
|
3298
|
-
/** Primary intent classification. */
|
|
3299
|
-
intent?: PostIntent;
|
|
3300
|
-
/** 9-class emotion distribution (raw counts or normalized). */
|
|
3301
|
-
emotions?: Partial<Record<PostEmotion, number>>;
|
|
3302
|
-
/** Flagged risks / sensitive content categories. */
|
|
3303
|
-
risks?: string[];
|
|
3304
|
-
/** Influence tier estimate for the author. */
|
|
3305
|
-
influenceTier?: PostAuthorityTier;
|
|
3306
|
-
/** Model confidence 0..1 for overall analysis. */
|
|
3307
|
-
confidence?: number;
|
|
3308
|
-
/** Analysis generation timestamp. */
|
|
3309
|
-
generatedAt?: Date | string | number;
|
|
3310
|
-
}
|
|
3311
|
-
/** Extended post details — optionally attached to PostData when fetching full view. */
|
|
3312
|
-
interface PostDetails {
|
|
3313
|
-
comments?: PostComment[];
|
|
3314
|
-
aiAnalysis?: PostAiAnalysis;
|
|
3315
|
-
/** Text extracted from images via OCR. */
|
|
3316
|
-
ocrText?: string;
|
|
3317
|
-
/** Transcript for audio / video content. */
|
|
3318
|
-
transcript?: string;
|
|
3319
|
-
/** Platform-specific metadata block. */
|
|
3320
|
-
platformMeta?: PlatformMetadata;
|
|
3321
|
-
}
|
|
3322
|
-
|
|
3323
2557
|
declare function defaultActions(handlers?: {
|
|
3324
2558
|
onOpenDetails?: (post: PostData) => void;
|
|
3325
2559
|
}): PostAction[];
|
|
@@ -3418,11 +2652,12 @@ declare const PostHeaderEditorial: React$1.ForwardRefExoticComponent<PostHeaderE
|
|
|
3418
2652
|
*
|
|
3419
2653
|
* Rules (spec §Aspect-Ratio Handling):
|
|
3420
2654
|
* - `compact` → always 1:1 thumbnail (center-crop via object-cover).
|
|
3421
|
-
* - `comfortable` → container clamps aspect to [4:5, 16:9]
|
|
3422
|
-
*
|
|
3423
|
-
*
|
|
3424
|
-
*
|
|
3425
|
-
* - `detail` → preserve natural ratio;
|
|
2655
|
+
* - `comfortable` → container clamps aspect to [4:5, 16:9] and caps height at
|
|
2656
|
+
* 400px; media inside is CROPPED via `object-cover` so the feed
|
|
2657
|
+
* stays scannable and one post never dominates the viewport.
|
|
2658
|
+
* The full, uncropped image is one click away in the detail view.
|
|
2659
|
+
* - `detail` → preserve natural ratio; letterbox via `object-contain` with a
|
|
2660
|
+
* blurred backdrop; cap max-h-[70vh] for tall portraits.
|
|
3426
2661
|
*/
|
|
3427
2662
|
type AspectContext = 'compact' | 'comfortable' | 'detail';
|
|
3428
2663
|
|
|
@@ -3458,6 +2693,14 @@ interface PostMediaPlaceholderProps {
|
|
|
3458
2693
|
aspectRatio?: string;
|
|
3459
2694
|
/** Optional cap. */
|
|
3460
2695
|
maxHeight?: string;
|
|
2696
|
+
/**
|
|
2697
|
+
* `box` (default) — a full media-size aspect box. Right for the `loading`
|
|
2698
|
+
* skeleton (reserves space, prevents layout shift) and for grid cells.
|
|
2699
|
+
* `strip` — a compact inline strip (~48px). Right for `failed` / `unavailable`
|
|
2700
|
+
* media in the feed, so an empty/broken slot does not waste the vertical space
|
|
2701
|
+
* a scannable feed is trying to conserve. Ignored for `loading`.
|
|
2702
|
+
*/
|
|
2703
|
+
layout?: 'box' | 'strip';
|
|
3461
2704
|
/** Retry handler — only rendered when `variant === 'failed'`. */
|
|
3462
2705
|
onRetry?: () => void;
|
|
3463
2706
|
className?: string;
|
|
@@ -3479,6 +2722,7 @@ declare const PostMediaSensitiveOverlay: React$1.FC<{
|
|
|
3479
2722
|
declare const PostMediaSingle: React$1.FC<{
|
|
3480
2723
|
item: PostMediaItem;
|
|
3481
2724
|
context: AspectContext;
|
|
2725
|
+
expandable?: boolean;
|
|
3482
2726
|
onRetry?: (item: PostMediaItem) => void;
|
|
3483
2727
|
className?: string;
|
|
3484
2728
|
}>;
|
|
@@ -3524,6 +2768,11 @@ interface PostMediaProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
3524
2768
|
context: AspectContext;
|
|
3525
2769
|
/** Retry callback for failed media items. */
|
|
3526
2770
|
onRetry?: (item: PostMediaItem) => void;
|
|
2771
|
+
/**
|
|
2772
|
+
* When true, a comfortable single image shows an expand hint on hover — set by
|
|
2773
|
+
* `PostCard` when the card is clickable, since the click opens the full image.
|
|
2774
|
+
*/
|
|
2775
|
+
expandable?: boolean;
|
|
3527
2776
|
}
|
|
3528
2777
|
declare const PostMedia: React$1.ForwardRefExoticComponent<PostMediaProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
3529
2778
|
|
|
@@ -3743,62 +2992,6 @@ interface PostDetailsDrawerProps {
|
|
|
3743
2992
|
*/
|
|
3744
2993
|
declare const PostDetailsDrawer: React$1.ForwardRefExoticComponent<PostDetailsDrawerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
3745
2994
|
|
|
3746
|
-
type SupportedMetricLocale = 'fa' | 'en';
|
|
3747
|
-
type MetricKey = keyof PostMetrics;
|
|
3748
|
-
/**
|
|
3749
|
-
* Resolve a metric label for a given source + key + locale.
|
|
3750
|
-
*
|
|
3751
|
-
* Lookup order:
|
|
3752
|
-
* 1. Source-specific override (e.g. tiktok.views → "تماشا")
|
|
3753
|
-
* 2. Default for that locale (e.g. views → "بازدید")
|
|
3754
|
-
*
|
|
3755
|
-
* Never returns `undefined` — falls back to default labels.
|
|
3756
|
-
*/
|
|
3757
|
-
declare function getMetricLabel(source: PostSource, key: MetricKey, locale?: SupportedMetricLocale): string;
|
|
3758
|
-
|
|
3759
|
-
/**
|
|
3760
|
-
* Per-source metadata used by `<PostHeader>`, `<PostMetrics>`, badges, and the source-aware
|
|
3761
|
-
* default actions. This is the single source of truth — adding a new platform = adding
|
|
3762
|
-
* one entry here + one CSS var + one label entry in `post-metric-labels.ts`.
|
|
3763
|
-
*
|
|
3764
|
-
* Brand colors are referenced as CSS variables (`--social-platform-*`) and resolved at
|
|
3765
|
-
* runtime so the dark/light theme can adapt where needed (twitter, threads, press, web).
|
|
3766
|
-
*/
|
|
3767
|
-
type SourceIconSource =
|
|
3768
|
-
/** Icon comes from the brand-SVG set in `<SocialPlatformBadge>` (7 social platforms). */
|
|
3769
|
-
{
|
|
3770
|
-
kind: 'social-brand';
|
|
3771
|
-
}
|
|
3772
|
-
/** Icon is a generic Lucide glyph (broadcast / editorial sources). */
|
|
3773
|
-
| {
|
|
3774
|
-
kind: 'lucide';
|
|
3775
|
-
icon: LucideIcon;
|
|
3776
|
-
};
|
|
3777
|
-
interface PostSourceConfig {
|
|
3778
|
-
/** English label, displayed when `showLabel` is on. */
|
|
3779
|
-
label: string;
|
|
3780
|
-
/** Persian (fa) label, for fa-locale headers and tooltips. */
|
|
3781
|
-
labelFa: string;
|
|
3782
|
-
/** Category: drives header layout switch. */
|
|
3783
|
-
category: PostSourceCategory;
|
|
3784
|
-
/** CSS variable name (without the `var()` wrapper). */
|
|
3785
|
-
colorVar: string;
|
|
3786
|
-
/** How to render the icon for this source. */
|
|
3787
|
-
icon: SourceIconSource;
|
|
3788
|
-
/**
|
|
3789
|
-
* Default metric order — which metric keys to show by default and in what order.
|
|
3790
|
-
* Consumers can override per-card via PostMetadata's `metricsOrder` prop.
|
|
3791
|
-
*/
|
|
3792
|
-
defaultMetrics: ReadonlyArray<keyof PostMetrics>;
|
|
3793
|
-
}
|
|
3794
|
-
/** Look up the per-source config block. */
|
|
3795
|
-
declare function getPostSourceConfig(source: PostSource): PostSourceConfig;
|
|
3796
|
-
/**
|
|
3797
|
-
* Convenience: read the brand color CSS variable for a source.
|
|
3798
|
-
* Use as: `style={{ color: getSourceColorVar('instagram') }}` → `var(--social-platform-instagram)`.
|
|
3799
|
-
*/
|
|
3800
|
-
declare function getSourceColorVar(source: PostSource): string;
|
|
3801
|
-
|
|
3802
2995
|
declare const profileCardVariants: (props?: ({
|
|
3803
2996
|
variant?: "default" | "transparent" | "dark" | null | undefined;
|
|
3804
2997
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -3953,7 +3146,7 @@ interface BenchmarkTier {
|
|
|
3953
3146
|
label?: React$1.ReactNode;
|
|
3954
3147
|
/** Inclusive upper bound of this tier. Use Infinity for the last tier. */
|
|
3955
3148
|
max: number;
|
|
3956
|
-
/** CSS color — accepts any CSS value, including `
|
|
3149
|
+
/** CSS color — accepts any CSS value, including `var(--token)`. */
|
|
3957
3150
|
color: string;
|
|
3958
3151
|
}
|
|
3959
3152
|
interface BenchmarkMarker {
|
|
@@ -4118,17 +3311,17 @@ interface RateLimitBannerProps extends Omit<BannerProps, 'variant' | 'icon' | 'a
|
|
|
4118
3311
|
}
|
|
4119
3312
|
declare const RateLimitBanner: React$1.ForwardRefExoticComponent<RateLimitBannerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
4120
3313
|
|
|
4121
|
-
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>):
|
|
3314
|
+
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): React$1.JSX.Element;
|
|
4122
3315
|
declare namespace ResizablePanelGroup {
|
|
4123
3316
|
var displayName: string;
|
|
4124
3317
|
}
|
|
4125
|
-
declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>):
|
|
3318
|
+
declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): React$1.JSX.Element;
|
|
4126
3319
|
declare namespace ResizablePanel {
|
|
4127
3320
|
var displayName: string;
|
|
4128
3321
|
}
|
|
4129
3322
|
declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
4130
3323
|
withHandle?: boolean;
|
|
4131
|
-
}):
|
|
3324
|
+
}): React$1.JSX.Element;
|
|
4132
3325
|
declare namespace ResizableHandle {
|
|
4133
3326
|
var displayName: string;
|
|
4134
3327
|
}
|
|
@@ -4158,30 +3351,30 @@ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: se
|
|
|
4158
3351
|
* instead of fixed to the viewport. Use inside bounded previews or cards.
|
|
4159
3352
|
*/
|
|
4160
3353
|
contained?: boolean;
|
|
4161
|
-
}):
|
|
3354
|
+
}): React$1.JSX.Element;
|
|
4162
3355
|
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React$1.ComponentProps<'div'> & {
|
|
4163
3356
|
side?: 'left' | 'right';
|
|
4164
3357
|
variant?: 'sidebar' | 'floating' | 'inset';
|
|
4165
3358
|
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
4166
|
-
}):
|
|
4167
|
-
declare function SidebarTrigger({ className, onClick, ...props }: React$1.ComponentProps<typeof Button>):
|
|
4168
|
-
declare function SidebarRail({ className, ...props }: React$1.ComponentProps<'button'>):
|
|
4169
|
-
declare function SidebarInset({ className, ...props }: React$1.ComponentProps<'main'>):
|
|
4170
|
-
declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>):
|
|
4171
|
-
declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
4172
|
-
declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
4173
|
-
declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>):
|
|
4174
|
-
declare function SidebarContent({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
4175
|
-
declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
3359
|
+
}): React$1.JSX.Element;
|
|
3360
|
+
declare function SidebarTrigger({ className, onClick, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
3361
|
+
declare function SidebarRail({ className, ...props }: React$1.ComponentProps<'button'>): React$1.JSX.Element;
|
|
3362
|
+
declare function SidebarInset({ className, ...props }: React$1.ComponentProps<'main'>): React$1.JSX.Element;
|
|
3363
|
+
declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>): React$1.JSX.Element;
|
|
3364
|
+
declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
3365
|
+
declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
3366
|
+
declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>): React$1.JSX.Element;
|
|
3367
|
+
declare function SidebarContent({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
3368
|
+
declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
4176
3369
|
declare function SidebarGroupLabel({ className, asChild, ...props }: React$1.ComponentProps<'div'> & {
|
|
4177
3370
|
asChild?: boolean;
|
|
4178
|
-
}):
|
|
3371
|
+
}): React$1.JSX.Element;
|
|
4179
3372
|
declare function SidebarGroupAction({ className, asChild, ...props }: React$1.ComponentProps<'button'> & {
|
|
4180
3373
|
asChild?: boolean;
|
|
4181
|
-
}):
|
|
4182
|
-
declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
4183
|
-
declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<'ul'>):
|
|
4184
|
-
declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<'li'>):
|
|
3374
|
+
}): React$1.JSX.Element;
|
|
3375
|
+
declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
3376
|
+
declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<'ul'>): React$1.JSX.Element;
|
|
3377
|
+
declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<'li'>): React$1.JSX.Element;
|
|
4185
3378
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
4186
3379
|
variant?: "default" | "outline" | null | undefined;
|
|
4187
3380
|
size?: "sm" | "lg" | "default" | null | undefined;
|
|
@@ -4190,22 +3383,22 @@ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip,
|
|
|
4190
3383
|
asChild?: boolean;
|
|
4191
3384
|
isActive?: boolean;
|
|
4192
3385
|
tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
|
|
4193
|
-
} & VariantProps<typeof sidebarMenuButtonVariants>):
|
|
3386
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): React$1.JSX.Element;
|
|
4194
3387
|
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React$1.ComponentProps<'button'> & {
|
|
4195
3388
|
asChild?: boolean;
|
|
4196
3389
|
showOnHover?: boolean;
|
|
4197
|
-
}):
|
|
4198
|
-
declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<'div'>):
|
|
3390
|
+
}): React$1.JSX.Element;
|
|
3391
|
+
declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
4199
3392
|
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<'div'> & {
|
|
4200
3393
|
showIcon?: boolean;
|
|
4201
|
-
}):
|
|
4202
|
-
declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<'ul'>):
|
|
4203
|
-
declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<'li'>):
|
|
3394
|
+
}): React$1.JSX.Element;
|
|
3395
|
+
declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<'ul'>): React$1.JSX.Element;
|
|
3396
|
+
declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<'li'>): React$1.JSX.Element;
|
|
4204
3397
|
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React$1.ComponentProps<'a'> & {
|
|
4205
3398
|
asChild?: boolean;
|
|
4206
3399
|
size?: 'sm' | 'md';
|
|
4207
3400
|
isActive?: boolean;
|
|
4208
|
-
}):
|
|
3401
|
+
}): React$1.JSX.Element;
|
|
4209
3402
|
|
|
4210
3403
|
type NavRailContextProps = {
|
|
4211
3404
|
activeItem: string | null;
|
|
@@ -4225,7 +3418,7 @@ declare function NavRailProvider({ defaultActiveItem, activeItem: activeItemProp
|
|
|
4225
3418
|
defaultPanelOpen?: boolean;
|
|
4226
3419
|
panelOpen?: boolean;
|
|
4227
3420
|
onPanelOpenChange?: (open: boolean) => void;
|
|
4228
|
-
}):
|
|
3421
|
+
}): React$1.JSX.Element;
|
|
4229
3422
|
declare namespace NavRailProvider {
|
|
4230
3423
|
var displayName: string;
|
|
4231
3424
|
}
|
|
@@ -4254,6 +3447,39 @@ declare const NavPanelContent: React$1.ForwardRefExoticComponent<Omit<React$1.De
|
|
|
4254
3447
|
declare const NavPanelFooter: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4255
3448
|
declare const AppLayout: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4256
3449
|
declare const AppLayoutContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
|
|
3450
|
+
/**
|
|
3451
|
+
* Persistent secondary sidebar — sits flush against the inside edge of the
|
|
3452
|
+
* NavRail (same side, just farther from the viewport edge), and stays
|
|
3453
|
+
* mounted for the entire route. Common content: filter panel, activity
|
|
3454
|
+
* feed, contextual help, secondary nav.
|
|
3455
|
+
*
|
|
3456
|
+
* Sets `--app-secondary-width` on `<html>` while mounted so the sibling
|
|
3457
|
+
* `<AppLayoutContent>` reserves padding for it. Unmount restores 0px.
|
|
3458
|
+
*
|
|
3459
|
+
* Pair with NavRail (same `side` prop). Width is controlled by the
|
|
3460
|
+
* `--app-secondary-width` CSS variable (default 16rem).
|
|
3461
|
+
*
|
|
3462
|
+
* @example
|
|
3463
|
+
* <NavRailProvider>
|
|
3464
|
+
* <AppLayout>
|
|
3465
|
+
* <NavRail side="start">...</NavRail>
|
|
3466
|
+
* <AppSecondary side="start">
|
|
3467
|
+
* <AppSecondaryHeader>...</AppSecondaryHeader>
|
|
3468
|
+
* <AppSecondaryContent>...</AppSecondaryContent>
|
|
3469
|
+
* </AppSecondary>
|
|
3470
|
+
* <AppLayoutContent>...</AppLayoutContent>
|
|
3471
|
+
* </AppLayout>
|
|
3472
|
+
* </NavRailProvider>
|
|
3473
|
+
*/
|
|
3474
|
+
declare const AppSecondary: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLElement> & React$1.HTMLAttributes<HTMLElement> & {
|
|
3475
|
+
/** Which side the secondary sidebar attaches to. Matches the NavRail `side` prop. */
|
|
3476
|
+
side?: "start" | "end";
|
|
3477
|
+
/** Custom width override. Falls back to `APP_SECONDARY_WIDTH` (16rem). */
|
|
3478
|
+
widthVar?: string;
|
|
3479
|
+
}, "ref"> & React$1.RefAttributes<HTMLElement>>;
|
|
3480
|
+
declare const AppSecondaryHeader: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
3481
|
+
declare const AppSecondaryContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
3482
|
+
declare const AppSecondaryFooter: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4257
3483
|
declare const NavRailTrigger: React$1.ForwardRefExoticComponent<Omit<ButtonProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4258
3484
|
|
|
4259
3485
|
declare const spinnerVariants: (props?: ({
|
|
@@ -4565,8 +3791,15 @@ interface SentimentBadgeProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
|
4565
3791
|
declare const SentimentBadge: React$1.ForwardRefExoticComponent<SentimentBadgeProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
4566
3792
|
|
|
4567
3793
|
interface EmotionBadgeProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
4568
|
-
/**
|
|
4569
|
-
|
|
3794
|
+
/**
|
|
3795
|
+
* Emotion to display (9-class advanced sentiment scale). Accepts any of:
|
|
3796
|
+
* - an `EmotionKey` — `'anger' | 'fear' | 'sadness' | 'joy' | 'disgust' | 'surprise' | 'trust' | 'anticipation' | 'neutral'`
|
|
3797
|
+
* - a numeric code `1–9` (افکارسنجی scale: `1`=anger … `9`=neutral). The `0`/"All" sentinel is not an emotion and renders nothing.
|
|
3798
|
+
* - a numeric string (`'4'`) or a localized label (`'شادی'`, `'Joy'`)
|
|
3799
|
+
*
|
|
3800
|
+
* Any unrecognised value renders nothing.
|
|
3801
|
+
*/
|
|
3802
|
+
emotion: EmotionInput;
|
|
4570
3803
|
/** Optional count — shown alongside the label */
|
|
4571
3804
|
count?: number;
|
|
4572
3805
|
/** Size variant */
|
|
@@ -4602,8 +3835,15 @@ interface EmotionDistributionProps extends React$1.HTMLAttributes<HTMLDivElement
|
|
|
4602
3835
|
declare const EmotionDistribution: React$1.ForwardRefExoticComponent<EmotionDistributionProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
4603
3836
|
|
|
4604
3837
|
interface FlowBadgeProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
4605
|
-
/**
|
|
4606
|
-
|
|
3838
|
+
/**
|
|
3839
|
+
* Flow classification. Accepts any of:
|
|
3840
|
+
* - a `FlowKey` — `'pro-gov' | 'internal-critic' | 'internal-opponent' | 'external-opponent' | 'grey'`
|
|
3841
|
+
* - a numeric code `1–5` (افکارسنجی scale: `1`=pro-gov … `5`=grey)
|
|
3842
|
+
* - a numeric string (`'4'`) or a localized label (`'حامیان حکومت'`, `'Pro-Government'`)
|
|
3843
|
+
*
|
|
3844
|
+
* Any unrecognised value renders nothing.
|
|
3845
|
+
*/
|
|
3846
|
+
flow: FlowInput;
|
|
4607
3847
|
/** Optional count shown alongside the label */
|
|
4608
3848
|
count?: number;
|
|
4609
3849
|
/** Size */
|
|
@@ -4616,8 +3856,15 @@ interface FlowBadgeProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
|
4616
3856
|
declare const FlowBadge: React$1.ForwardRefExoticComponent<FlowBadgeProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
4617
3857
|
|
|
4618
3858
|
interface StatusBadgeProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
4619
|
-
/**
|
|
4620
|
-
|
|
3859
|
+
/**
|
|
3860
|
+
* Operational status. Accepts any of:
|
|
3861
|
+
* - a `StatusKey` — `'critical' | 'warning' | 'middle' | 'low'`
|
|
3862
|
+
* - a numeric code `1–4` (افکارسنجی scale: `1`=critical … `4`=low)
|
|
3863
|
+
* - a numeric string (`'4'`) or a localized label (`'بحرانی'`, `'Critical'`)
|
|
3864
|
+
*
|
|
3865
|
+
* The legacy alias `'normal'` resolves to `'low'`. Any unrecognised value renders nothing.
|
|
3866
|
+
*/
|
|
3867
|
+
status: StatusInput;
|
|
4621
3868
|
/** Size */
|
|
4622
3869
|
size?: 'sm' | 'md';
|
|
4623
3870
|
/** Show text label (keeps aria-label when false) */
|
|
@@ -4634,8 +3881,15 @@ interface StatusBadgeProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
|
4634
3881
|
declare const StatusBadge: React$1.ForwardRefExoticComponent<StatusBadgeProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
4635
3882
|
|
|
4636
3883
|
interface SeverityBadgeProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
4637
|
-
/**
|
|
4638
|
-
|
|
3884
|
+
/**
|
|
3885
|
+
* Urgency level — independent from operational status. Accepts any of:
|
|
3886
|
+
* - a `SeverityKey` — `'urgent' | 'high' | 'medium' | 'low'`
|
|
3887
|
+
* - a numeric code `1–4` (افکارسنجی scale: `1`=urgent … `4`=low)
|
|
3888
|
+
* - a numeric string (`'4'`) or a localized label (`'فوری'`, `'Urgent'`)
|
|
3889
|
+
*
|
|
3890
|
+
* Any unrecognised value renders nothing.
|
|
3891
|
+
*/
|
|
3892
|
+
severity: SeverityInput;
|
|
4639
3893
|
/** Size */
|
|
4640
3894
|
size?: 'sm' | 'md';
|
|
4641
3895
|
/** Show text label */
|
|
@@ -4897,7 +4151,7 @@ interface DataTableColumnVisibilityToggleProps<TData> {
|
|
|
4897
4151
|
/** Override Button variant */
|
|
4898
4152
|
variant?: 'default' | 'outline' | 'ghost' | 'secondary';
|
|
4899
4153
|
}
|
|
4900
|
-
declare function DataTableColumnVisibilityToggle<TData>({ columns, visibility, locale, label, className, size, variant, }: DataTableColumnVisibilityToggleProps<TData>):
|
|
4154
|
+
declare function DataTableColumnVisibilityToggle<TData>({ columns, visibility, locale, label, className, size, variant, }: DataTableColumnVisibilityToggleProps<TData>): React$1.JSX.Element;
|
|
4901
4155
|
/**
|
|
4902
4156
|
* Convert column definitions + row data into a CSV string. Each cell is
|
|
4903
4157
|
* stringified by calling its `cell` render and extracting plain text — for
|
|
@@ -4934,7 +4188,7 @@ interface DataTableExportButtonProps<TData> {
|
|
|
4934
4188
|
/** Override Button variant */
|
|
4935
4189
|
variant?: 'default' | 'outline' | 'ghost' | 'secondary';
|
|
4936
4190
|
}
|
|
4937
|
-
declare function DataTableExportButton<TData>({ columns, data, filename, locale, label, hideTsv, className, size, variant, }: DataTableExportButtonProps<TData>):
|
|
4191
|
+
declare function DataTableExportButton<TData>({ columns, data, filename, locale, label, hideTsv, className, size, variant, }: DataTableExportButtonProps<TData>): React$1.JSX.Element;
|
|
4938
4192
|
|
|
4939
4193
|
interface TableComparisonViewProps<TData> {
|
|
4940
4194
|
/** Original DataTable column definitions — `cell()` is reused for rendering. */
|
|
@@ -5075,7 +4329,7 @@ declare const BulletinViewer: React$1.ForwardRefExoticComponent<BulletinViewerPr
|
|
|
5075
4329
|
*
|
|
5076
4330
|
* 1. ExecutiveSummarySection — title + AI paragraph + tile metrics
|
|
5077
4331
|
* 2. SentimentBreakdownSection — sentiment + optional 9-emotion side-by-side
|
|
5078
|
-
* 3. FlowDistributionSection —
|
|
4332
|
+
* 3. FlowDistributionSection — audience-stance stacked bar
|
|
5079
4333
|
* 4. TopPostsSection — compact PostList of N highlighted posts
|
|
5080
4334
|
* 5. TimelineSection — line chart with optional sparkline summary
|
|
5081
4335
|
* 6. SourceBreakdownSection — per-platform metric grid
|
|
@@ -5121,7 +4375,7 @@ declare const SentimentBreakdownSection: React$1.ForwardRefExoticComponent<Senti
|
|
|
5121
4375
|
interface FlowDistributionSectionProps extends ReportSectionShellProps {
|
|
5122
4376
|
title?: React$1.ReactNode;
|
|
5123
4377
|
description?: React$1.ReactNode;
|
|
5124
|
-
/**
|
|
4378
|
+
/** Audience-stance counts (5 keys). */
|
|
5125
4379
|
flow: Partial<Record<FlowKey, number>>;
|
|
5126
4380
|
locale?: SupportedLocale;
|
|
5127
4381
|
}
|
|
@@ -5257,7 +4511,7 @@ interface PartoWordCloudProps {
|
|
|
5257
4511
|
*/
|
|
5258
4512
|
legend?: boolean;
|
|
5259
4513
|
}
|
|
5260
|
-
declare function PartoWordCloud({ words, width: widthProp, height: heightProp, className, minFontSize, maxFontSize, padding, spiral, rotate, random, fontWeight, onWordClick, isLoading, ariaLabel, locale, legend, }: PartoWordCloudProps):
|
|
4514
|
+
declare function PartoWordCloud({ words, width: widthProp, height: heightProp, className, minFontSize, maxFontSize, padding, spiral, rotate, random, fontWeight, onWordClick, isLoading, ariaLabel, locale, legend, }: PartoWordCloudProps): React$1.JSX.Element;
|
|
5261
4515
|
declare namespace PartoWordCloud {
|
|
5262
4516
|
var displayName: string;
|
|
5263
4517
|
}
|
|
@@ -5345,7 +4599,7 @@ declare const PartoScatterChart: React$1.ForwardRefExoticComponent<PartoScatterC
|
|
|
5345
4599
|
interface SankeyNode {
|
|
5346
4600
|
/** Displayed label for the node. */
|
|
5347
4601
|
name: string;
|
|
5348
|
-
/** Optional explicit color override (CSS color or `
|
|
4602
|
+
/** Optional explicit color override (CSS color or `var(--token)`). */
|
|
5349
4603
|
color?: string;
|
|
5350
4604
|
}
|
|
5351
4605
|
interface SankeyLink {
|
|
@@ -5433,7 +4687,7 @@ interface ConceptPulseChartProps {
|
|
|
5433
4687
|
compositionScale?: CompositionScale;
|
|
5434
4688
|
/**
|
|
5435
4689
|
* For `compositionScale="custom"`, supply a key → CSS-color map
|
|
5436
|
-
* (e.g., `{ a: '
|
|
4690
|
+
* (e.g., `{ a: 'var(--brand-default)', b: 'red' }`).
|
|
5437
4691
|
*/
|
|
5438
4692
|
compositionTokens?: Record<string, string>;
|
|
5439
4693
|
/** Per-key labels for tooltip (custom scale only) */
|
|
@@ -5668,7 +4922,7 @@ interface ChartSkeletonProps {
|
|
|
5668
4922
|
className?: string;
|
|
5669
4923
|
shape?: 'rect' | 'circle';
|
|
5670
4924
|
}
|
|
5671
|
-
declare function ChartLoadingSkeleton({ className, shape }: ChartSkeletonProps):
|
|
4925
|
+
declare function ChartLoadingSkeleton({ className, shape }: ChartSkeletonProps): React$1.JSX.Element;
|
|
5672
4926
|
interface ChartTooltipProps {
|
|
5673
4927
|
active?: boolean;
|
|
5674
4928
|
payload?: Array<{
|
|
@@ -5683,7 +4937,7 @@ interface ChartTooltipProps {
|
|
|
5683
4937
|
/** Locale for the default value formatter. fa/ar render Persian/Arabic digits with thousands separators; en uses Latin. */
|
|
5684
4938
|
locale?: SupportedLocale;
|
|
5685
4939
|
}
|
|
5686
|
-
declare function ChartTooltip({ active, payload, label, tooltipStyle, formatter, locale }: ChartTooltipProps):
|
|
4940
|
+
declare function ChartTooltip({ active, payload, label, tooltipStyle, formatter, locale }: ChartTooltipProps): React$1.JSX.Element | null;
|
|
5687
4941
|
/**
|
|
5688
4942
|
* Default tickFormatter for numeric chart axes (Y axis on Line/Area/Bar, both
|
|
5689
4943
|
* axes on Scatter, radial on Radar). Renders Persian/Arabic digits + locale
|
|
@@ -6026,4 +5280,4 @@ interface UseFilterPresetsReturn<T extends FilterStateShape> {
|
|
|
6026
5280
|
*/
|
|
6027
5281
|
declare function useFilterPresets<T extends FilterStateShape>(options: UseFilterPresetsOptions): UseFilterPresetsReturn<T>;
|
|
6028
5282
|
|
|
6029
|
-
export { ACTION_TYPE_META, ActionStatusKey, ActionTimeline, type ActionTimelineDensity, type ActionTimelineGroupBy, ActionTimelineItem, type ActionTimelineItemData, type ActionTimelineItemProps, type ActionTimelineProps, ActionTypeChip, type ActionTypeChipProps, ActionTypeKey, ActiveFiltersBar, type ActiveFiltersBarProps, ActiveFiltersClearAll, type ActiveFiltersClearAllProps, AnimatedNumber, type AnimatedNumberProps, AppLayout, AppLayoutContent, AspectRatio, type AsyncStatus, Autocomplete, type AutocompleteItem, type AutocompleteProps, AvatarGroup, type AvatarGroupItem, type AvatarGroupProps, Banner, type BannerProps, type BenchmarkMarker, type BenchmarkTier, BlurBackdrop, BulletinViewer, type BulletinViewerProps, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, ButtonProps, CENTERED_CONTAINER_CLS, CHART_FONT_FAMILY, COUNTRIES, CRITERION_TIER_KEYS, Callout, CalloutDescription, type CalloutProps, CalloutTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartGradientLegend, type ChartGradientLegendProps, ChartLegend, type ChartLegendItem, type ChartLegendProps, ChartLoadingSkeleton, ChartTooltip, CircularProgress, type CircularProgressProps, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandPalette, type CommandPaletteItem, type CommandPaletteProps, type CommandPaletteRecentsConfig, CommandSeparator, CommandShortcut, CommentCard, type CommentCardProps, type CommentTag, ComparisonCard, type ComparisonCardProps, type ComparisonEntity, type ComparisonMetric, ComparisonRadar, type ComparisonRadarProps, type ComparisonWinner, type CompositionScale, type ConceptComposition, type ConceptPoint, ConceptPulseChart, type ConceptPulseChartProps, ConfirmDialog, type ConfirmDialogProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, type CopyButtonProps, type Country, type CountryCode, CountryPicker, type CountryPickerProps, type CriterionInputSpec, CriterionScoreCard, type CriterionScoreCardProps, type CriterionTierKey, type CriterionTierThresholds, type CriterionTrend, DEFAULT_CRITERION_THRESHOLDS, DEFAULT_PERIODS, DEFAULT_THRESHOLDS, DataTableColumn, DataTableColumnVisibility, DataTableColumnVisibilityToggle, type DataTableColumnVisibilityToggleProps, DataTableExportButton, type DataTableExportButtonProps, DatePicker, type DatePickerProps, DateRangePicker, DateRangePickerInline, type DateRangePickerProps, Dialog, type Direction, DirectionalBox, type DirectionalBoxProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, ENGAGEMENT_RANGES, EmotionBadge, type EmotionBadgeProps, type EmotionData, EmotionDistribution, type EmotionDistributionProps, EmotionKey, Empty, EmptyAction, EmptyChart, type EmptyChartProps, type EmptyChartShape, EmptyDescription, EmptyIcon, EmptyTitle, type EngagementRange, type EngagementRangeWithDisplay, EngagementRate, EngagementRateBar, type EngagementRateBarProps, EngagementRateBenchmark, type EngagementRateBenchmarkProps, type EngagementRateProps, type EngagementTier, EntityHealthCard, EntityHealthCardActions, EntityHealthCardFooter, EntityHealthCardHeader, EntityHealthCardHeaderEnd, EntityHealthCardHeaderText, EntityHealthCardMeta, EntityHealthCardMetric, type EntityHealthCardMetricProps, EntityHealthCardMetrics, type EntityHealthCardMetricsProps, EntityHealthCardNarrative, EntityHealthCardPhase, type EntityHealthCardPhaseProps, type EntityHealthCardProps, EntityHealthCardScore, type EntityHealthCardScoreProps, EntityHealthCardSeverityBadge, type EntityHealthCardSeverityBadgeProps, EntityHealthCardSubtitle, EntityHealthCardTitle, type EntityHealthCardTitleProps, EntityHealthCardTrust, type EntityHealthCardTrustProps, EntityHealthKey, ErrorBoundary, type ErrorBoundaryProps, ErrorIllustration, ErrorState, type ErrorStateProps, type ExecutiveSummaryMetric, ExecutiveSummarySection, type ExecutiveSummarySectionProps, type ExportableColumn, FOREGROUND_IMG_CLS, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterBar, FilterBarActions, type FilterBarActionsProps, FilterBarActiveFilters, type FilterBarActiveFiltersProps, FilterBarClear, type FilterBarClearProps, type FilterBarProps, FilterBarRow, type FilterBarRowProps, FilterChip, FilterChipGroup, type FilterChipProps, FilterPanel, FilterPanelBody, FilterPanelClearAll, type FilterPanelClearAllProps, FilterPanelFooter, FilterPanelHeader, type FilterPanelProps, FilterPanelTitle, type FilterPanelTitleProps, FilterPanelTrigger, type FilterPanelTriggerProps, type FilterPreset, FilterSection, type FilterSectionProps, FilterStateShape, FirstRunIllustration, FlowBadge, type FlowBadgeProps, FlowCell, type FlowCellProps, FlowData, FlowDistributionSection, type FlowDistributionSectionProps, FlowKey, type FollowerGroup, ForbiddenIllustration, GROUP_LABELS, HashtagInput, type TagInputProps as HashtagInputProps, type HashtagPerformanceData, HashtagPerformanceRow, type HashtagPerformanceRowProps, type HeatMapDatum, type HeatMapRow, HotkeyCombo, HoverCard, HoverCardContent, HoverCardTrigger, IRAN_PROVINCES, type Icon, Icons, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputProps, InputVariants, InputWithIcon, type InputWithIconProps, type IranProvince, type IranProvinceSlug, JobCard, JobCardActions, JobCardError, JobCardHeader, JobCardHeaderActions, JobCardHeaderText, JobCardMeta, JobCardMetaItem, type JobCardMetaItemProps, JobCardProgress, type JobCardProgressProps, type JobCardProps, JobCardStat, type JobCardStatProps, JobCardStats, type JobCardStatsProps, JobCardStatusBadge, type JobCardStatusBadgeProps, JobCardSubtitle, JobCardThumbnail, type JobCardThumbnailProps, JobCardTitle, type JobCardTitleProps, JobStatusKey, JobWizard, type JobWizardApi, JobWizardBack, type JobWizardBackProps, JobWizardBody, JobWizardCancel, type JobWizardCancelProps, JobWizardError, JobWizardFooter, JobWizardHeader, type JobWizardHeaderProps, JobWizardNext, type JobWizardNextProps, type JobWizardProps, JobWizardSkip, type JobWizardSkipProps, JobWizardSpacer, type JobWizardStep, JobWizardStepper, type JobWizardStepperProps, type JobWizardSubmitState, JobWizardSuccess, type JobWizardSuccessProps, type JobWizardValidationResult, Kbd, KbdGroup, Label, LabelChip, type LabelChipProps, LabelEditDialog, type LabelEditDialogProps, type LegacySize, MarkdownRenderer, type MarkdownRendererProps, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MetricCard, MetricCardContent, MetricCardDifferential, MetricCardHeader, MetricCardLabel, MetricCardSparkline, MetricCardValue, MultiSelect, type MultiSelectOption, type MultiSelectProps, NativeSelect, NativeSelectOptGroup, NativeSelectOption, NavGroup, type NavGroupProps, NavItem, type NavItemBaseProps, type NavItemProps, type NavMatchStrategy, NavPanel, NavPanelContent, NavPanelFooter, NavPanelHeader, NavRail, NavRailContent, NavRailFooter, NavRailHeader, NavRailItem, NavRailProvider, NavRailSeparator, NavRailTrigger, NavSeparator, NavTree, type NavTreeContextValue, NavTreeProvider, type NavTreeProviderProps, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type NetworkLink, type NetworkNode, NoDataIllustration, NoResultsIllustration, NotificationCenter, type NotificationCenterProps, type NotificationFilter, type NotificationItem, type NotificationSeverity, NumberInputLocale, type NumberInputLocaleProps, PERSIAN_MONTHS, PERSIAN_MONTHS_SHORT, PERSIAN_WEEKDAYS, PERSIAN_WEEKDAYS_SHORT, PageLoader, type PageLoaderProps, Pagination, PaginationContent, PaginationControlled, type PaginationControlledProps, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PartoHeatMap, type PartoHeatMapProps, PartoNetworkChart, type PartoNetworkChartProps, PartoRadarChart, type PartoRadarChartProps, PartoSankeyChart, type PartoSankeyChartProps, PartoScatterChart, type PartoScatterChartProps, PartoWordCloud, type PartoWordCloudProps, type PeriodOption, PeriodSelector, type PeriodSelectorProps, type PlatformMetadata, type PostAction, PostActions, type PostActionsProps, type PostAiAnalysis, type PostAiEntity, type PostAuthor, type PostAuthorityTier, PostBody, type PostBodyData, type PostBodyProps, type PostBulkAction, PostBulkActionBar, type PostBulkActionBarProps, PostCard, type PostCardProps, type PostCluster, type PostComment, type PostCommentAuthor, PostCrisisBanner, type PostCrisisBannerProps, type PostData, type PostDensity, type PostDetails, PostDetailsDrawer, type PostDetailsDrawerProps, type PostDetailsTab, type PostEmotion, type PostEnrichmentFlags, type PostFlags, type PostFlow, type PostGroupBy, PostHeader, PostHeaderBroadcast, type PostHeaderBroadcastProps, PostHeaderEditorial, type PostHeaderEditorialProps, type PostHeaderProps, type PostIntent, PostList, type PostListProps, PostMedia, PostMediaAudio, PostMediaCarousel, PostMediaGrid, PostMediaHighlight, type PostMediaItem, PostMediaPlaceholder, type PostMediaPlaceholderProps, type PostMediaPlaceholderVariant, type PostMediaProps, PostMediaSensitiveOverlay, type PostMediaSensitivity, PostMediaSingle, PostMediaSourceRemoved, type PostMediaSourceRemovedProps, type PostMediaStatus, PostMediaStory, PostMediaVideo, PostMetadata, type PostMetadataProps, type PostMetrics, type PostOutlet, type PostPlatform, PostQuotedEmbed, type PostQuotedEmbedProps, PostRepostHeader, type PostRepostHeaderProps, type PostRepostInfo, type PostSentiment, type PostSeverity, PostSignals, type PostSignalsProps, type PostSortBy, type PostSource, type PostSourceCategory, type PostStatus, PostThreadConnector, type PostThreadConnectorProps, type PostThreadInfo, PostUrlPreview, type PostUrlPreview$1 as PostUrlPreviewData, type PostUrlPreviewProps, type PostUrlPreview$1 as PostUrlPreviewSnapshot, type PostView, type PostingFrequencyCell, PostingFrequencyHeatmap, type PostingFrequencyHeatmapProps, type PostingFrequencySummary, type PostingWeekStart, ProfileCard, type ProfileCardProps, ProfileInfo, type ProfileInfoProps, ProgressCell, type ProgressCellProps, type QuotaLevel, QuotaProgressBar, type QuotaProgressBarProps, type QuotaThresholds, RateLimitBanner, type RateLimitBannerProps, type ReactionBreakdown, RegionPicker, type RegionPickerKey, type RegionPickerProps, RegisteredHotkey, ReportComposer, type ReportComposerProps, ReportSection, type ReportSectionProps, ResizableHandle, ResizablePanel, ResizablePanelGroup, RouteProgress, type RouteProgressHandle, type RouteProgressProps, SENSITIVITY_LABEL, SafeImage, type SafeImageProps, type SankeyLink, type SankeyNode, SearchInput, type SearchInputProps, type SectionItem, SectionNavigator, type SectionNavigatorProps, SentimentBadge, type SentimentBadgeProps, SentimentBreakdownSection, type SentimentBreakdownSectionProps, SentimentCell, type SentimentCellProps, SentimentData, Separator, SeverityBadge, type SeverityBadgeProps, SeverityKey, ShortcutsCheatsheet, type ShortcutsCheatsheetProps, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, SiteHeader, SiteHeaderActions, SiteHeaderEnd, type SiteHeaderProps, SiteHeaderSeparator, SiteHeaderStart, SiteHeaderSubtitle, SiteHeaderTitle, SiteHeaderTitleGroup, type SizeWithLegacy, SocialPlatform, type SourceBreakdownEntry, SourceBreakdownSection, type SourceBreakdownSectionProps, SparklineCell, type SparklineCellProps, Spinner, type SpinnerProps, StageStatusKey, type StandardSize, StatDeltaCell, type StatDeltaCellProps, StatDisplay, type StatDisplayProps, StatusBadge, type StatusBadgeProps, StatusFlow, type StatusFlowOrientation, type StatusFlowProps, type StatusFlowSize, StatusFlowStage, type StatusFlowStageData, type StatusFlowStageProps, StatusKey, StatusPulseCell, type StatusPulseCellProps, Step, type StepProps, Stepper, type StepperProps, SupportedLocale, TIER_LABELS, TableComparisonView, type TableComparisonViewProps, TagInput, type TagInputProps, TaskList, type TaskListGroup, type TaskListProps, TimelineSection, type TimelineSectionProps, TooltipContent, TopPostsSection, type TopPostsSectionProps, TrendCell, type TrendCellProps, TrendIndicator, type TrendIndicatorProps, type UseAsyncReturn, type UseClipboardOptions, type UseClipboardReturn, type UseFilterParamsOptions, type UseFilterPresetsOptions, type UseFilterPresetsReturn, type UseInfiniteScrollOptions, type UseInfiniteScrollReturn, type UseJobWizardOptions, UserAutocomplete, type UserAutocompleteProps, type UserItem, UserMenu, type UserMenuItem, type UserMenuProps, type UserMenuUser, type ViewMode, ViewToggle, type ViewToggleProps, type WordData, actionTypeChipVariants, avatarGroupVariants, bannerVariants, buildCsv, buildPostingFrequencyRows, buildTsv, buttonGroupVariants, calloutVariants, computeComparisonWinners, countComparisonWins, countryFlag, defaultActions as defaultPostActions, downloadFile, findCountry, findProvince, findTierIndex, formatJalaliDate, formatPersianDateRange, getCountryLabel, getCriterionTier, getCurrentRangeIndex, getEngagementRanges, getEngagementRateBenchmarkTiers, getFollowerGroup, getMetricLabel, getPersianDay, getPersianMonth, getPersianMonthName, getPersianMonthNameShort, getPersianMonthsForDropdown, getPersianWeekdayName, getPersianYear, getPersianYearsForDropdown, getPostSourceConfig, getProvinceLabel, getScoreBenchmarkTiers, getSourceColorVar, tagInputVariants as hashtagInputVariants, jalaliToGregorian, labelChipVariants, localeAwareCategoryTick, localeAwareNumberTick, navItemVariants, navigationMenuTriggerStyle, normalizeSize, normalizeUrlDigits, pageLoaderVariants, postCardVariants, postHeaderVariants, profileCardVariants, resolveLevel, siteHeaderVariants, sourceCategory, spinnerVariants, statDisplayVariants, tagInputVariants, toEnglishDigits, toPersianDigits, transformNivoLineData, useAsync, useBreakpoint, useChartTheme, useClipboard, useDebounce, useDocumentDirection, useFilterParams, useFilterPresets, useInfiniteScroll, useIsMobile, useJobWizard, useJobWizardState, useLocalStorage, useMediaQuery, useNavRail, useNavTree, useOutsideClick, usePrevious, useRootStyles, useScrollLock, useSidebar };
|
|
5283
|
+
export { ACTION_TYPE_META, ActionStatusKey, ActionTimeline, type ActionTimelineDensity, type ActionTimelineGroupBy, ActionTimelineItem, type ActionTimelineItemData, type ActionTimelineItemProps, type ActionTimelineProps, ActionTypeChip, type ActionTypeChipProps, ActionTypeKey, ActiveFiltersBar, type ActiveFiltersBarProps, ActiveFiltersClearAll, type ActiveFiltersClearAllProps, AnimatedNumber, type AnimatedNumberProps, AppLayout, AppLayoutContent, AppSecondary, AppSecondaryContent, AppSecondaryFooter, AppSecondaryHeader, AspectRatio, type AsyncStatus, Autocomplete, type AutocompleteItem, type AutocompleteProps, AvatarGroup, type AvatarGroupItem, type AvatarGroupProps, Banner, type BannerProps, type BenchmarkMarker, type BenchmarkTier, BlurBackdrop, BulletinViewer, type BulletinViewerProps, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, ButtonProps, CENTERED_CONTAINER_CLS, CHART_FONT_FAMILY, CRITERION_TIER_KEYS, Callout, CalloutDescription, type CalloutProps, CalloutTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartGradientLegend, type ChartGradientLegendProps, ChartLegend, type ChartLegendItem, type ChartLegendProps, ChartLoadingSkeleton, ChartTooltip, CircularProgress, type CircularProgressProps, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandPalette, type CommandPaletteItem, type CommandPaletteProps, type CommandPaletteRecentsConfig, CommandSeparator, CommandShortcut, CommentCard, type CommentCardProps, type CommentTag, ComparisonCard, type ComparisonCardProps, type ComparisonEntity, type ComparisonMetric, ComparisonRadar, type ComparisonRadarProps, type ComparisonWinner, type CompositionScale, type ConceptComposition, type ConceptPoint, ConceptPulseChart, type ConceptPulseChartProps, ConfirmDialog, type ConfirmDialogProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, type CopyButtonProps, Country, CountryPicker, type CountryPickerProps, type CriterionInputSpec, CriterionScoreCard, type CriterionScoreCardProps, type CriterionTierKey, type CriterionTierThresholds, type CriterionTrend, DEFAULT_CRITERION_THRESHOLDS, DEFAULT_PERIODS, DEFAULT_THRESHOLDS, DataTableColumn, DataTableColumnVisibility, DataTableColumnVisibilityToggle, type DataTableColumnVisibilityToggleProps, DataTableExportButton, type DataTableExportButtonProps, DatePicker, type DatePickerProps, DateRangePicker, DateRangePickerInline, type DateRangePickerProps, Dialog, type Direction, DirectionalBox, type DirectionalBoxProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, EmotionBadge, type EmotionBadgeProps, type EmotionData, EmotionDistribution, type EmotionDistributionProps, EmotionInput, EmotionKey, Empty, EmptyAction, EmptyChart, type EmptyChartProps, type EmptyChartShape, EmptyDescription, EmptyIcon, EmptyTitle, EngagementRate, EngagementRateBar, type EngagementRateBarProps, EngagementRateBenchmark, type EngagementRateBenchmarkProps, type EngagementRateProps, EntityHealthCard, EntityHealthCardActions, EntityHealthCardFooter, EntityHealthCardHeader, EntityHealthCardHeaderEnd, EntityHealthCardHeaderText, EntityHealthCardMeta, EntityHealthCardMetric, type EntityHealthCardMetricProps, EntityHealthCardMetrics, type EntityHealthCardMetricsProps, EntityHealthCardNarrative, EntityHealthCardPhase, type EntityHealthCardPhaseProps, type EntityHealthCardProps, EntityHealthCardScore, type EntityHealthCardScoreProps, EntityHealthCardSeverityBadge, type EntityHealthCardSeverityBadgeProps, EntityHealthCardSubtitle, EntityHealthCardTitle, type EntityHealthCardTitleProps, EntityHealthCardTrust, type EntityHealthCardTrustProps, EntityHealthKey, ErrorBoundary, type ErrorBoundaryProps, ErrorIllustration, ErrorState, type ErrorStateProps, type ExecutiveSummaryMetric, ExecutiveSummarySection, type ExecutiveSummarySectionProps, type ExportableColumn, FOREGROUND_IMG_CLS, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterBar, FilterBarActions, type FilterBarActionsProps, FilterBarActiveFilters, type FilterBarActiveFiltersProps, FilterBarClear, type FilterBarClearProps, type FilterBarProps, FilterBarRow, type FilterBarRowProps, FilterChip, FilterChipGroup, type FilterChipProps, FilterPanel, FilterPanelBody, FilterPanelClearAll, type FilterPanelClearAllProps, FilterPanelFooter, FilterPanelHeader, type FilterPanelProps, FilterPanelTitle, type FilterPanelTitleProps, FilterPanelTrigger, type FilterPanelTriggerProps, type FilterPreset, FilterSection, type FilterSectionProps, FilterStateShape, FirstRunIllustration, FlowBadge, type FlowBadgeProps, FlowCell, type FlowCellProps, FlowData, FlowDistributionSection, type FlowDistributionSectionProps, FlowInput, FlowKey, ForbiddenIllustration, HashtagInput, type TagInputProps as HashtagInputProps, type HashtagPerformanceData, HashtagPerformanceRow, type HashtagPerformanceRowProps, type HeatMapDatum, type HeatMapRow, HotkeyCombo, HoverCard, HoverCardContent, HoverCardTrigger, type Icon, Icons, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputProps, InputVariants, InputWithIcon, type InputWithIconProps, IranProvinceSlug, JobCard, JobCardActions, JobCardError, JobCardHeader, JobCardHeaderActions, JobCardHeaderText, JobCardMeta, JobCardMetaItem, type JobCardMetaItemProps, JobCardProgress, type JobCardProgressProps, type JobCardProps, JobCardStat, type JobCardStatProps, JobCardStats, type JobCardStatsProps, JobCardStatusBadge, type JobCardStatusBadgeProps, JobCardSubtitle, JobCardThumbnail, type JobCardThumbnailProps, JobCardTitle, type JobCardTitleProps, JobStatusKey, JobWizard, type JobWizardApi, JobWizardBack, type JobWizardBackProps, JobWizardBody, JobWizardCancel, type JobWizardCancelProps, JobWizardError, JobWizardFooter, JobWizardHeader, type JobWizardHeaderProps, JobWizardNext, type JobWizardNextProps, type JobWizardProps, JobWizardSkip, type JobWizardSkipProps, JobWizardSpacer, type JobWizardStep, JobWizardStepper, type JobWizardStepperProps, type JobWizardSubmitState, JobWizardSuccess, type JobWizardSuccessProps, type JobWizardValidationResult, Kbd, KbdGroup, Label, LabelChip, type LabelChipProps, LabelEditDialog, type LabelEditDialogProps, MarkdownRenderer, type MarkdownRendererProps, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MetricCard, MetricCardContent, MetricCardDifferential, MetricCardHeader, MetricCardLabel, MetricCardSparkline, MetricCardValue, MultiSelect, type MultiSelectOption, type MultiSelectProps, NativeSelect, NativeSelectOptGroup, NativeSelectOption, NavGroup, type NavGroupProps, NavItem, type NavItemBaseProps, type NavItemProps, type NavMatchStrategy, NavPanel, NavPanelContent, NavPanelFooter, NavPanelHeader, NavRail, NavRailContent, NavRailFooter, NavRailHeader, NavRailItem, NavRailProvider, NavRailSeparator, NavRailTrigger, NavSeparator, NavTree, type NavTreeContextValue, NavTreeProvider, type NavTreeProviderProps, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type NetworkLink, type NetworkNode, NoDataIllustration, NoResultsIllustration, NotificationCenter, type NotificationCenterProps, type NotificationFilter, type NotificationItem, type NotificationSeverity, NumberInputLocale, type NumberInputLocaleProps, PageLoader, type PageLoaderProps, Pagination, PaginationContent, PaginationControlled, type PaginationControlledProps, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PartoHeatMap, type PartoHeatMapProps, PartoNetworkChart, type PartoNetworkChartProps, PartoRadarChart, type PartoRadarChartProps, PartoSankeyChart, type PartoSankeyChartProps, PartoScatterChart, type PartoScatterChartProps, PartoWordCloud, type PartoWordCloudProps, type PeriodOption, PeriodSelector, type PeriodSelectorProps, PostAction, PostActions, type PostActionsProps, PostAuthor, PostBody, PostBodyData, type PostBodyProps, PostBulkAction, PostBulkActionBar, type PostBulkActionBarProps, PostCard, type PostCardProps, PostCluster, PostComment, PostCrisisBanner, type PostCrisisBannerProps, PostData, PostDensity, PostDetails, PostDetailsDrawer, type PostDetailsDrawerProps, type PostDetailsTab, PostEnrichmentFlags, type PostGroupBy, PostHeader, PostHeaderBroadcast, type PostHeaderBroadcastProps, PostHeaderEditorial, type PostHeaderEditorialProps, type PostHeaderProps, PostList, type PostListProps, PostMedia, PostMediaAudio, PostMediaCarousel, PostMediaGrid, PostMediaHighlight, PostMediaItem, PostMediaPlaceholder, type PostMediaPlaceholderProps, type PostMediaPlaceholderVariant, type PostMediaProps, PostMediaSensitiveOverlay, PostMediaSingle, PostMediaSourceRemoved, type PostMediaSourceRemovedProps, PostMediaStory, PostMediaVideo, PostMetadata, type PostMetadataProps, PostMetrics, PostOutlet, PostPlatform, PostQuotedEmbed, type PostQuotedEmbedProps, PostRepostHeader, type PostRepostHeaderProps, PostRepostInfo, PostSentiment, PostSeverity, PostSignals, type PostSignalsProps, type PostSortBy, PostThreadConnector, type PostThreadConnectorProps, PostThreadInfo, PostUrlPreview, PostUrlPreview$1 as PostUrlPreviewData, type PostUrlPreviewProps, PostUrlPreview$1 as PostUrlPreviewSnapshot, PostView, type PostingFrequencyCell, PostingFrequencyHeatmap, type PostingFrequencyHeatmapProps, type PostingFrequencySummary, type PostingWeekStart, ProfileCard, type ProfileCardProps, ProfileInfo, type ProfileInfoProps, ProgressCell, type ProgressCellProps, type QuotaLevel, QuotaProgressBar, type QuotaProgressBarProps, type QuotaThresholds, RateLimitBanner, type RateLimitBannerProps, RegionPicker, type RegionPickerKey, type RegionPickerProps, RegisteredHotkey, ReportComposer, type ReportComposerProps, ReportSection, type ReportSectionProps, ResizableHandle, ResizablePanel, ResizablePanelGroup, RouteProgress, type RouteProgressHandle, type RouteProgressProps, SENSITIVITY_LABEL, SafeImage, type SafeImageProps, type SankeyLink, type SankeyNode, SearchInput, type SearchInputProps, type SectionItem, SectionNavigator, type SectionNavigatorProps, SentimentBadge, type SentimentBadgeProps, SentimentBreakdownSection, type SentimentBreakdownSectionProps, SentimentCell, type SentimentCellProps, SentimentData, Separator, SeverityBadge, type SeverityBadgeProps, SeverityInput, ShortcutsCheatsheet, type ShortcutsCheatsheetProps, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, SiteHeader, SiteHeaderActions, SiteHeaderEnd, type SiteHeaderProps, SiteHeaderSeparator, SiteHeaderStart, SiteHeaderSubtitle, SiteHeaderTitle, SiteHeaderTitleGroup, SocialPlatform, type SourceBreakdownEntry, SourceBreakdownSection, type SourceBreakdownSectionProps, SparklineCell, type SparklineCellProps, Spinner, type SpinnerProps, StageStatusKey, StatDeltaCell, type StatDeltaCellProps, StatDisplay, type StatDisplayProps, StatusBadge, type StatusBadgeProps, StatusFlow, type StatusFlowOrientation, type StatusFlowProps, type StatusFlowSize, StatusFlowStage, type StatusFlowStageData, type StatusFlowStageProps, StatusInput, StatusKey, StatusPulseCell, type StatusPulseCellProps, Step, type StepProps, Stepper, type StepperProps, SupportedLocale, TableComparisonView, type TableComparisonViewProps, TagInput, type TagInputProps, TaskList, type TaskListGroup, type TaskListProps, TimelineSection, type TimelineSectionProps, TooltipContent, TopPostsSection, type TopPostsSectionProps, TrendCell, type TrendCellProps, TrendIndicator, type TrendIndicatorProps, type UseAsyncReturn, type UseClipboardOptions, type UseClipboardReturn, type UseFilterParamsOptions, type UseFilterPresetsOptions, type UseFilterPresetsReturn, type UseInfiniteScrollOptions, type UseInfiniteScrollReturn, type UseJobWizardOptions, UserAutocomplete, type UserAutocompleteProps, type UserItem, UserMenu, type UserMenuItem, type UserMenuProps, type UserMenuUser, type ViewMode, ViewToggle, type ViewToggleProps, type WordData, actionTypeChipVariants, avatarGroupVariants, bannerVariants, buildCsv, buildPostingFrequencyRows, buildTsv, buttonGroupVariants, calloutVariants, computeComparisonWinners, countComparisonWins, defaultActions as defaultPostActions, downloadFile, findTierIndex, getCriterionTier, getEngagementRateBenchmarkTiers, getScoreBenchmarkTiers, tagInputVariants as hashtagInputVariants, labelChipVariants, localeAwareCategoryTick, localeAwareNumberTick, navItemVariants, navigationMenuTriggerStyle, normalizeUrlDigits, pageLoaderVariants, postCardVariants, postHeaderVariants, profileCardVariants, resolveLevel, siteHeaderVariants, spinnerVariants, statDisplayVariants, tagInputVariants, transformNivoLineData, useAsync, useBreakpoint, useChartTheme, useClipboard, useDebounce, useDocumentDirection, useFilterParams, useFilterPresets, useInfiniteScroll, useIsMobile, useJobWizard, useJobWizardState, useLocalStorage, useMediaQuery, useNavRail, useNavTree, useOutsideClick, usePrevious, useRootStyles, useScrollLock, useSidebar };
|