@matteoaliano/forest-ui 0.8.0 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4454,24 +4454,9 @@ var import_react2 = require("react");
4454
4454
  var import_TextField2 = __toESM(require("@mui/material/TextField"));
4455
4455
  var import_InputAdornment = __toESM(require("@mui/material/InputAdornment"));
4456
4456
  var import_IconButton = __toESM(require("@mui/material/IconButton"));
4457
-
4458
- // ../../node_modules/@mui/icons-material/esm/utils/createSvgIcon.js
4459
- var import_utils = require("@mui/material/utils");
4460
-
4461
- // ../../node_modules/@mui/icons-material/esm/Search.js
4457
+ var import_Search = __toESM(require("@mui/icons-material/Search"));
4458
+ var import_Clear = __toESM(require("@mui/icons-material/Clear"));
4462
4459
  var import_jsx_runtime12 = require("react/jsx-runtime");
4463
- var Search_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", {
4464
- d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
4465
- }), "Search");
4466
-
4467
- // ../../node_modules/@mui/icons-material/esm/Clear.js
4468
- var import_jsx_runtime13 = require("react/jsx-runtime");
4469
- var Clear_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", {
4470
- d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
4471
- }), "Clear");
4472
-
4473
- // src/components/Search/index.tsx
4474
- var import_jsx_runtime14 = require("react/jsx-runtime");
4475
4460
  function Search({
4476
4461
  value: controlledValue,
4477
4462
  onChange,
@@ -4495,7 +4480,7 @@ function Search({
4495
4480
  if (!isControlled) setInternalValue("");
4496
4481
  onClear == null ? void 0 : onClear();
4497
4482
  }, [isControlled, onClear]);
4498
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4483
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4499
4484
  import_TextField2.default,
4500
4485
  {
4501
4486
  variant,
@@ -4511,15 +4496,15 @@ function Search({
4511
4496
  gap: 0,
4512
4497
  "& .MuiOutlinedInput-input": { pl: "8px" }
4513
4498
  },
4514
- startAdornment: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_InputAdornment.default, { position: "start", sx: { mr: 0 }, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Search_default, { sx: { fontSize: 20, color: "text.placeholder" } }) }),
4515
- endAdornment: currentValue ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_InputAdornment.default, { position: "end", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4499
+ startAdornment: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_InputAdornment.default, { position: "start", sx: { mr: 0 }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_Search.default, { sx: { fontSize: 20, color: "text.placeholder" } }) }),
4500
+ endAdornment: currentValue ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_InputAdornment.default, { position: "end", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4516
4501
  import_IconButton.default,
4517
4502
  {
4518
4503
  "aria-label": "clear search",
4519
4504
  onClick: handleClear,
4520
4505
  edge: "end",
4521
4506
  size: "small",
4522
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Clear_default, { fontSize: "small" })
4507
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_Clear.default, { fontSize: "small" })
4523
4508
  }
4524
4509
  ) }) : null,
4525
4510
  ...typeof (slotProps == null ? void 0 : slotProps.input) === "object" ? slotProps.input : {}
@@ -4532,67 +4517,586 @@ function Search({
4532
4517
 
4533
4518
  // src/components/Input/index.tsx
4534
4519
  var import_InputBase = __toESM(require("@mui/material/InputBase"));
4535
- var import_jsx_runtime15 = require("react/jsx-runtime");
4520
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4536
4521
  function Input({ ...props }) {
4537
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_InputBase.default, { ...props });
4522
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_InputBase.default, { ...props });
4538
4523
  }
4539
4524
 
4540
4525
  // src/components/IconButton/index.tsx
4541
4526
  var import_IconButton2 = __toESM(require("@mui/material/IconButton"));
4542
- var import_jsx_runtime16 = require("react/jsx-runtime");
4527
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4543
4528
  function IconButton2(props) {
4544
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_IconButton2.default, { ...props });
4529
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_IconButton2.default, { ...props });
4545
4530
  }
4546
4531
 
4547
4532
  // src/components/Logo/index.tsx
4548
4533
  var import_material = require("@mui/material");
4549
4534
  var import_react3 = require("react");
