@theguild/components 9.9.0-alpha-20250917184654-59b4327c792fe19fb7c6ea56f0e6e168beb7443f → 9.9.0-alpha-20250918102555-7be9b719f52d6fd5d6ae8cb9c1f1738b7fae5579
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.
|
@@ -47,7 +47,7 @@ const HiveLayout = async ({
|
|
|
47
47
|
--nextra-primary-saturation: 40%;
|
|
48
48
|
--nextra-bg: 255, 255, 255;
|
|
49
49
|
}
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
.x\\:tracking-tight,
|
|
52
52
|
.nextra-steps :is(h2, h3, h4) {
|
|
53
53
|
letter-spacing: normal;
|
|
@@ -58,16 +58,16 @@ const HiveLayout = async ({
|
|
|
58
58
|
background: #fff;
|
|
59
59
|
color-scheme: light !important;
|
|
60
60
|
}
|
|
61
|
-
|
|
61
|
+
|
|
62
62
|
html:has(body.light) .nextra-search-results mark {
|
|
63
63
|
background: oklch(0.611752 0.07807 214.47 / 0.8);
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
|
|
66
66
|
html:has(body.light) .nextra-sidebar-footer {
|
|
67
67
|
display: none;
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
#crisp-chatbox { z-index: 40 !important; }
|
|
69
|
+
|
|
70
|
+
.crisp-client, #crisp-chatbox { z-index: 40 !important; }
|
|
71
71
|
`
|
|
72
72
|
}),
|
|
73
73
|
head
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "9.9.0-alpha-
|
|
3
|
+
"version": "9.9.0-alpha-20250918102555-7be9b719f52d6fd5d6ae8cb9c1f1738b7fae5579",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|