jamdesk 1.1.106 → 1.1.107
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": "jamdesk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.107",
|
|
4
4
|
"description": "CLI for Jamdesk — build, preview, and deploy documentation sites from MDX. Dev server with hot reload, 50+ components, OpenAPI support, AI search, and Mintlify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jamdesk",
|
package/vendored/app/globals.css
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
@import "tailwindcss";
|
|
2
2
|
|
|
3
|
+
/*
|
|
4
|
+
* Load the v3-style JS config so Tailwind v4 generates the theme-* utility
|
|
5
|
+
* classes (text-theme-accent, bg-theme-bg-primary, etc.) declared in
|
|
6
|
+
* tailwind.config.ts. Without this directive v4 ignores the JS config and
|
|
7
|
+
* those classes are silently absent — inline links and other theme-colored
|
|
8
|
+
* elements then fall back to inherited body color.
|
|
9
|
+
*/
|
|
10
|
+
@config "../tailwind.config.ts";
|
|
11
|
+
|
|
3
12
|
/* Import base shared styles */
|
|
4
13
|
@import "../themes/base.css";
|
|
5
14
|
|
|
@@ -164,7 +164,7 @@ export function SocialFooter({ config, hidden, projectSlug }: SocialFooterProps)
|
|
|
164
164
|
href={getBrandingUrl(projectSlug)}
|
|
165
165
|
target="_blank"
|
|
166
166
|
rel="noopener noreferrer"
|
|
167
|
-
className="group flex items-baseline gap-1 text-sm text-
|
|
167
|
+
className="group flex items-baseline gap-1 text-sm text-theme-marker hover:text-theme-text-tertiary transition-colors whitespace-nowrap"
|
|
168
168
|
>
|
|
169
169
|
Powered by
|
|
170
170
|
<span
|