4550
- var import_jsx_runtime17 = require("react/jsx-runtime");
4551
- var svgPaths = {
4552
- wsuite: {
4553
- logo: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4554
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM7.97844 4.3H8.95744L10.4534 8.964L11.7954 4.3H13.4124L10.9814 12H9.98044L8.47344 7.402L6.95544 12H5.95444L3.52344 4.3H5.14044L6.48244 8.964L7.97844 4.3ZM15.9729 12.176C15.1369 12.176 14.3559 11.956 13.7839 11.56V9.701C14.3229 10.306 15.1149 10.669 15.8959 10.669C16.7099 10.669 17.2819 10.295 17.2819 9.756C17.2819 9.393 17.0179 9.151 16.3909 8.931L15.4999 8.623C14.4219 8.249 13.8499 7.523 13.8499 6.522C13.8499 5.125 14.9829 4.124 16.5889 4.124C17.3039 4.124 18.0079 4.3 18.5249 4.619V6.346C17.9969 5.884 17.3479 5.631 16.6659 5.631C15.9289 5.631 15.4449 5.939 15.4449 6.412C15.4449 6.786 15.7529 7.094 16.3359 7.292L17.2159 7.589C18.3379 7.974 18.8769 8.656 18.8769 9.701C18.8769 11.197 17.7329 12.176 15.9729 12.176ZM25.4205 12H23.9025V11.329C23.5065 11.857 22.8465 12.176 22.0765 12.176C20.7125 12.176 19.8215 11.285 19.8215 9.943V5.95H21.3835V9.448C21.3835 10.295 21.8565 10.812 22.6375 10.812C23.4185 10.812 23.8585 10.317 23.8585 9.448V5.95H25.4205V12ZM26.7781 12V5.95H28.3401V12H26.7781ZM27.5591 5.444C27.0201 5.444 26.6461 5.07 26.6461 4.542C26.6461 3.992 27.0201 3.607 27.5591 3.607C28.0981 3.607 28.4721 3.992 28.4721 4.542C28.4721 5.07 28.0981 5.444 27.5591 5.444ZM30.0712 7.292H29.0592V5.95H30.0712V4.707H31.6332V5.95H32.6452V7.292H31.6332V12H30.0712V7.292ZM38.386 11.538C37.825 11.934 37.011 12.176 36.23 12.176C34.327 12.176 32.952 10.823 32.952 8.931C32.952 7.094 34.217 5.774 35.988 5.774C37.726 5.774 38.892 7.039 38.892 8.931C38.892 9.382 38.826 9.613 38.826 9.613H34.602C34.789 10.35 35.46 10.834 36.362 10.834C37 10.834 37.66 10.614 38.386 10.086V11.538ZM34.558 8.381H37.418C37.352 7.578 36.857 7.061 36.032 7.061C35.207 7.061 34.624 7.6 34.558 8.381ZM41.6447 2.76V14.2H38.8727V13.122H40.2147V3.838H38.8727V2.76H41.6447Z", fill: "black" }),
4555
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M44.6972 2.88174H46.0612V4.93874H48.0852V6.25874H46.0612V8.32674H44.6972V6.25874H42.6512V4.93874H44.6972V2.88174Z", fill: "#FF78F3" })
4556
- ] }),
4557
- logomark: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4558
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM7.97844 4.3H8.95744L10.4534 8.964L11.7954 4.3H13.4124L10.9814 12H9.98044L8.47344 7.402L6.95544 12H5.95444L3.52344 4.3H5.14044L6.48244 8.964L7.97844 4.3ZM15.9816 2.76V14.2H13.2096V13.122H14.5516V3.838H13.2096V2.76H15.9816Z", fill: "black" }),
4559
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M18.6972 2.88174H20.0612V4.93874H22.0852V6.25874H20.0612V8.32674H18.6972V6.25874H16.6512V4.93874H18.6972V2.88174Z", fill: "#FF78F3" })
4535
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4536
+ var dropShadowFilter = (id, region) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4537
+ "filter",
4538
+ {
4539
+ id,
4540
+ x: region.x,
4541
+ y: region.y,
4542
+ width: region.width,
4543
+ height: region.height,
4544
+ filterUnits: "userSpaceOnUse",
4545
+ colorInterpolationFilters: "sRGB",
4546
+ children: [
4547
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
4548
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4549
+ "feColorMatrix",
4550
+ {
4551
+ in: "SourceAlpha",
4552
+ type: "matrix",
4553
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
4554
+ result: "hardAlpha"
4555
+ }
4556
+ ),
4557
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("feOffset", {}),
4558
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("feGaussianBlur", { stdDeviation: "2.5" }),
4559
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
4560
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4561
+ "feColorMatrix",
4562
+ {
4563
+ type: "matrix",
4564
+ values: "0 0 0 0 1 0 0 0 0 0.156863 0 0 0 0 0.129412 0 0 0 0.21 0"
4565
+ }
4566
+ ),
4567
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }),
4568
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })
4569
+ ]
4570
+ }
4571
+ );
4572
+ var STUDIO_MAIN_MARK_D = "M41.99 155.72C29.07 155.72 17 152.32 8.16 146.2V117.47C16.49 126.82 28.73 132.43 40.8 132.43C53.38 132.43 62.22 126.65 62.22 118.32C62.22 112.71 58.14 108.97 48.45 105.57L34.68 100.81C18.02 95.03 9.18 83.81 9.18 68.34C9.18 46.75 26.69 31.28 51.51 31.28C62.56 31.28 73.44 34 81.43 38.93V65.62C73.27 58.48 63.24 54.57 52.7 54.57C41.31 54.57 33.83 59.33 33.83 66.64C33.83 72.42 38.59 77.18 47.6 80.24L61.2 84.83C78.54 90.78 86.87 101.32 86.87 117.47C86.87 140.59 69.19 155.72 41.99 155.72ZM105.961 80.24H90.3208V59.5H105.961V40.29H130.101V59.5H145.741V80.24H130.101V153H105.961V80.24ZM237.772 153H214.312V142.63C208.192 150.79 197.992 155.72 186.092 155.72C165.012 155.72 151.242 141.95 151.242 121.21V59.5H175.382V113.56C175.382 126.65 182.692 134.64 194.762 134.64C206.832 134.64 213.632 126.99 213.632 113.56V59.5H237.772V153ZM323.544 153V139.74C317.084 149.77 306.034 155.55 292.944 155.55C267.444 155.55 248.234 134.47 248.234 106.42C248.234 78.2 267.444 56.95 292.944 56.95C306.204 56.95 317.254 62.56 323.204 71.74V34H347.344V153H323.544ZM298.554 78.03C282.914 78.03 273.224 88.91 273.224 106.25C273.224 123.59 282.914 134.47 298.554 134.47C314.024 134.47 323.714 123.59 323.714 106.42C323.714 88.91 314.024 78.03 298.554 78.03ZM364.309 153V59.5H388.449V153H364.309ZM376.379 51.68C368.049 51.68 362.269 45.9 362.269 37.74C362.269 29.24 368.049 23.29 376.379 23.29C384.709 23.29 390.489 29.24 390.489 37.74C390.489 45.9 384.709 51.68 376.379 51.68ZM448.763 155.55C419.353 155.55 398.613 135.15 398.613 106.25C398.613 77.35 419.353 56.95 448.763 56.95C478.173 56.95 499.083 77.35 499.083 106.25C499.083 135.15 478.173 155.55 448.763 155.55ZM448.763 134.47C464.233 134.47 474.093 123.59 474.093 106.25C474.093 89.08 464.233 78.03 448.763 78.03C433.463 78.03 423.603 89.08 423.603 106.25C423.603 123.59 433.293 134.47 448.763 134.47Z";
4573
+ var STUDIO_TM_BAR_D = "M526.132 36V40.6H520.888V83.15H526.132V87.75H515V36H526.132ZM569.372 36V87.75H558.24V83.15H563.484V40.6H558.24V36H569.372ZM546.556 65.992L542.232 55.412L537.816 65.992H546.556ZM548.948 71.788H535.424L532.94 77.906H525.856L539.886 45.844H544.486L558.516 77.906H551.432L548.948 71.788Z";
4574
+ var STUDIO_TM_PLUS_D = "M582.946 36.536H588.65V45.138H597.114V50.658H588.65V59.306H582.946V50.658H574.39V45.138H582.946V36.536Z";
4575
+ var STUDIO_PAYOFF_D = "M20.904 225H14.73V195.6H25.356C31.194 195.6 35.058 199.086 35.058 204.336C35.058 209.544 31.278 212.862 25.356 212.862H20.904V225ZM25.23 207.99C27.372 207.99 28.758 206.52 28.758 204.252C28.758 201.942 27.372 200.472 25.188 200.472H20.904V207.99H25.23ZM47.8828 225.63C40.6168 225.63 35.4928 220.59 35.4928 213.45C35.4928 206.31 40.6168 201.27 47.8828 201.27C55.1488 201.27 60.3148 206.31 60.3148 213.45C60.3148 220.59 55.1488 225.63 47.8828 225.63ZM47.8828 220.422C51.7048 220.422 54.1408 217.734 54.1408 213.45C54.1408 209.208 51.7048 206.478 47.8828 206.478C44.1028 206.478 41.6668 209.208 41.6668 213.45C41.6668 217.734 44.0608 220.422 47.8828 220.422ZM66.2725 201.9L70.8925 215.592L75.5545 201.9H79.9645L84.6685 215.718L89.3305 201.9H95.6725L86.8105 225H82.6525L77.7805 210.72L72.9505 225H68.7925L59.9305 201.9H66.2725ZM116.062 223.236C113.92 224.748 110.812 225.672 107.83 225.672C100.564 225.672 95.3138 220.506 95.3138 213.282C95.3138 206.268 100.144 201.228 106.906 201.228C113.542 201.228 117.994 206.058 117.994 213.282C117.994 215.004 117.742 215.886 117.742 215.886H101.614C102.328 218.7 104.89 220.548 108.334 220.548C110.77 220.548 113.29 219.708 116.062 217.692V223.236ZM101.446 211.182H112.366C112.114 208.116 110.224 206.142 107.074 206.142C103.924 206.142 101.698 208.2 101.446 211.182ZM134.939 207.906C134.225 207.57 133.427 207.486 132.209 207.486C128.807 207.486 127.127 209.502 127.127 212.19V225H121.163V201.9H126.959V205.134C128.219 202.866 130.781 201.228 133.553 201.228C134.141 201.228 134.603 201.354 134.939 201.48V207.906ZM155.211 223.236C153.069 224.748 149.961 225.672 146.979 225.672C139.713 225.672 134.463 220.506 134.463 213.282C134.463 206.268 139.293 201.228 146.055 201.228C152.691 201.228 157.143 206.058 157.143 213.282C157.143 215.004 156.891 215.886 156.891 215.886H140.763C141.477 218.7 144.039 220.548 147.483 220.548C149.919 220.548 152.439 219.708 155.211 217.692V223.236ZM140.595 211.182H151.515C151.263 208.116 149.373 206.142 146.223 206.142C143.073 206.142 140.847 208.2 140.595 211.182ZM177.278 225V221.724C175.682 224.202 172.952 225.63 169.718 225.63C163.418 225.63 158.672 220.422 158.672 213.492C158.672 206.52 163.418 201.27 169.718 201.27C172.994 201.27 175.724 202.656 177.194 204.924V195.6H183.158V225H177.278ZM171.104 206.478C167.24 206.478 164.846 209.166 164.846 213.45C164.846 217.734 167.24 220.422 171.104 220.422C174.926 220.422 177.32 217.734 177.32 213.492C177.32 209.166 174.926 206.478 171.104 206.478ZM202.02 225H196.14V195.6H202.104V204.882C203.616 202.53 206.43 201.27 209.58 201.27C215.88 201.27 220.626 206.478 220.626 213.492C220.626 220.422 215.88 225.63 210 225.63C206.43 225.63 203.658 224.202 202.02 221.682V225ZM201.978 213.492C201.978 217.734 204.372 220.422 208.194 220.422C212.058 220.422 214.452 217.734 214.452 213.45C214.452 209.166 212.058 206.478 208.194 206.478C204.372 206.478 201.978 209.166 201.978 213.492ZM226.63 201.9L232.216 216.054L237.718 201.9H244.06L230.872 233.442H224.446L229.024 223.026L220.162 201.9H226.63ZM268.612 195.6H272.35L278.062 213.408L283.186 195.6H289.36L280.078 225H276.256L270.502 207.444L264.706 225H260.884L251.602 195.6H257.776L262.9 213.408L268.612 195.6ZM291.594 225V201.9H297.558V225H291.594ZM294.576 199.968C292.518 199.968 291.09 198.54 291.09 196.524C291.09 194.424 292.518 192.954 294.576 192.954C296.634 192.954 298.062 194.424 298.062 196.524C298.062 198.54 296.634 199.968 294.576 199.968ZM303.768 207.024H299.904V201.9H303.768V197.154H309.732V201.9H313.596V207.024H309.732V225H303.768V207.024ZM328.899 211.182C328.899 208.326 326.673 206.478 323.271 206.478C320.751 206.478 317.811 207.528 315.585 209.04V203.286C317.937 201.984 321.045 201.228 323.943 201.228C330.411 201.228 334.569 204.84 334.569 210.51V225H329.109V223.194C327.681 224.706 325.413 225.672 322.893 225.672C318.189 225.672 314.913 222.522 314.913 217.986C314.913 213.366 318.357 210.132 323.229 210.132C325.623 210.132 327.639 210.93 328.899 212.274V211.182ZM320.793 217.776C320.793 219.624 322.473 220.926 324.867 220.926C327.261 220.926 328.941 219.624 328.941 217.776C328.941 215.886 327.261 214.584 324.909 214.584C322.515 214.584 320.793 215.886 320.793 217.776ZM338.957 225V201.9H344.921V225H338.957ZM341.939 199.968C339.881 199.968 338.453 198.54 338.453 196.524C338.453 194.424 339.881 192.954 341.939 192.954C343.997 192.954 345.425 194.424 345.425 196.524C345.425 198.54 343.997 199.968 341.939 199.968ZM355.584 195.6V225H349.62V195.6H355.584ZM379.483 223.236C377.341 224.748 374.233 225.672 371.251 225.672C363.985 225.672 358.735 220.506 358.735 213.282C358.735 206.268 363.565 201.228 370.327 201.228C376.963 201.228 381.415 206.058 381.415 213.282C381.415 215.004 381.163 215.886 381.163 215.886H365.035C365.749 218.7 368.311 220.548 371.755 220.548C374.191 220.548 376.711 219.708 379.483 217.692V223.236ZM364.867 211.182H375.787C375.535 208.116 373.645 206.142 370.495 206.142C367.345 206.142 365.119 208.2 364.867 211.182ZM398.361 207.906C397.647 207.57 396.849 207.486 395.631 207.486C392.229 207.486 390.549 209.502 390.549 212.19V225H384.585V201.9H390.381V205.134C391.641 202.866 394.203 201.228 396.975 201.228C397.563 201.228 398.025 201.354 398.361 201.48V207.906Z";
4576
+ var STUDIO_LOGOMARK_S_D = "M80.122 131.016C70.546 131.016 61.6 128.496 55.048 123.96V102.666C61.222 109.596 70.294 113.754 79.24 113.754C88.564 113.754 95.116 109.47 95.116 103.296C95.116 99.138 92.092 96.366 84.91 93.846L74.704 90.318C62.356 86.034 55.804 77.718 55.804 66.252C55.804 50.25 68.782 38.784 87.178 38.784C95.368 38.784 103.432 40.8 109.354 44.454V64.236C103.306 58.944 95.872 56.046 88.06 56.046C79.618 56.046 74.074 59.574 74.074 64.992C74.074 69.276 77.602 72.804 84.28 75.072L94.36 78.474C107.212 82.884 113.386 90.696 113.386 102.666C113.386 119.802 100.282 131.016 80.122 131.016Z";
4577
+ var AI_HUB_MAIN_MARK_D = "M1.87 153L54.06 34H71.06L123.25 153H96.9L87.55 130.39H37.57L28.22 153H1.87ZM46.24 108.97H78.88L62.56 69.53L46.24 108.97ZM128.905 34H153.895V153H128.905V34ZM202.087 153V34H227.077V81.94H273.317V34H298.307V153H273.317V104.04H227.077V153H202.087ZM400.104 153H376.644V142.63C370.524 150.79 360.324 155.72 348.424 155.72C327.344 155.72 313.574 141.95 313.574 121.21V59.5H337.714V113.56C337.714 126.65 345.024 134.64 357.094 134.64C369.164 134.64 375.964 126.99 375.964 113.56V59.5H400.104V153ZM440.842 153H417.042V34H441.182V71.57C447.302 62.05 458.692 56.95 471.442 56.95C496.942 56.95 516.152 78.03 516.152 106.42C516.152 134.47 496.942 155.55 473.142 155.55C458.692 155.55 447.472 149.77 440.842 139.57V153ZM440.672 106.42C440.672 123.59 450.362 134.47 465.832 134.47C481.472 134.47 491.162 123.59 491.162 106.25C491.162 88.91 481.472 78.03 465.832 78.03C450.362 78.03 440.672 88.91 440.672 106.42Z";
4578
+ var AI_HUB_TM_BAR_D = "M543.132 36V40.6H537.888V83.15H543.132V87.75H532V36H543.132ZM586.372 36V87.75H575.24V83.15H580.484V40.6H575.24V36H586.372ZM563.556 65.992L559.232 55.412L554.816 65.992H563.556ZM565.948 71.788H552.424L549.94 77.906H542.856L556.886 45.844H561.486L575.516 77.906H568.432L565.948 71.788Z";
4579
+ var AI_HUB_TM_PLUS_D = "M599.946 36.536H605.65V45.138H614.114V50.658H605.65V59.306H599.946V50.658H591.39V45.138H599.946V36.536Z";
4580
+ var AI_HUB_PAYOFF_D = "M21.2434 225H15.0694V195.6H25.6954C31.5334 195.6 35.3974 199.086 35.3974 204.336C35.3974 209.544 31.6174 212.862 25.6954 212.862H21.2434V225ZM25.5694 207.99C27.7114 207.99 29.0974 206.52 29.0974 204.252C29.0974 201.942 27.7114 200.472 25.5274 200.472H21.2434V207.99H25.5694ZM48.2221 225.63C40.9561 225.63 35.8321 220.59 35.8321 213.45C35.8321 206.31 40.9561 201.27 48.2221 201.27C55.4881 201.27 60.6541 206.31 60.6541 213.45C60.6541 220.59 55.4881 225.63 48.2221 225.63ZM48.2221 220.422C52.0441 220.422 54.4801 217.734 54.4801 213.45C54.4801 209.208 52.0441 206.478 48.2221 206.478C44.4421 206.478 42.0061 209.208 42.0061 213.45C42.0061 217.734 44.4001 220.422 48.2221 220.422ZM66.6119 201.9L71.2319 215.592L75.8939 201.9H80.3039L85.0079 215.718L89.6699 201.9H96.0119L87.1499 225H82.9919L78.1199 210.72L73.2899 225H69.1319L60.2699 201.9H66.6119ZM116.401 223.236C114.259 224.748 111.151 225.672 108.169 225.672C100.903 225.672 95.6532 220.506 95.6532 213.282C95.6532 206.268 100.483 201.228 107.245 201.228C113.881 201.228 118.333 206.058 118.333 213.282C118.333 215.004 118.081 215.886 118.081 215.886H101.953C102.667 218.7 105.229 220.548 108.673 220.548C111.109 220.548 113.629 219.708 116.401 217.692V223.236ZM101.785 211.182H112.705C112.453 208.116 110.563 206.142 107.413 206.142C104.263 206.142 102.037 208.2 101.785 211.182ZM135.279 207.906C134.565 207.57 133.767 207.486 132.549 207.486C129.147 207.486 127.467 209.502 127.467 212.19V225H121.503V201.9H127.299V205.134C128.559 202.866 131.121 201.228 133.893 201.228C134.481 201.228 134.943 201.354 135.279 201.48V207.906ZM155.55 223.236C153.408 224.748 150.3 225.672 147.318 225.672C140.052 225.672 134.802 220.506 134.802 213.282C134.802 206.268 139.632 201.228 146.394 201.228C153.03 201.228 157.482 206.058 157.482 213.282C157.482 215.004 157.23 215.886 157.23 215.886H141.102C141.816 218.7 144.378 220.548 147.822 220.548C150.258 220.548 152.778 219.708 155.55 217.692V223.236ZM140.934 211.182H151.854C151.602 208.116 149.712 206.142 146.562 206.142C143.412 206.142 141.186 208.2 140.934 211.182ZM177.618 225V221.724C176.022 224.202 173.292 225.63 170.058 225.63C163.758 225.63 159.012 220.422 159.012 213.492C159.012 206.52 163.758 201.27 170.058 201.27C173.334 201.27 176.064 202.656 177.534 204.924V195.6H183.498V225H177.618ZM171.444 206.478C167.58 206.478 165.186 209.166 165.186 213.45C165.186 217.734 167.58 220.422 171.444 220.422C175.266 220.422 177.66 217.734 177.66 213.492C177.66 209.166 175.266 206.478 171.444 206.478ZM202.36 225H196.48V195.6H202.444V204.882C203.956 202.53 206.77 201.27 209.92 201.27C216.22 201.27 220.966 206.478 220.966 213.492C220.966 220.422 216.22 225.63 210.34 225.63C206.77 225.63 203.998 224.202 202.36 221.682V225ZM202.318 213.492C202.318 217.734 204.712 220.422 208.534 220.422C212.398 220.422 214.792 217.734 214.792 213.45C214.792 209.166 212.398 206.478 208.534 206.478C204.712 206.478 202.318 209.166 202.318 213.492ZM226.969 201.9L232.555 216.054L238.057 201.9H244.399L231.211 233.442H224.785L229.363 223.026L220.501 201.9H226.969ZM268.951 195.6H272.689L278.401 213.408L283.525 195.6H289.699L280.417 225H276.595L270.841 207.444L265.045 225H261.223L251.941 195.6H258.115L263.239 213.408L268.951 195.6ZM291.934 225V201.9H297.898V225H291.934ZM294.916 199.968C292.858 199.968 291.43 198.54 291.43 196.524C291.43 194.424 292.858 192.954 294.916 192.954C296.974 192.954 298.402 194.424 298.402 196.524C298.402 198.54 296.974 199.968 294.916 199.968ZM304.107 207.024H300.243V201.9H304.107V197.154H310.071V201.9H313.935V207.024H310.071V225H304.107V207.024ZM329.238 211.182C329.238 208.326 327.012 206.478 323.61 206.478C321.09 206.478 318.15 207.528 315.924 209.04V203.286C318.276 201.984 321.384 201.228 324.282 201.228C330.75 201.228 334.908 204.84 334.908 210.51V225H329.448V223.194C328.02 224.706 325.752 225.672 323.232 225.672C318.528 225.672 315.252 222.522 315.252 217.986C315.252 213.366 318.696 210.132 323.568 210.132C325.962 210.132 327.978 210.93 329.238 212.274V211.182ZM321.132 217.776C321.132 219.624 322.812 220.926 325.206 220.926C327.6 220.926 329.28 219.624 329.28 217.776C329.28 215.886 327.6 214.584 325.248 214.584C322.854 214.584 321.132 215.886 321.132 217.776ZM339.296 225V201.9H345.26V225H339.296ZM342.278 199.968C340.22 199.968 338.792 198.54 338.792 196.524C338.792 194.424 340.22 192.954 342.278 192.954C344.336 192.954 345.764 194.424 345.764 196.524C345.764 198.54 344.336 199.968 342.278 199.968ZM355.923 195.6V225H349.959V195.6H355.923ZM379.823 223.236C377.681 224.748 374.573 225.672 371.591 225.672C364.325 225.672 359.075 220.506 359.075 213.282C359.075 206.268 363.905 201.228 370.667 201.228C377.303 201.228 381.755 206.058 381.755 213.282C381.755 215.004 381.503 215.886 381.503 215.886H365.375C366.089 218.7 368.651 220.548 372.095 220.548C374.531 220.548 377.051 219.708 379.823 217.692V223.236ZM365.207 211.182H376.127C375.875 208.116 373.985 206.142 370.835 206.142C367.685 206.142 365.459 208.2 365.207 211.182ZM398.7 207.906C397.986 207.57 397.188 207.486 395.97 207.486C392.568 207.486 390.888 209.502 390.888 212.19V225H384.924V201.9H390.72V205.134C391.98 202.866 394.542 201.228 397.314 201.228C397.902 201.228 398.364 201.354 398.7 201.48V207.906Z";
4581
+ var AI_HUB_LOGOMARK_AI_D = "M24.7551 129L63.4371 40.8H76.0371L114.719 129H95.1891L88.2591 112.242H51.2151L44.2851 129H24.7551ZM57.6411 96.366H81.8331L69.7371 67.134L57.6411 96.366ZM117.876 40.8H136.398V129H117.876V40.8Z";
4582
+ var studioLogoFor = (color) => (id) => {
4583
+ const isFullyNegative = color === "negative";
4584
+ const lightCaption = color !== "positive";
4585
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4586
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_PAYOFF_D, fill: `url(#${id}-caption)` }),
4587
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: `url(#${id}-clip)`, children: isFullyNegative ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4588
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_MAIN_MARK_D, fill: `url(#${id}-mark)` }),
4589
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_TM_BAR_D, fill: `url(#${id}-tm)` }),
4590
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_TM_PLUS_D, fill: `url(#${id}-tm)` })
4591
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4592
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { filter: `url(#${id}-shadow-mark)`, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_MAIN_MARK_D, fill: `url(#${id}-radial)` }) }),
4593
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("g", { filter: `url(#${id}-shadow-tm)`, children: [
4594
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_TM_BAR_D, fill: "#9D5FFF" }),
4595
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_TM_PLUS_D, fill: "#9D5FFF" })
4596
+ ] })
4597
+ ] }) }),
4598
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("defs", { children: [
4599
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4600
+ "linearGradient",
4601
+ {
4602
+ id: `${id}-caption`,
4603
+ x1: "205",
4604
+ y1: "196",
4605
+ x2: "205.5",
4606
+ y2: "229",
4607
+ gradientUnits: "userSpaceOnUse",
4608
+ children: lightCaption ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4609
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4610
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4611
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4612
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "#4D4D4D" }),
4613
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#000000" })
4614
+ ] })
4615
+ }
4616
+ ),
4617
+ isFullyNegative ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4618
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4619
+ "linearGradient",
4620
+ {
4621
+ id: `${id}-mark`,
4622
+ x1: "250.85",
4623
+ y1: "36.4286",
4624
+ x2: "257.14",
4625
+ y2: "169.734",
4626
+ gradientUnits: "userSpaceOnUse",
4627
+ children: [
4628
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4629
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4630
+ ]
4631
+ }
4632
+ ),
4633
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4634
+ "linearGradient",
4635
+ {
4636
+ id: `${id}-tm`,
4637
+ x1: "555.951",
4638
+ y1: "47.0893",
4639
+ x2: "559.502",
4640
+ y2: "87.4469",
4641
+ gradientUnits: "userSpaceOnUse",
4642
+ children: [
4643
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4644
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4645
+ ]
4646
+ }
4647
+ )
4648
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4649
+ dropShadowFilter(`${id}-shadow-mark`, {
4650
+ x: "3.16",
4651
+ y: "18.29",
4652
+ width: "500.923",
4653
+ height: "142.43"
4654
+ }),
4655
+ dropShadowFilter(`${id}-shadow-tm`, {
4656
+ x: "510",
4657
+ y: "31",
4658
+ width: "92.1138",
4659
+ height: "61.75"
4660
+ }),
4661
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4662
+ "radialGradient",
4663
+ {
4664
+ id: `${id}-radial`,
4665
+ cx: "0",
4666
+ cy: "0",
4667
+ r: "1",
4668
+ gradientUnits: "userSpaceOnUse",
4669
+ gradientTransform: "translate(26 226) rotate(-28.5718) scale(472.547 1398.18)",
4670
+ children: [
4671
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "0.200144", stopColor: "#FF2821" }),
4672
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "0.33982", stopColor: "#FF3B30" }),
4673
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "0.701637", stopColor: "#9D5FFF" })
4674
+ ]
4675
+ }
4676
+ )
4677
+ ] }),
4678
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: `${id}-clip`, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "597.114", height: "234", fill: "white" }) })
4679
+ ] })
4680
+ ] });
4681
+ };
4682
+ var studioLogomarkFor = (color) => (id) => {
4683
+ const isNegative = color === "negative" || color === "negative-payoff";
4684
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4685
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4686
+ "rect",
4687
+ {
4688
+ x: isNegative ? "0.5" : "0",
4689
+ y: isNegative ? "0.5" : "0",
4690
+ width: isNegative ? "167" : "168",
4691
+ height: isNegative ? "167" : "168",
4692
+ rx: isNegative ? "57.5" : "58",
4693
+ fill: `url(#${id}-bg)`
4694
+ }
4695
+ ),
4696
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4697
+ "rect",
4698
+ {
4699
+ x: "0.5",
4700
+ y: "0.5",
4701
+ width: "167",
4702
+ height: "167",
4703
+ rx: "57.5",
4704
+ stroke: "white",
4705
+ strokeOpacity: isNegative ? "1" : "0.5"
4706
+ }
4707
+ ),
4708
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { filter: `url(#${id}-shadow)`, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: STUDIO_LOGOMARK_S_D, fill: `url(#${id}-fg)` }) }),
4709
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("defs", { children: [
4710
+ dropShadowFilter(`${id}-shadow`, {
4711
+ x: "50.048",
4712
+ y: "33.784",
4713
+ width: "68.338",
4714
+ height: "102.232"
4715
+ }),
4716
+ isNegative ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4717
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4718
+ "linearGradient",
4719
+ {
4720
+ id: `${id}-bg`,
4721
+ x1: "83.7829",
4722
+ y1: "36",
4723
+ x2: "101.863",
4724
+ y2: "165.506",
4725
+ gradientUnits: "userSpaceOnUse",
4726
+ children: [
4727
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4728
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4729
+ ]
4730
+ }
4731
+ ),
4732
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4733
+ "linearGradient",
4734
+ {
4735
+ id: `${id}-fg`,
4736
+ x1: "84",
4737
+ y1: "16",
4738
+ x2: "84",
4739
+ y2: "142",
4740
+ gradientUnits: "userSpaceOnUse",
4741
+ children: [
4742
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "#FF2821" }),
4743
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#9D5FFF" })
4744
+ ]
4745
+ }
4746
+ )
4747
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4748
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4749
+ "linearGradient",
4750
+ {
4751
+ id: `${id}-bg`,
4752
+ x1: "84",
4753
+ y1: "0",
4754
+ x2: "84",
4755
+ y2: "168",
4756
+ gradientUnits: "userSpaceOnUse",
4757
+ children: [
4758
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "#FF2821" }),
4759
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#9D5FFF" })
4760
+ ]
4761
+ }
4762
+ ),
4763
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4764
+ "linearGradient",
4765
+ {
4766
+ id: `${id}-fg`,
4767
+ x1: "83.9096",
4768
+ y1: "43",
4769
+ x2: "107.316",
4770
+ y2: "136.141",
4771
+ gradientUnits: "userSpaceOnUse",
4772
+ children: [
4773
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4774
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4775
+ ]
4776
+ }
4777
+ )
4778
+ ] })
4779
+ ] })
4780
+ ] });
4781
+ };
4782
+ var aiHubLogoFor = (color) => (id) => {
4783
+ const isFullyNegative = color === "negative";
4784
+ const lightCaption = color !== "positive";
4785
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4786
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_PAYOFF_D, fill: `url(#${id}-caption)` }),
4787
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: `url(#${id}-clip)`, children: isFullyNegative ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4788
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_MAIN_MARK_D, fill: `url(#${id}-mark)` }),
4789
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_TM_BAR_D, fill: `url(#${id}-tm)` }),
4790
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_TM_PLUS_D, fill: `url(#${id}-tm)` })
4791
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4792
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { filter: `url(#${id}-shadow-mark)`, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_MAIN_MARK_D, fill: `url(#${id}-radial)` }) }),
4793
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("g", { filter: `url(#${id}-shadow-tm)`, children: [
4794
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_TM_BAR_D, fill: "#9D5FFF" }),
4795
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_TM_PLUS_D, fill: "#9D5FFF" })
4796
+ ] })
4797
+ ] }) }),
4798
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("defs", { children: [
4799
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4800
+ "linearGradient",
4801
+ {
4802
+ id: `${id}-caption`,
4803
+ x1: "205.339",
4804
+ y1: "196",
4805
+ x2: "205.839",
4806
+ y2: "229",
4807
+ gradientUnits: "userSpaceOnUse",
4808
+ children: lightCaption ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4809
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4810
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4811
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4812
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "#4D4D4D" }),
4813
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#000000" })
4814
+ ] })
4815
+ }
4816
+ ),
4817
+ isFullyNegative ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4818
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4819
+ "linearGradient",
4820
+ {
4821
+ id: `${id}-mark`,
4822
+ x1: "259.328",
4823
+ y1: "36.4286",
4824
+ x2: "265.413",
4825
+ y2: "169.753",
4826
+ gradientUnits: "userSpaceOnUse",
4827
+ children: [
4828
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4829
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4830
+ ]
4831
+ }
4832
+ ),
4833
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4834
+ "linearGradient",
4835
+ {
4836
+ id: `${id}-tm`,
4837
+ x1: "572.951",
4838
+ y1: "47.0893",
4839
+ x2: "576.502",
4840
+ y2: "87.4469",
4841
+ gradientUnits: "userSpaceOnUse",
4842
+ children: [
4843
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4844
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4845
+ ]
4846
+ }
4847
+ )
4848
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4849
+ dropShadowFilter(`${id}-shadow-mark`, {
4850
+ x: "-3.12988",
4851
+ y: "29",
4852
+ width: "524.282",
4853
+ height: "131.72"
4854
+ }),
4855
+ dropShadowFilter(`${id}-shadow-tm`, {
4856
+ x: "527",
4857
+ y: "31",
4858
+ width: "92.114",
4859
+ height: "61.75"
4860
+ }),
4861
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4862
+ "radialGradient",
4863
+ {
4864
+ id: `${id}-radial`,
4865
+ cx: "0",
4866
+ cy: "0",
4867
+ r: "1",
4868
+ gradientTransform: "matrix(429.026 -226 691.294 1227.91 26.8788 226)",
4869
+ gradientUnits: "userSpaceOnUse",
4870
+ children: [
4871
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "0.200144", stopColor: "#FF2821" }),
4872
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "0.33982", stopColor: "#FF3B30" }),
4873
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "0.701637", stopColor: "#9D5FFF" })
4874
+ ]
4875
+ }
4876
+ )
4877
+ ] }),
4878
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: `${id}-clip`, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "614", height: "234", fill: "white" }) })
4879
+ ] })
4880
+ ] });
4881
+ };
4882
+ var aiHubLogomarkFor = (color) => (id) => {
4883
+ const isNegative = color === "negative" || color === "negative-payoff";
4884
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4885
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4886
+ "rect",
4887
+ {
4888
+ x: isNegative ? "0.5" : "0",
4889
+ y: isNegative ? "0.5" : "0",
4890
+ width: isNegative ? "167" : "168",
4891
+ height: isNegative ? "167" : "168",
4892
+ rx: isNegative ? "57.5" : "58",
4893
+ fill: `url(#${id}-bg)`
4894
+ }
4895
+ ),
4896
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4897
+ "rect",
4898
+ {
4899
+ x: "0.5",
4900
+ y: "0.5",
4901
+ width: "167",
4902
+ height: "167",
4903
+ rx: "57.5",
4904
+ stroke: "white",
4905
+ strokeOpacity: isNegative ? "1" : "0.5"
4906
+ }
4907
+ ),
4908
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { filter: `url(#${id}-shadow)`, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: AI_HUB_LOGOMARK_AI_D, fill: `url(#${id}-fg)` }) }),
4909
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("defs", { children: [
4910
+ dropShadowFilter(`${id}-shadow`, {
4911
+ x: "19.7551",
4912
+ y: "35.8",
4913
+ width: "121.642",
4914
+ height: "98.2"
4915
+ }),
4916
+ isNegative ? /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4917
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4918
+ "linearGradient",
4919
+ {
4920
+ id: `${id}-bg`,
4921
+ x1: "83.7829",
4922
+ y1: "36",
4923
+ x2: "101.863",
4924
+ y2: "165.506",
4925
+ gradientUnits: "userSpaceOnUse",
4926
+ children: [
4927
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4928
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4929
+ ]
4930
+ }
4931
+ ),
4932
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4933
+ "linearGradient",
4934
+ {
4935
+ id: `${id}-fg`,
4936
+ x1: "84",
4937
+ y1: "16",
4938
+ x2: "84",
4939
+ y2: "142",
4940
+ gradientUnits: "userSpaceOnUse",
4941
+ children: [
4942
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "#FF2821" }),
4943
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#9D5FFF" })
4944
+ ]
4945
+ }
4946
+ )
4947
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4948
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4949
+ "linearGradient",
4950
+ {
4951
+ id: `${id}-bg`,
4952
+ x1: "84",
4953
+ y1: "0",
4954
+ x2: "84",
4955
+ y2: "168",
4956
+ gradientUnits: "userSpaceOnUse",
4957
+ children: [
4958
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "#FF2821" }),
4959
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#9D5FFF" })
4960
+ ]
4961
+ }
4962
+ ),
4963
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4964
+ "linearGradient",
4965
+ {
4966
+ id: `${id}-fg`,
4967
+ x1: "83.8424",
4968
+ y1: "43",
4969
+ x2: "97.8295",
4970
+ y2: "140.006",
4971
+ gradientUnits: "userSpaceOnUse",
4972
+ children: [
4973
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { stopColor: "white" }),
4974
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("stop", { offset: "1", stopColor: "#E8E8E8" })
4975
+ ]
4976
+ }
4977
+ )
4978
+ ] })
4560
4979
  ] })
