@parto-system-design/ui 1.1.9 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/brand/parto-logo.cjs +130 -0
- package/dist/components/brand/parto-logo.cjs.map +1 -0
- package/dist/components/brand/parto-logo.d.cts +38 -0
- package/dist/components/brand/parto-logo.d.ts +38 -0
- package/dist/components/brand/parto-logo.js +108 -0
- package/dist/components/brand/parto-logo.js.map +1 -0
- package/dist/components/charts/PartoAreaChart.cjs +579 -7
- package/dist/components/charts/PartoAreaChart.cjs.map +1 -1
- package/dist/components/charts/PartoAreaChart.js +564 -4
- package/dist/components/charts/PartoAreaChart.js.map +1 -1
- package/dist/components/charts/PartoBarChart.cjs +616 -7
- package/dist/components/charts/PartoBarChart.cjs.map +1 -1
- package/dist/components/charts/PartoBarChart.js +601 -4
- package/dist/components/charts/PartoBarChart.js.map +1 -1
- package/dist/components/charts/PartoLineChart.cjs +584 -7
- package/dist/components/charts/PartoLineChart.cjs.map +1 -1
- package/dist/components/charts/PartoLineChart.js +569 -4
- package/dist/components/charts/PartoLineChart.js.map +1 -1
- package/dist/components/charts/PartoPieChart.cjs +566 -7
- package/dist/components/charts/PartoPieChart.cjs.map +1 -1
- package/dist/components/charts/PartoPieChart.js +551 -4
- package/dist/components/charts/PartoPieChart.js.map +1 -1
- package/dist/components/ui/accordion.cjs +97 -0
- package/dist/components/ui/accordion.cjs.map +1 -0
- package/dist/components/ui/accordion.d.cts +22 -0
- package/dist/components/ui/accordion.d.ts +22 -0
- package/dist/components/ui/accordion.js +72 -0
- package/dist/components/ui/accordion.js.map +1 -0
- package/dist/{chunk-MMC6M35Q.cjs → components/ui/alert-dialog.cjs} +216 -22
- package/dist/components/ui/alert-dialog.cjs.map +1 -0
- package/dist/components/ui/alert-dialog.d.cts +17 -0
- package/dist/components/ui/alert-dialog.d.ts +17 -0
- package/dist/{chunk-3QYYPPFJ.js → components/ui/alert-dialog.js} +175 -10
- package/dist/components/ui/alert-dialog.js.map +1 -0
- package/dist/components/ui/alert-rule-card.cjs +289 -8
- package/dist/components/ui/alert-rule-card.cjs.map +1 -1
- package/dist/components/ui/alert-rule-card.d.cts +1 -1
- package/dist/components/ui/alert-rule-card.d.ts +1 -1
- package/dist/components/ui/alert-rule-card.js +271 -4
- package/dist/components/ui/alert-rule-card.js.map +1 -1
- package/dist/components/ui/alert.cjs +81 -0
- package/dist/components/ui/alert.cjs.map +1 -0
- package/dist/components/ui/alert.d.cts +11 -0
- package/dist/components/ui/alert.d.ts +11 -0
- package/dist/components/ui/alert.js +57 -0
- package/dist/components/ui/alert.js.map +1 -0
- package/dist/components/ui/app-bar.cjs +67 -0
- package/dist/components/ui/app-bar.cjs.map +1 -0
- package/dist/components/ui/app-bar.d.cts +22 -0
- package/dist/components/ui/app-bar.d.ts +22 -0
- package/dist/components/ui/app-bar.js +44 -0
- package/dist/components/ui/app-bar.js.map +1 -0
- package/dist/components/ui/avatar.cjs +66 -14
- package/dist/components/ui/avatar.cjs.map +1 -1
- package/dist/components/ui/avatar.js +47 -2
- package/dist/components/ui/avatar.js.map +1 -1
- package/dist/components/ui/badge.cjs +113 -9
- package/dist/components/ui/badge.cjs.map +1 -1
- package/dist/components/ui/badge.d.cts +1 -1
- package/dist/components/ui/badge.d.ts +1 -1
- package/dist/components/ui/badge.js +96 -2
- package/dist/components/ui/badge.js.map +1 -1
- package/dist/components/ui/breadcrumb.cjs +100 -0
- package/dist/components/ui/breadcrumb.cjs.map +1 -0
- package/dist/components/ui/breadcrumb.d.cts +35 -0
- package/dist/components/ui/breadcrumb.d.ts +35 -0
- package/dist/components/ui/breadcrumb.js +92 -0
- package/dist/components/ui/breadcrumb.js.map +1 -0
- package/dist/components/ui/button.cjs +304 -11
- package/dist/components/ui/button.cjs.map +1 -1
- package/dist/components/ui/button.d.cts +3 -3
- package/dist/components/ui/button.d.ts +3 -3
- package/dist/components/ui/button.js +306 -3
- package/dist/components/ui/button.js.map +1 -1
- package/dist/components/ui/calendar.cjs +401 -8
- package/dist/components/ui/calendar.cjs.map +1 -1
- package/dist/components/ui/calendar.js +404 -4
- package/dist/components/ui/calendar.js.map +1 -1
- package/dist/components/ui/card.cjs +154 -30
- package/dist/components/ui/card.cjs.map +1 -1
- package/dist/components/ui/card.js +131 -2
- package/dist/components/ui/card.js.map +1 -1
- package/dist/{chunk-CAJKSTXX.cjs → components/ui/checkbox.cjs} +10 -5
- package/dist/components/ui/checkbox.cjs.map +1 -0
- package/dist/components/ui/checkbox.d.cts +6 -0
- package/dist/components/ui/checkbox.d.ts +6 -0
- package/dist/{chunk-5JJSRGJD.js → components/ui/checkbox.js} +9 -4
- package/dist/components/ui/checkbox.js.map +1 -0
- package/dist/components/ui/concept-card.cjs +728 -11
- package/dist/components/ui/concept-card.cjs.map +1 -1
- package/dist/components/ui/concept-card.d.cts +2 -2
- package/dist/components/ui/concept-card.d.ts +2 -2
- package/dist/components/ui/concept-card.js +710 -7
- package/dist/components/ui/concept-card.js.map +1 -1
- package/dist/components/ui/data-table.cjs +1553 -10
- package/dist/components/ui/data-table.cjs.map +1 -1
- package/dist/components/ui/data-table.js +1537 -7
- package/dist/components/ui/data-table.js.map +1 -1
- package/dist/components/ui/dialog.cjs +119 -42
- package/dist/components/ui/dialog.cjs.map +1 -1
- package/dist/components/ui/dialog.js +92 -2
- package/dist/components/ui/dialog.js.map +1 -1
- package/dist/components/ui/dropdown-menu.cjs +268 -0
- package/dist/components/ui/dropdown-menu.cjs.map +1 -0
- package/dist/components/ui/dropdown-menu.d.cts +73 -0
- package/dist/components/ui/dropdown-menu.d.ts +73 -0
- package/dist/components/ui/dropdown-menu.js +232 -0
- package/dist/components/ui/dropdown-menu.js.map +1 -0
- package/dist/components/ui/filter-provider.cjs +70 -13
- package/dist/components/ui/filter-provider.cjs.map +1 -1
- package/dist/components/ui/filter-provider.js +51 -1
- package/dist/components/ui/filter-provider.js.map +1 -1
- package/dist/components/ui/form.cjs +169 -0
- package/dist/components/ui/form.cjs.map +1 -0
- package/dist/components/ui/form.d.cts +46 -0
- package/dist/components/ui/form.d.ts +46 -0
- package/dist/components/ui/form.js +139 -0
- package/dist/components/ui/form.js.map +1 -0
- package/dist/components/ui/input.cjs +135 -15
- package/dist/components/ui/input.cjs.map +1 -1
- package/dist/components/ui/input.d.cts +15 -0
- package/dist/components/ui/input.d.ts +15 -0
- package/dist/components/ui/input.js +116 -3
- package/dist/components/ui/input.js.map +1 -1
- package/dist/components/ui/iran-province-heat.cjs +328 -5
- package/dist/components/ui/iran-province-heat.cjs.map +1 -1
- package/dist/components/ui/iran-province-heat.js +312 -2
- package/dist/components/ui/iran-province-heat.js.map +1 -1
- package/dist/components/ui/label.cjs +52 -0
- package/dist/components/ui/label.cjs.map +1 -0
- package/dist/components/ui/label.d.cts +10 -0
- package/dist/components/ui/label.d.ts +10 -0
- package/dist/components/ui/label.js +30 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/components/ui/page-card.cjs +627 -8
- package/dist/components/ui/page-card.cjs.map +1 -1
- package/dist/components/ui/page-card.d.cts +3 -2
- package/dist/components/ui/page-card.d.ts +3 -2
- package/dist/components/ui/page-card.js +611 -5
- package/dist/components/ui/page-card.js.map +1 -1
- package/dist/components/ui/page-header.cjs +299 -0
- package/dist/components/ui/page-header.cjs.map +1 -0
- package/dist/components/ui/page-header.d.cts +21 -0
- package/dist/components/ui/page-header.d.ts +21 -0
- package/dist/components/ui/page-header.js +277 -0
- package/dist/components/ui/page-header.js.map +1 -0
- package/dist/components/ui/password-input.cjs +168 -0
- package/dist/components/ui/password-input.cjs.map +1 -0
- package/dist/components/ui/password-input.d.cts +48 -0
- package/dist/components/ui/password-input.d.ts +48 -0
- package/dist/components/ui/password-input.js +146 -0
- package/dist/components/ui/password-input.js.map +1 -0
- package/dist/components/ui/popover.cjs +51 -18
- package/dist/components/ui/popover.cjs.map +1 -1
- package/dist/components/ui/popover.js +30 -2
- package/dist/components/ui/popover.js.map +1 -1
- package/dist/components/ui/progress.cjs +95 -0
- package/dist/components/ui/progress.cjs.map +1 -0
- package/dist/components/ui/progress.d.cts +18 -0
- package/dist/components/ui/progress.d.ts +18 -0
- package/dist/components/ui/progress.js +72 -0
- package/dist/components/ui/progress.js.map +1 -0
- package/dist/components/ui/radio-card.cjs +84 -0
- package/dist/components/ui/radio-card.cjs.map +1 -0
- package/dist/components/ui/radio-card.d.cts +12 -0
- package/dist/components/ui/radio-card.d.ts +12 -0
- package/dist/components/ui/radio-card.js +58 -0
- package/dist/components/ui/radio-card.js.map +1 -0
- package/dist/components/ui/radio-group.cjs +62 -0
- package/dist/components/ui/radio-group.cjs.map +1 -0
- package/dist/components/ui/radio-group.d.cts +7 -0
- package/dist/components/ui/radio-group.d.ts +7 -0
- package/dist/components/ui/radio-group.js +38 -0
- package/dist/components/ui/radio-group.js.map +1 -0
- package/dist/components/ui/saved-query-card.cjs +409 -7
- package/dist/components/ui/saved-query-card.cjs.map +1 -1
- package/dist/components/ui/saved-query-card.js +394 -4
- package/dist/components/ui/saved-query-card.js.map +1 -1
- package/dist/components/ui/scroll-area.cjs +79 -0
- package/dist/components/ui/scroll-area.cjs.map +1 -0
- package/dist/components/ui/scroll-area.d.cts +14 -0
- package/dist/components/ui/scroll-area.d.ts +14 -0
- package/dist/components/ui/scroll-area.js +56 -0
- package/dist/components/ui/scroll-area.js.map +1 -0
- package/dist/components/ui/select.cjs +242 -0
- package/dist/components/ui/select.cjs.map +1 -0
- package/dist/components/ui/select.d.cts +29 -0
- package/dist/components/ui/select.d.ts +29 -0
- package/dist/components/ui/select.js +210 -0
- package/dist/components/ui/select.js.map +1 -0
- package/dist/components/ui/separator.cjs +105 -6
- package/dist/components/ui/separator.cjs.map +1 -1
- package/dist/components/ui/separator.js +87 -2
- package/dist/components/ui/separator.js.map +1 -1
- package/dist/components/ui/sheet.cjs +134 -38
- package/dist/components/ui/sheet.cjs.map +1 -1
- package/dist/components/ui/sheet.js +109 -2
- package/dist/components/ui/sheet.js.map +1 -1
- package/dist/{chunk-D2EBLE2B.cjs → components/ui/skeleton.cjs} +21 -16
- package/dist/components/ui/skeleton.cjs.map +1 -0
- package/dist/components/ui/skeleton.d.cts +90 -0
- package/dist/components/ui/skeleton.d.ts +90 -0
- package/dist/{chunk-SB5DSYR5.js → components/ui/skeleton.js} +8 -3
- package/dist/components/ui/skeleton.js.map +1 -0
- package/dist/components/ui/slider.cjs +129 -0
- package/dist/components/ui/slider.cjs.map +1 -0
- package/dist/components/ui/slider.d.cts +10 -0
- package/dist/components/ui/slider.d.ts +10 -0
- package/dist/components/ui/slider.js +107 -0
- package/dist/components/ui/slider.js.map +1 -0
- package/dist/components/ui/social-platform-badge.cjs +120 -0
- package/dist/components/ui/social-platform-badge.cjs.map +1 -0
- package/dist/components/ui/social-platform-badge.d.cts +21 -0
- package/dist/components/ui/social-platform-badge.d.ts +21 -0
- package/dist/components/ui/social-platform-badge.js +97 -0
- package/dist/components/ui/social-platform-badge.js.map +1 -0
- package/dist/components/ui/sonner.cjs +51 -0
- package/dist/components/ui/sonner.cjs.map +1 -0
- package/dist/components/ui/sonner.d.cts +13 -0
- package/dist/components/ui/sonner.d.ts +13 -0
- package/dist/components/ui/sonner.js +45 -0
- package/dist/components/ui/sonner.js.map +1 -0
- package/dist/components/ui/sparkline.cjs +159 -6
- package/dist/components/ui/sparkline.cjs.map +1 -1
- package/dist/components/ui/sparkline.js +142 -2
- package/dist/components/ui/sparkline.js.map +1 -1
- package/dist/components/ui/switch.cjs +96 -0
- package/dist/components/ui/switch.cjs.map +1 -0
- package/dist/components/ui/switch.d.cts +13 -0
- package/dist/components/ui/switch.d.ts +13 -0
- package/dist/components/ui/switch.js +73 -0
- package/dist/components/ui/switch.js.map +1 -0
- package/dist/components/ui/table.cjs +188 -0
- package/dist/components/ui/table.cjs.map +1 -0
- package/dist/components/ui/table.d.cts +59 -0
- package/dist/components/ui/table.d.ts +59 -0
- package/dist/components/ui/table.js +178 -0
- package/dist/components/ui/table.js.map +1 -0
- package/dist/components/ui/tabs.cjs +140 -0
- package/dist/components/ui/tabs.cjs.map +1 -0
- package/dist/components/ui/tabs.d.cts +21 -0
- package/dist/components/ui/tabs.d.ts +21 -0
- package/dist/components/ui/tabs.js +115 -0
- package/dist/components/ui/tabs.js.map +1 -0
- package/dist/components/ui/textarea.cjs +56 -0
- package/dist/components/ui/textarea.cjs.map +1 -0
- package/dist/components/ui/textarea.d.cts +5 -0
- package/dist/components/ui/textarea.d.ts +5 -0
- package/dist/components/ui/textarea.js +34 -0
- package/dist/components/ui/textarea.js.map +1 -0
- package/dist/components/ui/toggle-group.cjs +123 -0
- package/dist/components/ui/toggle-group.cjs.map +1 -0
- package/dist/components/ui/toggle-group.d.cts +7 -0
- package/dist/components/ui/toggle-group.d.ts +7 -0
- package/dist/components/ui/toggle-group.js +99 -0
- package/dist/components/ui/toggle-group.js.map +1 -0
- package/dist/components/ui/tooltip.cjs +77 -18
- package/dist/components/ui/tooltip.cjs.map +1 -1
- package/dist/components/ui/tooltip.js +56 -2
- package/dist/components/ui/tooltip.js.map +1 -1
- package/dist/{concept-card-RwPbqJ06.d.cts → concept-card-BXra9mr0.d.cts} +2 -2
- package/dist/{concept-card-CcOBb2Nz.d.ts → concept-card-BoJ5gIJD.d.ts} +2 -2
- package/dist/hooks/use-hotkey-registry.cjs +201 -14
- package/dist/hooks/use-hotkey-registry.cjs.map +1 -1
- package/dist/hooks/use-hotkey-registry.js +182 -2
- package/dist/hooks/use-hotkey-registry.js.map +1 -1
- package/dist/hooks/use-hotkeys.cjs +144 -9
- package/dist/hooks/use-hotkeys.cjs.map +1 -1
- package/dist/hooks/use-hotkeys.js +126 -1
- package/dist/hooks/use-hotkeys.js.map +1 -1
- package/dist/{i18n-CAd9wGOr.d.cts → i18n-BfRhV5aw.d.cts} +5 -3
- package/dist/{i18n-ArS3mqj0.d.ts → i18n-ewyqbKM-.d.ts} +5 -3
- package/dist/index.cjs +20940 -15745
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +396 -69
- package/dist/index.d.cts +60 -503
- package/dist/index.d.ts +60 -503
- package/dist/index.js +7716 -2049
- package/dist/index.js.map +1 -1
- package/dist/{page-card-CmShVqG-.d.cts → page-card-C9XXXOVr.d.cts} +3 -20
- package/dist/{page-card-HBn-cy4J.d.ts → page-card-DAnbez_f.d.ts} +3 -20
- package/dist/toggle-group-B8r4LOQw.d.cts +26 -0
- package/dist/toggle-group-B8r4LOQw.d.ts +26 -0
- package/package.json +132 -2
- package/tailwind.config.ts +45 -0
- package/dist/chunk-2ACKKPWA.cjs +0 -112
- package/dist/chunk-2ACKKPWA.cjs.map +0 -1
- package/dist/chunk-2UD3LGVX.cjs +0 -316
- package/dist/chunk-2UD3LGVX.cjs.map +0 -1
- package/dist/chunk-3QYYPPFJ.js.map +0 -1
- package/dist/chunk-4SVQNEVH.js +0 -173
- package/dist/chunk-4SVQNEVH.js.map +0 -1
- package/dist/chunk-4WONHORR.cjs +0 -152
- package/dist/chunk-4WONHORR.cjs.map +0 -1
- package/dist/chunk-5HCXH6GS.js +0 -409
- package/dist/chunk-5HCXH6GS.js.map +0 -1
- package/dist/chunk-5JJSRGJD.js.map +0 -1
- package/dist/chunk-5K6E4ZSW.cjs +0 -77
- package/dist/chunk-5K6E4ZSW.cjs.map +0 -1
- package/dist/chunk-5NY26ULO.js +0 -89
- package/dist/chunk-5NY26ULO.js.map +0 -1
- package/dist/chunk-7RVPG3LE.cjs +0 -231
- package/dist/chunk-7RVPG3LE.cjs.map +0 -1
- package/dist/chunk-AYEK3WOM.js +0 -207
- package/dist/chunk-AYEK3WOM.js.map +0 -1
- package/dist/chunk-BRMBLIQG.js +0 -53
- package/dist/chunk-BRMBLIQG.js.map +0 -1
- package/dist/chunk-CAJKSTXX.cjs.map +0 -1
- package/dist/chunk-CKFWMHQU.js +0 -401
- package/dist/chunk-CKFWMHQU.js.map +0 -1
- package/dist/chunk-CV3N3HVK.js +0 -672
- package/dist/chunk-CV3N3HVK.js.map +0 -1
- package/dist/chunk-D2EBLE2B.cjs.map +0 -1
- package/dist/chunk-GCZ6YATL.js +0 -940
- package/dist/chunk-GCZ6YATL.js.map +0 -1
- package/dist/chunk-GKRAZGDI.cjs +0 -84
- package/dist/chunk-GKRAZGDI.cjs.map +0 -1
- package/dist/chunk-GPYJ66CG.js +0 -45
- package/dist/chunk-GPYJ66CG.js.map +0 -1
- package/dist/chunk-HF6XU5NI.js +0 -84
- package/dist/chunk-HF6XU5NI.js.map +0 -1
- package/dist/chunk-HJPDZOMJ.cjs +0 -87
- package/dist/chunk-HJPDZOMJ.cjs.map +0 -1
- package/dist/chunk-HS3XI3CC.cjs +0 -69
- package/dist/chunk-HS3XI3CC.cjs.map +0 -1
- package/dist/chunk-HUCC3QH5.cjs +0 -53
- package/dist/chunk-HUCC3QH5.cjs.map +0 -1
- package/dist/chunk-HYZ6BQPS.cjs +0 -425
- package/dist/chunk-HYZ6BQPS.cjs.map +0 -1
- package/dist/chunk-ISCSZMYW.cjs +0 -106
- package/dist/chunk-ISCSZMYW.cjs.map +0 -1
- package/dist/chunk-IXFEFIDO.js +0 -82
- package/dist/chunk-IXFEFIDO.js.map +0 -1
- package/dist/chunk-JCJLN437.js +0 -108
- package/dist/chunk-JCJLN437.js.map +0 -1
- package/dist/chunk-JMKNNH63.cjs +0 -982
- package/dist/chunk-JMKNNH63.cjs.map +0 -1
- package/dist/chunk-JUBHQAA2.js +0 -53
- package/dist/chunk-JUBHQAA2.js.map +0 -1
- package/dist/chunk-K6G63EED.cjs +0 -41
- package/dist/chunk-K6G63EED.cjs.map +0 -1
- package/dist/chunk-KCWRCSI7.js +0 -62
- package/dist/chunk-KCWRCSI7.js.map +0 -1
- package/dist/chunk-KYM7NIJO.cjs +0 -433
- package/dist/chunk-KYM7NIJO.cjs.map +0 -1
- package/dist/chunk-L2L5CKC2.js +0 -291
- package/dist/chunk-L2L5CKC2.js.map +0 -1
- package/dist/chunk-M5CHZ5BA.js +0 -124
- package/dist/chunk-M5CHZ5BA.js.map +0 -1
- package/dist/chunk-MEK4RSGC.js +0 -65
- package/dist/chunk-MEK4RSGC.js.map +0 -1
- package/dist/chunk-MEKWH3GS.js +0 -89
- package/dist/chunk-MEKWH3GS.js.map +0 -1
- package/dist/chunk-MFTX2DDQ.js +0 -27
- package/dist/chunk-MFTX2DDQ.js.map +0 -1
- package/dist/chunk-MMC6M35Q.cjs.map +0 -1
- package/dist/chunk-NMH43BDC.js +0 -130
- package/dist/chunk-NMH43BDC.js.map +0 -1
- package/dist/chunk-NORDUD2T.cjs +0 -135
- package/dist/chunk-NORDUD2T.cjs.map +0 -1
- package/dist/chunk-NV4JOKWL.cjs +0 -197
- package/dist/chunk-NV4JOKWL.cjs.map +0 -1
- package/dist/chunk-O2JG7WY5.cjs +0 -121
- package/dist/chunk-O2JG7WY5.cjs.map +0 -1
- package/dist/chunk-ONO2FTV4.cjs +0 -68
- package/dist/chunk-ONO2FTV4.cjs.map +0 -1
- package/dist/chunk-OQB6HIUL.cjs +0 -108
- package/dist/chunk-OQB6HIUL.cjs.map +0 -1
- package/dist/chunk-OS6CMYAS.cjs +0 -79
- package/dist/chunk-OS6CMYAS.cjs.map +0 -1
- package/dist/chunk-PYURPUTV.js +0 -402
- package/dist/chunk-PYURPUTV.js.map +0 -1
- package/dist/chunk-RJ3HYZ7S.js +0 -44
- package/dist/chunk-RJ3HYZ7S.js.map +0 -1
- package/dist/chunk-RZNRIOLT.js +0 -128
- package/dist/chunk-RZNRIOLT.js.map +0 -1
- package/dist/chunk-S3T2L6NA.js +0 -38
- package/dist/chunk-S3T2L6NA.js.map +0 -1
- package/dist/chunk-S5IPJQZ3.cjs +0 -161
- package/dist/chunk-S5IPJQZ3.cjs.map +0 -1
- package/dist/chunk-SB5DSYR5.js.map +0 -1
- package/dist/chunk-SFXV2DUH.js +0 -106
- package/dist/chunk-SFXV2DUH.js.map +0 -1
- package/dist/chunk-SXEPGD4Z.cjs +0 -152
- package/dist/chunk-SXEPGD4Z.cjs.map +0 -1
- package/dist/chunk-SXWSOU3Y.js +0 -89
- package/dist/chunk-SXWSOU3Y.js.map +0 -1
- package/dist/chunk-SZMVOHT7.cjs +0 -107
- package/dist/chunk-SZMVOHT7.cjs.map +0 -1
- package/dist/chunk-TWJXOV4C.js +0 -145
- package/dist/chunk-TWJXOV4C.js.map +0 -1
- package/dist/chunk-U3ADRIVO.cjs +0 -434
- package/dist/chunk-U3ADRIVO.cjs.map +0 -1
- package/dist/chunk-U5FLLCGC.cjs +0 -151
- package/dist/chunk-U5FLLCGC.cjs.map +0 -1
- package/dist/chunk-UOZN45G4.cjs +0 -130
- package/dist/chunk-UOZN45G4.cjs.map +0 -1
- package/dist/chunk-VHLDOG74.cjs +0 -167
- package/dist/chunk-VHLDOG74.cjs.map +0 -1
- package/dist/chunk-YC5KLN6I.js +0 -139
- package/dist/chunk-YC5KLN6I.js.map +0 -1
- package/dist/chunk-YENXXYUV.cjs +0 -111
- package/dist/chunk-YENXXYUV.cjs.map +0 -1
- package/dist/chunk-YFQWC2PW.js +0 -113
- package/dist/chunk-YFQWC2PW.js.map +0 -1
- package/dist/chunk-Z2TY4A75.cjs +0 -700
- package/dist/chunk-Z2TY4A75.cjs.map +0 -1
- package/dist/chunk-Z56O7UEU.cjs +0 -136
- package/dist/chunk-Z56O7UEU.cjs.map +0 -1
- package/dist/chunk-ZBZDR4ZC.js +0 -106
- package/dist/chunk-ZBZDR4ZC.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import { S as SupportedLocale } from './utils-DlXWmDZ-.js';
|
|
2
2
|
export { c as cn, a as convertToLocalNumbers, e as formatAbsoluteTime, f as formatLargeNumber, b as formatNumber, d as formatRelativeTime } from './utils-DlXWmDZ-.js';
|
|
3
|
-
import { A as ActionStatusKey, a as ActionTypeKey, E as EntityHealthKey, J as JobStatusKey, b as EmotionKey, F as FlowKey, S as StageStatusKey, c as StatusKey, d as SeverityKey } from './i18n-
|
|
4
|
-
export { p as ACTION_STATUS_KEYS, w as ACTION_TYPE_KEYS, f as EMOTION_KEYS, z as ENTITY_HEALTH_KEYS, h as FLOW_KEYS, m as JOB_STATUS_KEYS, L as Locale, u as STAGE_STATUS_KEYS, G as UIStringKeys, H as UIStrings, U as UI_STRINGS, q as actionStatusLabels, x as actionTypeLabels, y as actionTypeVerbs, g as emotionLabels, e as engagementUiTranslations, B as entityHealthLabels, C as entityHealthPriority, j as flowLabels, r as formatRelativeLocaleTime, t as formatTimeRemaining, I as getUIStrings, o as isActiveJobStatus, D as isCriticalEntityHealth, i as isRTL, n as jobStatusLabels, s as sentimentLabels, l as severityLabels, v as stageStatusLabels, k as statusLabels } from './i18n-
|
|
3
|
+
import { A as ActionStatusKey, a as ActionTypeKey, E as EntityHealthKey, J as JobStatusKey, b as EmotionKey, F as FlowKey, S as StageStatusKey, c as StatusKey, d as SeverityKey } from './i18n-ewyqbKM-.js';
|
|
4
|
+
export { p as ACTION_STATUS_KEYS, w as ACTION_TYPE_KEYS, f as EMOTION_KEYS, z as ENTITY_HEALTH_KEYS, h as FLOW_KEYS, m as JOB_STATUS_KEYS, L as Locale, u as STAGE_STATUS_KEYS, G as UIStringKeys, H as UIStrings, U as UI_STRINGS, q as actionStatusLabels, x as actionTypeLabels, y as actionTypeVerbs, g as emotionLabels, e as engagementUiTranslations, B as entityHealthLabels, C as entityHealthPriority, j as flowLabels, r as formatRelativeLocaleTime, t as formatTimeRemaining, I as getUIStrings, o as isActiveJobStatus, D as isCriticalEntityHealth, i as isRTL, n as jobStatusLabels, s as sentimentLabels, l as severityLabels, v as stageStatusLabels, k as statusLabels } from './i18n-ewyqbKM-.js';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import { LucideIcon } from 'lucide-react';
|
|
7
|
-
|
|
8
|
-
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
7
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './components/ui/accordion.js';
|
|
9
8
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
10
9
|
import { VariantProps } from 'class-variance-authority';
|
|
11
|
-
|
|
10
|
+
export { Alert, AlertDescription, AlertTitle } from './components/ui/alert.js';
|
|
11
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './components/ui/alert-dialog.js';
|
|
12
12
|
export { AlertChannel, AlertRuleCard, AlertRuleCardProps } from './components/ui/alert-rule-card.js';
|
|
13
|
+
export { AppBar, AppBarProps, appBarVariants } from './components/ui/app-bar.js';
|
|
14
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
13
15
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
14
16
|
export { Avatar, AvatarFallback, AvatarImage } from './components/ui/avatar.js';
|
|
15
17
|
export { Badge, BadgeProps, badgeVariants } from './components/ui/badge.js';
|
|
18
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './components/ui/breadcrumb.js';
|
|
19
|
+
export { PartoLogo, PartoLogoProps } from './components/brand/parto-logo.js';
|
|
16
20
|
import { Button, ButtonProps } from './components/ui/button.js';
|
|
17
21
|
export { ButtonVariantProps, LoadingVariantProps, buttonVariants } from './components/ui/button.js';
|
|
18
22
|
import { Separator } from './components/ui/separator.js';
|
|
19
23
|
export { Calendar, CalendarProps } from './components/ui/calendar.js';
|
|
20
24
|
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardProps, CardTitle, cardVariants } from './components/ui/card.js';
|
|
21
25
|
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
22
|
-
|
|
26
|
+
export { Checkbox } from './components/ui/checkbox.js';
|
|
23
27
|
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
24
28
|
import { Command as Command$1 } from 'cmdk';
|
|
25
29
|
import { Dialog } from './components/ui/dialog.js';
|
|
@@ -27,43 +31,45 @@ export { DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHead
|
|
|
27
31
|
import { HotkeyCombo } from './hooks/use-hotkeys.js';
|
|
28
32
|
export { UseHotkeysOptions, formatHotkey, useHotkeys } from './hooks/use-hotkeys.js';
|
|
29
33
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
30
|
-
import { S as SentimentData, F as FlowData } from './concept-card-
|
|
31
|
-
export { C as ConceptCard, a as ConceptCardProps, b as FlowDistribution, c as FlowDistributionProps, d as SentimentDistribution, e as SentimentDistributionProps } from './concept-card-
|
|
34
|
+
import { S as SentimentData, F as FlowData } from './concept-card-BoJ5gIJD.js';
|
|
35
|
+
export { C as ConceptCard, a as ConceptCardProps, b as FlowDistribution, c as FlowDistributionProps, d as SentimentDistribution, e as SentimentDistributionProps } from './concept-card-BoJ5gIJD.js';
|
|
32
36
|
import { DateRange } from 'react-day-picker';
|
|
33
37
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
34
|
-
|
|
35
|
-
import
|
|
38
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/ui/dropdown-menu.js';
|
|
39
|
+
import { Label } from './components/ui/label.js';
|
|
36
40
|
import { FilterStateShape } from './components/ui/filter-provider.js';
|
|
37
41
|
export { FilterContextValue, FilterProvider, FilterProviderProps, useFilterState, useFilterStateOptional } from './components/ui/filter-provider.js';
|
|
38
|
-
import * as react_hook_form from 'react-hook-form';
|
|
39
|
-
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
40
|
-
import { Slot } from '@radix-ui/react-slot';
|
|
41
42
|
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
42
43
|
import { InputProps, Input, InputVariants } from './components/ui/input.js';
|
|
43
44
|
export { inputVariants } from './components/ui/input.js';
|
|
45
|
+
export { PasswordInput, PasswordInputProps } from './components/ui/password-input.js';
|
|
44
46
|
export { IranProvinceCell, IranProvinceHeat, IranProvinceHeatProps, IranProvinceHeatScale } from './components/ui/iran-province-heat.js';
|
|
45
47
|
import { OTPInput } from 'input-otp';
|
|
46
48
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
47
49
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
48
|
-
|
|
49
|
-
export {
|
|
50
|
+
export { d as BotDetectionData, c as BotDetectionKey, B as BotDetectionMeter, e as BotDetectionMeterProps, P as PageCard, a as PageCardContentMix, b as PageCardProps } from './page-card-DAnbez_f.js';
|
|
51
|
+
export { PageHeader, PageHeaderProps } from './components/ui/page-header.js';
|
|
50
52
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './components/ui/popover.js';
|
|
51
|
-
import
|
|
52
|
-
|
|
53
|
+
import { SocialPlatform } from './components/ui/social-platform-badge.js';
|
|
54
|
+
export { SocialPlatformBadge, SocialPlatformBadgeProps, socialPlatformBadgeVariants } from './components/ui/social-platform-badge.js';
|
|
55
|
+
export { Progress, ProgressProps } from './components/ui/progress.js';
|
|
56
|
+
export { RadioGroup, RadioGroupItem } from './components/ui/radio-group.js';
|
|
57
|
+
export { RadioCardDescription, RadioCardItem, RadioCardTitle, RadioCards } from './components/ui/radio-card.js';
|
|
53
58
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
54
|
-
|
|
55
|
-
|
|
59
|
+
export { ScrollArea, ScrollBar } from './components/ui/scroll-area.js';
|
|
60
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectTriggerVariants, SelectValue } from './components/ui/select.js';
|
|
56
61
|
export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './components/ui/sheet.js';
|
|
57
62
|
import { TooltipContent } from './components/ui/tooltip.js';
|
|
58
63
|
export { Tooltip, TooltipProvider, TooltipTrigger } from './components/ui/tooltip.js';
|
|
64
|
+
export { AvatarTextSkeleton, AvatarTextSkeletonProps, CardSkeleton, CardSkeletonProps, ChartSkeleton, ChartSkeletonProps, FormRowSkeleton, FormRowSkeletonProps, MetricCardSkeleton, MetricCardSkeletonProps, Skeleton, SkeletonProps, TableRowSkeleton, TableRowSkeletonProps, TableSkeleton, TableSkeletonProps } from './components/ui/skeleton.js';
|
|
59
65
|
export { Sparkline, SparklineProps, SparklineTrend, SparklineVariant } from './components/ui/sparkline.js';
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
export { Slider } from './components/ui/slider.js';
|
|
67
|
+
export { PartoToasterProps, SONNER_DEFAULT_DURATION, Toaster } from './components/ui/sonner.js';
|
|
68
|
+
export { Switch, SwitchProps } from './components/ui/switch.js';
|
|
69
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableSortHeader } from './components/ui/table.js';
|
|
70
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './components/ui/tabs.js';
|
|
71
|
+
export { Textarea } from './components/ui/textarea.js';
|
|
72
|
+
export { T as Toggle, a as ToggleGroup, b as ToggleGroupItem, t as toggleVariants } from './toggle-group-B8r4LOQw.js';
|
|
67
73
|
import { DataTableColumn, DataTableColumnVisibility } from './components/ui/data-table.js';
|
|
68
74
|
export { DataTable, DataTableExpansion, DataTableMultiSort, DataTablePagination, DataTableProps, DataTableSelection, DataTableSort, SortDirection, SortRule } from './components/ui/data-table.js';
|
|
69
75
|
export { SavedQueryCard, SavedQueryCardProps, SavedQueryFilter } from './components/ui/saved-query-card.js';
|
|
@@ -73,13 +79,28 @@ export { PartoPieChart, PartoPieChartProps } from './components/charts/PartoPieC
|
|
|
73
79
|
export { PartoAreaChart, PartoAreaChartProps } from './components/charts/PartoAreaChart.js';
|
|
74
80
|
import { RegisteredHotkey } from './hooks/use-hotkey-registry.js';
|
|
75
81
|
export { HotkeyProvider, HotkeyProviderProps, useHotkey, useHotkeyRegistry } from './hooks/use-hotkey-registry.js';
|
|
82
|
+
export { toast } from 'sonner';
|
|
76
83
|
import 'clsx';
|
|
84
|
+
import '@radix-ui/react-accordion';
|
|
85
|
+
import '@radix-ui/react-alert-dialog';
|
|
77
86
|
import '@radix-ui/react-avatar';
|
|
78
87
|
import '@radix-ui/react-separator';
|
|
79
88
|
import 'react-day-picker/persian';
|
|
89
|
+
import '@radix-ui/react-checkbox';
|
|
80
90
|
import '@radix-ui/react-dialog';
|
|
91
|
+
import '@radix-ui/react-dropdown-menu';
|
|
92
|
+
import '@radix-ui/react-label';
|
|
81
93
|
import '@radix-ui/react-popover';
|
|
94
|
+
import '@radix-ui/react-progress';
|
|
95
|
+
import '@radix-ui/react-radio-group';
|
|
96
|
+
import '@radix-ui/react-scroll-area';
|
|
97
|
+
import '@radix-ui/react-select';
|
|
82
98
|
import '@radix-ui/react-tooltip';
|
|
99
|
+
import '@radix-ui/react-slider';
|
|
100
|
+
import '@radix-ui/react-switch';
|
|
101
|
+
import '@radix-ui/react-tabs';
|
|
102
|
+
import '@radix-ui/react-toggle-group';
|
|
103
|
+
import '@radix-ui/react-toggle';
|
|
83
104
|
|
|
84
105
|
/**
|
|
85
106
|
* Persian (Jalali / Solar Hijri) calendar utilities.
|
|
@@ -302,23 +323,6 @@ type Icon = LucideIcon;
|
|
|
302
323
|
*/
|
|
303
324
|
declare const Icons: Record<string, React$1.FC<React$1.SVGProps<SVGSVGElement>> | LucideIcon>;
|
|
304
325
|
|
|
305
|
-
declare function Accordion({ ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
306
|
-
declare namespace Accordion {
|
|
307
|
-
var displayName: string;
|
|
308
|
-
}
|
|
309
|
-
declare function AccordionItem({ className, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime.JSX.Element;
|
|
310
|
-
declare namespace AccordionItem {
|
|
311
|
-
var displayName: string;
|
|
312
|
-
}
|
|
313
|
-
declare function AccordionTrigger({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
314
|
-
declare namespace AccordionTrigger {
|
|
315
|
-
var displayName: string;
|
|
316
|
-
}
|
|
317
|
-
declare function AccordionContent({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
318
|
-
declare namespace AccordionContent {
|
|
319
|
-
var displayName: string;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
326
|
interface ActionTimelineItemData {
|
|
323
327
|
/** Stable identifier */
|
|
324
328
|
id: string;
|
|
@@ -398,24 +402,6 @@ interface ActionTypeChipProps extends Omit<React$1.HTMLAttributes<HTMLSpanElemen
|
|
|
398
402
|
}
|
|
399
403
|
declare const ActionTypeChip: React$1.ForwardRefExoticComponent<ActionTypeChipProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
400
404
|
|
|
401
|
-
declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
402
|
-
variant?: "warning" | "success" | "info" | "default" | "destructive" | null | undefined;
|
|
403
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
|
|
404
|
-
declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
405
|
-
declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
406
|
-
|
|
407
|
-
declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
408
|
-
declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
409
|
-
declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
|
|
410
|
-
declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
|
|
411
|
-
declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
412
|
-
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
413
|
-
declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
414
|
-
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
415
|
-
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
416
|
-
declare const AlertDialogAction: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
417
|
-
declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
418
|
-
|
|
419
405
|
interface AutocompleteItem {
|
|
420
406
|
value: string;
|
|
421
407
|
label: string;
|
|
@@ -629,23 +615,6 @@ interface UserAutocompleteProps extends Omit<React$1.InputHTMLAttributes<HTMLInp
|
|
|
629
615
|
}
|
|
630
616
|
declare const UserAutocomplete: React$1.ForwardRefExoticComponent<UserAutocompleteProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
631
617
|
|
|
632
|
-
declare const appBarVariants: (props?: ({
|
|
633
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
634
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
635
|
-
interface AppBarProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof appBarVariants> {
|
|
636
|
-
/** Logo or brand mark — rendered at the inline-start */
|
|
637
|
-
logo?: React$1.ReactNode;
|
|
638
|
-
/** Primary navigation links — rendered after logo */
|
|
639
|
-
nav?: React$1.ReactNode;
|
|
640
|
-
/** Search input or trigger — rendered in the center area */
|
|
641
|
-
search?: React$1.ReactNode;
|
|
642
|
-
/** Action buttons (notifications, help, etc.) — rendered before user slot */
|
|
643
|
-
actions?: React$1.ReactNode;
|
|
644
|
-
/** User avatar / menu — rendered at the inline-end */
|
|
645
|
-
user?: React$1.ReactNode;
|
|
646
|
-
}
|
|
647
|
-
declare const AppBar: React$1.ForwardRefExoticComponent<AppBarProps & React$1.RefAttributes<HTMLElement>>;
|
|
648
|
-
|
|
649
618
|
declare function AspectRatio({ className, ...props }: React$1.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
650
619
|
declare namespace AspectRatio {
|
|
651
620
|
var displayName: string;
|
|
@@ -682,37 +651,6 @@ interface BannerProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantPro
|
|
|
682
651
|
}
|
|
683
652
|
declare const Banner: React$1.ForwardRefExoticComponent<BannerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
684
653
|
|
|
685
|
-
declare function Breadcrumb({ ...props }: React$1.ComponentProps<'nav'>): react_jsx_runtime.JSX.Element;
|
|
686
|
-
declare namespace Breadcrumb {
|
|
687
|
-
var displayName: string;
|
|
688
|
-
}
|
|
689
|
-
declare function BreadcrumbList({ className, dir, ...props }: React$1.ComponentProps<'ol'>): react_jsx_runtime.JSX.Element;
|
|
690
|
-
declare namespace BreadcrumbList {
|
|
691
|
-
var displayName: string;
|
|
692
|
-
}
|
|
693
|
-
declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
694
|
-
declare namespace BreadcrumbItem {
|
|
695
|
-
var displayName: string;
|
|
696
|
-
}
|
|
697
|
-
declare function BreadcrumbLink({ asChild, className, ...props }: React$1.ComponentProps<'a'> & {
|
|
698
|
-
asChild?: boolean;
|
|
699
|
-
}): react_jsx_runtime.JSX.Element;
|
|
700
|
-
declare namespace BreadcrumbLink {
|
|
701
|
-
var displayName: string;
|
|
702
|
-
}
|
|
703
|
-
declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
|
|
704
|
-
declare namespace BreadcrumbPage {
|
|
705
|
-
var displayName: string;
|
|
706
|
-
}
|
|
707
|
-
declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
708
|
-
declare namespace BreadcrumbSeparator {
|
|
709
|
-
var displayName: string;
|
|
710
|
-
}
|
|
711
|
-
declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
|
|
712
|
-
declare namespace BreadcrumbEllipsis {
|
|
713
|
-
var displayName: string;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
654
|
declare const buttonGroupVariants: (props?: ({
|
|
717
655
|
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
718
656
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -762,8 +700,6 @@ declare namespace CarouselNext {
|
|
|
762
700
|
var displayName: string;
|
|
763
701
|
}
|
|
764
702
|
|
|
765
|
-
declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
766
|
-
|
|
767
703
|
interface CircularProgressProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
768
704
|
/** Progress value 0-100 */
|
|
769
705
|
value: number;
|
|
@@ -1649,74 +1585,6 @@ declare namespace DrawerDescription {
|
|
|
1649
1585
|
var displayName: string;
|
|
1650
1586
|
}
|
|
1651
1587
|
|
|
1652
|
-
declare function DropdownMenu({ dir, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1653
|
-
declare namespace DropdownMenu {
|
|
1654
|
-
var displayName: string;
|
|
1655
|
-
}
|
|
1656
|
-
declare function DropdownMenuPortal({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
|
|
1657
|
-
declare namespace DropdownMenuPortal {
|
|
1658
|
-
var displayName: string;
|
|
1659
|
-
}
|
|
1660
|
-
declare function DropdownMenuTrigger({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1661
|
-
declare namespace DropdownMenuTrigger {
|
|
1662
|
-
var displayName: string;
|
|
1663
|
-
}
|
|
1664
|
-
declare function DropdownMenuContent({ className, sideOffset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
1665
|
-
declare namespace DropdownMenuContent {
|
|
1666
|
-
var displayName: string;
|
|
1667
|
-
}
|
|
1668
|
-
declare function DropdownMenuGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
|
|
1669
|
-
declare namespace DropdownMenuGroup {
|
|
1670
|
-
var displayName: string;
|
|
1671
|
-
}
|
|
1672
|
-
declare function DropdownMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
1673
|
-
inset?: boolean;
|
|
1674
|
-
variant?: 'default' | 'destructive';
|
|
1675
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1676
|
-
declare namespace DropdownMenuItem {
|
|
1677
|
-
var displayName: string;
|
|
1678
|
-
}
|
|
1679
|
-
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
|
|
1680
|
-
declare namespace DropdownMenuCheckboxItem {
|
|
1681
|
-
var displayName: string;
|
|
1682
|
-
}
|
|
1683
|
-
declare function DropdownMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
|
|
1684
|
-
declare namespace DropdownMenuRadioGroup {
|
|
1685
|
-
var displayName: string;
|
|
1686
|
-
}
|
|
1687
|
-
declare function DropdownMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
|
|
1688
|
-
declare namespace DropdownMenuRadioItem {
|
|
1689
|
-
var displayName: string;
|
|
1690
|
-
}
|
|
1691
|
-
declare function DropdownMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
1692
|
-
inset?: boolean;
|
|
1693
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1694
|
-
declare namespace DropdownMenuLabel {
|
|
1695
|
-
var displayName: string;
|
|
1696
|
-
}
|
|
1697
|
-
declare function DropdownMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
|
|
1698
|
-
declare namespace DropdownMenuSeparator {
|
|
1699
|
-
var displayName: string;
|
|
1700
|
-
}
|
|
1701
|
-
declare function DropdownMenuShortcut({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
|
|
1702
|
-
declare namespace DropdownMenuShortcut {
|
|
1703
|
-
var displayName: string;
|
|
1704
|
-
}
|
|
1705
|
-
declare function DropdownMenuSub({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
|
|
1706
|
-
declare namespace DropdownMenuSub {
|
|
1707
|
-
var displayName: string;
|
|
1708
|
-
}
|
|
1709
|
-
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
1710
|
-
inset?: boolean;
|
|
1711
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1712
|
-
declare namespace DropdownMenuSubTrigger {
|
|
1713
|
-
var displayName: string;
|
|
1714
|
-
}
|
|
1715
|
-
declare function DropdownMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
|
|
1716
|
-
declare namespace DropdownMenuSubContent {
|
|
1717
|
-
var displayName: string;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
1588
|
interface EmptyProps extends React$1.ComponentProps<'div'> {
|
|
1721
1589
|
/** Minimum height of the empty state container. @default "400px" */
|
|
1722
1590
|
minHeight?: string;
|
|
@@ -1767,11 +1635,6 @@ interface ErrorStateProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
1767
1635
|
}
|
|
1768
1636
|
declare const ErrorState: React$1.ForwardRefExoticComponent<ErrorStateProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1769
1637
|
|
|
1770
|
-
declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1771
|
-
declare namespace Label {
|
|
1772
|
-
var displayName: string;
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
1638
|
declare const FieldSet: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "ref"> & React$1.RefAttributes<HTMLFieldSetElement>>;
|
|
1776
1639
|
declare const FieldLegend: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLLegendElement> & React$1.HTMLAttributes<HTMLLegendElement> & {
|
|
1777
1640
|
variant?: "legend" | "label";
|
|
@@ -1913,44 +1776,6 @@ interface ActiveFiltersClearAllProps extends Omit<React$1.ButtonHTMLAttributes<H
|
|
|
1913
1776
|
}
|
|
1914
1777
|
declare const ActiveFiltersClearAll: React$1.ForwardRefExoticComponent<ActiveFiltersClearAllProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1915
1778
|
|
|
1916
|
-
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
1917
|
-
declare const FormField: {
|
|
1918
|
-
<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
|
|
1919
|
-
displayName: string;
|
|
1920
|
-
};
|
|
1921
|
-
declare const useFormField: () => {
|
|
1922
|
-
invalid: boolean;
|
|
1923
|
-
isDirty: boolean;
|
|
1924
|
-
isTouched: boolean;
|
|
1925
|
-
isValidating: boolean;
|
|
1926
|
-
error?: react_hook_form.FieldError;
|
|
1927
|
-
id: string;
|
|
1928
|
-
name: string;
|
|
1929
|
-
formItemId: string;
|
|
1930
|
-
formDescriptionId: string;
|
|
1931
|
-
formMessageId: string;
|
|
1932
|
-
};
|
|
1933
|
-
declare function FormItem({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
1934
|
-
declare namespace FormItem {
|
|
1935
|
-
var displayName: string;
|
|
1936
|
-
}
|
|
1937
|
-
declare function FormLabel({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1938
|
-
declare namespace FormLabel {
|
|
1939
|
-
var displayName: string;
|
|
1940
|
-
}
|
|
1941
|
-
declare function FormControl({ ...props }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime.JSX.Element;
|
|
1942
|
-
declare namespace FormControl {
|
|
1943
|
-
var displayName: string;
|
|
1944
|
-
}
|
|
1945
|
-
declare function FormDescription({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
|
|
1946
|
-
declare namespace FormDescription {
|
|
1947
|
-
var displayName: string;
|
|
1948
|
-
}
|
|
1949
|
-
declare function FormMessage({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element | null;
|
|
1950
|
-
declare namespace FormMessage {
|
|
1951
|
-
var displayName: string;
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
1779
|
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1955
1780
|
declare namespace HoverCard {
|
|
1956
1781
|
var displayName: string;
|
|
@@ -2728,22 +2553,6 @@ declare namespace NavigationMenuIndicator {
|
|
|
2728
2553
|
var displayName: string;
|
|
2729
2554
|
}
|
|
2730
2555
|
|
|
2731
|
-
interface PageHeaderProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
2732
|
-
/** Page title */
|
|
2733
|
-
title: string;
|
|
2734
|
-
/** Optional description below title */
|
|
2735
|
-
description?: string;
|
|
2736
|
-
/** Back button callback. When provided, shows a back arrow. */
|
|
2737
|
-
onBack?: () => void;
|
|
2738
|
-
/** Actions slot (buttons, etc.) rendered at inline-end */
|
|
2739
|
-
actions?: React$1.ReactNode;
|
|
2740
|
-
/** Breadcrumb slot rendered above the title */
|
|
2741
|
-
breadcrumbs?: React$1.ReactNode;
|
|
2742
|
-
/** Locale @default "fa" */
|
|
2743
|
-
locale?: SupportedLocale;
|
|
2744
|
-
}
|
|
2745
|
-
declare const PageHeader: React$1.ForwardRefExoticComponent<PageHeaderProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2746
|
-
|
|
2747
2556
|
declare function Pagination({ className, dir, children, ...props }: React$1.ComponentProps<'nav'>): react_jsx_runtime.JSX.Element;
|
|
2748
2557
|
declare namespace Pagination {
|
|
2749
2558
|
var displayName: string;
|
|
@@ -2968,13 +2777,17 @@ declare function sourceCategory(source: PostSource): PostSourceCategory;
|
|
|
2968
2777
|
*/
|
|
2969
2778
|
type PostPlatform = SocialPlatform;
|
|
2970
2779
|
/**
|
|
2971
|
-
*
|
|
2972
|
-
*
|
|
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)
|
|
2973
2784
|
*/
|
|
2974
2785
|
type PostView = 'compact' | 'comfortable' | 'grid';
|
|
2975
2786
|
/**
|
|
2976
|
-
*
|
|
2977
|
-
* (
|
|
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.
|
|
2978
2791
|
*/
|
|
2979
2792
|
type PostDensity = 'compact' | 'comfortable';
|
|
2980
2793
|
type PostSentiment = 'positive' | 'negative' | 'neutral' | 'mixed';
|
|
@@ -3517,10 +3330,8 @@ declare const postCardVariants: (props?: ({
|
|
|
3517
3330
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3518
3331
|
interface PostCardProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'onSelect'>, VariantProps<typeof postCardVariants> {
|
|
3519
3332
|
post: PostData;
|
|
3520
|
-
/** Layout mode
|
|
3333
|
+
/** Layout mode — `compact` (dense row) · `comfortable` (full card) · `grid` (media tile). */
|
|
3521
3334
|
view?: PostView;
|
|
3522
|
-
/** @deprecated Use `view` instead. */
|
|
3523
|
-
density?: PostDensity;
|
|
3524
3335
|
selected?: boolean;
|
|
3525
3336
|
/** True when the card represents the post currently open in the details drawer. */
|
|
3526
3337
|
active?: boolean;
|
|
@@ -3829,10 +3640,6 @@ interface PostListProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'on
|
|
|
3829
3640
|
/** Controlled view. If omitted, the list manages its own state (persisted to localStorage). */
|
|
3830
3641
|
view?: PostView;
|
|
3831
3642
|
onViewChange?: (view: PostView) => void;
|
|
3832
|
-
/** @deprecated Use `view` instead. */
|
|
3833
|
-
density?: PostDensity;
|
|
3834
|
-
/** @deprecated Use `onViewChange` instead. */
|
|
3835
|
-
onDensityChange?: (density: PostDensity) => void;
|
|
3836
3643
|
/** ID of the currently open/selected post (for URL deep-linking). */
|
|
3837
3644
|
activeId?: string;
|
|
3838
3645
|
/** IDs of posts that have been visited (visual "read" state). */
|
|
@@ -4238,18 +4045,6 @@ interface EngagementRateBarProps extends React$1.HTMLAttributes<HTMLDivElement>
|
|
|
4238
4045
|
}
|
|
4239
4046
|
declare const EngagementRateBar: React$1.ForwardRefExoticComponent<EngagementRateBarProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
4240
4047
|
|
|
4241
|
-
declare const progressVariants: (props?: ({
|
|
4242
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
4243
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4244
|
-
declare const progressIndicatorVariants: (props?: ({
|
|
4245
|
-
variant?: "warning" | "success" | "destructive" | "primary" | "secondary" | null | undefined;
|
|
4246
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4247
|
-
interface ProgressProps extends React$1.ComponentProps<typeof ProgressPrimitive.Root>, VariantProps<typeof progressVariants>, VariantProps<typeof progressIndicatorVariants> {
|
|
4248
|
-
label?: string;
|
|
4249
|
-
showValue?: boolean;
|
|
4250
|
-
}
|
|
4251
|
-
declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4252
|
-
|
|
4253
4048
|
interface QuotaThresholds {
|
|
4254
4049
|
/** Ratio (0..1) at which bar turns amber. @default 0.7 */
|
|
4255
4050
|
amber: number;
|
|
@@ -4297,9 +4092,6 @@ interface QuotaProgressBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
4297
4092
|
}
|
|
4298
4093
|
declare const QuotaProgressBar: React$1.ForwardRefExoticComponent<QuotaProgressBarProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
4299
4094
|
|
|
4300
|
-
declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4301
|
-
declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4302
|
-
|
|
4303
4095
|
interface RateLimitBannerProps extends Omit<BannerProps, 'variant' | 'icon' | 'action' | 'children'> {
|
|
4304
4096
|
/** When the cooldown ends — Date, ISO string, or epoch ms */
|
|
4305
4097
|
resumeAt: Date | string | number;
|
|
@@ -4326,14 +4118,6 @@ interface RateLimitBannerProps extends Omit<BannerProps, 'variant' | 'icon' | 'a
|
|
|
4326
4118
|
}
|
|
4327
4119
|
declare const RateLimitBanner: React$1.ForwardRefExoticComponent<RateLimitBannerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
4328
4120
|
|
|
4329
|
-
declare const RadioCards: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
4330
|
-
columns?: number;
|
|
4331
|
-
dir?: "rtl" | "ltr";
|
|
4332
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
4333
|
-
declare const RadioCardItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4334
|
-
declare const RadioCardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
4335
|
-
declare const RadioCardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
4336
|
-
|
|
4337
4121
|
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element;
|
|
4338
4122
|
declare namespace ResizablePanelGroup {
|
|
4339
4123
|
var displayName: string;
|
|
@@ -4349,37 +4133,6 @@ declare namespace ResizableHandle {
|
|
|
4349
4133
|
var displayName: string;
|
|
4350
4134
|
}
|
|
4351
4135
|
|
|
4352
|
-
declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
4353
|
-
declare namespace ScrollArea {
|
|
4354
|
-
var displayName: string;
|
|
4355
|
-
}
|
|
4356
|
-
declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
|
|
4357
|
-
declare namespace ScrollBar {
|
|
4358
|
-
var displayName: string;
|
|
4359
|
-
}
|
|
4360
|
-
|
|
4361
|
-
declare const Select: {
|
|
4362
|
-
({ dir, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
4363
|
-
displayName: string;
|
|
4364
|
-
};
|
|
4365
|
-
declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
4366
|
-
declare const SelectValue: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & VariantProps<(props?: ({
|
|
4367
|
-
size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
4368
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
4369
|
-
/** @deprecated Use selectTriggerVariants instead */
|
|
4370
|
-
declare const SelectTriggerVariants: (props?: ({
|
|
4371
|
-
size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
4372
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4373
|
-
declare const SelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
4374
|
-
size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
4375
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4376
|
-
declare const SelectScrollUpButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4377
|
-
declare const SelectScrollDownButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4378
|
-
declare const SelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4379
|
-
declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4380
|
-
declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4381
|
-
declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4382
|
-
|
|
4383
4136
|
type SidebarContextProps = {
|
|
4384
4137
|
state: 'expanded' | 'collapsed';
|
|
4385
4138
|
open: boolean;
|
|
@@ -4503,103 +4256,6 @@ declare const AppLayout: React$1.ForwardRefExoticComponent<Omit<React$1.Detailed
|
|
|
4503
4256
|
declare const AppLayoutContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
|
|
4504
4257
|
declare const NavRailTrigger: React$1.ForwardRefExoticComponent<Omit<ButtonProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4505
4258
|
|
|
4506
|
-
declare const skeletonVariants: (props?: ({
|
|
4507
|
-
shape?: "circle" | "rect" | "line" | "text" | null | undefined;
|
|
4508
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
4509
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4510
|
-
interface SkeletonProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof skeletonVariants> {
|
|
4511
|
-
/**
|
|
4512
|
-
* تعداد عناصر skeleton برای نمایش (برای shape های line و text)
|
|
4513
|
-
* Number of skeleton elements to repeat (for line/text shapes)
|
|
4514
|
-
*/
|
|
4515
|
-
count?: number;
|
|
4516
|
-
}
|
|
4517
|
-
declare function Skeleton({ className, shape, size, count, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
|
|
4518
|
-
declare namespace Skeleton {
|
|
4519
|
-
var displayName: string;
|
|
4520
|
-
}
|
|
4521
|
-
interface MetricCardSkeletonProps {
|
|
4522
|
-
className?: string;
|
|
4523
|
-
}
|
|
4524
|
-
declare function MetricCardSkeleton({ className }: MetricCardSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
4525
|
-
declare namespace MetricCardSkeleton {
|
|
4526
|
-
var displayName: string;
|
|
4527
|
-
}
|
|
4528
|
-
interface ChartSkeletonProps$1 {
|
|
4529
|
-
className?: string;
|
|
4530
|
-
}
|
|
4531
|
-
declare function ChartSkeleton({ className }: ChartSkeletonProps$1): react_jsx_runtime.JSX.Element;
|
|
4532
|
-
declare namespace ChartSkeleton {
|
|
4533
|
-
var displayName: string;
|
|
4534
|
-
}
|
|
4535
|
-
interface TableSkeletonProps {
|
|
4536
|
-
rows?: number;
|
|
4537
|
-
className?: string;
|
|
4538
|
-
}
|
|
4539
|
-
declare function TableSkeleton({ rows, className }: TableSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
4540
|
-
declare namespace TableSkeleton {
|
|
4541
|
-
var displayName: string;
|
|
4542
|
-
}
|
|
4543
|
-
interface TableRowSkeletonProps {
|
|
4544
|
-
/** Number of cells in the row */
|
|
4545
|
-
cells?: number;
|
|
4546
|
-
className?: string;
|
|
4547
|
-
}
|
|
4548
|
-
declare function TableRowSkeleton({ cells, className }: TableRowSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
4549
|
-
declare namespace TableRowSkeleton {
|
|
4550
|
-
var displayName: string;
|
|
4551
|
-
}
|
|
4552
|
-
interface CardSkeletonProps {
|
|
4553
|
-
/** Show a leading image/thumbnail block @default false */
|
|
4554
|
-
withImage?: boolean;
|
|
4555
|
-
/** Aspect ratio of the image (when withImage) @default 'video' */
|
|
4556
|
-
imageAspect?: 'video' | 'square' | 'wide';
|
|
4557
|
-
/** Number of body lines @default 2 */
|
|
4558
|
-
bodyLines?: number;
|
|
4559
|
-
/** Show a footer row (button-shaped placeholder) @default false */
|
|
4560
|
-
withFooter?: boolean;
|
|
4561
|
-
className?: string;
|
|
4562
|
-
}
|
|
4563
|
-
declare function CardSkeleton({ withImage, imageAspect, bodyLines, withFooter, className, }: CardSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
4564
|
-
declare namespace CardSkeleton {
|
|
4565
|
-
var displayName: string;
|
|
4566
|
-
}
|
|
4567
|
-
interface AvatarTextSkeletonProps {
|
|
4568
|
-
/** Avatar size @default 'md' */
|
|
4569
|
-
size?: 'sm' | 'md' | 'lg';
|
|
4570
|
-
/** Number of text lines beside the avatar @default 2 */
|
|
4571
|
-
lines?: number;
|
|
4572
|
-
className?: string;
|
|
4573
|
-
}
|
|
4574
|
-
declare function AvatarTextSkeleton({ size, lines, className }: AvatarTextSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
4575
|
-
declare namespace AvatarTextSkeleton {
|
|
4576
|
-
var displayName: string;
|
|
4577
|
-
}
|
|
4578
|
-
interface FormRowSkeletonProps {
|
|
4579
|
-
/** Field shape — 'input' (one-line), 'textarea' (3-line), 'select' (input + chevron) */
|
|
4580
|
-
field?: 'input' | 'textarea' | 'select';
|
|
4581
|
-
/** Show help text line below input @default false */
|
|
4582
|
-
withHelp?: boolean;
|
|
4583
|
-
className?: string;
|
|
4584
|
-
}
|
|
4585
|
-
declare function FormRowSkeleton({ field, withHelp, className }: FormRowSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
4586
|
-
declare namespace FormRowSkeleton {
|
|
4587
|
-
var displayName: string;
|
|
4588
|
-
}
|
|
4589
|
-
|
|
4590
|
-
declare function Slider({ className, defaultValue, value, min, max, dir, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledBy, ...props }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
4591
|
-
declare namespace Slider {
|
|
4592
|
-
var displayName: string;
|
|
4593
|
-
}
|
|
4594
|
-
|
|
4595
|
-
type PartoToasterProps = ToasterProps;
|
|
4596
|
-
declare const Toaster: {
|
|
4597
|
-
({ className, ...props }: PartoToasterProps): react_jsx_runtime.JSX.Element;
|
|
4598
|
-
displayName: string;
|
|
4599
|
-
};
|
|
4600
|
-
|
|
4601
|
-
declare const SONNER_DEFAULT_DURATION = 4000;
|
|
4602
|
-
|
|
4603
4259
|
declare const spinnerVariants: (props?: ({
|
|
4604
4260
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
4605
4261
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -4607,105 +4263,6 @@ interface SpinnerProps extends React$1.HTMLAttributes<HTMLSpanElement>, VariantP
|
|
|
4607
4263
|
}
|
|
4608
4264
|
declare const Spinner: React$1.ForwardRefExoticComponent<SpinnerProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
4609
4265
|
|
|
4610
|
-
declare const switchRootVariants: (props?: ({
|
|
4611
|
-
size?: "medium" | "sm" | "md" | "lg" | "small" | "large" | null | undefined;
|
|
4612
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4613
|
-
interface SwitchProps extends React$1.ComponentPropsWithoutRef<typeof SwitchPrimitive.Root>, VariantProps<typeof switchRootVariants> {
|
|
4614
|
-
}
|
|
4615
|
-
declare const Switch: React$1.ForwardRefExoticComponent<SwitchProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4616
|
-
|
|
4617
|
-
interface TableProps extends React$1.ComponentProps<'table'> {
|
|
4618
|
-
/** Size variant affecting cell padding and font size */
|
|
4619
|
-
size?: 'sm' | 'md' | 'lg';
|
|
4620
|
-
/** Zebra-striped rows */
|
|
4621
|
-
striped?: boolean;
|
|
4622
|
-
/** Bordered cells */
|
|
4623
|
-
bordered?: boolean;
|
|
4624
|
-
/** Sticky header that stays visible when scrolling */
|
|
4625
|
-
stickyHeader?: boolean;
|
|
4626
|
-
}
|
|
4627
|
-
declare function Table({ className, size, striped, bordered, stickyHeader, ...props }: TableProps): react_jsx_runtime.JSX.Element;
|
|
4628
|
-
declare namespace Table {
|
|
4629
|
-
var displayName: string;
|
|
4630
|
-
}
|
|
4631
|
-
declare function TableHeader({ className, ...props }: React$1.ComponentProps<'thead'>): react_jsx_runtime.JSX.Element;
|
|
4632
|
-
declare namespace TableHeader {
|
|
4633
|
-
var displayName: string;
|
|
4634
|
-
}
|
|
4635
|
-
declare function TableBody({ className, ...props }: React$1.ComponentProps<'tbody'>): react_jsx_runtime.JSX.Element;
|
|
4636
|
-
declare namespace TableBody {
|
|
4637
|
-
var displayName: string;
|
|
4638
|
-
}
|
|
4639
|
-
declare function TableFooter({ className, ...props }: React$1.ComponentProps<'tfoot'>): react_jsx_runtime.JSX.Element;
|
|
4640
|
-
declare namespace TableFooter {
|
|
4641
|
-
var displayName: string;
|
|
4642
|
-
}
|
|
4643
|
-
declare function TableRow({ className, ...props }: React$1.ComponentProps<'tr'>): react_jsx_runtime.JSX.Element;
|
|
4644
|
-
declare namespace TableRow {
|
|
4645
|
-
var displayName: string;
|
|
4646
|
-
}
|
|
4647
|
-
interface TableHeadProps extends React$1.ComponentProps<'th'> {
|
|
4648
|
-
/** Sort direction — sets aria-sort on the <th> element */
|
|
4649
|
-
sortDirection?: 'asc' | 'desc' | 'none';
|
|
4650
|
-
}
|
|
4651
|
-
declare function TableHead({ className, sortDirection, ...props }: TableHeadProps): react_jsx_runtime.JSX.Element;
|
|
4652
|
-
declare namespace TableHead {
|
|
4653
|
-
var displayName: string;
|
|
4654
|
-
}
|
|
4655
|
-
declare function TableCell({ className, ...props }: React$1.ComponentProps<'td'>): react_jsx_runtime.JSX.Element;
|
|
4656
|
-
declare namespace TableCell {
|
|
4657
|
-
var displayName: string;
|
|
4658
|
-
}
|
|
4659
|
-
declare function TableCaption({ className, ...props }: React$1.ComponentProps<'caption'>): react_jsx_runtime.JSX.Element;
|
|
4660
|
-
declare namespace TableCaption {
|
|
4661
|
-
var displayName: string;
|
|
4662
|
-
}
|
|
4663
|
-
interface TableSortHeaderProps extends React$1.ComponentProps<'button'> {
|
|
4664
|
-
/** Current sort direction */
|
|
4665
|
-
sorted?: 'asc' | 'desc' | false;
|
|
4666
|
-
}
|
|
4667
|
-
declare function TableSortHeader({ className, children, sorted, ...props }: TableSortHeaderProps): react_jsx_runtime.JSX.Element;
|
|
4668
|
-
declare namespace TableSortHeader {
|
|
4669
|
-
var displayName: string;
|
|
4670
|
-
}
|
|
4671
|
-
|
|
4672
|
-
declare const Tabs: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4673
|
-
interface TabsListProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.List> {
|
|
4674
|
-
/** Visual variant */
|
|
4675
|
-
variant?: 'default' | 'underline' | 'outline';
|
|
4676
|
-
/** Size */
|
|
4677
|
-
size?: 'sm' | 'md' | 'lg';
|
|
4678
|
-
}
|
|
4679
|
-
declare const TabsList: React$1.ForwardRefExoticComponent<TabsListProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
4680
|
-
interface TabsTriggerProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger> {
|
|
4681
|
-
/** Icon rendered before the label */
|
|
4682
|
-
icon?: React$1.ReactNode;
|
|
4683
|
-
/** Badge/count rendered after the label */
|
|
4684
|
-
badge?: React$1.ReactNode;
|
|
4685
|
-
}
|
|
4686
|
-
declare const TabsTrigger: React$1.ForwardRefExoticComponent<TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4687
|
-
declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
4688
|
-
|
|
4689
|
-
declare const Textarea: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
4690
|
-
|
|
4691
|
-
declare const toggleVariants: (props?: ({
|
|
4692
|
-
variant?: "default" | "outline" | null | undefined;
|
|
4693
|
-
size?: "sm" | "lg" | "default" | null | undefined;
|
|
4694
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4695
|
-
declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
4696
|
-
declare namespace Toggle {
|
|
4697
|
-
var displayName: string;
|
|
4698
|
-
}
|
|
4699
|
-
|
|
4700
|
-
declare function ToggleGroup({ className, variant, size, children, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
4701
|
-
declare namespace ToggleGroup {
|
|
4702
|
-
var displayName: string;
|
|
4703
|
-
}
|
|
4704
|
-
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
4705
|
-
declare namespace ToggleGroupItem {
|
|
4706
|
-
var displayName: string;
|
|
4707
|
-
}
|
|
4708
|
-
|
|
4709
4266
|
type ViewMode = 'grid' | 'list';
|
|
4710
4267
|
interface ViewToggleProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
4711
4268
|
/** Current view mode */
|
|
@@ -5575,8 +5132,8 @@ interface TopPostsSectionProps extends ReportSectionShellProps {
|
|
|
5575
5132
|
posts: PostData[];
|
|
5576
5133
|
/** Render only the first N posts. @default 5 */
|
|
5577
5134
|
topN?: number;
|
|
5578
|
-
/**
|
|
5579
|
-
|
|
5135
|
+
/** View mode passed through to PostList. @default 'compact' */
|
|
5136
|
+
view?: 'compact' | 'comfortable' | 'grid';
|
|
5580
5137
|
locale?: SupportedLocale;
|
|
5581
5138
|
}
|
|
5582
5139
|
declare const TopPostsSection: React$1.ForwardRefExoticComponent<TopPostsSectionProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -5845,7 +5402,7 @@ declare const PartoSankeyChart: React$1.ForwardRefExoticComponent<PartoSankeyCha
|
|
|
5845
5402
|
* <ConceptPulseChart
|
|
5846
5403
|
* data={[{
|
|
5847
5404
|
* x: 30, y: 50, z: 200,
|
|
5848
|
-
* label: '
|
|
5405
|
+
* label: 'رونمایی گوشی جدید',
|
|
5849
5406
|
* composition: { 'pro-gov': 20, 'internal-critic': 60, 'external-opponent': 20 },
|
|
5850
5407
|
* }]}
|
|
5851
5408
|
* compositionScale="flow"
|
|
@@ -6469,4 +6026,4 @@ interface UseFilterPresetsReturn<T extends FilterStateShape> {
|
|
|
6469
6026
|
*/
|
|
6470
6027
|
declare function useFilterPresets<T extends FilterStateShape>(options: UseFilterPresetsOptions): UseFilterPresetsReturn<T>;
|
|
6471
6028
|
|
|
6472
|
-
export { ACTION_TYPE_META, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionStatusKey, ActionTimeline, type ActionTimelineDensity, type ActionTimelineGroupBy, ActionTimelineItem, type ActionTimelineItemData, type ActionTimelineItemProps, type ActionTimelineProps, ActionTypeChip, type ActionTypeChipProps, ActionTypeKey, ActiveFiltersBar, type ActiveFiltersBarProps, ActiveFiltersClearAll, type ActiveFiltersClearAllProps, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnimatedNumber, type AnimatedNumberProps, AppBar, type AppBarProps, AppLayout, AppLayoutContent, AspectRatio, type AsyncStatus, Autocomplete, type AutocompleteItem, type AutocompleteProps, AvatarGroup, type AvatarGroupItem, type AvatarGroupProps, AvatarTextSkeleton, type AvatarTextSkeletonProps, Banner, type BannerProps, type BenchmarkMarker, type BenchmarkTier, BlurBackdrop, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BulletinViewer, type BulletinViewerProps, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, ButtonProps, CENTERED_CONTAINER_CLS, CHART_FONT_FAMILY, COUNTRIES, CRITERION_TIER_KEYS, Callout, CalloutDescription, type CalloutProps, CalloutTitle, CardSkeleton, type CardSkeletonProps, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartGradientLegend, type ChartGradientLegendProps, ChartLegend, type ChartLegendItem, type ChartLegendProps, ChartLoadingSkeleton, ChartSkeleton, type ChartSkeletonProps$1 as ChartSkeletonProps, ChartTooltip, Checkbox, 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, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, 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, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, FormRowSkeleton, type FormRowSkeletonProps, 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, MetricCardSkeleton, type MetricCardSkeletonProps, 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, PageHeader, type PageHeaderProps, 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, type PartoToasterProps, 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, Progress, ProgressCell, type ProgressCellProps, type ProgressProps, type QuotaLevel, QuotaProgressBar, type QuotaProgressBarProps, type QuotaThresholds, RadioCardDescription, RadioCardItem, RadioCardTitle, RadioCards, RadioGroup, RadioGroupItem, 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, SONNER_DEFAULT_DURATION, SafeImage, type SafeImageProps, type SankeyLink, type SankeyNode, ScrollArea, ScrollBar, SearchInput, type SearchInputProps, type SectionItem, SectionNavigator, type SectionNavigatorProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectTriggerVariants, SelectValue, 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, Skeleton, type SkeletonProps, Slider, 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, Switch, type SwitchProps, TIER_LABELS, Table, TableBody, TableCaption, TableCell, TableComparisonView, type TableComparisonViewProps, TableFooter, TableHead, TableHeader, TableRow, TableRowSkeleton, type TableRowSkeletonProps, TableSkeleton, type TableSkeletonProps, TableSortHeader, Tabs, TabsContent, TabsList, TabsTrigger, TagInput, type TagInputProps, TaskList, type TaskListGroup, type TaskListProps, Textarea, TimelineSection, type TimelineSectionProps, Toaster, Toggle, ToggleGroup, ToggleGroupItem, 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, appBarVariants, 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, toggleVariants, transformNivoLineData, useAsync, useBreakpoint, useChartTheme, useClipboard, useDebounce, useDocumentDirection, useFilterParams, useFilterPresets, useFormField, useInfiniteScroll, useIsMobile, useJobWizard, useJobWizardState, useLocalStorage, useMediaQuery, useNavRail, useNavTree, useOutsideClick, usePrevious, useRootStyles, useScrollLock, useSidebar };
|
|
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 };
|