@theguild/components 8.0.0-alpha-20241120105145-cd16661303b7d080c2fd1c50e3ed8d407c9106f7 → 8.0.0-alpha-20241120110520-c3f9e095066787ab69ed8ccc219bf96e24afaae8
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/dist/components/cookies-consent.d.mts +2 -1
- package/dist/components/get-your-api-game-right-section.js +2 -2
- package/dist/components/hive-footer/contact-us.d.mts +5 -0
- package/dist/components/hive-footer/contact-us.js +21 -0
- package/dist/components/hive-footer/index.d.mts +16 -0
- package/dist/components/{hive-footer.js → hive-footer/index.js} +14 -27
- package/dist/components/hive-navigation/index.d.mts +6 -4
- package/dist/components/hive-navigation/index.js +33 -27
- package/dist/components/icons/index.d.mts +1 -1
- package/dist/components/icons/index.js +50 -52
- package/dist/components/index.d.mts +3 -4
- package/dist/components/index.js +2 -6
- package/dist/components/schema-type.js +1 -1
- package/dist/components/stud.d.mts +2 -1
- package/dist/index.d.mts +5 -7
- package/dist/index.js +3 -1
- package/dist/logos/guild.js +1 -1
- package/dist/logos/index.d.mts +20 -21
- package/dist/logos/index.js +16 -13
- package/dist/products.js +1 -3
- package/dist/server/index.d.mts +4 -3
- package/dist/server/index.js +2 -1
- package/dist/server/mdx-components.d.mts +182 -202
- package/dist/server/mdx-components.js +2 -1
- package/dist/server/next.config.js +16 -2
- package/dist/server/theme-layout.d.mts +7 -1
- package/dist/server/theme-layout.js +31 -15
- package/dist/types/components.d.mts +1 -6
- package/package.json +2 -2
- package/style.css +1 -31
- package/dist/components/footer.d.mts +0 -9
- package/dist/components/footer.js +0 -116
- package/dist/components/guild-navbar-logo.d.mts +0 -19
- package/dist/components/guild-navbar-logo.js +0 -62
- package/dist/components/hive-footer.d.mts +0 -12
- package/dist/helpers/render-slot.d.mts +0 -3
- package/dist/helpers/render-slot.js +0 -21
package/dist/logos/index.d.mts
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { FC } from 'react';
|
|
3
3
|
export { ReactComponent as AngularLogo, ReactComponent as CodeGeneratorLogo, ReactComponent as ConductorLogo, ReactComponent as ConfigLogo, ReactComponent as FetsLogo, ReactComponent as GraphQLFoundationLogo, ReactComponent as GuildLogo, ReactComponent as HeltinLogo, ReactComponent as HiveCombinationMark, ReactComponent as KitQLLogo, ReactComponent as MeshLogo, ReactComponent as ModulesLogo, ReactComponent as NextraLogo, ReactComponent as SSELogo, ReactComponent as StitchingLogo, ReactComponent as TheGuild, ReactComponent as ToolsLogo, ReactComponent as WSLogo, ReactComponent as WhatsAppLogo, ReactComponent as YogaLogo } from './angular.mjs';
|
|
4
4
|
import 'nextra/icons';
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
declare const
|
|
8
|
-
declare const
|
|
9
|
-
declare const
|
|
10
|
-
declare const
|
|
11
|
-
declare const
|
|
12
|
-
declare const
|
|
13
|
-
declare const
|
|
14
|
-
declare const
|
|
15
|
-
declare const
|
|
16
|
-
declare const
|
|
17
|
-
declare const
|
|
18
|
-
declare const
|
|
19
|
-
declare const
|
|
20
|
-
declare const
|
|
21
|
-
declare const
|
|
22
|
-
declare const
|
|
23
|
-
declare const WhatsAppLettermark: (props: LettermarkLogoProps) => react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare const InspectorLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
7
|
+
declare const SofaLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
8
|
+
declare const GraphQLESlintLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
9
|
+
declare const EnvelopLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
10
|
+
declare const ScalarsLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
11
|
+
declare const ConductorLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
12
|
+
declare const StitchingLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
13
|
+
declare const ToolsLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
14
|
+
declare const ModulesLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
15
|
+
declare const ConfigLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
16
|
+
declare const FetsLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
17
|
+
declare const AngularLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
18
|
+
declare const KitQLLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
19
|
+
declare const WSLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
20
|
+
declare const SSELettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
21
|
+
declare const HeltinLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
22
|
+
declare const WhatsAppLettermark: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
24
23
|
|
|
25
|
-
export { AngularLettermark, ConductorLettermark, ConfigLettermark, EnvelopLettermark, FetsLettermark, GraphQLESlintLettermark, HeltinLettermark, InspectorLettermark, KitQLLettermark,
|
|
24
|
+
export { AngularLettermark, ConductorLettermark, ConfigLettermark, EnvelopLettermark, FetsLettermark, GraphQLESlintLettermark, HeltinLettermark, InspectorLettermark, KitQLLettermark, ModulesLettermark, SSELettermark, ScalarsLettermark, SofaLettermark, StitchingLettermark, ToolsLettermark, WSLettermark, WhatsAppLettermark };
|
package/dist/logos/index.js
CHANGED
|
@@ -20,19 +20,22 @@ import { ReactComponent as ReactComponent17 } from "./ws";
|
|
|
20
20
|
import { ReactComponent as ReactComponent18 } from "./yoga";
|
|
21
21
|
import { ReactComponent as ReactComponent19 } from "./hive-combination-mark";
|
|
22
22
|
import { ReactComponent as ReactComponent20 } from "./graphql-foundation";
|
|
23
|
-
const createLettermarkLogo = (text) =>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
23
|
+
const createLettermarkLogo = (text) => {
|
|
24
|
+
const LettermarkLogo = (props) => {
|
|
25
|
+
return /* @__PURE__ */ jsx(
|
|
26
|
+
"span",
|
|
27
|
+
{
|
|
28
|
+
role: "img",
|
|
29
|
+
...props,
|
|
30
|
+
className: cn(
|
|
31
|
+
"inline-flex items-center justify-center text-xs font-medium",
|
|
32
|
+
props.className
|
|
33
|
+
),
|
|
34
|
+
children: text
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
};
|
|
38
|
+
return LettermarkLogo;
|
|
36
39
|
};
|
|
37
40
|
const InspectorLettermark = createLettermarkLogo("INS");
|
|
38
41
|
const SofaLettermark = createLettermarkLogo("SOF");
|
package/dist/products.js
CHANGED
|
@@ -217,13 +217,11 @@ const PRODUCTS_MENU_LIST = Object.fromEntries(
|
|
|
217
217
|
}
|
|
218
218
|
];
|
|
219
219
|
}
|
|
220
|
-
const Logo = item.logo;
|
|
221
220
|
return [
|
|
222
221
|
i,
|
|
223
222
|
{
|
|
224
223
|
type: "page",
|
|
225
224
|
href: item.href,
|
|
226
|
-
newWindow: true,
|
|
227
225
|
title: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
228
226
|
/* @__PURE__ */ jsx(
|
|
229
227
|
"div",
|
|
@@ -232,7 +230,7 @@ const PRODUCTS_MENU_LIST = Object.fromEntries(
|
|
|
232
230
|
"flex translate-y-[0.25px]",
|
|
233
231
|
i > 6 && "rounded-sm bg-gray-500 text-white dark:bg-white/10"
|
|
234
232
|
),
|
|
235
|
-
children: /* @__PURE__ */ jsx(
|
|
233
|
+
children: /* @__PURE__ */ jsx(item.logo, { className: "size-4 text-[8px]" })
|
|
236
234
|
}
|
|
237
235
|
),
|
|
238
236
|
item.name
|
package/dist/server/index.d.mts
CHANGED
|
@@ -2,15 +2,16 @@ export { useMDXComponents } from './mdx-components.mjs';
|
|
|
2
2
|
export { MDXRemote } from 'nextra/mdx-remote';
|
|
3
3
|
export { fetchFilePathsFromGitHub } from 'nextra/fetch-filepaths-from-github';
|
|
4
4
|
export { compileMdx } from 'nextra/compile';
|
|
5
|
-
export { getPageMap } from 'nextra/page-map';
|
|
5
|
+
export { createIndexPage, getPageMap } from 'nextra/page-map';
|
|
6
6
|
export { fetchPackageInfo } from './npm.mjs';
|
|
7
7
|
export { GuildLayout, getDefaultMetadata } from './theme-layout.mjs';
|
|
8
|
+
import 'next/image';
|
|
8
9
|
import 'nextra';
|
|
9
10
|
import 'nextra/components';
|
|
10
11
|
import 'nextra/mdx-components/pre/index';
|
|
11
|
-
import 'next/image';
|
|
12
|
-
import 'next/dist/shared/lib/get-img-props';
|
|
13
12
|
import 'react/jsx-runtime';
|
|
14
13
|
import 'react';
|
|
15
14
|
import 'next';
|
|
16
15
|
import 'nextra-theme-docs';
|
|
16
|
+
import '../components/hive-navigation/index.mjs';
|
|
17
|
+
import '../components/hive-navigation/graphql-conf-card.mjs';
|
package/dist/server/index.js
CHANGED
|
@@ -2,13 +2,14 @@ import { useMDXComponents } from "./mdx-components.js";
|
|
|
2
2
|
import { MDXRemote } from "nextra/mdx-remote";
|
|
3
3
|
import { fetchFilePathsFromGitHub } from "nextra/fetch-filepaths-from-github";
|
|
4
4
|
import { compileMdx } from "nextra/compile";
|
|
5
|
-
import { getPageMap } from "nextra/page-map";
|
|
5
|
+
import { getPageMap, createIndexPage } from "nextra/page-map";
|
|
6
6
|
import { fetchPackageInfo } from "./npm.js";
|
|
7
7
|
import { GuildLayout, getDefaultMetadata } from "./theme-layout.js";
|
|
8
8
|
export {
|
|
9
9
|
GuildLayout,
|
|
10
10
|
MDXRemote,
|
|
11
11
|
compileMdx,
|
|
12
|
+
createIndexPage,
|
|
12
13
|
fetchFilePathsFromGitHub,
|
|
13
14
|
fetchPackageInfo,
|
|
14
15
|
getDefaultMetadata,
|