Skip to content

Commit 6bed9df

Browse files
committed
refactor: remove Figma file
1 parent 5a707ee commit 6bed9df

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"clean": "git clean -xdf node_modules .turbo .cache",
1313
"clean:workspaces": "turbo run clean",
1414
"dev": "turbo watch dev --continue",
15-
"dev:next": "turbo watch dev -F nextjs-example...",
16-
"dev:storybook": "turbo watch dev:storybook",
15+
"dev:storybook": "turbo dev:storybook",
1716
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
1817
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
1918
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
-24.6 KB
Binary file not shown.

storybooks/main-storybook/src/1-getting_started/1-3_figma_file_download.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ import DownloadImage from "../assets/download.jpg";
1919
customized to suit your needs.
2020
</Description>
2121

22-
<Button size="small" variant="primary" className="sb-unstyled" asChild>
23-
<a href="./Lena'sTestFile.fig" download>
24-
<Icon name="RiDownload2Line" />
25-
Download
26-
</a>
22+
<Button
23+
size="small"
24+
variant="primary"
25+
className="sb-unstyled"
26+
onClick={() => alert("Figma file download is comming soon!")}
27+
>
28+
<Icon name="RiDownload2Line" />
29+
Download
2730
</Button>
2831

2932
<img src={DownloadImage} alt="" style={{ marginTop: "1.5rem" }} />

turbo.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"outputs": [".cache/tsbuildinfo.json", "dist/**"]
1111
},
1212
"dev:storybook": {
13-
"dependsOn": ["^dev"],
1413
"cache": false,
1514
"persistent": false
1615
},

0 commit comments

Comments
 (0)