@theguild/components 9.3.0 → 9.3.1
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.
|
@@ -18,7 +18,7 @@ export { GetYourAPIGameRightSection } from './get-your-api-game-right-section.mj
|
|
|
18
18
|
export { HiveNavigation, HiveNavigationProps } from './hive-navigation/index.mjs';
|
|
19
19
|
export { HiveFooter } from './hive-footer/index.mjs';
|
|
20
20
|
export { ToolsAndLibrariesCards } from './tools-and-libraries-cards/index.mjs';
|
|
21
|
-
export { Hero } from './hero/index.mjs';
|
|
21
|
+
export { Hero, HeroProps } from './hero/index.mjs';
|
|
22
22
|
export { AncillaryProductCard, MainProductCard, ProductCard, ProductCardProps } from './product-card/index.mjs';
|
|
23
23
|
export { DecorationIsolation, DecorationIsolationProps, HighlightDecoration } from './decorations/index.mjs';
|
|
24
24
|
export { CallToAction, CallToActionProps } from './call-to-action.mjs';
|
|
@@ -37,6 +37,8 @@ export { FrequentlyAskedQuestions } from './faq/index.mjs';
|
|
|
37
37
|
export { ComparisonTable } from './comparison-table/index.mjs';
|
|
38
38
|
export { HiveLayoutConfig } from './hive-layout-config.mjs';
|
|
39
39
|
export { GraphQLConfCard, GraphQLConfCardProps } from './hive-navigation/graphql-conf-card.mjs';
|
|
40
|
+
export { HeroLogo } from './hero/hero-logo.mjs';
|
|
41
|
+
export { HeroDecorationFromLogo } from './hero/hero-decoration-from-logo.mjs';
|
|
40
42
|
import 'react';
|
|
41
43
|
import 'url';
|
|
42
44
|
import '../types/components.mjs';
|
|
@@ -44,8 +46,6 @@ import 'next/image';
|
|
|
44
46
|
import 'next/link';
|
|
45
47
|
import 'react-player';
|
|
46
48
|
import 'react/jsx-runtime';
|
|
47
|
-
import './hero/hero-logo.mjs';
|
|
48
|
-
import './hero/hero-decoration-from-logo.mjs';
|
|
49
49
|
import '../products.mjs';
|
|
50
50
|
import '@giscus/react';
|
|
51
51
|
import './faq/attach-page-faq-schema.mjs';
|
package/dist/components/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import { GetYourAPIGameRightSection } from "./get-your-api-game-right-section";
|
|
|
17
17
|
import { HiveNavigation, GraphQLConfCard } from "./hive-navigation";
|
|
18
18
|
import { HiveFooter } from "./hive-footer";
|
|
19
19
|
import { ToolsAndLibrariesCards } from "./tools-and-libraries-cards";
|
|
20
|
-
|
|
20
|
+
export * from "./hero";
|
|
21
21
|
export * from "./product-card";
|
|
22
22
|
export * from "./decorations";
|
|
23
23
|
export * from "./call-to-action";
|
|
@@ -46,7 +46,6 @@ export {
|
|
|
46
46
|
GetYourAPIGameRightSection,
|
|
47
47
|
Giscus,
|
|
48
48
|
GraphQLConfCard,
|
|
49
|
-
Hero,
|
|
50
49
|
HeroGradient,
|
|
51
50
|
HeroIllustration,
|
|
52
51
|
HeroMarketplace,
|
package/dist/index.d.mts
CHANGED
|
@@ -21,7 +21,7 @@ export { GetYourAPIGameRightSection } from './components/get-your-api-game-right
|
|
|
21
21
|
export { HiveNavigation, HiveNavigationProps } from './components/hive-navigation/index.mjs';
|
|
22
22
|
export { HiveFooter } from './components/hive-footer/index.mjs';
|
|
23
23
|
export { ToolsAndLibrariesCards } from './components/tools-and-libraries-cards/index.mjs';
|
|
24
|
-
export { Hero } from './components/hero/index.mjs';
|
|
24
|
+
export { Hero, HeroProps } from './components/hero/index.mjs';
|
|
25
25
|
export { AncillaryProductCard, MainProductCard, ProductCard, ProductCardProps } from './components/product-card/index.mjs';
|
|
26
26
|
export { DecorationIsolation, DecorationIsolationProps, HighlightDecoration } from './components/decorations/index.mjs';
|
|
27
27
|
export { CallToAction, CallToActionProps } from './components/call-to-action.mjs';
|
|
@@ -46,12 +46,12 @@ export { cn } from './cn.mjs';
|
|
|
46
46
|
export { NextPageProps } from './next-types.mjs';
|
|
47
47
|
export { normalizePages } from 'nextra/normalize-pages';
|
|
48
48
|
export { GraphQLConfCard, GraphQLConfCardProps } from './components/hive-navigation/graphql-conf-card.mjs';
|
|
49
|
+
export { HeroLogo } from './components/hero/hero-logo.mjs';
|
|
50
|
+
export { HeroDecorationFromLogo } from './components/hero/hero-decoration-from-logo.mjs';
|
|
49
51
|
import 'react';
|
|
50
52
|
import 'url';
|
|
51
53
|
import 'next/image';
|
|
52
54
|
import 'react/jsx-runtime';
|
|
53
|
-
import './components/hero/hero-logo.mjs';
|
|
54
|
-
import './components/hero/hero-decoration-from-logo.mjs';
|
|
55
55
|
import '@giscus/react';
|
|
56
56
|
import './components/faq/attach-page-faq-schema.mjs';
|
|
57
57
|
import 'next/link';
|