4980
+ ] });
4981
+ };
4982
+ var wsuiteLogo = () => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4983
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4984
+ "path",
4985
+ {
4986
+ d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM7.97844 4.3H8.95744L10.4534 8.964L11.7954 4.3H13.4124L10.9814 12H9.98044L8.47344 7.402L6.95544 12H5.95444L3.52344 4.3H5.14044L6.48244 8.964L7.97844 4.3ZM15.9729 12.176C15.1369 12.176 14.3559 11.956 13.7839 11.56V9.701C14.3229 10.306 15.1149 10.669 15.8959 10.669C16.7099 10.669 17.2819 10.295 17.2819 9.756C17.2819 9.393 17.0179 9.151 16.3909 8.931L15.4999 8.623C14.4219 8.249 13.8499 7.523 13.8499 6.522C13.8499 5.125 14.9829 4.124 16.5889 4.124C17.3039 4.124 18.0079 4.3 18.5249 4.619V6.346C17.9969 5.884 17.3479 5.631 16.6659 5.631C15.9289 5.631 15.4449 5.939 15.4449 6.412C15.4449 6.786 15.7529 7.094 16.3359 7.292L17.2159 7.589C18.3379 7.974 18.8769 8.656 18.8769 9.701C18.8769 11.197 17.7329 12.176 15.9729 12.176ZM25.4205 12H23.9025V11.329C23.5065 11.857 22.8465 12.176 22.0765 12.176C20.7125 12.176 19.8215 11.285 19.8215 9.943V5.95H21.3835V9.448C21.3835 10.295 21.8565 10.812 22.6375 10.812C23.4185 10.812 23.8585 10.317 23.8585 9.448V5.95H25.4205V12ZM26.7781 12V5.95H28.3401V12H26.7781ZM27.5591 5.444C27.0201 5.444 26.6461 5.07 26.6461 4.542C26.6461 3.992 27.0201 3.607 27.5591 3.607C28.0981 3.607 28.4721 3.992 28.4721 4.542C28.4721 5.07 28.0981 5.444 27.5591 5.444ZM30.0712 7.292H29.0592V5.95H30.0712V4.707H31.6332V5.95H32.6452V7.292H31.6332V12H30.0712V7.292ZM38.386 11.538C37.825 11.934 37.011 12.176 36.23 12.176C34.327 12.176 32.952 10.823 32.952 8.931C32.952 7.094 34.217 5.774 35.988 5.774C37.726 5.774 38.892 7.039 38.892 8.931C38.892 9.382 38.826 9.613 38.826 9.613H34.602C34.789 10.35 35.46 10.834 36.362 10.834C37 10.834 37.66 10.614 38.386 10.086V11.538ZM34.558 8.381H37.418C37.352 7.578 36.857 7.061 36.032 7.061C35.207 7.061 34.624 7.6 34.558 8.381ZM41.6447 2.76V14.2H38.8727V13.122H40.2147V3.838H38.8727V2.76H41.6447Z",
4987
+ fill: "black"
4988
+ }
4989
+ ),
4990
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4991
+ "path",
4992
+ {
4993
+ d: "M44.6972 2.88174H46.0612V4.93874H48.0852V6.25874H46.0612V8.32674H44.6972V6.25874H42.6512V4.93874H44.6972V2.88174Z",
4994
+ fill: "#FF78F3"
4995
+ }
4996
+ )
4997
+ ] });
4998
+ var wsuiteLogomark = () => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4999
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
5000
+ "path",
5001
+ {
5002
+ d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM7.97844 4.3H8.95744L10.4534 8.964L11.7954 4.3H13.4124L10.9814 12H9.98044L8.47344 7.402L6.95544 12H5.95444L3.52344 4.3H5.14044L6.48244 8.964L7.97844 4.3ZM15.9816 2.76V14.2H13.2096V13.122H14.5516V3.838H13.2096V2.76H15.9816Z",
5003
+ fill: "black"
5004
+ }
5005
+ ),
5006
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
5007
+ "path",
5008
+ {
5009
+ d: "M18.6972 2.88174H20.0612V4.93874H22.0852V6.25874H20.0612V8.32674H18.6972V6.25874H16.6512V4.93874H18.6972V2.88174Z",
5010
+ fill: "#FF78F3"
5011
+ }
5012
+ )
5013
+ ] });
5014
+ var feedatiLogo = () => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
5015
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
5016
+ "path",
5017
+ {
5018
+ d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM4.21695 12V4.3H9.65095V5.73H5.83395V7.523H9.11195V8.953H5.83395V12H4.21695ZM15.1399 11.538C14.5789 11.934 13.7649 12.176 12.9839 12.176C11.0809 12.176 9.70587 10.823 9.70587 8.931C9.70587 7.094 10.9709 5.774 12.7419 5.774C14.4799 5.774 15.6459 7.039 15.6459 8.931C15.6459 9.382 15.5799 9.613 15.5799 9.613H11.3559C11.5429 10.35 12.2139 10.834 13.1159 10.834C13.7539 10.834 14.4139 10.614 15.1399 10.086V11.538ZM11.3119 8.381H14.1719C14.1059 7.578 13.6109 7.061 12.7859 7.061C11.9609 7.061 11.3779 7.6 11.3119 8.381ZM21.5637 11.538C21.0027 11.934 20.1887 12.176 19.4077 12.176C17.5047 12.176 16.1297 10.823 16.1297 8.931C16.1297 7.094 17.3947 5.774 19.1657 5.774C20.9037 5.774 22.0697 7.039 22.0697 8.931C22.0697 9.382 22.0037 9.613 22.0037 9.613H17.7797C17.9667 10.35 18.6377 10.834 19.5397 10.834C20.1777 10.834 20.8377 10.614 21.5637 10.086V11.538ZM17.7357 8.381H20.5957C20.5297 7.578 20.0347 7.061 19.2097 7.061C18.3847 7.061 17.8017 7.6 17.7357 8.381ZM24.6328 5.708V10.592H25.5788C27.0968 10.592 28.0208 9.624 28.0208 8.15C28.0208 6.698 27.0748 5.708 25.5788 5.708H24.6328ZM25.7218 4.3C28.0758 4.3 29.6708 6.005 29.6708 8.15C29.6708 10.306 28.0978 12 25.7218 12H23.0158V4.3H25.7218ZM34.0509 8.381C34.0509 7.633 33.4679 7.149 32.5769 7.149C31.9169 7.149 31.1469 7.424 30.5639 7.82V6.313C31.1799 5.972 31.9939 5.774 32.7529 5.774C34.4469 5.774 35.5359 6.72 35.5359 8.205V12H34.1059V11.527C33.7319 11.923 33.1379 12.176 32.4779 12.176C31.2459 12.176 30.3879 11.351 30.3879 10.163C30.3879 8.953 31.2899 8.106 32.5659 8.106C33.1929 8.106 33.7209 8.315 34.0509 8.667V8.381ZM31.9279 10.108C31.9279 10.592 32.3679 10.933 32.9949 10.933C33.6219 10.933 34.0619 10.592 34.0619 10.108C34.0619 9.613 33.6219 9.272 33.0059 9.272C32.3789 9.272 31.9279 9.613 31.9279 10.108ZM37.118 7.292H36.106V5.95H37.118V4.707H38.68V5.95H39.692V7.292H38.68V12H37.118V7.292ZM40.41 12V5.95H41.972V12H40.41ZM41.191 5.444C40.652 5.444 40.278 5.07 40.278 4.542C40.278 3.992 40.652 3.607 41.191 3.607C41.73 3.607 42.104 3.992 42.104 4.542C42.104 5.07 41.73 5.444 41.191 5.444ZM45.2219 2.76V14.2H42.4499V13.122H43.7919V3.838H42.4499V2.76H45.2219Z",
5019
+ fill: "black"
5020
+ }
5021
+ ),
5022
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
5023
+ "path",
5024
+ {
5025
+ d: "M48.6971 2.88174H50.0611V4.93874H52.0851V6.25874H50.0611V8.32674H48.6971V6.25874H46.6511V4.93874H48.6971V2.88174Z",
5026
+ fill: "#FF2821"
5027
+ }
5028
+ )
5029
+ ] });
5030
+ var feedatiLogomark = () => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
5031
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
5032
+ "path",
5033
+ {
5034
+ d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM4.21695 12V4.3H9.65095V5.73H5.83395V7.523H9.11195V8.953H5.83395V12H4.21695ZM12.4904 2.76V14.2H9.71841V13.122H11.0604V3.838H9.71841V2.76H12.4904Z",
5035
+ fill: "black"
5036
+ }
5037
+ ),
5038
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
5039
+ "path",
5040
+ {
5041
+ d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z",
5042
+ fill: "#FF2821"
5043
+ }
5044
+ )
5045
+ ] });
5046
+ var svgContent = {
5047
+ wsuite: {
5048
+ logo: { positive: wsuiteLogo },
5049
+ logomark: { positive: wsuiteLogomark }
4561
5050
  },
4562
5051
  studio: {
4563
- logo: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4564
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM6.14376 12.176C5.30776 12.176 4.52676 11.956 3.95476 11.56V9.701C4.49376 10.306 5.28576 10.669 6.06676 10.669C6.88076 10.669 7.45276 10.295 7.45276 9.756C7.45276 9.393 7.18876 9.151 6.56176 8.931L5.67076 8.623C4.59276 8.249 4.02076 7.523 4.02076 6.522C4.02076 5.125 5.15376 4.124 6.75976 4.124C7.47476 4.124 8.17876 4.3 8.69576 4.619V6.346C8.16776 5.884 7.51876 5.631 6.83676 5.631C6.09976 5.631 5.61576 5.939 5.61576 6.412C5.61576 6.786 5.92376 7.094 6.50676 7.292L7.38676 7.589C8.50876 7.974 9.04776 8.656 9.04776 9.701C9.04776 11.197 7.90376 12.176 6.14376 12.176ZM10.5419 7.292H9.52987V5.95H10.5419V4.707H12.1039V5.95H13.1159V7.292H12.1039V12H10.5419V7.292ZM19.3297 12H17.8117V11.329C17.4157 11.857 16.7557 12.176 15.9857 12.176C14.6217 12.176 13.7307 11.285 13.7307 9.943V5.95H15.2927V9.448C15.2927 10.295 15.7657 10.812 16.5467 10.812C17.3277 10.812 17.7677 10.317 17.7677 9.448V5.95H19.3297V12ZM25.1384 12V11.142C24.7204 11.791 24.0054 12.165 23.1584 12.165C21.5084 12.165 20.2654 10.801 20.2654 8.986C20.2654 7.16 21.5084 5.785 23.1584 5.785C24.0164 5.785 24.7314 6.148 25.1164 6.742V4.3H26.6784V12H25.1384ZM23.5214 7.149C22.5094 7.149 21.8824 7.853 21.8824 8.975C21.8824 10.097 22.5094 10.801 23.5214 10.801C24.5224 10.801 25.1494 10.097 25.1494 8.986C25.1494 7.853 24.5224 7.149 23.5214 7.149ZM28.035 12V5.95H29.597V12H28.035ZM28.816 5.444C28.277 5.444 27.903 5.07 27.903 4.542C27.903 3.992 28.277 3.607 28.816 3.607C29.355 3.607 29.729 3.992 29.729 4.542C29.729 5.07 29.355 5.444 28.816 5.444ZM33.7585 12.165C31.8555 12.165 30.5135 10.845 30.5135 8.975C30.5135 7.105 31.8555 5.785 33.7585 5.785C35.6615 5.785 37.0145 7.105 37.0145 8.975C37.0145 10.845 35.6615 12.165 33.7585 12.165ZM33.7585 10.801C34.7595 10.801 35.3975 10.097 35.3975 8.975C35.3975 7.864 34.7595 7.149 33.7585 7.149C32.7685 7.149 32.1305 7.864 32.1305 8.975C32.1305 10.097 32.7575 10.801 33.7585 10.801ZM39.7219 2.76V14.2H36.9499V13.122H38.2919V3.838H36.9499V2.76H39.7219Z", fill: "black" }),
4565
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M42.6972 2.88174H44.0612V4.93874H46.0852V6.25874H44.0612V8.32674H42.6972V6.25874H40.6512V4.93874H42.6972V2.88174Z", fill: "#9D5FFF" })
4566
- ] }),
4567
- logomark: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4568
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM6.14376 12.176C5.30776 12.176 4.52676 11.956 3.95476 11.56V9.701C4.49376 10.306 5.28576 10.669 6.06676 10.669C6.88076 10.669 7.45276 10.295 7.45276 9.756C7.45276 9.393 7.18876 9.151 6.56176 8.931L5.67076 8.623C4.59276 8.249 4.02076 7.523 4.02076 6.522C4.02076 5.125 5.15376 4.124 6.75976 4.124C7.47476 4.124 8.17876 4.3 8.69576 4.619V6.346C8.16776 5.884 7.51876 5.631 6.83676 5.631C6.09976 5.631 5.61576 5.939 5.61576 6.412C5.61576 6.786 5.92376 7.094 6.50676 7.292L7.38676 7.589C8.50876 7.974 9.04776 8.656 9.04776 9.701C9.04776 11.197 7.90376 12.176 6.14376 12.176ZM12.05 2.76V14.2H9.27798V13.122H10.62V3.838H9.27798V2.76H12.05Z", fill: "black" }),
4569
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#9D5FFF" })
4570
- ] })
5052
+ logo: {
5053
+ positive: studioLogoFor("positive"),
5054
+ negative: studioLogoFor("negative"),
5055
+ "negative-payoff": studioLogoFor("negative-payoff")
5056
+ },
5057
+ logomark: {
5058
+ positive: studioLogomarkFor("positive"),
5059
+ negative: studioLogomarkFor("negative")
5060
+ }
4571
5061
  },
