@quantinuum/documentation-ui 1.2.1 → 1.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 (93) hide show
  1. package/dist/node_modules/tslib/{tslib.es6.mjs.js → tslib.es6.js} +1 -1
  2. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  3. package/dist/src/custom/docs/QuantinuumLogo.js.map +1 -1
  4. package/dist/src/custom/docs/components/footer/index.js +1 -1
  5. package/dist/src/custom/docs/components/footer/index.js.map +1 -1
  6. package/dist/src/custom/docs/components/gdpr/_components/CookieBanner/CookieBanner.js +3 -0
  7. package/dist/src/custom/docs/components/gdpr/_components/CookieBanner/CookieBanner.js.map +1 -0
  8. package/dist/src/custom/docs/components/gdpr/_components/CookieConditional/CookieConditional.js +3 -0
  9. package/dist/src/custom/docs/components/gdpr/_components/CookieConditional/CookieConditional.js.map +1 -0
  10. package/dist/src/custom/docs/components/gdpr/_components/CookieConsentManager/CookieConsentManager.js +2 -0
  11. package/dist/src/custom/docs/components/gdpr/_components/CookieConsentManager/CookieConsentManager.js.map +1 -0
  12. package/dist/src/custom/docs/components/gdpr/_components/CookieSettingsButton/CookieSettingsButton.js +2 -0
  13. package/dist/src/custom/docs/components/gdpr/_components/CookieSettingsButton/CookieSettingsButton.js.map +1 -0
  14. package/dist/src/custom/docs/components/gdpr/_components/CookieSettingsDialog/CookieSettingsDialog.js +3 -0
  15. package/dist/src/custom/docs/components/gdpr/_components/CookieSettingsDialog/CookieSettingsDialog.js.map +1 -0
  16. package/dist/src/custom/docs/components/gdpr/contexts/CookieConsentContext.js +3 -0
  17. package/dist/src/custom/docs/components/gdpr/contexts/CookieConsentContext.js.map +1 -0
  18. package/dist/src/custom/docs/components/gdpr/contexts/CookieConsentShared.js +2 -0
  19. package/dist/src/custom/docs/components/gdpr/contexts/CookieConsentShared.js.map +1 -0
  20. package/dist/src/custom/docs/components/gdpr/contexts/useCookieConsent.js +2 -0
  21. package/dist/src/custom/docs/components/gdpr/contexts/useCookieConsent.js.map +1 -0
  22. package/dist/src/custom/docs/components/gdpr/cookies-consent.config.js +2 -0
  23. package/dist/src/custom/docs/components/gdpr/cookies-consent.config.js.map +1 -0
  24. package/dist/src/custom/docs/components/gdpr/service/cookie-consent-service.js +2 -0
  25. package/dist/src/custom/docs/components/gdpr/service/cookie-consent-service.js.map +1 -0
  26. package/dist/src/custom/docs/components/gdpr/types.js +2 -0
  27. package/dist/src/custom/docs/components/gdpr/types.js.map +1 -0
  28. package/dist/src/custom/docs/components/gdpr/utils/cookies.js +2 -0
  29. package/dist/src/custom/docs/components/gdpr/utils/cookies.js.map +1 -0
  30. package/dist/src/custom/docs/components/header/CodeCopy.js +1 -1
  31. package/dist/src/custom/docs/components/header/index.js +1 -1
  32. package/dist/src/custom/docs/components/header/index.js.map +1 -1
  33. package/dist/src/custom/docs/components/helpcard/index.js.map +1 -1
  34. package/dist/src/custom/docs/components/logos/NexusLogo.js +1 -1
  35. package/dist/src/custom/docs/components/logos/NexusLogo.js.map +1 -1
  36. package/dist/src/custom/docs/components/logos/SystemsLogo.js +1 -1
  37. package/dist/src/custom/docs/components/logos/SystemsLogo.js.map +1 -1
  38. package/dist/src/custom/docs/components/navmenu/MobileMenu.js.map +1 -1
  39. package/dist/src/custom/docs/components/navmenu/ModeSelector.js.map +1 -1
  40. package/dist/src/custom/docs/components/navmenu/NavigationMenu.js.map +1 -1
  41. package/dist/src/custom/docs/components/navmenu/QuantinuumIdent.js.map +1 -1
  42. package/dist/src/custom/docs/components/navmenu/QuantinuumLogo.js.map +1 -1
  43. package/dist/src/custom/docs/components/navmenu/index.js +1 -1
  44. package/dist/src/custom/docs/components/page/index.js +1 -1
  45. package/dist/src/custom/docs/components/page/index.js.map +1 -1
  46. package/dist/src/custom/docs/components/triplecard/Card.js +1 -1
  47. package/dist/src/custom/docs/components/triplecard/Card.js.map +1 -1
  48. package/dist/src/custom/docs/components/triplecard/index.js +1 -1
  49. package/dist/src/custom/docs/components/triplecard/index.js.map +1 -1
  50. package/dist/src/custom/slide-in.js +1 -1
  51. package/dist/src/custom/theme-selector.js +2 -2
  52. package/dist/src/custom/use-theme.js +3 -0
  53. package/dist/src/custom/use-theme.js.map +1 -0
  54. package/dist/src/index.js +1 -1
  55. package/dist/src/tailwindTheme.js.map +1 -1
  56. package/dist/src/utils/darkMode.js.map +1 -1
  57. package/dist/src/utils/index.js.map +1 -1
  58. package/dist/types/setupTest.d.ts +12 -0
  59. package/dist/types/src/custom/docs/components/gdpr/_components/CookieBanner/CookieBanner.d.ts +6 -0
  60. package/dist/types/src/custom/docs/components/gdpr/_components/CookieBanner/CookieBanner.test.d.ts +1 -0
  61. package/dist/types/src/custom/docs/components/gdpr/_components/CookieConditional/CookieConditional.d.ts +8 -0
  62. package/dist/types/src/custom/docs/components/gdpr/_components/CookieConditional/index.d.ts +1 -0
  63. package/dist/types/src/custom/docs/components/gdpr/_components/CookieConsentManager/CookieConsentManager.d.ts +1 -0
  64. package/dist/types/src/custom/docs/components/gdpr/_components/CookieConsentManager/CookieConsentManager.test.d.ts +1 -0
  65. package/dist/types/src/custom/docs/components/gdpr/_components/CookieConsentManager/index.d.ts +1 -0
  66. package/dist/types/src/custom/docs/components/gdpr/_components/CookieSettingsButton/CookieSettingsButton.d.ts +6 -0
  67. package/dist/types/src/custom/docs/components/gdpr/_components/CookieSettingsButton/CookieSettingsButton.test.d.ts +1 -0
  68. package/dist/types/src/custom/docs/components/gdpr/_components/CookieSettingsDialog/CookieSettingsDialog.d.ts +7 -0
  69. package/dist/types/src/custom/docs/components/gdpr/_components/CookieSettingsDialog/CookieSettingsDialog.test.d.ts +1 -0
  70. package/dist/types/src/custom/docs/components/gdpr/contexts/CookieConsentContext.d.ts +5 -0
  71. package/dist/types/src/custom/docs/components/gdpr/contexts/CookieConsentContext.test.d.ts +1 -0
  72. package/dist/types/src/custom/docs/components/gdpr/contexts/CookieConsentShared.d.ts +13 -0
  73. package/dist/types/src/custom/docs/components/gdpr/contexts/index.d.ts +3 -0
  74. package/dist/types/src/custom/docs/components/gdpr/contexts/useCookieConsent.d.ts +2 -0
  75. package/dist/types/src/custom/docs/components/gdpr/cookies-consent.config.d.ts +5 -0
  76. package/dist/types/src/custom/docs/components/gdpr/index.d.ts +4 -0
  77. package/dist/types/src/custom/docs/components/gdpr/service/cookie-consent-service.d.ts +6 -0
  78. package/dist/types/src/custom/docs/components/gdpr/service/cookie-consent-service.test.d.ts +1 -0
  79. package/dist/types/src/custom/docs/components/gdpr/types.d.ts +37 -0
  80. package/dist/types/src/custom/docs/components/gdpr/utils/cookies.d.ts +10 -0
  81. package/dist/types/src/custom/docs/components/gdpr/utils/cookies.test.d.ts +1 -0
  82. package/dist/types/src/custom/docs/components/header/index.d.ts +5 -5
  83. package/dist/types/src/custom/docs/components/page/index.d.ts +1 -1
  84. package/dist/types/src/custom/docs/components/triplecard/Card.d.ts +3 -3
  85. package/dist/types/src/custom/docs/components/triplecard/index.d.ts +16 -46
  86. package/dist/types/src/custom/docs/index.d.ts +1 -0
  87. package/dist/types/src/custom/theme-selector.d.ts +2 -9
  88. package/dist/types/src/custom/use-theme.d.ts +7 -0
  89. package/dist/types/src/index.d.ts +1 -0
  90. package/dist/types/src/utils/darkMode.d.ts +2 -3
  91. package/dist/types/stories/custom/docs-cookies.stories.d.ts +5 -0
  92. package/package.json +30 -11
  93. package/dist/node_modules/tslib/tslib.es6.mjs.js.map +0 -1
@@ -1,2 +1,2 @@
1
1
  function r(r,e){var t={};for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&e.indexOf(o)<0&&(t[o]=r[o]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(o=Object.getOwnPropertySymbols(r);n<o.length;n++)e.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(r,o[n])&&(t[o[n]]=r[o[n]])}return t}"function"==typeof SuppressedError&&SuppressedError;export{r as __rest};
