@netfoundry/docusaurus-theme 0.2.3 → 0.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.
- package/css/layout.css +14 -0
- package/css/legacy.css +2313 -0
- package/css/tabs-v1-gradient.css +92 -0
- package/css/tabs-v2-glass.css +116 -0
- package/css/tabs-v3-minimal.css +86 -0
- package/css/tabs-v4-segmented.css +85 -0
- package/css/tabs-v5-neon.css +99 -0
- package/css/tabs-v6-neumorphic.css +89 -0
- package/css/tabs-v7-brutalist.css +81 -0
- package/css/tabs-v8-float.css +114 -0
- package/css/tabs-v9-line.css +104 -0
- package/css/theme.css +20 -0
- package/css/vars-dark.css +7 -0
- package/css/vars.css +8 -0
- package/dist/css/theme.css +20 -72
- package/dist/src/components/Alert/Alert.js +6 -51
- package/dist/src/components/Alert/Alert.js.map +1 -7
- package/dist/src/components/Alert/index.js +2 -29
- package/dist/src/components/Alert/index.js.map +1 -7
- package/dist/src/components/CodeBlock/CodeBlock.js +7 -53
- package/dist/src/components/CodeBlock/CodeBlock.js.map +1 -7
- package/dist/src/components/CodeBlock/index.js +2 -29
- package/dist/src/components/CodeBlock/index.js.map +1 -7
- package/dist/src/components/Common/Common.js +16 -59
- package/dist/src/components/Common/Common.js.map +1 -7
- package/dist/src/components/Common/index.d.ts +0 -1
- package/dist/src/components/Common/index.d.ts.map +1 -1
- package/dist/src/components/Common/index.js +2 -25
- package/dist/src/components/Common/index.js.map +1 -7
- package/dist/src/components/NetFoundry/Divider/Divider.js +5 -46
- package/dist/src/components/NetFoundry/Divider/Divider.js.map +1 -7
- package/dist/src/components/NetFoundry/Divider/index.js +2 -23
- package/dist/src/components/NetFoundry/Divider/index.js.map +1 -7
- package/dist/src/components/NetFoundry/index.js +2 -23
- package/dist/src/components/NetFoundry/index.js.map +1 -7
- package/dist/src/components/NetFoundryFooter/NetFoundryFooter.d.ts +25 -2
- package/dist/src/components/NetFoundryFooter/NetFoundryFooter.d.ts.map +1 -1
- package/dist/src/components/NetFoundryFooter/NetFoundryFooter.js +65 -115
- package/dist/src/components/NetFoundryFooter/NetFoundryFooter.js.map +1 -7
- package/dist/src/components/NetFoundryFooter/index.js +2 -23
- package/dist/src/components/NetFoundryFooter/index.js.map +1 -7
- package/dist/src/components/NetFoundryHighlight/NetFoundryHighlight.js +5 -32
- package/dist/src/components/NetFoundryHighlight/NetFoundryHighlight.js.map +1 -7
- package/dist/src/components/NetFoundryHighlight/index.js +2 -29
- package/dist/src/components/NetFoundryHighlight/index.js.map +1 -7
- package/dist/src/components/NetFoundryHorizontalSection/NetFoundryHorizontalSection.js +7 -52
- package/dist/src/components/NetFoundryHorizontalSection/NetFoundryHorizontalSection.js.map +1 -7
- package/dist/src/components/NetFoundryHorizontalSection/index.js +2 -29
- package/dist/src/components/NetFoundryHorizontalSection/index.js.map +1 -7
- package/dist/src/components/NetFoundryLayout/NetFoundryLayout.d.ts.map +1 -1
- package/dist/src/components/NetFoundryLayout/NetFoundryLayout.js +32 -111
- package/dist/src/components/NetFoundryLayout/NetFoundryLayout.js.map +1 -7
- package/dist/src/components/NetFoundryLayout/index.js +2 -23
- package/dist/src/components/NetFoundryLayout/index.js.map +1 -7
- package/dist/src/components/NetFoundryNavbarItems/NetFoundryNavbarItems.js +13 -40
- package/dist/src/components/NetFoundryNavbarItems/NetFoundryNavbarItems.js.map +1 -7
- package/dist/src/components/NetFoundryNavbarItems/index.js +2 -29
- package/dist/src/components/NetFoundryNavbarItems/index.js.map +1 -7
- package/dist/src/components/OsTabs/OsTabs.js +17 -53
- package/dist/src/components/OsTabs/OsTabs.js.map +1 -7
- package/dist/src/components/OsTabs/index.js +2 -29
- package/dist/src/components/OsTabs/index.js.map +1 -7
- package/dist/src/components/StarUs/StarUs.js +6 -45
- package/dist/src/components/StarUs/StarUs.js.map +1 -7
- package/dist/src/components/StarUs/index.js +2 -39
- package/dist/src/components/StarUs/index.js.map +1 -7
- package/dist/src/components/index.d.ts +0 -1
- package/dist/src/components/index.d.ts.map +1 -1
- package/dist/src/components/index.js +12 -45
- package/dist/src/components/index.js.map +1 -7
- package/dist/src/docusaurus-envhelper.js +64 -111
- package/dist/src/docusaurus-envhelper.js.map +1 -7
- package/dist/src/docusaurus-plugins/index.js +8 -35
- package/dist/src/docusaurus-plugins/index.js.map +1 -7
- package/dist/src/docusaurus-plugins/logger.js +38 -66
- package/dist/src/docusaurus-plugins/logger.js.map +1 -7
- package/dist/src/docusaurus-plugins/remarkCodeSections.js +94 -127
- package/dist/src/docusaurus-plugins/remarkCodeSections.js.map +1 -7
- package/dist/src/docusaurus-plugins/remarkReplaceMetaUrl.js +22 -50
- package/dist/src/docusaurus-plugins/remarkReplaceMetaUrl.js.map +1 -7
- package/dist/src/docusaurus-plugins/remarkScopedPath.js +46 -78
- package/dist/src/docusaurus-plugins/remarkScopedPath.js.map +1 -7
- package/dist/src/docusaurus-plugins/remarkYamlTable.js +49 -84
- package/dist/src/docusaurus-plugins/remarkYamlTable.js.map +1 -7
- package/dist/src/docusaurus-plugins/remarkYouTube.js +42 -65
- package/dist/src/docusaurus-plugins/remarkYouTube.js.map +1 -7
- package/dist/src/docusaurus-plugins/timedPlugin.js +15 -42
- package/dist/src/docusaurus-plugins/timedPlugin.js.map +1 -7
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +31 -63
- package/dist/src/index.js.map +1 -7
- package/dist/src/node.js +7 -23
- package/dist/src/node.js.map +1 -7
- package/dist/src/options.d.ts +30 -27
- package/dist/src/options.d.ts.map +1 -1
- package/dist/src/options.js +2 -17
- package/dist/src/options.js.map +1 -7
- package/dist/src/plugins.js +7 -23
- package/dist/src/plugins.js.map +1 -7
- package/dist/src/ui.js +8 -25
- package/dist/src/ui.js.map +1 -7
- package/dist/src/version.js +2 -29
- package/dist/src/version.js.map +1 -7
- package/dist/theme/Layout/index.d.ts +9 -0
- package/dist/theme/Layout/index.d.ts.map +1 -1
- package/dist/theme/Layout/index.js +38 -82
- package/dist/theme/Layout/index.js.map +1 -7
- package/package.json +27 -19
- package/dist/src/components/Common/Logos.d.ts +0 -6
- package/dist/src/components/Common/Logos.d.ts.map +0 -1
- package/dist/src/components/Common/Logos.js +0 -93
- package/dist/src/components/Common/Logos.js.map +0 -7
- package/dist/src/components/NetFoundryFooter/defaults.d.ts +0 -19
- package/dist/src/components/NetFoundryFooter/defaults.d.ts.map +0 -1
- package/dist/src/components/NetFoundryFooter/defaults.js +0 -51
- package/dist/src/components/NetFoundryFooter/defaults.js.map +0 -7
- package/dist/src/components/NetFoundryFooter/types.d.ts +0 -27
- package/dist/src/components/NetFoundryFooter/types.d.ts.map +0 -1
- package/dist/src/components/NetFoundryFooter/types.js +0 -53
- package/dist/src/components/NetFoundryFooter/types.js.map +0 -7
- package/dist/src/components/ProductSearch/ProductSearch.d.ts +0 -10
- package/dist/src/components/ProductSearch/ProductSearch.d.ts.map +0 -1
- package/dist/src/components/ProductSearch/ProductSearch.js +0 -261
- package/dist/src/components/ProductSearch/ProductSearch.js.map +0 -7
- package/dist/src/components/ProductSearch/ProductSearch.module.css +0 -189
- package/dist/src/components/ProductSearch/index.d.ts +0 -4
- package/dist/src/components/ProductSearch/index.d.ts.map +0 -1
- package/dist/src/components/ProductSearch/index.js +0 -42
- package/dist/src/components/ProductSearch/index.js.map +0 -7
- package/dist/src/config.d.ts +0 -9
- package/dist/src/config.d.ts.map +0 -1
- package/dist/src/config.js +0 -34
- package/dist/src/config.js.map +0 -7
- package/dist/src/css-modules.d.js +0 -2
- package/dist/src/css-modules.d.js.map +0 -7
- package/dist/src/docusaurus.d.js +0 -2
- package/dist/src/docusaurus.d.js.map +0 -7
- package/dist/theme/BlogPostPage/Metadata.d.ts +0 -2
- package/dist/theme/BlogPostPage/Metadata.d.ts.map +0 -1
- package/dist/theme/BlogPostPage/Metadata.js +0 -35
- package/dist/theme/BlogPostPage/Metadata.js.map +0 -7
- package/dist/theme/BlogPostPage/StructuredData.d.ts +0 -2
- package/dist/theme/BlogPostPage/StructuredData.d.ts.map +0 -1
- package/dist/theme/BlogPostPage/StructuredData.js +0 -35
- package/dist/theme/BlogPostPage/StructuredData.js.map +0 -7
- package/dist/theme/BlogPostPage/index.d.ts +0 -14
- package/dist/theme/BlogPostPage/index.d.ts.map +0 -1
- package/dist/theme/BlogPostPage/index.js +0 -101
- package/dist/theme/BlogPostPage/index.js.map +0 -7
- package/dist/theme/BlogPostPage/index.module.css +0 -53
- package/dist/theme/DocSearch/index.d.ts +0 -3
- package/dist/theme/DocSearch/index.d.ts.map +0 -1
- package/dist/theme/DocSearch/index.js +0 -98
- package/dist/theme/DocSearch/index.js.map +0 -7
- package/dist/theme/DocSearch/styles.module.css +0 -12
- package/dist/theme/Navbar/Content/index.d.ts +0 -6
- package/dist/theme/Navbar/Content/index.d.ts.map +0 -1
- package/dist/theme/Navbar/Content/index.js +0 -70
- package/dist/theme/Navbar/Content/index.js.map +0 -7
- package/dist/theme/Navbar/Content/index.module.css +0 -0
- package/dist/theme/Navbar/Logo/index.d.ts +0 -3
- package/dist/theme/Navbar/Logo/index.d.ts.map +0 -1
- package/dist/theme/Navbar/Logo/index.js +0 -89
- package/dist/theme/Navbar/Logo/index.js.map +0 -7
- package/dist/theme/OsTabs/index.d.ts +0 -13
- package/dist/theme/OsTabs/index.d.ts.map +0 -1
- package/dist/theme/OsTabs/index.js +0 -51
- package/dist/theme/OsTabs/index.js.map +0 -7
- package/dist/theme/SearchBar/SearchBar.module.css +0 -37
- package/dist/theme/SearchBar/index.d.ts +0 -2
- package/dist/theme/SearchBar/index.d.ts.map +0 -1
- package/dist/theme/SearchBar/index.js +0 -91
- package/dist/theme/SearchBar/index.js.map +0 -7
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/components/Common/Common.tsx"],
|
|
4
|
-
"sourcesContent": ["import React, { JSX } from 'react';\r\nimport clsx from 'clsx';\r\nimport styles from './Common.module.css';\r\n\r\nexport interface H1Props {\r\n children: React.ReactNode;\r\n id?: string;\r\n className?: string;\r\n}\r\n\r\nexport interface H2Props {\r\n children: React.ReactNode;\r\n className?: string;\r\n}\r\n\r\nexport interface H3Props {\r\n children: React.ReactNode;\r\n style?: React.CSSProperties;\r\n className?: string;\r\n}\r\n\r\nexport interface HighlightProps {\r\n children: React.ReactNode;\r\n className?: string;\r\n}\r\n\r\nexport function H1(props: H1Props): JSX.Element {\r\n const {children, id, className} = props;\r\n return (\r\n <p id={id} className={clsx(styles.h1, className)}>{children}</p>\r\n );\r\n}\r\n\r\nexport function H2(props: H2Props): JSX.Element {\r\n const {children, className} = props;\r\n return (\r\n <p className={clsx(styles.h2, className)}>{children}</p>\r\n );\r\n}\r\n\r\nexport function H3(props: H3Props): JSX.Element {\r\n const {children, style, className} = props;\r\n return (\r\n <h3 className={clsx(styles.h3, className)} style={style}>{children}</h3>\r\n );\r\n}\r\n\r\nexport function Highlight(props: HighlightProps): JSX.Element {\r\n const { children, className } = props;\r\n return (\r\n <span className={clsx(styles.highlight, className)}>{children}</span>\r\n );\r\n}"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BQ;AA5BR,kBAAiB;AACjB,oBAAmB;AAwBZ,SAAS,GAAG,OAA6B;AAC5C,QAAM,EAAC,UAAU,IAAI,UAAS,IAAI;AAClC,SACI,4CAAC,OAAE,IAAQ,eAAW,YAAAA,SAAK,cAAAC,QAAO,IAAI,SAAS,GAAI,UAAS;AAEpE;AAEO,SAAS,GAAG,OAA6B;AAC5C,QAAM,EAAC,UAAU,UAAS,IAAI;AAC9B,SACI,4CAAC,OAAE,eAAW,YAAAD,SAAK,cAAAC,QAAO,IAAI,SAAS,GAAI,UAAS;AAE5D;AAEO,SAAS,GAAG,OAA6B;AAC5C,QAAM,EAAC,UAAU,OAAO,UAAS,IAAI;AACrC,SACI,4CAAC,QAAG,eAAW,YAAAD,SAAK,cAAAC,QAAO,IAAI,SAAS,GAAG,OAAe,UAAS;AAE3E;AAEO,SAAS,UAAU,OAAoC;AAC1D,QAAM,EAAE,UAAU,UAAU,IAAI;AAChC,SACI,4CAAC,UAAK,eAAW,YAAAD,SAAK,cAAAC,QAAO,WAAW,SAAS,GAAI,UAAS;AAEtE;",
|
|
6
|
-
"names": ["clsx", "styles"]
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"Common.js","sourceRoot":"","sources":["../../../../src/components/Common/Common.tsx"],"names":[],"mappings":";AACA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAwBzC,MAAM,UAAU,EAAE,CAAC,KAAc;IAC7B,MAAM,EAAC,QAAQ,EAAE,EAAE,EAAE,SAAS,EAAC,GAAG,KAAK,CAAC;IACxC,OAAO,CACH,YAAG,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,SAAS,CAAC,YAAG,QAAQ,GAAK,CACnE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,EAAE,CAAC,KAAc;IAC7B,MAAM,EAAC,QAAQ,EAAE,SAAS,EAAC,GAAG,KAAK,CAAC;IACpC,OAAO,CACH,YAAG,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,SAAS,CAAC,YAAG,QAAQ,GAAK,CAC3D,CAAC;AACN,CAAC;AAED,MAAM,UAAU,EAAE,CAAC,KAAc;IAC7B,MAAM,EAAC,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAC,GAAG,KAAK,CAAC;IAC3C,OAAO,CACH,aAAI,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,YAAG,QAAQ,GAAM,CAC3E,CAAC;AACN,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,KAAqB;IAC3C,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;IACtC,OAAO,CACH,eAAM,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,YAAG,QAAQ,GAAQ,CACxE,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -1,25 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var Common_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(Common_exports);
|
|
18
|
-
__reExport(Common_exports, require("./Common"), module.exports);
|
|
19
|
-
__reExport(Common_exports, require("./Logos"), module.exports);
|
|
20
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
-
0 && (module.exports = {
|
|
22
|
-
...require("./Common"),
|
|
23
|
-
...require("./Logos")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from './Common';
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/components/Common/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from './Common';\nexport * from './Logos';"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,2BAAc,qBAAd;AACA,2BAAc,oBADd;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Common/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -1,47 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var Divider_exports = {};
|
|
30
|
-
__export(Divider_exports, {
|
|
31
|
-
Divider: () => Divider
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(Divider_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var import_Divider = __toESM(require("./Divider.module.css"));
|
|
36
|
-
function Divider() {
|
|
37
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: import_Divider.default.onpremConnector, children: [
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: import_Divider.default.onpremDot, "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { viewBox: "0 0 24 24", role: "img", "aria-label": "endpoint", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "8", fill: "currentColor" }) }) }),
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: import_Divider.default.onpremLine, role: "presentation", "aria-hidden": "true" }),
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: import_Divider.default.onpremDot, "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { viewBox: "0 0 24 24", role: "img", "aria-label": "endpoint", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "8", fill: "currentColor" }) }) })
|
|
41
|
-
] });
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import styles from './Divider.module.css';
|
|
3
|
+
export function Divider() {
|
|
4
|
+
return (_jsxs("div", { className: styles.onpremConnector, children: [_jsx("div", { className: styles.onpremDot, "aria-hidden": "true", children: _jsx("svg", { viewBox: "0 0 24 24", role: "img", "aria-label": "endpoint", children: _jsx("circle", { cx: "12", cy: "12", r: "8", fill: "currentColor" }) }) }), _jsx("div", { className: styles.onpremLine, role: "presentation", "aria-hidden": "true" }), _jsx("div", { className: styles.onpremDot, "aria-hidden": "true", children: _jsx("svg", { viewBox: "0 0 24 24", role: "img", "aria-label": "endpoint", children: _jsx("circle", { cx: "12", cy: "12", r: "8", fill: "currentColor" }) }) })] }));
|
|
42
5
|
}
|
|
43
|
-
|
|
44
|
-
0 && (module.exports = {
|
|
45
|
-
Divider
|
|
46
|
-
});
|
|
47
|
-
//# sourceMappingURL=Divider.js.map
|
|
6
|
+
//# sourceMappingURL=Divider.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../../src/components/NetFoundry/Divider/Divider.tsx"],
|
|
4
|
-
"sourcesContent": ["import React, {JSX} from 'react';\r\nimport styles from './Divider.module.css';\r\n\r\nexport function Divider(): JSX.Element {\r\n return (\r\n <div className={styles.onpremConnector}>\r\n <div className={styles.onpremDot} aria-hidden=\"true\">\r\n <svg viewBox=\"0 0 24 24\" role=\"img\" aria-label=\"endpoint\">\r\n <circle cx=\"12\" cy=\"12\" r=\"8\" fill=\"currentColor\" />\r\n </svg>\r\n </div>\r\n <div className={styles.onpremLine} role=\"presentation\" aria-hidden=\"true\"></div>\r\n <div className={styles.onpremDot} aria-hidden=\"true\">\r\n <svg viewBox=\"0 0 24 24\" role=\"img\" aria-label=\"endpoint\">\r\n <circle cx=\"12\" cy=\"12\" r=\"8\" fill=\"currentColor\" />\r\n </svg>\r\n </div>\r\n </div>\r\n );\r\n}\r\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAKQ;AAJR,qBAAmB;AAEZ,SAAS,UAAuB;AACnC,SACI,6CAAC,SAAI,WAAW,eAAAA,QAAO,iBACnB;AAAA,gDAAC,SAAI,WAAW,eAAAA,QAAO,WAAW,eAAY,QAC1C,sDAAC,SAAI,SAAQ,aAAY,MAAK,OAAM,cAAW,YAC3C,sDAAC,YAAO,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,MAAK,gBAAe,GACtD,GACJ;AAAA,IACA,4CAAC,SAAI,WAAW,eAAAA,QAAO,YAAY,MAAK,gBAAe,eAAY,QAAO;AAAA,IAC1E,4CAAC,SAAI,WAAW,eAAAA,QAAO,WAAW,eAAY,QAC1C,sDAAC,SAAI,SAAQ,aAAY,MAAK,OAAM,cAAW,YAC3C,sDAAC,YAAO,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,MAAK,gBAAe,GACtD,GACJ;AAAA,KACJ;AAER;",
|
|
6
|
-
"names": ["styles"]
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"Divider.js","sourceRoot":"","sources":["../../../../../src/components/NetFoundry/Divider/Divider.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAE1C,MAAM,UAAU,OAAO;IACnB,OAAO,CACH,eAAK,SAAS,EAAE,MAAM,CAAC,eAAe,aAClC,cAAK,SAAS,EAAE,MAAM,CAAC,SAAS,iBAAc,MAAM,YAChD,cAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,KAAK,gBAAY,UAAU,YACrD,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,cAAc,GAAG,GAClD,GACJ,EACN,cAAK,SAAS,EAAE,MAAM,CAAC,UAAU,EAAE,IAAI,EAAC,cAAc,iBAAa,MAAM,GAAO,EAChF,cAAK,SAAS,EAAE,MAAM,CAAC,SAAS,iBAAc,MAAM,YAChD,cAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,KAAK,gBAAY,UAAU,YACrD,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,cAAc,GAAG,GAClD,GACJ,IACJ,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var Divider_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(Divider_exports);
|
|
18
|
-
__reExport(Divider_exports, require("./Divider"), module.exports);
|
|
19
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
20
|
-
0 && (module.exports = {
|
|
21
|
-
...require("./Divider")
|
|
22
|
-
});
|
|
23
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from './Divider';
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../../src/components/NetFoundry/Divider/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from './Divider'"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,4BAAc,sBAAd;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/NetFoundry/Divider/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var NetFoundry_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(NetFoundry_exports);
|
|
18
|
-
__reExport(NetFoundry_exports, require("./Divider"), module.exports);
|
|
19
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
20
|
-
0 && (module.exports = {
|
|
21
|
-
...require("./Divider")
|
|
22
|
-
});
|
|
23
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from './Divider';
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/components/NetFoundry/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from './Divider'"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,sBAAd;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/NetFoundry/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React, { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
export interface SocialProps {
|
|
3
|
+
twitterUrl?: string;
|
|
4
|
+
linkedInUrl?: string;
|
|
5
|
+
githubUrl?: string;
|
|
6
|
+
facebookUrl?: string;
|
|
7
|
+
instagramUrl?: string;
|
|
8
|
+
youtubeUrl?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const defaultSocialProps: SocialProps;
|
|
11
|
+
export type FooterLink = React.ReactNode | {
|
|
12
|
+
href: string;
|
|
13
|
+
label: string;
|
|
14
|
+
};
|
|
15
|
+
export type NetFoundryFooterProps = {
|
|
16
|
+
className?: string;
|
|
17
|
+
style?: CSSProperties;
|
|
18
|
+
description?: string;
|
|
19
|
+
socialProps?: SocialProps;
|
|
20
|
+
documentationLinks?: FooterLink[];
|
|
21
|
+
communityLinks?: FooterLink[];
|
|
22
|
+
resourceLinks?: FooterLink[];
|
|
23
|
+
children?: ReactNode;
|
|
24
|
+
};
|
|
25
|
+
export declare function defaultNetFoundryFooterProps(overrides?: Partial<NetFoundryFooterProps>): NetFoundryFooterProps;
|
|
3
26
|
export declare function NetFoundryFooter(props: NetFoundryFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
4
27
|
//# sourceMappingURL=NetFoundryFooter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NetFoundryFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/NetFoundryFooter/NetFoundryFooter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NetFoundryFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/NetFoundryFooter/NetFoundryFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAC,aAAa,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAMtD,MAAM,WAAW,WAAW;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AACD,eAAO,MAAM,kBAAkB,EAAE,WAOhC,CAAC;AAGF,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,SAAS,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAE3E,MAAM,MAAM,qBAAqB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,kBAAkB,CAAC,EAAE,UAAU,EAAE,CAAC;IAClC,cAAc,CAAC,EAAE,UAAU,EAAE,CAAC;IAC9B,aAAa,CAAC,EAAE,UAAU,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAUF,wBAAgB,4BAA4B,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,qBAAqB,CAyB9G;AAcD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,2CA0F5D"}
|
|
@@ -1,120 +1,70 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { NetFoundryHorizontalSection } from "../NetFoundryHorizontalSection";
|
|
4
|
+
import useBaseUrl from "@docusaurus/useBaseUrl";
|
|
5
|
+
import styles from './styles.module.css';
|
|
6
|
+
export const defaultSocialProps = {
|
|
7
|
+
twitterUrl: '',
|
|
8
|
+
linkedInUrl: '',
|
|
9
|
+
githubUrl: '',
|
|
10
|
+
facebookUrl: '',
|
|
11
|
+
instagramUrl: '',
|
|
12
|
+
youtubeUrl: '',
|
|
11
13
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
})
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
if (item && typeof item === "object" && "href" in item && "label" in item) {
|
|
45
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: item.href, children: item.label }, i);
|
|
46
|
-
}
|
|
47
|
-
return item;
|
|
14
|
+
// Convert a FooterLink to a ReactNode
|
|
15
|
+
function renderLink(link, index) {
|
|
16
|
+
if (link && typeof link === 'object' && 'href' in link && 'label' in link) {
|
|
17
|
+
return _jsx("a", { href: link.href, children: link.label }, index);
|
|
18
|
+
}
|
|
19
|
+
return link;
|
|
20
|
+
}
|
|
21
|
+
export function defaultNetFoundryFooterProps(overrides) {
|
|
22
|
+
return {
|
|
23
|
+
description: 'Self-hosted OpenZiti for enterprises needing compliance, control, and support.',
|
|
24
|
+
socialProps: {
|
|
25
|
+
githubUrl: 'https://github.com/openziti/ziti',
|
|
26
|
+
linkedInUrl: 'https://www.linkedin.com/company/netfoundry',
|
|
27
|
+
youtubeUrl: 'https://www.youtube.com/OpenZiti',
|
|
28
|
+
twitterUrl: 'https://x.com/OpenZiti'
|
|
29
|
+
},
|
|
30
|
+
documentationLinks: [
|
|
31
|
+
_jsx("a", { href: "/docs/openziti/learn/quickstarts/services/ztha", children: "Getting Started" }),
|
|
32
|
+
_jsx("a", { href: "/docs/openziti/reference/developer/api/", children: "API Reference" }),
|
|
33
|
+
_jsx("a", { href: "/docs/openziti/reference/developer/sdk/", children: "SDK Integration" }),
|
|
34
|
+
],
|
|
35
|
+
communityLinks: [
|
|
36
|
+
_jsx("a", { href: "https://github.com/openziti/ziti", children: "GitHub" }),
|
|
37
|
+
_jsx("a", { href: "https://openziti.discourse.group/", children: "Discourse Forum" }),
|
|
38
|
+
_jsx("a", { href: "/docs/openziti/policies/CONTRIBUTING", children: "Contributing" }),
|
|
39
|
+
],
|
|
40
|
+
resourceLinks: [
|
|
41
|
+
_jsx("a", { href: "https://blog.openziti.io", children: "OpenZiti Tech Blog" }),
|
|
42
|
+
_jsx("a", { href: "https://netfoundry.io/", children: "NetFoundry" }),
|
|
43
|
+
],
|
|
44
|
+
...overrides
|
|
45
|
+
};
|
|
48
46
|
}
|
|
49
47
|
function ListBlock({ title, items }) {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("ul", { className: import_styles.default.footerLinks, children: items.map((item, i) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("li", { children: renderLink(item, i) }, i)) })
|
|
54
|
-
] });
|
|
48
|
+
if (!items?.length)
|
|
49
|
+
return null;
|
|
50
|
+
return (_jsxs("div", { className: styles.footerColumn, children: [_jsx("h3", { children: title }), _jsx("ul", { className: styles.footerLinks, children: items.map((item, i) => _jsx("li", { children: renderLink(item, i) }, i)) })] }));
|
|
55
51
|
}
|
|
56
|
-
function NetFoundryFooter(props) {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
sp.twitterUrl && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: sp.twitterUrl, target: "_blank", className: import_styles.default.footerSocialLink, rel: "noreferrer", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.996 3.038c-.59.262-1.219.44-1.885.52.677-.406 1.194-1.05 1.438-1.815-.634.375-1.337.648-2.085.795-.598-.638-1.45-1.038-2.396-1.038-1.813 0-3.283 1.469-3.283 3.282 0 .257.03.507.085.748-2.728-.137-5.147-1.445-6.766-3.43-.282.485-.444 1.05-.444 1.651 0 1.14.58 2.143 1.46 2.732-.538-.017-1.044-.164-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.219-.276.075-.567.116-.866.116-.211 0-.416-.021-.617-.06.418 1.304 1.63 2.254 3.066 2.28-1.124.883-2.539 1.406-4.077 1.406-.265 0-.526-.015-.785-.046 1.453.933 3.178 1.475 5.032 1.475 6.038 0 9.34-5.002 9.34-9.34 0-.142-.004-.284-.01-.425.641-.463 1.198-1.039 1.638-1.696" }) }) }),
|
|
74
|
-
sp.facebookUrl && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: sp.facebookUrl, target: "_blank", className: import_styles.default.footerSocialLink, rel: "noreferrer", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { children: "f" }) }),
|
|
75
|
-
sp.instagramUrl && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: sp.instagramUrl, target: "_blank", className: import_styles.default.footerSocialLink, rel: "noreferrer", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { children: "ig" }) })
|
|
76
|
-
] })
|
|
77
|
-
] }),
|
|
78
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
79
|
-
ListBlock,
|
|
80
|
-
{
|
|
81
|
-
title: "Documentation",
|
|
82
|
-
items: props.documentationLinks ?? [
|
|
83
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: (0, import_useBaseUrl.default)("/docs/learn/quickstarts/services/ztha"), children: "Getting Started" }),
|
|
84
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: (0, import_useBaseUrl.default)("/docs/reference/developer/api/"), children: "API Reference" }),
|
|
85
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: (0, import_useBaseUrl.default)("/docs/reference/developer/sdk/"), children: "SDK Integration" })
|
|
86
|
-
]
|
|
87
|
-
}
|
|
88
|
-
),
|
|
89
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
90
|
-
ListBlock,
|
|
91
|
-
{
|
|
92
|
-
title: "Community",
|
|
93
|
-
items: props.communityLinks ?? [
|
|
94
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: "https://github.com/openziti/ziti", children: "GitHub" }),
|
|
95
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: "https://openziti.discourse.group/", children: "Discourse Forum" }),
|
|
96
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: "/docs/openziti/policies/CONTRIBUTING", children: "Contributing" })
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
),
|
|
100
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
101
|
-
ListBlock,
|
|
102
|
-
{
|
|
103
|
-
title: "Resources",
|
|
104
|
-
items: props.resourceLinks ?? [
|
|
105
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: "https://blog.openziti.io", children: "OpenZiti Tech Blog" }),
|
|
106
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("a", { href: "https://netfoundry.io/", children: "NetFoundry" })
|
|
107
|
-
]
|
|
108
|
-
}
|
|
109
|
-
)
|
|
110
|
-
] }) }),
|
|
111
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: import_styles.default.footerCopyright, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { children: "\xA9 2025 NetFoundry Inc. OpenZiti is an open source project sponsored by NetFoundry. All rights reserved." }) })
|
|
112
|
-
] }) });
|
|
52
|
+
export function NetFoundryFooter(props) {
|
|
53
|
+
const { className, style, children, description } = props;
|
|
54
|
+
const sp = { ...defaultSocialProps, ...(props.socialProps ?? {}) };
|
|
55
|
+
if (children)
|
|
56
|
+
return _jsx(_Fragment, { children: children });
|
|
57
|
+
return (_jsx("footer", { className: clsx(className, styles.ozFooter), style: style, children: _jsxs(NetFoundryHorizontalSection, { className: styles.footer, children: [_jsx("div", { className: styles.footerContainer, children: _jsxs("div", { className: styles.footerGrid, children: [_jsxs("div", { className: styles.footerColumn, children: [_jsx("h3", { children: "NetFoundry" }), _jsx("p", { children: description ?? 'An open source project enabling developers to embed zero trust networking directly into applications.' }), _jsxs("div", { className: styles.footerSocialLinks, children: [sp.githubUrl && (_jsx("a", { href: sp.githubUrl, target: "_blank", className: styles.footerSocialLink, rel: "noreferrer", children: _jsx("svg", { width: "20", height: "20", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" }) }) })), sp.linkedInUrl && (_jsx("a", { href: sp.linkedInUrl, target: "_blank", className: styles.footerSocialLink, rel: "noreferrer", children: _jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M15.996 16V10.1C15.996 7.5 15.375 5.49999 12.025 5.49999C10.4 5.49999 9.325 6.39999 8.875 7.29999H8.825V5.79999H5.65V16H8.95V10.7C8.95 9.30001 9.2 7.9 10.925 7.9C12.65 7.9 12.675 9.59999 12.675 10.8V16H15.996Z" }), _jsx("path", { d: "M0.25 5.79999H3.575V16H0.25V5.79999Z" }), _jsx("path", { d: "M1.9 0C0.85 0 0 0.85 0 1.9C0 2.95 0.85 3.8 1.9 3.8C2.95 3.8 3.8 2.95 3.8 1.9C3.8 0.85 2.95 0 1.9 0Z" })] }) })), sp.youtubeUrl && (_jsx("a", { href: sp.youtubeUrl, target: "_blank", className: styles.footerSocialLink, rel: "noreferrer", children: _jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M15.969 4.69c-.183-1.358-1.062-2.275-2.361-2.46C12.371 2 8 2 8 2S3.629 2 2.362 2.229c-1.3.186-2.179 1.103-2.361 2.461C0 6.03 0 10 0 10s0 3.97.2 5.31c.183 1.358 1.062 2.275 2.361 2.46C3.63 18 8 18 8 18s4.371 0 5.638-.23c1.3-.185 2.178-1.102 2.361-2.46.2-1.34.2-5.31.2-5.31s0-3.97-.23-5.31zm-8.36, 8.57V6.73l3.76 2.27-3.76 2.26z" }) }) })), sp.twitterUrl && (_jsx("a", { href: sp.twitterUrl, target: "_blank", className: styles.footerSocialLink, rel: "noreferrer", children: _jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M15.996 3.038c-.59.262-1.219.44-1.885.52.677-.406 1.194-1.05 1.438-1.815-.634.375-1.337.648-2.085.795-.598-.638-1.45-1.038-2.396-1.038-1.813 0-3.283 1.469-3.283 3.282 0 .257.03.507.085.748-2.728-.137-5.147-1.445-6.766-3.43-.282.485-.444 1.05-.444 1.651 0 1.14.58 2.143 1.46 2.732-.538-.017-1.044-.164-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.219-.276.075-.567.116-.866.116-.211 0-.416-.021-.617-.06.418 1.304 1.63 2.254 3.066 2.28-1.124.883-2.539 1.406-4.077 1.406-.265 0-.526-.015-.785-.046 1.453.933 3.178 1.475 5.032 1.475 6.038 0 9.34-5.002 9.34-9.34 0-.142-.004-.284-.01-.425.641-.463 1.198-1.039 1.638-1.696" }) }) })), sp.facebookUrl && (_jsx("a", { href: sp.facebookUrl, target: "_blank", className: styles.footerSocialLink, rel: "noreferrer", children: _jsx("span", { children: "f" }) })), sp.instagramUrl && (_jsx("a", { href: sp.instagramUrl, target: "_blank", className: styles.footerSocialLink, rel: "noreferrer", children: _jsx("span", { children: "ig" }) }))] })] }), _jsx(ListBlock, { title: "Documentation", items: props.documentationLinks ?? [
|
|
58
|
+
_jsx("a", { href: useBaseUrl("/docs/learn/quickstarts/services/ztha"), children: "Getting Started" }),
|
|
59
|
+
_jsx("a", { href: useBaseUrl("/docs/reference/developer/api/"), children: "API Reference" }),
|
|
60
|
+
_jsx("a", { href: useBaseUrl("/docs/reference/developer/sdk/"), children: "SDK Integration" }),
|
|
61
|
+
] }), _jsx(ListBlock, { title: "Community", items: props.communityLinks ?? [
|
|
62
|
+
_jsx("a", { href: "https://github.com/openziti/ziti", children: "GitHub" }),
|
|
63
|
+
_jsx("a", { href: "https://openziti.discourse.group/", children: "Discourse Forum" }),
|
|
64
|
+
_jsx("a", { href: "/docs/openziti/policies/CONTRIBUTING", children: "Contributing" }),
|
|
65
|
+
] }), _jsx(ListBlock, { title: "Resources", items: props.resourceLinks ?? [
|
|
66
|
+
_jsx("a", { href: "https://blog.openziti.io", children: "OpenZiti Tech Blog" }),
|
|
67
|
+
_jsx("a", { href: "https://netfoundry.io/", children: "NetFoundry" }),
|
|
68
|
+
] })] }) }), _jsx("div", { className: styles.footerCopyright, children: _jsx("p", { children: "\u00A9 2025 NetFoundry Inc. OpenZiti is an open source project sponsored by NetFoundry. All rights reserved." }) })] }) }));
|
|
113
69
|
}
|
|
114
|
-
|
|
115
|
-
0 && (module.exports = {
|
|
116
|
-
NetFoundryFooter,
|
|
117
|
-
defaultNetFoundryFooterProps,
|
|
118
|
-
defaultSocialProps
|
|
119
|
-
});
|
|
120
|
-
//# sourceMappingURL=NetFoundryFooter.js.map
|
|
70
|
+
//# sourceMappingURL=NetFoundryFooter.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/components/NetFoundryFooter/NetFoundryFooter.tsx"],
|
|
4
|
-
"sourcesContent": ["import React from 'react';\nimport clsx from 'clsx';\nimport {NetFoundryHorizontalSection} from \"../NetFoundryHorizontalSection\";\nimport useBaseUrl from \"@docusaurus/useBaseUrl\";\nimport styles from './styles.module.css';\n\n// Re-export types from the CSS-free types module\nexport {\n type SocialProps,\n type NetFoundryFooterProps,\n defaultSocialProps,\n defaultNetFoundryFooterProps,\n} from './types';\n\nimport { defaultSocialProps, type NetFoundryFooterProps } from './types';\n\ntype LinkItem = React.ReactNode | { href: string; label: string };\n\nfunction renderLink(item: LinkItem, i: number): React.ReactNode {\n if (item && typeof item === 'object' && 'href' in item && 'label' in item) {\n return <a key={i} href={item.href}>{item.label}</a>;\n }\n return item;\n}\n\nfunction ListBlock({title, items}:{title:string; items?: LinkItem[]}) {\n if (!items?.length) return null;\n return (\n <div className={styles.footerColumn}>\n <h3>{title}</h3>\n <ul className={styles.footerLinks}>\n {items.map((item, i) => <li key={i}>{renderLink(item, i)}</li>)}\n </ul>\n </div>\n );\n}\n\nexport function NetFoundryFooter(props: NetFoundryFooterProps) {\n const { className, style, children, description } = props;\n const sp = {...defaultSocialProps, ...(props.socialProps ?? {})};\n\n if (children) return <>{children}</>;\n\n return (\n <footer className={clsx(className, styles.ozFooter)} style={style}>\n <NetFoundryHorizontalSection className={styles.footer}>\n <div className={styles.footerContainer}>\n <div className={styles.footerGrid}>\n <div className={styles.footerColumn}>\n <h3>NetFoundry</h3>\n <p>{description ?? 'An open source project enabling developers to embed zero trust networking directly into applications.'}</p>\n <div className={styles.footerSocialLinks}>\n {sp.githubUrl && (\n <a href={sp.githubUrl} target=\"_blank\" className={styles.footerSocialLink} rel=\"noreferrer\">\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z\"/>\n </svg>\n </a>\n )}\n {sp.linkedInUrl && (\n <a href={sp.linkedInUrl} target=\"_blank\" className={styles.footerSocialLink} rel=\"noreferrer\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M15.996 16V10.1C15.996 7.5 15.375 5.49999 12.025 5.49999C10.4 5.49999 9.325 6.39999 8.875 7.29999H8.825V5.79999H5.65V16H8.95V10.7C8.95 9.30001 9.2 7.9 10.925 7.9C12.65 7.9 12.675 9.59999 12.675 10.8V16H15.996Z\"/>\n <path d=\"M0.25 5.79999H3.575V16H0.25V5.79999Z\"/>\n <path d=\"M1.9 0C0.85 0 0 0.85 0 1.9C0 2.95 0.85 3.8 1.9 3.8C2.95 3.8 3.8 2.95 3.8 1.9C3.8 0.85 2.95 0 1.9 0Z\"/>\n </svg>\n </a>\n )}\n {sp.youtubeUrl && (\n <a href={sp.youtubeUrl} target=\"_blank\" className={styles.footerSocialLink} rel=\"noreferrer\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M15.969 4.69c-.183-1.358-1.062-2.275-2.361-2.46C12.371 2 8 2 8 2S3.629 2 2.362 2.229c-1.3.186-2.179 1.103-2.361 2.461C0 6.03 0 10 0 10s0 3.97.2 5.31c.183 1.358 1.062 2.275 2.361 2.46C3.63 18 8 18 8 18s4.371 0 5.638-.23c1.3-.185 2.178-1.102 2.361-2.46.2-1.34.2-5.31.2-5.31s0-3.97-.23-5.31zm-8.36, 8.57V6.73l3.76 2.27-3.76 2.26z\"/>\n </svg>\n </a>\n )}\n {sp.twitterUrl && (\n <a href={sp.twitterUrl} target=\"_blank\" className={styles.footerSocialLink} rel=\"noreferrer\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M15.996 3.038c-.59.262-1.219.44-1.885.52.677-.406 1.194-1.05 1.438-1.815-.634.375-1.337.648-2.085.795-.598-.638-1.45-1.038-2.396-1.038-1.813 0-3.283 1.469-3.283 3.282 0 .257.03.507.085.748-2.728-.137-5.147-1.445-6.766-3.43-.282.485-.444 1.05-.444 1.651 0 1.14.58 2.143 1.46 2.732-.538-.017-1.044-.164-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.219-.276.075-.567.116-.866.116-.211 0-.416-.021-.617-.06.418 1.304 1.63 2.254 3.066 2.28-1.124.883-2.539 1.406-4.077 1.406-.265 0-.526-.015-.785-.046 1.453.933 3.178 1.475 5.032 1.475 6.038 0 9.34-5.002 9.34-9.34 0-.142-.004-.284-.01-.425.641-.463 1.198-1.039 1.638-1.696\"/>\n </svg>\n </a>\n )}\n {sp.facebookUrl && (\n <a href={sp.facebookUrl} target=\"_blank\" className={styles.footerSocialLink} rel=\"noreferrer\">\n <span>f</span>\n </a>\n )}\n {sp.instagramUrl && (\n <a href={sp.instagramUrl} target=\"_blank\" className={styles.footerSocialLink} rel=\"noreferrer\">\n <span>ig</span>\n </a>\n )}\n </div>\n </div>\n\n <ListBlock\n title=\"Documentation\"\n items={props.documentationLinks ?? [\n <a href={useBaseUrl(\"/docs/learn/quickstarts/services/ztha\")}>Getting Started</a>,\n <a href={useBaseUrl(\"/docs/reference/developer/api/\")}>API Reference</a>,\n <a href={useBaseUrl(\"/docs/reference/developer/sdk/\")}>SDK Integration</a>,\n ]}\n />\n <ListBlock\n title=\"Community\"\n items={props.communityLinks ?? [\n <a href=\"https://github.com/openziti/ziti\">GitHub</a>,\n <a href=\"https://openziti.discourse.group/\">Discourse Forum</a>,\n <a href=\"/docs/openziti/policies/CONTRIBUTING\">Contributing</a>,\n ]}\n />\n <ListBlock\n title=\"Resources\"\n items={props.resourceLinks ?? [\n <a href=\"https://blog.openziti.io\">OpenZiti Tech Blog</a>,\n <a href=\"https://netfoundry.io/\">NetFoundry</a>,\n ]}\n />\n </div>\n </div>\n\n <div className={styles.footerCopyright}>\n <p>\u00A9 2025 NetFoundry Inc. OpenZiti is an open source project sponsored by NetFoundry. All rights reserved.</p>\n </div>\n </NetFoundryHorizontalSection>\n </footer>\n );\n}\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["import_types", "styles", "clsx", "useBaseUrl"]
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"NetFoundryFooter.js","sourceRoot":"","sources":["../../../../src/components/NetFoundryFooter/NetFoundryFooter.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var NetFoundryFooter_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(NetFoundryFooter_exports);
|
|
18
|
-
__reExport(NetFoundryFooter_exports, require("./NetFoundryFooter"), module.exports);
|
|
19
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
20
|
-
0 && (module.exports = {
|
|
21
|
-
...require("./NetFoundryFooter")
|
|
22
|
-
});
|
|
23
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from './NetFoundryFooter';
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/components/NetFoundryFooter/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from './NetFoundryFooter';\r\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,qCAAc,+BAAd;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/NetFoundryFooter/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,33 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var NetFoundryHighlight_exports = {};
|
|
20
|
-
__export(NetFoundryHighlight_exports, {
|
|
21
|
-
NetFoundryHighlight: () => NetFoundryHighlight
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(NetFoundryHighlight_exports);
|
|
24
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
-
function NetFoundryHighlight(props) {
|
|
26
|
-
const { children, style } = props;
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { style, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { style: { color: "var(--ifm-color-primary)" }, children }) });
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
export function NetFoundryHighlight(props) {
|
|
3
|
+
const { children, style } = props;
|
|
4
|
+
return (_jsx("span", { style: style, children: _jsx("span", { style: { color: 'var(--ifm-color-primary)' }, children: children }) }));
|
|
28
5
|
}
|
|
29
|
-
|
|
30
|
-
0 && (module.exports = {
|
|
31
|
-
NetFoundryHighlight
|
|
32
|
-
});
|
|
33
|
-
//# sourceMappingURL=NetFoundryHighlight.js.map
|
|
6
|
+
//# sourceMappingURL=NetFoundryHighlight.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/components/NetFoundryHighlight/NetFoundryHighlight.tsx"],
|
|
4
|
-
"sourcesContent": ["import React, { ReactNode, CSSProperties } from 'react';\n\nexport type NetFoundryHighlightProps = {\n children?: ReactNode;\n style?: CSSProperties;\n};\n\nexport function NetFoundryHighlight(props: NetFoundryHighlightProps) {\n const { children, style } = props;\n return (\n <span style={style}>\n <span style={{ color: 'var(--ifm-color-primary)' }}>{children}</span>\n </span>\n );\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAWM;AAJC,SAAS,oBAAoB,OAAiC;AACjE,QAAM,EAAE,UAAU,MAAM,IAAI;AAC5B,SACI,4CAAC,UAAK,OACR,sDAAC,UAAK,OAAO,EAAE,OAAO,2BAA2B,GAAI,UAAS,GAChE;AAEJ;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"NetFoundryHighlight.js","sourceRoot":"","sources":["../../../../src/components/NetFoundryHighlight/NetFoundryHighlight.tsx"],"names":[],"mappings":";AAOA,MAAM,UAAU,mBAAmB,CAAC,KAA+B;IAC/D,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC;IAClC,OAAO,CACH,eAAM,KAAK,EAAE,KAAK,YACpB,eAAM,KAAK,EAAE,EAAE,KAAK,EAAE,0BAA0B,EAAE,YAAG,QAAQ,GAAQ,GAChE,CACN,CAAC;AACN,CAAC"}
|