coherent-docs-theme 1.0.5 → 1.0.6
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/overrides/Search.astro +2 -2
- package/package.json +1 -1
package/overrides/Search.astro
CHANGED
|
@@ -100,8 +100,8 @@ const isDev = import.meta.env.DEV;
|
|
|
100
100
|
"frontend-tools.coherent-labs.com/gameface-vite-plugin": { text: "UI Tools | Gameface Vite Plugin", color: "#007acc" },
|
|
101
101
|
"frontend-tools.coherent-labs.com/vite-solid-style-to-css-plugin": { text: "UI Tools | Solid Style to CSS Plugin", color: "#007add" },
|
|
102
102
|
"frontend-tools.coherent-labs.com/data-binding-autocomplete": { text: "UI Tools | Data Binding Autocomplete", color: "#007aee" },
|
|
103
|
-
"frontend-tools.coherent-labs.com
|
|
104
|
-
"gameface-ui": { text: "Gameface UI", color: "#e24a4a" },
|
|
103
|
+
"frontend-tools.coherent-labs.com": { text: "UI Tools", color: "#007aff" },
|
|
104
|
+
"gameface-ui.coherent-labs.com": { text: "Gameface UI", color: "#e24a4a" },
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
function setupSearchInputListener(searchInput, pagefind) {
|