@netfoundry/docusaurus-theme 0.2.3 → 0.3.0

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.
Files changed (173) hide show
  1. package/css/layout.css +14 -0
  2. package/css/legacy.css +2313 -0
  3. package/css/tabs-v1-gradient.css +92 -0
  4. package/css/tabs-v2-glass.css +116 -0
  5. package/css/tabs-v3-minimal.css +86 -0
  6. package/css/tabs-v4-segmented.css +85 -0
  7. package/css/tabs-v5-neon.css +99 -0
  8. package/css/tabs-v6-neumorphic.css +89 -0
  9. package/css/tabs-v7-brutalist.css +81 -0
  10. package/css/tabs-v8-float.css +114 -0
  11. package/css/tabs-v9-line.css +104 -0
  12. package/css/theme.css +20 -0
  13. package/css/vars-dark.css +7 -0
  14. package/css/vars.css +8 -0
  15. package/dist/css/theme.css +20 -72
  16. package/dist/src/components/Alert/Alert.js +6 -51
  17. package/dist/src/components/Alert/Alert.js.map +1 -7
  18. package/dist/src/components/Alert/index.js +2 -29
  19. package/dist/src/components/Alert/index.js.map +1 -7
  20. package/dist/src/components/CodeBlock/CodeBlock.js +7 -53
  21. package/dist/src/components/CodeBlock/CodeBlock.js.map +1 -7
  22. package/dist/src/components/CodeBlock/index.js +2 -29
  23. package/dist/src/components/CodeBlock/index.js.map +1 -7
  24. package/dist/src/components/Common/Common.js +16 -59
  25. package/dist/src/components/Common/Common.js.map +1 -7
  26. package/dist/src/components/Common/index.d.ts +0 -1
  27. package/dist/src/components/Common/index.d.ts.map +1 -1
  28. package/dist/src/components/Common/index.js +2 -25
  29. package/dist/src/components/Common/index.js.map +1 -7
  30. package/dist/src/components/NetFoundry/Divider/Divider.js +5 -46
  31. package/dist/src/components/NetFoundry/Divider/Divider.js.map +1 -7
  32. package/dist/src/components/NetFoundry/Divider/index.js +2 -23
  33. package/dist/src/components/NetFoundry/Divider/index.js.map +1 -7
  34. package/dist/src/components/NetFoundry/index.js +2 -23
  35. package/dist/src/components/NetFoundry/index.js.map +1 -7
  36. package/dist/src/components/NetFoundryFooter/NetFoundryFooter.d.ts +21 -2
  37. package/dist/src/components/NetFoundryFooter/NetFoundryFooter.d.ts.map +1 -1
  38. package/dist/src/components/NetFoundryFooter/NetFoundryFooter.js +58 -115
  39. package/dist/src/components/NetFoundryFooter/NetFoundryFooter.js.map +1 -7
  40. package/dist/src/components/NetFoundryFooter/index.js +2 -23
  41. package/dist/src/components/NetFoundryFooter/index.js.map +1 -7
  42. package/dist/src/components/NetFoundryHighlight/NetFoundryHighlight.js +5 -32
  43. package/dist/src/components/NetFoundryHighlight/NetFoundryHighlight.js.map +1 -7
  44. package/dist/src/components/NetFoundryHighlight/index.js +2 -29
  45. package/dist/src/components/NetFoundryHighlight/index.js.map +1 -7
  46. package/dist/src/components/NetFoundryHorizontalSection/NetFoundryHorizontalSection.js +7 -52
  47. package/dist/src/components/NetFoundryHorizontalSection/NetFoundryHorizontalSection.js.map +1 -7
  48. package/dist/src/components/NetFoundryHorizontalSection/index.js +2 -29
  49. package/dist/src/components/NetFoundryHorizontalSection/index.js.map +1 -7
  50. package/dist/src/components/NetFoundryLayout/NetFoundryLayout.d.ts.map +1 -1
  51. package/dist/src/components/NetFoundryLayout/NetFoundryLayout.js +32 -111
  52. package/dist/src/components/NetFoundryLayout/NetFoundryLayout.js.map +1 -7
  53. package/dist/src/components/NetFoundryLayout/index.js +2 -23
  54. package/dist/src/components/NetFoundryLayout/index.js.map +1 -7
  55. package/dist/src/components/NetFoundryNavbarItems/NetFoundryNavbarItems.js +13 -40
  56. package/dist/src/components/NetFoundryNavbarItems/NetFoundryNavbarItems.js.map +1 -7
  57. package/dist/src/components/NetFoundryNavbarItems/index.js +2 -29
  58. package/dist/src/components/NetFoundryNavbarItems/index.js.map +1 -7
  59. package/dist/src/components/OsTabs/OsTabs.js +17 -53
  60. package/dist/src/components/OsTabs/OsTabs.js.map +1 -7
  61. package/dist/src/components/OsTabs/index.js +2 -29
  62. package/dist/src/components/OsTabs/index.js.map +1 -7
  63. package/dist/src/components/StarUs/StarUs.js +6 -45
  64. package/dist/src/components/StarUs/StarUs.js.map +1 -7
  65. package/dist/src/components/StarUs/index.js +2 -39
  66. package/dist/src/components/StarUs/index.js.map +1 -7
  67. package/dist/src/components/index.d.ts +0 -1
  68. package/dist/src/components/index.d.ts.map +1 -1
  69. package/dist/src/components/index.js +12 -45
  70. package/dist/src/components/index.js.map +1 -7
  71. package/dist/src/docusaurus-envhelper.js +64 -111
  72. package/dist/src/docusaurus-envhelper.js.map +1 -7
  73. package/dist/src/docusaurus-plugins/index.js +8 -35
  74. package/dist/src/docusaurus-plugins/index.js.map +1 -7
  75. package/dist/src/docusaurus-plugins/logger.js +38 -66
  76. package/dist/src/docusaurus-plugins/logger.js.map +1 -7
  77. package/dist/src/docusaurus-plugins/remarkCodeSections.js +94 -127
  78. package/dist/src/docusaurus-plugins/remarkCodeSections.js.map +1 -7
  79. package/dist/src/docusaurus-plugins/remarkReplaceMetaUrl.js +22 -50
  80. package/dist/src/docusaurus-plugins/remarkReplaceMetaUrl.js.map +1 -7
  81. package/dist/src/docusaurus-plugins/remarkScopedPath.js +46 -78
  82. package/dist/src/docusaurus-plugins/remarkScopedPath.js.map +1 -7
  83. package/dist/src/docusaurus-plugins/remarkYamlTable.js +49 -84
  84. package/dist/src/docusaurus-plugins/remarkYamlTable.js.map +1 -7
  85. package/dist/src/docusaurus-plugins/remarkYouTube.js +42 -65
  86. package/dist/src/docusaurus-plugins/remarkYouTube.js.map +1 -7
  87. package/dist/src/docusaurus-plugins/timedPlugin.js +15 -42
  88. package/dist/src/docusaurus-plugins/timedPlugin.js.map +1 -7
  89. package/dist/src/index.d.ts.map +1 -1
  90. package/dist/src/index.js +31 -63
  91. package/dist/src/index.js.map +1 -7
  92. package/dist/src/node.js +7 -23
  93. package/dist/src/node.js.map +1 -7
  94. package/dist/src/options.d.ts +30 -27
  95. package/dist/src/options.d.ts.map +1 -1
  96. package/dist/src/options.js +2 -17
  97. package/dist/src/options.js.map +1 -7
  98. package/dist/src/plugins.js +7 -23
  99. package/dist/src/plugins.js.map +1 -7
  100. package/dist/src/ui.js +8 -25
  101. package/dist/src/ui.js.map +1 -7
  102. package/dist/src/version.js +2 -29
  103. package/dist/src/version.js.map +1 -7
  104. package/dist/theme/Layout/index.d.ts +9 -0
  105. package/dist/theme/Layout/index.d.ts.map +1 -1
  106. package/dist/theme/Layout/index.js +38 -82
  107. package/dist/theme/Layout/index.js.map +1 -7
  108. package/package.json +27 -19
  109. package/dist/src/components/Common/Logos.d.ts +0 -6
  110. package/dist/src/components/Common/Logos.d.ts.map +0 -1
  111. package/dist/src/components/Common/Logos.js +0 -93
  112. package/dist/src/components/Common/Logos.js.map +0 -7
  113. package/dist/src/components/NetFoundryFooter/defaults.d.ts +0 -19
  114. package/dist/src/components/NetFoundryFooter/defaults.d.ts.map +0 -1
  115. package/dist/src/components/NetFoundryFooter/defaults.js +0 -51
  116. package/dist/src/components/NetFoundryFooter/defaults.js.map +0 -7
  117. package/dist/src/components/NetFoundryFooter/types.d.ts +0 -27
  118. package/dist/src/components/NetFoundryFooter/types.d.ts.map +0 -1
  119. package/dist/src/components/NetFoundryFooter/types.js +0 -53
  120. package/dist/src/components/NetFoundryFooter/types.js.map +0 -7
  121. package/dist/src/components/ProductSearch/ProductSearch.d.ts +0 -10
  122. package/dist/src/components/ProductSearch/ProductSearch.d.ts.map +0 -1
  123. package/dist/src/components/ProductSearch/ProductSearch.js +0 -261
  124. package/dist/src/components/ProductSearch/ProductSearch.js.map +0 -7
  125. package/dist/src/components/ProductSearch/ProductSearch.module.css +0 -189
  126. package/dist/src/components/ProductSearch/index.d.ts +0 -4
  127. package/dist/src/components/ProductSearch/index.d.ts.map +0 -1
  128. package/dist/src/components/ProductSearch/index.js +0 -42
  129. package/dist/src/components/ProductSearch/index.js.map +0 -7
  130. package/dist/src/config.d.ts +0 -9
  131. package/dist/src/config.d.ts.map +0 -1
  132. package/dist/src/config.js +0 -34
  133. package/dist/src/config.js.map +0 -7
  134. package/dist/src/css-modules.d.js +0 -2
  135. package/dist/src/css-modules.d.js.map +0 -7
  136. package/dist/src/docusaurus.d.js +0 -2
  137. package/dist/src/docusaurus.d.js.map +0 -7
  138. package/dist/theme/BlogPostPage/Metadata.d.ts +0 -2
  139. package/dist/theme/BlogPostPage/Metadata.d.ts.map +0 -1
  140. package/dist/theme/BlogPostPage/Metadata.js +0 -35
  141. package/dist/theme/BlogPostPage/Metadata.js.map +0 -7
  142. package/dist/theme/BlogPostPage/StructuredData.d.ts +0 -2
  143. package/dist/theme/BlogPostPage/StructuredData.d.ts.map +0 -1
  144. package/dist/theme/BlogPostPage/StructuredData.js +0 -35
  145. package/dist/theme/BlogPostPage/StructuredData.js.map +0 -7
  146. package/dist/theme/BlogPostPage/index.d.ts +0 -14
  147. package/dist/theme/BlogPostPage/index.d.ts.map +0 -1
  148. package/dist/theme/BlogPostPage/index.js +0 -101
  149. package/dist/theme/BlogPostPage/index.js.map +0 -7
  150. package/dist/theme/BlogPostPage/index.module.css +0 -53
  151. package/dist/theme/DocSearch/index.d.ts +0 -3
  152. package/dist/theme/DocSearch/index.d.ts.map +0 -1
  153. package/dist/theme/DocSearch/index.js +0 -98
  154. package/dist/theme/DocSearch/index.js.map +0 -7
  155. package/dist/theme/DocSearch/styles.module.css +0 -12
  156. package/dist/theme/Navbar/Content/index.d.ts +0 -6
  157. package/dist/theme/Navbar/Content/index.d.ts.map +0 -1
  158. package/dist/theme/Navbar/Content/index.js +0 -70
  159. package/dist/theme/Navbar/Content/index.js.map +0 -7
  160. package/dist/theme/Navbar/Content/index.module.css +0 -0
  161. package/dist/theme/Navbar/Logo/index.d.ts +0 -3
  162. package/dist/theme/Navbar/Logo/index.d.ts.map +0 -1
  163. package/dist/theme/Navbar/Logo/index.js +0 -89
  164. package/dist/theme/Navbar/Logo/index.js.map +0 -7
  165. package/dist/theme/OsTabs/index.d.ts +0 -13
  166. package/dist/theme/OsTabs/index.d.ts.map +0 -1
  167. package/dist/theme/OsTabs/index.js +0 -51
  168. package/dist/theme/OsTabs/index.js.map +0 -7
  169. package/dist/theme/SearchBar/SearchBar.module.css +0 -37
  170. package/dist/theme/SearchBar/index.d.ts +0 -2
  171. package/dist/theme/SearchBar/index.d.ts.map +0 -1
  172. package/dist/theme/SearchBar/index.js +0 -91
  173. package/dist/theme/SearchBar/index.js.map +0 -7
