Skip to content

Commit

Permalink
feat: Mobile OnThisPage (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ authored Jul 5, 2023
1 parent 76c16b3 commit dd347a9
Show file tree
Hide file tree
Showing 10 changed files with 289 additions and 207 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-rivers-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

OnThisPage for mobile
4 changes: 2 additions & 2 deletions packages/site-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"access": "public"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0",
"svelte": "^3.54.0 || ^4.0.0-next.1 || ^4.0.0"
"@sveltejs/kit": "^1.20.0",
"svelte": "^4.0.0"
},
"types": "./dist/types.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/site-kit/src/lib/components/Icons.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Provides a list of svg icons that can be referenced through the `Icon` component
/>
</symbol>

<symbol id="contents" viewBox="0 0 256 256">
<symbol id="contents" viewBox="0 0 256 256" stroke-width="0">
<path
fill="currentColor"
d="M224 44h-64a43.86 43.86 0 0 0-32 13.85A43.86 43.86 0 0 0 96 44H32a20 20 0 0 0-20 20v128a20 20 0 0 0 20 20h64a20 20 0 0 1 20 20a12 12 0 0 0 24 0a20 20 0 0 1 20-20h64a20 20 0 0 0 20-20V64a20 20 0 0 0-20-20ZM96 188H36V68h60a20 20 0 0 1 20 20v104.81A43.79 43.79 0 0 0 96 188Zm124 0h-60a43.71 43.71 0 0 0-20 4.83V88a20 20 0 0 1 20-20h60Z"
Expand Down
112 changes: 0 additions & 112 deletions packages/site-kit/src/lib/components/MotionToggle.svelte

This file was deleted.

Loading

0 comments on commit dd347a9

Please sign in to comment.