@theguild/components 9.8.0 → 9.9.0-alpha-20250905152445-984bbf75104c6be05e4392463cd19b8e049a2619
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/icons/hive-router.d.mts +3 -0
- package/dist/components/icons/hive-router.js +5 -0
- package/dist/components/icons/index.d.mts +1 -1
- package/dist/components/icons/index.js +26 -24
- package/dist/components/index.d.mts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/products.d.mts +1 -1
- package/dist/products.js +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgHiveRouter = (props) => /* @__PURE__ */ jsx("svg", { width: 48, height: 48, viewBox: "0 0 48 48", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.7695 8.98828L48 15.2188V34.8838L34.8848 48H15.2197L8.98828 41.7676L8.41406 41.1367H37.5615C39.5368 41.1366 41.1366 39.5368 41.1367 37.5615V8.41406L41.7695 8.98828ZM39.0117 6.23242L39.5859 6.86328H10.4385C8.46325 6.86343 6.86343 8.46325 6.86328 10.4385V39.5859L6.23047 39.0117L0 32.7812V13.1162L13.1152 0H32.7803L39.0117 6.23242ZM17.2676 12.2441H26.7217L36.3291 21.8535V28.6875L36.335 31.3066V36.335H21.8477L12.2393 26.7266V12.2393H17.2676V12.2441ZM19.8867 17.2715C18.4398 17.2716 17.2676 18.4446 17.2676 19.8916V28.6875C17.2676 30.1345 18.4398 31.3065 19.8867 31.3066H28.6826C30.1297 31.3066 31.3018 30.1346 31.3018 28.6875V19.8916C31.3018 18.4445 30.1297 17.2715 28.6826 17.2715H19.8867Z" }) });
|
|
3
|
+
export {
|
|
4
|
+
SvgHiveRouter as ReactComponent
|
|
5
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ReactComponent as AccountBox, ReactComponent as AppsIcon, ReactComponent as ArrowIcon, ReactComponent as BardIcon, ReactComponent as CSAStarLevelOneIcon, ReactComponent as CaretSlimIcon, ReactComponent as CheckIcon, ReactComponent as CloseIcon, ReactComponent as CodegenIcon, ReactComponent as GroupIcon, ReactComponent as HiveGatewayIcon, ReactComponent as HiveIcon, ReactComponent as HonourIcon, ReactComponent as LinkedInIcon, ReactComponent as ListIcon, ReactComponent as MeshIcon, ReactComponent as MoreIcon, ReactComponent as PaperIcon, ReactComponent as PencilIcon, ReactComponent as RightCornerIcon, ReactComponent as SearchIcon, ReactComponent as ShareIcon, ReactComponent as ShieldFlashIcon, ReactComponent as StellateIcon, ReactComponent as TargetIcon, ReactComponent as TwitterIcon, ReactComponent as YogaIcon, ReactComponent as YouTubeIcon } from '../../logos/angular.mjs';
|
|
1
|
+
export { ReactComponent as AccountBox, ReactComponent as AppsIcon, ReactComponent as ArrowIcon, ReactComponent as BardIcon, ReactComponent as CSAStarLevelOneIcon, ReactComponent as CaretSlimIcon, ReactComponent as CheckIcon, ReactComponent as CloseIcon, ReactComponent as CodegenIcon, ReactComponent as GroupIcon, ReactComponent as HiveGatewayIcon, ReactComponent as HiveIcon, ReactComponent as HiveRouterIcon, ReactComponent as HonourIcon, ReactComponent as LinkedInIcon, ReactComponent as ListIcon, ReactComponent as MeshIcon, ReactComponent as MoreIcon, ReactComponent as PaperIcon, ReactComponent as PencilIcon, ReactComponent as RightCornerIcon, ReactComponent as SearchIcon, ReactComponent as ShareIcon, ReactComponent as ShieldFlashIcon, ReactComponent as StellateIcon, ReactComponent as TargetIcon, ReactComponent as TwitterIcon, ReactComponent as YogaIcon, ReactComponent as YouTubeIcon } from '../../logos/angular.mjs';
|
|
2
2
|
export { DiscordIcon, GitHubIcon, InformationCircleIcon } from 'nextra/icons';
|
|
3
3
|
import 'react';
|
|
@@ -14,48 +14,50 @@ import { ReactComponent as ReactComponent13 } from "./yoga";
|
|
|
14
14
|
import { ReactComponent as ReactComponent14 } from "./hive";
|
|
15
15
|
import { ReactComponent as ReactComponent15 } from "./hive-gateway";
|
|
16
16
|
import { ReactComponent as ReactComponent16 } from "./stellate";
|
|
17
|
+
import { ReactComponent as ReactComponent17 } from "./hive-router";
|
|
17
18
|
import { InformationCircleIcon, GitHubIcon, DiscordIcon } from "nextra/icons";
|
|
18
|
-
import { ReactComponent as
|
|
19
|
-
import { ReactComponent as
|
|
20
|
-
import { ReactComponent as
|
|
21
|
-
import { ReactComponent as
|
|
22
|
-
import { ReactComponent as
|
|
23
|
-
import { ReactComponent as
|
|
24
|
-
import { ReactComponent as
|
|
25
|
-
import { ReactComponent as
|
|
26
|
-
import { ReactComponent as
|
|
27
|
-
import { ReactComponent as
|
|
28
|
-
import { ReactComponent as
|
|
29
|
-
import { ReactComponent as
|
|
19
|
+
import { ReactComponent as ReactComponent18 } from "./list";
|
|
20
|
+
import { ReactComponent as ReactComponent19 } from "./paper";
|
|
21
|
+
import { ReactComponent as ReactComponent20 } from "./target";
|
|
22
|
+
import { ReactComponent as ReactComponent21 } from "./right-corner";
|
|
23
|
+
import { ReactComponent as ReactComponent22 } from "./pencil";
|
|
24
|
+
import { ReactComponent as ReactComponent23 } from "./account-box";
|
|
25
|
+
import { ReactComponent as ReactComponent24 } from "./bard";
|
|
26
|
+
import { ReactComponent as ReactComponent25 } from "./honour";
|
|
27
|
+
import { ReactComponent as ReactComponent26 } from "./shield-flash";
|
|
28
|
+
import { ReactComponent as ReactComponent27 } from "./group";
|
|
29
|
+
import { ReactComponent as ReactComponent28 } from "./apps";
|
|
30
|
+
import { ReactComponent as ReactComponent29 } from "./check";
|
|
30
31
|
export {
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
ReactComponent23 as AccountBox,
|
|
33
|
+
ReactComponent28 as AppsIcon,
|
|
33
34
|
ReactComponent7 as ArrowIcon,
|
|
34
|
-
|
|
35
|
+
ReactComponent24 as BardIcon,
|
|
35
36
|
ReactComponent6 as CSAStarLevelOneIcon,
|
|
36
37
|
ReactComponent as CaretSlimIcon,
|
|
37
|
-
|
|
38
|
+
ReactComponent29 as CheckIcon,
|
|
38
39
|
ReactComponent2 as CloseIcon,
|
|
39
40
|
ReactComponent11 as CodegenIcon,
|
|
40
41
|
DiscordIcon,
|
|
41
42
|
GitHubIcon,
|
|
42
|
-
|
|
43
|
+
ReactComponent27 as GroupIcon,
|
|
43
44
|
ReactComponent15 as HiveGatewayIcon,
|
|
44
45
|
ReactComponent14 as HiveIcon,
|
|
45
|
-
|
|
46
|
+
ReactComponent17 as HiveRouterIcon,
|
|
47
|
+
ReactComponent25 as HonourIcon,
|
|
46
48
|
InformationCircleIcon,
|
|
47
49
|
ReactComponent9 as LinkedInIcon,
|
|
48
|
-
|
|
50
|
+
ReactComponent18 as ListIcon,
|
|
49
51
|
ReactComponent12 as MeshIcon,
|
|
50
52
|
ReactComponent3 as MoreIcon,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
ReactComponent19 as PaperIcon,
|
|
54
|
+
ReactComponent22 as PencilIcon,
|
|
55
|
+
ReactComponent21 as RightCornerIcon,
|
|
54
56
|
ReactComponent4 as SearchIcon,
|
|
55
57
|
ReactComponent5 as ShareIcon,
|
|
56
|
-
|
|
58
|
+
ReactComponent26 as ShieldFlashIcon,
|
|
57
59
|
ReactComponent16 as StellateIcon,
|
|
58
|
-
|
|
60
|
+
ReactComponent20 as TargetIcon,
|
|
59
61
|
ReactComponent8 as TwitterIcon,
|
|
60
62
|
ReactComponent13 as YogaIcon,
|
|
61
63
|
ReactComponent10 as YouTubeIcon
|
|
@@ -6,7 +6,7 @@ export { HeroGradient } from './hero-gradient.mjs';
|
|
|
6
6
|
export { HeroIllustration } from './hero-illustration.mjs';
|
|
7
7
|
export { HeroMarketplace } from './hero-marketplace.mjs';
|
|
8
8
|
export { HeroVideo } from './hero-video.mjs';
|
|
9
|
-
export { ReactComponent as AccountBox, ReactComponent as AppsIcon, ReactComponent as ArchDecoration, ReactComponent as ArchDecorationGradientDefs, ReactComponent as ArrowIcon, ReactComponent as BardIcon, ReactComponent as CSAStarLevelOneIcon, ReactComponent as CaretSlimIcon, ReactComponent as CheckIcon, ReactComponent as CloseIcon, ReactComponent as CodegenIcon, ReactComponent as GroupIcon, ReactComponent as HiveGatewayIcon, ReactComponent as HiveIcon, ReactComponent as HonourIcon, ReactComponent as LargeHiveIconDecoration, ReactComponent as LinkedInIcon, ReactComponent as ListIcon, ReactComponent as MeshIcon, ReactComponent as MoreIcon, ReactComponent as PaperIcon, ReactComponent as PencilIcon, ReactComponent as RightCornerIcon, ReactComponent as SearchIcon, ReactComponent as ShareIcon, ReactComponent as ShieldFlashIcon, ReactComponent as StellateIcon, ReactComponent as TargetIcon, ReactComponent as TwitterIcon, ReactComponent as YogaIcon, ReactComponent as YouTubeIcon } from '../logos/angular.mjs';
|
|
9
|
+
export { ReactComponent as AccountBox, ReactComponent as AppsIcon, ReactComponent as ArchDecoration, ReactComponent as ArchDecorationGradientDefs, ReactComponent as ArrowIcon, ReactComponent as BardIcon, ReactComponent as CSAStarLevelOneIcon, ReactComponent as CaretSlimIcon, ReactComponent as CheckIcon, ReactComponent as CloseIcon, ReactComponent as CodegenIcon, ReactComponent as GroupIcon, ReactComponent as HiveGatewayIcon, ReactComponent as HiveIcon, ReactComponent as HiveRouterIcon, ReactComponent as HonourIcon, ReactComponent as LargeHiveIconDecoration, ReactComponent as LinkedInIcon, ReactComponent as ListIcon, ReactComponent as MeshIcon, ReactComponent as MoreIcon, ReactComponent as PaperIcon, ReactComponent as PencilIcon, ReactComponent as RightCornerIcon, ReactComponent as SearchIcon, ReactComponent as ShareIcon, ReactComponent as ShieldFlashIcon, ReactComponent as StellateIcon, ReactComponent as TargetIcon, ReactComponent as TwitterIcon, ReactComponent as YogaIcon, ReactComponent as YouTubeIcon } from '../logos/angular.mjs';
|
|
10
10
|
export { DiscordIcon, GitHubIcon, InformationCircleIcon } from 'nextra/icons';
|
|
11
11
|
export { Image } from './image.mjs';
|
|
12
12
|
export { InfoList } from './info-list.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ export { HeroGradient } from './components/hero-gradient.mjs';
|
|
|
9
9
|
export { HeroIllustration } from './components/hero-illustration.mjs';
|
|
10
10
|
export { HeroMarketplace } from './components/hero-marketplace.mjs';
|
|
11
11
|
export { HeroVideo } from './components/hero-video.mjs';
|
|
12
|
-
export { ReactComponent as AccountBox, ReactComponent as AngularLogo, ReactComponent as AppsIcon, ReactComponent as ArchDecoration, ReactComponent as ArchDecorationGradientDefs, ReactComponent as ArrowIcon, ReactComponent as BardIcon, ReactComponent as CSAStarLevelOneIcon, ReactComponent as CaretSlimIcon, ReactComponent as CheckIcon, ReactComponent as CloseIcon, ReactComponent as CodeGeneratorLogo, ReactComponent as CodegenIcon, ReactComponent as ConductorLogo, ReactComponent as ConfigLogo, ReactComponent as FetsLogo, ReactComponent as GraphQLFoundationLogo, ReactComponent as GroupIcon, ReactComponent as GuildLogo, ReactComponent as HeltinLogo, ReactComponent as HiveCombinationMark, ReactComponent as HiveGatewayIcon, ReactComponent as HiveIcon, ReactComponent as HonourIcon, ReactComponent as KitQLLogo, ReactComponent as LargeHiveIconDecoration, ReactComponent as LinkedInIcon, ReactComponent as ListIcon, ReactComponent as MeshIcon, ReactComponent as MeshLogo, ReactComponent as ModulesLogo, ReactComponent as MoreIcon, ReactComponent as NextraLogo, ReactComponent as PaperIcon, ReactComponent as PencilIcon, ReactComponent as RightCornerIcon, ReactComponent as SSELogo, ReactComponent as SearchIcon, ReactComponent as ShareIcon, ReactComponent as ShieldFlashIcon, ReactComponent as StellateIcon, ReactComponent as StitchingLogo, ReactComponent as TargetIcon, ReactComponent as TheGuild, ReactComponent as ToolsLogo, ReactComponent as TwitterIcon, ReactComponent as WSLogo, ReactComponent as WhatsAppLogo, ReactComponent as YogaIcon, ReactComponent as YogaLogo, ReactComponent as YouTubeIcon } from './logos/angular.mjs';
|
|
12
|
+
export { ReactComponent as AccountBox, ReactComponent as AngularLogo, ReactComponent as AppsIcon, ReactComponent as ArchDecoration, ReactComponent as ArchDecorationGradientDefs, ReactComponent as ArrowIcon, ReactComponent as BardIcon, ReactComponent as CSAStarLevelOneIcon, ReactComponent as CaretSlimIcon, ReactComponent as CheckIcon, ReactComponent as CloseIcon, ReactComponent as CodeGeneratorLogo, ReactComponent as CodegenIcon, ReactComponent as ConductorLogo, ReactComponent as ConfigLogo, ReactComponent as FetsLogo, ReactComponent as GraphQLFoundationLogo, ReactComponent as GroupIcon, ReactComponent as GuildLogo, ReactComponent as HeltinLogo, ReactComponent as HiveCombinationMark, ReactComponent as HiveGatewayIcon, ReactComponent as HiveIcon, ReactComponent as HiveRouterIcon, ReactComponent as HonourIcon, ReactComponent as KitQLLogo, ReactComponent as LargeHiveIconDecoration, ReactComponent as LinkedInIcon, ReactComponent as ListIcon, ReactComponent as MeshIcon, ReactComponent as MeshLogo, ReactComponent as ModulesLogo, ReactComponent as MoreIcon, ReactComponent as NextraLogo, ReactComponent as PaperIcon, ReactComponent as PencilIcon, ReactComponent as RightCornerIcon, ReactComponent as SSELogo, ReactComponent as SearchIcon, ReactComponent as ShareIcon, ReactComponent as ShieldFlashIcon, ReactComponent as StellateIcon, ReactComponent as StitchingLogo, ReactComponent as TargetIcon, ReactComponent as TheGuild, ReactComponent as ToolsLogo, ReactComponent as TwitterIcon, ReactComponent as WSLogo, ReactComponent as WhatsAppLogo, ReactComponent as YogaIcon, ReactComponent as YogaLogo, ReactComponent as YouTubeIcon } from './logos/angular.mjs';
|
|
13
13
|
export { DiscordIcon, GitHubIcon, InformationCircleIcon } from 'nextra/icons';
|
|
14
14
|
export { Image } from './components/image.mjs';
|
|
15
15
|
export { InfoList } from './components/info-list.mjs';
|
package/dist/products.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC, SVGProps, HTMLProps, ReactElement } from 'react';
|
|
2
2
|
|
|
3
|
-
type ProductType = 'HIVE' | 'HIVE_GATEWAY' | 'CONDUCTOR' | 'YOGA' | 'ENVELOP' | 'INSPECTOR' | 'CODEGEN' | 'MESH' | 'TOOLS' | 'MODULES' | 'ESLINT' | 'CONFIG' | 'SCALARS' | 'SOFA' | 'STITCHING' | 'ANGULAR' | 'WHATSAPP' | 'KITQL' | 'SSE' | 'WS' | 'FETS' | 'HELTIN' | 'NEXTRA' | 'STELLATE';
|
|
3
|
+
type ProductType = 'HIVE' | 'HIVE_GATEWAY' | 'HIVE_ROUTER' | 'CONDUCTOR' | 'YOGA' | 'ENVELOP' | 'INSPECTOR' | 'CODEGEN' | 'MESH' | 'TOOLS' | 'MODULES' | 'ESLINT' | 'CONFIG' | 'SCALARS' | 'SOFA' | 'STITCHING' | 'ANGULAR' | 'WHATSAPP' | 'KITQL' | 'SSE' | 'WS' | 'FETS' | 'HELTIN' | 'NEXTRA' | 'STELLATE';
|
|
4
4
|
interface ProductInfo {
|
|
5
5
|
name: string;
|
|
6
6
|
title: string;
|
package/dist/products.js
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
CodegenIcon,
|
|
5
5
|
HiveGatewayIcon,
|
|
6
6
|
HiveIcon,
|
|
7
|
+
HiveRouterIcon,
|
|
7
8
|
MeshIcon,
|
|
8
9
|
StellateIcon,
|
|
9
10
|
YogaIcon
|
|
@@ -43,6 +44,13 @@ const PRODUCTS = {
|
|
|
43
44
|
logo: HiveGatewayIcon,
|
|
44
45
|
primaryColor: "#ffb21d"
|
|
45
46
|
},
|
|
47
|
+
HIVE_ROUTER: {
|
|
48
|
+
name: "Hive Router",
|
|
49
|
+
title: "Open-source (MIT) GraphQL Federation Router. Built with Rust for maximum performance and robustness.",
|
|
50
|
+
href: "https://github.com/graphql-hive/router",
|
|
51
|
+
logo: HiveRouterIcon,
|
|
52
|
+
primaryColor: "#ffb21d"
|
|
53
|
+
},
|
|
46
54
|
MESH: {
|
|
47
55
|
name: "Mesh",
|
|
48
56
|
title: "A fully-featured GraphQL federation framework",
|
package/package.json
CHANGED