4572
5062
  feedati: {
4573
- logo: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4574
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM4.21695 12V4.3H9.65095V5.73H5.83395V7.523H9.11195V8.953H5.83395V12H4.21695ZM15.1399 11.538C14.5789 11.934 13.7649 12.176 12.9839 12.176C11.0809 12.176 9.70587 10.823 9.70587 8.931C9.70587 7.094 10.9709 5.774 12.7419 5.774C14.4799 5.774 15.6459 7.039 15.6459 8.931C15.6459 9.382 15.5799 9.613 15.5799 9.613H11.3559C11.5429 10.35 12.2139 10.834 13.1159 10.834C13.7539 10.834 14.4139 10.614 15.1399 10.086V11.538ZM11.3119 8.381H14.1719C14.1059 7.578 13.6109 7.061 12.7859 7.061C11.9609 7.061 11.3779 7.6 11.3119 8.381ZM21.5637 11.538C21.0027 11.934 20.1887 12.176 19.4077 12.176C17.5047 12.176 16.1297 10.823 16.1297 8.931C16.1297 7.094 17.3947 5.774 19.1657 5.774C20.9037 5.774 22.0697 7.039 22.0697 8.931C22.0697 9.382 22.0037 9.613 22.0037 9.613H17.7797C17.9667 10.35 18.6377 10.834 19.5397 10.834C20.1777 10.834 20.8377 10.614 21.5637 10.086V11.538ZM17.7357 8.381H20.5957C20.5297 7.578 20.0347 7.061 19.2097 7.061C18.3847 7.061 17.8017 7.6 17.7357 8.381ZM24.6328 5.708V10.592H25.5788C27.0968 10.592 28.0208 9.624 28.0208 8.15C28.0208 6.698 27.0748 5.708 25.5788 5.708H24.6328ZM25.7218 4.3C28.0758 4.3 29.6708 6.005 29.6708 8.15C29.6708 10.306 28.0978 12 25.7218 12H23.0158V4.3H25.7218ZM34.0509 8.381C34.0509 7.633 33.4679 7.149 32.5769 7.149C31.9169 7.149 31.1469 7.424 30.5639 7.82V6.313C31.1799 5.972 31.9939 5.774 32.7529 5.774C34.4469 5.774 35.5359 6.72 35.5359 8.205V12H34.1059V11.527C33.7319 11.923 33.1379 12.176 32.4779 12.176C31.2459 12.176 30.3879 11.351 30.3879 10.163C30.3879 8.953 31.2899 8.106 32.5659 8.106C33.1929 8.106 33.7209 8.315 34.0509 8.667V8.381ZM31.9279 10.108C31.9279 10.592 32.3679 10.933 32.9949 10.933C33.6219 10.933 34.0619 10.592 34.0619 10.108C34.0619 9.613 33.6219 9.272 33.0059 9.272C32.3789 9.272 31.9279 9.613 31.9279 10.108ZM37.118 7.292H36.106V5.95H37.118V4.707H38.68V5.95H39.692V7.292H38.68V12H37.118V7.292ZM40.41 12V5.95H41.972V12H40.41ZM41.191 5.444C40.652 5.444 40.278 5.07 40.278 4.542C40.278 3.992 40.652 3.607 41.191 3.607C41.73 3.607 42.104 3.992 42.104 4.542C42.104 5.07 41.73 5.444 41.191 5.444ZM45.2219 2.76V14.2H42.4499V13.122H43.7919V3.838H42.4499V2.76H45.2219Z", fill: "black" }),
4575
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M48.6971 2.88174H50.0611V4.93874H52.0851V6.25874H50.0611V8.32674H48.6971V6.25874H46.6511V4.93874H48.6971V2.88174Z", fill: "#FF2821" })
4576
- ] }),
4577
- logomark: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4578
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM4.21695 12V4.3H9.65095V5.73H5.83395V7.523H9.11195V8.953H5.83395V12H4.21695ZM12.4904 2.76V14.2H9.71841V13.122H11.0604V3.838H9.71841V2.76H12.4904Z", fill: "black" }),
4579
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#FF2821" })
4580
- ] })
5063
+ logo: { positive: feedatiLogo },
5064
+ logomark: { positive: feedatiLogomark }
5065
+ },
5066
+ "ai-hub": {
5067
+ logo: {
5068
+ positive: aiHubLogoFor("positive"),
5069
+ negative: aiHubLogoFor("negative"),
5070
+ "negative-payoff": aiHubLogoFor("negative-payoff")
5071
+ },
5072
+ logomark: {
5073
+ positive: aiHubLogomarkFor("positive"),
5074
+ negative: aiHubLogomarkFor("negative")
5075
+ }
4581
5076
  }