2
- //# sourceMappingURL=tslib.es6.mjs.js.map
2
+ //# sourceMappingURL=tslib.es6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tslib.es6.js","sources":["../../../node_modules/tslib/tslib.es6.js"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n"],"names":["__rest","s","e","t","p","Object","prototype","hasOwnProperty","call","indexOf","getOwnPropertySymbols","i","length","propertyIsEnumerable","SuppressedError"],"mappings":"AA0CO,SAASA,EAAOC,EAAGC,GACtB,IAAIC,EAAI,CAAA,EACR,IAAK,IAAIC,KAAKH,EAAOI,OAAOC,UAAUC,eAAeC,KAAKP,EAAGG,IAAMF,EAAEO,QAAQL,GAAK,IAC9ED,EAAEC,GAAKH,EAAEG,IACb,GAAS,MAALH,GAAqD,mBAAjCI,OAAOK,sBACtB,KAAIC,EAAI,EAAb,IAAgBP,EAAIC,OAAOK,sBAAsBT,GAAIU,EAAIP,EAAEQ,OAAQD,IAC3DT,EAAEO,QAAQL,EAAEO,IAAM,GAAKN,OAAOC,UAAUO,qBAAqBL,KAAKP,EAAGG,EAAEO,MACvER,EAAEC,EAAEO,IAAMV,EAAEG,EAAEO,IAF4B,CAItD,OAAOR,CACX,CAoRkD,mBAApBW,iBAAiCA","x_google_ignoreList":[0]}
@@ -1 +1 @@
1
- {"version":3,"file":"QuantinuumLogo.js","sources":["../../../../../src/custom/docs/QuantinuumLogo.tsx"],"sourcesContent":[null],"names":["QuantinuumLogo","props","_jsxs","Object","assign","version","id","xmlns","xmlnsXlink","x","y","viewBox","xmlSpace","width","height","fill","className","cn","children","_jsx","d"],"mappings":"4FAGa,MAAAA,EAAkBC,GAEzBC,EACE,MAAAC,OAAAC,OAAA,CAAAC,QAAQ,MACRC,GAAG,UACHC,MAAM,6BACNC,WAAW,+BACXC,EAAE,MACFC,EAAE,MACFC,QAAQ,mBACRC,SAAS,WACTC,MAAO,IACPC,OAAQ,GACRC,KAAK,gBACDd,EACH,CAAAe,UAAWC,EAAG,kBAAmBhB,EAAMe,WAExCE,SAAA,CAAAhB,EAAA,IAAA,CAAAgB,SAAA,CACEC,EACE,IAAA,CAAAD,SAAAhB,EAAA,IAAA,CAAAgB,SAAA,CACEC,gBACEA,EACE,OAAA,CAAAH,UAAU,MACVI,EAAE,qMAGND,EACE,IAAA,CAAAD,SAAAC,EAAA,OAAA,CACEH,UAAU,MACVI,EAAE,sOAKVD,EACE,IAAA,CAAAD,SAAAC,EAAA,IAAA,CAAAD,SACEC,UACEH,UAAU,MACVI,EAAE,u6CAKVD,EAAA,SAAA,CAAQb,GAAG"}
1
+ {"version":3,"file":"QuantinuumLogo.js","sources":["../../../../../src/custom/docs/QuantinuumLogo.tsx"],"sourcesContent":[null],"names":["QuantinuumLogo","props","_jsxs","Object","assign","version","id","xmlns","xmlnsXlink","x","y","viewBox","xmlSpace","width","height","fill","className","cn","children","_jsx","d"],"mappings":"4FAGO,MAAMA,EAAkBC,GAEzBC,EAAA,MAAAC,OAAAC,OAAA,CACEC,QAAQ,MACRC,GAAG,UACHC,MAAM,6BACNC,WAAW,+BACXC,EAAE,MACFC,EAAE,MACFC,QAAQ,mBACRC,SAAS,WACTC,MAAO,IACPC,OAAQ,GACRC,KAAK,gBACDd,EAAK,CACRe,UAAWC,EAAG,kBAAmBhB,EAAMe,WAAUE,SAAA,CAElDhB,EAAA,IAAA,CAAAgB,SAAA,CACEC,EAAA,IAAA,CAAAD,SACEhB,EAAA,IAAA,CAAAgB,SAAA,CACEC,gBACEA,EAAA,OAAA,CACEH,UAAU,MACVI,EAAE,qMAGND,EAAA,IAAA,CAAAD,SACEC,EAAA,OAAA,CACEH,UAAU,MACVI,EAAE,sOAKVD,EAAA,IAAA,CAAAD,SACEC,EAAA,IAAA,CAAAD,SACEC,UACEH,UAAU,MACVI,EAAE,u6CAKVD,EAAA,SAAA,CAAQb,GAAG"}
@@ -1,2 +1,2 @@
1
- import{jsxs as e,jsx as t}from"react/jsx-runtime";import{QuantinuumLogo as a}from"../../QuantinuumLogo.js";import{Separator as n}from"@quantinuum/quantinuum-ui";const m={columns:[{name:"User Community",items:[{name:"Compute Platform Updates",href:"/product-updates"},{name:"Q-NET",href:"https://www.quantinuum.com/q-net#get-started"},{name:"Quantinuum Startup Partner Program",href:"https://www.quantinuum.com/startup-partner-program#join"}]},{name:"Compute Platform",items:[{name:"Quantinuum Systems",href:"/systems"},{name:"Quantinuum Nexus",href:"/nexus"},{name:"Guppy",href:"/guppy"},{name:"Selene",href:"/selene"},{name:"Pytket",href:"/tket"}]},{name:"Applications",items:[{name:"InQuanto",href:"/inquanto"},{name:"Quantum Origin",href:"/origin"},{name:"λambeq",href:"/lambeq/"}]},{name:"Quantinuum",items:[{name:"About",href:"https://www.quantinuum.com/about"},{name:"Careers",href:"https://www.quantinuum.com/careers"},{name:"Events",href:"https://www.quantinuum.com/events"}]}]},r=()=>e("div",{className:"mb-24",children:[t("div",{className:"my-24"}),t(n,{}),t("div",{className:"my-12"}),e("footer",{className:"text-muted-foreground flex w-full flex-col justify-between md:items-start lg:flex-row ",children:[e("div",{className:"mb-12 lg:mb-0",children:[t("div",{className:"-mt-4",children:t("a",{href:"https://www.quantinuum.com/",target:"_blank",className:"hover:opacity-75 transition",children:t(a,{})})}),e("p",{className:"max-w-[24rem] text-xs leading-5",children:["Copyright © ",(new Date).getFullYear()," Quantinuum Inc. All rights reserved."," "]}),e("div",{className:"flex items-center gap-2 mt-2",children:[t("a",{href:"https://www.quantinuum.com/terms-conditions",target:"_blank",className:"font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300",children:"Terms and Conditions"})," ",t("div",{children:"/"}),t("a",{target:"_blank",href:"https://www.quantinuum.com/privacy-statement",className:"font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300",children:"Privacy Policy"}),t("div",{children:"/"}),t("a",{target:"_blank",href:"https://www.quantinuum.com/cookie-notice",className:"font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300",children:"Cookie Notice"}),t("div",{children:"/"})]})]}),t("div",{className:"grid grid-cols-1 gap-16 md:grid-cols-3 md:gap-24",children:m.columns.map(a=>e("div",{className:"flex flex-col md:items-end",children:[t("span",{className:"text-foreground text-left text-[0.675rem] font-semibold uppercase tracking-wide md:text-right",children:a.name}),t("ul",{className:"mt-3 flex flex-col gap-2 lg:text-right",children:a.items.map(e=>t("li",{children:t("a",{className:"text-muted-foreground text-[0.85rem] font-medium",href:e.href,children:e.name})},e.name))})]},a.name))})]})]});export{r as Footer};
1
+ import{jsxs as e,jsx as t}from"react/jsx-runtime";import{QuantinuumLogo as a}from"../../QuantinuumLogo.js";import{Separator as m}from"@quantinuum/quantinuum-ui";const n={columns:[{name:"User Community",items:[{name:"Compute Platform Updates",href:"/product-updates"},{name:"Q-NET",href:"https://www.quantinuum.com/q-net#get-started"},{name:"Quantinuum Startup Partner Program",href:"https://www.quantinuum.com/startup-partner-program#join"}]},{name:"Compute Platform",items:[{name:"Quantinuum Systems",href:"/systems"},{name:"Quantinuum Nexus",href:"/nexus"},{name:"Guppy",href:"/guppy"},{name:"Selene",href:"/selene"},{name:"Pytket",href:"/tket"}]},{name:"Applications",items:[{name:"InQuanto",href:"/inquanto"},{name:"Quantum Origin",href:"/origin"},{name:"λambeq",href:"/lambeq/"}]},{name:"Quantinuum",items:[{name:"About",href:"https://www.quantinuum.com/about"},{name:"Careers",href:"https://www.quantinuum.com/careers"},{name:"Events",href:"https://www.quantinuum.com/events"}]}]},r=()=>e("div",{className:"mb-24",children:[t("div",{className:"my-24"}),t(m,{}),t("div",{className:"my-12"}),e("footer",{className:"text-muted-foreground flex w-full flex-col justify-between md:items-start lg:flex-row ",children:[e("div",{className:"mb-12 lg:mb-0",children:[t("div",{className:"-mt-4",children:t("a",{href:"https://www.quantinuum.com/",target:"_blank",className:"hover:opacity-75 transition",children:t(a,{})})}),e("p",{className:"max-w-[24rem] text-xs leading-5",children:["Copyright © ",(new Date).getFullYear()," Quantinuum Inc. All rights reserved."," "]}),e("div",{className:"flex items-center gap-2 mt-2",children:[t("a",{href:"https://www.quantinuum.com/terms-conditions",target:"_blank",className:"font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300",children:"Terms and Conditions"})," ",t("div",{children:"/"}),t("a",{target:"_blank",href:"https://www.quantinuum.com/privacy-statement",className:"font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300",children:"Privacy Policy"}),t("div",{children:"/"}),t("a",{target:"_blank",href:"https://www.quantinuum.com/cookie-notice",className:"font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300",children:"Cookie Notice"}),t("div",{children:"/"})]})]}),t("div",{className:"grid grid-cols-1 gap-16 sm:grid-cols-2 md:grid-cols-4 md:gap-24",children:n.columns.map(a=>e("div",{className:"flex flex-col md:items-end",children:[t("span",{className:"text-foreground text-left text-[0.675rem] font-semibold uppercase tracking-wide md:text-right",children:a.name}),t("ul",{className:"mt-3 flex flex-col gap-2 lg:text-right",children:a.items.map(e=>t("li",{children:t("a",{className:"text-muted-foreground text-[0.85rem] font-medium",href:e.href,children:e.name})},e.name))})]},a.name))})]})]});export{r as Footer};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/footer/index.tsx"],"sourcesContent":[null],"names":["footerConfig","columns","name","items","href","Footer","_jsxs","className","children","_jsx","Separator","target","QuantinuumLogo","Date","getFullYear","map","col","item"],"mappings":"iKAGA,MAAMA,EAAe,CACnBC,QAAS,CACP,CACEC,KAAM,iBACNC,MAAO,CACL,CACED,KAAM,2BACNE,KAAM,oBACN,CACAF,KAAM,QACNE,KAAM,gDACN,CACAF,KAAM,qCACNE,KAAM,6DAGT,CACDF,KAAM,mBACNC,MAAO,CACL,CACED,KAAM,qBACNE,KAAM,YACL,CACDF,KAAM,mBACNE,KAAM,UACL,CACDF,KAAM,QACNE,KAAM,UACL,CACDF,KAAM,SACNE,KAAM,WACL,CACDF,KAAM,SACNE,KAAM,WAGT,CACDF,KAAM,eACNC,MAAO,CACL,CACED,KAAM,WACNE,KAAM,aAER,CACEF,KAAM,iBACNE,KAAM,WACN,CACAF,KAAM,SACNE,KAAM,cAGV,CACAF,KAAM,aACNC,MAAO,CACL,CACED,KAAM,QACNE,KAAM,oCACN,CACAF,KAAM,UACNE,KAAM,sCACN,CACAF,KAAM,SACNE,KAAM,yCAOHC,EAAS,IAElBC,EAAA,MAAA,CAAKC,UAAU,QAEbC,SAAA,CAAAC,EAAA,MAAA,CAAKF,UAAU,UACbE,EAACC,EAAW,CAAA,GACZD,EAAK,MAAA,CAAAF,UAAU,UAEnBD,YAAQC,UAAU,yFAAwFC,SAAA,CACxGF,EAAK,MAAA,CAAAC,UAAU,0BACbE,EAAK,MAAA,CAAAF,UAAU,QACbC,SAAAC,EAAA,IAAA,CAAGL,KAAK,8BAA8BO,OAAO,SAASJ,UAAU,uCAChEE,EAACG,EAAgB,QAGnBN,EAAG,IAAA,CAAAC,UAAU,kCAAiCC,SAAA,CAAA,gBAC/B,IAAIK,MAAOC,sDAAoD,OAE9ER,EAAA,MAAA,CAAKC,UAAU,+BAA8BC,SAAA,CAC3CC,OAAGL,KAAK,8CAA8CO,OAAO,SAASJ,UAAU,sEAE5EC,SAAA,yBAAA,IAACC,EAAY,MAAA,CAAAD,SAAA,MACjBC,EAAG,IAAA,CAAAE,OAAO,SAASP,KAAK,+CAA+CG,UAAU,sEAE7EC,SAAA,mBAAAC,EAAY,MAAA,CAAAD,SAAA,MAChBC,EAAG,IAAA,CAAAE,OAAO,SAASP,KAAK,2CAA2CG,UAAU,sEAAqEC,SAAA,kBAE9IC,EAAY,MAAA,CAAAD,SAAA,YAGpBC,EAAK,MAAA,CAAAF,UAAU,4DACZP,EAAaC,QAAQc,IAAKC,GAEvBV,EAAA,MAAA,CAAoBC,UAAU,6BAA4BC,SAAA,CACxDC,EAAM,OAAA,CAAAF,UAAU,gGACbC,SAAAQ,EAAId,OAEPO,EAAA,KAAA,CAAIF,UAAU,yCAAwCC,SACnDQ,EAAIb,MAAMY,IAAKE,GAEZR,iBACEA,EACE,IAAA,CAAAF,UAAU,mDACVH,KAAMa,EAAKb,KAEVI,SAAAS,EAAKf,QALDe,EAAKf,WAPZc,EAAId"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/footer/index.tsx"],"sourcesContent":[null],"names":["footerConfig","columns","name","items","href","Footer","_jsxs","className","children","_jsx","Separator","target","QuantinuumLogo","Date","getFullYear","map","col","item"],"mappings":"iKAGA,MAAMA,EAAe,CACnBC,QAAS,CACP,CACEC,KAAM,iBACNC,MAAO,CACL,CACED,KAAM,2BACNE,KAAM,oBACN,CACAF,KAAM,QACNE,KAAM,gDACN,CACAF,KAAM,qCACNE,KAAM,6DAGT,CACDF,KAAM,mBACNC,MAAO,CACL,CACED,KAAM,qBACNE,KAAM,YACL,CACDF,KAAM,mBACNE,KAAM,UACL,CACDF,KAAM,QACNE,KAAM,UACL,CACDF,KAAM,SACNE,KAAM,WACL,CACDF,KAAM,SACNE,KAAM,WAGT,CACDF,KAAM,eACNC,MAAO,CACL,CACED,KAAM,WACNE,KAAM,aAER,CACEF,KAAM,iBACNE,KAAM,WACN,CACAF,KAAM,SACNE,KAAM,cAGV,CACAF,KAAM,aACNC,MAAO,CACL,CACED,KAAM,QACNE,KAAM,oCACN,CACAF,KAAM,UACNE,KAAM,sCACN,CACAF,KAAM,SACNE,KAAM,yCAOHC,EAAS,IAElBC,EAAA,MAAA,CAAKC,UAAU,QAAOC,SAAA,CAEpBC,EAAA,MAAA,CAAKF,UAAU,UACbE,EAACC,EAAS,CAAA,GACVD,EAAA,MAAA,CAAKF,UAAU,UAEnBD,YAAQC,UAAU,yFAAwFC,SAAA,CACxGF,EAAA,MAAA,CAAKC,UAAU,0BACbE,EAAA,MAAA,CAAKF,UAAU,QAAOC,SACpBC,EAAA,IAAA,CAAGL,KAAK,8BAA8BO,OAAO,SAASJ,UAAU,uCAChEE,EAACG,EAAc,QAGjBN,EAAA,IAAA,CAAGC,UAAU,kCAAiCC,SAAA,CAAA,gBAC/B,IAAIK,MAAOC,sDAAoD,OAE9ER,EAAA,MAAA,CAAKC,UAAU,+BAA8BC,SAAA,CAC3CC,OAAGL,KAAK,8CAA8CO,OAAO,SAASJ,UAAU,sEAAqEC,SAAA,yBAEjJ,IAACC,EAAA,MAAA,CAAAD,SAAA,MACLC,EAAA,IAAA,CAAGE,OAAO,SAASP,KAAK,+CAA+CG,UAAU,sEAAqEC,SAAA,mBAElJC,EAAA,MAAA,CAAAD,SAAA,MACJC,EAAA,IAAA,CAAGE,OAAO,SAASP,KAAK,2CAA2CG,UAAU,sEAAqEC,SAAA,kBAE9IC,EAAA,MAAA,CAAAD,SAAA,YAGRC,EAAA,MAAA,CAAKF,UAAU,2EACZP,EAAaC,QAAQc,IAAKC,GAEvBV,EAAA,MAAA,CAAoBC,UAAU,6BAA4BC,SAAA,CACxDC,EAAA,OAAA,CAAMF,UAAU,gGAA+FC,SAC5GQ,EAAId,OAEPO,EAAA,KAAA,CAAIF,UAAU,yCAAwCC,SACnDQ,EAAIb,MAAMY,IAAKE,GAEZR,iBACEA,EAAA,IAAA,CACEF,UAAU,mDACVH,KAAMa,EAAKb,KAAII,SAEdS,EAAKf,QALDe,EAAKf,WAPZc,EAAId"}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as e,jsxs as l}from"react/jsx-runtime";import{Dialog as n,DialogContent as i,Button as a}from"@quantinuum/quantinuum-ui";const r=({isOpen:r,onAccept:o,onReject:s,onSettings:t})=>e(n,{open:r,children:e(i,{isDismissable:!1,isBottomDialog:!0,children:l("div",{className:"max-w-5xl mx-auto","aria-label":"Cookie banner",children:[e("h3",{className:"text-lg font-semibold capitalize",children:"We value your privacy"}),l("div",{className:"pt-1.5 flex flex-col md:flex-row gap-8",children:[l("p",{className:"text-base md:w-9/12",children:["We use essential cookies to ensure the website functions properly. With your permission, we’ll also use optional cookies to analyze site usage and improve the user experience. For details of how we use cookies and your personal data, please read our"," ",e("a",{className:"font-semibold hover:underline underline-offset-4 underline",href:"https://www.quantinuum.com/cookie-notice",target:"_blank",rel:"noopener noreferrer",children:"Cookie Notice"})," ","and our"," ",e("a",{className:"font-semibold hover:underline underline-offset-4 underline",href:"https://www.quantinuum.com/privacy",target:"_blank",rel:"noopener noreferrer",children:"Privacy Statement"}),". By using our website, you agree to our"," ",e("a",{className:"font-semibold hover:underline underline-offset-4 underline",href:"https://www.quantinuum.com/terms-conditions",target:"_blank",rel:"noopener noreferrer",children:"Terms & Conditions"}),"."]}),l("div",{className:"flex flex-col md:hidden",children:[l("div",{className:"flex mb-4 gap-4",children:[e(a,{variant:"secondary",className:"w-full",onClick:s,children:"Required Only"}),e(a,{className:"w-full",onClick:o,children:"Accept All"})]}),e(a,{className:"w-full",variant:"outline",onClick:t,children:"Manage Settings"})]}),e("div",{className:"hidden md:block w-3/12",children:l("div",{className:"flex flex-col gap-3",children:[e(a,{className:"w-full",onClick:o,children:"Accept All"}),l("div",{className:"flex md:flex-col lg:flex-row gap-3",children:[e(a,{variant:"secondary",onClick:s,className:"flex-1",children:"Required Only"}),e(a,{variant:"outline",onClick:t,className:"flex-1",children:"Settings"})]})]})})]})]})})});export{r as CookieBanner};
3
+ //# sourceMappingURL=CookieBanner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieBanner.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as n,Fragment as e}from"react/jsx-runtime";import{useCookieConsent as o}from"../../contexts/useCookieConsent.js";function r({category:r,fallback:t=null,children:c}){const{consent:i}=o();return i[r]?n(e,{children:c}):n(e,{children:t})}export{r as CookieConditional};
3
+ //# sourceMappingURL=CookieConditional.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieConditional.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,2 @@
1
+ import{jsx as o}from"react/jsx-runtime";import e from"next/dynamic";import{CookieSettingsButton as t}from"../CookieSettingsButton/CookieSettingsButton.js";import{CookieSettingsDialog as n}from"../CookieSettingsDialog/CookieSettingsDialog.js";import{useCookieConsent as i}from"../../contexts/useCookieConsent.js";const s=e(()=>import("../CookieBanner/CookieBanner.js").then(o=>o.CookieBanner),{ssr:!1});function r(){const{isCookieBannerVisible:e,isCookieSettingsDialogVisible:r,acceptAll:C,rejectNonEssential:c,openSettings:l,saveConsent:a,closeCookieSettingsDialog:g,isConsentSet:k}=i();return r?o(n,{isOpen:!0,acceptAll:C,saveConsent:a,onClose:g}):k?o(t,{onCookiesSettingsButtonClick:l}):e?o(s,{isOpen:!0,onAccept:C,onReject:c,onSettings:l}):null}export{r as CookieConsentManager};
2
+ //# sourceMappingURL=CookieConsentManager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieConsentManager.js","sources":["../../../../../../../../../src/custom/docs/components/gdpr/_components/CookieConsentManager/CookieConsentManager.tsx"],"sourcesContent":[null],"names":["CookieBanner","dynamic","import","then","module","ssr","CookieConsentManager","isCookieBannerVisible","isCookieSettingsDialogVisible","acceptAll","rejectNonEssential","openSettings","saveConsent","closeCookieSettingsDialog","isConsentSet","useCookieConsent","_jsx","CookieSettingsDialog","isOpen","onClose","CookieSettingsButton","onCookiesSettingsButtonClick","onAccept","onReject","onSettings"],"mappings":"wTAYA,MAAMA,EAAeC,EACnB,IACEC,OAAO,mCAAyEC,KAAMC,GAAWA,EAAOJ,cAC1G,CAAEK,KAAK,aAGOC,IACd,MAAMC,sBACJA,EAAqBC,8BACrBA,EAA6BC,UAC7BA,EAASC,mBACTA,EAAkBC,aAClBA,EAAYC,YACZA,EAAWC,0BACXA,EAAyBC,aACzBA,GACEC,IAEJ,OAAIP,EAEAQ,EAACC,GACCC,QAAM,EACNT,UAAWA,EACXG,YAAaA,EACbO,QAASN,IAKXC,EACKE,EAACI,EAAoB,CAACC,6BAA8BV,IAGzDJ,EACKS,EAAChB,EAAY,CAACkB,QAAM,EAACI,SAAUb,EAAWc,SAAUb,EAAoBc,WAAYb,IAGtF,IACT"}
@@ -0,0 +1,2 @@
1
+ import{__rest as o}from"../../../../../../../node_modules/tslib/tslib.es6.js";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Cookie as r}from"lucide-react";function i(i){var{onCookiesSettingsButtonClick:n}=i,s=o(i,["onCookiesSettingsButtonClick"]);return e("button",Object.assign({},s,{onClick:n,type:"button","aria-label":"Cookie settings button","aria-haspopup":"dialog",className:"group fixed left-2 bottom-2 z-modal h-8 max-w-8 hover:max-w-xs p-2 flex items-center overflow-hidden bg-muted rounded-full shadow-md cursor-pointer transition-all duration-300 ease-in-out",children:[t(r,{className:"text-muted-foreground group-hover:text-foreground size-4 flex-shrink-0 ml-[1px]"}),t("div",{className:"whitespace-nowrap transition-all duration-300 ease-in-out max-w-0 group-hover:max-w-xs group-hover:text-foreground text-xs font-medium px-2",children:"Cookie Settings"})]}))}export{i as CookieSettingsButton};
2
+ //# sourceMappingURL=CookieSettingsButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieSettingsButton.js","sources":["../../../../../../../../../src/custom/docs/components/gdpr/_components/CookieSettingsButton/CookieSettingsButton.tsx"],"sourcesContent":[null],"names":["CookieSettingsButton","_a","onCookiesSettingsButtonClick","props","__rest","_jsxs","Object","assign","onClick","type","className","_jsx","Cookie","children"],"mappings":"sKAOM,SAAUA,EAAqBC,GAAA,IAAAC,6BAAEA,GAA4BD,EAAKE,EAAKC,EAAAH,EAAxC,kCACnC,OACEI,EAAA,SAAAC,OAAAC,OAAA,CAAA,EACMJ,EAAK,CACTK,QAASN,EACTO,KAAK,SAAQ,aACF,yBAAwB,gBACrB,SACdC,UAAU,wMAEVC,EAACC,EAAM,CAACF,UAAU,oFAClBC,EAAA,MAAA,CAAKD,UAAU,8IAA6IG,SAAA,uBAKlK"}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as e,jsxs as a}from"react/jsx-runtime";import{CookieCategories as l}from"../../cookies-consent.config.js";import{retrieveConsentCategoriesFromCookies as n}from"../../service/cookie-consent-service.js";import{Dialog as i,DialogContent as o,Form as s,FormField as r,FormItem as t,FormLabel as m,FormControl as c,Switch as d,FormDescription as p,Button as h,Accordion as b,AccordionItem as f,AccordionTrigger as u,AccordionContent as x,Table as w,TableBody as g,TableRow as N,TableHead as v,TableCell as k}from"@quantinuum/quantinuum-ui";import y from"react";import{useForm as C}from"react-hook-form";const O=({isOpen:O,onClose:j,acceptAll:S,saveConsent:A})=>{const q=C({defaultValues:(D=l,E=n(),E||Object.fromEntries(D.map(e=>[e.name,e.alwaysOn])))});var D,E;return e(i,{open:O,onOpenChange:e=>!e&&j(),children:e(o,{isDismissable:!0,className:"w-full max-w-[90vw] max-h-[90vh] sm:max-w-xl md:max-w-2xl sm:max-h-[80vh] px-5","aria-label":"Cookie settings dialog","aria-labelledby":"cookies-settings",children:a("article",{children:[a("header",{className:"px-1 mb-5",children:[e("h2",{className:"text-lg font-semibold mb-1.5",children:"Manage Cookies Settings"}),e("p",{children:"Please choose whether this site may use optional cookies. Optional cookies help us measure usage and improve performance. We only set optional cookies with your consent. You can withdraw consent at any time in Cookie settings."}),e("a",{className:"font-semibold hover:underline underline-offset-4 mt-1 block",href:"https://www.quantinuum.com/cookie-notice",target:"_blank",rel:"noopener noreferrer",children:"More information about our Cookie Notice"})]}),e(s,Object.assign({},q,{children:a("form",{onSubmit:q.handleSubmit(e=>{A(e)}),children:[e("div",{className:"overflow-y-auto max-h-[40vh] px-1",children:l.map(l=>e(r,{name:l.name,render:({field:n})=>{var i;return e("section",{"aria-labelledby":l.name.toLowerCase(),className:"mb-4 md:mb-5 last:mb-0",children:a(t,{children:[a("div",{className:"flex items-center",children:[e(m,{id:l.name.toLowerCase(),className:"text-lg font-normal",children:l.name}),l.alwaysOn&&e("span",{className:"text-primary text-sm font-semibold ml-2",children:"Always on"}),!l.alwaysOn&&e(c,{children:e(d,{checked:n.value,disabled:l.alwaysOn,onCheckedChange:n.onChange,className:"mx-2"})})]}),e(p,{className:"text-sm text-foreground",children:l.description}),(null===(i=l.cookies)||void 0===i?void 0:i.length)>0&&e(b,{type:"single",collapsible:!0,className:"w-full",children:a(f,{value:`${l.name}-cookies`,className:"border-b-0",children:[e(u,{className:"font-semibold flex justify-start gap-3 p-0",children:"Cookies Details"}),e(x,{className:"flex flex-col gap-2 pb-0 mt-8 md:mt-5",children:e("div",{className:"md:border-[1px] md:rounded-md",children:e(w,{children:e(g,{children:l.cookies.map(l=>a(y.Fragment,{children:[a(N,{className:"border-none",children:[e(v,{className:"pl-0 md:pl-3 pr-1 pt-1.5 md:pt-3 pb-1 w-1/5 align-top whitespace-nowrap",children:"Cookie Name"}),e(k,{className:"pl-1 pr-0 md:pr-3 pt-1.5 md:pt-3 pb-1 align-top font-medium",children:l.name})]}),a(N,{className:"border-none",children:[e(v,{className:"pl-0 md:pl-3 pr-1 pt-1 pb-1 w-1/5 align-top whitespace-nowrap",children:"Purpose"}),e(k,{className:"pl-1 pr-0 md:pr-3 pt-1 pb-1 align-top",children:l.description})]}),a(N,{children:[e(v,{className:"pl-0 md:pl-3 pr-1 pt-1 pb-1.5 md:pb-3 w-1/5 align-top whitespace-nowrap",children:"Expiry"}),e(k,{className:"pl-1 pr-0 md:pr-3 pt-1 pb-1.5 md:pb-3 align-top",children:l.expiry})]})]},l.name))})})})})]})})]})})}},l.name))}),a("div",{className:"flex flex-row-reverse sm:flex-row gap-4 mt-8 md:mt-10 px-1",children:[e(h,{className:"flex-1 md:flex-initial",type:"button",onClick:S,children:"Accept All"}),e(h,{className:"flex-1 md:flex-initial",type:"submit",variant:"secondary",children:"Save Settings"})]})]})}))]})})})};export{O as CookieSettingsDialog};
3
+ //# sourceMappingURL=CookieSettingsDialog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieSettingsDialog.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as e}from"react/jsx-runtime";import{isConsentSetInCookies as i,saveConsentInCookies as s,retrieveConsentCategoriesFromCookies as n,rejectNonEssentialCookies as t,acceptAllCookies as o}from"../service/cookie-consent-service.js";import{useReducer as r}from"react";import{CookieConsentContext as c}from"./CookieConsentShared.js";function a(e,r){switch(r.type){case"ACCEPT_ALL":return o(r.version),Object.assign(Object.assign({},e),{consent:n(),isCookieBannerVisible:!1,isCookieSettingsDialogVisible:!1,isConsentSet:!0});case"REJECT_NON_ESSENTIAL":return t(r.version),Object.assign(Object.assign({},e),{consent:n(),isCookieBannerVisible:!1,isConsentSet:!0});case"OPEN_SETTINGS":return Object.assign(Object.assign({},e),{isCookieBannerVisible:!1,isCookieSettingsDialogVisible:!0});case"SAVE_CONSENT":return s(r.consent,r.version),Object.assign(Object.assign({},e),{consent:n(),isCookieSettingsDialogVisible:!1,isConsentSet:!0});case"CLOSE_SETTINGS":return Object.assign(Object.assign({},e),{isCookieSettingsDialogVisible:!1,isCookieBannerVisible:!e.isConsentSet});case"INITIALIZE":{const s=i(r.version);return Object.assign(Object.assign({},e),{isConsentSet:s,isCookieBannerVisible:!s})}default:return e}}function C(e){const s=i(e);return{isCookieBannerVisible:!s,isCookieSettingsDialogVisible:!1,isConsentSet:s,consent:n()}}const S=({children:i,version:s})=>{const[n,t]=r(a,s,C);return e(c.Provider,{value:{isCookieBannerVisible:n.isCookieBannerVisible,isCookieSettingsDialogVisible:n.isCookieSettingsDialogVisible,isConsentSet:n.isConsentSet,consent:n.consent,acceptAll:function(){t({type:"ACCEPT_ALL",version:s})},rejectNonEssential:function(){t({type:"REJECT_NON_ESSENTIAL",version:s})},openSettings:function(){t({type:"OPEN_SETTINGS"})},saveConsent:function(e){t({type:"SAVE_CONSENT",consent:e,version:s})},closeCookieSettingsDialog:function(){t({type:"CLOSE_SETTINGS"})}},children:i})};export{S as CookieConsentProvider};
3
+ //# sourceMappingURL=CookieConsentContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieConsentContext.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,2 @@
1
+ import{createContext as o}from"react";const r=o(null);export{r as CookieConsentContext};
2
+ //# sourceMappingURL=CookieConsentShared.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieConsentShared.js","sources":["../../../../../../../../src/custom/docs/components/gdpr/contexts/CookieConsentShared.ts"],"sourcesContent":[null],"names":["CookieConsentContext","createContext"],"mappings":"4CAeaA,EAAuBC,EAA+C"}
@@ -0,0 +1,2 @@
1
+ import{useContext as o}from"react";import{CookieConsentContext as e}from"./CookieConsentShared.js";const r=()=>{const r=o(e);if(!r)throw new Error('"useCookieConsent" hook was called outside of CookieConsentProvider');return r};export{r as useCookieConsent};
2
+ //# sourceMappingURL=useCookieConsent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCookieConsent.js","sources":["../../../../../../../../src/custom/docs/components/gdpr/contexts/useCookieConsent.ts"],"sourcesContent":[null],"names":["useCookieConsent","ctx","useContext","CookieConsentContext","Error"],"mappings":"mGAGO,MAAMA,EAAmB,KAC9B,MAAMC,EAAMC,EAAWC,GAEvB,IAAKF,EACH,MAAM,IAAIG,MAAM,uEAGlB,OAAOH"}
@@ -0,0 +1,2 @@
1
+ import{CookieCategoryName as e}from"./types.js";const i="cookies_consent",s=365,n=[{alwaysOn:!0,name:e.Essential,description:"Required for core functionality and security. Examples: sign-in and session management, fraud prevention, storing your cookie settings and basic preferences.",cookies:[]},{alwaysOn:!1,name:e.Analytics,description:"Helps us understand how the site is used so we can improve content and performance. Data: pages visited, navigation events, device and browser details.",cookies:[{name:"_ga",description:"A first-party cookie set by Google Analytics to uniquely identify users on a website and track their activity anonymously for site analytics reports.",expiry:"2 years"},{name:"_ga_<container-id>",description:"Used to persist session state for a specific website container, distinguishing users within a single visit and maintaining information across requests.",expiry:"2 years"}]}];export{i as COOKIES_CONSENT_COOKIE_NAME,s as COOKIES_CONSENT_EXPIRY_DAYS,n as CookieCategories};
2
+ //# sourceMappingURL=cookies-consent.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cookies-consent.config.js","sources":["../../../../../../../src/custom/docs/components/gdpr/cookies-consent.config.ts"],"sourcesContent":[null],"names":["COOKIES_CONSENT_COOKIE_NAME","COOKIES_CONSENT_EXPIRY_DAYS","CookieCategories","alwaysOn","name","CookieCategoryName","Essential","description","cookies","Analytics","expiry"],"mappings":"gDAIO,MAAMA,EAAsC,kBACtCC,EAAsC,IAEtCC,EAAqC,CAChD,CACEC,UAAU,EACVC,KAAMC,EAAmBC,UACzBC,YACE,gKACFC,QAAS,IAEX,CACEL,UAAU,EACVC,KAAMC,EAAmBI,UACzBF,YACE,0JACFC,QAAS,CACP,CACEJ,KAAM,MACNG,YACE,wJACFG,OAAQ,WAEV,CACEN,KAAM,qBACNG,YACE,0JACFG,OAAQ"}
@@ -0,0 +1,2 @@
1
+ import{COOKIES_CONSENT_COOKIE_NAME as n,COOKIES_CONSENT_EXPIRY_DAYS as t}from"../cookies-consent.config.js";import{CookieCategoryName as e,SameSite as o}from"../types.js";import{getCookieValue as r,deleteCookie as s,setCookie as i}from"../utils/cookies.js";import{mapValues as c}from"remeda";import{z as a}from"zod";const u={Essential:!0,Analytics:!1},f=a.object(c(e,()=>a.boolean())),m=a.object({consentVersion:a.number(),dateConsentWasGiven:a.string().datetime(),consentCategories:f});function p(n){return m.safeParse(n).success}function g(){const t=r(n);if(!t)return u;try{const e=JSON.parse(t);return p(e)?e.consentCategories:(s(n),u)}catch(t){return s(n),u}}function l(t){const e=r(n);if(!e)return!1;try{const o=JSON.parse(e);return function(t,e){return t.consentVersion===e||(s(n),!1)}(o,t)&&p(o)}catch(t){return s(n),!1}}function S(n,t){return{consentVersion:t,dateConsentWasGiven:(new Date).toISOString(),consentCategories:n}}function d(e,r){const s={name:n,value:JSON.stringify(S(e,r)),path:"/",sameSite:o.Lax,expires:new Date(Date.now()+24*t*60*60*1e3)};i(s)}function j(n){d(c(e,()=>!0),n)}function y(n){d(c(e,(n,t)=>t===e.Essential),n)}export{j as acceptAllCookies,l as isConsentSetInCookies,y as rejectNonEssentialCookies,g as retrieveConsentCategoriesFromCookies,d as saveConsentInCookies};
2
+ //# sourceMappingURL=cookie-consent-service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cookie-consent-service.js","sources":["../../../../../../../../src/custom/docs/components/gdpr/service/cookie-consent-service.ts"],"sourcesContent":[null],"names":["defaultConsent","Essential","Analytics","CookieConsentSchema","z","object","mapValues","CookieCategoryName","boolean","CookieValueSchema","consentVersion","number","dateConsentWasGiven","string","datetime","consentCategories","matchesConsentCookieSchema","parsedCookieValue","safeParse","success","retrieveConsentCategoriesFromCookies","cookieValue","getCookieValue","COOKIES_CONSENT_COOKIE_NAME","JSON","parse","deleteCookie","_a","isConsentSetInCookies","currentVersion","hasCorrectConsentVersion","constructConsentCookieValue","consent","Date","toISOString","saveConsentInCookies","newConsent","cookie","name","value","stringify","path","sameSite","SameSite","Lax","expires","now","COOKIES_CONSENT_EXPIRY_DAYS","setCookie","acceptAllCookies","rejectNonEssentialCookies","_"],"mappings":"4TAYA,MAAMA,EAAgC,CACpCC,WAAW,EACXC,WAAW,GAIPC,EAAsBC,EAAEC,OAAOC,EAAUC,EAAoB,IAAMH,EAAEI,YAErEC,EAAoBL,EAAEC,OAAO,CACjCK,eAAgBN,EAAEO,SAClBC,oBAAqBR,EAAES,SAASC,WAChCC,kBAAmBZ,IAGrB,SAASa,EAA2BC,GAClC,OAAOR,EAAkBS,UAAUD,GAAmBE,OACxD,UAEgBC,IACd,MAAMC,EAAcC,EAAeC,GACnC,IAAKF,EACH,OAAOrB,EAGT,IACE,MAAMiB,EAAoBO,KAAKC,MAAMJ,GAErC,OAAIL,EAA2BC,GACtBA,EAAkBF,mBAIzBW,EAAaH,GACNvB,EAEX,CAAE,MAAA2B,GAEA,OADAD,EAAaH,GACNvB,CACT,CACF,CAYM,SAAU4B,EAAsBC,GAMpC,MAAMR,EAAcC,EAAeC,GAEnC,IAAKF,EACH,OAAO,EAGT,IACE,MAAMJ,EAAoBO,KAAKC,MAAMJ,GAErC,OAzBJ,SAAkCA,EAA0BQ,GAC1D,OAAIR,EAAYX,iBAAmBmB,IAKnCH,EAAaH,IACN,EACT,CAkBMO,CAAyBb,EAAmBY,IAC5Cb,EAA2BC,EAE/B,CAAE,MAAAU,GAEA,OADAD,EAAaH,IACN,CACT,CACF,CAEA,SAASQ,EAA4BC,EAAwBH,GAO3D,MANiC,CAC/BnB,eAAgBmB,EAChBjB,qBAAqB,IAAIqB,MAAOC,cAChCnB,kBAAmBiB,EAIvB,CAEM,SAAUG,EAAqBC,EAA2BP,GAC9D,MAAMQ,EAAiB,CACrBC,KAAMf,EACNgB,MAAOf,KAAKgB,UAAUT,EAA4BK,EAAYP,IAC9DY,KAAM,IACNC,SAAUC,EAASC,IACnBC,QAAS,IAAIZ,KAAKA,KAAKa,MAAsC,GAA9BC,EAAmC,GAAK,GAAK,MAG9EC,EAAUX,EACZ,CAEM,SAAUY,EAAiBpB,GAM/BM,EALkD7B,EAChDC,EACA,KAAM,GAGsBsB,EAChC,CAEM,SAAUqB,EAA0BrB,GAMxCM,EALqD7B,EACnDC,EACA,CAAC4C,EAAGb,IAASA,IAAS/B,EAAmBN,WAGb4B,EAChC"}
@@ -0,0 +1,2 @@
1
+ var n,t;!function(n){n.Lax="lax",n.Strict="strict",n.None="none"}(n||(n={})),function(n){n.Essential="Essential",n.Analytics="Analytics"}(t||(t={}));export{t as CookieCategoryName,n as SameSite};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sources":["../../../../../../../src/custom/docs/components/gdpr/types.ts"],"sourcesContent":[null],"names":["SameSite","CookieCategoryName"],"mappings":"IAEYA,EAsBAC,GAtBZ,SAAYD,GACVA,EAAA,IAAA,MACAA,EAAA,OAAA,SACAA,EAAA,KAAA,MACD,CAJD,CAAYA,IAAAA,EAAQ,CAAA,IAsBpB,SAAYC,GACVA,EAAA,UAAA,YACAA,EAAA,UAAA,WACD,CAHD,CAAYA,IAAAA,EAAkB,CAAA"}
@@ -0,0 +1,2 @@
1
+ import{SameSite as n}from"../types.js";function e({name:e,value:t="",path:i="/",domain:o,expires:r,sameSite:u=n.Lax}){if(!e)throw new Error("Cookie name is required");const c=[];return c.push(`${e}=${encodeURIComponent(t)}`),i&&c.push(`Path=${i}`),o&&c.push(`Domain=${o}`),r&&c.push(`Expires=${r.toUTCString()}`),u&&c.push(`SameSite=${u}`),c.join("; ")}function t(n){const e=n.indexOf("=");return e>=0?n.slice(0,e).trim():n.trim()}function i(n){const e=n.indexOf("=");return e>=0?decodeURIComponent(n.slice(e+1).trim()):""}function o(n){if(function(n){return!n.trim()}(n))return new Map;const e=function(n){return n.split(/;\s*/)}(n).map(n=>[t(n),i(n)]);return new Map(e)}function r(){return"undefined"==typeof document}function u(n){if(r())return;return o(document.cookie).get(n)||void 0}function c(n){r()||(document.cookie=e(n))}function m(n,e){if(r())return;c({name:n,value:"",path:void 0,domain:void 0,expires:new Date(0)})}export{m as deleteCookie,o as deserializeCookies,u as getCookieValue,e as serializeCookie,c as setCookie};
2
+ //# sourceMappingURL=cookies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cookies.js","sources":["../../../../../../../../src/custom/docs/components/gdpr/utils/cookies.ts"],"sourcesContent":[null],"names":["serializeCookie","name","value","path","domain","expires","sameSite","SameSite","Lax","Error","parts","push","encodeURIComponent","toUTCString","join","cookieName","pair","separatorIndex","indexOf","slice","trim","cookieValue","decodeURIComponent","deserializeCookies","cookieString","isCookieStringEmpty","Map","cookiePairs","split","splitCookies","map","isOnServerSide","document","getCookieValue","cookie","get","undefined","setCookie","deleteCookie","options","Date"],"mappings":"uCAGM,SAAUA,GAAgBC,KAC9BA,EAAIC,MACJA,EAAQ,GAAEC,KACVA,EAAO,IAAGC,OACVA,EAAMC,QACNA,EAAOC,SACPA,EAAWC,EAASC,MAEpB,IAAKP,EACH,MAAM,IAAIQ,MAAM,2BAGlB,MAAMC,EAAkB,GAoBxB,OAlBAA,EAAMC,KAAK,GAAGV,KAAQW,mBAAmBV,MAErCC,GACFO,EAAMC,KAAK,QAAQR,KAGjBC,GACFM,EAAMC,KAAK,UAAUP,KAGnBC,GACFK,EAAMC,KAAK,WAAWN,EAAQQ,iBAG5BP,GACFI,EAAMC,KAAK,YAAYL,KAGlBI,EAAMI,KAAK,KACpB,CAUA,SAASC,EAAWC,GAClB,MAAMC,EAAiBD,EAAKE,QAAQ,KACpC,OAAID,GAAkB,EACbD,EAAKG,MAAM,EAAGF,GAAgBG,OAGhCJ,EAAKI,MACd,CAEA,SAASC,EAAYL,GACnB,MAAMC,EAAiBD,EAAKE,QAAQ,KAEpC,OAAID,GAAkB,EACbK,mBAAmBN,EAAKG,MAAMF,EAAiB,GAAGG,QAGpD,EACT,CAEM,SAAUG,EAAmBC,GACjC,GA5BF,SAA6BA,GAC3B,OAAQA,EAAaJ,MACvB,CA0BMK,CAAoBD,GACtB,OAAO,IAAIE,IAGb,MAAMC,EA5BR,SAAsBH,GACpB,OAAOA,EAAaI,MAAM,OAC5B,CA0B0CC,CAAaL,GAAcM,IAAKd,GAC/D,CAACD,EAAWC,GAAOK,EAAYL,KAGxC,OAAO,IAAIU,IAAIC,EACjB,CAEA,SAASI,IACP,MAA2B,oBAAbC,QAChB,CAEM,SAAUC,EAAehC,GAC7B,GAAI8B,IAAkB,OAItB,OAHsBR,EAAmBS,SAASE,QACtBC,IAAIlC,SAEhBmC,CAClB,CAEM,SAAUC,EAAUH,GACpBH,MACJC,SAASE,OAASlC,EAAgBkC,GACpC,CAEM,SAAUI,EAAarC,EAAcsC,GACzC,GAAIR,IAAkB,OAUtBM,EARuB,CACrBpC,OACAC,MAAO,GACPC,UAAa,EACbC,YAAe,EACfC,QAAS,IAAImC,KAAK,IAItB"}
@@ -1,3 +1,3 @@
1
- 'use client';
1
+ "use client";
2
2
  import{jsxs as t,jsx as e}from"react/jsx-runtime";import r from"react";import{Button as o,cn as a}from"@quantinuum/quantinuum-ui";import{Check as n,Copy as s}from"lucide-react";const c=c=>{const[i,m]=r.useState(!1);return t("div",{className:"dark:text-foreground text-background w-full flex items-center justify-center self-start whitespace-nowrap rounded bg-gradient-to-r from-zinc-600 to-slate-600 py-0.5 pl-4 text-center text-sm font-semibold dark:from-zinc-600 dark:to-slate-600",children:[e("code",{className:"font-mono",children:c.textToCopy}),e(o,{variant:"ghost",size:"icon",className:a((i?" hover:bg-transparent":"hover:bg-background/50 hover:text-foreground/75")+" ml-1",c.className),onClick:()=>{window.navigator.clipboard.writeText(c.textToCopy),m(!0),setTimeout(()=>{m(!1)},2500)},children:i?e(n,{className:"text-background h-5 w-5"}):e(s,{className:"aspect-square h-4 w-4"})})]})};export{c as CodeCopy};