@@ -1,7 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/options.ts"],
4
- "sourcesContent": ["import type { ReactNode } from 'react';\n\n/**\n * Social media link configuration for the footer\n */\nexport interface SocialProps {\n githubUrl?: string;\n twitterUrl?: string;\n linkedInUrl?: string;\n youtubeUrl?: string;\n facebookUrl?: string;\n instagramUrl?: string;\n}\n\n/**\n * Footer configuration for the theme\n */\nexport interface FooterConfig {\n /** Description text shown in the footer */\n description?: string;\n /** Social media links */\n socialProps?: SocialProps;\n /** Documentation section links (as ReactNode for JSX support) */\n documentationLinks?: ReactNode[];\n /** Community section links */\n communityLinks?: ReactNode[];\n /** Resources section links */\n resourceLinks?: ReactNode[];\n}\n\n/**\n * Star banner configuration\n */\nexport interface StarBannerConfig {\n /** GitHub repository URL */\n repoUrl: string;\n /** Label text for the star button */\n label: string;\n}\n\n/**\n * Navbar product configuration\n */\nexport interface NavbarProductConfig {\n pathPrefix: string;\n items: any[]; // Docusaurus NavbarItem types\n}\n\n/**\n * Options passed to the theme plugin in docusaurus.config.ts\n */\nexport interface NetFoundryThemeOptions {\n /** Custom CSS file path(s) to include */\n customCss?: string | string[];\n}\n\n/**\n * Product-specific overrides\n */\nexport interface ProductOverride {\n pathPrefix: string;\n footer?: FooterConfig;\n starBanner?: StarBannerConfig;\n navbarItems?: any[];\n logo?: {\n to?: string;\n text?: string;\n alt?: string;\n logoLight?: string;\n logoDark?: string;\n };\n}\n\n/**\n * Theme configuration in themeConfig.netfoundry\n */\nexport interface NetFoundryThemeConfig {\n /** Default footer configuration */\n footer?: FooterConfig;\n /** Default star banner configuration */\n starBanner?: StarBannerConfig;\n /** Whether to show the star banner (default: false) */\n showStarBanner?: boolean;\n /** Product-specific overrides based on path */\n products?: ProductOverride[];\n}\n\n/**\n * Extended Docusaurus ThemeConfig with NetFoundry configuration\n */\nexport interface ThemeConfigWithNetFoundry {\n netfoundry?: NetFoundryThemeConfig;\n [key: string]: unknown;\n}"],
5
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
6
- "names": []
7
- }
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../src/options.ts"],"names":[],"mappings":""}
@@ -1,23 +1,7 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
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 plugins_exports = {};
17
- module.exports = __toCommonJS(plugins_exports);
18
- __reExport(plugins_exports, require("./docusaurus-plugins"), module.exports);
19
- // Annotate the CommonJS export names for ESM import in node:
20
- 0 && (module.exports = {
21
- ...require("./docusaurus-plugins")
22
- });
23
- //# sourceMappingURL=plugins.js.map
1
+ /**
2
+ * Remark plugins entry point
3
+ *
4
+ * Import from '@netfoundry/docusaurus-theme/plugins' in docusaurus.config.ts.
5
+ */
6
+ export * from './docusaurus-plugins';
7
+ //# sourceMappingURL=plugins.js.map
@@ -1,7 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/plugins.ts"],
4
- "sourcesContent": ["/**\r\n * Remark plugins entry point\r\n *\r\n * Import from '@netfoundry/docusaurus-theme/plugins' in docusaurus.config.ts.\r\n */\r\nexport * from './docusaurus-plugins';\r\n"],
5
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAKA,4BAAc,iCALd;",
6
- "names": []
7
- }
1
+ {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../src/plugins.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,sBAAsB,CAAC"}
package/dist/src/ui.js CHANGED
@@ -1,25 +1,8 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
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 ui_exports = {};
17
- module.exports = __toCommonJS(ui_exports);
18
- __reExport(ui_exports, require("./components"), module.exports);
19
- __reExport(ui_exports, require("./docusaurus-envhelper"), module.exports);
20
- // Annotate the CommonJS export names for ESM import in node:
21
- 0 && (module.exports = {
22
- ...require("./components"),
23
- ...require("./docusaurus-envhelper")
24
- });
25
- //# sourceMappingURL=ui.js.map
1
+ /**
2
+ * UI components entry point
3
+ *
4
+ * Import from '@netfoundry/docusaurus-theme/ui' in client code.
5
+ */
6
+ export * from './components';
7
+ export * from './docusaurus-envhelper';
8
+ //# sourceMappingURL=ui.js.map
@@ -1,7 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/ui.ts"],
4
- "sourcesContent": ["/**\r\n * UI components entry point\r\n *\r\n * Import from '@netfoundry/docusaurus-theme/ui' in client code.\r\n */\r\nexport * from './components';\r\nexport * from './docusaurus-envhelper';\r\n"],
5
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAKA,uBAAc,yBALd;AAMA,uBAAc,mCANd;",
6
- "names": []
7
- }
1
+ {"version":3,"file":"ui.js","sourceRoot":"","sources":["../../src/ui.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC"}
@@ -1,29 +1,2 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
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 version_exports = {};
20
- __export(version_exports, {
21
- version: () => version
22
- });
23
- module.exports = __toCommonJS(version_exports);
24
- const version = "0.1.1";
25
- // Annotate the CommonJS export names for ESM import in node:
26
- 0 && (module.exports = {
27
- version
28
- });
29
- //# sourceMappingURL=version.js.map
1
+ export const version = '0.1.1';
2
+ //# sourceMappingURL=version.js.map
@@ -1,7 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/version.ts"],
4
- "sourcesContent": ["export const version = '0.1.1';\r\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,UAAU;",
6
- "names": []
7
- }
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}
@@ -6,5 +6,14 @@ export interface LayoutProps {
6
6
  title?: string;
7
7
  description?: string;
8
8
  }
9
+ /**
10
+ * NetFoundry theme Layout component.
11
+ *
12
+ * This component wraps NetFoundryLayout and reads configuration from
13
+ * themeConfig.netfoundry in docusaurus.config.ts.
14
+ *
15
+ * To customize further, swizzle this component:
16
+ * npx docusaurus swizzle @netfoundry/docusaurus-theme Layout --wrap
17
+ */
9
18
  export default function Layout({ children, noFooter, wrapperClassName, title, description, }: LayoutProps): ReactNode;
