@farming-labs/svelte-theme 0.0.12 → 0.0.15
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farming-labs/svelte-theme",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Svelte UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"gray-matter": "^4.0.3",
|
|
84
84
|
"sugar-high": "^0.9.5",
|
|
85
|
-
"@farming-labs/
|
|
86
|
-
"@farming-labs/
|
|
85
|
+
"@farming-labs/docs": "0.0.15",
|
|
86
|
+
"@farming-labs/svelte": "0.0.15"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"svelte": ">=5.0.0"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
autocomplete="off"
|
|
237
237
|
onkeydown={handleKeydown}
|
|
238
238
|
/>
|
|
239
|
-
<kbd class="omni-kbd">⌘K</kbd>
|
|
239
|
+
<kbd class="omni-kbd">⌘ K</kbd>
|
|
240
240
|
<button type="button" aria-label="Close" class="omni-close-btn" onclick={close}>
|
|
241
241
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
|
242
242
|
<path d="M18 6 6 18" />
|