3
3
  //# sourceMappingURL=CodeCopy.js.map
@@ -1,2 +1,2 @@
1
- import{__rest as e}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as r}from"react/jsx-runtime";import{cn as a}from"@quantinuum/quantinuum-ui";import t from"react";const l=t.forwardRef((t,l)=>{var{className:s,type:m}=t,c=e(t,["className","type"]);return r("h1",{className:a("text-6xl font-semibold tracking-tighter",s),ref:l,children:c.children})});l.displayName="DocsHeaderTitle";const s=t.forwardRef((t,l)=>{var{className:s,type:m}=t,c=e(t,["className","type"]);return r("h2",{className:a("text-muted-foreground mt-5 mb-8 text-2xl tracking-tighter",s),ref:l,children:c.children})});s.displayName="DocsHeaderSubtitle";const m=t.forwardRef((a,t)=>{var l=e(a,["className","type"]);return r("div",{className:"relative mx-auto flex flex-grow flex-wrap flex-col py-4",children:r("div",{className:"mb-4 mt-0 md:mt-6 flex flex-col",ref:t,children:l.children})})});m.displayName="DocsHeaderLeft";const c=t.forwardRef((a,t)=>{var l=e(a,["className","type"]);return r("div",{className:"mt-0 mr-10 hidden lg:flex md:justify-end",ref:t,children:l.children})});c.displayName="DocsHeaderRight";const d=t.forwardRef((a,t)=>{var l=e(a,["className","type"]);return r("header",{className:"flex w-full my-4 mb-16",ref:t,children:l.children})});d.displayName="DocsHeaderWrapper";export{m as DocsHeaderLeft,c as DocsHeaderRight,s as DocsHeaderSubtitle,l as DocsHeaderTitle,d as DocsHeaderWrapper};
1
+ import{__rest as e}from"../../../../../node_modules/tslib/tslib.es6.js";import{jsx as r}from"react/jsx-runtime";import{cn as a}from"@quantinuum/quantinuum-ui";import l from"react";const t=l.forwardRef((l,t)=>{var{className:s}=l,m=e(l,["className"]);return r("h1",{className:a("text-6xl font-semibold tracking-tighter",s),ref:t,children:m.children})});t.displayName="DocsHeaderTitle";const s=l.forwardRef((l,t)=>{var{className:s}=l,m=e(l,["className"]);return r("h2",{className:a("text-muted-foreground mt-5 mb-8 text-2xl tracking-tighter",s),ref:t,children:m.children})});s.displayName="DocsHeaderSubtitle";const m=l.forwardRef((a,l)=>{var t=e(a,[]);return r("div",{className:"relative mx-auto flex flex-grow flex-wrap flex-col py-4",children:r("div",{className:"mb-4 mt-0 md:mt-6 flex flex-col",ref:l,children:t.children})})});m.displayName="DocsHeaderLeft";const d=l.forwardRef((a,l)=>{var t=e(a,[]);return r("div",{className:"mt-0 mr-10 hidden lg:flex md:justify-end",ref:l,children:t.children})});d.displayName="DocsHeaderRight";const i=l.forwardRef((a,l)=>{var t=e(a,[]);return r("header",{className:"flex w-full my-4 mb-16",ref:l,children:t.children})});i.displayName="DocsHeaderWrapper";export{m as DocsHeaderLeft,d as DocsHeaderRight,s as DocsHeaderSubtitle,t as DocsHeaderTitle,i as DocsHeaderWrapper};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/header/index.tsx"],"sourcesContent":[null],"names":["DocsHeaderTitle","React","forwardRef","_a","ref","className","type","props","__rest","_jsx","cn","children","displayName","DocsHeaderSubtitle","DocsHeaderLeft","DocsHeaderRight","DocsHeaderWrapper"],"mappings":"wLAIM,MAAAA,EAAkBC,EAAMC,WAG5B,CAACC,EAA+BC,SAA/BC,UAAEA,EAASC,KAAEA,GAAIH,EAAKI,EAAKC,EAAAL,EAA3B,sBACH,OACEM,QACEJ,UAAWK,EAAG,0CAA2CL,GACzDD,IAAKA,EAEJO,SAAAJ,EAAMI,aAIXX,EAAgBY,YAAc,kBAExB,MAAAC,EAAqBZ,EAAMC,WAG/B,CAACC,EAA+BC,SAA/BC,UAAEA,EAASC,KAAEA,GAAIH,EAAKI,EAAKC,EAAAL,EAA3B,sBACH,OACEM,QACEJ,UAAWK,EAAG,4DAA6DL,GAC3ED,IAAKA,EAEJO,SAAAJ,EAAMI,aAIXE,EAAmBD,YAAc,qBAE3B,MAAAE,EAAiBb,EAAMC,WAG3B,CAACC,EAA+BC,SAATG,EAAKC,EAAAL,EAA3B,sBAED,OAAMM,SAAKJ,UAAU,0DACpBM,SAAAF,EAAA,MAAA,CAAKJ,UAAU,kCAAkCD,IAAKA,EAAMO,SAAAJ,EAAMI,eAGrEG,EAAeF,YAAc,iBAEvB,MAAAG,EAAkBd,EAAMC,WAG5B,CAACC,EAA+BC,SAATG,EAAKC,EAAAL,EAA3B,sBAED,OAAOM,EAAK,MAAA,CAAAJ,UAAU,2CAA2CD,IAAKA,EAAMO,SAAAJ,EAAMI,aAGpFI,EAAgBH,YAAc,kBAGxB,MAAAI,EAAqBf,EAAMC,WAG/B,CAACC,EAA+BC,SAATG,EAAKC,EAAAL,EAA3B,sBACD,OAAQM,EAAQ,SAAA,CAAAJ,UAAU,yBAAyBD,IAAKA,EACnDO,SAAAJ,EAAMI,aAGbK,EAAkBJ,YAAc"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/header/index.tsx"],"sourcesContent":[null],"names":["DocsHeaderTitle","React","forwardRef","_a","ref","className","props","__rest","_jsx","cn","children","displayName","DocsHeaderSubtitle","DocsHeaderLeft","DocsHeaderRight","DocsHeaderWrapper"],"mappings":"oLAGA,MAAMA,EAAkBC,EAAMC,WAG5B,CAACC,EAAyBC,KAAzB,IAAAC,UAAEA,GAASF,EAAKG,EAAKC,EAAAJ,EAArB,eACD,OACEK,QAAIH,UAAWI,EAAG,0CAA2CJ,GAAYD,IAAKA,EAAGM,SAC9EJ,EAAMI,aAIbV,EAAgBW,YAAc,kBAE9B,MAAMC,EAAqBX,EAAMC,WAG/B,CAACC,EAAyBC,KAAzB,IAAAC,UAAEA,GAASF,EAAKG,EAAKC,EAAAJ,EAArB,eACD,OACEK,QACEH,UAAWI,EAAG,4DAA6DJ,GAC3ED,IAAKA,EAAGM,SAEPJ,EAAMI,aAIbE,EAAmBD,YAAc,qBAEjC,MAAME,EAAiBZ,EAAMC,WAC3B,CAACC,EAAcC,SAATE,EAAKC,EAAAJ,EAAV,IACC,OACEK,SAAKH,UAAU,0DAAyDK,SACtEF,EAAA,MAAA,CAAKH,UAAU,kCAAkCD,IAAKA,EAAGM,SACtDJ,EAAMI,eAMjBG,EAAeF,YAAc,iBAE7B,MAAMG,EAAkBb,EAAMC,WAC5B,CAACC,EAAcC,SAATE,EAAKC,EAAAJ,EAAV,IACC,OACEK,EAAA,MAAA,CAAKH,UAAU,2CAA2CD,IAAKA,WAC5DE,EAAMI,aAKfI,EAAgBH,YAAc,kBAE9B,MAAMI,EAAoBd,EAAMC,WAC9B,CAACC,EAAcC,SAATE,EAAKC,EAAAJ,EAAV,IACC,OACEK,EAAA,SAAA,CAAQH,UAAU,yBAAyBD,IAAKA,WAC7CE,EAAMI,aAKfK,EAAkBJ,YAAc"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/helpcard/index.tsx"],"sourcesContent":[null],"names":["HelpCard","props","_jsx","className","children","columns","map","item","href","link","Card","_jsxs","CardHeader","icon","icon_description","CardTitle","title","CardDescription","description"],"mappings":"0LAIa,MAAAA,EAAYC,GASfC,EAAA,MAAA,CAAKC,UAAU,wDACpBC,SAAAH,EAAMI,QAAQC,IAAKC,GAEhBL,EAAG,IAAA,CAAAM,KAAMD,EAAKE,KACdL,SAAAF,EAACQ,EAAI,CAACP,UAAU,4BAA2BC,SACzCO,EAACC,EACG,CAAAR,SAAA,CAAAF,EAACK,EAAKM,KAAI,CAACV,UAAU,sBAAqB,aAAaI,EAAKO,mBAC5DZ,EAACa,EAAS,CAACZ,UAAU,yCAAwCC,SAAEG,EAAKS,QACpEd,EAACe,EAAe,CAAAb,SAAEG,EAAKW,oBALJX,EAAKS"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/helpcard/index.tsx"],"sourcesContent":[null],"names":["HelpCard","props","_jsx","className","children","columns","map","item","href","link","Card","_jsxs","CardHeader","icon","icon_description","CardTitle","title","CardDescription","description"],"mappings":"0LAIO,MAAMA,EAAYC,GASfC,EAAA,MAAA,CAAKC,UAAU,wDAAuDC,SAC3EH,EAAMI,QAAQC,IAAKC,GAEhBL,EAAA,IAAA,CAAGM,KAAMD,EAAKE,KAAIL,SAClBF,EAACQ,EAAI,CAACP,UAAU,4BAA2BC,SACzCO,EAACC,EAAU,CAAAR,SAAA,CACPF,EAACK,EAAKM,KAAI,CAACV,UAAU,sBAAqB,aAAaI,EAAKO,mBAC5DZ,EAACa,EAAS,CAACZ,UAAU,yCAAwCC,SAAEG,EAAKS,QACpEd,EAACe,EAAe,CAAAb,SAAEG,EAAKW,oBALJX,EAAKS"}
@@ -1,2 +1,2 @@
1
- import{__rest as V}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as l,jsxs as H}from"react/jsx-runtime";const r=r=>{var{variant:t="logo"}=r,L=V(r,["variant"]);switch(t){default:case"logo":return H("svg",Object.assign({viewBox:"0 0 147 124",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L,{children:[l("path",{d:"M23.1399 95.8288V95.8117H0V123.983L30.141 124L60.9526 92.6968L43.842 75.4136L23.1399 95.8288Z",fill:"currentColor"}),l("path",{d:"M123.86 90.493V95.8288L26.6632 0H23.1399H0V33.0116V78.2723H23.1399V33.0116V28.8033L116.859 124H123.86H147V123.983V90.493V45.7334H123.86V90.493Z",fill:"currentColor"}),l("path",{d:"M116.859 0L84.854 32.482L101.97 49.7651L123.86 28.1769V28.1883H147V0.0170838L116.859 0Z",fill:"currentColor"})]}));case"favicon":return H("svg",Object.assign({width:"151",height:"128",viewBox:"0 0 151 128",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L,{children:[l("path",{d:"M24.7471 96.8117H2H1V97.8117V125.983V126.982L1.99943 126.983L32.1405 127L32.5597 127L32.8537 126.701L63.6653 95.3982L64.3578 94.6947L63.6633 93.9932L46.5527 76.7101L45.8505 76.0008L45.1399 76.7016L24.7471 96.8117Z",fill:"currentColor",stroke:"white",strokeWidth:"2"}),l("path",{d:"M26.1399 33.2445L118.146 126.702L118.44 127H118.859H125.86H149H150V126V125.983V92.493V47.7334V46.7334H149H125.86H124.86V47.7334V92.493V95.4386L29.3653 1.2879L29.0733 1H28.6632H25.1399H2H1V2V35.0116V80.2723V81.2723H2H25.1399H26.1399V80.2723V35.0116V33.2445Z",fill:"currentColor",stroke:"white",strokeWidth:"2"}),l("path",{d:"M118.86 1L118.441 0.999763L118.147 1.29814L86.1417 33.7802L85.4484 34.4838L86.1435 35.1857L103.26 52.4688L103.962 53.1779L104.672 52.4771L126.259 31.1883H149H150V30.1883V2.01708V1.01765L149.001 1.01708L118.86 1Z",fill:"currentColor",stroke:"white",strokeWidth:"2"})]}));case"horizontal":return l("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1143.43 219.61"},L,{children:H("g",{fill:"currentColor",children:[H("g",{children:[l("polygon",{points:"461.09 191.9 370.81 103.07 346.04 103.07 346.04 218 367.53 218 367.53 129.77 454.59 218.02 482.59 218 482.59 103.07 461.09 103.07 461.09 191.9"}),l("path",{d:"m961.14,157.44c0,21.78-17.72,39.5-39.5,39.5s-39.5-17.72-39.5-39.5v-54.37h-21.01v54.37c0,33.4,27.15,60.58,60.51,60.58s60.58-27.17,60.58-60.58v-54.37h-21.08v54.37Z"}),l("path",{d:"m820.75,103.07l-51.51,57.47,51.51,57.47h-27.46l-37.74-42.17-37.88,42.17h-27.47l51.51-57.47-51.51-57.47h27.47l37.88,42.08,37.74-42.08h27.46Z"}),l("path",{d:"m1121.41,156.54c5.91,2.3,10.59,5.55,13.97,9.75,4.03,5.07,6.05,11.17,6.05,18.3,0,3.72-.5,7.13-1.44,10.22-.93,2.93-2.45,5.78-4.54,8.64-3.45,4.51-8.21,8-14.26,10.46-9.15,3.88-21.89,5.78-38.24,5.71-11.09,0-21.32-1.59-30.68-4.67-9.87-3.09-17.36-7.61-22.47-13.47-1.51-1.66-2.66-3.25-3.46-4.83l17.07-11.73c.22.4.5.79.94,1.19,2.66,2.93,7.2,5.47,13.61,7.69,7.56,2.38,15.84,3.57,24.84,3.57,13.75,0,24.05-1.43,30.89-4.2,2.95-1.19,5.04-2.61,6.27-4.28.86-1.19,1.3-2.7,1.37-4.52,0-1.42-.36-2.69-1.08-3.72-1.22-1.35-3.1-2.54-5.69-3.56-4.9-1.82-15.19-3.65-30.97-5.47l-1.66-.16c-17.5-1.98-29.53-4.28-36.01-6.89-5.83-2.14-10.51-5.31-14.04-9.51-4.03-5.07-6.05-11.25-6.05-18.46,0-3.49.5-6.89,1.58-10.22,1.08-3.25,2.59-6.1,4.54-8.64,3.24-4.36,7.99-7.84,14.26-10.54,8.86-3.8,21.6-5.71,38.24-5.71,11.45,0,21.6,1.51,30.53,4.6,9.72,3.09,17.21,7.61,22.4,13.47.94,1.03,2.09,2.61,3.46,4.75l-17.21,11.73-.79-1.19c-2.52-3.01-7.06-5.55-13.61-7.61-7.42-2.46-15.7-3.73-24.84-3.73-13.9,0-24.2,1.43-30.97,4.2-3.03,1.35-5.11,2.78-6.19,4.28-.86,1.19-1.3,2.69-1.37,4.52,0,1.98.36,3.25,1.08,3.8.79,1.03,2.66,2.22,5.62,3.57,4.9,1.82,15.27,3.65,31.18,5.47l1.44.16c17.64,2.06,29.67,4.36,36.08,6.81l.14.24Z"}),l("polygon",{points:"647.56 124.49 647.56 103.07 554.44 103.07 533.01 103.07 533.01 124.49 533.01 150.39 533.01 171.81 533.01 196.59 533.01 217.61 533.01 218.02 647.56 218.02 647.56 196.59 554.44 196.59 554.44 171.81 647.56 171.81 647.56 150.39 554.44 150.39 554.44 124.49 647.56 124.49"})]}),l("path",{d:"m682.41,11.94h26.21v44.83h10.35V11.94h26.21V1.63h-62.76v10.31Zm-29.73,32.31L609.37,1.63h-11.89v55.15h10.31V14.44l41.77,42.34h13.43V1.63h-10.31v42.62ZM536.12,1.63l-28.17,55.15h11.56l4.19-8.26h38.7l4.17,8.26h11.6l-28.17-55.15h-13.89Zm-7.16,36.58l14.08-27.49,14.07,27.49h-28.16Zm-125.1,10.31h11.33l.22-.61c2.78-7.71,2.83-15.62.13-23.52-4.11-12.14-14.83-21.38-27.32-23.55-2.12-.38-4.29-.57-6.46-.57-9.56,0-18.53,3.71-25.27,10.45-6.74,6.74-10.45,15.73-10.45,25.3,0,19.33,15.74,35.34,35.09,35.7l1.58.03h33.89s.92,0,.92,0v-10.32h-35.88c-10.28,0-19.62-6.09-23.24-15.16-3.4-8.39-2.56-17.31,2.3-24.48,4.74-7.02,12.62-11.21,21.07-11.21,1.83,0,3.72.2,5.62.6,9.3,2,16.79,9.35,19.08,18.72,1.46,5.98.8,11.95-1.91,17.28l-.68,1.34Zm81.85-20.2c0,10.69-8.7,19.39-19.39,19.39s-19.39-8.7-19.39-19.39V1.63h-10.31v26.69c0,16.4,13.32,29.73,29.7,29.73s29.7-13.34,29.7-29.73V1.63h-10.31v26.69ZM1125.53,1.63l-25.89,47.15-26.16-47.15h-15.96v55.15h10.31V12.69l24.43,44.09h14.75l24.09-43.86v43.86h10.31V1.63h-15.9Zm-100.89,26.69c0,10.69-8.7,19.39-19.39,19.39s-19.39-8.7-19.39-19.39V1.63h-10.35v26.69c0,16.4,13.34,29.73,29.73,29.73s29.7-13.34,29.7-29.73V1.63h-10.31v26.69Zm-164.35,15.93L816.97,1.63h-11.89v55.15h10.31V14.44l41.77,42.34h13.43V1.63h-10.31v42.62Zm82.53-15.93c0,10.69-8.7,19.39-19.39,19.39s-19.39-8.7-19.39-19.39V1.63h-10.31v26.69c0,16.4,13.32,29.73,29.7,29.73s29.73-13.34,29.73-29.73V1.63h-10.35v26.69Zm-175.43,28.46h10.31V1.63h-10.31v55.15Z"}),H("g",{children:[l("polygon",{points:"40.72 168.28 40.72 168.25 0 168.25 0 217.72 53.04 217.75 107.26 162.78 77.15 132.43 40.72 168.28"}),l("polygon",{points:"217.96 158.91 217.96 158.91 217.96 168.28 46.92 0 40.72 0 0 0 0 57.97 0 137.45 40.72 137.45 40.72 57.97 40.72 57.97 40.72 50.58 205.64 217.75 217.96 217.75 217.96 217.75 258.68 217.75 258.68 217.72 258.68 158.91 258.68 80.31 217.96 80.31 217.96 158.91"}),l("polygon",{points:"205.64 0 149.32 57.04 179.44 87.39 217.96 49.48 217.96 49.5 258.68 49.5 258.68 .03 205.64 0"})]})]})}));case"vertical":return l("svg",{width:"187",height:"185",viewBox:"0 0 187 185",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:H("g",{clipPath:"url(#clip0_3114_1826)",children:[l("path",{d:"M27.0512 178.503L5.82355 157.675H0V184.622H5.05475V163.935L25.523 184.627L32.1036 184.622V157.675H27.0512V178.503Z",fill:"currentColor"}),l("path",{d:"M144.615 170.423C144.615 175.53 140.449 179.685 135.329 179.685C130.208 179.685 126.042 175.53 126.042 170.423V157.675H121.103V170.423C121.103 178.254 127.486 184.627 135.329 184.627C143.172 184.627 149.571 178.257 149.571 170.423V157.675H144.615V170.423Z",fill:"currentColor"}),l("path",{d:"M111.607 157.675L99.4963 171.15L111.607 184.625H105.151L96.2777 174.737L87.3719 184.625H80.9136L93.0238 171.15L80.9136 157.675H87.3719L96.2777 167.541L105.151 157.675H111.607Z",fill:"currentColor"}),l("path",{d:"M182.293 170.212C183.683 170.751 184.783 171.513 185.578 172.498C186.525 173.687 187 175.117 187 176.789C187 177.661 186.882 178.461 186.661 179.185C186.443 179.872 186.085 180.54 185.594 181.211C184.783 182.268 183.664 183.087 182.241 183.663C180.09 184.573 177.095 185.019 173.251 185.002C170.644 185.002 168.239 184.63 166.038 183.907C163.717 183.183 161.957 182.123 160.755 180.749C160.4 180.36 160.13 179.987 159.942 179.617L163.955 176.866C164.007 176.96 164.072 177.051 164.176 177.145C164.801 177.832 165.869 178.428 167.376 178.948C169.153 179.506 171.1 179.785 173.216 179.785C176.448 179.785 178.87 179.45 180.478 178.801C181.172 178.522 181.663 178.189 181.952 177.797C182.154 177.518 182.258 177.164 182.274 176.737C182.274 176.404 182.19 176.106 182.02 175.865C181.734 175.548 181.292 175.269 180.683 175.03C179.531 174.604 177.111 174.174 173.401 173.748L173.011 173.71C168.897 173.246 166.069 172.707 164.545 172.095C163.174 171.593 162.074 170.85 161.244 169.865C160.297 168.676 159.822 167.227 159.822 165.537C159.822 164.718 159.939 163.921 160.193 163.14C160.447 162.378 160.802 161.71 161.261 161.114C162.022 160.092 163.139 159.276 164.613 158.643C166.696 157.752 169.691 157.304 173.604 157.304C176.296 157.304 178.682 157.658 180.781 158.383C183.067 159.107 184.828 160.167 186.048 161.541C186.269 161.783 186.539 162.153 186.861 162.655L182.815 165.405L182.629 165.126C182.037 164.42 180.969 163.825 179.43 163.342C177.685 162.765 175.738 162.467 173.59 162.467C170.322 162.467 167.9 162.803 166.308 163.452C165.596 163.769 165.107 164.104 164.853 164.456C164.651 164.735 164.547 165.086 164.531 165.515C164.531 165.98 164.616 166.277 164.785 166.406C164.971 166.648 165.41 166.927 166.106 167.243C167.258 167.67 169.696 168.099 173.437 168.526L173.775 168.564C177.923 169.047 180.751 169.586 182.258 170.16L182.291 170.217L182.293 170.212Z",fill:"currentColor"}),l("path",{d:"M70.8912 162.697V157.675H48.9959H43.96V162.697V168.77V173.792V179.602V184.531V184.627H70.8912V179.602H48.9959V173.792H70.8912V168.77H48.9959V162.697H70.8912Z",fill:"currentColor"}),l("path",{d:"M79.0845 136.307H85.2466V146.819H87.68V136.307H93.8421V133.89H79.0869V136.307H79.0845ZM72.0949 143.883L61.9101 133.89H59.1147V146.821H61.5387V136.894L71.359 146.821H74.5165V133.888H72.0925V143.881L72.0949 143.883ZM44.6887 133.89L38.0658 146.821H40.7836L41.7687 144.884H50.8673L51.8477 146.821H54.5749L47.952 133.89H44.6864H44.6887ZM43.0054 142.467L46.3156 136.021L49.6236 142.467H43.003H43.0054ZM13.5938 144.884H16.2575L16.3092 144.741C16.9628 142.934 16.9746 141.079 16.3398 139.227C15.3735 136.38 12.8532 134.214 9.91672 133.705C9.4183 133.616 8.90812 133.571 8.39794 133.571C6.15034 133.571 4.04145 134.441 2.45684 136.021C0.872239 137.602 0 139.71 0 141.953C0 146.486 3.70055 150.24 8.24983 150.324L8.62129 150.331H16.589H16.8053V147.911H8.36973C5.95285 147.911 3.75697 146.483 2.9059 144.357C2.10654 142.39 2.30403 140.298 3.44664 138.617C4.56103 136.971 6.41366 135.989 8.40029 135.989C8.83054 135.989 9.27488 136.035 9.72158 136.129C11.9081 136.598 13.669 138.321 14.2074 140.518C14.5506 141.921 14.3955 143.32 13.7583 144.57L13.5985 144.884H13.5938ZM32.8371 140.148C32.8371 142.655 30.7917 144.694 28.2784 144.694C25.7651 144.694 23.7197 142.655 23.7197 140.148V133.89H21.2958V140.148C21.2958 143.993 24.4274 147.119 28.2784 147.119C32.1294 147.119 35.261 143.991 35.261 140.148V133.89H32.8371V140.148ZM183.259 133.89L177.173 144.945L171.022 133.89H167.27V146.821H169.694V136.483L175.438 146.821H178.905L184.569 136.537V146.821H186.993V133.89H183.255H183.259ZM159.54 140.148C159.54 142.655 157.494 144.694 154.981 144.694C152.468 144.694 150.422 142.655 150.422 140.148V133.89H147.989V140.148C147.989 143.993 151.125 147.119 154.979 147.119C158.832 147.119 161.961 143.991 161.961 140.148V133.89H159.537V140.148H159.54ZM120.9 143.883L110.716 133.89H107.92V146.821H110.344V136.894L120.164 146.821H123.322V133.888H120.898V143.881L120.9 143.883ZM140.303 140.148C140.303 142.655 138.258 144.694 135.745 144.694C133.232 144.694 131.186 142.655 131.186 140.148V133.89H128.762V140.148C128.762 143.993 131.894 147.119 135.745 147.119C139.596 147.119 142.734 143.991 142.734 140.148V133.89H140.301V140.148H140.303ZM99.059 146.821H101.483V133.89H99.059V146.821Z",fill:"currentColor"}),l("path",{d:"M43.941 93.8517V93.8376H21.1711V121.428L50.8296 121.447L81.1558 90.7895L64.3152 73.8607L43.941 93.8517Z",fill:"currentColor"}),l("path",{d:"M143.059 88.6301V93.8517L47.4112 0H43.941H21.1711V32.3289V76.658H43.941V32.3289V28.2092L136.17 121.447L143.059 121.442V121.447H165.831V121.428V88.6301V44.7887H143.059V88.6301Z",fill:"currentColor"}),l("path",{d:"M136.17 0L104.676 31.813L121.519 48.7418L143.059 27.5949V27.609H165.831V0.0187577L136.17 0Z",fill:"currentColor"})]})})}};export{r as NexusLogo};
1
+ import{__rest as V}from"../../../../../node_modules/tslib/tslib.es6.js";import{jsx as l,jsxs as H}from"react/jsx-runtime";const r=r=>{var{variant:t="logo"}=r,L=V(r,["variant"]);switch(t){default:case"logo":return H("svg",Object.assign({viewBox:"0 0 147 124",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L,{children:[l("path",{d:"M23.1399 95.8288V95.8117H0V123.983L30.141 124L60.9526 92.6968L43.842 75.4136L23.1399 95.8288Z",fill:"currentColor"}),l("path",{d:"M123.86 90.493V95.8288L26.6632 0H23.1399H0V33.0116V78.2723H23.1399V33.0116V28.8033L116.859 124H123.86H147V123.983V90.493V45.7334H123.86V90.493Z",fill:"currentColor"}),l("path",{d:"M116.859 0L84.854 32.482L101.97 49.7651L123.86 28.1769V28.1883H147V0.0170838L116.859 0Z",fill:"currentColor"})]}));case"favicon":return H("svg",Object.assign({width:"151",height:"128",viewBox:"0 0 151 128",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L,{children:[l("path",{d:"M24.7471 96.8117H2H1V97.8117V125.983V126.982L1.99943 126.983L32.1405 127L32.5597 127L32.8537 126.701L63.6653 95.3982L64.3578 94.6947L63.6633 93.9932L46.5527 76.7101L45.8505 76.0008L45.1399 76.7016L24.7471 96.8117Z",fill:"currentColor",stroke:"white",strokeWidth:"2"}),l("path",{d:"M26.1399 33.2445L118.146 126.702L118.44 127H118.859H125.86H149H150V126V125.983V92.493V47.7334V46.7334H149H125.86H124.86V47.7334V92.493V95.4386L29.3653 1.2879L29.0733 1H28.6632H25.1399H2H1V2V35.0116V80.2723V81.2723H2H25.1399H26.1399V80.2723V35.0116V33.2445Z",fill:"currentColor",stroke:"white",strokeWidth:"2"}),l("path",{d:"M118.86 1L118.441 0.999763L118.147 1.29814L86.1417 33.7802L85.4484 34.4838L86.1435 35.1857L103.26 52.4688L103.962 53.1779L104.672 52.4771L126.259 31.1883H149H150V30.1883V2.01708V1.01765L149.001 1.01708L118.86 1Z",fill:"currentColor",stroke:"white",strokeWidth:"2"})]}));case"horizontal":return l("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1143.43 219.61"},L,{children:H("g",{fill:"currentColor",children:[H("g",{children:[l("polygon",{points:"461.09 191.9 370.81 103.07 346.04 103.07 346.04 218 367.53 218 367.53 129.77 454.59 218.02 482.59 218 482.59 103.07 461.09 103.07 461.09 191.9"}),l("path",{d:"m961.14,157.44c0,21.78-17.72,39.5-39.5,39.5s-39.5-17.72-39.5-39.5v-54.37h-21.01v54.37c0,33.4,27.15,60.58,60.51,60.58s60.58-27.17,60.58-60.58v-54.37h-21.08v54.37Z"}),l("path",{d:"m820.75,103.07l-51.51,57.47,51.51,57.47h-27.46l-37.74-42.17-37.88,42.17h-27.47l51.51-57.47-51.51-57.47h27.47l37.88,42.08,37.74-42.08h27.46Z"}),l("path",{d:"m1121.41,156.54c5.91,2.3,10.59,5.55,13.97,9.75,4.03,5.07,6.05,11.17,6.05,18.3,0,3.72-.5,7.13-1.44,10.22-.93,2.93-2.45,5.78-4.54,8.64-3.45,4.51-8.21,8-14.26,10.46-9.15,3.88-21.89,5.78-38.24,5.71-11.09,0-21.32-1.59-30.68-4.67-9.87-3.09-17.36-7.61-22.47-13.47-1.51-1.66-2.66-3.25-3.46-4.83l17.07-11.73c.22.4.5.79.94,1.19,2.66,2.93,7.2,5.47,13.61,7.69,7.56,2.38,15.84,3.57,24.84,3.57,13.75,0,24.05-1.43,30.89-4.2,2.95-1.19,5.04-2.61,6.27-4.28.86-1.19,1.3-2.7,1.37-4.52,0-1.42-.36-2.69-1.08-3.72-1.22-1.35-3.1-2.54-5.69-3.56-4.9-1.82-15.19-3.65-30.97-5.47l-1.66-.16c-17.5-1.98-29.53-4.28-36.01-6.89-5.83-2.14-10.51-5.31-14.04-9.51-4.03-5.07-6.05-11.25-6.05-18.46,0-3.49.5-6.89,1.58-10.22,1.08-3.25,2.59-6.1,4.54-8.64,3.24-4.36,7.99-7.84,14.26-10.54,8.86-3.8,21.6-5.71,38.24-5.71,11.45,0,21.6,1.51,30.53,4.6,9.72,3.09,17.21,7.61,22.4,13.47.94,1.03,2.09,2.61,3.46,4.75l-17.21,11.73-.79-1.19c-2.52-3.01-7.06-5.55-13.61-7.61-7.42-2.46-15.7-3.73-24.84-3.73-13.9,0-24.2,1.43-30.97,4.2-3.03,1.35-5.11,2.78-6.19,4.28-.86,1.19-1.3,2.69-1.37,4.52,0,1.98.36,3.25,1.08,3.8.79,1.03,2.66,2.22,5.62,3.57,4.9,1.82,15.27,3.65,31.18,5.47l1.44.16c17.64,2.06,29.67,4.36,36.08,6.81l.14.24Z"}),l("polygon",{points:"647.56 124.49 647.56 103.07 554.44 103.07 533.01 103.07 533.01 124.49 533.01 150.39 533.01 171.81 533.01 196.59 533.01 217.61 533.01 218.02 647.56 218.02 647.56 196.59 554.44 196.59 554.44 171.81 647.56 171.81 647.56 150.39 554.44 150.39 554.44 124.49 647.56 124.49"})]}),l("path",{d:"m682.41,11.94h26.21v44.83h10.35V11.94h26.21V1.63h-62.76v10.31Zm-29.73,32.31L609.37,1.63h-11.89v55.15h10.31V14.44l41.77,42.34h13.43V1.63h-10.31v42.62ZM536.12,1.63l-28.17,55.15h11.56l4.19-8.26h38.7l4.17,8.26h11.6l-28.17-55.15h-13.89Zm-7.16,36.58l14.08-27.49,14.07,27.49h-28.16Zm-125.1,10.31h11.33l.22-.61c2.78-7.71,2.83-15.62.13-23.52-4.11-12.14-14.83-21.38-27.32-23.55-2.12-.38-4.29-.57-6.46-.57-9.56,0-18.53,3.71-25.27,10.45-6.74,6.74-10.45,15.73-10.45,25.3,0,19.33,15.74,35.34,35.09,35.7l1.58.03h33.89s.92,0,.92,0v-10.32h-35.88c-10.28,0-19.62-6.09-23.24-15.16-3.4-8.39-2.56-17.31,2.3-24.48,4.74-7.02,12.62-11.21,21.07-11.21,1.83,0,3.72.2,5.62.6,9.3,2,16.79,9.35,19.08,18.72,1.46,5.98.8,11.95-1.91,17.28l-.68,1.34Zm81.85-20.2c0,10.69-8.7,19.39-19.39,19.39s-19.39-8.7-19.39-19.39V1.63h-10.31v26.69c0,16.4,13.32,29.73,29.7,29.73s29.7-13.34,29.7-29.73V1.63h-10.31v26.69ZM1125.53,1.63l-25.89,47.15-26.16-47.15h-15.96v55.15h10.31V12.69l24.43,44.09h14.75l24.09-43.86v43.86h10.31V1.63h-15.9Zm-100.89,26.69c0,10.69-8.7,19.39-19.39,19.39s-19.39-8.7-19.39-19.39V1.63h-10.35v26.69c0,16.4,13.34,29.73,29.73,29.73s29.7-13.34,29.7-29.73V1.63h-10.31v26.69Zm-164.35,15.93L816.97,1.63h-11.89v55.15h10.31V14.44l41.77,42.34h13.43V1.63h-10.31v42.62Zm82.53-15.93c0,10.69-8.7,19.39-19.39,19.39s-19.39-8.7-19.39-19.39V1.63h-10.31v26.69c0,16.4,13.32,29.73,29.7,29.73s29.73-13.34,29.73-29.73V1.63h-10.35v26.69Zm-175.43,28.46h10.31V1.63h-10.31v55.15Z"}),H("g",{children:[l("polygon",{points:"40.72 168.28 40.72 168.25 0 168.25 0 217.72 53.04 217.75 107.26 162.78 77.15 132.43 40.72 168.28"}),l("polygon",{points:"217.96 158.91 217.96 158.91 217.96 168.28 46.92 0 40.72 0 0 0 0 57.97 0 137.45 40.72 137.45 40.72 57.97 40.72 57.97 40.72 50.58 205.64 217.75 217.96 217.75 217.96 217.75 258.68 217.75 258.68 217.72 258.68 158.91 258.68 80.31 217.96 80.31 217.96 158.91"}),l("polygon",{points:"205.64 0 149.32 57.04 179.44 87.39 217.96 49.48 217.96 49.5 258.68 49.5 258.68 .03 205.64 0"})]})]})}));case"vertical":return l("svg",{width:"187",height:"185",viewBox:"0 0 187 185",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:H("g",{clipPath:"url(#clip0_3114_1826)",children:[l("path",{d:"M27.0512 178.503L5.82355 157.675H0V184.622H5.05475V163.935L25.523 184.627L32.1036 184.622V157.675H27.0512V178.503Z",fill:"currentColor"}),l("path",{d:"M144.615 170.423C144.615 175.53 140.449 179.685 135.329 179.685C130.208 179.685 126.042 175.53 126.042 170.423V157.675H121.103V170.423C121.103 178.254 127.486 184.627 135.329 184.627C143.172 184.627 149.571 178.257 149.571 170.423V157.675H144.615V170.423Z",fill:"currentColor"}),l("path",{d:"M111.607 157.675L99.4963 171.15L111.607 184.625H105.151L96.2777 174.737L87.3719 184.625H80.9136L93.0238 171.15L80.9136 157.675H87.3719L96.2777 167.541L105.151 157.675H111.607Z",fill:"currentColor"}),l("path",{d:"M182.293 170.212C183.683 170.751 184.783 171.513 185.578 172.498C186.525 173.687 187 175.117 187 176.789C187 177.661 186.882 178.461 186.661 179.185C186.443 179.872 186.085 180.54 185.594 181.211C184.783 182.268 183.664 183.087 182.241 183.663C180.09 184.573 177.095 185.019 173.251 185.002C170.644 185.002 168.239 184.63 166.038 183.907C163.717 183.183 161.957 182.123 160.755 180.749C160.4 180.36 160.13 179.987 159.942 179.617L163.955 176.866C164.007 176.96 164.072 177.051 164.176 177.145C164.801 177.832 165.869 178.428 167.376 178.948C169.153 179.506 171.1 179.785 173.216 179.785C176.448 179.785 178.87 179.45 180.478 178.801C181.172 178.522 181.663 178.189 181.952 177.797C182.154 177.518 182.258 177.164 182.274 176.737C182.274 176.404 182.19 176.106 182.02 175.865C181.734 175.548 181.292 175.269 180.683 175.03C179.531 174.604 177.111 174.174 173.401 173.748L173.011 173.71C168.897 173.246 166.069 172.707 164.545 172.095C163.174 171.593 162.074 170.85 161.244 169.865C160.297 168.676 159.822 167.227 159.822 165.537C159.822 164.718 159.939 163.921 160.193 163.14C160.447 162.378 160.802 161.71 161.261 161.114C162.022 160.092 163.139 159.276 164.613 158.643C166.696 157.752 169.691 157.304 173.604 157.304C176.296 157.304 178.682 157.658 180.781 158.383C183.067 159.107 184.828 160.167 186.048 161.541C186.269 161.783 186.539 162.153 186.861 162.655L182.815 165.405L182.629 165.126C182.037 164.42 180.969 163.825 179.43 163.342C177.685 162.765 175.738 162.467 173.59 162.467C170.322 162.467 167.9 162.803 166.308 163.452C165.596 163.769 165.107 164.104 164.853 164.456C164.651 164.735 164.547 165.086 164.531 165.515C164.531 165.98 164.616 166.277 164.785 166.406C164.971 166.648 165.41 166.927 166.106 167.243C167.258 167.67 169.696 168.099 173.437 168.526L173.775 168.564C177.923 169.047 180.751 169.586 182.258 170.16L182.291 170.217L182.293 170.212Z",fill:"currentColor"}),l("path",{d:"M70.8912 162.697V157.675H48.9959H43.96V162.697V168.77V173.792V179.602V184.531V184.627H70.8912V179.602H48.9959V173.792H70.8912V168.77H48.9959V162.697H70.8912Z",fill:"currentColor"}),l("path",{d:"M79.0845 136.307H85.2466V146.819H87.68V136.307H93.8421V133.89H79.0869V136.307H79.0845ZM72.0949 143.883L61.9101 133.89H59.1147V146.821H61.5387V136.894L71.359 146.821H74.5165V133.888H72.0925V143.881L72.0949 143.883ZM44.6887 133.89L38.0658 146.821H40.7836L41.7687 144.884H50.8673L51.8477 146.821H54.5749L47.952 133.89H44.6864H44.6887ZM43.0054 142.467L46.3156 136.021L49.6236 142.467H43.003H43.0054ZM13.5938 144.884H16.2575L16.3092 144.741C16.9628 142.934 16.9746 141.079 16.3398 139.227C15.3735 136.38 12.8532 134.214 9.91672 133.705C9.4183 133.616 8.90812 133.571 8.39794 133.571C6.15034 133.571 4.04145 134.441 2.45684 136.021C0.872239 137.602 0 139.71 0 141.953C0 146.486 3.70055 150.24 8.24983 150.324L8.62129 150.331H16.589H16.8053V147.911H8.36973C5.95285 147.911 3.75697 146.483 2.9059 144.357C2.10654 142.39 2.30403 140.298 3.44664 138.617C4.56103 136.971 6.41366 135.989 8.40029 135.989C8.83054 135.989 9.27488 136.035 9.72158 136.129C11.9081 136.598 13.669 138.321 14.2074 140.518C14.5506 141.921 14.3955 143.32 13.7583 144.57L13.5985 144.884H13.5938ZM32.8371 140.148C32.8371 142.655 30.7917 144.694 28.2784 144.694C25.7651 144.694 23.7197 142.655 23.7197 140.148V133.89H21.2958V140.148C21.2958 143.993 24.4274 147.119 28.2784 147.119C32.1294 147.119 35.261 143.991 35.261 140.148V133.89H32.8371V140.148ZM183.259 133.89L177.173 144.945L171.022 133.89H167.27V146.821H169.694V136.483L175.438 146.821H178.905L184.569 136.537V146.821H186.993V133.89H183.255H183.259ZM159.54 140.148C159.54 142.655 157.494 144.694 154.981 144.694C152.468 144.694 150.422 142.655 150.422 140.148V133.89H147.989V140.148C147.989 143.993 151.125 147.119 154.979 147.119C158.832 147.119 161.961 143.991 161.961 140.148V133.89H159.537V140.148H159.54ZM120.9 143.883L110.716 133.89H107.92V146.821H110.344V136.894L120.164 146.821H123.322V133.888H120.898V143.881L120.9 143.883ZM140.303 140.148C140.303 142.655 138.258 144.694 135.745 144.694C133.232 144.694 131.186 142.655 131.186 140.148V133.89H128.762V140.148C128.762 143.993 131.894 147.119 135.745 147.119C139.596 147.119 142.734 143.991 142.734 140.148V133.89H140.301V140.148H140.303ZM99.059 146.821H101.483V133.89H99.059V146.821Z",fill:"currentColor"}),l("path",{d:"M43.941 93.8517V93.8376H21.1711V121.428L50.8296 121.447L81.1558 90.7895L64.3152 73.8607L43.941 93.8517Z",fill:"currentColor"}),l("path",{d:"M143.059 88.6301V93.8517L47.4112 0H43.941H21.1711V32.3289V76.658H43.941V32.3289V28.2092L136.17 121.447L143.059 121.442V121.447H165.831V121.428V88.6301V44.7887H143.059V88.6301Z",fill:"currentColor"}),l("path",{d:"M136.17 0L104.676 31.813L121.519 48.7418L143.059 27.5949V27.609H165.831V0.0187577L136.17 0Z",fill:"currentColor"})]})})}};export{r as NexusLogo};
2
2
  //# sourceMappingURL=NexusLogo.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NexusLogo.js","sources":["../../../../../../../src/custom/docs/components/logos/NexusLogo.tsx"],"sourcesContent":[null],"names":["NexusLogo","_a","variant","props","__rest","_jsxs","viewBox","fill","xmlns","children","_jsx","d","Object","assign","width","height","stroke","strokeWidth","points","clipPath"],"mappings":"8HAGa,MAAAA,EAAaC,QAAAC,QACxBA,EAAU,QAAMD,EACbE,EAAKC,EAAAH,EAFgB,aAIxB,OAAQC,GACN,QACA,IAAK,OACH,OACEG,uBACEC,QAAQ,cACRC,KAAK,OACLC,MAAM,8BACFL,EAAK,CAAAM,SAAA,CAETC,UACEC,EAAE,gGACFJ,KAAK,iBAEPG,UACEC,EAAE,kJACFJ,KAAK,iBAEPG,UACEC,EAAE,0FACFJ,KAAK,qBAIb,IAAK,UACH,OACEF,EACE,MAAAO,OAAAC,OAAA,CAAAC,MAAM,MACNC,OAAO,MACPT,QAAQ,cACRC,KAAK,OACLC,MAAM,8BACFL,EAEJ,CAAAM,SAAA,CAAAC,EAAA,OAAA,CACEC,EAAE,wNACFJ,KAAK,eACLS,OAAO,QACPC,YAAY,MAEdP,EACE,OAAA,CAAAC,EAAE,mQACFJ,KAAK,eACLS,OAAO,QACPC,YAAY,MAEdP,EACE,OAAA,CAAAC,EAAE,sNACFJ,KAAK,eACLS,OAAO,QACPC,YAAY,UAIpB,IAAK,aACH,OACEP,EACE,MAAAE,OAAAC,OAAA,CAAAL,MAAM,6BACNF,QAAQ,sBACJH,EAEJ,CAAAM,SAAAJ,EAAA,IAAA,CAAGE,KAAK,eACNE,SAAA,CAAAJ,EAAA,IAAA,CAAAI,SAAA,CACEC,EAAS,UAAA,CAAAQ,OAAO,mJAChBR,EAAA,OAAA,CAAMC,EAAE,sKACRD,UAAMC,EAAE,gJACRD,EAAM,OAAA,CAAAC,EAAE,gpCACRD,EAAA,UAAA,CAASQ,OAAO,iRAElBR,EAAA,OAAA,CAAMC,EAAE,q5CACRN,iBACEK,EAAS,UAAA,CAAAQ,OAAO,qGAChBR,EAAA,UAAA,CAASQ,OAAO,gQAChBR,EAAS,UAAA,CAAAQ,OAAO,yGAK1B,IAAK,WACH,OACER,EACE,MAAA,CAAAI,MAAM,MACNC,OAAO,MACPT,QAAQ,cACRC,KAAK,OACLC,MAAM,6BAA4BC,SAElCJ,EAAG,IAAA,CAAAc,SAAS,wBACVV,SAAA,CAAAC,EAAA,OAAA,CACEC,EAAE,qHACFJ,KAAK,iBAEPG,EACE,OAAA,CAAAC,EAAE,kQACFJ,KAAK,iBAEPG,EACE,OAAA,CAAAC,EAAE,kLACFJ,KAAK,iBAEPG,EACE,OAAA,CAAAC,EAAE,40DACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,gKACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,knEACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,0GACFJ,KAAK,iBAEPG,EACE,OAAA,CAAAC,EAAE,kLACFJ,KAAK,iBAEPG,EACE,OAAA,CAAAC,EAAE,8FACFJ,KAAK"}
