@theguild/components 8.0.0-alpha-20241110013634-e1fe9e514d39bd282e32139ada650a9884d97b8c → 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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { cn } from "../../cn
|
|
3
|
-
import { siteOrigin } from "../../constants
|
|
4
|
-
import { HiveCombinationMark } from "../../logos/index
|
|
5
|
-
import { PRODUCTS } from "../../products
|
|
6
|
-
import { Anchor } from "../anchor
|
|
2
|
+
import { cn } from "../../cn";
|
|
3
|
+
import { siteOrigin } from "../../constants";
|
|
4
|
+
import { HiveCombinationMark } from "../../logos/index";
|
|
5
|
+
import { PRODUCTS } from "../../products";
|
|
6
|
+
import { Anchor } from "../anchor";
|
|
7
7
|
import {
|
|
8
8
|
CSAStarLevelOneIcon,
|
|
9
9
|
DiscordIcon,
|
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
LinkedInIcon,
|
|
12
12
|
TwitterIcon,
|
|
13
13
|
YouTubeIcon
|
|
14
|
-
} from "../icons/index
|
|
15
|
-
import { ContactUs } from "./contact-us
|
|
14
|
+
} from "../icons/index";
|
|
15
|
+
import { ContactUs } from "./contact-us";
|
|
16
16
|
const HiveFooter = ({
|
|
17
17
|
className,
|
|
18
18
|
logo = /* @__PURE__ */ jsx(HiveCombinationMark, { className: "h-8 w-auto" }),
|
|
@@ -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
|
|
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';
|
|
2
2
|
export { DiscordIcon, GitHubIcon, InformationCircleIcon } from 'nextra/icons';
|
|
3
3
|
import 'react';
|
|
@@ -1,62 +1,60 @@
|
|
|
1
1
|
import { ReactComponent } from "./caret-slim";
|
|
2
2
|
import { ReactComponent as ReactComponent2 } from "./close";
|
|
3
|
-
import { ReactComponent as ReactComponent3 } from "./
|
|
4
|
-
import { ReactComponent as ReactComponent4 } from "./
|
|
5
|
-
import { ReactComponent as ReactComponent5 } from "./
|
|
6
|
-
import { ReactComponent as ReactComponent6 } from "./
|
|
7
|
-
import { ReactComponent as ReactComponent7 } from "./
|
|
8
|
-
import { ReactComponent as ReactComponent8 } from "./
|
|
9
|
-
import { ReactComponent as ReactComponent9 } from "./
|
|
10
|
-
import { ReactComponent as ReactComponent10 } from "./
|
|
11
|
-
import { ReactComponent as ReactComponent11 } from "./
|
|
12
|
-
import { ReactComponent as ReactComponent12 } from "./
|
|
13
|
-
import { ReactComponent as ReactComponent13 } from "./
|
|
14
|
-
import { ReactComponent as ReactComponent14 } from "./
|
|
15
|
-
import { ReactComponent as ReactComponent15 } from "./hive";
|
|
16
|
-
import { ReactComponent as ReactComponent16 } from "./hive-gateway";
|
|
3
|
+
import { ReactComponent as ReactComponent3 } from "./more";
|
|
4
|
+
import { ReactComponent as ReactComponent4 } from "./search";
|
|
5
|
+
import { ReactComponent as ReactComponent5 } from "./share";
|
|
6
|
+
import { ReactComponent as ReactComponent6 } from "./csa-star-level-one";
|
|
7
|
+
import { ReactComponent as ReactComponent7 } from "./arrow-icon";
|
|
8
|
+
import { ReactComponent as ReactComponent8 } from "./twitter";
|
|
9
|
+
import { ReactComponent as ReactComponent9 } from "./linkedin";
|
|
10
|
+
import { ReactComponent as ReactComponent10 } from "./youtube";
|
|
11
|
+
import { ReactComponent as ReactComponent11 } from "./codegen";
|
|
12
|
+
import { ReactComponent as ReactComponent12 } from "./mesh";
|
|
13
|
+
import { ReactComponent as ReactComponent13 } from "./yoga";
|
|
14
|
+
import { ReactComponent as ReactComponent14 } from "./hive";
|
|
15
|
+
import { ReactComponent as ReactComponent15 } from "./hive-gateway";
|
|
17
16
|
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
|
|
17
|
+
import { ReactComponent as ReactComponent16 } from "./list";
|
|
18
|
+
import { ReactComponent as ReactComponent17 } from "./paper";
|
|
19
|
+
import { ReactComponent as ReactComponent18 } from "./target";
|
|
20
|
+
import { ReactComponent as ReactComponent19 } from "./right-corner";
|
|
21
|
+
import { ReactComponent as ReactComponent20 } from "./pencil";
|
|
22
|
+
import { ReactComponent as ReactComponent21 } from "./account-box";
|
|
23
|
+
import { ReactComponent as ReactComponent22 } from "./bard";
|
|
24
|
+
import { ReactComponent as ReactComponent23 } from "./honour";
|
|
25
|
+
import { ReactComponent as ReactComponent24 } from "./shield-flash";
|
|
26
|
+
import { ReactComponent as ReactComponent25 } from "./group";
|
|
27
|
+
import { ReactComponent as ReactComponent26 } from "./apps";
|
|
28
|
+
import { ReactComponent as ReactComponent27 } from "./check";
|
|
30
29
|
export {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
ReactComponent21 as AccountBox,
|
|
31
|
+
ReactComponent26 as AppsIcon,
|
|
32
|
+
ReactComponent7 as ArrowIcon,
|
|
33
|
+
ReactComponent22 as BardIcon,
|
|
34
|
+
ReactComponent6 as CSAStarLevelOneIcon,
|
|
36
35
|
ReactComponent as CaretSlimIcon,
|
|
37
|
-
|
|
36
|
+
ReactComponent27 as CheckIcon,
|
|
38
37
|
ReactComponent2 as CloseIcon,
|
|
39
|
-
|
|
38
|
+
ReactComponent11 as CodegenIcon,
|
|
40
39
|
DiscordIcon,
|
|
41
40
|
GitHubIcon,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
ReactComponent25 as GroupIcon,
|
|
42
|
+
ReactComponent15 as HiveGatewayIcon,
|
|
43
|
+
ReactComponent14 as HiveIcon,
|
|
44
|
+
ReactComponent23 as HonourIcon,
|
|
46
45
|
InformationCircleIcon,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
ReactComponent3 as
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
ReactComponent5 as
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
ReactComponent11 as YouTubeIcon
|
|
46
|
+
ReactComponent9 as LinkedInIcon,
|
|
47
|
+
ReactComponent16 as ListIcon,
|
|
48
|
+
ReactComponent12 as MeshIcon,
|
|
49
|
+
ReactComponent3 as MoreIcon,
|
|
50
|
+
ReactComponent17 as PaperIcon,
|
|
51
|
+
ReactComponent20 as PencilIcon,
|
|
52
|
+
ReactComponent19 as RightCornerIcon,
|
|
53
|
+
ReactComponent4 as SearchIcon,
|
|
54
|
+
ReactComponent5 as ShareIcon,
|
|
55
|
+
ReactComponent24 as ShieldFlashIcon,
|
|
56
|
+
ReactComponent18 as TargetIcon,
|
|
57
|
+
ReactComponent8 as TwitterIcon,
|
|
58
|
+
ReactComponent13 as YogaIcon,
|
|
59
|
+
ReactComponent10 as YouTubeIcon
|
|
62
60
|
};
|
|
@@ -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
|
|
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';
|
|
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 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
|
|
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';
|
|
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/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-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 {
|