Skip to content

Commit

Permalink
chore: bump carbon-svelte-components to 0.80
Browse files Browse the repository at this point in the history
No longer need a custom HeaderActionLink component
  • Loading branch information
mgreminger committed Aug 27, 2023
1 parent 7023b3a commit 86fb82e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 55 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@tsconfig/svelte": "^5.0.2",
"@types/wicg-file-system-access": "^2020.9.5",
"better-sqlite3": "^7.6.2",
"carbon-components-svelte": "^0.79.0",
"carbon-components-svelte": "^0.80.0",
"carbon-icons-svelte": "^12.1.0",
"carbon-preprocess-svelte": "^0.10.0",
"expect": "^26.6.2",
Expand Down
7 changes: 3 additions & 4 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@
SideNavMenu,
SideNavItems,
SideNavLink,
HeaderActionLink
} from "carbon-components-svelte";
import CustomHeaderActionLink from "./CustomHeaderActionLink.svelte";
import CloudUpload from "carbon-icons-svelte/lib/CloudUpload.svelte";
import Document from "carbon-icons-svelte/lib/Document.svelte";
import DocumentBlank from "carbon-icons-svelte/lib/DocumentBlank.svelte";
Expand Down Expand Up @@ -2141,7 +2140,7 @@ Please include a link to this sheet in the email to assist in debugging the prob

<HeaderUtilities>
{#if !inIframe}
<CustomHeaderActionLink
<HeaderActionLink
id="new-sheet"
title="New Sheet"
href="/"
Expand All @@ -2166,7 +2165,7 @@ Please include a link to this sheet in the email to assist in debugging the prob
on:click={handleGetShareableLink}
icon={CloudUpload}
/>
<CustomHeaderActionLink
<HeaderActionLink
href={`/${tutorialHash}`}
title="Tutorial"
rel="nofollow"
Expand Down
43 changes: 0 additions & 43 deletions src/CustomHeaderActionLink.svelte

This file was deleted.

0 comments on commit 86fb82e

Please sign in to comment.