1
+ {"version":3,"file":"NexusLogo.js","sources":["../../../../../../../src/custom/docs/components/logos/NexusLogo.tsx"],"sourcesContent":[null],"names":["NexusLogo","_a","variant","props","__rest","_jsxs","viewBox","fill","xmlns","children","_jsx","d","Object","assign","width","height","stroke","strokeWidth","points","clipPath"],"mappings":"0HAGO,MAAMA,EAAaC,QAAAC,QACxBA,EAAU,QAAMD,EACbE,EAAKC,EAAAH,EAFgB,aAIxB,OAAQC,GACN,QACA,IAAK,OACH,OACEG,uBACEC,QAAQ,cACRC,KAAK,OACLC,MAAM,8BACFL,EAAK,CAAAM,SAAA,CAETC,UACEC,EAAE,gGACFJ,KAAK,iBAEPG,UACEC,EAAE,kJACFJ,KAAK,iBAEPG,UACEC,EAAE,0FACFJ,KAAK,qBAIb,IAAK,UACH,OACEF,EAAA,MAAAO,OAAAC,OAAA,CACEC,MAAM,MACNC,OAAO,MACPT,QAAQ,cACRC,KAAK,OACLC,MAAM,8BACFL,EAAK,CAAAM,SAAA,CAETC,EAAA,OAAA,CACEC,EAAE,wNACFJ,KAAK,eACLS,OAAO,QACPC,YAAY,MAEdP,EAAA,OAAA,CACEC,EAAE,mQACFJ,KAAK,eACLS,OAAO,QACPC,YAAY,MAEdP,EAAA,OAAA,CACEC,EAAE,sNACFJ,KAAK,eACLS,OAAO,QACPC,YAAY,UAIpB,IAAK,aACH,OACEP,EAAA,MAAAE,OAAAC,OAAA,CACEL,MAAM,6BACNF,QAAQ,sBACJH,EAAK,CAAAM,SAETJ,EAAA,IAAA,CAAGE,KAAK,eAAcE,SAAA,CACpBJ,EAAA,IAAA,CAAAI,SAAA,CACEC,EAAA,UAAA,CAASQ,OAAO,mJAChBR,EAAA,OAAA,CAAMC,EAAE,sKACRD,UAAMC,EAAE,gJACRD,EAAA,OAAA,CAAMC,EAAE,gpCACRD,EAAA,UAAA,CAASQ,OAAO,iRAElBR,EAAA,OAAA,CAAMC,EAAE,q5CACRN,iBACEK,EAAA,UAAA,CAASQ,OAAO,qGAChBR,EAAA,UAAA,CAASQ,OAAO,gQAChBR,EAAA,UAAA,CAASQ,OAAO,yGAK1B,IAAK,WACH,OACER,EAAA,MAAA,CACEI,MAAM,MACNC,OAAO,MACPT,QAAQ,cACRC,KAAK,OACLC,MAAM,6BAA4BC,SAElCJ,EAAA,IAAA,CAAGc,SAAS,wBAAuBV,SAAA,CACjCC,EAAA,OAAA,CACEC,EAAE,qHACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,kQACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,kLACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,40DACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,gKACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,knEACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,0GACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,kLACFJ,KAAK,iBAEPG,EAAA,OAAA,CACEC,EAAE,8FACFJ,KAAK"}
@@ -1,2 +1,2 @@
1
- import{jsx as h,jsxs as l}from"react/jsx-runtime";const c=c=>h("svg",{id:"Layer_2","data-name":"Layer 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 604.37 121.65",children:h("g",{id:"Layer_1-2","data-name":"Layer 1",children:l("g",{children:[h("path",{d:"M183.84,6.38h14.32v24.5h5.66V6.38h14.32V.74h-34.3v5.63h0ZM167.59,24.04L143.92.74h-6.5v30.14h5.63V7.74l22.83,23.14h7.34V.74h-5.63v23.29ZM103.89.74l-15.4,30.14h6.32l2.29-4.51h21.15l2.28,4.51h6.34L111.47.74h-7.59,0ZM99.97,20.74l7.7-15.02,7.69,15.02h-15.39,0ZM31.6,26.37h6.19l.12-.33c1.52-4.21,1.55-8.54.07-12.85C35.74,6.55,29.88,1.5,23.05.31c-1.16-.21-2.34-.31-3.53-.31-5.22,0-10.13,2.03-13.81,5.71C2.03,9.4,0,14.31,0,19.54c0,10.56,8.6,19.31,19.18,19.51l.86.02h19.03v-5.64h-19.61c-5.62,0-10.72-3.33-12.7-8.29-1.86-4.59-1.4-9.46,1.26-13.38,2.59-3.84,6.9-6.13,11.52-6.13,1,0,2.03.11,3.07.33,5.08,1.09,9.18,5.11,10.43,10.23.8,3.27.44,6.53-1.04,9.44l-.37.73h-.01ZM76.34,15.33c0,5.84-4.75,10.6-10.6,10.6s-10.6-4.75-10.6-10.6V.74h-5.63v14.59c0,8.96,7.28,16.25,16.23,16.25s16.23-7.29,16.23-16.25V.74h-5.63v14.59ZM426.03.74l-14.15,25.77-14.3-25.77h-8.72v30.14h5.63V6.79l13.35,24.1h8.06l13.17-23.97v23.97h5.63V.74h-8.69.01ZM370.89,15.33c0,5.84-4.75,10.6-10.6,10.6s-10.6-4.75-10.6-10.6V.74h-5.66v14.59c0,8.96,7.29,16.25,16.25,16.25s16.23-7.29,16.23-16.25V.74h-5.63v14.59h0ZM281.06,24.04L257.38.74h-6.5v30.14h5.63V7.74l22.83,23.14h7.34V.74h-5.63v23.29h0ZM326.17,15.33c0,5.84-4.75,10.6-10.6,10.6s-10.6-4.75-10.6-10.6V.74h-5.63v14.59c0,8.96,7.28,16.25,16.23,16.25s16.25-7.29,16.25-16.25V.74h-5.66v14.59h0ZM230.29,30.89h5.63V.74h-5.63v30.14Z"}),l("g",{children:[h("path",{d:"M55.16,85.24c3.41,1.32,6.02,3.26,7.97,5.68,2.33,2.93,3.48,6.44,3.48,10.55,0,2.15-.29,4.11-.83,5.89-.53,1.69-1.41,3.33-2.62,4.98-1.99,2.6-4.73,4.61-8.21,6.03-5.28,2.24-12.62,3.34-22.04,3.28-6.39,0-12.29-.91-17.69-2.69-5.69-1.78-10.01-4.39-12.96-7.76-.87-.96-1.54-1.87-1.99-2.78l9.84-6.76c.12.23.29.46.55.69,1.54,1.69,4.15,3.15,7.85,4.43,4.36,1.37,9.13,2.06,14.33,2.06,7.93,0,13.87-.82,17.81-2.42,1.7-.69,2.91-1.5,3.62-2.47.5-.69.75-1.56.79-2.6,0-.82-.21-1.55-.62-2.15-.7-.78-1.78-1.46-3.28-2.06-2.83-1.05-8.76-2.1-17.85-3.15l-.96-.09c-10.08-1.15-17.02-2.47-20.76-3.97-3.36-1.24-6.06-3.06-8.09-5.48-2.33-2.93-3.48-6.49-3.48-10.64,0-2.01.29-3.97.91-5.89.62-1.87,1.49-3.52,2.62-4.98,1.87-2.52,4.61-4.52,8.23-6.08,5.11-2.19,12.46-3.28,22.04-3.28,6.6,0,12.46.87,17.6,2.65,5.61,1.78,9.92,4.39,12.91,7.77.55.59,1.2,1.5,1.99,2.74l-9.92,6.76-.46-.68c-1.46-1.74-4.06-3.19-7.85-4.39-4.27-1.41-9.05-2.15-14.33-2.15-8.01,0-13.95.82-17.85,2.42-1.75.78-2.95,1.6-3.57,2.47-.5.69-.75,1.55-.79,2.6,0,1.15.29,1.77.62,2.19.57.56,1.54,1.28,3.24,2.06,2.83,1.05,8.8,2.1,17.98,3.15l.83.09c10.17,1.19,17.11,2.52,20.79,3.93l.17.08v-.03Z"}),h("polygon",{points:"148.55 56.19 133.54 56.19 112.88 79.19 92.22 56.19 77.2 56.19 106.99 89.39 106.99 119.03 118.77 119.03 118.77 89.39 148.55 56.19"}),h("path",{d:"M214.61,85.24c3.41,1.32,6.02,3.26,7.97,5.68,2.33,2.93,3.48,6.44,3.48,10.55,0,2.15-.29,4.11-.83,5.89-.53,1.69-1.41,3.33-2.62,4.98-1.99,2.6-4.73,4.61-8.21,6.03-5.28,2.24-12.62,3.34-22.04,3.28-6.39,0-12.29-.91-17.69-2.69-5.69-1.78-10.01-4.39-12.96-7.76-.87-.96-1.54-1.87-1.99-2.78l9.84-6.76c.12.23.29.46.55.69,1.54,1.69,4.15,3.15,7.85,4.43,4.36,1.37,9.13,2.06,14.33,2.06,7.93,0,13.87-.82,17.81-2.42,1.7-.69,2.91-1.5,3.62-2.47.5-.69.75-1.56.79-2.6,0-.82-.21-1.55-.62-2.15-.7-.78-1.78-1.46-3.28-2.06-2.83-1.05-8.76-2.1-17.85-3.15l-.96-.09c-10.08-1.15-17.02-2.47-20.76-3.97-3.36-1.24-6.06-3.06-8.09-5.48-2.33-2.93-3.48-6.49-3.48-10.64,0-2.01.29-3.97.91-5.89.62-1.87,1.49-3.52,2.62-4.98,1.87-2.52,4.61-4.52,8.23-6.08,5.11-2.19,12.46-3.28,22.04-3.28,6.6,0,12.46.87,17.6,2.65,5.61,1.78,9.92,4.39,12.91,7.77.55.59,1.2,1.5,1.99,2.74l-9.92,6.76-.46-.68c-1.46-1.74-4.06-3.19-7.85-4.39-4.27-1.41-9.05-2.15-14.33-2.15-8.01,0-13.95.82-17.85,2.42-1.75.78-2.95,1.6-3.57,2.47-.5.69-.75,1.55-.79,2.6,0,1.15.29,1.77.62,2.19.57.56,1.54,1.28,3.24,2.06,2.83,1.05,8.8,2.1,17.98,3.15l.83.09c10.17,1.19,17.11,2.52,20.79,3.93l.17.08v-.03Z"}),h("polygon",{points:"241.81 67.94 271.67 67.94 271.67 119.03 283.46 119.03 283.46 67.94 313.32 67.94 313.32 56.19 241.81 56.19 241.81 67.94"}),h("polygon",{points:"394.85 67.87 394.85 56.14 343.88 56.14 332.15 56.14 332.15 67.87 332.15 82.04 332.15 93.78 332.15 107.34 332.15 118.84 332.15 119.06 394.85 119.06 394.85 107.34 343.88 107.34 343.88 93.78 394.85 93.78 394.85 82.04 343.88 82.04 343.88 67.87 394.85 67.87"}),h("polygon",{points:"497.13 56.14 467.6 109.94 437.76 56.14 419.55 56.14 419.55 119.06 431.32 119.06 431.32 68.76 459.2 119.06 476.03 119.06 503.51 69.02 503.51 119.06 515.27 119.06 515.27 56.14 497.13 56.14"}),h("path",{d:"M592.91,85.24c3.41,1.32,6.02,3.26,7.97,5.68,2.33,2.93,3.48,6.44,3.48,10.55,0,2.15-.29,4.11-.83,5.89-.53,1.69-1.41,3.33-2.62,4.98-1.99,2.6-4.73,4.61-8.21,6.03-5.28,2.24-12.62,3.34-22.04,3.28-6.39,0-12.29-.91-17.69-2.69-5.69-1.78-10.01-4.39-12.96-7.76-.87-.96-1.54-1.87-1.99-2.78l9.84-6.76c.12.23.29.46.55.69,1.54,1.69,4.15,3.15,7.85,4.43,4.36,1.37,9.13,2.06,14.33,2.06,7.93,0,13.87-.82,17.81-2.42,1.7-.69,2.91-1.5,3.62-2.47.5-.69.75-1.56.79-2.6,0-.82-.21-1.55-.62-2.15-.7-.78-1.78-1.46-3.28-2.06-2.83-1.05-8.76-2.1-17.85-3.15l-.96-.09c-10.08-1.15-17.02-2.47-20.76-3.97-3.36-1.24-6.06-3.06-8.09-5.48-2.33-2.93-3.48-6.49-3.48-10.64,0-2.01.29-3.97.91-5.89.62-1.87,1.49-3.52,2.62-4.98,1.87-2.52,4.61-4.52,8.23-6.08,5.11-2.19,12.46-3.28,22.04-3.28,6.6,0,12.46.87,17.6,2.65,5.61,1.78,9.92,4.39,12.91,7.77.55.59,1.2,1.5,1.99,2.74l-9.92,6.76-.46-.68c-1.46-1.74-4.06-3.19-7.85-4.39-4.27-1.41-9.05-2.15-14.33-2.15-8.01,0-13.95.82-17.85,2.42-1.75.78-2.95,1.6-3.57,2.47-.5.69-.75,1.55-.79,2.6,0,1.15.29,1.77.62,2.19.57.56,1.54,1.28,3.24,2.06,2.83,1.05,8.8,2.1,17.98,3.15l.83.09c10.17,1.19,17.11,2.52,20.79,3.93l.17.08v-.03Z"})]})]})})});export{c as SystemsLogo};
1
+ import{jsx as h,jsxs as l}from"react/jsx-runtime";const c=c=>h("svg",Object.assign({},c,{id:"Layer_2","data-name":"Layer 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 604.37 121.65",children:h("g",{id:"Layer_1-2","data-name":"Layer 1",children:l("g",{children:[h("path",{d:"M183.84,6.38h14.32v24.5h5.66V6.38h14.32V.74h-34.3v5.63h0ZM167.59,24.04L143.92.74h-6.5v30.14h5.63V7.74l22.83,23.14h7.34V.74h-5.63v23.29ZM103.89.74l-15.4,30.14h6.32l2.29-4.51h21.15l2.28,4.51h6.34L111.47.74h-7.59,0ZM99.97,20.74l7.7-15.02,7.69,15.02h-15.39,0ZM31.6,26.37h6.19l.12-.33c1.52-4.21,1.55-8.54.07-12.85C35.74,6.55,29.88,1.5,23.05.31c-1.16-.21-2.34-.31-3.53-.31-5.22,0-10.13,2.03-13.81,5.71C2.03,9.4,0,14.31,0,19.54c0,10.56,8.6,19.31,19.18,19.51l.86.02h19.03v-5.64h-19.61c-5.62,0-10.72-3.33-12.7-8.29-1.86-4.59-1.4-9.46,1.26-13.38,2.59-3.84,6.9-6.13,11.52-6.13,1,0,2.03.11,3.07.33,5.08,1.09,9.18,5.11,10.43,10.23.8,3.27.44,6.53-1.04,9.44l-.37.73h-.01ZM76.34,15.33c0,5.84-4.75,10.6-10.6,10.6s-10.6-4.75-10.6-10.6V.74h-5.63v14.59c0,8.96,7.28,16.25,16.23,16.25s16.23-7.29,16.23-16.25V.74h-5.63v14.59ZM426.03.74l-14.15,25.77-14.3-25.77h-8.72v30.14h5.63V6.79l13.35,24.1h8.06l13.17-23.97v23.97h5.63V.74h-8.69.01ZM370.89,15.33c0,5.84-4.75,10.6-10.6,10.6s-10.6-4.75-10.6-10.6V.74h-5.66v14.59c0,8.96,7.29,16.25,16.25,16.25s16.23-7.29,16.23-16.25V.74h-5.63v14.59h0ZM281.06,24.04L257.38.74h-6.5v30.14h5.63V7.74l22.83,23.14h7.34V.74h-5.63v23.29h0ZM326.17,15.33c0,5.84-4.75,10.6-10.6,10.6s-10.6-4.75-10.6-10.6V.74h-5.63v14.59c0,8.96,7.28,16.25,16.23,16.25s16.25-7.29,16.25-16.25V.74h-5.66v14.59h0ZM230.29,30.89h5.63V.74h-5.63v30.14Z"}),l("g",{children:[h("path",{d:"M55.16,85.24c3.41,1.32,6.02,3.26,7.97,5.68,2.33,2.93,3.48,6.44,3.48,10.55,0,2.15-.29,4.11-.83,5.89-.53,1.69-1.41,3.33-2.62,4.98-1.99,2.6-4.73,4.61-8.21,6.03-5.28,2.24-12.62,3.34-22.04,3.28-6.39,0-12.29-.91-17.69-2.69-5.69-1.78-10.01-4.39-12.96-7.76-.87-.96-1.54-1.87-1.99-2.78l9.84-6.76c.12.23.29.46.55.69,1.54,1.69,4.15,3.15,7.85,4.43,4.36,1.37,9.13,2.06,14.33,2.06,7.93,0,13.87-.82,17.81-2.42,1.7-.69,2.91-1.5,3.62-2.47.5-.69.75-1.56.79-2.6,0-.82-.21-1.55-.62-2.15-.7-.78-1.78-1.46-3.28-2.06-2.83-1.05-8.76-2.1-17.85-3.15l-.96-.09c-10.08-1.15-17.02-2.47-20.76-3.97-3.36-1.24-6.06-3.06-8.09-5.48-2.33-2.93-3.48-6.49-3.48-10.64,0-2.01.29-3.97.91-5.89.62-1.87,1.49-3.52,2.62-4.98,1.87-2.52,4.61-4.52,8.23-6.08,5.11-2.19,12.46-3.28,22.04-3.28,6.6,0,12.46.87,17.6,2.65,5.61,1.78,9.92,4.39,12.91,7.77.55.59,1.2,1.5,1.99,2.74l-9.92,6.76-.46-.68c-1.46-1.74-4.06-3.19-7.85-4.39-4.27-1.41-9.05-2.15-14.33-2.15-8.01,0-13.95.82-17.85,2.42-1.75.78-2.95,1.6-3.57,2.47-.5.69-.75,1.55-.79,2.6,0,1.15.29,1.77.62,2.19.57.56,1.54,1.28,3.24,2.06,2.83,1.05,8.8,2.1,17.98,3.15l.83.09c10.17,1.19,17.11,2.52,20.79,3.93l.17.08v-.03Z"}),h("polygon",{points:"148.55 56.19 133.54 56.19 112.88 79.19 92.22 56.19 77.2 56.19 106.99 89.39 106.99 119.03 118.77 119.03 118.77 89.39 148.55 56.19"}),h("path",{d:"M214.61,85.24c3.41,1.32,6.02,3.26,7.97,5.68,2.33,2.93,3.48,6.44,3.48,10.55,0,2.15-.29,4.11-.83,5.89-.53,1.69-1.41,3.33-2.62,4.98-1.99,2.6-4.73,4.61-8.21,6.03-5.28,2.24-12.62,3.34-22.04,3.28-6.39,0-12.29-.91-17.69-2.69-5.69-1.78-10.01-4.39-12.96-7.76-.87-.96-1.54-1.87-1.99-2.78l9.84-6.76c.12.23.29.46.55.69,1.54,1.69,4.15,3.15,7.85,4.43,4.36,1.37,9.13,2.06,14.33,2.06,7.93,0,13.87-.82,17.81-2.42,1.7-.69,2.91-1.5,3.62-2.47.5-.69.75-1.56.79-2.6,0-.82-.21-1.55-.62-2.15-.7-.78-1.78-1.46-3.28-2.06-2.83-1.05-8.76-2.1-17.85-3.15l-.96-.09c-10.08-1.15-17.02-2.47-20.76-3.97-3.36-1.24-6.06-3.06-8.09-5.48-2.33-2.93-3.48-6.49-3.48-10.64,0-2.01.29-3.97.91-5.89.62-1.87,1.49-3.52,2.62-4.98,1.87-2.52,4.61-4.52,8.23-6.08,5.11-2.19,12.46-3.28,22.04-3.28,6.6,0,12.46.87,17.6,2.65,5.61,1.78,9.92,4.39,12.91,7.77.55.59,1.2,1.5,1.99,2.74l-9.92,6.76-.46-.68c-1.46-1.74-4.06-3.19-7.85-4.39-4.27-1.41-9.05-2.15-14.33-2.15-8.01,0-13.95.82-17.85,2.42-1.75.78-2.95,1.6-3.57,2.47-.5.69-.75,1.55-.79,2.6,0,1.15.29,1.77.62,2.19.57.56,1.54,1.28,3.24,2.06,2.83,1.05,8.8,2.1,17.98,3.15l.83.09c10.17,1.19,17.11,2.52,20.79,3.93l.17.08v-.03Z"}),h("polygon",{points:"241.81 67.94 271.67 67.94 271.67 119.03 283.46 119.03 283.46 67.94 313.32 67.94 313.32 56.19 241.81 56.19 241.81 67.94"}),h("polygon",{points:"394.85 67.87 394.85 56.14 343.88 56.14 332.15 56.14 332.15 67.87 332.15 82.04 332.15 93.78 332.15 107.34 332.15 118.84 332.15 119.06 394.85 119.06 394.85 107.34 343.88 107.34 343.88 93.78 394.85 93.78 394.85 82.04 343.88 82.04 343.88 67.87 394.85 67.87"}),h("polygon",{points:"497.13 56.14 467.6 109.94 437.76 56.14 419.55 56.14 419.55 119.06 431.32 119.06 431.32 68.76 459.2 119.06 476.03 119.06 503.51 69.02 503.51 119.06 515.27 119.06 515.27 56.14 497.13 56.14"}),h("path",{d:"M592.91,85.24c3.41,1.32,6.02,3.26,7.97,5.68,2.33,2.93,3.48,6.44,3.48,10.55,0,2.15-.29,4.11-.83,5.89-.53,1.69-1.41,3.33-2.62,4.98-1.99,2.6-4.73,4.61-8.21,6.03-5.28,2.24-12.62,3.34-22.04,3.28-6.39,0-12.29-.91-17.69-2.69-5.69-1.78-10.01-4.39-12.96-7.76-.87-.96-1.54-1.87-1.99-2.78l9.84-6.76c.12.23.29.46.55.69,1.54,1.69,4.15,3.15,7.85,4.43,4.36,1.37,9.13,2.06,14.33,2.06,7.93,0,13.87-.82,17.81-2.42,1.7-.69,2.91-1.5,3.62-2.47.5-.69.75-1.56.79-2.6,0-.82-.21-1.55-.62-2.15-.7-.78-1.78-1.46-3.28-2.06-2.83-1.05-8.76-2.1-17.85-3.15l-.96-.09c-10.08-1.15-17.02-2.47-20.76-3.97-3.36-1.24-6.06-3.06-8.09-5.48-2.33-2.93-3.48-6.49-3.48-10.64,0-2.01.29-3.97.91-5.89.62-1.87,1.49-3.52,2.62-4.98,1.87-2.52,4.61-4.52,8.23-6.08,5.11-2.19,12.46-3.28,22.04-3.28,6.6,0,12.46.87,17.6,2.65,5.61,1.78,9.92,4.39,12.91,7.77.55.59,1.2,1.5,1.99,2.74l-9.92,6.76-.46-.68c-1.46-1.74-4.06-3.19-7.85-4.39-4.27-1.41-9.05-2.15-14.33-2.15-8.01,0-13.95.82-17.85,2.42-1.75.78-2.95,1.6-3.57,2.47-.5.69-.75,1.55-.79,2.6,0,1.15.29,1.77.62,2.19.57.56,1.54,1.28,3.24,2.06,2.83,1.05,8.8,2.1,17.98,3.15l.83.09c10.17,1.19,17.11,2.52,20.79,3.93l.17.08v-.03Z"})]})]})})}));export{c as SystemsLogo};
2
2
  //# sourceMappingURL=SystemsLogo.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SystemsLogo.js","sources":["../../../../../../../src/custom/docs/components/logos/SystemsLogo.tsx"],"sourcesContent":[null],"names":["SystemsLogo","props","_jsx","id","xmlns","viewBox","children","_jsxs","d","points"],"mappings":"kDAEa,MAAAA,EAAeC,GAE1BC,EAAK,MAAA,CAAAC,GAAG,sBAAoB,UAAUC,MAAM,6BAA6BC,QAAQ,6BAC/EH,EAAG,IAAA,CAAAC,GAAG,wBAAsB,UAASG,SACnCC,EACE,IAAA,CAAAD,SAAA,CAAAJ,EAAA,OAAA,CAAMM,EAAE,izCACRD,iBACEL,EAAM,OAAA,CAAAM,EAAE,0lCACRN,EAAA,UAAA,CAASO,OAAO,qIAChBP,EAAM,OAAA,CAAAM,EAAE,2lCACRN,EAAA,UAAA,CAASO,OAAO,2HAChBP,aAASO,OAAO,iQAChBP,EAAS,UAAA,CAAAO,OAAO,+LAChBP,EAAA,OAAA,CAAMM,EAAE"}