4582
5077
  };
4583
5078
  var viewBoxMap = {
4584
5079
  wsuite: { logo: "0 0 51 16", logomark: "0 0 25 16" },
4585
- studio: { logo: "0 0 49 16", logomark: "0 0 22 16" },
4586
- feedati: { logo: "0 0 55 16", logomark: "0 0 22 16" }
5080
+ studio: { logo: "0 0 597.114 234", logomark: "0 0 168 168" },
5081
+ feedati: { logo: "0 0 55 16", logomark: "0 0 22 16" },
5082
+ "ai-hub": { logo: "0 0 614 234", logomark: "0 0 168 168" }
5083
+ };
5084
+ var resolveColor = (product, variant, color) => {
5085
+ const variantContent = svgContent[product][variant];
5086
+ if (variantContent[color]) return color;
5087
+ if (variant === "logomark" && color === "negative-payoff" && variantContent.negative) {
5088
+ return "negative";
5089
+ }
5090
+ return "positive";
4587
5091
  };
4588
5092
  var Logo = (0, import_react3.forwardRef)(
4589
- ({
4590
- product = "wsuite",
4591
- variant = "logo",
4592
- sx,
4593
- ...props
4594
- }, ref) => {
4595
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
5093
+ ({ product = "wsuite", variant = "logo", color = "positive", sx, ...props }, ref) => {
5094
+ const rawId = (0, import_react3.useId)();
5095
+ const id = `forest-logo-${rawId.replace(/[^a-zA-Z0-9_-]/g, "")}`;
5096
+ const resolvedColor = resolveColor(product, variant, color);
5097
+ const renderer = svgContent[product][variant][resolvedColor];
5098
+ const content = renderer ? renderer(id) : null;
5099
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4596
5100
  import_material.Box,
4597
5101
  {
4598
5102
  component: "svg",
@@ -4607,7 +5111,7 @@ var Logo = (0, import_react3.forwardRef)(
4607
5111
  ...sx
4608
5112
  },
4609
5113
  ...props,
4610
- children: svgPaths[product][variant]
5114
+ children: content
4611
5115
  }
4612
5116
  );
4613
5117
  }
@@ -4617,21 +5121,21 @@ Logo.displayName = "Logo";
4617
5121
  // src/components/ToggleButton/index.tsx
4618
5122
  var import_ToggleButton = __toESM(require("@mui/material/ToggleButton"));
4619
5123
  var import_ToggleButtonGroup = __toESM(require("@mui/material/ToggleButtonGroup"));
4620
- var import_jsx_runtime18 = require("react/jsx-runtime");
5124
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4621
5125
  function ToggleButton(props) {
4622
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_ToggleButton.default, { ...props });
5126
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_ToggleButton.default, { ...props });
4623
5127
  }
4624
5128
  function ToggleButtonGroup(props) {
4625
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_ToggleButtonGroup.default, { ...props });
5129
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_ToggleButtonGroup.default, { ...props });
4626
5130
  }
4627
5131
 
4628
5132
  // src/components/DatePicker/index.tsx
4629
5133
  var import_DatePicker = require("@mui/x-date-pickers/DatePicker");
4630
5134
  var import_LocalizationProvider = require("@mui/x-date-pickers/LocalizationProvider");
4631
5135
  var import_AdapterDayjs = require("@mui/x-date-pickers/AdapterDayjs");
4632
- var import_jsx_runtime19 = require("react/jsx-runtime");
5136
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4633
5137
  function DatePicker(props) {
4634
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_LocalizationProvider.LocalizationProvider, { dateAdapter: import_AdapterDayjs.AdapterDayjs, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_DatePicker.DatePicker, { ...props }) });
5138
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_LocalizationProvider.LocalizationProvider, { dateAdapter: import_AdapterDayjs.AdapterDayjs, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_DatePicker.DatePicker, { ...props }) });
4635
5139
  }
4636
5140
 
4637
5141
  // src/components/FormControl/index.tsx
@@ -4640,84 +5144,77 @@ var import_FormControlLabel = __toESM(require("@mui/material/FormControlLabel"))
4640
5144
  var import_FormGroup = __toESM(require("@mui/material/FormGroup"));
4641
5145
  var import_FormHelperText = __toESM(require("@mui/material/FormHelperText"));
4642
5146
  var import_FormLabel = __toESM(require("@mui/material/FormLabel"));
4643
- var import_jsx_runtime20 = require("react/jsx-runtime");
5147
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4644
5148
  function FormControl(props) {
4645
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormControl2.default, { ...props });
5149
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_FormControl2.default, { ...props });
4646
5150
  }
4647
5151
  function FormControlLabel(props) {
4648
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormControlLabel.default, { ...props });
5152
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_FormControlLabel.default, { ...props });
4649
5153
  }
4650
5154
  function FormGroup(props) {
4651
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormGroup.default, { ...props });
5155
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_FormGroup.default, { ...props });
4652
5156
  }
4653
5157
  function FormHelperText(props) {
4654
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormHelperText.default, { ...props });
5158
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_FormHelperText.default, { ...props });
4655
5159
  }
4656
5160
  function FormLabel(props) {
4657
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormLabel.default, { ...props });
5161
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_FormLabel.default, { ...props });
4658
5162
  }
4659
5163
 
4660
5164
  // src/components/InputAdornment/index.tsx
4661
5165
  var import_InputAdornment2 = __toESM(require("@mui/material/InputAdornment"));
4662
- var import_jsx_runtime21 = require("react/jsx-runtime");
5166
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4663
5167
  function InputAdornment2(props) {
4664
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_InputAdornment2.default, { ...props });
5168
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_InputAdornment2.default, { ...props });
4665
5169
  }
4666
5170
 
4667
5171
  // src/components/InputBase/index.tsx
4668
5172
  var import_InputBase2 = __toESM(require("@mui/material/InputBase"));
4669
- var import_jsx_runtime22 = require("react/jsx-runtime");
5173
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4670
5174
  function InputBase(props) {
4671
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_InputBase2.default, { ...props });
5175
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_InputBase2.default, { ...props });
4672
5176
  }
4673
5177
 
4674
5178
  // src/components/InputLabel/index.tsx
4675
5179
  var import_InputLabel2 = __toESM(require("@mui/material/InputLabel"));
4676
- var import_jsx_runtime23 = require("react/jsx-runtime");
5180
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4677
5181
  function InputLabel(props) {
4678
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_InputLabel2.default, { ...props });
5182
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_InputLabel2.default, { ...props });
4679
5183
  }
4680
5184
 
4681
5185
  // src/components/OutlinedInput/index.tsx
4682
5186
  var import_OutlinedInput = __toESM(require("@mui/material/OutlinedInput"));
4683
5187
  var import_FilledInput = __toESM(require("@mui/material/FilledInput"));
4684
- var import_jsx_runtime24 = require("react/jsx-runtime");
5188
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4685
5189
  function OutlinedInput(props) {
4686
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_OutlinedInput.default, { ...props });
5190
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_OutlinedInput.default, { ...props });
4687
5191
  }
4688
5192
  function FilledInput(props) {
4689
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_FilledInput.default, { ...props });
5193
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_FilledInput.default, { ...props });
4690
5194
  }
4691
5195
 
4692
5196
  // src/components/Avatar/index.tsx
4693
5197
  var import_Avatar = __toESM(require("@mui/material/Avatar"));
4694
5198
  var import_AvatarGroup = __toESM(require("@mui/material/AvatarGroup"));
4695
- var import_jsx_runtime25 = require("react/jsx-runtime");
5199
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4696
5200
  function Avatar(props) {
4697
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_Avatar.default, { ...props });
5201
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_Avatar.default, { ...props });
4698
5202
  }
4699
5203
  function AvatarGroup(props) {
4700
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_AvatarGroup.default, { ...props });
5204
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_AvatarGroup.default, { ...props });
4701
5205
  }
4702
5206
 
4703
5207
  // src/components/Badge/index.tsx
4704
5208
  var import_Badge = __toESM(require("@mui/material/Badge"));
4705
- var import_jsx_runtime26 = require("react/jsx-runtime");
5209
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4706
5210
  function Badge(props) {
4707
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_Badge.default, { ...props });
5211
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_Badge.default, { ...props });
4708
5212
  }
4709
5213
 
4710
5214
  // src/components/Chip/index.tsx
4711
5215
  var import_Chip = __toESM(require("@mui/material/Chip"));
4712
-
4713
- // ../../node_modules/@mui/icons-material/esm/CloseOutlined.js
4714
- var import_jsx_runtime27 = require("react/jsx-runtime");
4715
- var CloseOutlined_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", {
4716
- d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
4717
- }), "CloseOutlined");
4718
-
4719
- // src/components/Chip/index.tsx
4720
- var import_jsx_runtime28 = require("react/jsx-runtime");
5216
+ var import_CloseOutlined = __toESM(require("@mui/icons-material/CloseOutlined"));
5217
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4721
5218
  var customChipColors = {
4722
5219
  teal: { bg: misc.teal[50], color: misc.teal[700], deleteIcon: misc.teal[400] },
4723
5220
  orange: { bg: misc.orange[50], color: misc.orange[700], deleteIcon: misc.orange[400] },
@@ -4730,10 +5227,10 @@ var customChipColors = {
4730
5227
  rose: { bg: misc.rose[50], color: misc.rose[700], deleteIcon: misc.rose[400] },
4731
5228
  blueLight: { bg: misc.blueLight[50], color: misc.blueLight[700], deleteIcon: misc.blueLight[400] }
4732
5229
  };
4733
- function Chip({ color, deleteIcon = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CloseOutlined_default, {}), sx, ...props }) {
5230
+ function Chip({ color, deleteIcon = /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_CloseOutlined.default, {}), sx, ...props }) {
4734
5231
  const custom = color && typeof color === "string" ? customChipColors[color] : void 0;
4735
5232
  if (custom) {
4736
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5233
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4737
5234
  import_Chip.default,
4738
5235
  {
4739
5236
  deleteIcon,
@@ -4753,7 +5250,7 @@ function Chip({ color, deleteIcon = /* @__PURE__ */ (0, import_jsx_runtime28.jsx
4753
5250
  }
4754
5251
  );
4755
5252
  }
4756
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5253
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4757
5254
  import_Chip.default,
4758
5255
  {
4759
5256
  color,
@@ -4766,24 +5263,24 @@ function Chip({ color, deleteIcon = /* @__PURE__ */ (0, import_jsx_runtime28.jsx
4766
5263
 
4767
5264
  // src/components/Divider/index.tsx
4768
5265
  var import_Divider = __toESM(require("@mui/material/Divider"));
4769
- var import_jsx_runtime29 = require("react/jsx-runtime");
5266
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4770
5267
  function Divider(props) {
4771
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_Divider.default, { ...props });
5268
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_Divider.default, { ...props });
4772
5269
  }
4773
5270
 
4774
5271
  // src/components/ImageList/index.tsx
4775
5272
  var import_ImageList = __toESM(require("@mui/material/ImageList"));
4776
5273
  var import_ImageListItem = __toESM(require("@mui/material/ImageListItem"));
4777
5274
  var import_ImageListItemBar = __toESM(require("@mui/material/ImageListItemBar"));
4778
- var import_jsx_runtime30 = require("react/jsx-runtime");
5275
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4779
5276
  function ImageList(props) {
4780
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_ImageList.default, { ...props });
5277
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_ImageList.default, { ...props });
4781
5278
  }
4782
5279
  function ImageListItem(props) {
4783
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_ImageListItem.default, { ...props });
5280
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_ImageListItem.default, { ...props });
4784
5281
  }
4785
5282
  function ImageListItemBar(props) {
4786
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_ImageListItemBar.default, { ...props });
5283
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_ImageListItemBar.default, { ...props });
4787
5284
  }