10
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../theme/Layout/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAU9C,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,KAAK,EACL,WAAW,GACZ,EAAE,WAAW,GAAG,SAAS,CA+CzB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../theme/Layout/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAS9C,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,KAAK,EACL,WAAW,GACZ,EAAE,WAAW,GAAG,SAAS,CAyCzB"}
@@ -1,83 +1,39 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
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 Layout_exports = {};
30
- __export(Layout_exports, {
31
- default: () => Layout
32
- });
33
- module.exports = __toCommonJS(Layout_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var import_useDocusaurusContext = __toESM(require("@docusaurus/useDocusaurusContext"));
36
- var import_router = require("@docusaurus/router");
37
- var import_ui = require("../../src/ui");
38
- function Layout({
39
- children,
40
- noFooter,
41
- wrapperClassName,
42
- title,
43
- description
44
- }) {
45
- const { siteConfig } = (0, import_useDocusaurusContext.default)();
46
- const { pathname } = (0, import_router.useLocation)();
47
- const themeConfig = siteConfig.themeConfig;
48
- const nfConfig = themeConfig.netfoundry ?? {};
49
- const product = nfConfig.products?.find((p) => pathname.startsWith(p.pathPrefix));
50
- let footerProps = void 0;
51
- if (!noFooter) {
52
- const baseFooter = product?.footer || nfConfig.footer;
53
- footerProps = {
54
- ...(0, import_ui.defaultNetFoundryFooterProps)(),
55
- ...baseFooter,
56
- socialProps: {
57
- ...import_ui.defaultSocialProps,
58
- ...baseFooter?.socialProps
59
- }
60
- };
61
- }
62
- const baseStar = product?.starBanner || nfConfig.starBanner;
63
- const starProps = nfConfig.showStarBanner && baseStar ? {
64
- repoUrl: baseStar.repoUrl,
65
- label: baseStar.label
66
- } : void 0;
67
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
68
- import_ui.NetFoundryLayout,
69
- {
70
- title,
71
- description,
72
- className: wrapperClassName,
73
- noFooter,
74
- footerProps,
75
- starProps,
76
- meta: {
77
- siteName: siteConfig.title
78
- },
79
- children
80
- }
81
- );
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
3
+ import { NetFoundryLayout, defaultNetFoundryFooterProps, defaultSocialProps, } from '../../src/ui';
4
+ /**
5
+ * NetFoundry theme Layout component.
6
+ *
7
+ * This component wraps NetFoundryLayout and reads configuration from
8
+ * themeConfig.netfoundry in docusaurus.config.ts.
9
+ *
10
+ * To customize further, swizzle this component:
11
+ * npx docusaurus swizzle @netfoundry/docusaurus-theme Layout --wrap
12
+ */
13
+ export default function Layout({ children, noFooter, wrapperClassName, title, description, }) {
14
+ const { siteConfig } = useDocusaurusContext();
15
+ const themeConfig = siteConfig.themeConfig;
16
+ const nfConfig = themeConfig.netfoundry ?? {};
17
+ // Build footer props from config, falling back to defaults
18
+ const footerProps = noFooter
19
+ ? undefined
20
+ : {
21
+ ...defaultNetFoundryFooterProps(),
22
+ ...nfConfig.footer,
23
+ socialProps: {
24
+ ...defaultSocialProps,
25
+ ...nfConfig.footer?.socialProps,
26
+ },
27
+ };
28
+ // Build star props if enabled
29
+ const starProps = nfConfig.showStarBanner && nfConfig.starBanner
30
+ ? {
31
+ repoUrl: nfConfig.starBanner.repoUrl,
32
+ label: nfConfig.starBanner.label,
33
+ }
34
+ : undefined;
35
+ return (_jsx(NetFoundryLayout, { title: title, description: description, className: wrapperClassName, noFooter: noFooter, footerProps: footerProps, starProps: starProps, meta: {
36
+ siteName: siteConfig.title,
37
+ }, children: children }));
82
38
  }
83
- //# sourceMappingURL=index.js.map
39
+ //# sourceMappingURL=index.js.map
@@ -1,7 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../theme/Layout/index.tsx"],
4
- "sourcesContent": ["import React, { type ReactNode } from 'react';\nimport useDocusaurusContext from '@docusaurus/useDocusaurusContext';\nimport { useLocation } from '@docusaurus/router';\nimport {\n NetFoundryLayout,\n defaultNetFoundryFooterProps,\n defaultSocialProps,\n} from '../../src/ui';\nimport type { ThemeConfigWithNetFoundry, FooterConfig, StarBannerConfig } from '../../src/options';\n\nexport interface LayoutProps {\n children: ReactNode;\n noFooter?: boolean;\n wrapperClassName?: string;\n title?: string;\n description?: string;\n}\n\nexport default function Layout({\n children,\n noFooter,\n wrapperClassName,\n title,\n description,\n}: LayoutProps): ReactNode {\n const { siteConfig } = useDocusaurusContext();\n const { pathname } = useLocation();\n const themeConfig = siteConfig.themeConfig as ThemeConfigWithNetFoundry;\n const nfConfig = themeConfig.netfoundry ?? {};\n\n // Find product override if any\n const product = nfConfig.products?.find(p => pathname.startsWith(p.pathPrefix));\n\n // Determine footer props\n let footerProps: any = undefined;\n if (!noFooter) {\n const baseFooter = product?.footer || nfConfig.footer;\n footerProps = {\n ...defaultNetFoundryFooterProps(),\n ...baseFooter,\n socialProps: {\n ...defaultSocialProps,\n ...baseFooter?.socialProps,\n },\n };\n }\n\n // Determine star props\n const baseStar = product?.starBanner || nfConfig.starBanner;\n const starProps = (nfConfig.showStarBanner && baseStar)\n ? {\n repoUrl: baseStar.repoUrl,\n label: baseStar.label,\n }\n : undefined;\n\n return (\n <NetFoundryLayout\n title={title}\n description={description}\n className={wrapperClassName}\n noFooter={noFooter}\n footerProps={footerProps}\n starProps={starProps}\n meta={{\n siteName: siteConfig.title,\n }}\n >\n {children}\n </NetFoundryLayout>\n );\n}"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAyDI;AAxDJ,kCAAiC;AACjC,oBAA4B;AAC5B,gBAIO;AAWQ,SAAR,OAAwB;AAAA,EAC7B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAA2B;AACzB,QAAM,EAAE,WAAW,QAAI,4BAAAA,SAAqB;AAC5C,QAAM,EAAE,SAAS,QAAI,2BAAY;AACjC,QAAM,cAAc,WAAW;AAC/B,QAAM,WAAW,YAAY,cAAc,CAAC;AAG5C,QAAM,UAAU,SAAS,UAAU,KAAK,OAAK,SAAS,WAAW,EAAE,UAAU,CAAC;AAG9E,MAAI,cAAmB;AACvB,MAAI,CAAC,UAAU;AACb,UAAM,aAAa,SAAS,UAAU,SAAS;AAC/C,kBAAc;AAAA,MACZ,OAAG,wCAA6B;AAAA,MAChC,GAAG;AAAA,MACH,aAAa;AAAA,QACX,GAAG;AAAA,QACH,GAAG,YAAY;AAAA,MACjB;AAAA,IACF;AAAA,EACF;AAGA,QAAM,WAAW,SAAS,cAAc,SAAS;AACjD,QAAM,YAAa,SAAS,kBAAkB,WAC1C;AAAA,IACE,SAAS,SAAS;AAAA,IAClB,OAAO,SAAS;AAAA,EAClB,IACA;AAEJ,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA,WAAW;AAAA,MACX;AAAA,MACA;AAAA,MACA;AAAA,MACA,MAAM;AAAA,QACJ,UAAU,WAAW;AAAA,MACvB;AAAA,MAEC;AAAA;AAAA,EACH;AAEJ;",
6
- "names": ["useDocusaurusContext"]
7
- }
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../theme/Layout/index.tsx"],"names":[],"mappings":";AACA,OAAO,oBAAoB,MAAM,kCAAkC,CAAC;AACpE,OAAO,EACL,gBAAgB,EAChB,4BAA4B,EAC5B,kBAAkB,GACnB,MAAM,cAAc,CAAC;AAWtB;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,KAAK,EACL,WAAW,GACC;IACZ,MAAM,EAAE,UAAU,EAAE,GAAG,oBAAoB,EAAE,CAAC;IAC9C,MAAM,WAAW,GAAG,UAAU,CAAC,WAAwC,CAAC;IACxE,MAAM,QAAQ,GAAG,WAAW,CAAC,UAAU,IAAI,EAAE,CAAC;IAE9C,2DAA2D;IAC3D,MAAM,WAAW,GAAG,QAAQ;QAC1B,CAAC,CAAC,SAAS;QACX,CAAC,CAAC;YACE,GAAG,4BAA4B,EAAE;YACjC,GAAG,QAAQ,CAAC,MAAM;YAClB,WAAW,EAAE;gBACX,GAAG,kBAAkB;gBACrB,GAAG,QAAQ,CAAC,MAAM,EAAE,WAAW;aAChC;SACF,CAAC;IAEN,8BAA8B;IAC9B,MAAM,SAAS,GACb,QAAQ,CAAC,cAAc,IAAI,QAAQ,CAAC,UAAU;QAC5C,CAAC,CAAC;YACE,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,OAAO;YACpC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,KAAK;SACjC;QACH,CAAC,CAAC,SAAS,CAAC;IAEhB,OAAO,CACL,KAAC,gBAAgB,IACf,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,SAAS,EACpB,IAAI,EAAE;YACJ,QAAQ,EAAE,UAAU,CAAC,KAAK;SAC3B,YAEA,QAAQ,GACQ,CACpB,CAAC;AACJ,CAAC"}
package/package.json CHANGED
@@ -1,26 +1,41 @@
1
1
  {
2
2
  "name": "@netfoundry/docusaurus-theme",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "NetFoundry Docusaurus theme with shared layout, footer, and styling",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
7
7
  "files": [
8
- "dist"
8
+ "dist",
9
+ "css"
9
10
  ],
10
11
  "scripts": {
11
- "build": "node build.mjs",
12
- "test": "jest"
12
+ "clean": "node scripts/clean.mjs",
13
+ "build": "yarn clean && tsc && yarn build:css",
14
+ "build:css": "node scripts/build-css.mjs",
15
+ "test": "jest",
16
+ "prepublishOnly": "yarn build && yarn test"
13
17
  },
14
18
  "publishConfig": {
15
19
  "access": "public"
16
20
  },
17
21
  "exports": {
18
- ".": "./dist/src/index.js",
19
- "./ui": "./dist/src/ui.js",
20
- "./plugins": "./dist/src/plugins.js",
21
- "./node": "./dist/src/node.js",
22
- "./config": "./dist/src/config.js",
23
- "./css/*": "./dist/css/*"
22
+ ".": {
23
+ "types": "./dist/src/index.d.ts",
24
+ "default": "./dist/src/index.js"
25
+ },
26
+ "./ui": {
27
+ "types": "./dist/src/ui.d.ts",
28
+ "default": "./dist/src/ui.js"
29
+ },
30
+ "./plugins": {
31
+ "types": "./dist/src/plugins.d.ts",
32
+ "default": "./dist/src/plugins.js"
33
+ },
34
+ "./node": {
35
+ "types": "./dist/src/node.d.ts",
36
+ "default": "./dist/src/node.js"
37
+ },
38
+ "./css/*": "./css/*"
24
39
  },
25
40
  "peerDependencies": {
26
41
  "@docusaurus/core": "^3",
@@ -30,29 +45,22 @@
30
45
  "react-dom": "^18 || ^19"
31
46
  },
32
47
  "dependencies": {
33
- "algoliasearch": "^5.47.0",
34
48
  "clsx": "^2.0.0",
35
- "instantsearch.js": "^4.86.1",
36
49
  "react-device-detect": "^2.2.3",
37
- "react-github-btn": "^1.4.0",
38
- "react-instantsearch": "^7.22.1",
39
- "react-lite-youtube-embed": "^3.3.3"
50
+ "react-github-btn": "^1.4.0"
40
51
  },
41
52
  "devDependencies": {
42
53
  "@docusaurus/core": "^3",
43
54
  "@docusaurus/theme-classic": "^3",
44
55
  "@docusaurus/theme-common": "^3",
45
56
  "@docusaurus/types": "^3",
46
- "@types/jest": "^30.0.0",
47
57
  "@types/js-yaml": "^4.0.9",
48
58
  "@types/react": "^18",
49
59
  "@types/react-dom": "^18",
50
- "esbuild": "^0.27.2",
51
60
  "jest": "^30.0.4",
52
61
  "react": "^18",
53
62
  "react-dom": "^18",
54
- "ts-jest": "^29.4.6",
55
- "typescript": "^5"
63
+ "typescript": "^5.9.3"
56
64
  },
57
65
  "repository": {
58
66
  "type": "git",
@@ -1,6 +0,0 @@
1
- export declare const NetFoundryLogo: ({ variant, ...props }: {
2
- variant?: "light" | "dark";
3
- [key: string]: any;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export declare const FrontdoorLogo: (props: any) => import("react/jsx-runtime").JSX.Element;
6
- //# sourceMappingURL=Logos.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Logos.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Logos.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,GAAI,uBAAiC;IAAE,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,4CAuDjH,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,GAAG,4CAWvC,CAAC"}
@@ -1,93 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
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 Logos_exports = {};
20
- __export(Logos_exports, {
21
- FrontdoorLogo: () => FrontdoorLogo,
22
- NetFoundryLogo: () => NetFoundryLogo
23
- });
24
- module.exports = __toCommonJS(Logos_exports);
25
- var import_jsx_runtime = require("react/jsx-runtime");
26
- const NetFoundryLogo = ({ variant = "light", ...props }) => {
27
- const isDark = variant === "dark";
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", width: "194", height: "64", viewBox: "0 0 173 42", ...props, children: [
29
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
30
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("style", { children: `.cls-1{fill:none;}.cls-1,.cls-2,.cls-3,.cls-4,.cls-5{stroke-width:0px;}.cls-2{fill:url(#linear-gradient);}.cls-3{fill:${isDark ? "#fff" : "#022b6b"};}.cls-4{fill:#fff;}.cls-5{fill:#67ce4d;}` }),
31
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "linear-gradient", x1: "60.21", y1: "774.92", x2: "20.92", y2: "757.97", gradientTransform: "matrix(0.989374, 0.145392, -0.145392, 0.989374, 97.537728, -745.620051)", gradientUnits: "userSpaceOnUse", children: [
32
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.26", "stop-color": "#035ce6" }),
33
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.32", "stop-color": "#1478c0" }),
34
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.4", "stop-color": "#2ba08d" }),
35
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.48", "stop-color": "#3dbf64" }),
36
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.55", "stop-color": "#4bd547" }),
37
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.61", "stop-color": "#53e336" }),
38
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.66", "stop-color": "#56e830" }),
39
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.68", "stop-color": "#5ce058" }),
40
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.71", "stop-color": "#63d884" }),
41
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.73", "stop-color": "#6ad1aa" }),
42
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.76", "stop-color": "#6fcbc9" }),
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.79", "stop-color": "#73c7e0" }),
44
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.82", "stop-color": "#75c4f1" }),
45
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.85", "stop-color": "#77c2fb" }),
46
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "0.89", "stop-color": "#78c2ff" })
47
- ] })
48
- ] }),
49
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 41.817 7.02 L 46.177 7.02 L 51.367 15.81 C 51.637 16.3 52.567 18.04 52.567 18.04 L 52.617 18.04 C 52.617 18.04 52.567 15.94 52.567 15.32 L 52.567 7.02 L 56.797 7.02 L 56.797 24.52 L 52.437 24.52 L 47.297 15.86 C 47.007 15.4 46.047 13.51 46.047 13.51 L 45.997 13.51 C 45.997 13.51 46.047 15.76 46.047 16.37 L 46.047 24.52 L 41.817 24.52 L 41.817 7.02 Z" }),
50
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 58.387 18.23 C 58.387 14.48 61.007 11.62 64.827 11.62 C 66.617 11.62 68.037 12.21 69.107 13.19 C 70.597 14.56 71.337 16.74 71.307 19.28 L 62.297 19.28 C 62.547 20.97 63.467 22.02 65.107 22.02 C 66.157 22.02 66.847 21.55 67.187 20.77 L 71.077 20.77 C 70.807 21.9 70.077 22.97 68.977 23.73 C 67.927 24.46 66.647 24.88 65.057 24.88 C 60.917 24.88 58.377 22.02 58.377 18.22 L 58.387 18.23 Z M 67.267 16.91 C 67.117 15.42 66.187 14.46 64.897 14.46 C 63.377 14.46 62.597 15.42 62.327 16.91 L 67.267 16.91 Z" }),
51
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 73.387 21.22 L 73.387 14.49 L 71.727 14.49 L 71.727 11.99 L 73.387 11.99 L 73.387 8.03 L 77.277 8.03 L 77.277 11.99 L 79.557 11.99 L 79.557 14.49 L 77.277 14.49 L 77.277 20.36 C 77.277 21.34 77.817 21.58 78.667 21.58 C 79.007 21.58 79.397 21.56 79.547 21.56 L 79.547 24.47 C 79.207 24.57 78.447 24.67 77.367 24.67 C 75.037 24.67 73.377 23.91 73.377 21.22 L 73.387 21.22 Z" }),
52
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 81.237 7.02 L 94.257 7.02 L 94.257 10.67 L 85.567 10.67 L 85.567 14.22 L 92.837 14.22 L 92.837 17.72 L 85.567 17.72 L 85.567 24.52 L 81.237 24.52 L 81.237 7.02 Z" }),
53
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 94.067 18.28 C 94.067 14.51 96.757 11.65 100.777 11.65 C 104.797 11.65 107.457 14.51 107.457 18.28 C 107.457 22.05 104.817 24.91 100.777 24.91 C 96.737 24.91 94.067 22.05 94.067 18.28 Z M 103.417 18.28 C 103.417 16 102.487 14.46 100.747 14.46 C 99.007 14.46 98.107 16 98.107 18.28 C 98.107 20.56 99.017 22.07 100.747 22.07 C 102.477 22.07 103.417 20.55 103.417 18.28 Z" }),
54
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 108.697 20.21 L 108.697 11.99 L 112.657 11.99 L 112.657 19.38 C 112.657 20.75 113.267 21.51 114.537 21.51 C 115.907 21.51 116.737 20.48 116.737 18.99 L 116.737 11.99 L 120.727 11.99 L 120.727 24.52 L 116.907 24.52 L 116.907 22.98 L 116.837 22.98 C 115.927 24.2 114.827 24.89 113.087 24.89 C 110.197 24.89 108.677 23.01 108.677 20.22 L 108.697 20.21 Z" }),
55
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 122.647 11.99 L 126.487 11.99 L 126.487 13.7 L 126.557 13.7 C 127.487 12.35 128.687 11.62 130.427 11.62 C 133.167 11.62 134.787 13.58 134.787 16.37 L 134.787 24.52 L 130.797 24.52 L 130.797 17.18 C 130.797 15.86 130.137 14.95 128.837 14.95 C 127.537 14.95 126.637 16.05 126.637 17.59 L 126.637 24.52 L 122.647 24.52 L 122.647 11.99 Z" }),
56
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 136.037 18.26 C 136.037 14.34 138.287 11.63 141.517 11.63 C 143.277 11.63 144.287 12.36 145.017 13.42 L 145.087 13.42 L 145.087 7.03 L 149.077 7.03 L 149.077 24.53 L 145.257 24.53 L 145.257 22.84 L 145.207 22.84 C 144.447 24.14 143.147 24.92 141.507 24.92 C 138.297 24.92 136.027 22.45 136.027 18.26 L 136.037 18.26 Z M 145.187 18.26 C 145.187 16.16 144.327 14.64 142.597 14.64 C 141.007 14.64 140.077 16.11 140.077 18.21 C 140.077 20.31 141.007 21.76 142.547 21.76 C 144.207 21.76 145.187 20.32 145.187 18.26 Z" }),
57
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 150.987 11.99 L 154.807 11.99 L 154.807 13.95 L 154.877 13.95 C 155.757 12.46 156.787 11.8 158.307 11.8 C 158.677 11.8 158.917 11.82 159.087 11.9 L 159.087 15.33 L 158.987 15.33 C 156.537 14.99 154.977 16.19 154.977 18.9 L 154.977 24.53 L 150.987 24.53 L 150.987 12 L 150.987 11.99 Z" }),
58
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 161.017 25.55 L 162.387 25.55 C 163.557 25.55 164.027 25.08 164.027 24.23 C 164.027 23.69 163.787 22.96 163.267 21.64 L 159.567 12 L 163.777 12 L 165.467 17.34 C 165.857 18.56 166.247 20.23 166.247 20.23 L 166.297 20.23 C 166.297 20.23 166.637 18.57 167.027 17.34 L 168.667 12 L 172.657 12 L 168.327 24.7 C 167.327 27.64 166.127 28.67 163.607 28.67 L 161.017 28.67 L 161.017 25.56 L 161.017 25.55 Z" }),
59
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 40.837 37.01 L 41.537 37.01 C 41.587 37.78 42.057 38.24 42.997 38.24 C 43.707 38.24 44.147 37.87 44.147 37.29 C 44.147 36.77 43.767 36.57 42.867 36.24 C 42.087 35.95 41.497 35.63 41.497 34.82 C 41.497 34.01 42.137 33.44 43.197 33.44 C 44.447 33.44 45.007 34.14 45.057 34.96 L 44.397 34.96 C 44.347 34.39 43.937 33.97 43.187 33.97 C 42.557 33.97 42.187 34.28 42.187 34.78 C 42.187 35.22 42.507 35.41 43.287 35.7 C 44.187 36.04 44.867 36.33 44.867 37.27 C 44.867 38.14 44.127 38.78 42.987 38.78 C 41.537 38.78 40.857 37.97 40.837 37.01 Z" }),
60
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 45.447 37.17 C 45.447 35.95 46.247 34.88 47.477 34.88 C 48.457 34.88 48.917 35.52 48.917 36.4 C 48.917 36.58 48.897 36.77 48.867 36.97 L 46.077 36.97 C 46.077 37.04 46.077 37.11 46.077 37.18 C 46.077 37.88 46.417 38.27 47.077 38.27 C 47.537 38.27 47.927 38.06 48.097 37.61 L 48.727 37.61 C 48.457 38.38 47.807 38.78 47.047 38.78 C 45.987 38.78 45.457 38.08 45.457 37.17 L 45.447 37.17 Z M 46.157 36.52 L 48.267 36.52 C 48.377 35.85 48.117 35.36 47.427 35.36 C 46.737 35.36 46.327 35.9 46.157 36.52 Z" }),
61
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 49.347 37.23 C 49.347 35.95 50.147 34.88 51.377 34.88 C 52.327 34.88 52.767 35.47 52.787 36.18 L 52.177 36.18 C 52.177 35.72 51.897 35.39 51.327 35.39 C 50.447 35.39 49.987 36.34 49.987 37.25 C 49.987 37.88 50.287 38.26 50.897 38.26 C 51.437 38.26 51.837 37.94 52.017 37.36 L 52.637 37.36 C 52.397 38.28 51.737 38.77 50.887 38.77 C 49.907 38.77 49.347 38.14 49.347 37.23 Z" }),
62
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 53.277 37.46 L 53.767 34.96 L 54.387 34.96 L 53.897 37.45 C 53.817 37.86 53.917 38.24 54.507 38.24 C 55.097 38.24 55.517 37.83 55.627 37.29 L 56.087 34.97 L 56.717 34.97 L 55.987 38.68 L 55.377 38.68 L 55.477 38.15 L 55.467 38.15 C 55.187 38.53 54.797 38.77 54.307 38.77 C 53.537 38.77 53.127 38.26 53.277 37.47 L 53.277 37.46 Z" }),
63
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 57.617 34.97 L 58.227 34.97 L 58.097 35.63 L 58.117 35.63 C 58.367 35.2 58.747 34.93 59.217 34.93 C 59.337 34.93 59.417 34.94 59.447 34.96 L 59.367 35.57 L 59.337 35.57 C 59.277 35.55 59.207 35.53 59.087 35.53 C 58.537 35.53 58.057 35.89 57.917 36.62 L 57.507 38.68 L 56.877 38.68 L 57.597 34.98 L 57.617 34.97 Z" }),
64
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 59.457 37.17 C 59.457 35.95 60.257 34.88 61.487 34.88 C 62.467 34.88 62.927 35.52 62.927 36.4 C 62.927 36.58 62.907 36.77 62.877 36.97 L 60.087 36.97 C 60.087 37.04 60.087 37.11 60.087 37.18 C 60.087 37.88 60.427 38.27 61.087 38.27 C 61.547 38.27 61.937 38.06 62.107 37.61 L 62.737 37.61 C 62.467 38.38 61.817 38.78 61.057 38.78 C 59.997 38.78 59.467 38.08 59.467 37.17 L 59.457 37.17 Z M 60.167 36.52 L 62.277 36.52 C 62.387 35.85 62.127 35.36 61.437 35.36 C 60.747 35.36 60.337 35.9 60.167 36.52 Z" }),
65
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 66.067 33.54 L 66.697 33.54 L 66.437 34.89 C 66.407 35.07 66.357 35.29 66.317 35.46 L 66.327 35.46 C 66.637 35.09 67.027 34.88 67.497 34.88 C 68.337 34.88 68.817 35.49 68.817 36.41 C 68.817 37.66 68.137 38.78 66.997 38.78 C 66.397 38.78 66.007 38.51 65.827 38.07 L 65.797 38.07 L 65.687 38.68 L 65.077 38.68 L 66.077 33.55 L 66.067 33.54 Z M 68.167 36.42 C 68.167 35.8 67.867 35.41 67.317 35.41 C 66.447 35.41 65.977 36.28 65.977 37.13 C 65.977 37.78 66.277 38.28 66.907 38.28 C 67.717 38.28 68.157 37.28 68.157 36.43 L 68.167 36.42 Z" }),
66
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 68.647 39.87 L 68.757 39.35 L 68.787 39.35 C 68.857 39.39 68.987 39.43 69.157 39.43 C 69.397 39.43 69.577 39.31 69.767 38.97 C 69.767 38.96 69.997 38.54 69.997 38.49 L 69.307 34.97 L 69.957 34.97 L 70.317 36.99 C 70.397 37.4 70.437 38.02 70.437 38.02 L 70.457 38.02 C 70.457 38.02 70.687 37.47 70.917 37.04 L 72.057 34.96 L 72.747 34.96 L 70.407 39.01 C 69.957 39.79 69.637 39.96 69.177 39.96 C 68.967 39.96 68.767 39.92 68.647 39.86 L 68.647 39.87 Z" }),
67
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 75.407 33.54 L 77.107 33.54 C 78.407 33.54 79.087 34.42 79.087 35.59 C 79.087 37.48 78.087 38.67 76.277 38.67 L 74.407 38.67 L 75.407 33.54 Z M 76.327 38.07 C 77.787 38.07 78.387 36.99 78.387 35.59 C 78.387 34.73 77.967 34.12 77.007 34.12 L 75.997 34.12 L 75.217 38.07 L 76.327 38.07 Z" }),
68
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 79.457 37.17 C 79.457 35.95 80.257 34.88 81.487 34.88 C 82.467 34.88 82.927 35.52 82.927 36.4 C 82.927 36.58 82.907 36.77 82.877 36.97 L 80.087 36.97 C 80.087 37.04 80.087 37.11 80.087 37.18 C 80.087 37.88 80.427 38.27 81.087 38.27 C 81.547 38.27 81.937 38.06 82.107 37.61 L 82.737 37.61 C 82.467 38.38 81.817 38.78 81.057 38.78 C 79.997 38.78 79.467 38.08 79.467 37.17 L 79.457 37.17 Z M 80.167 36.52 L 82.277 36.52 C 82.387 35.85 82.127 35.36 81.437 35.36 C 80.747 35.36 80.337 35.9 80.167 36.52 Z" }),
69
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 83.227 37.54 L 83.867 37.54 C 83.917 38.08 84.297 38.27 84.857 38.27 C 85.447 38.27 85.677 37.98 85.677 37.64 C 85.677 37.34 85.427 37.18 84.847 37 C 84.157 36.79 83.687 36.58 83.677 35.94 C 83.667 35.33 84.187 34.87 85.047 34.87 C 85.997 34.87 86.467 35.32 86.487 35.95 L 85.857 35.95 C 85.857 35.55 85.577 35.35 85.047 35.35 C 84.517 35.35 84.327 35.56 84.327 35.87 C 84.327 36.18 84.617 36.3 85.197 36.48 C 85.807 36.67 86.327 36.93 86.347 37.6 C 86.347 38.3 85.757 38.76 84.867 38.76 C 83.787 38.76 83.297 38.26 83.257 37.53 L 83.227 37.54 Z" }),
70
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 87.597 34.97 L 88.227 34.97 L 87.507 38.67 L 86.877 38.67 L 87.597 34.97 Z M 87.857 33.54 L 88.517 33.54 L 88.377 34.28 L 87.717 34.28 L 87.857 33.54 Z" }),
71
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 88.337 38.94 L 88.937 38.94 C 88.987 39.27 89.257 39.51 89.827 39.51 C 90.397 39.51 90.787 39.19 90.887 38.64 L 90.927 38.38 C 90.927 38.38 90.987 38.11 91.027 37.95 C 90.747 38.28 90.397 38.52 89.917 38.52 C 89.077 38.52 88.577 37.86 88.577 37.02 C 88.577 35.78 89.387 34.89 90.367 34.89 C 90.927 34.89 91.297 35.15 91.487 35.58 L 91.607 34.97 L 92.217 34.97 L 91.497 38.66 C 91.307 39.63 90.677 39.98 89.807 39.98 C 88.887 39.98 88.367 39.54 88.327 38.94 L 88.337 38.94 Z M 91.347 36.35 C 91.347 35.77 91.027 35.4 90.397 35.4 C 89.627 35.4 89.207 36.22 89.207 37.05 C 89.207 37.63 89.487 38.02 90.077 38.02 C 90.957 38.02 91.347 37.08 91.347 36.36 L 91.347 36.35 Z" }),
72
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-3", d: "M 93.137 34.97 L 93.757 34.97 L 93.637 35.52 L 93.647 35.52 C 93.927 35.13 94.357 34.88 94.857 34.88 C 95.577 34.88 96.077 35.37 95.917 36.19 L 95.417 38.67 L 94.787 38.67 L 95.277 36.2 C 95.377 35.7 95.167 35.4 94.627 35.4 C 94.087 35.4 93.607 35.75 93.487 36.34 L 93.027 38.67 L 92.397 38.67 L 93.117 34.97 L 93.137 34.97 Z" }),
73
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-5", d: "M 27.127 39.96 C 24.627 40.73 21.937 40.96 19.177 40.56 C 14.067 39.8 9.747 36.99 6.967 33.08 C 5.837 31.49 4.967 29.73 4.387 27.85 C 4.497 27.85 4.597 27.86 4.717 27.86 C 5.167 27.86 5.617 27.8 6.027 27.69 C 6.727 29.81 7.837 31.75 9.287 33.41 C 11.807 36.31 15.337 38.36 19.427 38.96 C 21.857 39.31 24.237 39.13 26.457 38.48 C 26.617 39.01 26.847 39.5 27.147 39.95 L 27.127 39.96 Z" }),
74
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-2", d: "M 32.087 41.58 C 31.857 41.58 31.617 41.56 31.377 41.53 C 28.747 41.14 26.917 38.69 27.307 36.06 C 27.397 35.46 27.597 34.89 27.897 34.37 C 28.247 33.77 28.167 33.02 27.707 32.5 C 27.397 32.15 26.957 31.96 26.507 31.96 C 26.297 31.96 26.077 32 25.877 32.09 C 24.597 32.64 23.237 32.92 21.847 32.92 C 21.337 32.92 20.827 32.88 20.317 32.81 C 16.017 32.18 12.527 28.89 11.637 24.64 C 11.497 23.96 10.937 23.45 10.247 23.37 C 10.187 23.37 10.127 23.36 10.067 23.36 C 9.447 23.36 8.877 23.72 8.607 24.29 C 7.897 25.81 6.377 26.79 4.717 26.79 C 4.507 26.79 4.297 26.77 4.087 26.74 C 2.957 26.57 1.957 25.98 1.267 25.06 C 0.587 24.14 0.297 23.01 0.467 21.88 C 0.777 19.79 2.597 18.22 4.707 18.22 C 4.917 18.22 5.127 18.24 5.337 18.27 C 6.467 18.44 7.467 19.03 8.157 19.95 C 8.337 20.19 8.487 20.45 8.617 20.72 C 8.887 21.29 9.457 21.65 10.077 21.65 C 10.137 21.65 10.197 21.65 10.257 21.64 C 10.947 21.56 11.507 21.05 11.647 20.37 C 12.657 15.57 16.937 12.09 21.827 12.09 C 22.337 12.09 22.847 12.13 23.357 12.2 C 23.867 12.27 24.367 12.39 24.857 12.53 C 25.007 12.58 25.167 12.6 25.317 12.6 C 25.847 12.6 26.347 12.34 26.657 11.88 C 27.047 11.29 27.007 10.52 26.567 9.97 C 26.507 9.9 26.447 9.82 26.387 9.74 C 25.447 8.48 25.057 6.92 25.287 5.36 C 25.707 2.49 28.217 0.32 31.117 0.32 C 31.407 0.32 31.697 0.34 31.977 0.38 C 33.537 0.61 34.907 1.43 35.847 2.69 C 36.787 3.95 37.177 5.51 36.947 7.07 C 36.527 9.94 34.017 12.11 31.117 12.11 C 30.827 12.11 30.537 12.09 30.257 12.05 C 30.177 12.04 30.097 12.03 30.017 12.03 C 29.397 12.03 28.817 12.38 28.547 12.94 C 28.247 13.58 28.367 14.33 28.887 14.81 C 29.367 15.25 29.807 15.74 30.207 16.27 C 31.867 18.5 32.557 21.25 32.157 24 C 31.867 25.99 30.997 27.86 29.637 29.38 C 29.177 29.9 29.097 30.65 29.447 31.25 C 29.737 31.76 30.277 32.06 30.837 32.06 C 30.947 32.06 31.047 32.05 31.157 32.03 C 31.467 31.97 31.777 31.94 32.087 31.94 C 32.317 31.94 32.557 31.96 32.797 31.99 C 35.427 32.38 37.257 34.83 36.867 37.46 C 36.517 39.81 34.477 41.58 32.097 41.58 L 32.087 41.58 Z" }),
75
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { className: "cls-3", cx: "21.837", cy: "22.49", r: "9.13" }),
76
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { className: "cls-4", d: "M 17.707 17.67 L 20.107 17.67 L 22.967 22.51 C 23.117 22.78 23.627 23.74 23.627 23.74 L 23.657 23.74 C 23.657 23.74 23.627 22.58 23.627 22.24 L 23.627 17.67 L 25.957 17.67 L 25.957 27.31 L 23.557 27.31 L 20.727 22.54 C 20.567 22.28 20.037 21.25 20.037 21.25 L 20.007 21.25 C 20.007 21.25 20.037 22.49 20.037 22.83 L 20.037 27.32 L 17.707 27.32 L 17.707 17.68 L 17.707 17.67 Z" }),
77
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { className: "cls-1", width: "194", height: "64", x: "0.239", y: "0.184" })
78
- ] });
79
- };
80
- const FrontdoorLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "40", height: "40", viewBox: "-60 25 561 615", ...props, children: [
81
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("style", { type: "text/css", children: `.st2 {fill:#e3e3e3;stroke:none;}.st3 {fill:#ffffff;stroke:none;}.st4 {fill:#002567;stroke:none;}.st5 {fill:#78eb7b;stroke:none;}` }),
82
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "matrix(1, 0, 0, 1, -61.697021, -46.053448)", children: [
83
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m 0,179.1 v 193.8 c 2.55,132.6 84.15,249.9 209.1,293.25 l 28.05,10.2 c 17.85,7.65 40.8,7.65 58.65,0 l 28.05,-10.2 C 448.8,622.8 532.95,505.5 532.95,372.9 V 179.1 c 0,-15.3 -10.2,-30.6 -22.95,-35.7 C 433.5,110.25 349.35,94.95 265.2,94.95 181.05,94.95 99.45,110.25 20.4,143.4 10.2,148.5 0,163.8 0,179.1 Z", className: "st2" }),
84
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M 267.75,97.5 C 183.6,97.5 102,112.8 22.95,145.95 10.2,151.05 0,166.35 0,181.65 v 193.8 c 2.55,132.6 84.15,249.9 209.1,293.25 l 28.05,10.2 c 10.2,2.55 20.4,5.1 30.6,5.1 z", className: "st3" }),
85
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M 280.5 684 C 267.75 684 257.55 681.45 247.35 678.9 L 219.3 668.7 C 91.8 622.8 2.55 500.4 2.55 365.25 L 2.724 168.9 C 0.733 148.5 12.75 128.1 30.6 120.45 C 112.2 87.3 193.8 72 280.5 72 C 367.2 72 448.8 87.3 530.4 120.45 C 548.25 128.1 561 148.5 561 168.9 L 561 362.7 C 558.45 500.4 471.75 622.8 341.7 666.15 L 313.65 676.35 C 303.45 681.45 293.25 684 280.5 684 Z M 25.5 168.9 L 25.5 362.7 C 28.05 487.65 107.1 602.4 226.95 643.2 L 255 653.4 C 270.3 658.5 288.15 658.5 306 653.4 L 334.05 643.2 C 453.9 602.4 532.95 487.65 535.5 362.7 L 535.5 168.9 C 535.5 158.7 530.4 148.5 520.2 145.95 C 443.7 112.8 362.1 97.5 280.5 97.5 C 198.9 97.5 117.3 112.8 40.8 143.4 C 30.6 148.5 25.5 158.7 25.5 168.9 Z", className: "st4", style: { fillOpacity: 1 } })
86
- ] })
87
- ] });
88
- // Annotate the CommonJS export names for ESM import in node:
89
- 0 && (module.exports = {
90
- FrontdoorLogo,
91
- NetFoundryLogo
92
- });
93
- //# sourceMappingURL=Logos.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../src/components/Common/Logos.tsx"],
4
- "sourcesContent": ["import React from 'react';\n\nexport const NetFoundryLogo = ({ variant = 'light', ...props }: { variant?: 'light' | 'dark'; [key: string]: any }) => {\n const isDark = variant === 'dark';\n return (\n <svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"194\" height=\"64\" viewBox=\"0 0 173 42\" {...props}>\n <defs>\n <style>{`.cls-1{fill:none;}.cls-1,.cls-2,.cls-3,.cls-4,.cls-5{stroke-width:0px;}.cls-2{fill:url(#linear-gradient);}.cls-3{fill:${isDark ? '#fff' : '#022b6b'};}.cls-4{fill:#fff;}.cls-5{fill:#67ce4d;}`}</style>\n <linearGradient id=\"linear-gradient\" x1=\"60.21\" y1=\"774.92\" x2=\"20.92\" y2=\"757.97\" gradientTransform=\"matrix(0.989374, 0.145392, -0.145392, 0.989374, 97.537728, -745.620051)\" gradientUnits=\"userSpaceOnUse\">\n <stop offset=\"0.26\" stop-color=\"#035ce6\"/>\n <stop offset=\"0.32\" stop-color=\"#1478c0\"/>\n <stop offset=\"0.4\" stop-color=\"#2ba08d\"/>\n <stop offset=\"0.48\" stop-color=\"#3dbf64\"/>\n <stop offset=\"0.55\" stop-color=\"#4bd547\"/>\n <stop offset=\"0.61\" stop-color=\"#53e336\"/>\n <stop offset=\"0.66\" stop-color=\"#56e830\"/>\n <stop offset=\"0.68\" stop-color=\"#5ce058\"/>\n <stop offset=\"0.71\" stop-color=\"#63d884\"/>\n <stop offset=\"0.73\" stop-color=\"#6ad1aa\"/>\n <stop offset=\"0.76\" stop-color=\"#6fcbc9\"/>\n <stop offset=\"0.79\" stop-color=\"#73c7e0\"/>\n <stop offset=\"0.82\" stop-color=\"#75c4f1\"/>\n <stop offset=\"0.85\" stop-color=\"#77c2fb\"/>\n <stop offset=\"0.89\" stop-color=\"#78c2ff\"/>\n </linearGradient>\n </defs>\n <path className=\"cls-3\" d=\"M 41.817 7.02 L 46.177 7.02 L 51.367 15.81 C 51.637 16.3 52.567 18.04 52.567 18.04 L 52.617 18.04 C 52.617 18.04 52.567 15.94 52.567 15.32 L 52.567 7.02 L 56.797 7.02 L 56.797 24.52 L 52.437 24.52 L 47.297 15.86 C 47.007 15.4 46.047 13.51 46.047 13.51 L 45.997 13.51 C 45.997 13.51 46.047 15.76 46.047 16.37 L 46.047 24.52 L 41.817 24.52 L 41.817 7.02 Z\"/>\n <path className=\"cls-3\" d=\"M 58.387 18.23 C 58.387 14.48 61.007 11.62 64.827 11.62 C 66.617 11.62 68.037 12.21 69.107 13.19 C 70.597 14.56 71.337 16.74 71.307 19.28 L 62.297 19.28 C 62.547 20.97 63.467 22.02 65.107 22.02 C 66.157 22.02 66.847 21.55 67.187 20.77 L 71.077 20.77 C 70.807 21.9 70.077 22.97 68.977 23.73 C 67.927 24.46 66.647 24.88 65.057 24.88 C 60.917 24.88 58.377 22.02 58.377 18.22 L 58.387 18.23 Z M 67.267 16.91 C 67.117 15.42 66.187 14.46 64.897 14.46 C 63.377 14.46 62.597 15.42 62.327 16.91 L 67.267 16.91 Z\"/>\n <path className=\"cls-3\" d=\"M 73.387 21.22 L 73.387 14.49 L 71.727 14.49 L 71.727 11.99 L 73.387 11.99 L 73.387 8.03 L 77.277 8.03 L 77.277 11.99 L 79.557 11.99 L 79.557 14.49 L 77.277 14.49 L 77.277 20.36 C 77.277 21.34 77.817 21.58 78.667 21.58 C 79.007 21.58 79.397 21.56 79.547 21.56 L 79.547 24.47 C 79.207 24.57 78.447 24.67 77.367 24.67 C 75.037 24.67 73.377 23.91 73.377 21.22 L 73.387 21.22 Z\"/>\n <path className=\"cls-3\" d=\"M 81.237 7.02 L 94.257 7.02 L 94.257 10.67 L 85.567 10.67 L 85.567 14.22 L 92.837 14.22 L 92.837 17.72 L 85.567 17.72 L 85.567 24.52 L 81.237 24.52 L 81.237 7.02 Z\"/>\n <path className=\"cls-3\" d=\"M 94.067 18.28 C 94.067 14.51 96.757 11.65 100.777 11.65 C 104.797 11.65 107.457 14.51 107.457 18.28 C 107.457 22.05 104.817 24.91 100.777 24.91 C 96.737 24.91 94.067 22.05 94.067 18.28 Z M 103.417 18.28 C 103.417 16 102.487 14.46 100.747 14.46 C 99.007 14.46 98.107 16 98.107 18.28 C 98.107 20.56 99.017 22.07 100.747 22.07 C 102.477 22.07 103.417 20.55 103.417 18.28 Z\"/>\n <path className=\"cls-3\" d=\"M 108.697 20.21 L 108.697 11.99 L 112.657 11.99 L 112.657 19.38 C 112.657 20.75 113.267 21.51 114.537 21.51 C 115.907 21.51 116.737 20.48 116.737 18.99 L 116.737 11.99 L 120.727 11.99 L 120.727 24.52 L 116.907 24.52 L 116.907 22.98 L 116.837 22.98 C 115.927 24.2 114.827 24.89 113.087 24.89 C 110.197 24.89 108.677 23.01 108.677 20.22 L 108.697 20.21 Z\"/>\n <path className=\"cls-3\" d=\"M 122.647 11.99 L 126.487 11.99 L 126.487 13.7 L 126.557 13.7 C 127.487 12.35 128.687 11.62 130.427 11.62 C 133.167 11.62 134.787 13.58 134.787 16.37 L 134.787 24.52 L 130.797 24.52 L 130.797 17.18 C 130.797 15.86 130.137 14.95 128.837 14.95 C 127.537 14.95 126.637 16.05 126.637 17.59 L 126.637 24.52 L 122.647 24.52 L 122.647 11.99 Z\"/>\n <path className=\"cls-3\" d=\"M 136.037 18.26 C 136.037 14.34 138.287 11.63 141.517 11.63 C 143.277 11.63 144.287 12.36 145.017 13.42 L 145.087 13.42 L 145.087 7.03 L 149.077 7.03 L 149.077 24.53 L 145.257 24.53 L 145.257 22.84 L 145.207 22.84 C 144.447 24.14 143.147 24.92 141.507 24.92 C 138.297 24.92 136.027 22.45 136.027 18.26 L 136.037 18.26 Z M 145.187 18.26 C 145.187 16.16 144.327 14.64 142.597 14.64 C 141.007 14.64 140.077 16.11 140.077 18.21 C 140.077 20.31 141.007 21.76 142.547 21.76 C 144.207 21.76 145.187 20.32 145.187 18.26 Z\"/>\n <path className=\"cls-3\" d=\"M 150.987 11.99 L 154.807 11.99 L 154.807 13.95 L 154.877 13.95 C 155.757 12.46 156.787 11.8 158.307 11.8 C 158.677 11.8 158.917 11.82 159.087 11.9 L 159.087 15.33 L 158.987 15.33 C 156.537 14.99 154.977 16.19 154.977 18.9 L 154.977 24.53 L 150.987 24.53 L 150.987 12 L 150.987 11.99 Z\"/>\n <path className=\"cls-3\" d=\"M 161.017 25.55 L 162.387 25.55 C 163.557 25.55 164.027 25.08 164.027 24.23 C 164.027 23.69 163.787 22.96 163.267 21.64 L 159.567 12 L 163.777 12 L 165.467 17.34 C 165.857 18.56 166.247 20.23 166.247 20.23 L 166.297 20.23 C 166.297 20.23 166.637 18.57 167.027 17.34 L 168.667 12 L 172.657 12 L 168.327 24.7 C 167.327 27.64 166.127 28.67 163.607 28.67 L 161.017 28.67 L 161.017 25.56 L 161.017 25.55 Z\"/>\n <path className=\"cls-3\" d=\"M 40.837 37.01 L 41.537 37.01 C 41.587 37.78 42.057 38.24 42.997 38.24 C 43.707 38.24 44.147 37.87 44.147 37.29 C 44.147 36.77 43.767 36.57 42.867 36.24 C 42.087 35.95 41.497 35.63 41.497 34.82 C 41.497 34.01 42.137 33.44 43.197 33.44 C 44.447 33.44 45.007 34.14 45.057 34.96 L 44.397 34.96 C 44.347 34.39 43.937 33.97 43.187 33.97 C 42.557 33.97 42.187 34.28 42.187 34.78 C 42.187 35.22 42.507 35.41 43.287 35.7 C 44.187 36.04 44.867 36.33 44.867 37.27 C 44.867 38.14 44.127 38.78 42.987 38.78 C 41.537 38.78 40.857 37.97 40.837 37.01 Z\"/>\n <path className=\"cls-3\" d=\"M 45.447 37.17 C 45.447 35.95 46.247 34.88 47.477 34.88 C 48.457 34.88 48.917 35.52 48.917 36.4 C 48.917 36.58 48.897 36.77 48.867 36.97 L 46.077 36.97 C 46.077 37.04 46.077 37.11 46.077 37.18 C 46.077 37.88 46.417 38.27 47.077 38.27 C 47.537 38.27 47.927 38.06 48.097 37.61 L 48.727 37.61 C 48.457 38.38 47.807 38.78 47.047 38.78 C 45.987 38.78 45.457 38.08 45.457 37.17 L 45.447 37.17 Z M 46.157 36.52 L 48.267 36.52 C 48.377 35.85 48.117 35.36 47.427 35.36 C 46.737 35.36 46.327 35.9 46.157 36.52 Z\"/>\n <path className=\"cls-3\" d=\"M 49.347 37.23 C 49.347 35.95 50.147 34.88 51.377 34.88 C 52.327 34.88 52.767 35.47 52.787 36.18 L 52.177 36.18 C 52.177 35.72 51.897 35.39 51.327 35.39 C 50.447 35.39 49.987 36.34 49.987 37.25 C 49.987 37.88 50.287 38.26 50.897 38.26 C 51.437 38.26 51.837 37.94 52.017 37.36 L 52.637 37.36 C 52.397 38.28 51.737 38.77 50.887 38.77 C 49.907 38.77 49.347 38.14 49.347 37.23 Z\"/>\n <path className=\"cls-3\" d=\"M 53.277 37.46 L 53.767 34.96 L 54.387 34.96 L 53.897 37.45 C 53.817 37.86 53.917 38.24 54.507 38.24 C 55.097 38.24 55.517 37.83 55.627 37.29 L 56.087 34.97 L 56.717 34.97 L 55.987 38.68 L 55.377 38.68 L 55.477 38.15 L 55.467 38.15 C 55.187 38.53 54.797 38.77 54.307 38.77 C 53.537 38.77 53.127 38.26 53.277 37.47 L 53.277 37.46 Z\"/>\n <path className=\"cls-3\" d=\"M 57.617 34.97 L 58.227 34.97 L 58.097 35.63 L 58.117 35.63 C 58.367 35.2 58.747 34.93 59.217 34.93 C 59.337 34.93 59.417 34.94 59.447 34.96 L 59.367 35.57 L 59.337 35.57 C 59.277 35.55 59.207 35.53 59.087 35.53 C 58.537 35.53 58.057 35.89 57.917 36.62 L 57.507 38.68 L 56.877 38.68 L 57.597 34.98 L 57.617 34.97 Z\"/>\n <path className=\"cls-3\" d=\"M 59.457 37.17 C 59.457 35.95 60.257 34.88 61.487 34.88 C 62.467 34.88 62.927 35.52 62.927 36.4 C 62.927 36.58 62.907 36.77 62.877 36.97 L 60.087 36.97 C 60.087 37.04 60.087 37.11 60.087 37.18 C 60.087 37.88 60.427 38.27 61.087 38.27 C 61.547 38.27 61.937 38.06 62.107 37.61 L 62.737 37.61 C 62.467 38.38 61.817 38.78 61.057 38.78 C 59.997 38.78 59.467 38.08 59.467 37.17 L 59.457 37.17 Z M 60.167 36.52 L 62.277 36.52 C 62.387 35.85 62.127 35.36 61.437 35.36 C 60.747 35.36 60.337 35.9 60.167 36.52 Z\"/>\n <path className=\"cls-3\" d=\"M 66.067 33.54 L 66.697 33.54 L 66.437 34.89 C 66.407 35.07 66.357 35.29 66.317 35.46 L 66.327 35.46 C 66.637 35.09 67.027 34.88 67.497 34.88 C 68.337 34.88 68.817 35.49 68.817 36.41 C 68.817 37.66 68.137 38.78 66.997 38.78 C 66.397 38.78 66.007 38.51 65.827 38.07 L 65.797 38.07 L 65.687 38.68 L 65.077 38.68 L 66.077 33.55 L 66.067 33.54 Z M 68.167 36.42 C 68.167 35.8 67.867 35.41 67.317 35.41 C 66.447 35.41 65.977 36.28 65.977 37.13 C 65.977 37.78 66.277 38.28 66.907 38.28 C 67.717 38.28 68.157 37.28 68.157 36.43 L 68.167 36.42 Z\"/>\n <path className=\"cls-3\" d=\"M 68.647 39.87 L 68.757 39.35 L 68.787 39.35 C 68.857 39.39 68.987 39.43 69.157 39.43 C 69.397 39.43 69.577 39.31 69.767 38.97 C 69.767 38.96 69.997 38.54 69.997 38.49 L 69.307 34.97 L 69.957 34.97 L 70.317 36.99 C 70.397 37.4 70.437 38.02 70.437 38.02 L 70.457 38.02 C 70.457 38.02 70.687 37.47 70.917 37.04 L 72.057 34.96 L 72.747 34.96 L 70.407 39.01 C 69.957 39.79 69.637 39.96 69.177 39.96 C 68.967 39.96 68.767 39.92 68.647 39.86 L 68.647 39.87 Z\"/>\n <path className=\"cls-3\" d=\"M 75.407 33.54 L 77.107 33.54 C 78.407 33.54 79.087 34.42 79.087 35.59 C 79.087 37.48 78.087 38.67 76.277 38.67 L 74.407 38.67 L 75.407 33.54 Z M 76.327 38.07 C 77.787 38.07 78.387 36.99 78.387 35.59 C 78.387 34.73 77.967 34.12 77.007 34.12 L 75.997 34.12 L 75.217 38.07 L 76.327 38.07 Z\"/>\n <path className=\"cls-3\" d=\"M 79.457 37.17 C 79.457 35.95 80.257 34.88 81.487 34.88 C 82.467 34.88 82.927 35.52 82.927 36.4 C 82.927 36.58 82.907 36.77 82.877 36.97 L 80.087 36.97 C 80.087 37.04 80.087 37.11 80.087 37.18 C 80.087 37.88 80.427 38.27 81.087 38.27 C 81.547 38.27 81.937 38.06 82.107 37.61 L 82.737 37.61 C 82.467 38.38 81.817 38.78 81.057 38.78 C 79.997 38.78 79.467 38.08 79.467 37.17 L 79.457 37.17 Z M 80.167 36.52 L 82.277 36.52 C 82.387 35.85 82.127 35.36 81.437 35.36 C 80.747 35.36 80.337 35.9 80.167 36.52 Z\"/>\n <path className=\"cls-3\" d=\"M 83.227 37.54 L 83.867 37.54 C 83.917 38.08 84.297 38.27 84.857 38.27 C 85.447 38.27 85.677 37.98 85.677 37.64 C 85.677 37.34 85.427 37.18 84.847 37 C 84.157 36.79 83.687 36.58 83.677 35.94 C 83.667 35.33 84.187 34.87 85.047 34.87 C 85.997 34.87 86.467 35.32 86.487 35.95 L 85.857 35.95 C 85.857 35.55 85.577 35.35 85.047 35.35 C 84.517 35.35 84.327 35.56 84.327 35.87 C 84.327 36.18 84.617 36.3 85.197 36.48 C 85.807 36.67 86.327 36.93 86.347 37.6 C 86.347 38.3 85.757 38.76 84.867 38.76 C 83.787 38.76 83.297 38.26 83.257 37.53 L 83.227 37.54 Z\"/>\n <path className=\"cls-3\" d=\"M 87.597 34.97 L 88.227 34.97 L 87.507 38.67 L 86.877 38.67 L 87.597 34.97 Z M 87.857 33.54 L 88.517 33.54 L 88.377 34.28 L 87.717 34.28 L 87.857 33.54 Z\"/>\n <path className=\"cls-3\" d=\"M 88.337 38.94 L 88.937 38.94 C 88.987 39.27 89.257 39.51 89.827 39.51 C 90.397 39.51 90.787 39.19 90.887 38.64 L 90.927 38.38 C 90.927 38.38 90.987 38.11 91.027 37.95 C 90.747 38.28 90.397 38.52 89.917 38.52 C 89.077 38.52 88.577 37.86 88.577 37.02 C 88.577 35.78 89.387 34.89 90.367 34.89 C 90.927 34.89 91.297 35.15 91.487 35.58 L 91.607 34.97 L 92.217 34.97 L 91.497 38.66 C 91.307 39.63 90.677 39.98 89.807 39.98 C 88.887 39.98 88.367 39.54 88.327 38.94 L 88.337 38.94 Z M 91.347 36.35 C 91.347 35.77 91.027 35.4 90.397 35.4 C 89.627 35.4 89.207 36.22 89.207 37.05 C 89.207 37.63 89.487 38.02 90.077 38.02 C 90.957 38.02 91.347 37.08 91.347 36.36 L 91.347 36.35 Z\"/>\n <path className=\"cls-3\" d=\"M 93.137 34.97 L 93.757 34.97 L 93.637 35.52 L 93.647 35.52 C 93.927 35.13 94.357 34.88 94.857 34.88 C 95.577 34.88 96.077 35.37 95.917 36.19 L 95.417 38.67 L 94.787 38.67 L 95.277 36.2 C 95.377 35.7 95.167 35.4 94.627 35.4 C 94.087 35.4 93.607 35.75 93.487 36.34 L 93.027 38.67 L 92.397 38.67 L 93.117 34.97 L 93.137 34.97 Z\"/>\n <path className=\"cls-5\" d=\"M 27.127 39.96 C 24.627 40.73 21.937 40.96 19.177 40.56 C 14.067 39.8 9.747 36.99 6.967 33.08 C 5.837 31.49 4.967 29.73 4.387 27.85 C 4.497 27.85 4.597 27.86 4.717 27.86 C 5.167 27.86 5.617 27.8 6.027 27.69 C 6.727 29.81 7.837 31.75 9.287 33.41 C 11.807 36.31 15.337 38.36 19.427 38.96 C 21.857 39.31 24.237 39.13 26.457 38.48 C 26.617 39.01 26.847 39.5 27.147 39.95 L 27.127 39.96 Z\"/>\n <path className=\"cls-2\" d=\"M 32.087 41.58 C 31.857 41.58 31.617 41.56 31.377 41.53 C 28.747 41.14 26.917 38.69 27.307 36.06 C 27.397 35.46 27.597 34.89 27.897 34.37 C 28.247 33.77 28.167 33.02 27.707 32.5 C 27.397 32.15 26.957 31.96 26.507 31.96 C 26.297 31.96 26.077 32 25.877 32.09 C 24.597 32.64 23.237 32.92 21.847 32.92 C 21.337 32.92 20.827 32.88 20.317 32.81 C 16.017 32.18 12.527 28.89 11.637 24.64 C 11.497 23.96 10.937 23.45 10.247 23.37 C 10.187 23.37 10.127 23.36 10.067 23.36 C 9.447 23.36 8.877 23.72 8.607 24.29 C 7.897 25.81 6.377 26.79 4.717 26.79 C 4.507 26.79 4.297 26.77 4.087 26.74 C 2.957 26.57 1.957 25.98 1.267 25.06 C 0.587 24.14 0.297 23.01 0.467 21.88 C 0.777 19.79 2.597 18.22 4.707 18.22 C 4.917 18.22 5.127 18.24 5.337 18.27 C 6.467 18.44 7.467 19.03 8.157 19.95 C 8.337 20.19 8.487 20.45 8.617 20.72 C 8.887 21.29 9.457 21.65 10.077 21.65 C 10.137 21.65 10.197 21.65 10.257 21.64 C 10.947 21.56 11.507 21.05 11.647 20.37 C 12.657 15.57 16.937 12.09 21.827 12.09 C 22.337 12.09 22.847 12.13 23.357 12.2 C 23.867 12.27 24.367 12.39 24.857 12.53 C 25.007 12.58 25.167 12.6 25.317 12.6 C 25.847 12.6 26.347 12.34 26.657 11.88 C 27.047 11.29 27.007 10.52 26.567 9.97 C 26.507 9.9 26.447 9.82 26.387 9.74 C 25.447 8.48 25.057 6.92 25.287 5.36 C 25.707 2.49 28.217 0.32 31.117 0.32 C 31.407 0.32 31.697 0.34 31.977 0.38 C 33.537 0.61 34.907 1.43 35.847 2.69 C 36.787 3.95 37.177 5.51 36.947 7.07 C 36.527 9.94 34.017 12.11 31.117 12.11 C 30.827 12.11 30.537 12.09 30.257 12.05 C 30.177 12.04 30.097 12.03 30.017 12.03 C 29.397 12.03 28.817 12.38 28.547 12.94 C 28.247 13.58 28.367 14.33 28.887 14.81 C 29.367 15.25 29.807 15.74 30.207 16.27 C 31.867 18.5 32.557 21.25 32.157 24 C 31.867 25.99 30.997 27.86 29.637 29.38 C 29.177 29.9 29.097 30.65 29.447 31.25 C 29.737 31.76 30.277 32.06 30.837 32.06 C 30.947 32.06 31.047 32.05 31.157 32.03 C 31.467 31.97 31.777 31.94 32.087 31.94 C 32.317 31.94 32.557 31.96 32.797 31.99 C 35.427 32.38 37.257 34.83 36.867 37.46 C 36.517 39.81 34.477 41.58 32.097 41.58 L 32.087 41.58 Z\"/>\n <circle className=\"cls-3\" cx=\"21.837\" cy=\"22.49\" r=\"9.13\"/>\n <path className=\"cls-4\" d=\"M 17.707 17.67 L 20.107 17.67 L 22.967 22.51 C 23.117 22.78 23.627 23.74 23.627 23.74 L 23.657 23.74 C 23.657 23.74 23.627 22.58 23.627 22.24 L 23.627 17.67 L 25.957 17.67 L 25.957 27.31 L 23.557 27.31 L 20.727 22.54 C 20.567 22.28 20.037 21.25 20.037 21.25 L 20.007 21.25 C 20.007 21.25 20.037 22.49 20.037 22.83 L 20.037 27.32 L 17.707 27.32 L 17.707 17.68 L 17.707 17.67 Z\"/>\n <rect className=\"cls-1\" width=\"194\" height=\"64\" x=\"0.239\" y=\"0.184\"/>\n </svg>\n );\n};\n\nexport const FrontdoorLogo = (props: any) => (\n <svg width=\"40\" height=\"40\" viewBox=\"-60 25 561 615\" {...props}>\n <style type=\"text/css\">\n {`.st2 {fill:#e3e3e3;stroke:none;}.st3 {fill:#ffffff;stroke:none;}.st4 {fill:#002567;stroke:none;}.st5 {fill:#78eb7b;stroke:none;}`}\n </style>\n <g transform=\"matrix(1, 0, 0, 1, -61.697021, -46.053448)\">\n <path d=\"m 0,179.1 v 193.8 c 2.55,132.6 84.15,249.9 209.1,293.25 l 28.05,10.2 c 17.85,7.65 40.8,7.65 58.65,0 l 28.05,-10.2 C 448.8,622.8 532.95,505.5 532.95,372.9 V 179.1 c 0,-15.3 -10.2,-30.6 -22.95,-35.7 C 433.5,110.25 349.35,94.95 265.2,94.95 181.05,94.95 99.45,110.25 20.4,143.4 10.2,148.5 0,163.8 0,179.1 Z\" className=\"st2\"/>\n <path d=\"M 267.75,97.5 C 183.6,97.5 102,112.8 22.95,145.95 10.2,151.05 0,166.35 0,181.65 v 193.8 c 2.55,132.6 84.15,249.9 209.1,293.25 l 28.05,10.2 c 10.2,2.55 20.4,5.1 30.6,5.1 z\" className=\"st3\"/>\n <path d=\"M 280.5 684 C 267.75 684 257.55 681.45 247.35 678.9 L 219.3 668.7 C 91.8 622.8 2.55 500.4 2.55 365.25 L 2.724 168.9 C 0.733 148.5 12.75 128.1 30.6 120.45 C 112.2 87.3 193.8 72 280.5 72 C 367.2 72 448.8 87.3 530.4 120.45 C 548.25 128.1 561 148.5 561 168.9 L 561 362.7 C 558.45 500.4 471.75 622.8 341.7 666.15 L 313.65 676.35 C 303.45 681.45 293.25 684 280.5 684 Z M 25.5 168.9 L 25.5 362.7 C 28.05 487.65 107.1 602.4 226.95 643.2 L 255 653.4 C 270.3 658.5 288.15 658.5 306 653.4 L 334.05 643.2 C 453.9 602.4 532.95 487.65 535.5 362.7 L 535.5 168.9 C 535.5 158.7 530.4 148.5 520.2 145.95 C 443.7 112.8 362.1 97.5 280.5 97.5 C 198.9 97.5 117.3 112.8 40.8 143.4 C 30.6 148.5 25.5 158.7 25.5 168.9 Z\" className=\"st4\" style={{fillOpacity: 1}}/>\n </g>\n </svg>\n);\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOQ;AALD,MAAM,iBAAiB,CAAC,EAAE,UAAU,SAAS,GAAG,MAAM,MAA0D;AACrH,QAAM,SAAS,YAAY;AAC3B,SACE,6CAAC,SAAI,IAAG,WAAU,OAAM,8BAA6B,OAAM,OAAM,QAAO,MAAK,SAAQ,cAAc,GAAG,OACpG;AAAA,iDAAC,UACC;AAAA,kDAAC,WAAO,mIAAyH,SAAS,SAAS,SAAS,6CAA4C;AAAA,MACxM,6CAAC,oBAAe,IAAG,mBAAkB,IAAG,SAAQ,IAAG,UAAS,IAAG,SAAQ,IAAG,UAAS,mBAAkB,2EAA0E,eAAc,kBAC3L;AAAA,oDAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,OAAM,cAAW,WAAS;AAAA,QACvC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,QACxC,4CAAC,UAAK,QAAO,QAAO,cAAW,WAAS;AAAA,SAC1C;AAAA,OACF;AAAA,IACA,4CAAC,UAAK,WAAU,SAAQ,GAAE,qWAAmW;AAAA,IAC7X,4CAAC,UAAK,WAAU,SAAQ,GAAE,0fAAwf;AAAA,IAClhB,4CAAC,UAAK,WAAU,SAAQ,GAAE,yXAAuX;AAAA,IACjZ,4CAAC,UAAK,WAAU,SAAQ,GAAE,uKAAqK;AAAA,IAC/L,4CAAC,UAAK,WAAU,SAAQ,GAAE,sXAAoX;AAAA,IAC9Y,4CAAC,UAAK,WAAU,SAAQ,GAAE,oWAAkW;AAAA,IAC5X,4CAAC,UAAK,WAAU,SAAQ,GAAE,mVAAiV;AAAA,IAC3W,4CAAC,UAAK,WAAU,SAAQ,GAAE,qgBAAmgB;AAAA,IAC7hB,4CAAC,UAAK,WAAU,SAAQ,GAAE,iSAA+R;AAAA,IACzT,4CAAC,UAAK,WAAU,SAAQ,GAAE,oZAAkZ;AAAA,IAC5a,4CAAC,UAAK,WAAU,SAAQ,GAAE,6hBAA2hB;AAAA,IACrjB,4CAAC,UAAK,WAAU,SAAQ,GAAE,yfAAuf;AAAA,IACjhB,4CAAC,UAAK,WAAU,SAAQ,GAAE,0XAAwX;AAAA,IAClZ,4CAAC,UAAK,WAAU,SAAQ,GAAE,8UAA4U;AAAA,IACtW,4CAAC,UAAK,WAAU,SAAQ,GAAE,8TAA4T;AAAA,IACtV,4CAAC,UAAK,WAAU,SAAQ,GAAE,yfAAuf;AAAA,IACjhB,4CAAC,UAAK,WAAU,SAAQ,GAAE,4hBAA0hB;AAAA,IACpjB,4CAAC,UAAK,WAAU,SAAQ,GAAE,wcAAsc;AAAA,IAChe,4CAAC,UAAK,WAAU,SAAQ,GAAE,mSAAiS;AAAA,IAC3T,4CAAC,UAAK,WAAU,SAAQ,GAAE,yfAAuf;AAAA,IACjhB,4CAAC,UAAK,WAAU,SAAQ,GAAE,uiBAAqiB;AAAA,IAC/jB,4CAAC,UAAK,WAAU,SAAQ,GAAE,6JAA2J;AAAA,IACrL,4CAAC,UAAK,WAAU,SAAQ,GAAE,gqBAA8pB;AAAA,IACxrB,4CAAC,UAAK,WAAU,SAAQ,GAAE,yUAAuU;AAAA,IACjW,4CAAC,UAAK,WAAU,SAAQ,GAAE,mYAAiY;AAAA,IAC3Z,4CAAC,UAAK,WAAU,SAAQ,GAAE,s+DAAo+D;AAAA,IAC9/D,4CAAC,YAAO,WAAU,SAAQ,IAAG,UAAS,IAAG,SAAQ,GAAE,QAAM;AAAA,IACzD,4CAAC,UAAK,WAAU,SAAQ,GAAE,2XAAyX;AAAA,IACnZ,4CAAC,UAAK,WAAU,SAAQ,OAAM,OAAM,QAAO,MAAK,GAAE,SAAQ,GAAE,SAAO;AAAA,KACrE;AAEJ;AAEO,MAAM,gBAAgB,CAAC,UAC5B,6CAAC,SAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,kBAAkB,GAAG,OACvD;AAAA,8CAAC,WAAM,MAAK,YACT,8IACH;AAAA,EACA,6CAAC,OAAE,WAAU,8CACX;AAAA,gDAAC,UAAK,GAAE,kTAAiT,WAAU,OAAK;AAAA,IACxU,4CAAC,UAAK,GAAE,8KAA6K,WAAU,OAAK;AAAA,IACpM,4CAAC,UAAK,GAAE,0rBAAyrB,WAAU,OAAM,OAAO,EAAC,aAAa,EAAC,GAAE;AAAA,KAC3uB;AAAA,GACF;",
6
- "names": []
7
- }
@@ -1,19 +0,0 @@
1
- import React from "react";
2
- export declare const unifiedFooter: {
3
- description: string;
4
- socialProps: {
5
- githubUrl: string;
6
- youtubeUrl: string;
7
- linkedInUrl: string;
8
- twitterUrl: string;
9
- facebookUrl?: string;
10
- instagramUrl?: string;
11
- };
12
- documentationLinks: import("react/jsx-runtime").JSX.Element[];
13
- communityLinks: import("react/jsx-runtime").JSX.Element[];
14
- resourceLinks: import("react/jsx-runtime").JSX.Element[];
15
- className?: string;
16
- style?: React.CSSProperties;
17
- children?: React.ReactNode;
18
- };
19
- //# sourceMappingURL=defaults.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/NetFoundryFooter/defaults.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;CAqBzB,CAAA"}