1
+ {"version":3,"file":"SystemsLogo.js","sources":["../../../../../../../src/custom/docs/components/logos/SystemsLogo.tsx"],"sourcesContent":[null],"names":["SystemsLogo","props","_jsx","Object","assign","id","xmlns","viewBox","children","_jsxs","d","points"],"mappings":"kDAEO,MAAMA,EAAeC,GAE1BC,EAAA,MAAAC,OAAAC,OAAA,CAAA,EAASH,EAAK,CAAEI,GAAG,UAAS,YAAW,UAAUC,MAAM,6BAA6BC,QAAQ,oBAAmBC,SAC7GN,EAAA,IAAA,CAAGG,GAAG,YAAW,YAAW,UAASG,SACnCC,iBACEP,EAAA,OAAA,CAAMQ,EAAE,izCACRD,EAAA,IAAA,CAAAD,SAAA,CACEN,UAAMQ,EAAE,0lCACRR,EAAA,UAAA,CAASS,OAAO,qIAChBT,EAAA,OAAA,CAAMQ,EAAE,2lCACRR,aAASS,OAAO,2HAChBT,aAASS,OAAO,iQAChBT,EAAA,UAAA,CAASS,OAAO,+LAChBT,EAAA,OAAA,CAAMQ,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"MobileMenu.js","sources":["../../../../../../../src/custom/docs/components/navmenu/MobileMenu.tsx"],"sourcesContent":[null],"names":["MobileMenu","props","_jsxs","DropdownMenu","children","_jsx","DropdownMenuTrigger","asChild","Button","variant","className","MenuIcon","DropdownMenuContent","navTextLinks","map","link","_Fragment","DropdownMenuItem","href","title","dropDown","subitem"],"mappings":"qPAWe,MAAAA,EAAcC,GAYlBC,EAACC,EAAY,CAAAC,SAAA,CACpBC,EAACC,EAAmB,CAACC,SAAQ,EAAAH,SAAAF,EAACM,EAAM,CAACC,QAAQ,UAAUC,UAAU,cAAeN,SAAA,CAAA,IAAAC,EAACM,EAAQ,CAAA,QACzFN,EAACO,EAAmB,CAACF,UAAU,oCAC1BN,SAAAH,EAAMY,aAAaC,IAAIC,GACXb,EAAEc,EAAA,CAAAZ,SAAA,CAAAC,EAACY,EAAgB,CAACV,SAAO,EAAAH,SAAkBC,EAAG,IAAA,CAAAa,KAAMH,EAAKG,cAAOH,EAAKI,SAAtCJ,EAAKI,OAE9CJ,EAAKK,SAASN,IAAIO,GACVhB,EAACY,EAAgB,CAACP,UAAU,+CAAmEH,SAAS,EAAAH,SAAAC,EAAA,IAAA,CAAIa,KAAMG,EAAQH,KAAOd,SAAAiB,EAAQF,SAAzDE,EAAQF"}
1
+ {"version":3,"file":"MobileMenu.js","sources":["../../../../../../../src/custom/docs/components/navmenu/MobileMenu.tsx"],"sourcesContent":[null],"names":["MobileMenu","props","_jsxs","DropdownMenu","children","_jsx","DropdownMenuTrigger","asChild","Button","variant","className","MenuIcon","DropdownMenuContent","navTextLinks","map","link","_Fragment","DropdownMenuItem","href","title","dropDown","subitem"],"mappings":"qPAWS,MAAMA,EAAcC,GAYlBC,EAACC,EAAY,CAAAC,SAAA,CACpBC,EAACC,EAAmB,CAACC,SAAO,EAAAH,SAACF,EAACM,EAAM,CAACC,QAAQ,UAAUC,UAAU,cAAaN,SAAA,CAAA,IAAEC,EAACM,EAAQ,CAAA,QACzFN,EAACO,EAAmB,CAACF,UAAU,oCAAmCN,SAC7DH,EAAMY,aAAaC,IAAIC,GACXb,EAAAc,EAAA,CAAAZ,SAAA,CAAEC,EAACY,EAAgB,CAACV,SAAO,EAAAH,SAAkBC,EAAA,IAAA,CAAGa,KAAMH,EAAKG,cAAOH,EAAKI,SAAtCJ,EAAKI,OAE9CJ,EAAKK,SAASN,IAAIO,GACVhB,EAACY,EAAgB,CAACP,UAAU,+CAAmEH,SAAO,EAAAH,SAAEC,EAAA,IAAA,CAAIa,KAAMG,EAAQH,KAAId,SAAGiB,EAAQF,SAAzDE,EAAQF"}
@@ -1 +1 @@
1
- {"version":3,"file":"ModeSelector.js","sources":["../../../../../../../src/custom/docs/components/navmenu/ModeSelector.tsx"],"sourcesContent":[null],"names":["ModeSelector","theme","useTheme","_jsxs","DropdownMenu","modal","children","_jsx","DropdownMenuTrigger","asChild","Button","variant","className","SunIcon","MoonIcon","DropdownMenuContent","align","DropdownMenuItem","onClick","setMode","mode","Check"],"mappings":"6QAWO,MAAMA,EAAe,KAC1B,MAAMC,EAAQC,IACd,OACEC,EAACC,GAAaC,OAAO,EACnBC,SAAA,CAAAC,EAACC,EAAoB,CAAAC,oBACnBN,EAACO,GACCC,QAAQ,UACRC,UAAU,yBAAwB,aACvB,iBAEXN,SAAA,CAAAC,EAACM,EAAQ,CAAAD,UAAU,2FACnBL,EAACO,GAASF,UAAU,mGACpBL,UAAMK,UAAU,UAASN,SAAA,sBAG7BH,EAACY,EAAmB,CAACC,MAAM,gBACzBT,EAAK,MAAA,CAAAK,UAAU,gDAA+CN,SAAA,iBAG9DH,EAACc,GAAiBC,QAAS,IAAMjB,EAAMkB,QAAQ,2BAEvB,UAArBlB,EAAMA,MAAMmB,KACXb,EAACc,EAAK,CAACT,UAAU,8BACf,QAENT,EAACc,EAAgB,CAACC,QAAS,IAAMjB,EAAMkB,QAAQ,QAAOb,SAAA,CAAA,OAE9B,SAArBL,EAAMA,MAAMmB,KACXb,EAACc,EAAM,CAAAT,UAAU,8BACf,QAENT,EAACc,GAAiBC,QAAS,IAAMjB,EAAMkB,QAAQ,6BAEvB,WAArBlB,EAAMA,MAAMmB,KACXb,EAACc,EAAK,CAACT,UAAU,8BACf"}
1
+ {"version":3,"file":"ModeSelector.js","sources":["../../../../../../../src/custom/docs/components/navmenu/ModeSelector.tsx"],"sourcesContent":[null],"names":["ModeSelector","theme","useTheme","_jsxs","DropdownMenu","modal","children","_jsx","DropdownMenuTrigger","asChild","Button","variant","className","SunIcon","MoonIcon","DropdownMenuContent","align","DropdownMenuItem","onClick","setMode","mode","Check"],"mappings":"6QAWO,MAAMA,EAAe,KAC1B,MAAMC,EAAQC,IACd,OACEC,EAACC,GAAaC,OAAO,EAAKC,SAAA,CACxBC,EAACC,EAAmB,CAACC,oBACnBN,EAACO,GACCC,QAAQ,UACRC,UAAU,yBAAwB,aACvB,iBAAgBN,SAAA,CAE3BC,EAACM,EAAO,CAACD,UAAU,2FACnBL,EAACO,GAASF,UAAU,mGACpBL,UAAMK,UAAU,UAASN,SAAA,sBAG7BH,EAACY,EAAmB,CAACC,MAAM,gBACzBT,EAAA,MAAA,CAAKK,UAAU,gDAA+CN,SAAA,iBAG9DH,EAACc,GAAiBC,QAAS,IAAMjB,EAAMkB,QAAQ,2BAEvB,UAArBlB,EAAMA,MAAMmB,KACXb,EAACc,EAAK,CAACT,UAAU,8BACf,QAENT,EAACc,EAAgB,CAACC,QAAS,IAAMjB,EAAMkB,QAAQ,QAAOb,SAAA,CAAA,OAE9B,SAArBL,EAAMA,MAAMmB,KACXb,EAACc,EAAK,CAACT,UAAU,8BACf,QAENT,EAACc,GAAiBC,QAAS,IAAMjB,EAAMkB,QAAQ,6BAEvB,WAArBlB,EAAMA,MAAMmB,KACXb,EAACc,EAAK,CAACT,UAAU,8BACf"}
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationMenu.js","sources":["../../../../../../../src/custom/docs/components/navmenu/NavigationMenu.tsx"],"sourcesContent":[null],"names":["Navigation","props","_jsx","NavigationMenu","className","children","NavigationMenuList","navTextLinks","map","item","_jsxs","NavigationMenuItem","NavigationMenuTrigger","title","NavigationMenuContent","description","href","NavigationMenuLink","asChild","logo","dropDown","length","subtitle"],"mappings":"2OAWa,MAAAA,EAAcC,GAiBvBC,EAACC,EAAe,CAAAC,UAAU,6BAA4BC,SACpDH,EAACI,EAAmB,CAAAF,UAAU,iBAAgBC,SAC1CJ,EAAMM,aAAaC,IAAKC,GAEtBC,EAACC,EACC,CAAAN,SAAA,CAAAH,EAACU,EAAsB,CAAAR,UAAU,2CAAmCK,EAAKI,QACvEH,EAACI,EACE,CAAAT,SAAA,CAAAI,EAAKM,cAAgBN,EAAKO,MACzBd,EAAA,IAAA,CAAGE,UAAU,gFACVC,SAAAI,EAAKM,cAGVL,QAAIN,UAAU,oEAAmEC,SAAA,CAChFI,EAAKO,MACJd,QAAIE,UAAU,aAAYC,SACxBH,EAACe,EAAkB,CAACC,SAAO,EAAAb,SACzBK,OACEN,UAAU,uJACVY,KAAMP,EAAKO,eAEVP,EAAKU,KACNjB,OAAGE,UAAU,mDAAkDC,SAC5DI,EAAKM,qBAOfN,EAAKW,UAAYX,EAAKW,SAASC,OAAS,GAAKZ,EAAKW,SAASZ,IAAKc,GAC/DZ,EACE,KAAA,CAAAL,SAAA,CAAA,IAAAH,EAACe,EAAmB,CAAAC,SAClB,EAAAb,SAAAH,EAAA,IAAA,CACEE,UAAU,mLACVY,KAAMM,EAASN,KAAIX,SAEnBH,SAAKE,UAAU,mCAAkCC,SAAEiB,EAAST,cANzDS,EAAST,gBA1BDJ,EAAKI"}
1
+ {"version":3,"file":"NavigationMenu.js","sources":["../../../../../../../src/custom/docs/components/navmenu/NavigationMenu.tsx"],"sourcesContent":[null],"names":["Navigation","props","_jsx","NavigationMenu","className","children","NavigationMenuList","navTextLinks","map","item","_jsxs","NavigationMenuItem","NavigationMenuTrigger","title","NavigationMenuContent","description","href","NavigationMenuLink","asChild","logo","dropDown","length","subtitle"],"mappings":"2OAWO,MAAMA,EAAcC,GAcvBC,EAACC,EAAc,CAACC,UAAU,6BAA4BC,SACpDH,EAACI,EAAkB,CAACF,UAAU,iBAAgBC,SAC1CJ,EAAMM,aAAaC,IAAKC,GAEtBC,EAACC,EAAkB,CAAAN,SAAA,CACjBH,EAACU,EAAqB,CAACR,UAAU,2CAAmCK,EAAKI,QACvEH,EAACI,EAAqB,CAAAT,SAAA,CACnBI,EAAKM,cAAgBN,EAAKO,MACzBd,EAAA,IAAA,CAAGE,UAAU,gFAA+EC,SACzFI,EAAKM,cAGVL,QAAIN,UAAU,oEAAmEC,SAAA,CAChFI,EAAKO,MACJd,QAAIE,UAAU,aAAYC,SACxBH,EAACe,EAAkB,CAACC,SAAO,EAAAb,SACzBK,OACEN,UAAU,uJACVY,KAAMP,EAAKO,eAEVP,EAAKU,KACNjB,OAAGE,UAAU,mDAAkDC,SAC5DI,EAAKM,qBAOfN,EAAKW,UAAYX,EAAKW,SAASC,OAAS,GAAKZ,EAAKW,SAASZ,IAAKc,GAC/DZ,EAAA,KAAA,CAAAL,SAAA,CAAA,IACEH,EAACe,EAAkB,CAACC,SAAO,EAAAb,SACzBH,EAAA,IAAA,CACEE,UAAU,mLACVY,KAAMM,EAASN,KAAIX,SAEnBH,SAAKE,UAAU,mCAAkCC,SAAEiB,EAAST,cANzDS,EAAST,gBA1BDJ,EAAKI"}
@@ -1 +1 @@
1
- {"version":3,"file":"QuantinuumIdent.js","sources":["../../../../../../../src/custom/docs/components/navmenu/QuantinuumIdent.tsx"],"sourcesContent":[null],"names":["QuantinuumIdent","_jsxs","version","id","xmlns","xmlnsXlink","x","y","viewBox","xmlSpace","width","height","fill","className","children","_jsx","d"],"mappings":"kDAAO,MAAMA,EAAkB,IAEzBC,SACEC,QAAQ,MACRC,GAAG,UACHC,MAAM,6BACNC,WAAW,+BACXC,EAAE,MACFC,EAAE,MACFC,QAAQ,kBACRC,SAAS,WACTC,MAAO,GACPC,OAAQ,GACRC,KAAK,eACLC,UAAU,kBAAiBC,SAAA,CAE3Bb,iBACEc,EACE,IAAA,CAAAD,SAAAb,EAAA,IAAA,CAAAa,SAAA,CACEC,gBACEA,EACE,OAAA,CAAAF,UAAU,MACVG,EAAE,qMAGND,EAAA,IAAA,CAAAD,SACEC,UACEF,UAAU,MACVG,EAAE,sOAKVD,gBACEA,EACE,IAAA,CAAAD,SAAAC,EAAA,OAAA,CACEF,UAAU,MACVG,EAAE,u6CAKVD,EAAQ,SAAA,CAAAZ,GAAG"}
1
+ {"version":3,"file":"QuantinuumIdent.js","sources":["../../../../../../../src/custom/docs/components/navmenu/QuantinuumIdent.tsx"],"sourcesContent":[null],"names":["QuantinuumIdent","_jsxs","version","id","xmlns","xmlnsXlink","x","y","viewBox","xmlSpace","width","height","fill","className","children","_jsx","d"],"mappings":"kDAAO,MAAMA,EAAkB,IAEzBC,SACEC,QAAQ,MACRC,GAAG,UACHC,MAAM,6BACNC,WAAW,+BACXC,EAAE,MACFC,EAAE,MACFC,QAAQ,kBACRC,SAAS,WACTC,MAAO,GACPC,OAAQ,GACRC,KAAK,eACLC,UAAU,kBAAiBC,SAAA,CAE3Bb,iBACEc,EAAA,IAAA,CAAAD,SACEb,EAAA,IAAA,CAAAa,SAAA,CACEC,gBACEA,EAAA,OAAA,CACEF,UAAU,MACVG,EAAE,qMAGND,EAAA,IAAA,CAAAD,SACEC,UACEF,UAAU,MACVG,EAAE,sOAKVD,gBACEA,EAAA,IAAA,CAAAD,SACEC,EAAA,OAAA,CACEF,UAAU,MACVG,EAAE,u6CAKVD,EAAA,SAAA,CAAQZ,GAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"QuantinuumLogo.js","sources":["../../../../../../../src/custom/docs/components/navmenu/QuantinuumLogo.tsx"],"sourcesContent":[null],"names":["QuantinuumLogo","_jsxs","version","id","xmlns","xmlnsXlink","x","y","viewBox","xmlSpace","width","height","fill","className","children","_jsx","d"],"mappings":"kDAAO,MAAMA,EAAiB,IAE1BC,SACEC,QAAQ,MACRC,GAAG,UACHC,MAAM,6BACNC,WAAW,+BACXC,EAAE,MACFC,EAAE,MACFC,QAAQ,mBACRC,SAAS,WACTC,MAAO,IACPC,OAAQ,GACRC,KAAK,eACLC,UAAU,kBAAiBC,SAAA,CAE3Bb,iBACEc,EACE,IAAA,CAAAD,SAAAb,EAAA,IAAA,CAAAa,SAAA,CACEC,gBACEA,EACE,OAAA,CAAAF,UAAU,MACVG,EAAE,qMAGND,EAAA,IAAA,CAAAD,SACEC,UACEF,UAAU,MACVG,EAAE,sOAKVD,gBACEA,EACE,IAAA,CAAAD,SAAAC,EAAA,OAAA,CACEF,UAAU,MACVG,EAAE,u6CAKVD,EAAQ,SAAA,CAAAZ,GAAG"}
1
+ {"version":3,"file":"QuantinuumLogo.js","sources":["../../../../../../../src/custom/docs/components/navmenu/QuantinuumLogo.tsx"],"sourcesContent":[null],"names":["QuantinuumLogo","_jsxs","version","id","xmlns","xmlnsXlink","x","y","viewBox","xmlSpace","width","height","fill","className","children","_jsx","d"],"mappings":"kDAAO,MAAMA,EAAiB,IAE1BC,SACEC,QAAQ,MACRC,GAAG,UACHC,MAAM,6BACNC,WAAW,+BACXC,EAAE,MACFC,EAAE,MACFC,QAAQ,mBACRC,SAAS,WACTC,MAAO,IACPC,OAAQ,GACRC,KAAK,eACLC,UAAU,kBAAiBC,SAAA,CAE3Bb,iBACEc,EAAA,IAAA,CAAAD,SACEb,EAAA,IAAA,CAAAa,SAAA,CACEC,gBACEA,EAAA,OAAA,CACEF,UAAU,MACVG,EAAE,qMAGND,EAAA,IAAA,CAAAD,SACEC,UACEF,UAAU,MACVG,EAAE,sOAKVD,gBACEA,EAAA,IAAA,CAAAD,SACEC,EAAA,OAAA,CACEF,UAAU,MACVG,EAAE,u6CAKVD,EAAA,SAAA,CAAQZ,GAAG"}
@@ -1,3 +1,3 @@
1
- 'use client';
1
+ "use client";
2
2
  import{jsx as e,Fragment as t,jsxs as r}from"react/jsx-runtime";import{Navigation as i}from"./NavigationMenu.js";import{QuantinuumLogo as n}from"./QuantinuumLogo.js";import{MobileMenu as o}from"./MobileMenu.js";import{QuantinuumIdent as a}from"./QuantinuumIdent.js";import{ModeSelector as s}from"./ModeSelector.js";import{SystemsLogo as l}from"../logos/SystemsLogo.js";import{NexusLogo as m}from"../logos/NexusLogo.js";import{Button as d}from"@quantinuum/quantinuum-ui";const h={navTextLinks:[{title:"Systems",href:"/systems/index.html",pathMatch:"somewhere",logo:e(l,{width:225,height:24}),description:"Quantinuum's QCCD ion-trap hardware, the world's highest peforming quantum computer.",dropDown:[{title:"Guides",href:"/systems/guides.html"},{title:"Getting Started",href:"/systems/trainings/getting_started/getting_started_index.html"},{title:"Knowledge Articles",href:"/systems/trainings/knowledge_articles/ka_index.html"},{title:"Support",href:"/systems/support.html"}]},{title:"Nexus",href:"/nexus/index.html",pathMatch:"somewhere",logo:e(m,{variant:"horizontal",className:"h-10 w-48 -mt-1"}),description:"Cloud platform connecting users with hardware and compilation services, alongside associated data.",dropDown:[{title:"Guides",href:"/nexus/guides.html"},{title:"Trainings",href:"/nexus/trainings/getting_started.html"},{title:"API Reference",href:"/nexus/api_index.html"},{title:"Support",href:"/nexus/support_index.html"}]},{title:"Developer Suite",href:"",pathMatch:"",logo:e(t,{}),description:"Developer tools empower users to build and experiment with quantum algorithms.",dropDown:[{title:"Pytket",href:"/tket/"},{title:"Guppy",href:"/guppy/"},{title:"Selene",href:"/selene/"},{title:"qnexus",href:"https://docs.quantinuum.com/nexus/trainings/notebooks/basics/getting_started.html"},{title:"Q-NET",href:"https://www.quantinuum.com/q-net#get-started"},{title:"Startup Partner Program",href:"https://www.quantinuum.com/startup-partner-program#join"}]},{title:"Solutions",href:"",pathMatch:"",logo:e(t,{}),description:"End-to-end Application Solutions leveraging Quantinuum Systems.",dropDown:[{title:"InQuanto",href:"/inquanto/"},{title:"Quantum Origin",href:"/origin/"},{title:"λambeq",href:"/lambeq/"}]}]},u=l=>e("div",{className:"bg-background text-foreground border-border sticky top-0 z-[100] w-full border-b shadow text-sm",children:r("div",{className:" bg-background px-3 md:px-4 flex h-12 items-center justify-between mx-auto max-w-[90rem]",children:[r("div",{className:"mr-4 flex items-center",children:[e("div",{className:"block md:hidden mr-3",children:e(o,Object.assign({},h))}),r("div",{className:"whitespace-nowrap flex items-center gap-2",children:[r("a",{href:"/","aria-label":"Quantinuum Documentation",title:"Quantinuum Documentation",className:"hover:cursor-pointer hover:opacity-50 transition",children:[e("div",{className:"hidden sm:block",children:e(n,{})}),e("div",{className:"block sm:hidden",children:e(a,{})})]}),e("div",{className:"text-muted-foreground text-xs font-medium flex items-center gap-1.5"})]}),e("a",{href:"/",className:"ml-4 mr-4 flex items-center space-x-2",children:e("span",{className:"hidden font-bold",children:"Quantinuum"})})]}),r("div",{className:"flex items-center gap-5 mx-auto",children:[e(i,{activePath:l.activePath,navTextLinks:h.navTextLinks}),l.enableModeSelector?r(t,{children:[" ",e("div",{className:"w-px h-6 bg-muted-foreground/50"}),e(s,{})," "]}):null]}),r("div",{className:"relative flex items-center gap-2",children:[e(d,{variant:"outline",className:"bg-black text-white border border-border/60 shadow-md rounded-md hover:bg-white hover:text-black hover:border-black",children:e("a",{href:"https://nexus.quantinuum.com/auth/login",children:"Nexus Portal"})}),e(d,{variant:"outline",className:"bg-black text-white border border-border/60 shadow-md rounded-md hover:bg-white hover:text-black hover:border-black",children:e("a",{href:"/product-updates",children:"Platform Updates"})})]})]})});export{u as NavBar};
3
3
  //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
- import{__rest as r}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as e}from"react/jsx-runtime";import m from"react";const t=m.forwardRef((m,t)=>{var o=r(m,["className","type"]);return e("main",{className:"container mx-auto py-6 md:py-4",ref:t,children:o.children})});export{t as DocsPageLayout};
1
+ import{__rest as r}from"../../../../../node_modules/tslib/tslib.es6.js";import{jsx as e}from"react/jsx-runtime";import o from"react";const t=o.forwardRef((o,t)=>{var m=r(o,[]);return e("main",{className:"container mx-auto py-6 md:py-4",ref:t,children:m.children})});export{t as DocsPageLayout};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/page/index.tsx"],"sourcesContent":[null],"names":["DocsPageLayout","React","forwardRef","_a","ref","props","__rest","_jsx","className","children"],"mappings":"yIAEO,MAAMA,EAAiBC,EAAMC,WAGlC,CAACC,EAA+BC,SAATC,EAAKC,EAAAH,EAA3B,sBACC,OAAOI,EAAM,OAAA,CAAAC,UAAU,iCAAiCJ,IAAKA,EAAMK,SAAAJ,EAAMI"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/page/index.tsx"],"sourcesContent":[null],"names":["DocsPageLayout","React","forwardRef","_a","ref","props","__rest","_jsx","className","children"],"mappings":"qIAEO,MAAMA,EAAiBC,EAAMC,WAGlC,CAACC,EAAcC,SAATC,EAAKC,EAAAH,EAAV,IACC,OAAOI,EAAA,OAAA,CAAMC,UAAU,iCAAiCJ,IAAKA,EAAGK,SAAGJ,EAAMI"}
@@ -1,2 +1,2 @@
1
- import{__rest as e}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as r,jsxs as a}from"react/jsx-runtime";import t from"react";import{cn as s}from"../../../../utils/index.js";const l=t.forwardRef((a,t)=>{var{className:l,type:d}=a,m=e(a,["className","type"]);return r("p",{className:s("mb-1 mt-4 text-[1.45rem] font-semibold tracking-tight",l),ref:t,children:m.children})});l.displayName="CardTitle";const d=t.forwardRef((a,t)=>{var{className:l,type:d}=a,m=e(a,["className","type"]);return r("p",{className:s("text-muted-foreground mb-6 mt-4 text-sm",l),ref:t,children:m.children})});d.displayName="CardSubtitle";const m=t.forwardRef((t,l)=>{var{className:d,type:m}=t,i=e(t,["className","type"]);return r("div",{className:s(" border-border flex w-full flex-col justify-between rounded-xl overflow-hidden border p-7 pb-9 dark:bg-muted/25 bg-background",d),ref:l,children:a("div",{children:[" ",i.children]})})});m.displayName="Card";t.forwardRef((a,t)=>{var{className:l,type:d}=a,m=e(a,["className","type"]);return r("div",{className:s("mb-4 flex items-center justify-between",l),ref:t,children:m.children})}).displayName="IconBar";export{m as Card,d as CardSubtitle,l as CardTitle};
1
+ import{__rest as e}from"../../../../../node_modules/tslib/tslib.es6.js";import{jsx as r,jsxs as a}from"react/jsx-runtime";import s from"react";import{cn as t}from"../../../../utils/index.js";const l=s.forwardRef((a,s)=>{var{className:l}=a,d=e(a,["className"]);return r("p",{className:t("mb-1 mt-4 text-[1.45rem] font-semibold tracking-tight",l),ref:s,children:d.children})});l.displayName="CardTitle";const d=s.forwardRef((a,s)=>{var{className:l}=a,d=e(a,["className"]);return r("p",{className:t("text-muted-foreground mb-6 mt-4 text-sm",l),ref:s,children:d.children})});d.displayName="CardSubtitle";const m=s.forwardRef((s,l)=>{var{className:d}=s,m=e(s,["className"]);return r("div",{className:t(" border-border flex w-full flex-col justify-between rounded-xl overflow-hidden border p-7 pb-9 dark:bg-muted/25 bg-background",d),ref:l,children:a("div",{children:[" ",m.children]})})});m.displayName="Card";s.forwardRef((a,s)=>{var{className:l}=a,d=e(a,["className"]);return r("div",{className:t("mb-4 flex items-center justify-between",l),ref:s,children:d.children})}).displayName="IconBar";export{m as Card,d as CardSubtitle,l as CardTitle};
2
2
  //# sourceMappingURL=Card.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Card.js","sources":["../../../../../../../src/custom/docs/components/triplecard/Card.tsx"],"sourcesContent":[null],"names":["CardTitle","React","forwardRef","_a","ref","className","type","props","__rest","_jsx","cn","children","displayName","CardSubtitle","Card","_jsxs"],"mappings":"mMAIM,MAAAA,EAAYC,EAAMC,WAGtB,CAACC,EAA+BC,SAA/BC,UAAEA,EAASC,KAAEA,GAAIH,EAAKI,EAAKC,EAAAL,EAA3B,sBACD,OACEM,OACEJ,UAAWK,EACT,wDACAL,GAEFD,IAAKA,EAEJO,SAAAJ,EAAMI,aAIbX,EAAUY,YAAc,YAElB,MAAAC,EAAeZ,EAAMC,WAGzB,CAACC,EAA+BC,SAA/BC,UAAEA,EAASC,KAAEA,GAAIH,EAAKI,EAAKC,EAAAL,EAA3B,sBACD,OACEM,OACEJ,UAAWK,EAAG,0CAA2CL,GACzDD,IAAKA,EAEJO,SAAAJ,EAAMI,aAIbE,EAAaD,YAAc,eAErB,MAAAE,EAAOb,EAAMC,WAGjB,CAACC,EAA+BC,SAA/BC,UAAEA,EAASC,KAAEA,GAAIH,EAAKI,EAAKC,EAAAL,EAA3B,sBACD,OACEM,SACEJ,UAAWK,EACT,gIACAL,GAEFD,IAAKA,WAELW,EAAO,MAAA,CAAAJ,SAAA,CAAA,IAAAJ,EAAMI,gBAInBG,EAAKF,YAAc,OAEHX,EAAMC,WAGpB,CAACC,EAA+BC,SAA/BC,UAAEA,EAASC,KAAEA,GAAIH,EAAKI,EAAKC,EAAAL,EAA3B,sBACD,OACEM,SACEJ,UAAWK,EAAG,yCAA0CL,GACxDD,IAAKA,EAEJO,SAAAJ,EAAMI,aAILC,YAAc"}
