@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.mjs CHANGED
@@ -243,23 +243,8 @@ import { useState, useCallback } from "react";
243
243
  import MuiTextField2 from "@mui/material/TextField";
244
244
  import InputAdornment from "@mui/material/InputAdornment";
245
245
  import IconButton from "@mui/material/IconButton";
246
-
247
- // ../../node_modules/@mui/icons-material/esm/utils/createSvgIcon.js
248
- import { createSvgIcon } from "@mui/material/utils";
249
-
250
- // ../../node_modules/@mui/icons-material/esm/Search.js
251
- import { jsx as _jsx } from "react/jsx-runtime";
252
- var Search_default = createSvgIcon(/* @__PURE__ */ _jsx("path", {
253
- 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"
254
- }), "Search");
255
-
256
- // ../../node_modules/@mui/icons-material/esm/Clear.js
257
- import { jsx as _jsx2 } from "react/jsx-runtime";
258
- var Clear_default = createSvgIcon(/* @__PURE__ */ _jsx2("path", {
259
- 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"
260
- }), "Clear");
261
-
262
- // src/components/Search/index.tsx
246
+ import SearchIcon from "@mui/icons-material/Search";
247
+ import ClearIcon from "@mui/icons-material/Clear";
263
248
  import { jsx as jsx12 } from "react/jsx-runtime";
