Skip to content

Commit

Permalink
Merge branch 'master' into feat/orama
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 7, 2023
2 parents 7867f15 + 202903c commit 7d47065
Show file tree
Hide file tree
Showing 18 changed files with 634 additions and 516 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"hungry-moons-dance",
"lovely-tools-march",
"new-cherries-drop",
"pretty-eagles-march",
"pretty-rivers-warn",
"rare-crabs-bake",
"serious-falcons-invite",
"shiny-coats-fold",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/pretty-eagles-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

Prevent triggering "On this page" overlay on desktop
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"ci:version": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.26.1"
"@changesets/cli": "^2.26.2"
}
}
12 changes: 12 additions & 0 deletions packages/site-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/site-kit changelog

## 6.0.0-next.20

### Patch Changes

- 5b9f8ec: Prevent triggering "On this page" overlay on desktop

## 6.0.0-next.19

### Patch Changes

- dd347a9: OnThisPage for mobile

## 6.0.0-next.18

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/site-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/site-kit",
"version": "6.0.0-next.18",
"version": "6.0.0-next.20",
"description": "Styles and components for use in *.svelte.dev websites",
"type": "module",
"scripts": {
Expand All @@ -24,25 +24,25 @@
},
"devDependencies": {
"@orama/orama": "^1.0.8",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/kit": "^1.22.1",
"@sveltejs/package": "^2.0.2",
"@types/marked": "^5.0.0",
"@types/node": "^20.3.1",
"@types/node": "^20.4.0",
"@types/prettier": "^2.7.3",
"magic-string": "^0.30.0",
"marked": "^5.1.0",
"prettier": "^2.8.8",
"shiki-twoslash": "^3.1.2",
"svelte": "^4.0.3",
"svelte": "^4.0.5",
"typescript": "^5.1.3",
"vite": "^4.3.9"
"vite": "^4.4.2"
},
"publishConfig": {
"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 7d47065

Please sign in to comment.