@matteoaliano/forest-ui 0.3.0 → 0.3.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
@@ -21,6 +21,7 @@ var MuiTextField = require('@mui/material/TextField');
21
21
  var InputAdornment = require('@mui/material/InputAdornment');
22
22
  var IconButton = require('@mui/material/IconButton');
23
23
  var utils = require('@mui/material/utils');
24
+ var MuiInputBase = require('@mui/material/InputBase');
24
25
  var material = require('@mui/material');
25
26
  var MuiToggleButton = require('@mui/material/ToggleButton');
26
27
  var MuiToggleButtonGroup = require('@mui/material/ToggleButtonGroup');
@@ -107,6 +108,7 @@ var MuiSwitch__default = /*#__PURE__*/_interopDefault(MuiSwitch);
107
108
  var MuiTextField__default = /*#__PURE__*/_interopDefault(MuiTextField);
108
109
  var InputAdornment__default = /*#__PURE__*/_interopDefault(InputAdornment);
109
110
  var IconButton__default = /*#__PURE__*/_interopDefault(IconButton);
111
+ var MuiInputBase__default = /*#__PURE__*/_interopDefault(MuiInputBase);
110
112
  var MuiToggleButton__default = /*#__PURE__*/_interopDefault(MuiToggleButton);
111
113
  var MuiToggleButtonGroup__default = /*#__PURE__*/_interopDefault(MuiToggleButtonGroup);
112
114
  var MuiBadge__default = /*#__PURE__*/_interopDefault(MuiBadge);
@@ -168,40 +170,106 @@ var Box2__default = /*#__PURE__*/_interopDefault(Box2);
168
170
  // src/provider/ForestProvider.tsx
169
171
 
170
172
  // src/theme/tokens.ts