4788
5285
 
4789
5286
  // src/components/List/index.tsx
@@ -4795,37 +5292,37 @@ var import_ListItemText2 = __toESM(require("@mui/material/ListItemText"));
4795
5292
  var import_ListItemAvatar = __toESM(require("@mui/material/ListItemAvatar"));
4796
5293
  var import_ListSubheader = __toESM(require("@mui/material/ListSubheader"));
4797
5294
  var import_ListItemSecondaryAction = __toESM(require("@mui/material/ListItemSecondaryAction"));
4798
- var import_jsx_runtime31 = require("react/jsx-runtime");
5295
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4799
5296
  function List(props) {
4800
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_List.default, { ...props });
5297
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_List.default, { ...props });
4801
5298
  }
4802
5299
  function ListItem(props) {
4803
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItem.default, { ...props });
5300
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_ListItem.default, { ...props });
4804
5301
  }
4805
5302
  function ListItemButton(props) {
4806
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemButton.default, { ...props });
5303
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_ListItemButton.default, { ...props });
4807
5304
  }
4808
5305
  function ListItemIcon(props) {
4809
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemIcon.default, { ...props });
5306
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_ListItemIcon.default, { ...props });
4810
5307
  }
4811
5308
  function ListItemText(props) {
4812
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemText2.default, { ...props });
5309
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_ListItemText2.default, { ...props });
4813
5310
  }
4814
5311
  function ListItemAvatar(props) {
4815
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemAvatar.default, { ...props });
5312
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_ListItemAvatar.default, { ...props });
4816
5313
  }
4817
5314
  function ListSubheader(props) {
4818
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListSubheader.default, { ...props });
5315
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_ListSubheader.default, { ...props });
4819
5316
  }
4820
5317
  function ListItemSecondaryAction(props) {
4821
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemSecondaryAction.default, { ...props });
5318
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_ListItemSecondaryAction.default, { ...props });
4822
5319
  }
4823
5320
 
4824
5321
  // src/components/Rating/index.tsx
4825
5322
  var import_Rating = __toESM(require("@mui/material/Rating"));
4826
- var import_jsx_runtime32 = require("react/jsx-runtime");
5323
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4827
5324
  function Rating(props) {
4828
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_Rating.default, { ...props });
5325
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_Rating.default, { ...props });
4829
5326
  }
4830
5327
 
4831
5328
  // src/components/Table/index.tsx
@@ -4838,54 +5335,54 @@ var import_TableRow = __toESM(require("@mui/material/TableRow"));
4838
5335
  var import_TableFooter = __toESM(require("@mui/material/TableFooter"));
4839
5336
  var import_TablePagination = __toESM(require("@mui/material/TablePagination"));
4840
5337
  var import_TableSortLabel = __toESM(require("@mui/material/TableSortLabel"));
4841
- var import_jsx_runtime33 = require("react/jsx-runtime");
5338
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4842
5339
  function Table(props) {
4843
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_Table.default, { ...props });
5340
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_Table.default, { ...props });
4844
5341
  }
4845
5342
  function TableBody(props) {
4846
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableBody.default, { ...props });
5343
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TableBody.default, { ...props });
4847
5344
  }
4848
5345
  function TableCell(props) {
4849
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableCell.default, { ...props });
5346
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TableCell.default, { ...props });
4850
5347
  }
4851
5348
  function TableContainer(props) {
4852
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableContainer.default, { ...props });
5349
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TableContainer.default, { ...props });
4853
5350
  }
4854
5351
  function TableHead(props) {
4855
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableHead.default, { ...props });
5352
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TableHead.default, { ...props });
4856
5353
  }
4857
5354
  function TableRow(props) {
4858
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableRow.default, { ...props });
5355
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TableRow.default, { ...props });
4859
5356
  }
4860
5357
  function TableFooter(props) {
4861
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableFooter.default, { ...props });
5358
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TableFooter.default, { ...props });
4862
5359
  }
4863
5360
  function TablePagination(props) {
4864
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TablePagination.default, { ...props });
5361
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TablePagination.default, { ...props });
4865
5362
  }
4866
5363
  function TableSortLabel(props) {
4867
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableSortLabel.default, { ...props });
5364
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_TableSortLabel.default, { ...props });
4868
5365
  }
4869
5366
 
4870
5367
  // src/components/DataGrid/index.tsx
4871
5368
  var import_x_data_grid = require("@mui/x-data-grid");
4872
- var import_jsx_runtime34 = require("react/jsx-runtime");
5369
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4873
5370
  function DataGrid(props) {
4874
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_x_data_grid.DataGrid, { ...props });
5371
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_x_data_grid.DataGrid, { ...props });
4875
5372
  }
4876
5373
 
4877
5374
  // src/components/Tooltip/index.tsx
4878
5375
  var import_Tooltip = __toESM(require("@mui/material/Tooltip"));
4879
- var import_jsx_runtime35 = require("react/jsx-runtime");
5376
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4880
5377
  function Tooltip({ arrow = true, ...props }) {
4881
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_Tooltip.default, { arrow, ...props });
5378
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_Tooltip.default, { arrow, ...props });
4882
5379
  }
4883
5380
 
4884
5381
  // src/components/Typography/index.tsx
4885
5382
  var import_Typography = __toESM(require("@mui/material/Typography"));
4886
- var import_jsx_runtime36 = require("react/jsx-runtime");
5383
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4887
5384
  function Typography(props) {
4888
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_Typography.default, { ...props });
5385
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_Typography.default, { ...props });
4889
5386
  }
4890
5387
 
4891
5388
  // src/components/Accordion/index.tsx
@@ -4893,30 +5390,30 @@ var import_Accordion = __toESM(require("@mui/material/Accordion"));
4893
5390
  var import_AccordionSummary = __toESM(require("@mui/material/AccordionSummary"));
4894
5391
  var import_AccordionDetails = __toESM(require("@mui/material/AccordionDetails"));
4895
5392
  var import_AccordionActions = __toESM(require("@mui/material/AccordionActions"));
4896
- var import_jsx_runtime37 = require("react/jsx-runtime");
5393
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4897
5394
  function Accordion(props) {
4898
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_Accordion.default, { ...props });
5395
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_Accordion.default, { ...props });
4899
5396
  }
4900
5397
  function AccordionSummary(props) {
4901
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_AccordionSummary.default, { ...props });
5398
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_AccordionSummary.default, { ...props });
4902
5399
  }
4903
5400
  function AccordionDetails(props) {
4904
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_AccordionDetails.default, { ...props });
5401
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_AccordionDetails.default, { ...props });
4905
5402
  }
4906
5403
  function AccordionActions(props) {
4907
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_AccordionActions.default, { ...props });
5404
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_AccordionActions.default, { ...props });
4908
5405
  }
4909
5406
 
4910
5407
  // src/components/AppBar/index.tsx
4911
5408
  var import_AppBar = __toESM(require("@mui/material/AppBar"));
4912
5409
  var import_Toolbar = __toESM(require("@mui/material/Toolbar"));
4913
5410
  var import_Button3 = __toESM(require("@mui/material/Button"));
4914
- var import_jsx_runtime38 = require("react/jsx-runtime");
5411
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4915
5412
  function AppBar(props) {
4916
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_AppBar.default, { ...props });
5413
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_AppBar.default, { ...props });
4917
5414
  }
4918
5415
  function Toolbar(props) {
4919
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_Toolbar.default, { ...props });
5416
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_Toolbar.default, { ...props });
4920
5417
  }
4921
5418
  function AppBarNavItem({
4922
5419
  label,
@@ -4926,7 +5423,7 @@ function AppBarNavItem({
4926
5423
  sx,
4927
5424
  ...props
4928
5425
  }) {
4929
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5426
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4930
5427
  import_Button3.default,
4931
5428
  {
4932
5429
  variant: "text",
@@ -4977,9 +5474,9 @@ var import_CardContent = __toESM(require("@mui/material/CardContent"));
4977
5474
  var import_CardHeader = __toESM(require("@mui/material/CardHeader"));
4978
5475
  var import_CardActions = __toESM(require("@mui/material/CardActions"));
4979
5476
  var import_CardMedia = __toESM(require("@mui/material/CardMedia"));
4980
- var import_jsx_runtime39 = require("react/jsx-runtime");
5477
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4981
5478
  function Card({ color = "primary", sx, ...props }) {
4982
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5479
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4983
5480
  import_Card.default,
4984
5481
  {
4985
5482
  ...props,
@@ -4991,60 +5488,60 @@ function Card({ color = "primary", sx, ...props }) {
4991
5488
  );
4992
5489
  }
4993
5490
  function CardContent(props) {
4994
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardContent.default, { ...props });
5491
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_CardContent.default, { ...props });
4995
5492
  }
4996
5493
  function CardHeader(props) {
4997
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardHeader.default, { ...props });
5494
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_CardHeader.default, { ...props });
4998
5495
  }
4999
5496
  function CardActions(props) {
5000
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardActions.default, { ...props });
5497
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_CardActions.default, { ...props });
5001
5498
  }
5002
5499
  function CardMedia(props) {
5003
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardMedia.default, { ...props });
5500
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_CardMedia.default, { ...props });
5004
5501
  }
5005
5502
 
5006
5503
  // src/components/CardActionArea/index.tsx
5007
5504
  var import_CardActionArea = __toESM(require("@mui/material/CardActionArea"));
5008
- var import_jsx_runtime40 = require("react/jsx-runtime");
5505
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5009
5506
  function CardActionArea(props) {
5010
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_CardActionArea.default, { ...props });
5507
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_CardActionArea.default, { ...props });
5011
5508
  }
5012
5509
 
5013
5510
  // src/components/Drawer/index.tsx
5014
5511
  var import_Drawer = __toESM(require("@mui/material/Drawer"));
5015
5512
  var import_SwipeableDrawer = __toESM(require("@mui/material/SwipeableDrawer"));
5016
- var import_jsx_runtime41 = require("react/jsx-runtime");
5513
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5017
5514
  function Drawer({ anchor = "right", hideBackdrop = true, ...props }) {
5018
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_Drawer.default, { anchor, hideBackdrop, ...props });
5515
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_Drawer.default, { anchor, hideBackdrop, ...props });
5019
5516
  }
5020
5517
  function SwipeableDrawer(props) {
5021
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_SwipeableDrawer.default, { ...props });
5518
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_SwipeableDrawer.default, { ...props });
5022
5519
  }
5023
5520
 
5024
5521
  // src/components/Paper/index.tsx
5025
5522
  var import_Paper = __toESM(require("@mui/material/Paper"));
5026
- var import_jsx_runtime42 = require("react/jsx-runtime");
5523
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5027
5524
  function Paper(props) {
5028
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_Paper.default, { ...props });
5525
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_Paper.default, { ...props });
5029
5526
  }
5030
5527
 
5031
5528
  // src/components/Alert/index.tsx
5032
5529
  var import_react4 = __toESM(require("react"));
5033
5530
  var import_Alert = __toESM(require("@mui/material/Alert"));
5034
5531
  var import_AlertTitle = __toESM(require("@mui/material/AlertTitle"));
5035
- var import_jsx_runtime43 = require("react/jsx-runtime");
5532
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5036
5533
  var Alert = import_react4.default.forwardRef(function Alert2(props, ref) {
5037
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_Alert.default, { ref, ...props });
5534
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_Alert.default, { ref, ...props });
5038
5535
  });
5039
5536
  function AlertTitle(props) {
5040
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_AlertTitle.default, { ...props });
5537
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_AlertTitle.default, { ...props });
5041
5538
  }
5042
5539
 
5043
5540
  // src/components/Backdrop/index.tsx
5044
5541
  var import_Backdrop = __toESM(require("@mui/material/Backdrop"));
5045
- var import_jsx_runtime44 = require("react/jsx-runtime");
5542
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5046
5543
  function Backdrop(props) {
5047
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_Backdrop.default, { ...props });
5544
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_Backdrop.default, { ...props });
5048
5545
  }
5049
5546
 
5050
5547
  // src/components/Dialog/index.tsx
@@ -5053,53 +5550,53 @@ var import_DialogTitle = __toESM(require("@mui/material/DialogTitle"));
5053
5550
  var import_DialogContent = __toESM(require("@mui/material/DialogContent"));
5054
5551
  var import_DialogActions = __toESM(require("@mui/material/DialogActions"));
5055
5552
  var import_DialogContentText = __toESM(require("@mui/material/DialogContentText"));
5056
- var import_jsx_runtime45 = require("react/jsx-runtime");
5553
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5057
5554
  function Dialog(props) {
5058
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_Dialog.default, { ...props });
5555
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_Dialog.default, { ...props });
5059
5556
  }
5060
5557
  function DialogTitle(props) {
5061
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogTitle.default, { ...props });
5558
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_DialogTitle.default, { ...props });
5062
5559
  }
5063
5560
  function DialogContent(props) {
5064
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogContent.default, { ...props });
5561
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_DialogContent.default, { ...props });
5065
5562
  }
5066
5563
  function DialogActions(props) {
5067
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogActions.default, { ...props });
5564
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_DialogActions.default, { ...props });
5068
5565
  }
5069
5566
  function DialogContentText(props) {
5070
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogContentText.default, { ...props });
5567
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_DialogContentText.default, { ...props });
5071
5568
  }
5072
5569
 
5073
5570
  // src/components/Progress/index.tsx
5074
5571
  var import_LinearProgress = __toESM(require("@mui/material/LinearProgress"));
5075
5572
  var import_CircularProgress = __toESM(require("@mui/material/CircularProgress"));
5076
- var import_jsx_runtime46 = require("react/jsx-runtime");
5573
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5077
5574
  function LinearProgress(props) {
5078
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_LinearProgress.default, { ...props });
5575
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_LinearProgress.default, { ...props });
5079
5576
  }
5080
5577
  function CircularProgress(props) {
5081
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_CircularProgress.default, { ...props });
5578
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_CircularProgress.default, { ...props });
5082
5579
  }
5083
5580
 
