@theguild/components 8.0.0-alpha-20241128131301-d456edb69435ed4c8bf8e9b8970e040254a529f9 → 8.0.0-alpha-20241128141229-485d9a21c51b3fb8e1c3e1bf197100b58d7c3a1e
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/index.d.mts +1 -1
- package/dist/components/icons/index.js +26 -24
- package/dist/components/icons/stellate.d.mts +3 -0
- package/dist/components/icons/stellate.js +12 -0
- package/dist/components/index.d.mts +1 -1
- package/dist/components/tools-and-libraries-cards/index.d.mts +2 -2
- package/dist/components/tools-and-libraries-cards/index.js +8 -4
- package/dist/index.d.mts +1 -1
- package/dist/products.d.mts +1 -1
- package/dist/products.js +15 -1
- package/package.json +1 -1
|
@@ -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 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 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';
|
|
@@ -13,47 +13,49 @@ import { ReactComponent as ReactComponent12 } from "./mesh";
|
|
|
13
13
|
import { ReactComponent as ReactComponent13 } from "./yoga";
|
|
14
14
|
import { ReactComponent as ReactComponent14 } from "./hive";
|
|
15
15
|
import { ReactComponent as ReactComponent15 } from "./hive-gateway";
|
|
16
|
+
import { ReactComponent as ReactComponent16 } from "./stellate";
|
|
16
17
|
import { InformationCircleIcon, GitHubIcon, DiscordIcon } from "nextra/icons";
|
|
17
|
-
import { ReactComponent as
|
|
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
|
|
18
|
+
import { ReactComponent as ReactComponent17 } from "./list";
|
|
19
|
+
import { ReactComponent as ReactComponent18 } from "./paper";
|
|
20
|
+
import { ReactComponent as ReactComponent19 } from "./target";
|
|
21
|
+
import { ReactComponent as ReactComponent20 } from "./right-corner";
|
|
22
|
+
import { ReactComponent as ReactComponent21 } from "./pencil";
|
|
23
|
+
import { ReactComponent as ReactComponent22 } from "./account-box";
|
|
24
|
+
import { ReactComponent as ReactComponent23 } from "./bard";
|
|
25
|
+
import { ReactComponent as ReactComponent24 } from "./honour";
|
|
26
|
+
import { ReactComponent as ReactComponent25 } from "./shield-flash";
|
|
27
|
+
import { ReactComponent as ReactComponent26 } from "./group";
|
|
28
|
+
import { ReactComponent as ReactComponent27 } from "./apps";
|
|
29
|
+
import { ReactComponent as ReactComponent28 } from "./check";
|
|
29
30
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
ReactComponent22 as AccountBox,
|
|
32
|
+
ReactComponent27 as AppsIcon,
|
|
32
33
|
ReactComponent7 as ArrowIcon,
|
|
33
|
-
|
|
34
|
+
ReactComponent23 as BardIcon,
|
|
34
35
|
ReactComponent6 as CSAStarLevelOneIcon,
|
|
35
36
|
ReactComponent as CaretSlimIcon,
|
|
36
|
-
|
|
37
|
+
ReactComponent28 as CheckIcon,
|
|
37
38
|
ReactComponent2 as CloseIcon,
|
|
38
39
|
ReactComponent11 as CodegenIcon,
|
|
39
40
|
DiscordIcon,
|
|
40
41
|
GitHubIcon,
|
|
41
|
-
|
|
42
|
+
ReactComponent26 as GroupIcon,
|
|
42
43
|
ReactComponent15 as HiveGatewayIcon,
|
|
43
44
|
ReactComponent14 as HiveIcon,
|
|
44
|
-
|
|
45
|
+
ReactComponent24 as HonourIcon,
|
|
45
46
|
InformationCircleIcon,
|
|
46
47
|
ReactComponent9 as LinkedInIcon,
|
|
47
|
-
|
|
48
|
+
ReactComponent17 as ListIcon,
|
|
48
49
|
ReactComponent12 as MeshIcon,
|
|
49
50
|
ReactComponent3 as MoreIcon,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
ReactComponent18 as PaperIcon,
|
|
52
|
+
ReactComponent21 as PencilIcon,
|
|
53
|
+
ReactComponent20 as RightCornerIcon,
|
|
53
54
|
ReactComponent4 as SearchIcon,
|
|
54
55
|
ReactComponent5 as ShareIcon,
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
ReactComponent25 as ShieldFlashIcon,
|
|
57
|
+
ReactComponent16 as StellateIcon,
|
|
58
|
+
ReactComponent19 as TargetIcon,
|
|
57
59
|
ReactComponent8 as TwitterIcon,
|
|
58
60
|
ReactComponent13 as YogaIcon,
|
|
59
61
|
ReactComponent10 as YouTubeIcon
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgStellate = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 32 33", width: 32, height: 33, fill: "none", ...props, children: [
|
|
3
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#st-a)", fillRule: "evenodd", clipRule: "evenodd", fill: "currentColor", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { d: "M26.6299 25.7766c.2277-.8491.2769-2.049-.7815-2.9659l-3.2735-2.8366-15.37699 8.11 6.99009 4.0365c.9907.5723 2.209.5723 3.1997 0l8.9284-5.1503.3199-1.1875-.0061-.0062Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { d: "m28.4697 7.37838-.3753-.21536-8.9407 8.22078 7.5008 6.4978c1.1814 1.0214 1.6183 2.5167 1.163 4.215l.6522-.3754c.9907-.5722 1.5999-1.6306 1.5999-2.7689v-12.805c0-1.14446-.6092-2.19667-1.5999-2.76892ZM4.83506 7.26147c-.17229 1.12604.17229 2.04903.98452 2.68282l5.06412 3.90731 9.8021-10.9651L17.3815.978994c-.9906-.572252-2.209-.572252-3.1996 0L4.98274 6.28925l-.14768.97222Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M15.4002 18.8911 5.06889 10.9227c-1.16297-.8984-1.69215-2.25214-1.45217-3.83968l-.51687.30151C2.10917 7.95678 1.5 9.01514 1.5 10.1535v12.7988c0 1.1445.60917 2.1967 1.59985 2.7689l2.95971 1.7106 9.34064-8.5345v-.0062Z" })
|
|
7
|
+
] }),
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "st-a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", transform: "translate(0 .0498047)", d: "M0 0h32v32H0z" }) }) })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgStellate as ReactComponent
|
|
12
|
+
};
|
|
@@ -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 HighlightDecoration, 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 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 HighlightDecoration, 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';
|
|
10
10
|
export { DiscordIcon, GitHubIcon, InformationCircleIcon } from 'nextra/icons';
|
|
11
11
|
export { Image } from './image.mjs';
|
|
12
12
|
export { InfoList } from './info-list.mjs';
|
|
@@ -5,8 +5,8 @@ import 'react';
|
|
|
5
5
|
declare function ToolsAndLibrariesCards({ className }: {
|
|
6
6
|
className?: string;
|
|
7
7
|
}): react_jsx_runtime.JSX.Element;
|
|
8
|
-
declare function MainProductCard({ as: Root, product, ...rest }: ProductCardProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare function AncillaryProductCard({ product, as: Root, ...rest }: ProductCardProps): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare function MainProductCard({ as: Root, product, className, ...rest }: ProductCardProps): react_jsx_runtime.JSX.Element;
|
|
9
|
+
declare function AncillaryProductCard({ product, as: Root, className, ...rest }: ProductCardProps): react_jsx_runtime.JSX.Element;
|
|
10
10
|
interface ProductCardProps extends React.HTMLAttributes<HTMLElement> {
|
|
11
11
|
as: 'div' | 'li';
|
|
12
12
|
product: ProductInfo;
|
|
@@ -38,7 +38,7 @@ function ToolsAndLibrariesCards({ className }) {
|
|
|
38
38
|
}
|
|
39
39
|
);
|
|
40
40
|
}
|
|
41
|
-
function MainProductCard({ as: Root, product, ...rest }) {
|
|
41
|
+
function MainProductCard({ as: Root, product, className, ...rest }) {
|
|
42
42
|
const Decoration = cardDecorations[product.name];
|
|
43
43
|
const Icon = product.logo;
|
|
44
44
|
const isHive = product.name === PRODUCTS.HIVE.name;
|
|
@@ -47,7 +47,8 @@ function MainProductCard({ as: Root, product, ...rest }) {
|
|
|
47
47
|
{
|
|
48
48
|
className: cn(
|
|
49
49
|
"hive-focus-within group relative flex-1 shrink-0 basis-[283.5px] overflow-hidden rounded-2xl bg-blue-400 text-green-1000 max-md:w-[283.5px]",
|
|
50
|
-
isHive && "bg-green-1000 text-white"
|
|
50
|
+
isHive && "bg-green-1000 text-white",
|
|
51
|
+
className
|
|
51
52
|
),
|
|
52
53
|
...rest,
|
|
53
54
|
children: [
|
|
@@ -80,12 +81,15 @@ function MainProductCard({ as: Root, product, ...rest }) {
|
|
|
80
81
|
product.name
|
|
81
82
|
);
|
|
82
83
|
}
|
|
83
|
-
function AncillaryProductCard({ product, as: Root, ...rest }) {
|
|
84
|
+
function AncillaryProductCard({ product, as: Root, className, ...rest }) {
|
|
84
85
|
const Logo = product.logo;
|
|
85
86
|
return /* @__PURE__ */ jsx(
|
|
86
87
|
Root,
|
|
87
88
|
{
|
|
88
|
-
className:
|
|
89
|
+
className: cn(
|
|
90
|
+
"hive-focus-within shrink-0 basis-[283.5px] rounded-2xl bg-beige-200 text-green-1000 transition-colors duration-500 hover:bg-beige-400 max-sm:min-w-[283.5px]",
|
|
91
|
+
className
|
|
92
|
+
),
|
|
89
93
|
...rest,
|
|
90
94
|
children: /* @__PURE__ */ jsxs(
|
|
91
95
|
"a",
|
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 HighlightDecoration, 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 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 HighlightDecoration, 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';
|
|
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, ReactNode } 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';
|
|
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';
|
|
4
4
|
interface ProductInfo {
|
|
5
5
|
name: string;
|
|
6
6
|
title: string;
|
package/dist/products.js
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { cn } from "./cn";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
CodegenIcon,
|
|
5
|
+
HiveGatewayIcon,
|
|
6
|
+
HiveIcon,
|
|
7
|
+
MeshIcon,
|
|
8
|
+
StellateIcon,
|
|
9
|
+
YogaIcon
|
|
10
|
+
} from "./components/icons";
|
|
4
11
|
import {
|
|
5
12
|
AngularLettermark,
|
|
6
13
|
ConductorLettermark,
|
|
@@ -182,6 +189,13 @@ const PRODUCTS = {
|
|
|
182
189
|
href: "https://nextra.site",
|
|
183
190
|
logo: NextraLogo,
|
|
184
191
|
primaryColor: "#000"
|
|
192
|
+
},
|
|
193
|
+
STELLATE: {
|
|
194
|
+
name: "Stellate",
|
|
195
|
+
title: "GraphQL Edge Caching, Metrics and Security.",
|
|
196
|
+
href: "https://stellate.co",
|
|
197
|
+
logo: StellateIcon,
|
|
198
|
+
primaryColor: "#FF7752"
|
|
185
199
|
}
|
|
186
200
|
};
|
|
187
201
|
const FOUR_MAIN_PRODUCTS = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "8.0.0-alpha-
|
|
3
|
+
"version": "8.0.0-alpha-20241128141229-485d9a21c51b3fb8e1c3e1bf197100b58d7c3a1e",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|