1
+ {"version":3,"file":"Card.js","sources":["../../../../../../../src/custom/docs/components/triplecard/Card.tsx"],"sourcesContent":[null],"names":["CardTitle","React","forwardRef","_a","ref","className","props","__rest","_jsx","cn","children","displayName","CardSubtitle","Card","_jsxs"],"mappings":"+LAGA,MAAMA,EAAYC,EAAMC,WAGtB,CAACC,EAAyBC,KAAzB,IAAAC,UAAEA,GAASF,EAAKG,EAAKC,EAAAJ,EAArB,eACD,OACEK,OACEH,UAAWI,EACT,wDACAJ,GAEFD,IAAKA,EAAGM,SAEPJ,EAAMI,aAIbV,EAAUW,YAAc,YAExB,MAAMC,EAAeX,EAAMC,WAGzB,CAACC,EAAyBC,KAAzB,IAAAC,UAAEA,GAASF,EAAKG,EAAKC,EAAAJ,EAArB,eACD,OACEK,OACEH,UAAWI,EAAG,0CAA2CJ,GACzDD,IAAKA,EAAGM,SAEPJ,EAAMI,aAIbE,EAAaD,YAAc,eAE3B,MAAME,EAAOZ,EAAMC,WAGjB,CAACC,EAAyBC,KAAzB,IAAAC,UAAEA,GAASF,EAAKG,EAAKC,EAAAJ,EAArB,eACD,OACEK,SACEH,UAAWI,EACT,gIACAJ,GAEFD,IAAKA,WAELU,EAAA,MAAA,CAAAJ,SAAA,CAAA,IAAOJ,EAAMI,gBAInBG,EAAKF,YAAc,OAEHV,EAAMC,WAGpB,CAACC,EAAyBC,KAAzB,IAAAC,UAAEA,GAASF,EAAKG,EAAKC,EAAAJ,EAArB,eACD,OACEK,SACEH,UAAWI,EAAG,yCAA0CJ,GACxDD,IAAKA,EAAGM,SAEPJ,EAAMI,aAILC,YAAc"}
@@ -1,2 +1,2 @@
1
- import{jsx as e,jsxs as r}from"react/jsx-runtime";import{Card as t,CardTitle as i,CardSubtitle as d}from"./Card.js";import{z as n}from"zod";const l=n.object({title:n.string(),description:n.string(),link:n.string()});n.array(n.object({title:n.string(),subtitle:n.string(),icon:n.string(),image_link:n.string(),image_description:n.string(),links:n.array(l)}));const o=n=>e("section",{className:"shadow-lg rounded-xl grid grid-cols-1 items-stretch md:grid-cols-3 ",children:n.cards.map((l,o,s)=>r(t,{className:0===o?"md:border-b-1 rounded-r-none border-b-none rounded-b md:rounded-bl-xl md:border-r-0":o===s.length-1?"md:border-b-1 rounded-l-none rounded-t-none border-t-0 md:rounded-tr-xl md:border-t md:border-l-0":"rounded-none border-t-0 md:border-t",children:[e(i,{className:"mt-1 -mb-0.5 text-[1.4rem]",children:l.title}),e(d,{children:l.subtitle}),l.image_link?e("div",{className:"h-[19rem] md:h-[14rem] -my-4 flex justify-center dark:invert dark:brightness-[0.91] dark:grayscale",children:e(n.imageComponent,{alt:l.image_description,height:300,src:l.image_link,width:300,style:{objectFit:"contain"},priority:!0})}):null,e("div",{className:"my-4"}),e("ul",{className:"mt-5 flex flex-col gap-4",children:l.links.map(t=>r("li",{children:[e(n.linkComponent,{className:"font-semibold tracking-tight text-blue-600 dark:text-blue-300",href:t.link,children:t.title}),e("div",{className:"my-2"}),e("div",{className:"text-muted-foreground text-xs leading-4",children:t.description})]},t.title))})]},l.title))});export{o as TripleCard};
1
+ import{jsx as e,jsxs as r}from"react/jsx-runtime";import{Card as d,CardTitle as t,CardSubtitle as i}from"./Card.js";const l=l=>e("section",{className:"shadow-lg rounded-xl grid grid-cols-1 items-stretch md:grid-cols-3 ",children:l.cards.map((n,o,m)=>r(d,{className:0===o?"md:border-b-1 rounded-r-none border-b-none rounded-b md:rounded-bl-xl md:border-r-0":o===m.length-1?"md:border-b-1 rounded-l-none rounded-t-none border-t-0 md:rounded-tr-xl md:border-t md:border-l-0":"rounded-none border-t-0 md:border-t",children:[e(t,{className:"mt-1 -mb-0.5 text-[1.4rem]",children:n.title}),e(i,{children:n.subtitle}),n.image_link?e("div",{className:"h-[19rem] md:h-[14rem] -my-4 flex justify-center dark:invert dark:brightness-[0.91] dark:grayscale",children:e(l.imageComponent,{alt:n.image_description,height:300,src:n.image_link,width:300,style:{objectFit:"contain"},priority:!0})}):null,e("div",{className:"my-4"}),e("ul",{className:"mt-5 flex flex-col gap-4",children:n.links.map(d=>r("li",{children:[e(l.linkComponent,{className:"font-semibold tracking-tight text-blue-600 dark:text-blue-300",href:d.link,children:d.title}),e("div",{className:"my-2"}),e("div",{className:"text-muted-foreground text-xs leading-4",children:d.description})]},d.title))})]},n.title))});export{l as TripleCard};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/triplecard/index.tsx"],"sourcesContent":[null],"names":["linkSchema","z","object","title","string","description","link","array","subtitle","icon","image_link","image_description","links","TripleCard","props","_jsx","className","children","cards","map","item","idx","arr","_jsxs","Card","length","CardTitle","CardSubtitle","imageComponent","alt","height","src","width","style","objectFit","priority","linkComponent","href"],"mappings":"4IAMA,MAAMA,EAAaC,EAAEC,OAAO,CAC1BC,MAAOF,EAAEG,SACTC,YAAaJ,EAAEG,SACfE,KAAML,EAAEG,WAGSH,EAAEM,MACnBN,EAAEC,OAAO,CACPC,MAAOF,EAAEG,SACTI,SAAUP,EAAEG,SACZK,KAAMR,EAAEG,SACRM,WAAYT,EAAEG,SACdO,kBAAmBV,EAAEG,SACrBQ,MAAOX,EAAEM,MAAMP,MAMN,MAAAa,EAAcC,GAGvBC,EAAS,UAAA,CAAAC,UAAU,sEAAqEC,SACrFH,EAAMI,MAAMC,IAAI,CAACC,EAAMC,EAAKC,IAEzBC,EAACC,EAAI,CAEHR,UACc,IAARK,EACK,uFAELA,IAAQC,EAAIG,OAAS,EAChB,uGAEF,sCAITR,SAAA,CAAAF,EAACW,EAAU,CAAAV,UAAU,6BAA4BC,SAC9CG,EAAKjB,QAERY,EAACY,EAAc,CAAAV,SAAAG,EAAKZ,WACnBY,EAAKV,WACJK,EAAK,MAAA,CAAAC,UAAU,qGACbC,SAAAF,EAACD,EAAMc,gBACLC,IAAKT,EAAKT,kBACVmB,OAAQ,IACRC,IAAKX,EAAKV,WACVsB,MAAO,IACPC,MAAO,CAAEC,UAAW,WACpBC,UACA,MACE,KAIRpB,EAAK,MAAA,CAAAC,UAAU,SACfD,EAAA,KAAA,CAAIC,UAAU,2BACXC,SAAAG,EAAKR,MAAMO,IAAKb,GAEbiB,EAEE,KAAA,CAAAN,SAAA,CAAAF,EAACD,EAAMsB,eACLpB,UAAU,gEACVqB,KAAM/B,EAAKA,KAEVW,SAAAX,EAAKH,QAERY,EAAK,MAAA,CAAAC,UAAU,SACfD,EAAK,MAAA,CAAAC,UAAU,0CAAyCC,SACrDX,EAAKD,gBAVDC,EAAKH,YAlCfiB,EAAKjB"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../src/custom/docs/components/triplecard/index.tsx"],"sourcesContent":[null],"names":["TripleCard","props","_jsx","className","children","cards","map","item","idx","arr","_jsxs","Card","length","CardTitle","title","CardSubtitle","subtitle","image_link","imageComponent","alt","image_description","height","src","width","style","objectFit","priority","links","link","linkComponent","href","description"],"mappings":"oHAqBO,MAAMA,EAAcC,GAGvBC,EAAA,UAAA,CAASC,UAAU,sEAAqEC,SACrFH,EAAMI,MAAMC,IAAI,CAACC,EAAMC,EAAKC,IAEzBC,EAACC,EAAI,CAEHR,UACc,IAARK,EACK,uFAELA,IAAQC,EAAIG,OAAS,EAChB,uGAEF,sCACLR,SAAA,CAGJF,EAACW,EAAS,CAACV,UAAU,6BAA4BC,SAC9CG,EAAKO,QAERZ,EAACa,EAAY,CAAAX,SAAEG,EAAKS,WACnBT,EAAKU,WACJf,EAAA,MAAA,CAAKC,UAAU,qGAAoGC,SACjHF,EAACD,EAAMiB,gBACLC,IAAKZ,EAAKa,kBACVC,OAAQ,IACRC,IAAKf,EAAKU,WACVM,MAAO,IACPC,MAAO,CAAEC,UAAW,WACpBC,UAAQ,WAMdxB,EAAA,MAAA,CAAKC,UAAU,SACfD,EAAA,KAAA,CAAIC,UAAU,2BAA0BC,SACrCG,EAAKoB,MAAMrB,IAAKsB,GAEblB,EAAA,KAAA,CAAAN,SAAA,CAEEF,EAACD,EAAM4B,eACL1B,UAAU,gEACV2B,KAAMF,EAAKA,KAAIxB,SAEdwB,EAAKd,QAERZ,EAAA,MAAA,CAAKC,UAAU,SACfD,EAAA,MAAA,CAAKC,UAAU,0CAAyCC,SACrDwB,EAAKG,gBAVDH,EAAKd,YAlCfP,EAAKO"}
@@ -1,3 +1,3 @@
1
- 'use client';
1
+ "use client";
2
2
  import{jsx as e}from"react/jsx-runtime";import r,{useRef as t}from"react";const n=n=>{const c=t(null);return r.useEffect(()=>{if(null!==c.current){const e=new IntersectionObserver(([e])=>{var r,t;e.isIntersecting&&(null===(r=c.current)||void 0===r||r.classList.add("animate-slide-up"),null===(t=c.current)||void 0===t||t.classList.remove("opacity-0"))});return e.observe(c.current),()=>e.disconnect()}},[]),e("div",{className:"opacity-0",ref:c,children:n.children})};export{n as SlideIn};
3
3
  //# sourceMappingURL=slide-in.js.map