264
249
  function Search({
265
250
  value: controlledValue,
@@ -300,7 +285,7 @@ function Search({
300
285
  gap: 0,
301
286
  "& .MuiOutlinedInput-input": { pl: "8px" }
302
287
  },
303
- startAdornment: /* @__PURE__ */ jsx12(InputAdornment, { position: "start", sx: { mr: 0 }, children: /* @__PURE__ */ jsx12(Search_default, { sx: { fontSize: 20, color: "text.placeholder" } }) }),
288
+ startAdornment: /* @__PURE__ */ jsx12(InputAdornment, { position: "start", sx: { mr: 0 }, children: /* @__PURE__ */ jsx12(SearchIcon, { sx: { fontSize: 20, color: "text.placeholder" } }) }),
304
289
  endAdornment: currentValue ? /* @__PURE__ */ jsx12(InputAdornment, { position: "end", children: /* @__PURE__ */ jsx12(
305
290
  IconButton,
306
291
  {
@@ -308,7 +293,7 @@ function Search({
308
293
  onClick: handleClear,
309
294
  edge: "end",
310
295
  size: "small",
311
- children: /* @__PURE__ */ jsx12(Clear_default, { fontSize: "small" })
296
+ children: /* @__PURE__ */ jsx12(ClearIcon, { fontSize: "small" })
312
297
  }
313
298
  ) }) : null,
314
299
  ...typeof (slotProps == null ? void 0 : slotProps.input) === "object" ? slotProps.input : {}
@@ -335,52 +320,571 @@ function IconButton2(props) {
335
320
 
336
321
  // src/components/Logo/index.tsx
337
322
  import { Box } from "@mui/material";
338
- import { forwardRef } from "react";
323
+ import { forwardRef, useId } from "react";
339
324
  import { Fragment, jsx as jsx15, jsxs as jsxs3 } from "react/jsx-runtime";
340
- var svgPaths = {
341
- wsuite: {
342
- logo: /* @__PURE__ */ jsxs3(Fragment, { children: [
343
- /* @__PURE__ */ jsx15("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" }),
344
- /* @__PURE__ */ jsx15("path", { d: "M44.6972 2.88174H46.0612V4.93874H48.0852V6.25874H46.0612V8.32674H44.6972V6.25874H42.6512V4.93874H44.6972V2.88174Z", fill: "#FF78F3" })
345
- ] }),
346
- logomark: /* @__PURE__ */ jsxs3(Fragment, { children: [
347
- /* @__PURE__ */ jsx15("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" }),
348
- /* @__PURE__ */ jsx15("path", { d: "M18.6972 2.88174H20.0612V4.93874H22.0852V6.25874H20.0612V8.32674H18.6972V6.25874H16.6512V4.93874H18.6972V2.88174Z", fill: "#FF78F3" })
325
+ var dropShadowFilter = (id, region) => /* @__PURE__ */ jsxs3(
326
+ "filter",
327
+ {
328
+ id,
329
+ x: region.x,
330
+ y: region.y,
331
+ width: region.width,
332
+ height: region.height,
333
+ filterUnits: "userSpaceOnUse",
334
+ colorInterpolationFilters: "sRGB",
335
+ children: [
336
+ /* @__PURE__ */ jsx15("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
337
+ /* @__PURE__ */ jsx15(
338
+ "feColorMatrix",
339
+ {
340
+ in: "SourceAlpha",
341
+ type: "matrix",
342
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
343
+ result: "hardAlpha"
344
+ }
345
+ ),
346
+ /* @__PURE__ */ jsx15("feOffset", {}),
347
+ /* @__PURE__ */ jsx15("feGaussianBlur", { stdDeviation: "2.5" }),
348
+ /* @__PURE__ */ jsx15("feComposite", { in2: "hardAlpha", operator: "out" }),
349
+ /* @__PURE__ */ jsx15(
350
+ "feColorMatrix",
351
+ {
352
+ type: "matrix",
353
+ values: "0 0 0 0 1 0 0 0 0 0.156863 0 0 0 0 0.129412 0 0 0 0.21 0"
354
+ }
355
+ ),
356
+ /* @__PURE__ */ jsx15("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }),
357
+ /* @__PURE__ */ jsx15("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })
358
+ ]
359
+ }
360
+ );
361
+ 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";
362
+ 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";
363
+ var STUDIO_TM_PLUS_D = "M582.946 36.536H588.65V45.138H597.114V50.658H588.65V59.306H582.946V50.658H574.39V45.138H582.946V36.536Z";
364
+ 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";
365
+ 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";
366
+ 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";
367
+ 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";
368
+ var AI_HUB_TM_PLUS_D = "M599.946 36.536H605.65V45.138H614.114V50.658H605.65V59.306H599.946V50.658H591.39V45.138H599.946V36.536Z";
369
+ 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";
370
+ 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";
371
+ var studioLogoFor = (color) => (id) => {
372
+ const isFullyNegative = color === "negative";
373
+ const lightCaption = color !== "positive";
374
+ return /* @__PURE__ */ jsxs3(Fragment, { children: [
375
+ /* @__PURE__ */ jsx15("path", { d: STUDIO_PAYOFF_D, fill: `url(#${id}-caption)` }),
376
+ /* @__PURE__ */ jsx15("g", { clipPath: `url(#${id}-clip)`, children: isFullyNegative ? /* @__PURE__ */ jsxs3(Fragment, { children: [
377
+ /* @__PURE__ */ jsx15("path", { d: STUDIO_MAIN_MARK_D, fill: `url(#${id}-mark)` }),
378
+ /* @__PURE__ */ jsx15("path", { d: STUDIO_TM_BAR_D, fill: `url(#${id}-tm)` }),
379
+ /* @__PURE__ */ jsx15("path", { d: STUDIO_TM_PLUS_D, fill: `url(#${id}-tm)` })
380
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
381
+ /* @__PURE__ */ jsx15("g", { filter: `url(#${id}-shadow-mark)`, children: /* @__PURE__ */ jsx15("path", { d: STUDIO_MAIN_MARK_D, fill: `url(#${id}-radial)` }) }),
382
+ /* @__PURE__ */ jsxs3("g", { filter: `url(#${id}-shadow-tm)`, children: [
383
+ /* @__PURE__ */ jsx15("path", { d: STUDIO_TM_BAR_D, fill: "#9D5FFF" }),
384
+ /* @__PURE__ */ jsx15("path", { d: STUDIO_TM_PLUS_D, fill: "#9D5FFF" })
385
+ ] })
386
+ ] }) }),
387
+ /* @__PURE__ */ jsxs3("defs", { children: [
388
+ /* @__PURE__ */ jsx15(
389
+ "linearGradient",
390
+ {
391
+ id: `${id}-caption`,
392
+ x1: "205",
393
+ y1: "196",
394
+ x2: "205.5",
395
+ y2: "229",
396
+ gradientUnits: "userSpaceOnUse",
397
+ children: lightCaption ? /* @__PURE__ */ jsxs3(Fragment, { children: [
398
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
399
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
400
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
401
+ /* @__PURE__ */ jsx15("stop", { stopColor: "#4D4D4D" }),
402
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#000000" })
403
+ ] })
404
+ }
405
+ ),
406
+ isFullyNegative ? /* @__PURE__ */ jsxs3(Fragment, { children: [
407
+ /* @__PURE__ */ jsxs3(
408
+ "linearGradient",
409
+ {
410
+ id: `${id}-mark`,
411
+ x1: "250.85",
412
+ y1: "36.4286",
413
+ x2: "257.14",
414
+ y2: "169.734",
415
+ gradientUnits: "userSpaceOnUse",
416
+ children: [
417
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
418
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
419
+ ]
420
+ }
421
+ ),
422
+ /* @__PURE__ */ jsxs3(
423
+ "linearGradient",
424
+ {
425
+ id: `${id}-tm`,
426
+ x1: "555.951",
427
+ y1: "47.0893",
428
+ x2: "559.502",
429
+ y2: "87.4469",
430
+ gradientUnits: "userSpaceOnUse",
431
+ children: [
432
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
433
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
434
+ ]
435
+ }
436
+ )
437
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
438
+ dropShadowFilter(`${id}-shadow-mark`, {
439
+ x: "3.16",
440
+ y: "18.29",
441
+ width: "500.923",
442
+ height: "142.43"
443
+ }),
444
+ dropShadowFilter(`${id}-shadow-tm`, {
445
+ x: "510",
446
+ y: "31",
447
+ width: "92.1138",
448
+ height: "61.75"
449
+ }),
450
+ /* @__PURE__ */ jsxs3(
451
+ "radialGradient",
452
+ {
453
+ id: `${id}-radial`,
454
+ cx: "0",
455
+ cy: "0",
456
+ r: "1",
457
+ gradientUnits: "userSpaceOnUse",
458
+ gradientTransform: "translate(26 226) rotate(-28.5718) scale(472.547 1398.18)",
459
+ children: [
460
+ /* @__PURE__ */ jsx15("stop", { offset: "0.200144", stopColor: "#FF2821" }),
461
+ /* @__PURE__ */ jsx15("stop", { offset: "0.33982", stopColor: "#FF3B30" }),
462
+ /* @__PURE__ */ jsx15("stop", { offset: "0.701637", stopColor: "#9D5FFF" })
463
+ ]
464
+ }
465
+ )
466
+ ] }),
467
+ /* @__PURE__ */ jsx15("clipPath", { id: `${id}-clip`, children: /* @__PURE__ */ jsx15("rect", { width: "597.114", height: "234", fill: "white" }) })
468
+ ] })
469
+ ] });
470
+ };
471
+ var studioLogomarkFor = (color) => (id) => {
472
+ const isNegative = color === "negative" || color === "negative-payoff";
473
+ return /* @__PURE__ */ jsxs3(Fragment, { children: [
474
+ /* @__PURE__ */ jsx15(
475
+ "rect",
476
+ {
477
+ x: isNegative ? "0.5" : "0",
478
+ y: isNegative ? "0.5" : "0",
479
+ width: isNegative ? "167" : "168",
480
+ height: isNegative ? "167" : "168",
481
+ rx: isNegative ? "57.5" : "58",
482
+ fill: `url(#${id}-bg)`
483
+ }
484
+ ),
485
+ /* @__PURE__ */ jsx15(
486
+ "rect",
487
+ {
488
+ x: "0.5",
489
+ y: "0.5",
490
+ width: "167",
491
+ height: "167",
492
+ rx: "57.5",
493
+ stroke: "white",
494
+ strokeOpacity: isNegative ? "1" : "0.5"
495
+ }
496
+ ),
497
+ /* @__PURE__ */ jsx15("g", { filter: `url(#${id}-shadow)`, children: /* @__PURE__ */ jsx15("path", { d: STUDIO_LOGOMARK_S_D, fill: `url(#${id}-fg)` }) }),
498
+ /* @__PURE__ */ jsxs3("defs", { children: [
499
+ dropShadowFilter(`${id}-shadow`, {
500
+ x: "50.048",
501
+ y: "33.784",
502
+ width: "68.338",
503
+ height: "102.232"
504
+ }),
505
+ isNegative ? /* @__PURE__ */ jsxs3(Fragment, { children: [
506
+ /* @__PURE__ */ jsxs3(
507
+ "linearGradient",
508
+ {
509
+ id: `${id}-bg`,
510
+ x1: "83.7829",
511
+ y1: "36",
512
+ x2: "101.863",
513
+ y2: "165.506",
514
+ gradientUnits: "userSpaceOnUse",
515
+ children: [
516
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
517
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
518
+ ]
519
+ }
520
+ ),
521
+ /* @__PURE__ */ jsxs3(
522
+ "linearGradient",
523
+ {
524
+ id: `${id}-fg`,
525
+ x1: "84",
526
+ y1: "16",
527
+ x2: "84",
528
+ y2: "142",
529
+ gradientUnits: "userSpaceOnUse",
530
+ children: [
531
+ /* @__PURE__ */ jsx15("stop", { stopColor: "#FF2821" }),
532
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#9D5FFF" })
533
+ ]
534
+ }
535
+ )
536
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
537
+ /* @__PURE__ */ jsxs3(
538
+ "linearGradient",
539
+ {
540
+ id: `${id}-bg`,
541
+ x1: "84",
542
+ y1: "0",
543
+ x2: "84",
544
+ y2: "168",
545
+ gradientUnits: "userSpaceOnUse",
546
+ children: [
547
+ /* @__PURE__ */ jsx15("stop", { stopColor: "#FF2821" }),
548
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#9D5FFF" })
549
+ ]
550
+ }
551
+ ),
552
+ /* @__PURE__ */ jsxs3(
553
+ "linearGradient",
554
+ {
555
+ id: `${id}-fg`,
556
+ x1: "83.9096",
557
+ y1: "43",
558
+ x2: "107.316",
559
+ y2: "136.141",
560
+ gradientUnits: "userSpaceOnUse",
561
+ children: [
562
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
563
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
564
+ ]
565
+ }
566
+ )
567
+ ] })
568
+ ] })
569
+ ] });
570
+ };
571
+ var aiHubLogoFor = (color) => (id) => {
572
+ const isFullyNegative = color === "negative";
573
+ const lightCaption = color !== "positive";
574
+ return /* @__PURE__ */ jsxs3(Fragment, { children: [
575
+ /* @__PURE__ */ jsx15("path", { d: AI_HUB_PAYOFF_D, fill: `url(#${id}-caption)` }),
576
+ /* @__PURE__ */ jsx15("g", { clipPath: `url(#${id}-clip)`, children: isFullyNegative ? /* @__PURE__ */ jsxs3(Fragment, { children: [
577
+ /* @__PURE__ */ jsx15("path", { d: AI_HUB_MAIN_MARK_D, fill: `url(#${id}-mark)` }),
578
+ /* @__PURE__ */ jsx15("path", { d: AI_HUB_TM_BAR_D, fill: `url(#${id}-tm)` }),
579
+ /* @__PURE__ */ jsx15("path", { d: AI_HUB_TM_PLUS_D, fill: `url(#${id}-tm)` })
580
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
581
+ /* @__PURE__ */ jsx15("g", { filter: `url(#${id}-shadow-mark)`, children: /* @__PURE__ */ jsx15("path", { d: AI_HUB_MAIN_MARK_D, fill: `url(#${id}-radial)` }) }),
582
+ /* @__PURE__ */ jsxs3("g", { filter: `url(#${id}-shadow-tm)`, children: [
583
+ /* @__PURE__ */ jsx15("path", { d: AI_HUB_TM_BAR_D, fill: "#9D5FFF" }),
584
+ /* @__PURE__ */ jsx15("path", { d: AI_HUB_TM_PLUS_D, fill: "#9D5FFF" })
585
+ ] })
586
+ ] }) }),
587
+ /* @__PURE__ */ jsxs3("defs", { children: [
588
+ /* @__PURE__ */ jsx15(
589
+ "linearGradient",
590
+ {
591
+ id: `${id}-caption`,
592
+ x1: "205.339",
593
+ y1: "196",
594
+ x2: "205.839",
595
+ y2: "229",
596
+ gradientUnits: "userSpaceOnUse",
597
+ children: lightCaption ? /* @__PURE__ */ jsxs3(Fragment, { children: [
598
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
599
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
600
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
601
+ /* @__PURE__ */ jsx15("stop", { stopColor: "#4D4D4D" }),
602
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#000000" })
603
+ ] })
604
+ }
605
+ ),
606
+ isFullyNegative ? /* @__PURE__ */ jsxs3(Fragment, { children: [
607
+ /* @__PURE__ */ jsxs3(
608
+ "linearGradient",
609
+ {
610
+ id: `${id}-mark`,
611
+ x1: "259.328",
612
+ y1: "36.4286",
613
+ x2: "265.413",
614
+ y2: "169.753",
615
+ gradientUnits: "userSpaceOnUse",
616
+ children: [
617
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
618
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
619
+ ]
620
+ }
621
+ ),
622
+ /* @__PURE__ */ jsxs3(
623
+ "linearGradient",
624
+ {
625
+ id: `${id}-tm`,
626
+ x1: "572.951",
627
+ y1: "47.0893",
628
+ x2: "576.502",
629
+ y2: "87.4469",
630
+ gradientUnits: "userSpaceOnUse",
631
+ children: [
632
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
633
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
634
+ ]
635
+ }
636
+ )
637
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
638
+ dropShadowFilter(`${id}-shadow-mark`, {
639
+ x: "-3.12988",
640
+ y: "29",
641
+ width: "524.282",
642
+ height: "131.72"
643
+ }),
644
+ dropShadowFilter(`${id}-shadow-tm`, {
645
+ x: "527",
646
+ y: "31",
647
+ width: "92.114",
648
+ height: "61.75"
649
+ }),
650
+ /* @__PURE__ */ jsxs3(
651
+ "radialGradient",
652
+ {
653
+ id: `${id}-radial`,
654
+ cx: "0",
655
+ cy: "0",
656
+ r: "1",
657
+ gradientTransform: "matrix(429.026 -226 691.294 1227.91 26.8788 226)",
658
+ gradientUnits: "userSpaceOnUse",
659
+ children: [
660
+ /* @__PURE__ */ jsx15("stop", { offset: "0.200144", stopColor: "#FF2821" }),
661
+ /* @__PURE__ */ jsx15("stop", { offset: "0.33982", stopColor: "#FF3B30" }),
662
+ /* @__PURE__ */ jsx15("stop", { offset: "0.701637", stopColor: "#9D5FFF" })
663
+ ]
664
+ }
665
+ )
666
+ ] }),
667
+ /* @__PURE__ */ jsx15("clipPath", { id: `${id}-clip`, children: /* @__PURE__ */ jsx15("rect", { width: "614", height: "234", fill: "white" }) })
668
+ ] })
669
+ ] });
670
+ };
671
+ var aiHubLogomarkFor = (color) => (id) => {
672
+ const isNegative = color === "negative" || color === "negative-payoff";
673
+ return /* @__PURE__ */ jsxs3(Fragment, { children: [
674
+ /* @__PURE__ */ jsx15(
675
+ "rect",
676
+ {
677
+ x: isNegative ? "0.5" : "0",
678
+ y: isNegative ? "0.5" : "0",
679
+ width: isNegative ? "167" : "168",
680
+ height: isNegative ? "167" : "168",
681
+ rx: isNegative ? "57.5" : "58",
682
+ fill: `url(#${id}-bg)`
683
+ }
684
+ ),
685
+ /* @__PURE__ */ jsx15(
686
+ "rect",
687
+ {
688
+ x: "0.5",
689
+ y: "0.5",
690
+ width: "167",
691
+ height: "167",
692
+ rx: "57.5",
693
+ stroke: "white",
694
+ strokeOpacity: isNegative ? "1" : "0.5"
695
+ }
696
+ ),
697
+ /* @__PURE__ */ jsx15("g", { filter: `url(#${id}-shadow)`, children: /* @__PURE__ */ jsx15("path", { d: AI_HUB_LOGOMARK_AI_D, fill: `url(#${id}-fg)` }) }),
698
+ /* @__PURE__ */ jsxs3("defs", { children: [
699
+ dropShadowFilter(`${id}-shadow`, {
700
+ x: "19.7551",
701
+ y: "35.8",
702
+ width: "121.642",
703
+ height: "98.2"
704
+ }),
705
+ isNegative ? /* @__PURE__ */ jsxs3(Fragment, { children: [
706
+ /* @__PURE__ */ jsxs3(
707
+ "linearGradient",
708
+ {
709
+ id: `${id}-bg`,
710
+ x1: "83.7829",
711
+ y1: "36",
712
+ x2: "101.863",
713
+ y2: "165.506",
714
+ gradientUnits: "userSpaceOnUse",
715
+ children: [
716
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
717
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
718
+ ]
719
+ }
720
+ ),
721
+ /* @__PURE__ */ jsxs3(
722
+ "linearGradient",
723
+ {
724
+ id: `${id}-fg`,
725
+ x1: "84",
726
+ y1: "16",
727
+ x2: "84",
728
+ y2: "142",
729
+ gradientUnits: "userSpaceOnUse",
730
+ children: [
731
+ /* @__PURE__ */ jsx15("stop", { stopColor: "#FF2821" }),
732
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#9D5FFF" })
733
+ ]
734
+ }
735
+ )
736
+ ] }) : /* @__PURE__ */ jsxs3(Fragment, { children: [
737
+ /* @__PURE__ */ jsxs3(
738
+ "linearGradient",
739
+ {
740
+ id: `${id}-bg`,
741
+ x1: "84",
742
+ y1: "0",
743
+ x2: "84",
744
+ y2: "168",
745
+ gradientUnits: "userSpaceOnUse",
746
+ children: [
747
+ /* @__PURE__ */ jsx15("stop", { stopColor: "#FF2821" }),
748
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#9D5FFF" })
749
+ ]
750
+ }
751
+ ),
752
+ /* @__PURE__ */ jsxs3(
753
+ "linearGradient",
754
+ {
755
+ id: `${id}-fg`,
756
+ x1: "83.8424",
757
+ y1: "43",
758
+ x2: "97.8295",
759
+ y2: "140.006",
760
+ gradientUnits: "userSpaceOnUse",
761
+ children: [
762
+ /* @__PURE__ */ jsx15("stop", { stopColor: "white" }),
763
+ /* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: "#E8E8E8" })
764
+ ]
765
+ }
766
+ )
767
+ ] })
349
768
  ] })
769
+ ] });
770
+ };
771
+ var wsuiteLogo = () => /* @__PURE__ */ jsxs3(Fragment, { children: [
772
+ /* @__PURE__ */ jsx15(
773
+ "path",
774
+ {
775
+ 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",
776
+ fill: "black"
777
+ }
778
+ ),
779
+ /* @__PURE__ */ jsx15(
780
+ "path",
781
+ {
782
+ d: "M44.6972 2.88174H46.0612V4.93874H48.0852V6.25874H46.0612V8.32674H44.6972V6.25874H42.6512V4.93874H44.6972V2.88174Z",
783
+ fill: "#FF78F3"
784
+ }
785
+ )
786
+ ] });
787
+ var wsuiteLogomark = () => /* @__PURE__ */ jsxs3(Fragment, { children: [
788
+ /* @__PURE__ */ jsx15(
789
+ "path",
790
+ {
791
+ 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",
792
+ fill: "black"
793
+ }
794
+ ),
795
+ /* @__PURE__ */ jsx15(
796
+ "path",
797
+ {
798
+ d: "M18.6972 2.88174H20.0612V4.93874H22.0852V6.25874H20.0612V8.32674H18.6972V6.25874H16.6512V4.93874H18.6972V2.88174Z",
799
+ fill: "#FF78F3"
800
+ }
801
+ )
802
+ ] });
803
+ var feedatiLogo = () => /* @__PURE__ */ jsxs3(Fragment, { children: [
804
+ /* @__PURE__ */ jsx15(
805
+ "path",
806
+ {
807
+ 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",
808
+ fill: "black"
809
+ }
810
+ ),
811
+ /* @__PURE__ */ jsx15(
812
+ "path",
813
+ {
814
+ d: "M48.6971 2.88174H50.0611V4.93874H52.0851V6.25874H50.0611V8.32674H48.6971V6.25874H46.6511V4.93874H48.6971V2.88174Z",
815
+ fill: "#FF2821"
816
+ }
817
+ )
818
+ ] });
819
+ var feedatiLogomark = () => /* @__PURE__ */ jsxs3(Fragment, { children: [
820
+ /* @__PURE__ */ jsx15(
821
+ "path",
822
+ {
823
+ 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",
824
+ fill: "black"
825
+ }
826
+ ),
827
+ /* @__PURE__ */ jsx15(
828
+ "path",
829
+ {
830
+ d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z",
831
+ fill: "#FF2821"
832
+ }
833
+ )
834
+ ] });
835
+ var svgContent = {
836
+ wsuite: {
837
+ logo: { positive: wsuiteLogo },
838
+ logomark: { positive: wsuiteLogomark }
350
839
  },
351
840
  studio: {
352
- logo: /* @__PURE__ */ jsxs3(Fragment, { children: [
353
- /* @__PURE__ */ jsx15("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" }),
354
- /* @__PURE__ */ jsx15("path", { d: "M42.6972 2.88174H44.0612V4.93874H46.0852V6.25874H44.0612V8.32674H42.6972V6.25874H40.6512V4.93874H42.6972V2.88174Z", fill: "#9D5FFF" })
355
- ] }),
356
- logomark: /* @__PURE__ */ jsxs3(Fragment, { children: [
357
- /* @__PURE__ */ jsx15("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" }),
358
- /* @__PURE__ */ jsx15("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#9D5FFF" })
359
- ] })
841
+ logo: {
842
+ positive: studioLogoFor("positive"),
843
+ negative: studioLogoFor("negative"),
844
+ "negative-payoff": studioLogoFor("negative-payoff")
845
+ },
846
+ logomark: {
847
+ positive: studioLogomarkFor("positive"),
848
+ negative: studioLogomarkFor("negative")
849
+ }
360
850
  },
361
851
  feedati: {
362
- logo: /* @__PURE__ */ jsxs3(Fragment, { children: [
363
- /* @__PURE__ */ jsx15("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" }),
364
- /* @__PURE__ */ jsx15("path", { d: "M48.6971 2.88174H50.0611V4.93874H52.0851V6.25874H50.0611V8.32674H48.6971V6.25874H46.6511V4.93874H48.6971V2.88174Z", fill: "#FF2821" })
365
- ] }),
366
- logomark: /* @__PURE__ */ jsxs3(Fragment, { children: [
367
- /* @__PURE__ */ jsx15("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" }),
368
- /* @__PURE__ */ jsx15("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#FF2821" })
369
- ] })
852
+ logo: { positive: feedatiLogo },
853
+ logomark: { positive: feedatiLogomark }
854
+ },
855
+ "ai-hub": {
856
+ logo: {
857
+ positive: aiHubLogoFor("positive"),
858
+ negative: aiHubLogoFor("negative"),
859
+ "negative-payoff": aiHubLogoFor("negative-payoff")
860
+ },
861
+ logomark: {
862
+ positive: aiHubLogomarkFor("positive"),
863
+ negative: aiHubLogomarkFor("negative")
864
+ }
370
865
  }
371
866
  };
372
867
  var viewBoxMap = {
373
868
  wsuite: { logo: "0 0 51 16", logomark: "0 0 25 16" },
374
- studio: { logo: "0 0 49 16", logomark: "0 0 22 16" },
375
- feedati: { logo: "0 0 55 16", logomark: "0 0 22 16" }
869
+ studio: { logo: "0 0 597.114 234", logomark: "0 0 168 168" },
870
+ feedati: { logo: "0 0 55 16", logomark: "0 0 22 16" },
871
+ "ai-hub": { logo: "0 0 614 234", logomark: "0 0 168 168" }
872
+ };
873
+ var resolveColor = (product, variant, color) => {
874
+ const variantContent = svgContent[product][variant];
875
+ if (variantContent[color]) return color;
876
+ if (variant === "logomark" && color === "negative-payoff" && variantContent.negative) {
877
+ return "negative";
878
+ }
879
+ return "positive";
376
880
  };
377
881
  var Logo = forwardRef(
378
- ({
379
- product = "wsuite",
380
- variant = "logo",
381
- sx,
382
- ...props
383
- }, ref) => {
882
+ ({ product = "wsuite", variant = "logo", color = "positive", sx, ...props }, ref) => {
883
+ const rawId = useId();
884
+ const id = `forest-logo-${rawId.replace(/[^a-zA-Z0-9_-]/g, "")}`;
885
+ const resolvedColor = resolveColor(product, variant, color);
886
+ const renderer = svgContent[product][variant][resolvedColor];
887
+ const content = renderer ? renderer(id) : null;
384
888
  return /* @__PURE__ */ jsx15(
385
889
  Box,
386
890
  {
@@ -396,7 +900,7 @@ var Logo = forwardRef(
396
900
  ...sx
397
901
  },
398
902
  ...props,
399
- children: svgPaths[product][variant]
903
+ children: content
400
904
  }
401
905
  );
402
906
  }
@@ -498,14 +1002,7 @@ function Badge(props) {
498
1002
 
499
1003
  // src/components/Chip/index.tsx
500
1004
  import MuiChip from "@mui/material/Chip";
501
-
502
- // ../../node_modules/@mui/icons-material/esm/CloseOutlined.js
503
- import { jsx as _jsx3 } from "react/jsx-runtime";
504
- var CloseOutlined_default = createSvgIcon(/* @__PURE__ */ _jsx3("path", {
505
- 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"
506
- }), "CloseOutlined");
507
-
508
- // src/components/Chip/index.tsx
1005
+ import CloseIcon from "@mui/icons-material/CloseOutlined";
509
1006
  import { jsx as jsx25 } from "react/jsx-runtime";
510
1007
  var customChipColors = {
511
1008
  teal: { bg: misc.teal[50], color: misc.teal[700], deleteIcon: misc.teal[400] },
@@ -519,7 +1016,7 @@ var customChipColors = {
519
1016
  rose: { bg: misc.rose[50], color: misc.rose[700], deleteIcon: misc.rose[400] },
520
1017
  blueLight: { bg: misc.blueLight[50], color: misc.blueLight[700], deleteIcon: misc.blueLight[400] }
521
1018
  };
522
- function Chip({ color, deleteIcon = /* @__PURE__ */ jsx25(CloseOutlined_default, {}), sx, ...props }) {
1019
+ function Chip({ color, deleteIcon = /* @__PURE__ */ jsx25(CloseIcon, {}), sx, ...props }) {
523
1020
  const custom = color && typeof color === "string" ? customChipColors[color] : void 0;
524
1021
  if (custom) {
525
1022
  return /* @__PURE__ */ jsx25(
@@ -1043,20 +1540,8 @@ import { createContext, useContext } from "react";
1043
1540
  import MuiDrawer2 from "@mui/material/Drawer";
1044
1541
  import Box2 from "@mui/material/Box";
1045
1542
  import IconButton3 from "@mui/material/IconButton";
1046
-
1047
- // ../../node_modules/@mui/icons-material/esm/ChevronLeftOutlined.js
1048
- import { jsx as _jsx4 } from "react/jsx-runtime";
1049
- var ChevronLeftOutlined_default = createSvgIcon(/* @__PURE__ */ _jsx4("path", {
1050
- d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"
1051
- }), "ChevronLeftOutlined");
1052
-
1053
- // ../../node_modules/@mui/icons-material/esm/ChevronRightOutlined.js
1054
- import { jsx as _jsx5 } from "react/jsx-runtime";
1055
- var ChevronRightOutlined_default = createSvgIcon(/* @__PURE__ */ _jsx5("path", {
1056
- d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
1057
- }), "ChevronRightOutlined");
1058
-
1059
- // src/components/Sidebar/index.tsx
1543
+ import ChevronLeftOutlined from "@mui/icons-material/ChevronLeftOutlined";
1544
+ import ChevronRightOutlined from "@mui/icons-material/ChevronRightOutlined";
1060
1545
  import MuiListItemButton2 from "@mui/material/ListItemButton";
1061
1546
  import ListItemIcon2 from "@mui/material/ListItemIcon";
1062
1547
  import ListItemText2 from "@mui/material/ListItemText";
@@ -1152,7 +1637,7 @@ function SidebarNav({
1152
1637
  fontSize: 18
1153
1638
  }
1154
1639
  },
1155
- children: open ? /* @__PURE__ */ jsx60(ChevronLeftOutlined_default, {}) : /* @__PURE__ */ jsx60(ChevronRightOutlined_default, {})
1640
+ children: open ? /* @__PURE__ */ jsx60(ChevronLeftOutlined, {}) : /* @__PURE__ */ jsx60(ChevronRightOutlined, {})
1156
1641
  }
1157
1642
  )
1158
1643
  ] }) });