@countermeasure-platform/web-components 1.3.5 → 1.3.6
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/{component-D5sRm1fq.js → component-D_asjmrt.js} +5 -3
- package/dist/component-D_asjmrt.js.map +1 -0
- package/dist/components/brand/index.d.ts.map +1 -1
- package/dist/components/brand/index.js +11 -5
- package/dist/components/brand/index.js.map +1 -1
- package/dist/components/brand/types.d.ts +2 -0
- package/dist/components/brand/types.d.ts.map +1 -1
- package/dist/icons/index.d.ts +7 -2
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +7 -2
- package/dist/icons/index.js.map +1 -1
- package/dist/icons/lucide.d.ts +3 -0
- package/dist/icons/lucide.d.ts.map +1 -1
- package/dist/icons/lucide.js +3 -0
- package/dist/icons/lucide.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +126 -125
- package/dist/layout/app-shell.d.ts +7 -0
- package/dist/layout/app-shell.d.ts.map +1 -1
- package/dist/layout/app-shell.js +24 -6
- package/dist/layout/app-shell.js.map +1 -1
- package/dist/layout/core-app-chrome.d.ts.map +1 -1
- package/dist/layout/core-app-chrome.js +8 -5
- package/dist/layout/core-app-chrome.js.map +1 -1
- package/dist/layout/core-app-library-dashboard.d.ts +72 -0
- package/dist/layout/core-app-library-dashboard.d.ts.map +1 -0
- package/dist/layout/core-app-library-dashboard.js +160 -0
- package/dist/layout/core-app-library-dashboard.js.map +1 -0
- package/dist/layout/index.d.ts +2 -0
- package/dist/layout/index.d.ts.map +1 -1
- package/dist/layout/index.js +38 -37
- package/dist/layout/index.js.map +1 -1
- package/dist/react/brand/index.d.ts +3 -1
- package/dist/react/brand/index.d.ts.map +1 -1
- package/dist/react/brand.js +19 -13
- package/dist/react/brand.js.map +1 -1
- package/dist/react/layout/core-app-library-dashboard.d.ts +13 -0
- package/dist/react/layout/core-app-library-dashboard.d.ts.map +1 -0
- package/dist/react/layout/core-app-library-dashboard.js +27 -0
- package/dist/react/layout/core-app-library-dashboard.js.map +1 -0
- package/dist/react/layout/index.d.ts +1 -0
- package/dist/react/layout/index.d.ts.map +1 -1
- package/dist/react/layout/index.js +3 -2
- package/dist/react/primitives/alert.d.ts +1 -1
- package/dist/react/primitives/toast.d.ts +1 -1
- package/dist/react/sidebar.js +1 -1
- package/dist/react.js +97 -96
- package/dist/sidebar/component.d.ts.map +1 -1
- package/dist/sidebar/index.js +1 -1
- package/dist/sidebar/types.d.ts +7 -0
- package/dist/sidebar/types.d.ts.map +1 -1
- package/dist/styles/components/brand.css +22 -0
- package/dist/styles/layout.css +577 -0
- package/dist/styles/sidebar.css +26 -0
- package/package.json +11 -1
- package/src/components/brand/index.ts +22 -4
- package/src/components/brand/types.ts +2 -0
- package/src/icons/icons.test.ts +1 -1
- package/src/icons/index.ts +7 -2
- package/src/icons/lucide.ts +4 -0
- package/src/index.ts +2 -0
- package/src/layout/app-shell.test.ts +76 -0
- package/src/layout/app-shell.ts +38 -7
- package/src/layout/core-app-chrome.test.ts +17 -5
- package/src/layout/core-app-chrome.ts +8 -3
- package/src/layout/core-app-library-dashboard.test.ts +397 -0
- package/src/layout/core-app-library-dashboard.ts +519 -0
- package/src/layout/index.ts +18 -0
- package/src/react/brand/index.test.tsx +10 -0
- package/src/react/brand/index.tsx +25 -4
- package/src/react/layout/core-app-chrome.test.tsx +2 -2
- package/src/react/layout/core-app-library-dashboard.test.tsx +42 -0
- package/src/react/layout/core-app-library-dashboard.tsx +56 -0
- package/src/react/layout/index.ts +6 -0
- package/src/sidebar/component.test.ts +21 -1
- package/src/sidebar/component.ts +14 -8
- package/src/sidebar/types.ts +7 -0
- package/src/styles/components/brand.css +22 -0
- package/src/styles/layout.css +577 -0
- package/src/styles/sidebar.css +26 -0
- package/dist/component-D5sRm1fq.js.map +0 -1
package/dist/react.js
CHANGED
|
@@ -21,99 +21,100 @@ import { BrandLockup as Ne, ConnectorLogo as Pe, CounterMeasureBrandLockup as Fe
|
|
|
21
21
|
import { AppShell as Ue } from "./react/layout/app-shell.js";
|
|
22
22
|
import { i as We, n as Ge, r as Ke, t as qe } from "./layout-64M2la9A.js";
|
|
23
23
|
import { CoreAppChrome as Je } from "./react/layout/core-app-chrome.js";
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import { t as Vt } from "./
|
|
35
|
-
import {
|
|
36
|
-
import { i as
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import { n as
|
|
50
|
-
import { t as In } from "./
|
|
51
|
-
import { t as Ln } from "./
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
|
|
24
|
+
import { CoreAppLibraryDashboard as Ye } from "./react/layout/core-app-library-dashboard.js";
|
|
25
|
+
import { PageHeader as Xe } from "./react/layout/page-header.js";
|
|
26
|
+
import { Badge as Ze, badgeVariants as Qe, severityBadge as $e, statusBadge as et } from "./react/primitives/badge.js";
|
|
27
|
+
import { Dialog as tt, DialogClose as nt, DialogContent as rt, DialogDescription as it, DialogFooter as at, DialogHeader as ot, DialogOverlay as st, DialogPortal as ct, DialogTitle as lt, DialogTrigger as ut } from "./react/primitives/dialog.js";
|
|
28
|
+
import { a as dt, c as ft, d as pt, i as mt, l as ht, n as gt, o as _t, r as vt, s as yt, t as bt, u as xt } from "./alert-dialog-BGze9wyy.js";
|
|
29
|
+
import { Sheet as St, SheetClose as Ct, SheetContent as wt, SheetDescription as Tt, SheetFooter as Et, SheetHeader as Dt, SheetOverlay as Ot, SheetPortal as kt, SheetTitle as At, SheetTrigger as jt } from "./react/primitives/sheet.js";
|
|
30
|
+
import { a as Mt, i as Nt, n as Pt, o as Ft, r as It, t as Lt } from "./dropdown-menu-B_FFd_Mm.js";
|
|
31
|
+
import { Input as Rt } from "./react/primitives/input.js";
|
|
32
|
+
import { Textarea as zt } from "./react/primitives/textarea.js";
|
|
33
|
+
import { Checkbox as Bt } from "./react/primitives/checkbox.js";
|
|
34
|
+
import { t as Vt } from "./label-BY4iF5od.js";
|
|
35
|
+
import { t as Ht } from "./switch-Cn_U9KJN.js";
|
|
36
|
+
import { a as Ut, c as Wt, i as Gt, l as Kt, n as qt, o as Jt, r as Yt, s as Xt, t as Zt, u as Qt } from "./select-C1sq2inY.js";
|
|
37
|
+
import { i as $t, n as en, r as tn, t as nn } from "./tabs-5EFeoEID.js";
|
|
38
|
+
import { Skeleton as rn } from "./react/primitives/skeleton.js";
|
|
39
|
+
import { Collapsible as an, CollapsibleContent as on, CollapsibleTrigger as sn } from "./react/primitives/collapsible.js";
|
|
40
|
+
import { a as cn, i as ln, n as un, r as dn, t as fn } from "./tooltip-jbccdZ73.js";
|
|
41
|
+
import { SlidePanel as pn } from "./react/primitives/slide-panel.js";
|
|
42
|
+
import { HeatmapLegend as mn } from "./react/primitives/heatmap-legend.js";
|
|
43
|
+
import { HeatmapToolbar as hn } from "./react/primitives/heatmap-toolbar.js";
|
|
44
|
+
import { AnimatedCounter as gn, AnimatedPercentage as _n, AnimatedScore as vn } from "./react/primitives/animated-counter.js";
|
|
45
|
+
import { RippleContainer as yn, useRipple as bn } from "./react/primitives/ripple.js";
|
|
46
|
+
import { Field as xn } from "./react/primitives/field.js";
|
|
47
|
+
import { a as Sn, c as Cn, i as wn, l as Tn, n as En, o as Dn, r as On, s as kn, t as An, u as jn } from "./primitives-Cya96raJ.js";
|
|
48
|
+
import { Kbd as Mn } from "./react/primitives/kbd.js";
|
|
49
|
+
import { n as Nn, t as Pn } from "./radio-group-DN8T45dA.js";
|
|
50
|
+
import { n as Fn, t as In } from "./scroll-area-C6KoFGKu.js";
|
|
51
|
+
import { t as Ln } from "./separator-Ti4x5X1W.js";
|
|
52
|
+
import { t as Rn } from "./slider-DCYaTI8V.js";
|
|
53
|
+
import { Spinner as zn } from "./react/primitives/spinner.js";
|
|
54
|
+
import { i as Bn, n as Vn, r as Hn, t as Un } from "./toggle-BqCEqHr6.js";
|
|
55
|
+
import { Alert as Wn, AlertDescription as Gn, AlertTitle as Kn, alertVariants as qn } from "./react/primitives/alert.js";
|
|
56
|
+
import { AspectRatio as Jn } from "./react/primitives/aspect-ratio.js";
|
|
57
|
+
import { Avatar as Yn, AvatarFallback as Xn, AvatarGroup as Zn, AvatarImage as Qn, avatarVariants as $n } from "./react/primitives/avatar.js";
|
|
58
|
+
import { CodeBlock as er } from "./react/primitives/code-block.js";
|
|
59
|
+
import { CodeViewer as tr } from "./react/primitives/code-viewer.js";
|
|
60
|
+
import { EmptyState as nr } from "./react/primitives/empty-state.js";
|
|
61
|
+
import { HoverCard as rr, HoverCardContent as ir, HoverCardTrigger as ar } from "./react/primitives/hover-card.js";
|
|
62
|
+
import { MarkdownViewer as or } from "./react/primitives/markdown-viewer.js";
|
|
63
|
+
import { NotificationCenter as sr, NotificationCenterItem as cr } from "./react/primitives/notification-center.js";
|
|
64
|
+
import { Popover as lr, PopoverAnchor as ur, PopoverClose as dr, PopoverContent as fr, PopoverTrigger as pr } from "./react/primitives/popover.js";
|
|
65
|
+
import { SeverityIndicator as mr, severityVariants as hr } from "./react/primitives/severity-indicator.js";
|
|
66
|
+
import { StatCard as gr, trendVariants as _r } from "./react/primitives/stat-card.js";
|
|
67
|
+
import { StatusDot as vr } from "./react/primitives/status-dot.js";
|
|
68
|
+
import { Blockquote as yr, H1 as br, H2 as xr, H3 as Sr, H4 as Cr, InlineCode as wr, Large as Tr, Lead as Er, Muted as Dr, P as Or, Small as kr } from "./react/primitives/typography.js";
|
|
69
|
+
import { UptimeBar as Ar } from "./react/primitives/uptime-bar.js";
|
|
70
|
+
import { ContextMenu as jr, ContextMenuContent as Mr, ContextMenuItem as Nr, ContextMenuLabel as Pr, ContextMenuSeparator as Fr, ContextMenuShortcut as Ir, ContextMenuTrigger as Lr } from "./react/primitives/context-menu.js";
|
|
71
|
+
import { CopyButton as Rr, copyButtonVariants as zr } from "./react/primitives/copy-button.js";
|
|
72
|
+
import { DataTable as Br } from "./react/primitives/data-table.js";
|
|
73
|
+
import { Modal as Vr, ModalBody as Hr, ModalClose as Ur, ModalContent as Wr, ModalDescription as Gr, ModalFooter as Kr, ModalHeader as qr, ModalOverlay as Jr, ModalTitle as Yr, ModalTrigger as Xr } from "./react/primitives/modal.js";
|
|
74
|
+
import { CommandPalette as Zr, Search as Qr } from "./react/primitives/search.js";
|
|
75
|
+
import { SplitPane as $r } from "./react/primitives/split-pane.js";
|
|
76
|
+
import { StatusBar as ei, StatusBarItem as ti, StatusBarSection as ni, StatusBarSeparator as ri } from "./react/primitives/status-bar.js";
|
|
77
|
+
import { TreeItem as ii, TreeView as ai } from "./react/primitives/tree-view.js";
|
|
78
|
+
import { Breadcrumb as oi, BreadcrumbEllipsis as si, BreadcrumbItem as ci, BreadcrumbLink as li, BreadcrumbList as ui, BreadcrumbPage as di, BreadcrumbSeparator as fi } from "./react/primitives/breadcrumb.js";
|
|
79
|
+
import { Drawer as pi, DrawerClose as mi, DrawerContent as hi, DrawerDescription as gi, DrawerFooter as _i, DrawerHeader as vi, DrawerOverlay as yi, DrawerPortal as bi, DrawerTitle as xi, DrawerTrigger as Si } from "./react/primitives/drawer.js";
|
|
80
|
+
import { a as Ci, c as wi, i as Ti, l as Ei, n as Di, o as Oi, r as ki, s as Ai, t as ji } from "./navigation-menu-BO6a4SOI.js";
|
|
81
|
+
import { Stepper as Mi, StepperItem as Ni } from "./react/primitives/stepper.js";
|
|
82
|
+
import { Calendar as Pi } from "./react/primitives/calendar.js";
|
|
83
|
+
import { ColorPicker as Fi } from "./react/primitives/color-picker.js";
|
|
84
|
+
import { CronEditor as Ii, cronToHuman as Li, formatCron as Ri, getNextRuns as zi, isValidCron as Bi, parseCron as Vi } from "./react/primitives/cron-editor.js";
|
|
85
|
+
import { DatePicker as Hi, DateRangePicker as Ui, DateTimePicker as Wi } from "./react/primitives/date-picker.js";
|
|
86
|
+
import { DirectionContext as Gi, DirectionProvider as Ki, useDirection as qi } from "./react/primitives/direction.js";
|
|
87
|
+
import { TagInput as Ji } from "./react/primitives/tag-input.js";
|
|
88
|
+
import { AreaChart as Yi } from "./react/primitives/chart-area.js";
|
|
89
|
+
import { BarChart as Xi } from "./react/primitives/chart-bar.js";
|
|
90
|
+
import { CandlestickChart as Zi } from "./react/primitives/chart-candlestick.js";
|
|
91
|
+
import { FunnelChart as Qi } from "./react/primitives/chart-funnel.js";
|
|
92
|
+
import { GaugeChart as $i } from "./react/primitives/chart-gauge.js";
|
|
93
|
+
import { HeatmapChart as ea } from "./react/primitives/chart-heatmap.js";
|
|
94
|
+
import { LineChart as ta } from "./react/primitives/chart-line.js";
|
|
95
|
+
import { PieChart as na } from "./react/primitives/chart-pie.js";
|
|
96
|
+
import { RadarChart as ra } from "./react/primitives/chart-radar.js";
|
|
97
|
+
import { SankeyChart as ia } from "./react/primitives/chart-sankey.js";
|
|
98
|
+
import { ScatterChart as aa } from "./react/primitives/chart-scatter.js";
|
|
99
|
+
import { SparklineChart as oa } from "./react/primitives/chart-sparkline.js";
|
|
100
|
+
import { TreemapChart as sa } from "./react/primitives/chart-treemap.js";
|
|
101
|
+
import { WaterfallChart as ca } from "./react/primitives/chart-waterfall.js";
|
|
102
|
+
import { ErrorBoundary as la } from "./react/primitives/error-boundary.js";
|
|
103
|
+
import { FileTree as ua } from "./react/primitives/file-tree.js";
|
|
104
|
+
import { FlowDiagram as da } from "./react/primitives/flow-diagram.js";
|
|
105
|
+
import { JsonPathBrowser as fa } from "./react/primitives/json-path-browser.js";
|
|
106
|
+
import { KanbanBoard as pa, KanbanCard as ma, KanbanColumn as ha } from "./react/primitives/kanban.js";
|
|
107
|
+
import { Map as ga } from "./react/primitives/map.js";
|
|
108
|
+
import { MermaidDiagram as _a } from "./react/primitives/mermaid-diagram.js";
|
|
109
|
+
import { NetworkGraph as va } from "./react/primitives/network-graph.js";
|
|
110
|
+
import { RuleEditor as ya } from "./react/primitives/rule-editor.js";
|
|
111
|
+
import { Terminal as ba } from "./react/primitives/terminal.js";
|
|
112
|
+
import { Timeline as xa, TimelineItem as Sa } from "./react/primitives/timeline.js";
|
|
113
|
+
import { AttackPath as Ca, AttackPathStep as wa, stepVariants as Ta } from "./react/primitives/attack-path.js";
|
|
114
|
+
import { CvssBadge as Ea, cvssBadgeVariants as Da } from "./react/primitives/cvss-badge.js";
|
|
115
|
+
import { DetectionStatusBadge as Oa, DetectionStatusList as ka, DetectionStatusRow as Aa, severityBadgeVariants as ja, statusDotVariants as Ma, statusLabelVariants as Na } from "./react/primitives/detection-status.js";
|
|
116
|
+
import { MitreMatrix as Pa, techniqueVariants as Fa } from "./react/primitives/mitre-matrix.js";
|
|
117
|
+
import { VulnerabilityCard as Ia, severityBadgeVariants as La, statusBadgeVariants as Ra } from "./react/primitives/vulnerability-card.js";
|
|
118
|
+
import { FlowNodeCard as za, MetricTile as Ba, StatCard as Va, UptimeBar as Ha } from "./react/threat-visuals.js";
|
|
119
|
+
import { ThemeStudio as Ua } from "./react/theme-studio.js";
|
|
120
|
+
export { Wn as Alert, Gn as AlertDescription, bt as AlertDialog, gt as AlertDialogAction, vt as AlertDialogCancel, mt as AlertDialogContent, dt as AlertDialogDescription, _t as AlertDialogFooter, yt as AlertDialogHeader, ft as AlertDialogOverlay, ht as AlertDialogPortal, xt as AlertDialogTitle, pt as AlertDialogTrigger, Kn as AlertTitle, gn as AnimatedCounter, z as AnimatedEdge, _n as AnimatedPercentage, vn as AnimatedScore, Ue as AppShell, Yi as AreaChart, Jn as AspectRatio, J as AtomicRedTeamLogo, Ca as AttackPath, wa as AttackPathStep, Yn as Avatar, Xn as AvatarFallback, Zn as AvatarGroup, Qn as AvatarImage, Ze as Badge, Xi as BarChart, yr as Blockquote, Ne as BrandLockup, oi as Breadcrumb, si as BreadcrumbEllipsis, ci as BreadcrumbItem, li as BreadcrumbLink, ui as BreadcrumbList, di as BreadcrumbPage, fi as BreadcrumbSeparator, We as BrowserLayout, Ce as Button, Pi as Calendar, Zi as CandlestickChart, le as Card, ue as CardBody, de as CardHeader, fe as CardTitle, a as Carousel, n as CarouselContent, i as CarouselItem, t as CarouselNext, e as CarouselPrevious, En as ChartFrame, wn as ChatDrawer, On as ChatInput, Bt as Checkbox, F as ChronicleLogo, pe as CircularProgress, er as CodeBlock, tr as CodeViewer, an as Collapsible, on as CollapsibleContent, sn as CollapsibleTrigger, Fi as ColorPicker, Zr as CommandPalette, Pe as ConnectorLogo, M as ConnectorNode, jr as ContextMenu, Mr as ContextMenuContent, Nr as ContextMenuItem, Pr as ContextMenuLabel, Fr as ContextMenuSeparator, Ir as ContextMenuShortcut, Lr as ContextMenuTrigger, Rr as CopyButton, Je as CoreAppChrome, Ye as CoreAppLibraryDashboard, Fe as CounterMeasureBrandLockup, Ie as CounterMeasureLogo, Le as CounterMeasureWordmark, Re as CountermeasureBrandLockup, ze as CountermeasureLogo, Be as CountermeasureWordmark, Ii as CronEditor, I as CrowdStrikeLogo, Ea as CvssBadge, Sn as DashboardMetricCard, Tn as DataField, Br as DataTable, Hi as DatePicker, Ui as DateRangePicker, Wi as DateTimePicker, W as DefaultConnectorLogo, Ke as DetailHeader, Oa as DetectionStatusBadge, ka as DetectionStatusList, Aa as DetectionStatusRow, tt as Dialog, nt as DialogClose, rt as DialogContent, it as DialogDescription, at as DialogFooter, ot as DialogHeader, st as DialogOverlay, ct as DialogPortal, lt as DialogTitle, ut as DialogTrigger, Ve as Diamond, Gi as DirectionContext, Ki as DirectionProvider, pi as Drawer, mi as DrawerClose, hi as DrawerContent, gi as DrawerDescription, _i as DrawerFooter, vi as DrawerHeader, yi as DrawerOverlay, bi as DrawerPortal, xi as DrawerTitle, Si as DrawerTrigger, Lt as DropdownMenu, Pt as DropdownMenuContent, It as DropdownMenuItem, Nt as DropdownMenuLabel, Mt as DropdownMenuSeparator, Ft as DropdownMenuTrigger, V as ElasticLogo, nr as EmptyState, la as ErrorBoundary, xn as Field, ua as FileTree, da as FlowDiagram, za as FlowNodeCard, Qi as FunnelChart, $i as GaugeChart, br as H1, xr as H2, Sr as H3, Cr as H4, ea as HeatmapChart, mn as HeatmapLegend, hn as HeatmapToolbar, rr as HoverCard, ir as HoverCardContent, ar as HoverCardTrigger, wr as InlineCode, Rt as Input, fa as JsonPathBrowser, pa as KanbanBoard, ma as KanbanCard, ha as KanbanColumn, Mn as Kbd, Vt as Label, Tr as Large, Er as Lead, U as LibraryNode, ta as LineChart, ga as Map, or as MarkdownViewer, D as Menubar, S as MenubarCheckboxItem, T as MenubarContent, y as MenubarGroup, p as MenubarItem, C as MenubarLabel, E as MenubarMenu, m as MenubarPortal, b as MenubarRadioGroup, O as MenubarRadioItem, h as MenubarSeparator, g as MenubarShortcut, w as MenubarSub, x as MenubarSubContent, v as MenubarSubTrigger, _ as MenubarTrigger, _a as MermaidDiagram, jn as MetadataGrid, Ba as MetricTile, R as MitreLogo, Pa as MitreMatrix, Vr as Modal, Hr as ModalBody, Ur as ModalClose, Wr as ModalContent, Gr as ModalDescription, Kr as ModalFooter, qr as ModalHeader, Jr as ModalOverlay, Yr as ModalTitle, Xr as ModalTrigger, Dr as Muted, ji as NavigationMenu, Di as NavigationMenuContent, ki as NavigationMenuIndicator, Ti as NavigationMenuItem, Ci as NavigationMenuLink, Oi as NavigationMenuList, Ai as NavigationMenuTrigger, wi as NavigationMenuViewport, va as NetworkGraph, sr as NotificationCenter, cr as NotificationCenterItem, L as OpenCTILogo, Or as P, qe as PageFrame, Xe as PageHeader, f as Pagination, c as PaginationContent, u as PaginationEllipsis, s as PaginationItem, o as PaginationLink, l as PaginationNext, d as PaginationPrevious, na as PieChart, K as PlatformNode, lr as Popover, ur as PopoverAnchor, dr as PopoverClose, fr as PopoverContent, pr as PopoverTrigger, me as Progress, An as QueryBoundary, ra as RadarChart, Pn as RadioGroup, Nn as RadioGroupItem, yn as RippleContainer, ya as RuleEditor, ia as SankeyChart, aa as ScatterChart, kn as ScoreRing, In as ScrollArea, Fn as ScrollBar, Qr as Search, Cn as SectionPanel, Zt as Select, qt as SelectContent, Yt as SelectGroup, Gt as SelectItem, Ut as SelectLabel, Jt as SelectScrollDownButton, Xt as SelectScrollUpButton, Wt as SelectSeparator, Kt as SelectTrigger, Qt as SelectValue, j as SentinelLogo, Ln as Separator, mr as SeverityIndicator, St as Sheet, Ct as SheetClose, wt as SheetContent, Tt as SheetDescription, Et as SheetFooter, Dt as SheetHeader, Ot as SheetOverlay, kt as SheetPortal, At as SheetTitle, jt as SheetTrigger, Y as SigmaLogo, rn as Skeleton, pn as SlidePanel, Rn as Slider, kr as Small, Z as SnortLogo, P as SourceNode, oa as SparklineChart, zn as Spinner, $r as SplitPane, N as SplunkLogo, gr as StatCard, ei as StatusBar, ti as StatusBarItem, ni as StatusBarSection, ri as StatusBarSeparator, vr as StatusDot, Mi as Stepper, Ni as StepperItem, Ge as SubNav, Ht as Switch, q as TOPOLOGY_STYLES, he as Table, ge as TableBody, _e as TableCaption, ve as TableCell, ye as TableFooter, be as TableHead, xe as TableHeader, Se as TableRow, nn as Tabs, en as TabsContent, tn as TabsList, $t as TabsTrigger, Ji as TagInput, X as TaniumLogo, B as TenantNode, ba as Terminal, zt as Textarea, ce as ThemeIcon, Ua as ThemeStudioReact, oe as ThemeToggleButton, Va as ThreatStatCard, Ha as ThreatUptimeBar, xa as Timeline, Sa as TimelineItem, ae as Toast, te as ToastAction, re as ToastClose, ee as ToastDescription, Q as ToastProvider, ne as ToastTitle, Un as Toggle, Vn as ToggleGroup, Hn as ToggleGroupItem, fn as Tooltip, un as TooltipArrow, dn as TooltipContent, ln as TooltipProvider, cn as TooltipTrigger, ii as TreeItem, ai as TreeView, sa as TreemapChart, Ar as UptimeBar, Ia as VulnerabilityCard, ca as WaterfallChart, He as Wordmark, A as YaraLogo, qn as alertVariants, $n as avatarVariants, Qe as badgeVariants, H as buildGlobalPipeline, G as buildPipelineForTenant, we as buttonVariants, zr as copyButtonVariants, Li as cronToHuman, Da as cvssBadgeVariants, Ri as formatCron, k as getConnectorLogo, zi as getNextRuns, Bi as isValidCron, Dn as metricIconVariants, Ei as navigationMenuTriggerStyle, Vi as parseCron, $e as severityBadge, ja as severityBadgeVariants, hr as severityVariants, et as statusBadge, Ma as statusDotVariants, Na as statusLabelVariants, Ta as stepVariants, Fa as techniqueVariants, ie as toastVariants, Bn as toggleVariants, _r as trendVariants, Te as useApi, Ae as useAuth, r as useCarousel, Me as useConsent, qi as useDirection, De as useKeybindings, je as usePasskey, bn as useRipple, Oe as useRouter, Ee as useSSE, ke as useStorage, se as useThemeState, $ as useToast, La as vulnSeverityBadgeVariants, Ra as vulnStatusBadgeVariants };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../src/sidebar/component.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAG5B,MAAM,SAAS,CAAA;AA4HhB,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAa;IACvC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAa;IACnC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAwB;IAC/C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;IACjC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAQ;IAChC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAqB;IAChD,OAAO,CAAC,cAAc,CAAiC;IACvD,OAAO,CAAC,QAAQ,CAA2B;gBAE/B,MAAM,EAAE,sBAAsB;IA6B1C,OAAO,CAAC,MAAM;IA4Bd,OAAO,CAAC,YAAY;IAoEpB,OAAO,CAAC,SAAS;IA6EjB,OAAO,CAAC,YAAY;
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../src/sidebar/component.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAG5B,MAAM,SAAS,CAAA;AA4HhB,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAa;IACvC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAa;IACnC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAwB;IAC/C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;IACjC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAQ;IAChC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAqB;IAChD,OAAO,CAAC,cAAc,CAAiC;IACvD,OAAO,CAAC,QAAQ,CAA2B;gBAE/B,MAAM,EAAE,sBAAsB;IA6B1C,OAAO,CAAC,MAAM;IA4Bd,OAAO,CAAC,YAAY;IAoEpB,OAAO,CAAC,SAAS;IA6EjB,OAAO,CAAC,YAAY;IAuDpB,OAAO,CAAC,WAAW;IAgHnB,OAAO,CAAC,oBAAoB;IAgC5B,OAAO,CAAC,YAAY;IAuGpB,OAAO,CAAC,cAAc;IActB,OAAO,CAAC,aAAa;IA4BrB,OAAO,CAAC,uBAAuB;IA2B/B,OAAO,CAAC,kBAAkB;IAmB1B,wEAAwE;IACxE,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAgB/B,qFAAqF;IACrF,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI;IAU/C,4EAA4E;IAC5E,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,gBAAgB,GAAG,IAAI;IAmBzE,gEAAgE;IAChE,cAAc,IAAI,IAAI;IAItB,4BAA4B;IAC5B,QAAQ,IAAI,IAAI;IAIhB,0BAA0B;IAC1B,MAAM,IAAI,IAAI;IAId,sEAAsE;IACtE,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAU5B,uCAAuC;IACvC,OAAO,IAAI,IAAI;IAQf,OAAO,CAAC,UAAU;IA0BlB,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,uBAAuB;IAc/B,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,YAAY;IAwCpB,OAAO,CAAC,oBAAoB;IAsB5B,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,oBAAoB;CAe7B"}
|
package/dist/sidebar/index.js
CHANGED
package/dist/sidebar/types.d.ts
CHANGED
|
@@ -120,6 +120,13 @@ export interface SidebarFooterAction {
|
|
|
120
120
|
export interface SidebarBrandConfig {
|
|
121
121
|
/** Accessible brand label. */
|
|
122
122
|
label?: string;
|
|
123
|
+
/** Optional short subtitle rendered beneath the wordmark. */
|
|
124
|
+
subtitle?: string;
|
|
125
|
+
/**
|
|
126
|
+
* Wordmark text treatment.
|
|
127
|
+
* @default 'uppercase'
|
|
128
|
+
*/
|
|
129
|
+
wordmarkCase?: 'uppercase' | 'title';
|
|
123
130
|
/** Brand mark size. */
|
|
124
131
|
markSize?: BrandSize | number;
|
|
125
132
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/sidebar/types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/sidebar/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -104,6 +104,13 @@
|
|
|
104
104
|
vertical-align: middle;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
+
.cmm-brand-lockup__copy {
|
|
108
|
+
display: inline-flex;
|
|
109
|
+
min-width: 0;
|
|
110
|
+
flex-direction: column;
|
|
111
|
+
gap: 0.1875rem;
|
|
112
|
+
}
|
|
113
|
+
|
|
107
114
|
.cmm-brand-lockup__wordmark {
|
|
108
115
|
display: inline-flex;
|
|
109
116
|
align-items: baseline;
|
|
@@ -117,6 +124,11 @@
|
|
|
117
124
|
letter-spacing: 0.08em;
|
|
118
125
|
}
|
|
119
126
|
|
|
127
|
+
.cmm-brand-lockup--title .cmm-brand-lockup__wordmark {
|
|
128
|
+
font-size: 0.875rem;
|
|
129
|
+
letter-spacing: 0;
|
|
130
|
+
}
|
|
131
|
+
|
|
120
132
|
.cmm-brand-lockup__counter {
|
|
121
133
|
color: currentColor;
|
|
122
134
|
}
|
|
@@ -125,6 +137,16 @@
|
|
|
125
137
|
color: var(--color-orange-500, hsl(var(--primary)));
|
|
126
138
|
}
|
|
127
139
|
|
|
140
|
+
.cmm-brand-lockup__subtitle {
|
|
141
|
+
overflow: hidden;
|
|
142
|
+
color: var(--color-text-dim, hsl(var(--muted-foreground)));
|
|
143
|
+
font: var(--type-caption, 600 0.625rem/1 var(--font-sans, sans-serif));
|
|
144
|
+
letter-spacing: 0.16em;
|
|
145
|
+
text-overflow: ellipsis;
|
|
146
|
+
text-transform: uppercase;
|
|
147
|
+
white-space: nowrap;
|
|
148
|
+
}
|
|
149
|
+
|
|
128
150
|
.cmm-connector-logo {
|
|
129
151
|
--cmm-connector-logo-bg: #475569;
|
|
130
152
|
|