5084
5581
  // src/components/Skeleton/index.tsx
5085
5582
  var import_Skeleton = __toESM(require("@mui/material/Skeleton"));
5086
- var import_jsx_runtime47 = require("react/jsx-runtime");
5583
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5087
5584
  function Skeleton(props) {
5088
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_Skeleton.default, { ...props });
5585
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_Skeleton.default, { ...props });
5089
5586
  }
5090
5587
 
5091
5588
  // src/components/Modal/index.tsx
5092
5589
  var import_Modal = __toESM(require("@mui/material/Modal"));
5093
- var import_jsx_runtime48 = require("react/jsx-runtime");
5590
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5094
5591
  function Modal(props) {
5095
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_Modal.default, { ...props });
5592
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_Modal.default, { ...props });
5096
5593
  }
5097
5594
 
5098
5595
  // src/components/Popover/index.tsx
5099
5596
  var import_Popover = __toESM(require("@mui/material/Popover"));
5100
- var import_jsx_runtime49 = require("react/jsx-runtime");
5597
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5101
5598
  function Popover({ slotProps, ...props }) {
5102
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5599
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5103
5600
  import_Popover.default,
5104
5601
  {
5105
5602
  ...props,
@@ -5116,88 +5613,88 @@ function Popover({ slotProps, ...props }) {
5116
5613
 
5117
5614
  // src/components/Snackbar/index.tsx
5118
5615
  var import_Snackbar = __toESM(require("@mui/material/Snackbar"));
5119
- var import_jsx_runtime50 = require("react/jsx-runtime");
5616
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5120
5617
  function Snackbar(props) {
5121
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_Snackbar.default, { ...props });
5618
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_Snackbar.default, { ...props });
5122
5619
  }
5123
5620
 
5124
5621
  // src/components/SnackbarContent/index.tsx
5125
5622
  var import_SnackbarContent = __toESM(require("@mui/material/SnackbarContent"));
5126
- var import_jsx_runtime51 = require("react/jsx-runtime");
5623
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5127
5624
  function SnackbarContent(props) {
5128
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_SnackbarContent.default, { ...props });
5625
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_SnackbarContent.default, { ...props });
5129
5626
  }
5130
5627
 
5131
5628
  // src/components/BottomNavigation/index.tsx
5132
5629
  var import_BottomNavigation = __toESM(require("@mui/material/BottomNavigation"));
5133
5630
  var import_BottomNavigationAction = __toESM(require("@mui/material/BottomNavigationAction"));
5134
- var import_jsx_runtime52 = require("react/jsx-runtime");
5631
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5135
5632
  function BottomNavigation(props) {
5136
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_BottomNavigation.default, { ...props });
5633
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_BottomNavigation.default, { ...props });
5137
5634
  }
5138
5635
  function BottomNavigationAction(props) {
5139
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_BottomNavigationAction.default, { ...props });
5636
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_BottomNavigationAction.default, { ...props });
5140
5637
  }
5141
5638
 
5142
5639
  // src/components/Breadcrumbs/index.tsx
5143
5640
  var import_Breadcrumbs = __toESM(require("@mui/material/Breadcrumbs"));
5144
- var import_jsx_runtime53 = require("react/jsx-runtime");
5641
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5145
5642
  function Breadcrumbs(props) {
5146
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_Breadcrumbs.default, { ...props });
5643
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_Breadcrumbs.default, { ...props });
5147
5644
  }
5148
5645
 
5149
5646
  // src/components/Link/index.tsx
5150
5647
  var import_Link = __toESM(require("@mui/material/Link"));
5151
- var import_jsx_runtime54 = require("react/jsx-runtime");
5648
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5152
5649
  function Link(props) {
5153
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_Link.default, { ...props });
5650
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_Link.default, { ...props });
5154
5651
  }
5155
5652
 
5156
5653
  // src/components/Menu/index.tsx
5157
5654
  var import_Menu = __toESM(require("@mui/material/Menu"));
5158
5655
  var import_MenuList = __toESM(require("@mui/material/MenuList"));
5159
- var import_jsx_runtime55 = require("react/jsx-runtime");
5656
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5160
5657
  function Menu(props) {
5161
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_Menu.default, { ...props });
5658
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_Menu.default, { ...props });
5162
5659
  }
5163
5660
  function MenuList(props) {
5164
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_MenuList.default, { ...props });
5661
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_MenuList.default, { ...props });
5165
5662
  }
5166
5663
 
5167
5664
  // src/components/MobileStepper/index.tsx
5168
5665
  var import_MobileStepper = __toESM(require("@mui/material/MobileStepper"));
5169
- var import_jsx_runtime56 = require("react/jsx-runtime");
5666
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5170
5667
  function MobileStepper(props) {
5171
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_MobileStepper.default, { ...props });
5668
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_MobileStepper.default, { ...props });
5172
5669
  }
5173
5670
 
5174
5671
  // src/components/Pagination/index.tsx
5175
5672
  var import_Pagination = __toESM(require("@mui/material/Pagination"));
5176
- var import_jsx_runtime57 = require("react/jsx-runtime");
5673
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5177
5674
  function Pagination(props) {
5178
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_Pagination.default, { ...props });
5675
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_Pagination.default, { ...props });
5179
5676
  }
5180
5677
 
5181
5678
  // src/components/PaginationItem/index.tsx
5182
5679
  var import_PaginationItem = __toESM(require("@mui/material/PaginationItem"));
5183
- var import_jsx_runtime58 = require("react/jsx-runtime");
5680
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5184
5681
  function PaginationItem(props) {
5185
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_PaginationItem.default, { ...props });
5682
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_PaginationItem.default, { ...props });
5186
5683
  }
5187
5684
 
5188
5685
  // src/components/SpeedDial/index.tsx
5189
5686
  var import_SpeedDial = __toESM(require("@mui/material/SpeedDial"));
5190
5687
  var import_SpeedDialAction = __toESM(require("@mui/material/SpeedDialAction"));
5191
5688
  var import_SpeedDialIcon = __toESM(require("@mui/material/SpeedDialIcon"));
5192
- var import_jsx_runtime59 = require("react/jsx-runtime");
5689
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5193
5690
  function SpeedDial(props) {
5194
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_SpeedDial.default, { ...props });
5691
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_SpeedDial.default, { ...props });
5195
5692
  }
5196
5693
  function SpeedDialAction(props) {
5197
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_SpeedDialAction.default, { ...props });
5694
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_SpeedDialAction.default, { ...props });
5198
5695
  }
5199
5696
  function SpeedDialIcon(props) {
5200
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_SpeedDialIcon.default, { ...props });
5697
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_SpeedDialIcon.default, { ...props });
5201
5698
  }
5202
5699
 
5203
5700
  // src/components/Stepper/index.tsx
@@ -5208,45 +5705,45 @@ var import_StepButton = __toESM(require("@mui/material/StepButton"));
5208
5705
  var import_StepConnector = __toESM(require("@mui/material/StepConnector"));
5209
5706
  var import_StepContent = __toESM(require("@mui/material/StepContent"));
5210
5707
  var import_StepIcon = __toESM(require("@mui/material/StepIcon"));
5211
- var import_jsx_runtime60 = require("react/jsx-runtime");
5708
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5212
5709
  function Stepper(props) {
5213
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Stepper.default, { ...props });
5710
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_Stepper.default, { ...props });
5214
5711
  }
5215
5712
  function Step(props) {
5216
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Step.default, { ...props });
5713
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_Step.default, { ...props });
5217
5714
  }
5218
5715
  function StepLabel(props) {
5219
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepLabel.default, { ...props });
5716
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_StepLabel.default, { ...props });
5220
5717
  }
5221
5718
  function StepButton(props) {
5222
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepButton.default, { ...props });
5719
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_StepButton.default, { ...props });
5223
5720
  }
5224
5721
  function StepConnector(props) {
5225
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepConnector.default, { ...props });
5722
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_StepConnector.default, { ...props });
5226
5723
  }
5227
5724
  function StepContent(props) {
5228
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepContent.default, { ...props });
5725
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_StepContent.default, { ...props });
5229
5726
  }
5230
5727
  function StepIcon(props) {
5231
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepIcon.default, { ...props });
5728
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_StepIcon.default, { ...props });
5232
5729
  }
5233
5730
 
5234
5731
  // src/components/Tabs/index.tsx
5235
5732
  var import_Tabs = __toESM(require("@mui/material/Tabs"));
5236
5733
  var import_Tab = __toESM(require("@mui/material/Tab"));
5237
- var import_jsx_runtime61 = require("react/jsx-runtime");
5734
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5238
5735
  function Tabs(props) {
5239
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_Tabs.default, { ...props });
5736
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_Tabs.default, { ...props });
5240
5737
  }
5241
5738
  function Tab(props) {
5242
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_Tab.default, { ...props });
5739
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_Tab.default, { ...props });
5243
5740
  }
5244
5741
 
5245
5742
  // src/components/TabScrollButton/index.tsx
5246
5743
  var import_TabScrollButton = __toESM(require("@mui/material/TabScrollButton"));
5247
- var import_jsx_runtime62 = require("react/jsx-runtime");
5744
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5248
5745
  function TabScrollButton(props) {
5249
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_TabScrollButton.default, { ...props });
5746
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_TabScrollButton.default, { ...props });
5250
5747
  }
5251
5748
 
5252
5749
  // src/components/Sidebar/index.tsx
@@ -5254,25 +5751,13 @@ var import_react5 = require("react");
5254
5751
  var import_Drawer2 = __toESM(require("@mui/material/Drawer"));
5255
5752
  var import_Box = __toESM(require("@mui/material/Box"));
5256
5753
  var import_IconButton3 = __toESM(require("@mui/material/IconButton"));
5257
-
5258
- // ../../node_modules/@mui/icons-material/esm/ChevronLeftOutlined.js
5259
- var import_jsx_runtime63 = require("react/jsx-runtime");
5260
- var ChevronLeftOutlined_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", {
5261
- d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"
5262
- }), "ChevronLeftOutlined");
5263
-
5264
- // ../../node_modules/@mui/icons-material/esm/ChevronRightOutlined.js
5265
- var import_jsx_runtime64 = require("react/jsx-runtime");
5266
- var ChevronRightOutlined_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", {
5267
- d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
5268
- }), "ChevronRightOutlined");
5269
-
5270
- // src/components/Sidebar/index.tsx
5754
+ var import_ChevronLeftOutlined = __toESM(require("@mui/icons-material/ChevronLeftOutlined"));
5755
+ var import_ChevronRightOutlined = __toESM(require("@mui/icons-material/ChevronRightOutlined"));
5271
5756
  var import_ListItemButton2 = __toESM(require("@mui/material/ListItemButton"));
5272
5757
  var import_ListItemIcon2 = __toESM(require("@mui/material/ListItemIcon"));
5273
5758
  var import_ListItemText3 = __toESM(require("@mui/material/ListItemText"));
5274
5759
  var import_Tooltip2 = __toESM(require("@mui/material/Tooltip"));
5275
- var import_jsx_runtime65 = require("react/jsx-runtime");
5760
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5276
5761
  var SidebarContext = (0, import_react5.createContext)({
5277
5762
  open: true,
5278
5763
  collapsedWidth: 48,
@@ -5302,8 +5787,8 @@ function SidebarNav({
5302
5787
  onMouseEnter: () => onOpenChange(true),
5303
5788
  onMouseLeave: () => onOpenChange(false)
5304
5789
  } : {};
5305
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(SidebarContext.Provider, { value: { open, collapsedWidth, expandedWidth }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_Box.default, { sx: { position: "relative", width: layoutWidth, flexShrink: 0 }, children: [
5306
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5790
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(SidebarContext.Provider, { value: { open, collapsedWidth, expandedWidth }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_Box.default, { sx: { position: "relative", width: layoutWidth, flexShrink: 0 }, children: [
5791
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5307
5792
  import_Drawer2.default,
5308
5793
  {
5309
5794
  variant: "permanent",
@@ -5321,7 +5806,7 @@ function SidebarNav({
5321
5806
  },
5322
5807
  ...sx
5323
5808
  },
5324
- children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
5809
+ children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5325
5810
  import_Box.default,
5326
5811
  {
5327
5812
  sx: {
@@ -5331,15 +5816,15 @@ function SidebarNav({
5331
5816
  overflow: "hidden"
5332
5817
  },
5333
5818
  children: [
5334
- header && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Box.default, { sx: { flexShrink: 0 }, children: header }),
5335
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Box.default, { sx: { flexGrow: 1, overflowY: "auto", overflowX: "hidden" }, children }),
5336
- footer && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Box.default, { sx: { flexShrink: 0 }, children: footer })
5819
+ header && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Box.default, { sx: { flexShrink: 0 }, children: header }),
5820
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Box.default, { sx: { flexGrow: 1, overflowY: "auto", overflowX: "hidden" }, children }),
5821
+ footer && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Box.default, { sx: { flexShrink: 0 }, children: footer })
5337
5822
  ]
5338
5823
  }
5339
5824
  )
5340
5825
  }
5341
5826
  ),
5342
- shouldShowToggle && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5827
+ shouldShowToggle && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5343
5828
  import_IconButton3.default,
5344
5829
  {
5345
5830
  size: "small",
@@ -5363,7 +5848,7 @@ function SidebarNav({
5363
5848
  fontSize: 18
5364
5849
  }
5365
5850
  },
5366
- children: open ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChevronLeftOutlined_default, {}) : /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChevronRightOutlined_default, {})
5851
+ children: open ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_ChevronLeftOutlined.default, {}) : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_ChevronRightOutlined.default, {})
5367
5852
  }
5368
5853
  )
5369
5854
  ] }) });
@@ -5401,7 +5886,7 @@ function SidebarItem({
5401
5886
  }) {
5402
5887
  const { open } = useSidebar();
5403
5888
  if (!open) {
5404
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Tooltip2.default, { title: label, placement: "right", arrow: true, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5889
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Tooltip2.default, { title: label, placement: "right", arrow: true, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5405
5890
  import_ListItemButton2.default,
5406
5891
  {
5407
5892
  ...rest,
@@ -5416,13 +5901,13 @@ function SidebarItem({
5416
5901
  margin: "0 auto",
5417
5902
  ...sx
5418
5903
  },
5419
- children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_ListItemIcon2.default, { sx: { minWidth: "unset", margin: 0, "& .MuiSvgIcon-root": { fontSize: 20 } }, children: icon })
5904
+ children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_ListItemIcon2.default, { sx: { minWidth: "unset", margin: 0, "& .MuiSvgIcon-root": { fontSize: 20 } }, children: icon })
5420
5905
  }
5421
5906
  ) });
