@farming-labs/astro-theme 0.0.11 → 0.0.14
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/astro-theme",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "Astro UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"astro",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"sugar-high": "^0.9.5",
|
|
82
|
-
"@farming-labs/
|
|
83
|
-
"@farming-labs/
|
|
82
|
+
"@farming-labs/docs": "0.0.14",
|
|
83
|
+
"@farming-labs/astro": "0.0.14"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"astro": ">=4.0.0"
|
|
@@ -24,7 +24,7 @@ const { config = null } = Astro.props;
|
|
|
24
24
|
placeholder="Search documentation…"
|
|
25
25
|
autocomplete="off"
|
|
26
26
|
/>
|
|
27
|
-
<kbd class="omni-kbd">⌘K</kbd>
|
|
27
|
+
<kbd class="omni-kbd">⌘ K</kbd>
|
|
28
28
|
<button type="button" aria-label="Close" class="omni-close-btn" id="fd-omni-close">
|
|
29
29
|
<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">
|
|
30
30
|
<path d="M18 6 6 18" />
|