@gnome-ui/react 1.50.1 → 1.51.0
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/AffectedPackage/AffectedPackage.cjs +2 -0
- package/dist/components/AffectedPackage/AffectedPackage.cjs.map +1 -0
- package/dist/components/AffectedPackage/AffectedPackage.d.ts +20 -0
- package/dist/components/AffectedPackage/AffectedPackage.js +61 -0
- package/dist/components/AffectedPackage/AffectedPackage.js.map +1 -0
- package/dist/components/AffectedPackage/AffectedPackage.module.css.cjs +2 -0
- package/dist/components/AffectedPackage/AffectedPackage.module.css.cjs.map +1 -0
- package/dist/components/AffectedPackage/AffectedPackage.module.css.js +14 -0
- package/dist/components/AffectedPackage/AffectedPackage.module.css.js.map +1 -0
- package/dist/components/AffectedPackage/index.d.ts +4 -0
- package/dist/components/AffectedPackage/package.cjs +2 -0
- package/dist/components/AffectedPackage/package.cjs.map +1 -0
- package/dist/components/AffectedPackage/package.d.ts +8 -0
- package/dist/components/AffectedPackage/package.js +12 -0
- package/dist/components/AffectedPackage/package.js.map +1 -0
- package/dist/components/AffectedPackage.cjs +1 -0
- package/dist/components/AffectedPackage.d.ts +2 -0
- package/dist/components/AffectedPackage.js +3 -0
- package/dist/components/CveIdentifier/CveIdentifier.cjs +2 -0
- package/dist/components/CveIdentifier/CveIdentifier.cjs.map +1 -0
- package/dist/components/CveIdentifier/CveIdentifier.d.ts +22 -0
- package/dist/components/CveIdentifier/CveIdentifier.js +33 -0
- package/dist/components/CveIdentifier/CveIdentifier.js.map +1 -0
- package/dist/components/CveIdentifier/CveIdentifier.module.css.cjs +2 -0
- package/dist/components/CveIdentifier/CveIdentifier.module.css.cjs.map +1 -0
- package/dist/components/CveIdentifier/CveIdentifier.module.css.js +8 -0
- package/dist/components/CveIdentifier/CveIdentifier.module.css.js.map +1 -0
- package/dist/components/CveIdentifier/cve.cjs +2 -0
- package/dist/components/CveIdentifier/cve.cjs.map +1 -0
- package/dist/components/CveIdentifier/cve.d.ts +6 -0
- package/dist/components/CveIdentifier/cve.js +20 -0
- package/dist/components/CveIdentifier/cve.js.map +1 -0
- package/dist/components/CveIdentifier/index.d.ts +4 -0
- package/dist/components/CveIdentifier.cjs +1 -0
- package/dist/components/CveIdentifier.d.ts +2 -0
- package/dist/components/CveIdentifier.js +3 -0
- package/dist/components/CvssScore/CvssScore.cjs +2 -0
- package/dist/components/CvssScore/CvssScore.cjs.map +1 -0
- package/dist/components/CvssScore/CvssScore.d.ts +20 -0
- package/dist/components/CvssScore/CvssScore.js +33 -0
- package/dist/components/CvssScore/CvssScore.js.map +1 -0
- package/dist/components/CvssScore/CvssScore.module.css.cjs +2 -0
- package/dist/components/CvssScore/CvssScore.module.css.cjs.map +1 -0
- package/dist/components/CvssScore/CvssScore.module.css.js +15 -0
- package/dist/components/CvssScore/CvssScore.module.css.js.map +1 -0
- package/dist/components/CvssScore/cvss.cjs +2 -0
- package/dist/components/CvssScore/cvss.cjs.map +1 -0
- package/dist/components/CvssScore/cvss.d.ts +7 -0
- package/dist/components/CvssScore/cvss.js +16 -0
- package/dist/components/CvssScore/cvss.js.map +1 -0
- package/dist/components/CvssScore/index.d.ts +4 -0
- package/dist/components/CvssScore.cjs +1 -0
- package/dist/components/CvssScore.d.ts +2 -0
- package/dist/components/CvssScore.js +3 -0
- package/dist/components/CvssVector/CvssVector.cjs +2 -0
- package/dist/components/CvssVector/CvssVector.cjs.map +1 -0
- package/dist/components/CvssVector/CvssVector.d.ts +13 -0
- package/dist/components/CvssVector/CvssVector.js +44 -0
- package/dist/components/CvssVector/CvssVector.js.map +1 -0
- package/dist/components/CvssVector/CvssVector.module.css.cjs +2 -0
- package/dist/components/CvssVector/CvssVector.module.css.cjs.map +1 -0
- package/dist/components/CvssVector/CvssVector.module.css.js +13 -0
- package/dist/components/CvssVector/CvssVector.module.css.js.map +1 -0
- package/dist/components/CvssVector/index.d.ts +4 -0
- package/dist/components/CvssVector/vector.cjs +2 -0
- package/dist/components/CvssVector/vector.cjs.map +1 -0
- package/dist/components/CvssVector/vector.d.ts +21 -0
- package/dist/components/CvssVector/vector.js +71 -0
- package/dist/components/CvssVector/vector.js.map +1 -0
- package/dist/components/CvssVector.cjs +1 -0
- package/dist/components/CvssVector.d.ts +2 -0
- package/dist/components/CvssVector.js +3 -0
- package/dist/components/CweIdentifier/CweIdentifier.cjs +2 -0
- package/dist/components/CweIdentifier/CweIdentifier.cjs.map +1 -0
- package/dist/components/CweIdentifier/CweIdentifier.d.ts +22 -0
- package/dist/components/CweIdentifier/CweIdentifier.js +33 -0
- package/dist/components/CweIdentifier/CweIdentifier.js.map +1 -0
- package/dist/components/CweIdentifier/CweIdentifier.module.css.cjs +2 -0
- package/dist/components/CweIdentifier/CweIdentifier.module.css.cjs.map +1 -0
- package/dist/components/CweIdentifier/CweIdentifier.module.css.js +8 -0
- package/dist/components/CweIdentifier/CweIdentifier.module.css.js.map +1 -0
- package/dist/components/CweIdentifier/cwe.cjs +2 -0
- package/dist/components/CweIdentifier/cwe.cjs.map +1 -0
- package/dist/components/CweIdentifier/cwe.d.ts +6 -0
- package/dist/components/CweIdentifier/cwe.js +21 -0
- package/dist/components/CweIdentifier/cwe.js.map +1 -0
- package/dist/components/CweIdentifier/index.d.ts +4 -0
- package/dist/components/CweIdentifier.cjs +1 -0
- package/dist/components/CweIdentifier.d.ts +2 -0
- package/dist/components/CweIdentifier.js +3 -0
- package/dist/components/SecurityMetric/SecurityMetric.cjs +2 -0
- package/dist/components/SecurityMetric/SecurityMetric.cjs.map +1 -0
- package/dist/components/SecurityMetric/SecurityMetric.d.ts +21 -0
- package/dist/components/SecurityMetric/SecurityMetric.js +43 -0
- package/dist/components/SecurityMetric/SecurityMetric.js.map +1 -0
- package/dist/components/SecurityMetric/SecurityMetric.module.css.cjs +2 -0
- package/dist/components/SecurityMetric/SecurityMetric.module.css.cjs.map +1 -0
- package/dist/components/SecurityMetric/SecurityMetric.module.css.js +22 -0
- package/dist/components/SecurityMetric/SecurityMetric.module.css.js.map +1 -0
- package/dist/components/SecurityMetric/index.d.ts +2 -0
- package/dist/components/SecurityMetric.cjs +1 -0
- package/dist/components/SecurityMetric.d.ts +2 -0
- package/dist/components/SecurityMetric.js +2 -0
- package/dist/components/SeverityBadge/SeverityBadge.cjs +2 -0
- package/dist/components/SeverityBadge/SeverityBadge.cjs.map +1 -0
- package/dist/components/SeverityBadge/SeverityBadge.d.ts +18 -0
- package/dist/components/SeverityBadge/SeverityBadge.js +22 -0
- package/dist/components/SeverityBadge/SeverityBadge.js.map +1 -0
- package/dist/components/SeverityBadge/SeverityBadge.module.css.cjs +2 -0
- package/dist/components/SeverityBadge/SeverityBadge.module.css.cjs.map +1 -0
- package/dist/components/SeverityBadge/SeverityBadge.module.css.js +13 -0
- package/dist/components/SeverityBadge/SeverityBadge.module.css.js.map +1 -0
- package/dist/components/SeverityBadge/index.d.ts +4 -0
- package/dist/components/SeverityBadge/severity.cjs +2 -0
- package/dist/components/SeverityBadge/severity.cjs.map +1 -0
- package/dist/components/SeverityBadge/severity.d.ts +4 -0
- package/dist/components/SeverityBadge/severity.js +27 -0
- package/dist/components/SeverityBadge/severity.js.map +1 -0
- package/dist/components/SeverityBadge.cjs +1 -0
- package/dist/components/SeverityBadge.d.ts +2 -0
- package/dist/components/SeverityBadge.js +3 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.cjs +2 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.cjs.map +1 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.d.ts +30 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.js +76 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.js.map +1 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.module.css.cjs +2 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.module.css.cjs.map +1 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.module.css.js +21 -0
- package/dist/components/VulnerabilityFinding/VulnerabilityFinding.module.css.js.map +1 -0
- package/dist/components/VulnerabilityFinding/finding.cjs +2 -0
- package/dist/components/VulnerabilityFinding/finding.cjs.map +1 -0
- package/dist/components/VulnerabilityFinding/finding.d.ts +4 -0
- package/dist/components/VulnerabilityFinding/finding.js +20 -0
- package/dist/components/VulnerabilityFinding/finding.js.map +1 -0
- package/dist/components/VulnerabilityFinding/index.d.ts +4 -0
- package/dist/components/VulnerabilityFinding.cjs +1 -0
- package/dist/components/VulnerabilityFinding.d.ts +2 -0
- package/dist/components/VulnerabilityFinding.js +3 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.cjs +2 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.cjs.map +1 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.d.ts +18 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.js +57 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.js.map +1 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.module.css.cjs +2 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.module.css.cjs.map +1 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.module.css.js +19 -0
- package/dist/components/VulnerabilitySummary/VulnerabilitySummary.module.css.js.map +1 -0
- package/dist/components/VulnerabilitySummary/index.d.ts +4 -0
- package/dist/components/VulnerabilitySummary/summary.cjs +2 -0
- package/dist/components/VulnerabilitySummary/summary.cjs.map +1 -0
- package/dist/components/VulnerabilitySummary/summary.d.ts +8 -0
- package/dist/components/VulnerabilitySummary/summary.js +15 -0
- package/dist/components/VulnerabilitySummary/summary.js.map +1 -0
- package/dist/components/VulnerabilitySummary.cjs +1 -0
- package/dist/components/VulnerabilitySummary.d.ts +2 -0
- package/dist/components/VulnerabilitySummary.js +3 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +18 -0
- package/dist/index.js +113 -96
- package/dist/style.css +1 -1
- package/package.json +46 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { VULNERABILITY_SEVERITIES as e } from "../SeverityBadge/severity.js";
|
|
2
|
+
//#region src/components/VulnerabilitySummary/summary.ts
|
|
3
|
+
function t(t, n = !1) {
|
|
4
|
+
return e.map((e) => ({
|
|
5
|
+
severity: e,
|
|
6
|
+
count: Math.max(0, t[e] ?? 0)
|
|
7
|
+
})).filter((e) => n || e.count > 0);
|
|
8
|
+
}
|
|
9
|
+
function n(t) {
|
|
10
|
+
return e.reduce((e, n) => e + Math.max(0, t[n] ?? 0), 0);
|
|
11
|
+
}
|
|
12
|
+
//#endregion
|
|
13
|
+
export { t as getVulnerabilitySummaryItems, n as getVulnerabilitySummaryTotal };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summary.js","names":[],"sources":["../../../src/components/VulnerabilitySummary/summary.ts"],"sourcesContent":["import { VULNERABILITY_SEVERITIES, type VulnerabilitySeverity } from '../SeverityBadge';\n\nexport type VulnerabilitySummaryCounts = Partial<Record<VulnerabilitySeverity, number>>;\n\nexport interface VulnerabilitySummaryItem {\n severity: VulnerabilitySeverity;\n count: number;\n}\n\nexport function getVulnerabilitySummaryItems(\n counts: VulnerabilitySummaryCounts,\n showZeroCounts = false,\n): VulnerabilitySummaryItem[] {\n return VULNERABILITY_SEVERITIES.map((severity) => ({\n severity,\n count: Math.max(0, counts[severity] ?? 0),\n })).filter((item) => showZeroCounts || item.count > 0);\n}\n\nexport function getVulnerabilitySummaryTotal(counts: VulnerabilitySummaryCounts) {\n return VULNERABILITY_SEVERITIES.reduce(\n (total, severity) => total + Math.max(0, counts[severity] ?? 0),\n 0,\n );\n}\n"],"mappings":";;AASA,SAAgB,EACd,GACA,IAAiB,IACW;CAC5B,OAAO,EAAyB,KAAK,OAAc;EACjD;EACA,OAAO,KAAK,IAAI,GAAG,EAAO,MAAa,CAAC;CAC1C,EAAE,EAAE,QAAQ,MAAS,KAAkB,EAAK,QAAQ,CAAC;AACvD;AAEA,SAAgB,EAA6B,GAAoC;CAC/E,OAAO,EAAyB,QAC7B,GAAO,MAAa,IAAQ,KAAK,IAAI,GAAG,EAAO,MAAa,CAAC,GAC9D,CACF;AACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./VulnerabilitySummary/summary.cjs"),t=require("./VulnerabilitySummary/VulnerabilitySummary.cjs");exports.VulnerabilitySummary=t.VulnerabilitySummary,exports.getVulnerabilitySummaryItems=e.getVulnerabilitySummaryItems,exports.getVulnerabilitySummaryTotal=e.getVulnerabilitySummaryTotal;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { getVulnerabilitySummaryItems as e, getVulnerabilitySummaryTotal as t } from "./VulnerabilitySummary/summary.js";
|
|
2
|
+
import { VulnerabilitySummary as n } from "./VulnerabilitySummary/VulnerabilitySummary.js";
|
|
3
|
+
export { n as VulnerabilitySummary, e as getVulnerabilitySummaryItems, t as getVulnerabilitySummaryTotal };
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const ee=require("./components/AboutDialog/AboutDialog.cjs"),te=require("./components/ActionRow/ActionRow.cjs"),e=require("./components/Avatar/Avatar.cjs"),t=require("./components/AvatarGroup/AvatarGroup.cjs"),n=require("./components/AvatarRotator/AvatarRotator.cjs"),r=require("./components/Badge/Badge.cjs"),i=require("./components/Banner/Banner.cjs"),ne=require("./components/Bin/Bin.cjs"),a=require("./components/Blockquote/Blockquote.cjs"),o=require("./components/BottomSheet/BottomSheet.cjs"),s=require("./components/Box/Box.cjs"),c=require("./components/Separator/Separator.cjs"),l=require("./components/BoxedList/BoxedList.cjs"),u=require("./components/BreakpointBin/BreakpointBin.cjs"),d=require("./components/Button/Button.cjs"),f=require("./components/ButtonContent/ButtonContent.cjs"),p=require("./components/ButtonRow/ButtonRow.cjs"),m=require("./components/Card/Card.cjs"),h=require("./components/Carousel/Carousel.cjs"),g=require("./components/CheckRow/CheckRow.cjs"),_=require("./components/Checkbox/Checkbox.cjs"),v=require("./components/Icon/Icon.cjs"),y=require("./components/Chip/Chip.cjs"),b=require("./components/Clamp/Clamp.cjs"),x=require("./components/ColorPicker/ColorPicker.cjs"),S=require("./components/ColumnView/ColumnView.cjs"),C=require("./components/ComboRow/ComboRow.cjs"),w=require("./components/GnomeProvider/GnomeContext.cjs"),T=require("./components/ContributionGraph/ContributionGraph.cjs"),E=require("./components/CountDownTimer/CountDownTimer.cjs"),D=require("./components/Dialog/Dialog.cjs"),O=require("./components/Drawer/Drawer.cjs"),k=require("./components/Dropdown/Dropdown.cjs"),A=require("./components/EntryRow/EntryRow.cjs"),j=require("./components/ExpanderRow/ExpanderRow.cjs"),M=require("./components/Footer/Footer.cjs"),N=require("./components/Frame/Frame.cjs"),P=require("./components/GnomeProvider/GnomeProvider.cjs"),F=require("./components/HeaderBar/HeaderBar.cjs"),I=require("./components/Tooltip/Tooltip.cjs"),L=require("./components/IconButton/IconButton.cjs"),R=require("./components/InlineViewSwitcher/InlineViewSwitcher.cjs"),z=require("./components/InlineViewSwitcher/InlineViewSwitcherItem.cjs"),B=require("./components/Link/Link.cjs"),V=require("./components/LinkedGroup/LinkedGroup.cjs"),H=require("./components/Modal/Modal.cjs"),U=require("./hooks/useBreakpoint.cjs"),W=require("./components/NavigationSplitView/NavigationSplitView.cjs"),G=require("./components/NavigationView/NavigationView.cjs"),K=require("./components/OverlaySplitView/OverlaySplitView.cjs"),q=require("./components/PasswordEntryRow/PasswordEntryRow.cjs"),J=require("./components/PathBar/PathBar.cjs"),Y=require("./components/Popover/Popover.cjs"),X=require("./components/PreferencesDialog/PreferencesDialog.cjs"),Z=require("./components/PreferencesGroup/PreferencesGroup.cjs"),Q=require("./components/PreferencesPage/PreferencesPage.cjs"),re=require("./components/ProgressBar/ProgressBar.cjs"),ie=require("./components/RadioButton/RadioButton.cjs"),ae=require("./components/ScrollToTop/ScrollToTop.cjs"),oe=require("./components/Spinner/Spinner.cjs"),se=require("./components/SearchBar/SearchBar.cjs"),ce=require("./components/SegmentedBar/SegmentedBar.cjs"),le=require("./components/ShortcutLabel/ShortcutLabel.cjs"),ue=require("./components/ShortcutsDialog/ShortcutsDialog.cjs"),de=require("./components/StatusPage/StatusPage.cjs"),$=require("./components/Sidebar/Sidebar.cjs"),fe=require("./components/Sidebar/SidebarItem.cjs"),pe=require("./components/Sidebar/SidebarSection.cjs"),me=require("./components/Skeleton/Skeleton.cjs"),he=require("./components/Slider/Slider.cjs"),ge=require("./components/SpinButton/SpinButton.cjs"),_e=require("./components/SpinRow/SpinRow.cjs"),ve=require("./components/SplitButton/SplitButton.cjs"),ye=require("./components/StatusBadge/StatusBadge.cjs"),be=require("./components/Switch/Switch.cjs"),xe=require("./components/SwitchRow/SwitchRow.cjs"),Se=require("./components/Tabs/TabBar.cjs"),Ce=require("./components/Tabs/TabItem.cjs"),we=require("./components/Tabs/TabPanel.cjs"),Te=require("./components/TerminalView/TerminalView.cjs"),Ee=require("./components/Text/Text.cjs"),De=require("./components/TextField/TextField.cjs"),Oe=require("./components/Timeline/Timeline.cjs"),ke=require("./components/Toast/Toast.cjs"),Ae=require("./components/Toast/Toaster.cjs"),je=require("./components/ToggleGroup/ToggleGroup.cjs"),Me=require("./components/ToggleGroup/ToggleGroupItem.cjs"),Ne=require("./components/Toolbar/Spacer.cjs"),Pe=require("./components/Toolbar/Toolbar.cjs"),Fe=require("./components/ToolbarView/ToolbarView.cjs"),Ie=require("./components/ViewSwitcher/ViewSwitcher.cjs"),Le=require("./components/ViewSwitcher/ViewSwitcherItem.cjs"),Re=require("./components/ViewSwitcherBar/ViewSwitcherBar.cjs"),ze=require("./components/ViewSwitcherSidebar/ViewSwitcherSidebar.cjs"),Be=require("./components/ViewSwitcherSidebar/ViewSwitcherSidebarItem.cjs"),Ve=require("./components/WindowTitle/WindowTitle.cjs"),He=require("./components/WrapBox/WrapBox.cjs");exports.AboutDialog=ee.AboutDialog,exports.ActionRow=te.ActionRow,exports.Avatar=e.Avatar,exports.AvatarGroup=t.AvatarGroup,exports.AvatarRotator=n.AvatarRotator,exports.Badge=r.Badge,exports.Banner=i.Banner,exports.Bin=ne.Bin,exports.Blockquote=a.Blockquote,exports.BottomSheet=o.BottomSheet,exports.Box=s.Box,exports.BoxedList=l.BoxedList,exports.BreakpointBin=u.BreakpointBin,exports.Button=d.Button,exports.ButtonContent=f.ButtonContent,exports.ButtonRow=p.ButtonRow,exports.Card=m.Card,exports.Carousel=h.Carousel,exports.CarouselIndicatorDots=h.CarouselIndicatorDots,exports.CarouselIndicatorLines=h.CarouselIndicatorLines,exports.CheckRow=g.CheckRow,exports.Checkbox=_.Checkbox,exports.Chip=y.Chip,exports.Clamp=b.Clamp,exports.ColorPicker=x.ColorPicker,exports.ColorSwatch=x.ColorSwatch,exports.ColumnView=S.ColumnView,exports.ComboRow=C.ComboRow,exports.ContributionGraph=T.ContributionGraph,exports.CountDownTimer=E.CountDownTimer,exports.Dialog=D.Dialog,exports.Drawer=O.Drawer,exports.Dropdown=k.Dropdown,exports.EntryRow=A.EntryRow,exports.ExpanderRow=j.ExpanderRow,exports.Footer=M.Footer,exports.Frame=N.Frame,exports.GNOME_BREAKPOINTS=U.GNOME_BREAKPOINTS,exports.GNOME_PALETTE=x.GNOME_PALETTE,exports.GnomeProvider=P.GnomeProvider,exports.HeaderBar=F.HeaderBar,exports.Icon=v.Icon,exports.IconButton=L.IconButton,exports.InlineViewSwitcher=R.InlineViewSwitcher,exports.InlineViewSwitcherItem=z.InlineViewSwitcherItem,exports.Link=B.Link,exports.LinkedGroup=V.LinkedGroup,exports.Modal=H.Modal,exports.NavigationPage=G.NavigationPage,exports.NavigationSplitView=W.NavigationSplitView,exports.NavigationView=G.NavigationView,exports.OverlaySplitView=K.OverlaySplitView,exports.PasswordEntryRow=q.PasswordEntryRow,exports.PathBar=J.PathBar,exports.Popover=Y.Popover,exports.PreferencesDialog=X.PreferencesDialog,exports.PreferencesGroup=Z.PreferencesGroup,exports.PreferencesPage=Q.PreferencesPage,exports.ProgressBar=re.ProgressBar,exports.RadioButton=ie.RadioButton,exports.ScrollToTop=ae.ScrollToTop,exports.SearchBar=se.SearchBar,exports.SegmentedBar=ce.SegmentedBar,exports.Separator=c.Separator,exports.ShortcutLabel=le.ShortcutLabel,exports.ShortcutsDialog=ue.ShortcutsDialog,exports.Sidebar=$.Sidebar,exports.SidebarCollapsedContext=$.SidebarCollapsedContext,exports.SidebarItem=fe.SidebarItem,exports.SidebarSection=pe.SidebarSection,exports.Skeleton=me.Skeleton,exports.Slider=he.Slider,exports.Spacer=Ne.Spacer,exports.SpinButton=ge.SpinButton,exports.SpinRow=_e.SpinRow,exports.Spinner=oe.Spinner,exports.SplitButton=ve.SplitButton,exports.StatusBadge=ye.StatusBadge,exports.StatusPage=de.StatusPage,exports.Switch=be.Switch,exports.SwitchRow=xe.SwitchRow,exports.TabBar=Se.TabBar,exports.TabItem=Ce.TabItem,exports.TabPanel=we.TabPanel,exports.TerminalView=Te.TerminalView,exports.Text=Ee.Text,exports.TextField=De.TextField,exports.Timeline=Oe.Timeline,exports.Toast=ke.Toast,exports.Toaster=Ae.Toaster,exports.ToggleGroup=je.ToggleGroup,exports.ToggleGroupItem=Me.ToggleGroupItem,exports.Toolbar=Pe.Toolbar,exports.ToolbarView=Fe.ToolbarView,exports.Tooltip=I.Tooltip,exports.ViewSwitcher=Ie.ViewSwitcher,exports.ViewSwitcherBar=Re.ViewSwitcherBar,exports.ViewSwitcherItem=Le.ViewSwitcherItem,exports.ViewSwitcherSidebar=ze.ViewSwitcherSidebar,exports.ViewSwitcherSidebarItem=Be.ViewSwitcherSidebarItem,exports.WindowTitle=Ve.WindowTitle,exports.WrapBox=He.WrapBox,exports.useAccentColor=w.useAccentColor,exports.useBreakpoint=U.useBreakpoint,exports.useColorScheme=w.useColorScheme,exports.useDateTimeFormatter=w.useDateTimeFormatter,exports.useDir=w.useDir,exports.useLocale=w.useLocale,exports.useNavigation=G.useNavigation,exports.useNumberFormatter=w.useNumberFormatter,exports.useResolvedColorScheme=w.useResolvedColorScheme,exports.useSidebarCollapsed=$.useSidebarCollapsed;
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const ee=require("./components/AboutDialog/AboutDialog.cjs"),te=require("./components/ActionRow/ActionRow.cjs"),e=require("./components/AffectedPackage/package.cjs"),t=require("./components/AffectedPackage/AffectedPackage.cjs"),n=require("./components/Avatar/Avatar.cjs"),r=require("./components/AvatarGroup/AvatarGroup.cjs"),i=require("./components/AvatarRotator/AvatarRotator.cjs"),a=require("./components/Badge/Badge.cjs"),o=require("./components/Banner/Banner.cjs"),s=require("./components/Bin/Bin.cjs"),ne=require("./components/Blockquote/Blockquote.cjs"),re=require("./components/BottomSheet/BottomSheet.cjs"),ie=require("./components/Box/Box.cjs"),ae=require("./components/Separator/Separator.cjs"),c=require("./components/BoxedList/BoxedList.cjs"),l=require("./components/BreakpointBin/BreakpointBin.cjs"),u=require("./components/Button/Button.cjs"),d=require("./components/ButtonContent/ButtonContent.cjs"),f=require("./components/ButtonRow/ButtonRow.cjs"),p=require("./components/Card/Card.cjs"),m=require("./components/Carousel/Carousel.cjs"),h=require("./components/CheckRow/CheckRow.cjs"),g=require("./components/Checkbox/Checkbox.cjs"),_=require("./components/Icon/Icon.cjs"),v=require("./components/Chip/Chip.cjs"),y=require("./components/Clamp/Clamp.cjs"),b=require("./components/ColorPicker/ColorPicker.cjs"),x=require("./components/ColumnView/ColumnView.cjs"),S=require("./components/ComboRow/ComboRow.cjs"),C=require("./components/GnomeProvider/GnomeContext.cjs"),w=require("./components/ContributionGraph/ContributionGraph.cjs"),T=require("./components/CountDownTimer/CountDownTimer.cjs"),E=require("./components/CveIdentifier/cve.cjs"),D=require("./components/CveIdentifier/CveIdentifier.cjs"),O=require("./components/SeverityBadge/severity.cjs"),k=require("./components/SeverityBadge/SeverityBadge.cjs"),A=require("./components/CvssScore/cvss.cjs"),j=require("./components/CvssScore/CvssScore.cjs"),M=require("./components/CvssVector/vector.cjs"),N=require("./components/CvssVector/CvssVector.cjs"),P=require("./components/CweIdentifier/cwe.cjs"),F=require("./components/CweIdentifier/CweIdentifier.cjs"),I=require("./components/Dialog/Dialog.cjs"),L=require("./components/Drawer/Drawer.cjs"),R=require("./components/Dropdown/Dropdown.cjs"),z=require("./components/EntryRow/EntryRow.cjs"),B=require("./components/ExpanderRow/ExpanderRow.cjs"),V=require("./components/Footer/Footer.cjs"),H=require("./components/Frame/Frame.cjs"),U=require("./components/GnomeProvider/GnomeProvider.cjs"),W=require("./components/HeaderBar/HeaderBar.cjs"),G=require("./components/Tooltip/Tooltip.cjs"),K=require("./components/IconButton/IconButton.cjs"),q=require("./components/InlineViewSwitcher/InlineViewSwitcher.cjs"),J=require("./components/InlineViewSwitcher/InlineViewSwitcherItem.cjs"),oe=require("./components/Link/Link.cjs"),se=require("./components/LinkedGroup/LinkedGroup.cjs"),ce=require("./components/Modal/Modal.cjs"),Y=require("./hooks/useBreakpoint.cjs"),le=require("./components/NavigationSplitView/NavigationSplitView.cjs"),X=require("./components/NavigationView/NavigationView.cjs"),ue=require("./components/OverlaySplitView/OverlaySplitView.cjs"),de=require("./components/PasswordEntryRow/PasswordEntryRow.cjs"),Z=require("./components/PathBar/PathBar.cjs"),fe=require("./components/Popover/Popover.cjs"),pe=require("./components/PreferencesDialog/PreferencesDialog.cjs"),me=require("./components/PreferencesGroup/PreferencesGroup.cjs"),he=require("./components/PreferencesPage/PreferencesPage.cjs"),ge=require("./components/ProgressBar/ProgressBar.cjs"),_e=require("./components/RadioButton/RadioButton.cjs"),ve=require("./components/ScrollToTop/ScrollToTop.cjs"),ye=require("./components/Spinner/Spinner.cjs"),be=require("./components/SearchBar/SearchBar.cjs"),xe=require("./components/SecurityMetric/SecurityMetric.cjs"),Se=require("./components/SegmentedBar/SegmentedBar.cjs"),Ce=require("./components/ShortcutLabel/ShortcutLabel.cjs"),we=require("./components/ShortcutsDialog/ShortcutsDialog.cjs"),Te=require("./components/StatusPage/StatusPage.cjs"),Q=require("./components/Sidebar/Sidebar.cjs"),Ee=require("./components/Sidebar/SidebarItem.cjs"),De=require("./components/Sidebar/SidebarSection.cjs"),Oe=require("./components/Skeleton/Skeleton.cjs"),ke=require("./components/Slider/Slider.cjs"),Ae=require("./components/SpinButton/SpinButton.cjs"),je=require("./components/SpinRow/SpinRow.cjs"),Me=require("./components/SplitButton/SplitButton.cjs"),Ne=require("./components/StatusBadge/StatusBadge.cjs"),Pe=require("./components/Switch/Switch.cjs"),Fe=require("./components/SwitchRow/SwitchRow.cjs"),Ie=require("./components/Tabs/TabBar.cjs"),Le=require("./components/Tabs/TabItem.cjs"),Re=require("./components/Tabs/TabPanel.cjs"),ze=require("./components/TerminalView/TerminalView.cjs"),Be=require("./components/Text/Text.cjs"),Ve=require("./components/TextField/TextField.cjs"),He=require("./components/Timeline/Timeline.cjs"),Ue=require("./components/Toast/Toast.cjs"),We=require("./components/Toast/Toaster.cjs"),Ge=require("./components/ToggleGroup/ToggleGroup.cjs"),Ke=require("./components/ToggleGroup/ToggleGroupItem.cjs"),qe=require("./components/Toolbar/Spacer.cjs"),Je=require("./components/Toolbar/Toolbar.cjs"),Ye=require("./components/ToolbarView/ToolbarView.cjs"),Xe=require("./components/ViewSwitcher/ViewSwitcher.cjs"),Ze=require("./components/ViewSwitcher/ViewSwitcherItem.cjs"),Qe=require("./components/ViewSwitcherBar/ViewSwitcherBar.cjs"),$e=require("./components/ViewSwitcherSidebar/ViewSwitcherSidebar.cjs"),et=require("./components/ViewSwitcherSidebar/ViewSwitcherSidebarItem.cjs"),tt=require("./components/VulnerabilityFinding/finding.cjs"),nt=require("./components/VulnerabilityFinding/VulnerabilityFinding.cjs"),$=require("./components/VulnerabilitySummary/summary.cjs"),rt=require("./components/VulnerabilitySummary/VulnerabilitySummary.cjs"),it=require("./components/WindowTitle/WindowTitle.cjs"),at=require("./components/WrapBox/WrapBox.cjs");exports.AboutDialog=ee.AboutDialog,exports.ActionRow=te.ActionRow,exports.AffectedPackage=t.AffectedPackage,exports.Avatar=n.Avatar,exports.AvatarGroup=r.AvatarGroup,exports.AvatarRotator=i.AvatarRotator,exports.Badge=a.Badge,exports.Banner=o.Banner,exports.Bin=s.Bin,exports.Blockquote=ne.Blockquote,exports.BottomSheet=re.BottomSheet,exports.Box=ie.Box,exports.BoxedList=c.BoxedList,exports.BreakpointBin=l.BreakpointBin,exports.Button=u.Button,exports.ButtonContent=d.ButtonContent,exports.ButtonRow=f.ButtonRow,exports.CVE_ID_PATTERN=E.CVE_ID_PATTERN,exports.CVSS_SCORE_MAX=A.CVSS_SCORE_MAX,exports.CVSS_SCORE_MIN=A.CVSS_SCORE_MIN,exports.CWE_ID_PATTERN=P.CWE_ID_PATTERN,exports.Card=p.Card,exports.Carousel=m.Carousel,exports.CarouselIndicatorDots=m.CarouselIndicatorDots,exports.CarouselIndicatorLines=m.CarouselIndicatorLines,exports.CheckRow=h.CheckRow,exports.Checkbox=g.Checkbox,exports.Chip=v.Chip,exports.Clamp=y.Clamp,exports.ColorPicker=b.ColorPicker,exports.ColorSwatch=b.ColorSwatch,exports.ColumnView=x.ColumnView,exports.ComboRow=S.ComboRow,exports.ContributionGraph=w.ContributionGraph,exports.CountDownTimer=T.CountDownTimer,exports.CveIdentifier=D.CveIdentifier,exports.CvssScore=j.CvssScore,exports.CvssVector=N.CvssVector,exports.CweIdentifier=F.CweIdentifier,exports.Dialog=I.Dialog,exports.Drawer=L.Drawer,exports.Dropdown=R.Dropdown,exports.EntryRow=z.EntryRow,exports.ExpanderRow=B.ExpanderRow,exports.Footer=V.Footer,exports.Frame=H.Frame,exports.GNOME_BREAKPOINTS=Y.GNOME_BREAKPOINTS,exports.GNOME_PALETTE=b.GNOME_PALETTE,exports.GnomeProvider=U.GnomeProvider,exports.HeaderBar=W.HeaderBar,exports.Icon=_.Icon,exports.IconButton=K.IconButton,exports.InlineViewSwitcher=q.InlineViewSwitcher,exports.InlineViewSwitcherItem=J.InlineViewSwitcherItem,exports.Link=oe.Link,exports.LinkedGroup=se.LinkedGroup,exports.Modal=ce.Modal,exports.NavigationPage=X.NavigationPage,exports.NavigationSplitView=le.NavigationSplitView,exports.NavigationView=X.NavigationView,exports.OverlaySplitView=ue.OverlaySplitView,exports.PasswordEntryRow=de.PasswordEntryRow,exports.PathBar=Z.PathBar,exports.Popover=fe.Popover,exports.PreferencesDialog=pe.PreferencesDialog,exports.PreferencesGroup=me.PreferencesGroup,exports.PreferencesPage=he.PreferencesPage,exports.ProgressBar=ge.ProgressBar,exports.RadioButton=_e.RadioButton,exports.ScrollToTop=ve.ScrollToTop,exports.SearchBar=be.SearchBar,exports.SecurityMetric=xe.SecurityMetric,exports.SegmentedBar=Se.SegmentedBar,exports.Separator=ae.Separator,exports.SeverityBadge=k.SeverityBadge,exports.ShortcutLabel=Ce.ShortcutLabel,exports.ShortcutsDialog=we.ShortcutsDialog,exports.Sidebar=Q.Sidebar,exports.SidebarCollapsedContext=Q.SidebarCollapsedContext,exports.SidebarItem=Ee.SidebarItem,exports.SidebarSection=De.SidebarSection,exports.Skeleton=Oe.Skeleton,exports.Slider=ke.Slider,exports.Spacer=qe.Spacer,exports.SpinButton=Ae.SpinButton,exports.SpinRow=je.SpinRow,exports.Spinner=ye.Spinner,exports.SplitButton=Me.SplitButton,exports.StatusBadge=Ne.StatusBadge,exports.StatusPage=Te.StatusPage,exports.Switch=Pe.Switch,exports.SwitchRow=Fe.SwitchRow,exports.TabBar=Ie.TabBar,exports.TabItem=Le.TabItem,exports.TabPanel=Re.TabPanel,exports.TerminalView=ze.TerminalView,exports.Text=Be.Text,exports.TextField=Ve.TextField,exports.Timeline=He.Timeline,exports.Toast=Ue.Toast,exports.Toaster=We.Toaster,exports.ToggleGroup=Ge.ToggleGroup,exports.ToggleGroupItem=Ke.ToggleGroupItem,exports.Toolbar=Je.Toolbar,exports.ToolbarView=Ye.ToolbarView,exports.Tooltip=G.Tooltip,exports.VULNERABILITY_FINDING_STATUS_LABELS=tt.VULNERABILITY_FINDING_STATUS_LABELS,exports.VULNERABILITY_SEVERITIES=O.VULNERABILITY_SEVERITIES,exports.VULNERABILITY_SEVERITY_LABELS=O.VULNERABILITY_SEVERITY_LABELS,exports.VULNERABILITY_SEVERITY_RANK=O.VULNERABILITY_SEVERITY_RANK,exports.ViewSwitcher=Xe.ViewSwitcher,exports.ViewSwitcherBar=Qe.ViewSwitcherBar,exports.ViewSwitcherItem=Ze.ViewSwitcherItem,exports.ViewSwitcherSidebar=$e.ViewSwitcherSidebar,exports.ViewSwitcherSidebarItem=et.ViewSwitcherSidebarItem,exports.VulnerabilityFinding=nt.VulnerabilityFinding,exports.VulnerabilitySummary=rt.VulnerabilitySummary,exports.WindowTitle=it.WindowTitle,exports.WrapBox=at.WrapBox,exports.clampCvssScore=A.clampCvssScore,exports.formatCvssScore=A.formatCvssScore,exports.formatPackageCoordinate=e.formatPackageCoordinate,exports.getCveUrl=E.getCveUrl,exports.getCveYear=E.getCveYear,exports.getCvssSeverity=A.getCvssSeverity,exports.getCweNumber=P.getCweNumber,exports.getCweUrl=P.getCweUrl,exports.getPackageUrl=e.getPackageUrl,exports.getVulnerabilitySummaryItems=$.getVulnerabilitySummaryItems,exports.getVulnerabilitySummaryTotal=$.getVulnerabilitySummaryTotal,exports.isCveId=E.isCveId,exports.isCweId=P.isCweId,exports.normalizeCveId=E.normalizeCveId,exports.normalizeCweId=P.normalizeCweId,exports.parseCvssVector=M.parseCvssVector,exports.useAccentColor=C.useAccentColor,exports.useBreakpoint=Y.useBreakpoint,exports.useColorScheme=C.useColorScheme,exports.useDateTimeFormatter=C.useDateTimeFormatter,exports.useDir=C.useDir,exports.useLocale=C.useLocale,exports.useNavigation=X.useNavigation,exports.useNumberFormatter=C.useNumberFormatter,exports.useResolvedColorScheme=C.useResolvedColorScheme,exports.useSidebarCollapsed=Q.useSidebarCollapsed;
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export type { AboutDialogLink, AboutDialogProps } from './components/AboutDialog
|
|
|
2
2
|
export { AboutDialog } from './components/AboutDialog';
|
|
3
3
|
export type { ActionRowProps } from './components/ActionRow';
|
|
4
4
|
export { ActionRow } from './components/ActionRow';
|
|
5
|
+
export type { AffectedPackageProps, PackageCoordinate, PackageEcosystem, } from './components/AffectedPackage';
|
|
6
|
+
export { AffectedPackage, formatPackageCoordinate, getPackageUrl, } from './components/AffectedPackage';
|
|
5
7
|
export type { AvatarColor, AvatarProps, AvatarSize } from './components/Avatar';
|
|
6
8
|
export { Avatar } from './components/Avatar';
|
|
7
9
|
export type { AvatarGroupItem, AvatarGroupProps } from './components/AvatarGroup';
|
|
@@ -52,6 +54,14 @@ export type { ContributionDay, ContributionGraphProps, } from './components/Cont
|
|
|
52
54
|
export { ContributionGraph } from './components/ContributionGraph';
|
|
53
55
|
export type { CountDownTimerProps, CountDownVariant } from './components/CountDownTimer';
|
|
54
56
|
export { CountDownTimer } from './components/CountDownTimer';
|
|
57
|
+
export type { CveIdentifierProps, CveLinkSource } from './components/CveIdentifier';
|
|
58
|
+
export { CVE_ID_PATTERN, CveIdentifier, getCveUrl, getCveYear, isCveId, normalizeCveId, } from './components/CveIdentifier';
|
|
59
|
+
export type { CvssScoreProps, CvssSeverity } from './components/CvssScore';
|
|
60
|
+
export { CVSS_SCORE_MAX, CVSS_SCORE_MIN, CvssScore, clampCvssScore, formatCvssScore, getCvssSeverity, } from './components/CvssScore';
|
|
61
|
+
export type { CvssVectorMetric, CvssVectorProps, ParsedCvssVector } from './components/CvssVector';
|
|
62
|
+
export { CvssVector, parseCvssVector } from './components/CvssVector';
|
|
63
|
+
export type { CweIdentifierProps, CweLinkSource } from './components/CweIdentifier';
|
|
64
|
+
export { CWE_ID_PATTERN, CweIdentifier, getCweNumber, getCweUrl, isCweId, normalizeCweId, } from './components/CweIdentifier';
|
|
55
65
|
export type { AlertDialogResponse, AlertDialogResponseVariant, DialogButton, DialogProps, } from './components/Dialog';
|
|
56
66
|
export { Dialog } from './components/Dialog';
|
|
57
67
|
export type { DrawerProps, DrawerSide, DrawerSize } from './components/Drawer';
|
|
@@ -110,10 +120,14 @@ export type { ScrollToTopPosition, ScrollToTopProps, ScrollToTopVisible, } from
|
|
|
110
120
|
export { ScrollToTop } from './components/ScrollToTop';
|
|
111
121
|
export type { SearchBarProps } from './components/SearchBar';
|
|
112
122
|
export { SearchBar } from './components/SearchBar';
|
|
123
|
+
export type { SecurityMetricProps, SecurityMetricTrend } from './components/SecurityMetric';
|
|
124
|
+
export { SecurityMetric } from './components/SecurityMetric';
|
|
113
125
|
export type { SegmentedBarProps, SegmentedBarSegment } from './components/SegmentedBar';
|
|
114
126
|
export { SegmentedBar } from './components/SegmentedBar';
|
|
115
127
|
export type { SeparatorOrientation, SeparatorProps } from './components/Separator';
|
|
116
128
|
export { Separator } from './components/Separator';
|
|
129
|
+
export type { SeverityBadgeProps, VulnerabilitySeverity } from './components/SeverityBadge';
|
|
130
|
+
export { SeverityBadge, VULNERABILITY_SEVERITIES, VULNERABILITY_SEVERITY_LABELS, VULNERABILITY_SEVERITY_RANK, } from './components/SeverityBadge';
|
|
117
131
|
export type { ShortcutLabelProps } from './components/ShortcutLabel';
|
|
118
132
|
export { ShortcutLabel } from './components/ShortcutLabel';
|
|
119
133
|
export type { ShortcutEntry, ShortcutsDialogProps, ShortcutsSection, } from './components/ShortcutsDialog';
|
|
@@ -166,6 +180,10 @@ export type { ViewSwitcherBarProps } from './components/ViewSwitcherBar';
|
|
|
166
180
|
export { ViewSwitcherBar } from './components/ViewSwitcherBar';
|
|
167
181
|
export type { ViewSwitcherSidebarItemProps, ViewSwitcherSidebarProps, } from './components/ViewSwitcherSidebar';
|
|
168
182
|
export { ViewSwitcherSidebar, ViewSwitcherSidebarItem } from './components/ViewSwitcherSidebar';
|
|
183
|
+
export type { VulnerabilityFindingProps, VulnerabilityFindingStatus, } from './components/VulnerabilityFinding';
|
|
184
|
+
export { VULNERABILITY_FINDING_STATUS_LABELS, VulnerabilityFinding, } from './components/VulnerabilityFinding';
|
|
185
|
+
export type { VulnerabilitySummaryCounts, VulnerabilitySummaryItem, VulnerabilitySummaryProps, } from './components/VulnerabilitySummary';
|
|
186
|
+
export { getVulnerabilitySummaryItems, getVulnerabilitySummaryTotal, VulnerabilitySummary, } from './components/VulnerabilitySummary';
|
|
169
187
|
export type { WindowTitleProps } from './components/WindowTitle';
|
|
170
188
|
export { WindowTitle } from './components/WindowTitle';
|
|
171
189
|
export type { WrapBoxAlign, WrapBoxJustify, WrapBoxProps } from './components/WrapBox';
|
package/dist/index.js
CHANGED
|
@@ -1,98 +1,115 @@
|
|
|
1
1
|
import { AboutDialog as e } from "./components/AboutDialog/AboutDialog.js";
|
|
2
2
|
import { ActionRow as t } from "./components/ActionRow/ActionRow.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
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 {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
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
|
-
|
|
3
|
+
import { formatPackageCoordinate as n, getPackageUrl as r } from "./components/AffectedPackage/package.js";
|
|
4
|
+
import { AffectedPackage as i } from "./components/AffectedPackage/AffectedPackage.js";
|
|
5
|
+
import { Avatar as a } from "./components/Avatar/Avatar.js";
|
|
6
|
+
import { AvatarGroup as o } from "./components/AvatarGroup/AvatarGroup.js";
|
|
7
|
+
import { AvatarRotator as s } from "./components/AvatarRotator/AvatarRotator.js";
|
|
8
|
+
import { Badge as c } from "./components/Badge/Badge.js";
|
|
9
|
+
import { Banner as l } from "./components/Banner/Banner.js";
|
|
10
|
+
import { Bin as u } from "./components/Bin/Bin.js";
|
|
11
|
+
import { Blockquote as d } from "./components/Blockquote/Blockquote.js";
|
|
12
|
+
import { BottomSheet as f } from "./components/BottomSheet/BottomSheet.js";
|
|
13
|
+
import { Box as p } from "./components/Box/Box.js";
|
|
14
|
+
import { Separator as m } from "./components/Separator/Separator.js";
|
|
15
|
+
import { BoxedList as h } from "./components/BoxedList/BoxedList.js";
|
|
16
|
+
import { BreakpointBin as g } from "./components/BreakpointBin/BreakpointBin.js";
|
|
17
|
+
import { Button as _ } from "./components/Button/Button.js";
|
|
18
|
+
import { ButtonContent as v } from "./components/ButtonContent/ButtonContent.js";
|
|
19
|
+
import { ButtonRow as y } from "./components/ButtonRow/ButtonRow.js";
|
|
20
|
+
import { Card as b } from "./components/Card/Card.js";
|
|
21
|
+
import { Carousel as x, CarouselIndicatorDots as S, CarouselIndicatorLines as C } from "./components/Carousel/Carousel.js";
|
|
22
|
+
import { CheckRow as w } from "./components/CheckRow/CheckRow.js";
|
|
23
|
+
import { Checkbox as T } from "./components/Checkbox/Checkbox.js";
|
|
24
|
+
import { Icon as E } from "./components/Icon/Icon.js";
|
|
25
|
+
import { Chip as D } from "./components/Chip/Chip.js";
|
|
26
|
+
import { Clamp as O } from "./components/Clamp/Clamp.js";
|
|
27
|
+
import { ColorPicker as k, ColorSwatch as A, GNOME_PALETTE as j } from "./components/ColorPicker/ColorPicker.js";
|
|
28
|
+
import { ColumnView as M } from "./components/ColumnView/ColumnView.js";
|
|
29
|
+
import { ComboRow as N } from "./components/ComboRow/ComboRow.js";
|
|
30
|
+
import { useAccentColor as P, useColorScheme as F, useDateTimeFormatter as I, useDir as L, useLocale as R, useNumberFormatter as z, useResolvedColorScheme as B } from "./components/GnomeProvider/GnomeContext.js";
|
|
31
|
+
import { ContributionGraph as V } from "./components/ContributionGraph/ContributionGraph.js";
|
|
32
|
+
import { CountDownTimer as H } from "./components/CountDownTimer/CountDownTimer.js";
|
|
33
|
+
import { CVE_ID_PATTERN as U, getCveUrl as W, getCveYear as G, isCveId as K, normalizeCveId as q } from "./components/CveIdentifier/cve.js";
|
|
34
|
+
import { CveIdentifier as J } from "./components/CveIdentifier/CveIdentifier.js";
|
|
35
|
+
import { VULNERABILITY_SEVERITIES as Y, VULNERABILITY_SEVERITY_LABELS as X, VULNERABILITY_SEVERITY_RANK as Z } from "./components/SeverityBadge/severity.js";
|
|
36
|
+
import { SeverityBadge as Q } from "./components/SeverityBadge/SeverityBadge.js";
|
|
37
|
+
import { CVSS_SCORE_MAX as $, CVSS_SCORE_MIN as ee, clampCvssScore as te, formatCvssScore as ne, getCvssSeverity as re } from "./components/CvssScore/cvss.js";
|
|
38
|
+
import { CvssScore as ie } from "./components/CvssScore/CvssScore.js";
|
|
39
|
+
import { parseCvssVector as ae } from "./components/CvssVector/vector.js";
|
|
40
|
+
import { CvssVector as oe } from "./components/CvssVector/CvssVector.js";
|
|
41
|
+
import { CWE_ID_PATTERN as se, getCweNumber as ce, getCweUrl as le, isCweId as ue, normalizeCweId as de } from "./components/CweIdentifier/cwe.js";
|
|
42
|
+
import { CweIdentifier as fe } from "./components/CweIdentifier/CweIdentifier.js";
|
|
43
|
+
import { Dialog as pe } from "./components/Dialog/Dialog.js";
|
|
44
|
+
import { Drawer as me } from "./components/Drawer/Drawer.js";
|
|
45
|
+
import { Dropdown as he } from "./components/Dropdown/Dropdown.js";
|
|
46
|
+
import { EntryRow as ge } from "./components/EntryRow/EntryRow.js";
|
|
47
|
+
import { ExpanderRow as _e } from "./components/ExpanderRow/ExpanderRow.js";
|
|
48
|
+
import { Footer as ve } from "./components/Footer/Footer.js";
|
|
49
|
+
import { Frame as ye } from "./components/Frame/Frame.js";
|
|
50
|
+
import { GnomeProvider as be } from "./components/GnomeProvider/GnomeProvider.js";
|
|
51
|
+
import { HeaderBar as xe } from "./components/HeaderBar/HeaderBar.js";
|
|
52
|
+
import { Tooltip as Se } from "./components/Tooltip/Tooltip.js";
|
|
53
|
+
import { IconButton as Ce } from "./components/IconButton/IconButton.js";
|
|
54
|
+
import { InlineViewSwitcher as we } from "./components/InlineViewSwitcher/InlineViewSwitcher.js";
|
|
55
|
+
import { InlineViewSwitcherItem as Te } from "./components/InlineViewSwitcher/InlineViewSwitcherItem.js";
|
|
56
|
+
import { Link as Ee } from "./components/Link/Link.js";
|
|
57
|
+
import { LinkedGroup as De } from "./components/LinkedGroup/LinkedGroup.js";
|
|
58
|
+
import { Modal as Oe } from "./components/Modal/Modal.js";
|
|
59
|
+
import { GNOME_BREAKPOINTS as ke, useBreakpoint as Ae } from "./hooks/useBreakpoint.js";
|
|
60
|
+
import { NavigationSplitView as je } from "./components/NavigationSplitView/NavigationSplitView.js";
|
|
61
|
+
import { NavigationPage as Me, NavigationView as Ne, useNavigation as Pe } from "./components/NavigationView/NavigationView.js";
|
|
62
|
+
import { OverlaySplitView as Fe } from "./components/OverlaySplitView/OverlaySplitView.js";
|
|
63
|
+
import { PasswordEntryRow as Ie } from "./components/PasswordEntryRow/PasswordEntryRow.js";
|
|
64
|
+
import { PathBar as Le } from "./components/PathBar/PathBar.js";
|
|
65
|
+
import { Popover as Re } from "./components/Popover/Popover.js";
|
|
66
|
+
import { PreferencesDialog as ze } from "./components/PreferencesDialog/PreferencesDialog.js";
|
|
67
|
+
import { PreferencesGroup as Be } from "./components/PreferencesGroup/PreferencesGroup.js";
|
|
68
|
+
import { PreferencesPage as Ve } from "./components/PreferencesPage/PreferencesPage.js";
|
|
69
|
+
import { ProgressBar as He } from "./components/ProgressBar/ProgressBar.js";
|
|
70
|
+
import { RadioButton as Ue } from "./components/RadioButton/RadioButton.js";
|
|
71
|
+
import { ScrollToTop as We } from "./components/ScrollToTop/ScrollToTop.js";
|
|
72
|
+
import { Spinner as Ge } from "./components/Spinner/Spinner.js";
|
|
73
|
+
import { SearchBar as Ke } from "./components/SearchBar/SearchBar.js";
|
|
74
|
+
import { SecurityMetric as qe } from "./components/SecurityMetric/SecurityMetric.js";
|
|
75
|
+
import { SegmentedBar as Je } from "./components/SegmentedBar/SegmentedBar.js";
|
|
76
|
+
import { ShortcutLabel as Ye } from "./components/ShortcutLabel/ShortcutLabel.js";
|
|
77
|
+
import { ShortcutsDialog as Xe } from "./components/ShortcutsDialog/ShortcutsDialog.js";
|
|
78
|
+
import { StatusPage as Ze } from "./components/StatusPage/StatusPage.js";
|
|
79
|
+
import { Sidebar as Qe, SidebarCollapsedContext as $e, useSidebarCollapsed as et } from "./components/Sidebar/Sidebar.js";
|
|
80
|
+
import { SidebarItem as tt } from "./components/Sidebar/SidebarItem.js";
|
|
81
|
+
import { SidebarSection as nt } from "./components/Sidebar/SidebarSection.js";
|
|
82
|
+
import { Skeleton as rt } from "./components/Skeleton/Skeleton.js";
|
|
83
|
+
import { Slider as it } from "./components/Slider/Slider.js";
|
|
84
|
+
import { SpinButton as at } from "./components/SpinButton/SpinButton.js";
|
|
85
|
+
import { SpinRow as ot } from "./components/SpinRow/SpinRow.js";
|
|
86
|
+
import { SplitButton as st } from "./components/SplitButton/SplitButton.js";
|
|
87
|
+
import { StatusBadge as ct } from "./components/StatusBadge/StatusBadge.js";
|
|
88
|
+
import { Switch as lt } from "./components/Switch/Switch.js";
|
|
89
|
+
import { SwitchRow as ut } from "./components/SwitchRow/SwitchRow.js";
|
|
90
|
+
import { TabBar as dt } from "./components/Tabs/TabBar.js";
|
|
91
|
+
import { TabItem as ft } from "./components/Tabs/TabItem.js";
|
|
92
|
+
import { TabPanel as pt } from "./components/Tabs/TabPanel.js";
|
|
93
|
+
import { TerminalView as mt } from "./components/TerminalView/TerminalView.js";
|
|
94
|
+
import { Text as ht } from "./components/Text/Text.js";
|
|
95
|
+
import { TextField as gt } from "./components/TextField/TextField.js";
|
|
96
|
+
import { Timeline as _t } from "./components/Timeline/Timeline.js";
|
|
97
|
+
import { Toast as vt } from "./components/Toast/Toast.js";
|
|
98
|
+
import { Toaster as yt } from "./components/Toast/Toaster.js";
|
|
99
|
+
import { ToggleGroup as bt } from "./components/ToggleGroup/ToggleGroup.js";
|
|
100
|
+
import { ToggleGroupItem as xt } from "./components/ToggleGroup/ToggleGroupItem.js";
|
|
101
|
+
import { Spacer as St } from "./components/Toolbar/Spacer.js";
|
|
102
|
+
import { Toolbar as Ct } from "./components/Toolbar/Toolbar.js";
|
|
103
|
+
import { ToolbarView as wt } from "./components/ToolbarView/ToolbarView.js";
|
|
104
|
+
import { ViewSwitcher as Tt } from "./components/ViewSwitcher/ViewSwitcher.js";
|
|
105
|
+
import { ViewSwitcherItem as Et } from "./components/ViewSwitcher/ViewSwitcherItem.js";
|
|
106
|
+
import { ViewSwitcherBar as Dt } from "./components/ViewSwitcherBar/ViewSwitcherBar.js";
|
|
107
|
+
import { ViewSwitcherSidebar as Ot } from "./components/ViewSwitcherSidebar/ViewSwitcherSidebar.js";
|
|
108
|
+
import { ViewSwitcherSidebarItem as kt } from "./components/ViewSwitcherSidebar/ViewSwitcherSidebarItem.js";
|
|
109
|
+
import { VULNERABILITY_FINDING_STATUS_LABELS as At } from "./components/VulnerabilityFinding/finding.js";
|
|
110
|
+
import { VulnerabilityFinding as jt } from "./components/VulnerabilityFinding/VulnerabilityFinding.js";
|
|
111
|
+
import { getVulnerabilitySummaryItems as Mt, getVulnerabilitySummaryTotal as Nt } from "./components/VulnerabilitySummary/summary.js";
|
|
112
|
+
import { VulnerabilitySummary as Pt } from "./components/VulnerabilitySummary/VulnerabilitySummary.js";
|
|
113
|
+
import { WindowTitle as Ft } from "./components/WindowTitle/WindowTitle.js";
|
|
114
|
+
import { WrapBox as It } from "./components/WrapBox/WrapBox.js";
|
|
115
|
+
export { e as AboutDialog, t as ActionRow, i as AffectedPackage, a as Avatar, o as AvatarGroup, s as AvatarRotator, c as Badge, l as Banner, u as Bin, d as Blockquote, f as BottomSheet, p as Box, h as BoxedList, g as BreakpointBin, _ as Button, v as ButtonContent, y as ButtonRow, U as CVE_ID_PATTERN, $ as CVSS_SCORE_MAX, ee as CVSS_SCORE_MIN, se as CWE_ID_PATTERN, b as Card, x as Carousel, S as CarouselIndicatorDots, C as CarouselIndicatorLines, w as CheckRow, T as Checkbox, D as Chip, O as Clamp, k as ColorPicker, A as ColorSwatch, M as ColumnView, N as ComboRow, V as ContributionGraph, H as CountDownTimer, J as CveIdentifier, ie as CvssScore, oe as CvssVector, fe as CweIdentifier, pe as Dialog, me as Drawer, he as Dropdown, ge as EntryRow, _e as ExpanderRow, ve as Footer, ye as Frame, ke as GNOME_BREAKPOINTS, j as GNOME_PALETTE, be as GnomeProvider, xe as HeaderBar, E as Icon, Ce as IconButton, we as InlineViewSwitcher, Te as InlineViewSwitcherItem, Ee as Link, De as LinkedGroup, Oe as Modal, Me as NavigationPage, je as NavigationSplitView, Ne as NavigationView, Fe as OverlaySplitView, Ie as PasswordEntryRow, Le as PathBar, Re as Popover, ze as PreferencesDialog, Be as PreferencesGroup, Ve as PreferencesPage, He as ProgressBar, Ue as RadioButton, We as ScrollToTop, Ke as SearchBar, qe as SecurityMetric, Je as SegmentedBar, m as Separator, Q as SeverityBadge, Ye as ShortcutLabel, Xe as ShortcutsDialog, Qe as Sidebar, $e as SidebarCollapsedContext, tt as SidebarItem, nt as SidebarSection, rt as Skeleton, it as Slider, St as Spacer, at as SpinButton, ot as SpinRow, Ge as Spinner, st as SplitButton, ct as StatusBadge, Ze as StatusPage, lt as Switch, ut as SwitchRow, dt as TabBar, ft as TabItem, pt as TabPanel, mt as TerminalView, ht as Text, gt as TextField, _t as Timeline, vt as Toast, yt as Toaster, bt as ToggleGroup, xt as ToggleGroupItem, Ct as Toolbar, wt as ToolbarView, Se as Tooltip, At as VULNERABILITY_FINDING_STATUS_LABELS, Y as VULNERABILITY_SEVERITIES, X as VULNERABILITY_SEVERITY_LABELS, Z as VULNERABILITY_SEVERITY_RANK, Tt as ViewSwitcher, Dt as ViewSwitcherBar, Et as ViewSwitcherItem, Ot as ViewSwitcherSidebar, kt as ViewSwitcherSidebarItem, jt as VulnerabilityFinding, Pt as VulnerabilitySummary, Ft as WindowTitle, It as WrapBox, te as clampCvssScore, ne as formatCvssScore, n as formatPackageCoordinate, W as getCveUrl, G as getCveYear, re as getCvssSeverity, ce as getCweNumber, le as getCweUrl, r as getPackageUrl, Mt as getVulnerabilitySummaryItems, Nt as getVulnerabilitySummaryTotal, K as isCveId, ue as isCweId, q as normalizeCveId, de as normalizeCweId, ae as parseCvssVector, P as useAccentColor, Ae as useBreakpoint, F as useColorScheme, I as useDateTimeFormatter, L as useDir, R as useLocale, Pe as useNavigation, z as useNumberFormatter, B as useResolvedColorScheme, et as useSidebarCollapsed };
|