@theguild/components 8.0.0-alpha-20241110015954-1ca4d47bf5458cd228d51148a944e462d4718997 → 8.0.0-alpha-20241110020203-4e1ca4b0af3a3aacc9214f71a8e12287f2c13a93

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +0 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "8.0.0-alpha-20241110015954-1ca4d47bf5458cd228d51148a944e462d4718997",
3
+ "version": "8.0.0-alpha-20241110020203-4e1ca4b0af3a3aacc9214f71a8e12287f2c13a93",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"
package/style.css CHANGED
@@ -5,21 +5,6 @@
5
5
  @import 'tailwindcss/components' layer(l-components);
6
6
  @import 'tailwindcss/utilities';
7
7
 
8
- .nextra-banner-container._bg-neutral-900._flex {
9
- @apply bg-[#48224e] bg-none;
10
- }
11
-
12
- @layer l-nextra {
13
- #headlessui-portal-root [role='menu']:has(a[href='https://the-guild.dev/graphql/hive'])
14
- {
15
- @apply grid !max-h-[unset] w-[700px] grid-cols-5 gap-y-2 p-2;
16
-
17
- a:nth-child(-n + 5) {
18
- @apply rounded-b-none border-b border-black/20 pb-3 dark:border-white/20;
19
- }
20
- }
21
- }
22
-
23
8
  /* #region hamburger mobile menu */
24
9
 
25
10
  .light .nextra-sidebar-container input {