@theguild/components 8.0.0-alpha-20241205182857-6e51c124bc142c34b7fcdb127d464cecb582e7ef → 8.0.0-alpha-20241205183548-843f757f399fac8fe54497e56140a78e51608c27
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/products.d.mts +1 -7
- package/dist/products.js +1 -2
- package/package.json +1 -1
package/dist/products.d.mts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
1
|
import { FC, SVGProps, HTMLProps } from 'react';
|
|
3
2
|
|
|
4
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';
|
|
@@ -13,11 +12,6 @@ declare const PRODUCTS: Record<ProductType, ProductInfo>;
|
|
|
13
12
|
declare const FOUR_MAIN_PRODUCTS: ProductInfo[];
|
|
14
13
|
declare const SIX_HIGHLIGHTED_PRODUCTS: ProductInfo[];
|
|
15
14
|
/** List of products displayed in hamburger menu. */
|
|
16
|
-
declare const PRODUCTS_MENU_LIST:
|
|
17
|
-
[k: string]: {
|
|
18
|
-
href: string;
|
|
19
|
-
title: react_jsx_runtime.JSX.Element;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
15
|
+
declare const PRODUCTS_MENU_LIST: any;
|
|
22
16
|
|
|
23
17
|
export { FOUR_MAIN_PRODUCTS, PRODUCTS, PRODUCTS_MENU_LIST, type ProductInfo, type ProductType, SIX_HIGHLIGHTED_PRODUCTS };
|
package/dist/products.js
CHANGED
|
@@ -218,8 +218,7 @@ const PRODUCTS_MENU_LIST = Object.fromEntries(
|
|
|
218
218
|
return [
|
|
219
219
|
i,
|
|
220
220
|
{
|
|
221
|
-
|
|
222
|
-
href: "#",
|
|
221
|
+
type: "separator",
|
|
223
222
|
title: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
224
223
|
/* @__PURE__ */ jsx("style", { className: "hive-label-separator", children: ":is(a,li):has(>.hive-label-separator) { margin: 0.75rem 0 0.25rem 0; padding: 0 }" }),
|
|
225
224
|
/* @__PURE__ */ jsx("span", { className: "ml-2 font-medium text-gray-500 dark:text-neutral-400", children: item })
|
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-20241205183548-843f757f399fac8fe54497e56140a78e51608c27",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|