5422
5907
  }
5423
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_ListItemButton2.default, { ...rest, sx: { ...itemSx, height: 40, ...sx }, children: [
5424
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_ListItemIcon2.default, { sx: { "& .MuiSvgIcon-root": { fontSize: 20 } }, children: icon }),
5425
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_ListItemText3.default, { primary: label }),
5908
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_ListItemButton2.default, { ...rest, sx: { ...itemSx, height: 40, ...sx }, children: [
5909
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_ListItemIcon2.default, { sx: { "& .MuiSvgIcon-root": { fontSize: 20 } }, children: icon }),
5910
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_ListItemText3.default, { primary: label }),
5426
5911
  endAdornment
5427
5912
  ] });
5428
5913
  }
@@ -5445,58 +5930,58 @@ var Container = import_Container.default;
5445
5930
 
5446
5931
  // src/components/Collapse/index.tsx
5447
5932
  var import_Collapse = __toESM(require("@mui/material/Collapse"));
5448
- var import_jsx_runtime66 = require("react/jsx-runtime");
5933
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5449
5934
  function Collapse(props) {
5450
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_Collapse.default, { ...props });
5935
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_Collapse.default, { ...props });
5451
5936
  }
5452
5937
 
5453
5938
  // src/components/Fade/index.tsx
5454
5939
  var import_Fade = __toESM(require("@mui/material/Fade"));
5455
- var import_jsx_runtime67 = require("react/jsx-runtime");
5940
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5456
5941
  function Fade(props) {
5457
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_Fade.default, { ...props });
5942
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_Fade.default, { ...props });
5458
5943
  }
5459
5944
 
5460
5945
  // src/components/Grow/index.tsx
5461
5946
  var import_Grow = __toESM(require("@mui/material/Grow"));
5462
- var import_jsx_runtime68 = require("react/jsx-runtime");
5947
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5463
5948
  function Grow(props) {
5464
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_Grow.default, { ...props });
5949
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_Grow.default, { ...props });
5465
5950
  }
5466
5951
 
5467
5952
  // src/components/Slide/index.tsx
5468
5953
  var import_Slide = __toESM(require("@mui/material/Slide"));
5469
- var import_jsx_runtime69 = require("react/jsx-runtime");
5954
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5470
5955
  function Slide(props) {
5471
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_Slide.default, { ...props });
5956
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_Slide.default, { ...props });
5472
5957
  }
5473
5958
 
5474
5959
  // src/components/Zoom/index.tsx
5475
5960
  var import_Zoom = __toESM(require("@mui/material/Zoom"));
5476
- var import_jsx_runtime70 = require("react/jsx-runtime");
5961
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5477
5962
  function Zoom(props) {
5478
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_Zoom.default, { ...props });
5963
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Zoom.default, { ...props });
5479
5964
  }
5480
5965
 
5481
5966
  // src/components/ButtonBase/index.tsx
5482
5967
  var import_ButtonBase = __toESM(require("@mui/material/ButtonBase"));
5483
- var import_jsx_runtime71 = require("react/jsx-runtime");
5968
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5484
5969
  function ButtonBase(props) {
5485
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(import_ButtonBase.default, { ...props });
5970
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_ButtonBase.default, { ...props });
5486
5971
  }
5487
5972
 
5488
5973
  // src/components/ClickAwayListener/index.tsx
5489
5974
  var import_ClickAwayListener = __toESM(require("@mui/material/ClickAwayListener"));
5490
- var import_jsx_runtime72 = require("react/jsx-runtime");
5975
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5491
5976
  function ClickAwayListener(props) {
5492
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(import_ClickAwayListener.default, { ...props });
5977
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_ClickAwayListener.default, { ...props });
5493
5978
  }
5494
5979
 
5495
5980
  // src/components/GlobalStyles/index.tsx
5496
5981
  var import_GlobalStyles = __toESM(require("@mui/material/GlobalStyles"));
5497
- var import_jsx_runtime73 = require("react/jsx-runtime");
5982
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5498
5983
  function GlobalStyles(props) {
5499
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(import_GlobalStyles.default, { ...props });
5984
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_GlobalStyles.default, { ...props });
5500
5985
  }
5501
5986
 
5502
5987
  // src/components/NoSsr/index.tsx
@@ -5504,9 +5989,9 @@ var import_NoSsr = __toESM(require("@mui/material/NoSsr"));
5504
5989
 
5505
5990
  // src/components/Popper/index.tsx
5506
5991
  var import_Popper = __toESM(require("@mui/material/Popper"));
5507
- var import_jsx_runtime74 = require("react/jsx-runtime");
5992
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5508
5993
  function Popper(props) {
5509
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(import_Popper.default, { ...props });
5994
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_Popper.default, { ...props });
5510
5995
  }
5511
5996
 
5512
5997
  // src/components/Portal/index.tsx
@@ -5515,16 +6000,16 @@ var Portal = import_Portal.default;
5515
6000
 
5516
6001
  // src/components/Slider/index.tsx
5517
6002
  var import_Slider = __toESM(require("@mui/material/Slider"));
5518
- var import_jsx_runtime75 = require("react/jsx-runtime");
6003
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5519
6004
  function Slider(props) {
5520
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_Slider.default, { ...props });
6005
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_Slider.default, { ...props });
5521
6006
  }
5522
6007
 
5523
6008
  // src/components/SvgIcon/index.tsx
5524
6009
  var import_SvgIcon = __toESM(require("@mui/material/SvgIcon"));
5525
- var import_jsx_runtime76 = require("react/jsx-runtime");
6010
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5526
6011
  function SvgIcon(props) {
5527
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_SvgIcon.default, { ...props });
6012
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(import_SvgIcon.default, { ...props });
5528
6013
  }
5529
6014
 
5530
6015
  // src/components/TextareaAutosize/index.tsx
@@ -5546,7 +6031,7 @@ function useChartColors(count) {
5546
6031
  // src/components/Charts/CustomTooltip.tsx
5547
6032
  var import_material2 = require("@mui/material");
5548
6033
  var import_styles4 = require("@mui/material/styles");
5549
- var import_jsx_runtime77 = require("react/jsx-runtime");
6034
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5550
6035
  function formatDate(date) {
5551
6036
  if (!date) return "";
5552
6037
  const d = new Date(date);
@@ -5571,7 +6056,7 @@ function CustomTooltip(props) {
5571
6056
  if (dataIndex == null) {
5572
6057
  return null;
5573
6058
  }
5574
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6059
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5575
6060
  import_material2.Box,
5576
6061
  {
5577
6062
  sx: {
@@ -5587,7 +6072,7 @@ function CustomTooltip(props) {
5587
6072
  border: `1px solid ${theme.palette.divider}`
5588
6073
  },
5589
6074
  children: [
5590
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6075
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5591
6076
  import_material2.Typography,
5592
6077
  {
5593
6078
  variant: "body2",
@@ -5604,8 +6089,8 @@ function CustomTooltip(props) {
5604
6089
  const color = typeof s.getColor === "function" ? s.getColor(dataIndex) : s.color;
5605
6090
  const value = s.data ? s.data[dataIndex] : null;
5606
6091
  if (value == null) return null;
5607
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_material2.Box, { sx: { display: "flex", flexDirection: "column", gap: "6px" }, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_material2.Box, { sx: { display: "flex", alignItems: "center", gap: "8px" }, children: [
5608
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6092
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(import_material2.Box, { sx: { display: "flex", flexDirection: "column", gap: "6px" }, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_material2.Box, { sx: { display: "flex", alignItems: "center", gap: "8px" }, children: [
6093
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5609
6094
  import_material2.Box,
5610
6095
  {
5611
6096
  sx: {
@@ -5617,7 +6102,7 @@ function CustomTooltip(props) {
5617
6102
  }
5618
6103
  }
5619
6104
  ),
5620
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6105
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5621
6106
  import_material2.Typography,
5622
6107
  {
5623
6108
  variant: "body2",
@@ -5628,7 +6113,7 @@ function CustomTooltip(props) {
5628
6113
  gap: "6px"
5629
6114
  },
5630
6115
  children: [
5631
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6116
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5632
6117
  import_material2.Box,
5633
6118
  {
5634
6119
  component: "span",
@@ -5656,7 +6141,7 @@ function CustomTooltip(props) {
5656
6141
  }
5657
6142
 
5658
6143
  // src/components/Charts/LineChart.tsx
5659
- var import_jsx_runtime78 = require("react/jsx-runtime");
6144
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5660
6145
  function LineChart({ series, colors: colors3, ...props }) {
5661
6146
  var _a, _b;
5662
6147
  const theme = (0, import_styles5.useTheme)();
@@ -5670,7 +6155,7 @@ function LineChart({ series, colors: colors3, ...props }) {
5670
6155
  highlightScope: (_b2 = s.highlightScope) != null ? _b2 : { highlighted: "item", faded: "global" }
5671
6156
  };
5672
6157
  });
5673
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6158
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
5674
6159
  import_LineChart.LineChart,
5675
6160
  {
5676
6161
  series: modifiedSeries != null ? modifiedSeries : [],
@@ -5742,7 +6227,7 @@ function LineChart({ series, colors: colors3, ...props }) {
5742
6227
  // src/components/Charts/BarChart.tsx
5743
6228
  var import_BarChart = require("@mui/x-charts/BarChart");
5744
6229
  var import_styles6 = require("@mui/material/styles");
5745
- var import_jsx_runtime79 = require("react/jsx-runtime");
6230
+ var import_jsx_runtime74 = require("react/jsx-runtime");
5746
6231
  function BarChart({ series, colors: colors3, ...props }) {
5747
6232
  var _a, _b;
5748
6233
  const theme = (0, import_styles6.useTheme)();
@@ -5760,7 +6245,7 @@ function BarChart({ series, colors: colors3, ...props }) {
5760
6245
  highlightScope: (_a2 = s.highlightScope) != null ? _a2 : { highlighted: "item", faded: "global" }
5761
6246
  };
5762
6247
  });
5763
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6248
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
5764
6249
  import_BarChart.BarChart,
5765
6250
  {
5766
6251
  series: modifiedSeries != null ? modifiedSeries : [],
@@ -5820,10 +6305,10 @@ function BarChart({ series, colors: colors3, ...props }) {
5820
6305
  ...(_b = props.sx) != null ? _b : {}
5821
6306
  },
5822
6307
  ...props,
5823
- children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: series == null ? void 0 : series.map((s, idx) => {
6308
+ children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: series == null ? void 0 : series.map((s, idx) => {
5824
6309
  if (s.variant !== "striped") return null;
5825
6310
  const baseColor = s.color || resolvedColors[idx % resolvedColors.length];
5826
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
6311
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
5827
6312
  "pattern",
5828
6313
  {
5829
6314
  id: `striped-pattern-${idx}`,
@@ -5832,8 +6317,8 @@ function BarChart({ series, colors: colors3, ...props }) {
5832
6317
  height: "8",
5833
6318
  patternTransform: "rotate(45)",
5834
6319
  children: [
5835
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "8", height: "8", fill: theme.palette.background.paper }),
5836
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("line", { x1: "0", y: "0", x2: "0", y2: "8", stroke: baseColor, strokeWidth: "4" })
6320
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "8", height: "8", fill: theme.palette.background.paper }),
6321
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("line", { x1: "0", y: "0", x2: "0", y2: "8", stroke: baseColor, strokeWidth: "4" })
5837
6322
  ]
5838
6323
  },
5839
6324
  `striped-${idx}`
@@ -5846,7 +6331,7 @@ function BarChart({ series, colors: colors3, ...props }) {
5846
6331
  // src/components/Charts/PieChart.tsx
5847
6332
  var import_PieChart = require("@mui/x-charts/PieChart");
5848
6333
  var import_styles7 = require("@mui/material/styles");
5849
- var import_jsx_runtime80 = require("react/jsx-runtime");
6334
+ var import_jsx_runtime75 = require("react/jsx-runtime");
5850
6335
  function PieChart({ series, colors: colors3, ...props }) {
5851
6336
  var _a, _b, _c, _d;
5852
6337
  const theme = (0, import_styles7.useTheme)();
@@ -5860,7 +6345,7 @@ function PieChart({ series, colors: colors3, ...props }) {
5860
6345
  highlightScope: (_a2 = s.highlightScope) != null ? _a2 : { highlighted: "item", faded: "global" }
5861
6346
  };
5862
6347
  });
5863
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6348
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
5864
6349
  import_PieChart.PieChart,
5865
6350
  {
5866
6351
  series: modifiedSeries != null ? modifiedSeries : [],
@@ -5959,7 +6444,7 @@ var forestLegendSlotProps = {
5959
6444
  };
5960
6445
 
5961
6446
  // src/components/Charts/ScatterChart.tsx
5962
- var import_jsx_runtime81 = require("react/jsx-runtime");
6447
+ var import_jsx_runtime76 = require("react/jsx-runtime");
5963
6448
  function ScatterChart({ series, colors: colors3, ...props }) {
5964
6449
  var _a, _b;
5965
6450
  const theme = (0, import_styles8.useTheme)();
@@ -5971,7 +6456,7 @@ function ScatterChart({ series, colors: colors3, ...props }) {
5971
6456
  highlightScope: (_a2 = s.highlightScope) != null ? _a2 : { highlighted: "item", faded: "global" }
5972
6457
  };
5973
6458
  });
5974
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6459
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
5975
6460
  import_ScatterChart.ScatterChart,
5976
6461
  {
5977
6462
  series: modifiedSeries != null ? modifiedSeries : [],
@@ -5990,11 +6475,11 @@ function ScatterChart({ series, colors: colors3, ...props }) {
5990
6475
  // src/components/Charts/Gauge.tsx
5991
6476
  var import_Gauge = require("@mui/x-charts/Gauge");
5992
6477
  var import_styles9 = require("@mui/material/styles");
5993
- var import_jsx_runtime82 = require("react/jsx-runtime");
6478
+ var import_jsx_runtime77 = require("react/jsx-runtime");
5994
6479
  function Gauge(props) {
5995
6480
  var _a;
5996
6481
  const theme = (0, import_styles9.useTheme)();
5997
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6482
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
5998
6483
  import_Gauge.Gauge,
5999
6484
  {
6000
6485
  ...props,