173
+ var violet = {
174
+ 50: "#f5f0ff",
175
+ 100: "#ebe0ff",
176
+ 200: "#d6c0ff",
177
+ 300: "#b090ff",
178
+ 400: "#9D5FFF",
179
+ 500: "#7c4de6",
180
+ 600: "#5b3acc",
181
+ 700: "#3a1aad",
182
+ 800: "#190a8a",
183
+ 900: "#000066"};
184
+ var gray = {
185
+ 25: "#fdfcfc",
186
+ 50: "#faf9f8",
187
+ 100: "#f5f3f1",
188
+ 200: "#e8e5e3",
189
+ 300: "#d8d8dc",
190
+ 400: "#a0a0a6",
191
+ 500: "#71717a",
192
+ 600: "#52525b",
193
+ 700: "#3f3f46",
194
+ 800: "#27272a",
195
+ 900: "#18181b",
196
+ 950: "#09090b"
197
+ };
198
+ var info = {
199
+ 25: "#f5faff",
200
+ 50: "#eff8ff",
201
+ 100: "#d1e9ff",
202
+ 200: "#b2ddff",
203
+ 300: "#84caff",
204
+ 400: "#53b1fd",
205
+ 500: "#2e90fa",
206
+ 600: "#1570ef",
207
+ 700: "#175cd3",
208
+ 800: "#1849a9",
209
+ 900: "#194185",
210
+ 950: "#102a56"
211
+ };
212
+ var misc = {
213
+ teal: {
214
+ 50: "#f0fdf9",
215
+ 100: "#ccfbef",
216
+ 200: "#99f6e0",
217
+ 300: "#5fe9d0",
218
+ 400: "#2ed3b7",
219
+ 600: "#0e9384",
220
+ 700: "#107569"},
221
+ orange: {
222
+ 100: "#fdead7",
223
+ 200: "#f9dbaf",
224
+ 300: "#f7b27a",
225
+ 400: "#f38744"},
226
+ purple: {
227
+ 100: "#ebe9fe",
228
+ 200: "#d9d6fe",
229
+ 500: "#7a5af8",
230
+ 600: "#6938ef"},
231
+ pink: {
232
+ 100: "#fce7f6",
233
+ 200: "#fcceee",
234
+ 400: "#f670c7",
235
+ 500: "#ee46bc"},
236
+ fuchsia: {
237
+ 100: "#fbe8ff",
238
+ 200: "#f6d0fe",
239
+ 400: "#e478fa",
240
+ 500: "#d444f1"},
241
+ orangeDark: {
242
+ 100: "#ffe6d5",
243
+ 200: "#ffd6ae",
244
+ 400: "#ff692e",
245
+ 500: "#ff4405"},
246
+ green: {
247
+ 100: "#d3f8df",
248
+ 200: "#aaf0c4",
249
+ 500: "#16b364",
250
+ 600: "#099250"},
251
+ rose: {
252
+ 100: "#ffe4e8",
253
+ 200: "#fecdd6",
254
+ 400: "#fd6f8e",
255
+ 500: "#f63d68"},
256
+ blueLight: {
257
+ 100: "#e0f2fe",
258
+ 200: "#b9e6fe",
259
+ 400: "#36bffa",
260
+ 500: "#0ba5ec"},
261
+ cyan: {
262
+ 100: "#cff9fe",
263
+ 200: "#a5f0fc",
264
+ 600: "#088ab2",
265
+ 700: "#0e7090"}
266
+ };
171
267
  var colors = {
172
268
  base: {
173
269
  white: "#ffffff",
174
270
  black: "#000000",
175
271
  transparent: "#ffffff00"
176
272
  },
177
- brand: {
178
- 25: "#fcfaff",
179
- 50: "#f9f5ff",
180
- 100: "#f4ebff",
181
- 200: "#e9d7fe",
182
- 300: "#d6bbfb",
183
- 400: "#b692f6",
184
- 500: "#9e77ed",
185
- 600: "#7f56d9",
186
- 700: "#6941c6",
187
- 800: "#53389e",
188
- 900: "#42307d",
189
- 950: "#2c1c5f"
190
- },
191
- gray: {
192
- 25: "#fcfcfd",
193
- 50: "#f9fafb",
194
- 100: "#f2f4f7",
195
- 200: "#eaecf0",
196
- 300: "#d0d5dd",
197
- 400: "#98a2b3",
198
- 500: "#667085",
199
- 600: "#475467",
200
- 700: "#344054",
201
- 800: "#182230",
202
- 900: "#101828",
203
- 950: "#0c111d"
204
- },
205
273
  error: {
206
274
  25: "#fffbfa",
207
275
  50: "#fef3f2",
@@ -244,104 +312,7 @@ var colors = {
244
312
  900: "#074d31",
245
313
  950: "#053321"
246
314
  },
247
- blue: {
248
- 25: "#f5faff",
249
- 50: "#eff8ff",
250
- 100: "#d1e9ff",
251
- 200: "#b2ddff",
252
- 300: "#84caff",
253
- 400: "#53b1fd",
254
- 500: "#2e90fa",
255
- 600: "#1570ef",
256
- 700: "#175cd3",
257
- 800: "#1849a9",
258
- 900: "#194185",
259
- 950: "#102a56"
260
- },
261
- teal: {
262
- 50: "#f0fdf9",
263
- 100: "#ccfbef",
264
- 200: "#99f6e0",
265
- 300: "#5fe9d0",
266
- 400: "#2ed3b7",
267
- 600: "#0e9384",
268
- 700: "#107569"
269
- },
270
- orange: {
271
- 100: "#fdead7",
272
- 200: "#f9dbaf",
273
- 300: "#f7b27a",
274
- 400: "#f38744",
275
- 600: "#e04f16",
276
- 700: "#b93815"
277
- },
278
- purple: {
279
- 100: "#ebe9fe",
280
- 200: "#d9d6fe",
281
- 600: "#6938ef",
282
- 700: "#5925dc"
283
- },
284
- pink: {
285
- 100: "#fce7f6",
286
- 200: "#fcceee",
287
- 400: "#f670c7",
288
- 500: "#ee46bc",
289
- 600: "#dd2590",
290
- 700: "#c11574"
291
- },
292
- fuchsia: {
293
- 100: "#fbe8ff",
294
- 200: "#f6d0fe",
295
- 400: "#e478fa",
296
- 500: "#d444f1",
297
- 600: "#ba24d5",
298
- 700: "#9f1ab1"
299
- },
300
- orangeDark: {
301
- 100: "#ffe6d5",
302
- 200: "#ffd6ae",
303
- 400: "#ff692e",
304
- 500: "#ff4405",
305
- 600: "#e62e05",
306
- 700: "#bc1b06"
307
- },
308
- green: {
309
- 100: "#d3f8df",
310
- 200: "#aaf0c4",
311
- 500: "#16b364",
312
- 600: "#099250",
313
- 700: "#087443"
314
- },
315
- indigo: {
316
- 100: "#e0eaff",
317
- 200: "#c7d7fe",
318
- 600: "#444ce7",
319
- 700: "#3538cd"
320
- },
321
- violet: {
322
- 100: "#ece9fe",
323
- 200: "#ddd6fe",
324
- 500: "#875bf7",
325
- 600: "#7839ee"
326
- },
327
- rose: {
328
- 100: "#ffe4e8",
329
- 200: "#fecdd6",
330
- 400: "#fd6f8e",
331
- 500: "#f63d68"
332
- },
333
- blueLight: {
334
- 100: "#e0f2fe",
335
- 200: "#b9e6fe",
336
- 400: "#36bffa",
337
- 500: "#0ba5ec"
338
- },
339
- cyan: {
340
- 100: "#cff9fe",
341
- 200: "#a5f0fc",
342
- 600: "#088ab2",
343
- 700: "#0e7090"
344
- }
315
+ info
345
316
  };
346
317
  var spacing = {
347
318
  none: 0,
@@ -385,12 +356,12 @@ var shadows = {
385
356
  "3xl": "0px 32px 64px -12px #10182824"
386
357
  };
387
358
  var focusRings = {
388
- brand: "0px 0px 0px 4px #9e77ed3d",
389
- brandShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #9e77ed3d",
390
- brandShadowSm: "0px 1px 3px 0px #1018281a, 0px 1px 2px 0px #1018280f, 0px 0px 0px 4px #9e77ed3d",
391
- gray: "0px 0px 0px 4px #98a2b324",
392
- grayShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #98a2b324",
393
- grayShadowSm: "0px 1px 3px 0px #1018281a, 0px 1px 2px 0px #1018280f, 0px 0px 0px 4px #98a2b324",
359
+ brand: "0px 0px 0px 4px #7c4de63d",
360
+ brandShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #7c4de63d",
361
+ brandShadowSm: "0px 1px 3px 0px #1018281a, 0px 1px 2px 0px #1018280f, 0px 0px 0px 4px #7c4de63d",
362
+ gray: "0px 0px 0px 4px #a0a0a624",
363
+ grayShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #a0a0a624",
364
+ grayShadowSm: "0px 1px 3px 0px #1018281a, 0px 1px 2px 0px #1018280f, 0px 0px 0px 4px #a0a0a624",
394
365
  error: "0px 0px 0px 4px #f044383d",
395
366
  errorShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #f044383d"
396
367
  };
@@ -444,51 +415,51 @@ var widths = {
444
415
  "6xl": 1920
445
416
  };
446
417
  var text = {
447
- primary: colors.gray[900],
448
- secondary: colors.gray[700],
449
- secondaryHover: colors.gray[800],
450
- tertiary: colors.gray[600],
451
- tertiaryHover: colors.gray[700],
452
- quaternary: colors.gray[500],
453
- disabled: colors.gray[500],
454
- placeholder: colors.gray[500],
455
- placeholderSubtle: colors.gray[300],
418
+ primary: gray[900],
419
+ secondary: gray[700],
420
+ secondaryHover: gray[800],
421
+ tertiary: gray[600],
422
+ tertiaryHover: gray[700],
423
+ quaternary: gray[500],
424
+ disabled: gray[500],
425
+ placeholder: gray[500],
426
+ placeholderSubtle: gray[300],
456
427
  white: colors.base.white,
457
- brandPrimary: colors.brand[900],
458
- brandSecondary: colors.brand[700],
459
- brandTertiary: colors.brand[600],
460
- brandTertiaryAlt: colors.brand[600],
428
+ brandPrimary: violet[900],
429
+ brandSecondary: violet[700],
430
+ brandTertiary: violet[600],
431
+ brandTertiaryAlt: violet[600],
461
432
  primaryOnBrand: colors.base.white,
462
- secondaryOnBrand: colors.brand[200],
463
- tertiaryOnBrand: colors.brand[200],
464
- quaternaryOnBrand: colors.brand[300],
433
+ secondaryOnBrand: violet[200],
434
+ tertiaryOnBrand: violet[200],
435
+ quaternaryOnBrand: violet[300],
465
436
  errorPrimary: colors.error[600],
466
437
  warningPrimary: colors.warning[600],
467
438
  successPrimary: colors.success[600]
468
439
  };
469
440
  var bg = {
470
- primary: colors.gray[50],
471
- primaryAlt: colors.gray[50],
472
- primaryHover: colors.gray[100],
473
- primarySolid: colors.gray[950],
441
+ primary: gray[50],
442
+ primaryAlt: gray[50],
443
+ primaryHover: gray[100],
444
+ primarySolid: gray[950],
474
445
  secondary: colors.base.white,
475
446
  secondaryAlt: colors.base.white,
476
- secondarySubtle: colors.gray[25],
477
- secondaryHover: colors.gray[50],
478
- secondarySolid: colors.gray[600],
479
- tertiary: colors.gray[100],
480
- quaternary: colors.gray[200],
481
- active: colors.gray[200],
482
- disabled: colors.gray[100],
483
- disabledSubtle: colors.gray[50],
484
- overlay: colors.gray[950],
485
- brandPrimary: colors.brand[50],
486
- brandPrimaryAlt: colors.brand[50],
487
- brandSecondary: colors.brand[100],
488
- brandSolid: colors.brand[600],
489
- brandSolidHover: colors.brand[700],
490
- brandSection: colors.brand[800],
491
- brandSectionSubtle: colors.brand[700],
447
+ secondarySubtle: gray[25],
448
+ secondaryHover: gray[50],
449
+ secondarySolid: gray[600],
450
+ tertiary: gray[100],
451
+ quaternary: gray[200],
452
+ active: gray[200],
453
+ disabled: gray[100],
454
+ disabledSubtle: gray[50],
455
+ overlay: gray[950],
456
+ brandPrimary: violet[50],
457
+ brandPrimaryAlt: violet[50],
458
+ brandSecondary: violet[100],
459
+ brandSolid: violet[600],
460
+ brandSolidHover: violet[700],
461
+ brandSection: violet[800],
462
+ brandSectionSubtle: violet[700],
492
463
  errorPrimary: colors.error[50],
493
464
  errorSecondary: colors.error[100],
494
465
  errorSolid: colors.error[600],
@@ -500,22 +471,22 @@ var bg = {
500
471
  successSolid: colors.success[600]
501
472
  };
502
473
  var fg = {
503
- primary: colors.gray[900],
504
- secondary: colors.gray[700],
505
- secondaryHover: colors.gray[800],
506
- tertiary: colors.gray[600],
507
- tertiaryHover: colors.gray[700],
508
- quaternary: colors.gray[500],
509
- quaternaryHover: colors.gray[600],
510
- quinary: colors.gray[400],
511
- quinaryHover: colors.gray[500],
512
- senary: colors.gray[300],
474
+ primary: gray[900],
475
+ secondary: gray[700],
476
+ secondaryHover: gray[800],
477
+ tertiary: gray[600],
478
+ tertiaryHover: gray[700],
479
+ quaternary: gray[500],
480
+ quaternaryHover: gray[600],
481
+ quinary: gray[400],
482
+ quinaryHover: gray[500],
483
+ senary: gray[300],
513
484
  white: colors.base.white,
514
- disabled: colors.gray[400],
515
- disabledSubtle: colors.gray[300],
516
- brandPrimary: colors.brand[600],
517
- brandPrimaryAlt: colors.brand[600],
518
- brandSecondary: colors.brand[500],
485
+ disabled: gray[400],
486
+ disabledSubtle: gray[300],
487
+ brandPrimary: violet[600],
488
+ brandPrimaryAlt: violet[600],
489
+ brandSecondary: violet[500],
519
490
  errorPrimary: colors.error[600],
520
491
  errorSecondary: colors.error[500],
521
492
  warningPrimary: colors.warning[600],
@@ -524,51 +495,51 @@ var fg = {
524
495
  successSecondary: colors.success[500]
525
496
  };
526
497
  var border = {
527
- primary: colors.gray[300],
528
- secondary: colors.gray[200],
529
- tertiary: colors.gray[100],
530
- disabled: colors.gray[300],
531
- disabledSubtle: colors.gray[200],
532
- brand: colors.brand[300],
533
- brandSolid: colors.brand[600],
534
- brandSolidAlt: colors.brand[600],
498
+ primary: gray[300],
499
+ secondary: gray[200],
500
+ tertiary: gray[100],
501
+ disabled: gray[300],
502
+ disabledSubtle: gray[200],
503
+ brand: violet[300],
504
+ brandSolid: violet[600],
505
+ brandSolidAlt: violet[600],
535
506
  error: colors.error[300],
536
507
  errorSolid: colors.error[600]
537
508
  };
538
509
  var buttonColors = {
539
510
  primary: {
540
- bg: colors.brand[600],
541
- bgHover: colors.brand[700],
511
+ bg: violet[600],
512
+ bgHover: violet[700],
542
513
  fg: colors.base.white,
543
514
  fgHover: colors.base.white,
544
- border: colors.brand[600],
545
- borderHover: colors.brand[700]
515
+ border: violet[600],
516
+ borderHover: violet[700]
546
517
  },
547
518
  secondary: {
548
519
  bg: colors.base.white,
549
- bgHover: colors.gray[50],
550
- fg: colors.gray[700],
551
- fgHover: colors.gray[800],
552
- border: colors.gray[300],
553
- borderHover: colors.gray[300]
520
+ bgHover: gray[50],
521
+ fg: gray[700],
522
+ fgHover: gray[800],
523
+ border: gray[300],
524
+ borderHover: gray[300]
554
525
  },
555
526
  secondaryColor: {
556
527
  bg: colors.base.white,
557
- bgHover: colors.brand[50],
558
- fg: colors.brand[700],
559
- fgHover: colors.brand[800],
560
- border: colors.brand[300],
561
- borderHover: colors.brand[300]
528
+ bgHover: violet[50],
529
+ fg: violet[700],
530
+ fgHover: violet[800],
531
+ border: violet[300],
532
+ borderHover: violet[300]
562
533
  },
563
534
  tertiary: {
564
- fg: colors.gray[600],
565
- fgHover: colors.gray[700],
566
- bgHover: colors.gray[50]
535
+ fg: gray[600],
536
+ fgHover: gray[700],
537
+ bgHover: gray[50]
567
538
  },
568
539
  tertiaryColor: {
569
- fg: colors.brand[700],
570
- fgHover: colors.brand[800],
571
- bgHover: colors.brand[50]
540
+ fg: violet[700],
541
+ fgHover: violet[800],
542
+ bgHover: violet[50]
572
543
  },
573
544
  primaryError: {
574
545
  bg: colors.error[600],
@@ -593,27 +564,27 @@ var buttonColors = {
593
564
  }
594
565
  };
595
566
  var avatarColors = {
596
- bg: colors.gray[100],
567
+ bg: gray[100],
597
568
  contrastBorder: "#00000014",
598
569
  profilePhotoBorder: colors.base.white,
599
- focusBorder: "#98a2b324"
570
+ focusBorder: "#a0a0a624"
600
571
  };
601
572
  var breadcrumbColors = {
602
- fg: colors.gray[600],
603
- fgHover: colors.gray[700],
604
- bgHover: colors.gray[50],
605
- brandBgHover: colors.brand[50],
606
- brandFgHover: colors.brand[700],
607
- iconFg: colors.gray[500],
608
- iconFgHover: colors.gray[700],
609
- brandIconFgHover: colors.brand[700]
573
+ fg: gray[600],
574
+ fgHover: gray[700],
575
+ bgHover: gray[50],
576
+ brandBgHover: violet[50],
577
+ brandFgHover: violet[700],
578
+ iconFg: gray[500],
579
+ iconFgHover: gray[700],
580
+ brandIconFgHover: violet[700]
610
581
  };
611
582
  var iconColors = {
612
- fgBrand: colors.brand[600],
613
- fgBrandOnBrand: colors.brand[200],
614
- featuredModernBorder: colors.gray[200],
615
- featuredLightFgBrand: colors.brand[600],
616
- featuredLightFgGray: colors.gray[500],
583
+ fgBrand: violet[600],
584
+ fgBrandOnBrand: violet[200],
585
+ featuredModernBorder: gray[200],
586
+ featuredLightFgBrand: violet[600],
587
+ featuredLightFgGray: gray[500],
617
588
  featuredLightFgError: colors.error[600],
618
589
  featuredLightFgWarning: colors.warning[600],
619
590
  featuredLightFgSuccess: colors.success[600],
@@ -624,42 +595,42 @@ var iconColors = {
624
595
  featuredDarkFgSuccess: colors.base.white
625
596
  };
626
597
  var navColors = {
627
- itemIconFg: colors.gray[500],
628
- itemIconFgActive: colors.gray[700],
629
- itemButtonIconFg: colors.gray[500],
630
- itemButtonIconFgActive: colors.gray[700]
598
+ itemIconFg: gray[500],
599
+ itemIconFgActive: gray[700],
600
+ itemButtonIconFg: gray[500],
601
+ itemButtonIconFgActive: gray[700]
631
602
  };
632
603
  var sliderColors = {
633
- handleBorder: colors.brand[600],
604
+ handleBorder: violet[600],
634
605
  handleBg: colors.base.white
635
606
  };
636
607
  var toggleColors = {
637
- buttonFgDisabled: colors.gray[50]
608
+ buttonFgDisabled: gray[50]
638
609
  };
639
610
  var chartColors = {
640
- axisFg: colors.gray[100],
641
- gridlineFg: colors.gray[100],
642
- labelFg: colors.gray[600],
643
- labelFgEmphasis: colors.gray[700],
611
+ axisFg: gray[100],
612
+ gridlineFg: gray[100],
613
+ labelFg: gray[600],
614
+ labelFgEmphasis: gray[700],
644
615
  bg: colors.base.white,
645
- bgAlt: colors.gray[50],
646
- tooltipBg: colors.gray[950],
616
+ bgAlt: gray[50],
617
+ tooltipBg: gray[950],
647
618
  tooltipFg: colors.base.white,
648
- crosshairFg: colors.gray[500],
619
+ crosshairFg: gray[500],
649
620
  legendFg: text.tertiary,
650
621
  series: [
651
- { fg: colors.violet[500], fgHover: colors.violet[600], bg: colors.violet[100], bgHover: colors.violet[200] },
652
- { fg: colors.orangeDark[400], fgHover: colors.orangeDark[500], bg: colors.orangeDark[100], bgHover: colors.orangeDark[200] },
653
- { fg: colors.teal[300], fgHover: colors.teal[400], bg: colors.teal[50], bgHover: colors.teal[100] },
622
+ { fg: misc.purple[500], fgHover: misc.purple[600], bg: misc.purple[100], bgHover: misc.purple[200] },
623
+ { fg: misc.orangeDark[400], fgHover: misc.orangeDark[500], bg: misc.orangeDark[100], bgHover: misc.orangeDark[200] },
624
+ { fg: misc.teal[300], fgHover: misc.teal[400], bg: misc.teal[50], bgHover: misc.teal[100] },
654
625
  { fg: colors.warning[400], fgHover: colors.warning[500], bg: colors.warning[100], bgHover: colors.warning[200] },
655
- { fg: colors.rose[400], fgHover: colors.rose[500], bg: colors.rose[100], bgHover: colors.rose[200] },
656
- { fg: colors.blueLight[400], fgHover: colors.blueLight[500], bg: colors.blueLight[100], bgHover: colors.blueLight[200] },
657
- { fg: colors.orange[300], fgHover: colors.orange[400], bg: colors.orange[100], bgHover: colors.orange[200] },
658
- { fg: colors.cyan[600], fgHover: colors.cyan[700], bg: colors.cyan[100], bgHover: colors.cyan[200] },
659
- { fg: colors.green[500], fgHover: colors.green[600], bg: colors.green[100], bgHover: colors.green[200] },
660
- { fg: colors.pink[400], fgHover: colors.pink[500], bg: colors.pink[100], bgHover: colors.pink[200] },
661
- { fg: colors.fuchsia[400], fgHover: colors.fuchsia[500], bg: colors.fuchsia[100], bgHover: colors.fuchsia[200] },
662
- { fg: colors.teal[600], fgHover: colors.teal[700], bg: colors.teal[100], bgHover: colors.teal[200] }
626
+ { fg: misc.rose[400], fgHover: misc.rose[500], bg: misc.rose[100], bgHover: misc.rose[200] },
627
+ { fg: misc.blueLight[400], fgHover: misc.blueLight[500], bg: misc.blueLight[100], bgHover: misc.blueLight[200] },
628
+ { fg: misc.orange[300], fgHover: misc.orange[400], bg: misc.orange[100], bgHover: misc.orange[200] },
629
+ { fg: misc.cyan[600], fgHover: misc.cyan[700], bg: misc.cyan[100], bgHover: misc.cyan[200] },
630
+ { fg: misc.green[500], fgHover: misc.green[600], bg: misc.green[100], bgHover: misc.green[200] },
631
+ { fg: misc.pink[400], fgHover: misc.pink[500], bg: misc.pink[100], bgHover: misc.pink[200] },
632
+ { fg: misc.fuchsia[400], fgHover: misc.fuchsia[500], bg: misc.fuchsia[100], bgHover: misc.fuchsia[200] },
633
+ { fg: misc.teal[600], fgHover: misc.teal[700], bg: misc.teal[100], bgHover: misc.teal[200] }
663
634
  ]
664
635
  };
665
636
  var alpha = {
@@ -695,16 +666,16 @@ function buildPalette(tokens) {
695
666
  const { colors: colors5, text: text5, bg: bg5, fg: fg5, border: border5 } = tokens;
696
667
  return {
697
668
  primary: {
698
- main: colors5.brand[600],
699
- light: colors5.brand[400],
700
- dark: colors5.brand[700],
701
- contrastText: colors5.base.white
669
+ main: violet[600],
670
+ light: violet[400],
671
+ dark: violet[700],
672
+ contrastText: tokens.colors.base.white
702
673
  },
703
674
  secondary: {
704
- main: colors5.gray[600],
705
- light: colors5.gray[400],
706
- dark: colors5.gray[700],
707
- contrastText: colors5.base.white
675
+ main: gray[600],
676
+ light: gray[400],
677
+ dark: gray[700],
678
+ contrastText: tokens.colors.base.white
708
679
  },
709
680
  error: {
710
681
  main: colors5.error[600],
@@ -725,10 +696,10 @@ function buildPalette(tokens) {
725
696
  contrastText: colors5.base.white
726
697
  },
727
698
  info: {
728
- main: colors5.blue[600],
729
- light: colors5.blue[300],
730
- dark: colors5.blue[700],
731
- contrastText: colors5.base.white
699
+ main: tokens.colors.info[600],
700
+ light: tokens.colors.info[300],
701
+ dark: tokens.colors.info[700],
702
+ contrastText: tokens.colors.base.white
732
703
  },
733
704
  background: {
734
705
  default: bg5.primary,
@@ -1199,7 +1170,7 @@ function buildComponents(tokens) {
1199
1170
  color: fg5.brandPrimary
1200
1171
  },
1201
1172
  "&.Mui-checked:hover": {
1202
- color: colors5.brand[700]
1173
+ color: violet[700]
1203
1174
  },
1204
1175
  "&.Mui-focusVisible": {
1205
1176
  outline: "none",
@@ -1229,7 +1200,7 @@ function buildComponents(tokens) {
1229
1200
  color: fg5.brandPrimary
1230
1201
  },
1231
1202
  "&.Mui-checked:hover": {
1232
- color: colors5.brand[700]
1203
+ color: violet[700]
1233
1204
  },
1234
1205
  "&.Mui-focusVisible": {
1235
1206
  outline: "none",
@@ -1264,7 +1235,7 @@ function buildComponents(tokens) {
1264
1235
  }
1265
1236
  },
1266
1237
  "&.Mui-checked:hover + .MuiSwitch-track": {
1267
- backgroundColor: colors5.brand[700]
1238
+ backgroundColor: violet[700]
1268
1239
  },
1269
1240
  "&.Mui-focusVisible .MuiSwitch-thumb": {
1270
1241
  boxShadow: focusRings5.brand
@@ -1535,23 +1506,23 @@ function buildComponents(tokens) {
1535
1506
  },
1536
1507
  colorDefault: {
1537
1508
  "&.MuiChip-filled": {
1538
- backgroundColor: colors5.gray[50],
1539
- color: colors5.gray[700],
1540
- "& .MuiChip-deleteIcon": { color: colors5.gray[400] }
1509
+ backgroundColor: gray[50],
1510
+ color: gray[700],
1511
+ "& .MuiChip-deleteIcon": { color: gray[400] }
1541
1512
  }
1542
1513
  },
1543
1514
  colorPrimary: {
1544
1515
  "&.MuiChip-filled": {
1545
- backgroundColor: colors5.brand[50],
1546
- color: colors5.brand[700],
1547
- "& .MuiChip-deleteIcon": { color: colors5.brand[400] }
1516
+ backgroundColor: violet[50],
1517
+ color: violet[700],
1518
+ "& .MuiChip-deleteIcon": { color: violet[400] }
1548
1519
  }
1549
1520
  },
1550
1521
  colorSecondary: {
1551
1522
  "&.MuiChip-filled": {
1552
- backgroundColor: colors5.gray[50],
1553
- color: colors5.gray[700],
1554
- "& .MuiChip-deleteIcon": { color: colors5.gray[400] }
1523
+ backgroundColor: gray[50],
1524
+ color: gray[700],
1525
+ "& .MuiChip-deleteIcon": { color: gray[400] }
1555
1526
  }
1556
1527
  },
1557
1528
  colorError: {
@@ -1577,9 +1548,9 @@ function buildComponents(tokens) {
1577
1548
  },
1578
1549
  colorInfo: {
1579
1550
  "&.MuiChip-filled": {
1580
- backgroundColor: colors5.blue[50],
1581
- color: colors5.blue[700],
1582
- "& .MuiChip-deleteIcon": { color: colors5.blue[400] }
1551
+ backgroundColor: info[50],
1552
+ color: info[700],
1553
+ "& .MuiChip-deleteIcon": { color: info[400] }
1583
1554
  }
1584
1555
  }
1585
1556
  }
@@ -1807,11 +1778,11 @@ function buildComponents(tokens) {
1807
1778
  }
1808
1779
  },
1809
1780
  standardInfo: {
1810
- backgroundColor: colors5.blue[50],
1811
- color: colors5.blue[700],
1812
- border: `1px solid ${colors5.blue[300]}`,
1781
+ backgroundColor: info[50],
1782
+ color: info[700],
1783
+ border: `1px solid ${info[300]}`,
1813
1784
  "& .MuiAlert-icon": {
1814
- color: colors5.blue[600]
1785
+ color: info[600]
1815
1786
  }
1816
1787
  },
1817
1788
  icon: {
@@ -2044,20 +2015,20 @@ function buildTheme(tokens) {
2044
2015
  // src/theme/presets/forest-external.ts
2045
2016
  var colors2 = {
2046
2017
  ...colors,
2047
- /** Brand scale — black-based for primary actions */
2018
+ /** Brand scale — purple for client-facing products (#9D5FFF) */
2048
2019
  brand: {
2049
- 25: "#fafafa",
2050
- 50: "#f5f5f5",
2051
- 100: "#ebebeb",
2052
- 200: "#d6d6d6",
2053
- 300: "#b0b0b0",
2054
- 400: "#737373",
2055
- 500: "#404040",
2056
- 600: "#1a1a1a",
2057
- 700: "#0d0d0d",
2058
- 800: "#050505",
2059
- 900: "#000000",
2060
- 950: "#000000"
2020
+ 25: "#faf8ff",
2021
+ 50: "#f5f0ff",
2022
+ 100: "#ebe0ff",
2023
+ 200: "#d6c0ff",
2024
+ 300: "#b090ff",
2025
+ 400: "#9D5FFF",
2026
+ 500: "#7c4de6",
2027
+ 600: "#5b3acc",
2028
+ 700: "#3a1aad",
2029
+ 800: "#190a8a",
2030
+ 900: "#000066",
2031
+ 950: "#000033"
2061
2032
  },
2062
2033
  /** Warm-neutral gray scale */
2063
2034
  gray: {
@@ -2293,18 +2264,18 @@ var chartColors2 = {
2293
2264
  crosshairFg: colors2.gray[500],
2294
2265
  legendFg: text2.tertiary,
2295
2266
  series: [
2296
- { fg: colors2.violet[500], fgHover: colors2.violet[600], bg: colors2.violet[100], bgHover: colors2.violet[200] },
2297
- { fg: colors2.orangeDark[400], fgHover: colors2.orangeDark[500], bg: colors2.orangeDark[100], bgHover: colors2.orangeDark[200] },
2298
- { fg: colors2.teal[300], fgHover: colors2.teal[400], bg: colors2.teal[50], bgHover: colors2.teal[100] },
2267
+ { fg: misc.purple[500], fgHover: misc.purple[600], bg: misc.purple[100], bgHover: misc.purple[200] },
2268
+ { fg: misc.orangeDark[400], fgHover: misc.orangeDark[500], bg: misc.orangeDark[100], bgHover: misc.orangeDark[200] },
2269
+ { fg: misc.teal[300], fgHover: misc.teal[400], bg: misc.teal[50], bgHover: misc.teal[100] },
2299
2270
  { fg: colors2.warning[400], fgHover: colors2.warning[500], bg: colors2.warning[100], bgHover: colors2.warning[200] },
2300
- { fg: colors2.rose[400], fgHover: colors2.rose[500], bg: colors2.rose[100], bgHover: colors2.rose[200] },
2301
- { fg: colors2.blueLight[400], fgHover: colors2.blueLight[500], bg: colors2.blueLight[100], bgHover: colors2.blueLight[200] },
2302
- { fg: colors2.orange[300], fgHover: colors2.orange[400], bg: colors2.orange[100], bgHover: colors2.orange[200] },
2303
- { fg: colors2.cyan[600], fgHover: colors2.cyan[700], bg: colors2.cyan[100], bgHover: colors2.cyan[200] },
2304
- { fg: colors2.green[500], fgHover: colors2.green[600], bg: colors2.green[100], bgHover: colors2.green[200] },
2305
- { fg: colors2.pink[400], fgHover: colors2.pink[500], bg: colors2.pink[100], bgHover: colors2.pink[200] },
2306
- { fg: colors2.fuchsia[400], fgHover: colors2.fuchsia[500], bg: colors2.fuchsia[100], bgHover: colors2.fuchsia[200] },
2307
- { fg: colors2.teal[600], fgHover: colors2.teal[700], bg: colors2.teal[100], bgHover: colors2.teal[200] }
2271
+ { fg: misc.rose[400], fgHover: misc.rose[500], bg: misc.rose[100], bgHover: misc.rose[200] },
2272
+ { fg: misc.blueLight[400], fgHover: misc.blueLight[500], bg: misc.blueLight[100], bgHover: misc.blueLight[200] },
2273
+ { fg: misc.orange[300], fgHover: misc.orange[400], bg: misc.orange[100], bgHover: misc.orange[200] },
2274
+ { fg: misc.cyan[600], fgHover: misc.cyan[700], bg: misc.cyan[100], bgHover: misc.cyan[200] },
2275
+ { fg: misc.green[500], fgHover: misc.green[600], bg: misc.green[100], bgHover: misc.green[200] },
2276
+ { fg: misc.pink[400], fgHover: misc.pink[500], bg: misc.pink[100], bgHover: misc.pink[200] },
2277
+ { fg: misc.fuchsia[400], fgHover: misc.fuchsia[500], bg: misc.fuchsia[100], bgHover: misc.fuchsia[200] },
2278
+ { fg: misc.teal[600], fgHover: misc.teal[700], bg: misc.teal[100], bgHover: misc.teal[200] }
2308
2279
  ]
2309
2280
  };
2310
2281
  var focusRings2 = {
@@ -2371,6 +2342,21 @@ var colors3 = {
2371
2342
  900: "#000000",
2372
2343
  950: "#000000"
2373
2344
  },
2345
+ /** Accent color — red/orange sparingly used (#FF2821) */
2346
+ accent: {
2347
+ 25: "#fff8f7",
2348
+ 50: "#fff0ee",
2349
+ 100: "#ffe0dd",
2350
+ 200: "#ffc0bb",
2351
+ 300: "#ff9090",
2352
+ 400: "#FF2821",
2353
+ 500: "#e61a1a",
2354
+ 600: "#cc1010",
2355
+ 700: "#a30808",
2356
+ 800: "#7a0000",
2357
+ 900: "#520000",
2358
+ 950: "#290000"
2359
+ },
2374
2360
  /** Warm-neutral gray scale */
2375
2361
  gray: {
2376
2362
  25: "#fdfcfc",
@@ -2605,18 +2591,18 @@ var chartColors3 = {
2605
2591
  crosshairFg: colors3.gray[500],
2606
2592
  legendFg: text3.tertiary,
2607
2593
  series: [
2608
- { fg: colors3.violet[500], fgHover: colors3.violet[600], bg: colors3.violet[100], bgHover: colors3.violet[200] },
2609
- { fg: colors3.orangeDark[400], fgHover: colors3.orangeDark[500], bg: colors3.orangeDark[100], bgHover: colors3.orangeDark[200] },
2610
- { fg: colors3.teal[300], fgHover: colors3.teal[400], bg: colors3.teal[50], bgHover: colors3.teal[100] },
2594
+ { fg: misc.purple[500], fgHover: misc.purple[600], bg: misc.purple[100], bgHover: misc.purple[200] },
2595
+ { fg: misc.orangeDark[400], fgHover: misc.orangeDark[500], bg: misc.orangeDark[100], bgHover: misc.orangeDark[200] },
2596
+ { fg: misc.teal[300], fgHover: misc.teal[400], bg: misc.teal[50], bgHover: misc.teal[100] },
2611
2597
  { fg: colors3.warning[400], fgHover: colors3.warning[500], bg: colors3.warning[100], bgHover: colors3.warning[200] },
2612
- { fg: colors3.rose[400], fgHover: colors3.rose[500], bg: colors3.rose[100], bgHover: colors3.rose[200] },
2613
- { fg: colors3.blueLight[400], fgHover: colors3.blueLight[500], bg: colors3.blueLight[100], bgHover: colors3.blueLight[200] },
2614
- { fg: colors3.orange[300], fgHover: colors3.orange[400], bg: colors3.orange[100], bgHover: colors3.orange[200] },
2615
- { fg: colors3.cyan[600], fgHover: colors3.cyan[700], bg: colors3.cyan[100], bgHover: colors3.cyan[200] },
2616
- { fg: colors3.green[500], fgHover: colors3.green[600], bg: colors3.green[100], bgHover: colors3.green[200] },
2617
- { fg: colors3.pink[400], fgHover: colors3.pink[500], bg: colors3.pink[100], bgHover: colors3.pink[200] },
2618
- { fg: colors3.fuchsia[400], fgHover: colors3.fuchsia[500], bg: colors3.fuchsia[100], bgHover: colors3.fuchsia[200] },
2619
- { fg: colors3.teal[600], fgHover: colors3.teal[700], bg: colors3.teal[100], bgHover: colors3.teal[200] }
2598
+ { fg: misc.rose[400], fgHover: misc.rose[500], bg: misc.rose[100], bgHover: misc.rose[200] },
2599
+ { fg: misc.blueLight[400], fgHover: misc.blueLight[500], bg: misc.blueLight[100], bgHover: misc.blueLight[200] },
2600
+ { fg: misc.orange[300], fgHover: misc.orange[400], bg: misc.orange[100], bgHover: misc.orange[200] },
2601
+ { fg: misc.cyan[600], fgHover: misc.cyan[700], bg: misc.cyan[100], bgHover: misc.cyan[200] },
2602
+ { fg: misc.green[500], fgHover: misc.green[600], bg: misc.green[100], bgHover: misc.green[200] },
2603
+ { fg: misc.pink[400], fgHover: misc.pink[500], bg: misc.pink[100], bgHover: misc.pink[200] },
2604
+ { fg: misc.fuchsia[400], fgHover: misc.fuchsia[500], bg: misc.fuchsia[100], bgHover: misc.fuchsia[200] },
2605
+ { fg: misc.teal[600], fgHover: misc.teal[700], bg: misc.teal[100], bgHover: misc.teal[200] }
2620
2606
  ]
2621
2607
  };
2622
2608
  var focusRings3 = {
@@ -2668,20 +2654,20 @@ var forestAgencyPreset = {
2668
2654
  // src/theme/presets/forest-internal.ts
2669
2655
  var colors4 = {
2670
2656
  ...colors,
2671
- /** Brand scale — black-based for primary actions */
2657
+ /** Brand scale — pink/magenta for internal tools (#FF78F3) */
2672
2658
  brand: {
2673
- 25: "#fafafa",
2674
- 50: "#f5f5f5",
2675
- 100: "#ebebeb",
2676
- 200: "#d6d6d6",
2677
- 300: "#b0b0b0",
2678
- 400: "#737373",
2679
- 500: "#404040",
2680
- 600: "#1a1a1a",
2681
- 700: "#0d0d0d",
2682
- 800: "#050505",
2683
- 900: "#000000",
2684
- 950: "#000000"
2659
+ 25: "#fff8fd",
2660
+ 50: "#fff0fa",
2661
+ 100: "#ffe0f5",
2662
+ 200: "#ffc0eb",
2663
+ 300: "#ff90d8",
2664
+ 400: "#FF78F3",
2665
+ 500: "#e650d4",
2666
+ 600: "#cc28b5",
2667
+ 700: "#a3008c",
2668
+ 800: "#7a0066",
2669
+ 900: "#520044",
2670
+ 950: "#290022"
2685
2671
  },
2686
2672
  /** Warm-neutral gray scale */
2687
2673
  gray: {
@@ -2917,18 +2903,18 @@ var chartColors4 = {
2917
2903
  crosshairFg: colors4.gray[500],
2918
2904
  legendFg: text4.tertiary,
2919
2905
  series: [
2920
- { fg: colors4.violet[500], fgHover: colors4.violet[600], bg: colors4.violet[100], bgHover: colors4.violet[200] },
2921
- { fg: colors4.orangeDark[400], fgHover: colors4.orangeDark[500], bg: colors4.orangeDark[100], bgHover: colors4.orangeDark[200] },
2922
- { fg: colors4.teal[300], fgHover: colors4.teal[400], bg: colors4.teal[50], bgHover: colors4.teal[100] },
2906
+ { fg: misc.purple[500], fgHover: misc.purple[600], bg: misc.purple[100], bgHover: misc.purple[200] },
2907
+ { fg: misc.orangeDark[400], fgHover: misc.orangeDark[500], bg: misc.orangeDark[100], bgHover: misc.orangeDark[200] },
2908
+ { fg: misc.teal[300], fgHover: misc.teal[400], bg: misc.teal[50], bgHover: misc.teal[100] },
2923
2909
  { fg: colors4.warning[400], fgHover: colors4.warning[500], bg: colors4.warning[100], bgHover: colors4.warning[200] },
2924
- { fg: colors4.rose[400], fgHover: colors4.rose[500], bg: colors4.rose[100], bgHover: colors4.rose[200] },
2925
- { fg: colors4.blueLight[400], fgHover: colors4.blueLight[500], bg: colors4.blueLight[100], bgHover: colors4.blueLight[200] },
2926
- { fg: colors4.orange[300], fgHover: colors4.orange[400], bg: colors4.orange[100], bgHover: colors4.orange[200] },
2927
- { fg: colors4.cyan[600], fgHover: colors4.cyan[700], bg: colors4.cyan[100], bgHover: colors4.cyan[200] },
2928
- { fg: colors4.green[500], fgHover: colors4.green[600], bg: colors4.green[100], bgHover: colors4.green[200] },
2929
- { fg: colors4.pink[400], fgHover: colors4.pink[500], bg: colors4.pink[100], bgHover: colors4.pink[200] },
2930
- { fg: colors4.fuchsia[400], fgHover: colors4.fuchsia[500], bg: colors4.fuchsia[100], bgHover: colors4.fuchsia[200] },
2931
- { fg: colors4.teal[600], fgHover: colors4.teal[700], bg: colors4.teal[100], bgHover: colors4.teal[200] }
2910
+ { fg: misc.rose[400], fgHover: misc.rose[500], bg: misc.rose[100], bgHover: misc.rose[200] },
2911
+ { fg: misc.blueLight[400], fgHover: misc.blueLight[500], bg: misc.blueLight[100], bgHover: misc.blueLight[200] },
2912
+ { fg: misc.orange[300], fgHover: misc.orange[400], bg: misc.orange[100], bgHover: misc.orange[200] },
2913
+ { fg: misc.cyan[600], fgHover: misc.cyan[700], bg: misc.cyan[100], bgHover: misc.cyan[200] },
2914
+ { fg: misc.green[500], fgHover: misc.green[600], bg: misc.green[100], bgHover: misc.green[200] },
2915
+ { fg: misc.pink[400], fgHover: misc.pink[500], bg: misc.pink[100], bgHover: misc.pink[200] },
2916
+ { fg: misc.fuchsia[400], fgHover: misc.fuchsia[500], bg: misc.fuchsia[100], bgHover: misc.fuchsia[200] },
2917
+ { fg: misc.teal[600], fgHover: misc.teal[700], bg: misc.teal[100], bgHover: misc.teal[200] }
2932
2918
  ]
2933
2919
  };
2934
2920
  var focusRings4 = {
@@ -3175,57 +3161,71 @@ function Search({
3175
3161
  }
3176
3162
  );
3177
3163
  }
3178
- var sizeMap = {
3179
- sm: 24,
3180
- md: 32,
3181
- lg: 48,
3182
- xl: 64
3164
+ function Input({ ...props }) {
3165
+ return /* @__PURE__ */ jsxRuntime.jsx(MuiInputBase__default.default, { ...props });
3166
+ }
3167
+ var svgPaths = {
3168
+ wsuite: {
3169
+ logo: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3170
+ /* @__PURE__ */ jsxRuntime.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" }),
3171
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M44.6972 2.88174H46.0612V4.93874H48.0852V6.25874H46.0612V8.32674H44.6972V6.25874H42.6512V4.93874H44.6972V2.88174Z", fill: "#FF78F3" })
3172
+ ] }),
3173
+ logomark: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3174
+ /* @__PURE__ */ jsxRuntime.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" }),
3175
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M18.6972 2.88174H20.0612V4.93874H22.0852V6.25874H20.0612V8.32674H18.6972V6.25874H16.6512V4.93874H18.6972V2.88174Z", fill: "#FF78F3" })
3176
+ ] })
3177
+ },
3178
+ studio: {
3179
+ logo: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3180
+ /* @__PURE__ */ jsxRuntime.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" }),
3181
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M42.6972 2.88174H44.0612V4.93874H46.0852V6.25874H44.0612V8.32674H42.6972V6.25874H40.6512V4.93874H42.6972V2.88174Z", fill: "#9D5FFF" })
3182
+ ] }),
3183
+ logomark: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3184
+ /* @__PURE__ */ jsxRuntime.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" }),
3185
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#9D5FFF" })
3186
+ ] })
3187
+ },
3188
+ feedati: {
3189
+ logo: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3190
+ /* @__PURE__ */ jsxRuntime.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" }),
3191
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M48.6971 2.88174H50.0611V4.93874H52.0851V6.25874H50.0611V8.32674H48.6971V6.25874H46.6511V4.93874H48.6971V2.88174Z", fill: "#FF2821" })
3192
+ ] }),
3193
+ logomark: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3194
+ /* @__PURE__ */ jsxRuntime.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" }),
3195
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#FF2821" })
3196
+ ] })
3197
+ }
3183
3198
  };
3184
- var variantColors = {
3185
- agency: "#1a1a1a",
3186
- external: "#1a1a1a",
3187
- internal: "#1a1a1a"
3199
+ var viewBoxMap = {
3200
+ wsuite: { logo: "0 0 51 16", logomark: "0 0 25 16" },
3201
+ studio: { logo: "0 0 49 16", logomark: "0 0 22 16" },
3202
+ feedati: { logo: "0 0 55 16", logomark: "0 0 22 16" }
3188
3203
  };
3189
3204
  var Logo = React2.forwardRef(
3190
- ({ variant = "agency", size = "md", logomarkOnly = false, sx, ...props }, ref) => {
3191
- const dimension = sizeMap[size];
3192
- return /* @__PURE__ */ jsxRuntime.jsxs(
3205
+ ({
3206
+ product = "wsuite",
3207
+ variant = "logo",
3208
+ sx,
3209
+ ...props
3210
+ }, ref) => {
3211
+ return /* @__PURE__ */ jsxRuntime.jsx(
3193
3212
  material.Box,
3194
3213
  {
3195
- ref,
3196
3214
  component: "svg",
3197
- viewBox: "0 0 64 64",
3215
+ ref,
3216
+ xmlns: "http://www.w3.org/2000/svg",
3217
+ viewBox: viewBoxMap[product][variant],
3218
+ fill: "none",
3198
3219
  sx: {
3199
- width: dimension,
3200
- height: dimension,
3201
- display: "inline-flex",
3202
- alignItems: "center",
3203
- justifyContent: "center",
3220
+ display: "block",
3221
+ width: "100%",
3222
+ height: "100%",
3223
+ maxWidth: parseInt(viewBoxMap[product][variant].split(" ")[2]),
3224
+ maxHeight: parseInt(viewBoxMap[product][variant].split(" ")[3]),
3204
3225
  ...sx
3205
3226
  },
3206
3227
  ...props,
3207
- children: [
3208
- /* @__PURE__ */ jsxRuntime.jsx(
3209
- "path",
3210
- {
3211
- d: "M32 4L8 28h12v28h8V28h12L32 4z",
3212
- fill: variantColors[variant]
3213
- }
3214
- ),
3215
- !logomarkOnly && /* @__PURE__ */ jsxRuntime.jsx(
3216
- "text",
3217
- {
3218
- x: "32",
3219
- y: "60",
3220
- textAnchor: "middle",
3221
- fontSize: "10",
3222
- fontWeight: "600",
3223
- fill: variantColors[variant],
3224
- fontFamily: "Aeonik, sans-serif",
3225
- children: "Forest"
3226
- }
3227
- )
3228
- ]
3228
+ children: svgPaths[product][variant]
3229
3229
  }
3230
3230
  );
3231
3231
  }
@@ -3954,6 +3954,7 @@ exports.DialogTitle = DialogTitle;
3954
3954
  exports.Divider = Divider;
3955
3955
  exports.Fab = Fab;
3956
3956
  exports.ForestProvider = ForestProvider;
3957
+ exports.Input = Input;
3957
3958
  exports.LineChart = LineChart;
3958
3959
  exports.LinearProgress = LinearProgress;
3959
3960
  exports.Link = Link;