@matteoaliano/forest-ui 0.2.10 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import * as _mui_material from '@mui/material';
2
- import { PaletteOptions, TypographyVariantsOptions, Components, Theme, Shadows, ThemeOptions } from '@mui/material/styles';
2
+ import { Theme, ThemeOptions, PaletteOptions, TypographyVariantsOptions, Components, Shadows } from '@mui/material/styles';
3
3
 
4
4
  /**
5
5
  * Design tokens extracted from Figma.
@@ -96,14 +96,19 @@ declare const colors: {
96
96
  readonly 950: "#102a56";
97
97
  };
98
98
  readonly teal: {
99
+ readonly 50: "#f0fdf9";
99
100
  readonly 100: "#ccfbef";
100
101
  readonly 200: "#99f6e0";
102
+ readonly 300: "#5fe9d0";
103
+ readonly 400: "#2ed3b7";
101
104
  readonly 600: "#0e9384";
102
105
  readonly 700: "#107569";
103
106
  };
104
107
  readonly orange: {
105
108
  readonly 100: "#fdead7";
106
109
  readonly 200: "#f9dbaf";
110
+ readonly 300: "#f7b27a";
111
+ readonly 400: "#f38744";
107
112
  readonly 600: "#e04f16";
108
113
  readonly 700: "#b93815";
109
114
  };
@@ -116,24 +121,31 @@ declare const colors: {
116
121
  readonly pink: {
117
122
  readonly 100: "#fce7f6";
118
123
  readonly 200: "#fcceee";
124
+ readonly 400: "#f670c7";
125
+ readonly 500: "#ee46bc";
119
126
  readonly 600: "#dd2590";
120
127
  readonly 700: "#c11574";
121
128
  };
122
129
  readonly fuchsia: {
123
130
  readonly 100: "#fbe8ff";
124
131
  readonly 200: "#f6d0fe";
132
+ readonly 400: "#e478fa";
133
+ readonly 500: "#d444f1";
125
134
  readonly 600: "#ba24d5";
126
135
  readonly 700: "#9f1ab1";
127
136
  };
128
137
  readonly orangeDark: {
129
138
  readonly 100: "#ffe6d5";
130
139
  readonly 200: "#ffd6ae";
140
+ readonly 400: "#ff692e";
141
+ readonly 500: "#ff4405";
131
142
  readonly 600: "#e62e05";
132
143
  readonly 700: "#bc1b06";
133
144
  };
134
145
  readonly green: {
135
146
  readonly 100: "#d3f8df";
136
147
  readonly 200: "#aaf0c4";
148
+ readonly 500: "#16b364";
137
149
  readonly 600: "#099250";
138
150
  readonly 700: "#087443";
139
151
  };
@@ -143,6 +155,30 @@ declare const colors: {
143
155
  readonly 600: "#444ce7";
144
156
  readonly 700: "#3538cd";
145
157
  };
158
+ readonly violet: {
159
+ readonly 100: "#ece9fe";
160
+ readonly 200: "#ddd6fe";
161
+ readonly 500: "#875bf7";
162
+ readonly 600: "#7839ee";
163
+ };
164
+ readonly rose: {
165
+ readonly 100: "#ffe4e8";
166
+ readonly 200: "#fecdd6";
167
+ readonly 400: "#fd6f8e";
168
+ readonly 500: "#f63d68";
169
+ };
170
+ readonly blueLight: {
171
+ readonly 100: "#e0f2fe";
172
+ readonly 200: "#b9e6fe";
173
+ readonly 400: "#36bffa";
174
+ readonly 500: "#0ba5ec";
175
+ };
176
+ readonly cyan: {
177
+ readonly 100: "#cff9fe";
178
+ readonly 200: "#a5f0fc";
179
+ readonly 600: "#088ab2";
180
+ readonly 700: "#0e7090";
181
+ };
146
182
  };
147
183
  declare const spacing: {
148
184
  readonly none: 0;
@@ -460,7 +496,7 @@ declare const toggleColors: {
460
496
  readonly buttonFgDisabled: "#f9fafb";
461
497
  };
462
498
  declare const chartColors: {
463
- readonly axisFg: "#eaecf0";
499
+ readonly axisFg: "#f2f4f7";
464
500
  readonly gridlineFg: "#f2f4f7";
465
501
  readonly labelFg: "#475467";
466
502
  readonly labelFgEmphasis: "#344054";
@@ -470,8 +506,67 @@ declare const chartColors: {
470
506
  readonly tooltipFg: "#ffffff";
471
507
  readonly crosshairFg: "#667085";
472
508
  readonly legendFg: "#475467";
473
- readonly categorical: readonly ["#7B61FF", "#FF7E67", "#76DFD5", "#F6C343", "#B36A6F", "#71BCF6", "#FFB076", "#11819D", "#3CB371", "#FFBCAE", "#C87EED", "#76C5AF"];
474
- readonly vibrant: readonly ["#6B38FB", "#E85B22", "#4AABFF", "#E83B1A", "#E02088"];
509
+ readonly series: readonly [{
510
+ readonly fg: "#875bf7";
511
+ readonly fgHover: "#7839ee";
512
+ readonly bg: "#ece9fe";
513
+ readonly bgHover: "#ddd6fe";
514
+ }, {
515
+ readonly fg: "#ff692e";
516
+ readonly fgHover: "#ff4405";
517
+ readonly bg: "#ffe6d5";
518
+ readonly bgHover: "#ffd6ae";
519
+ }, {
520
+ readonly fg: "#5fe9d0";
521
+ readonly fgHover: "#2ed3b7";
522
+ readonly bg: "#f0fdf9";
523
+ readonly bgHover: "#ccfbef";
524
+ }, {
525
+ readonly fg: "#fdb022";
526
+ readonly fgHover: "#f79009";
527
+ readonly bg: "#fef0c7";
528
+ readonly bgHover: "#fedf89";
529
+ }, {
530
+ readonly fg: "#fd6f8e";
531
+ readonly fgHover: "#f63d68";
532
+ readonly bg: "#ffe4e8";
533
+ readonly bgHover: "#fecdd6";
534
+ }, {
535
+ readonly fg: "#36bffa";
536
+ readonly fgHover: "#0ba5ec";
537
+ readonly bg: "#e0f2fe";
538
+ readonly bgHover: "#b9e6fe";
539
+ }, {
540
+ readonly fg: "#f7b27a";
541
+ readonly fgHover: "#f38744";
542
+ readonly bg: "#fdead7";
543
+ readonly bgHover: "#f9dbaf";
544
+ }, {
545
+ readonly fg: "#088ab2";
546
+ readonly fgHover: "#0e7090";
547
+ readonly bg: "#cff9fe";
548
+ readonly bgHover: "#a5f0fc";
549
+ }, {
550
+ readonly fg: "#16b364";
551
+ readonly fgHover: "#099250";
552
+ readonly bg: "#d3f8df";
553
+ readonly bgHover: "#aaf0c4";
554
+ }, {
555
+ readonly fg: "#f670c7";
556
+ readonly fgHover: "#ee46bc";
557
+ readonly bg: "#fce7f6";
558
+ readonly bgHover: "#fcceee";
559
+ }, {
560
+ readonly fg: "#e478fa";
561
+ readonly fgHover: "#d444f1";
562
+ readonly bg: "#fbe8ff";
563
+ readonly bgHover: "#f6d0fe";
564
+ }, {
565
+ readonly fg: "#0e9384";
566
+ readonly fgHover: "#107569";
567
+ readonly bg: "#ccfbef";
568
+ readonly bgHover: "#99f6e0";
569
+ }];
475
570
  };
476
571
  declare const alpha: {
477
572
  readonly white: {
@@ -547,6 +642,11 @@ interface ThemePreset {
547
642
  variants: Record<string, PresetVariantConfig>;
548
643
  }
549
644
 
645
+ /** Assemble a MUI ThemeOptions object from a full set of design tokens. */
646
+ declare function buildThemeOptions(tokens: DesignTokens): ThemeOptions;
647
+ /** Create a fully resolved MUI Theme from a full set of design tokens. */
648
+ declare function buildTheme(tokens: DesignTokens): Theme;
649
+
550
650
  declare module "@mui/material/styles" {
551
651
  interface Palette {
552
652
  chart: DesignTokens["chartColors"];
@@ -563,14 +663,11 @@ declare const components: Components<Theme>;
563
663
 
564
664
  declare const shadows: Shadows;
565
665
 
566
- /** Assemble a MUI ThemeOptions object from a full set of design tokens. */
567
- declare function buildThemeOptions(tokens: DesignTokens): ThemeOptions;
568
- /** Create a fully resolved MUI Theme from a full set of design tokens. */
569
- declare function buildTheme(tokens: DesignTokens): Theme;
666
+ declare const forestExternalPreset: ThemePreset;
570
667
 
571
- declare const forestPreset: ThemePreset;
668
+ declare const forestAgencyPreset: ThemePreset;
572
669
 
573
- declare const alkemyPlusPreset: ThemePreset;
670
+ declare const forestInternalPreset: ThemePreset;
574
671
 
575
672
  /** Get a preset by name. Returns `undefined` if not found. */
576
673
  declare function getPreset(name: string): ThemePreset | undefined;
@@ -579,7 +676,7 @@ declare function registerPreset(preset: ThemePreset): void;
579
676
  /** List all registered preset names. */
580
677
  declare function getAvailablePresets(): string[];
581
678
 
582
- declare const forestThemeOptions: ThemeOptions;
583
679
  declare const forestTheme: _mui_material.Theme;
680
+ declare const forestThemeOptions: ThemeOptions;
584
681
 
585
- export { radius as A, registerPreset as B, sliderColors as C, type DesignTokens as D, spacing as E, text as F, toggleColors as G, shadows$1 as H, widths as I, components as J, palette as K, shadows as L, typography as M, type PresetVariantConfig as P, type ThemePreset as T, alkemyPlusPreset as a, alpha as b, avatarColors as c, bg as d, border as e, breadcrumbColors as f, buildTheme as g, buildThemeOptions as h, buttonColors as i, chartColors as j, colors as k, container as l, display as m, fg as n, focusRings as o, fontFamily as p, fontSize as q, fontWeight as r, forestPreset as s, forestTheme as t, forestThemeOptions as u, getAvailablePresets as v, getPreset as w, iconColors as x, lineHeight as y, navColors as z };
682
+ export { navColors as A, radius as B, registerPreset as C, type DesignTokens as D, sliderColors as E, spacing as F, text as G, toggleColors as H, shadows$1 as I, widths as J, components as K, palette as L, shadows as M, typography as N, type PresetVariantConfig as P, type ThemePreset as T, alpha as a, avatarColors as b, bg as c, border as d, breadcrumbColors as e, buildTheme as f, buildThemeOptions as g, buttonColors as h, chartColors as i, colors as j, container as k, display as l, fg as m, focusRings as n, fontFamily as o, fontSize as p, fontWeight as q, forestAgencyPreset as r, forestExternalPreset as s, forestInternalPreset as t, forestTheme as u, forestThemeOptions as v, getAvailablePresets as w, getPreset as x, iconColors as y, lineHeight as z };
@@ -1,5 +1,5 @@
1
1
  import * as _mui_material from '@mui/material';
2
- import { PaletteOptions, TypographyVariantsOptions, Components, Theme, Shadows, ThemeOptions } from '@mui/material/styles';
2
+ import { Theme, ThemeOptions, PaletteOptions, TypographyVariantsOptions, Components, Shadows } from '@mui/material/styles';
3
3
 
4
4
  /**
5
5
  * Design tokens extracted from Figma.
@@ -96,14 +96,19 @@ declare const colors: {
96
96
  readonly 950: "#102a56";
97
97
  };
98
98
  readonly teal: {
99
+ readonly 50: "#f0fdf9";
99
100
  readonly 100: "#ccfbef";
100
101
  readonly 200: "#99f6e0";
102
+ readonly 300: "#5fe9d0";
103
+ readonly 400: "#2ed3b7";
101
104
  readonly 600: "#0e9384";
102
105
  readonly 700: "#107569";
103
106
  };
104
107
  readonly orange: {
105
108
  readonly 100: "#fdead7";
106
109
  readonly 200: "#f9dbaf";
110
+ readonly 300: "#f7b27a";
111
+ readonly 400: "#f38744";
107
112
  readonly 600: "#e04f16";
108
113
  readonly 700: "#b93815";
109
114
  };
@@ -116,24 +121,31 @@ declare const colors: {
116
121
  readonly pink: {
117
122
  readonly 100: "#fce7f6";
118
123
  readonly 200: "#fcceee";
124
+ readonly 400: "#f670c7";
125
+ readonly 500: "#ee46bc";
119
126
  readonly 600: "#dd2590";
120
127
  readonly 700: "#c11574";
121
128
  };
122
129
  readonly fuchsia: {
123
130
  readonly 100: "#fbe8ff";
124
131
  readonly 200: "#f6d0fe";
132
+ readonly 400: "#e478fa";
133
+ readonly 500: "#d444f1";
125
134
  readonly 600: "#ba24d5";
126
135
  readonly 700: "#9f1ab1";
127
136
  };
128
137
  readonly orangeDark: {
129
138
  readonly 100: "#ffe6d5";
130
139
  readonly 200: "#ffd6ae";
140
+ readonly 400: "#ff692e";
141
+ readonly 500: "#ff4405";
131
142
  readonly 600: "#e62e05";
132
143
  readonly 700: "#bc1b06";
133
144
  };
134
145
  readonly green: {
135
146
  readonly 100: "#d3f8df";
136
147
  readonly 200: "#aaf0c4";
148
+ readonly 500: "#16b364";
137
149
  readonly 600: "#099250";
138
150
  readonly 700: "#087443";
139
151
  };
@@ -143,6 +155,30 @@ declare const colors: {
143
155
  readonly 600: "#444ce7";
144
156
  readonly 700: "#3538cd";
145
157
  };
158
+ readonly violet: {
159
+ readonly 100: "#ece9fe";
160
+ readonly 200: "#ddd6fe";
161
+ readonly 500: "#875bf7";
162
+ readonly 600: "#7839ee";
163
+ };
164
+ readonly rose: {
165
+ readonly 100: "#ffe4e8";
166
+ readonly 200: "#fecdd6";
167
+ readonly 400: "#fd6f8e";
168
+ readonly 500: "#f63d68";
169
+ };
170
+ readonly blueLight: {
171
+ readonly 100: "#e0f2fe";
172
+ readonly 200: "#b9e6fe";
173
+ readonly 400: "#36bffa";
174
+ readonly 500: "#0ba5ec";
175
+ };
176
+ readonly cyan: {
177
+ readonly 100: "#cff9fe";
178
+ readonly 200: "#a5f0fc";
179
+ readonly 600: "#088ab2";
180
+ readonly 700: "#0e7090";
181
+ };
146
182
  };
147
183
  declare const spacing: {
148
184
  readonly none: 0;
@@ -460,7 +496,7 @@ declare const toggleColors: {
460
496
  readonly buttonFgDisabled: "#f9fafb";
461
497
  };
462
498
  declare const chartColors: {
463
- readonly axisFg: "#eaecf0";
499
+ readonly axisFg: "#f2f4f7";
464
500
  readonly gridlineFg: "#f2f4f7";
465
501
  readonly labelFg: "#475467";
466
502
  readonly labelFgEmphasis: "#344054";
@@ -470,8 +506,67 @@ declare const chartColors: {
470
506
  readonly tooltipFg: "#ffffff";
471
507
  readonly crosshairFg: "#667085";
472
508
  readonly legendFg: "#475467";
473
- readonly categorical: readonly ["#7B61FF", "#FF7E67", "#76DFD5", "#F6C343", "#B36A6F", "#71BCF6", "#FFB076", "#11819D", "#3CB371", "#FFBCAE", "#C87EED", "#76C5AF"];
474
- readonly vibrant: readonly ["#6B38FB", "#E85B22", "#4AABFF", "#E83B1A", "#E02088"];
509
+ readonly series: readonly [{
510
+ readonly fg: "#875bf7";
511
+ readonly fgHover: "#7839ee";
512
+ readonly bg: "#ece9fe";
513
+ readonly bgHover: "#ddd6fe";
514
+ }, {
515
+ readonly fg: "#ff692e";
516
+ readonly fgHover: "#ff4405";
517
+ readonly bg: "#ffe6d5";
518
+ readonly bgHover: "#ffd6ae";
519
+ }, {
520
+ readonly fg: "#5fe9d0";
521
+ readonly fgHover: "#2ed3b7";
522
+ readonly bg: "#f0fdf9";
523
+ readonly bgHover: "#ccfbef";
524
+ }, {
525
+ readonly fg: "#fdb022";
526
+ readonly fgHover: "#f79009";
527
+ readonly bg: "#fef0c7";
528
+ readonly bgHover: "#fedf89";
529
+ }, {
530
+ readonly fg: "#fd6f8e";
531
+ readonly fgHover: "#f63d68";
532
+ readonly bg: "#ffe4e8";
533
+ readonly bgHover: "#fecdd6";
534
+ }, {
535
+ readonly fg: "#36bffa";
536
+ readonly fgHover: "#0ba5ec";
537
+ readonly bg: "#e0f2fe";
538
+ readonly bgHover: "#b9e6fe";
539
+ }, {
540
+ readonly fg: "#f7b27a";
541
+ readonly fgHover: "#f38744";
542
+ readonly bg: "#fdead7";
543
+ readonly bgHover: "#f9dbaf";
544
+ }, {
545
+ readonly fg: "#088ab2";
546
+ readonly fgHover: "#0e7090";
547
+ readonly bg: "#cff9fe";
548
+ readonly bgHover: "#a5f0fc";
549
+ }, {
550
+ readonly fg: "#16b364";
551
+ readonly fgHover: "#099250";
552
+ readonly bg: "#d3f8df";
553
+ readonly bgHover: "#aaf0c4";
554
+ }, {
555
+ readonly fg: "#f670c7";
556
+ readonly fgHover: "#ee46bc";
557
+ readonly bg: "#fce7f6";
558
+ readonly bgHover: "#fcceee";
559
+ }, {
560
+ readonly fg: "#e478fa";
561
+ readonly fgHover: "#d444f1";
562
+ readonly bg: "#fbe8ff";
563
+ readonly bgHover: "#f6d0fe";
564
+ }, {
565
+ readonly fg: "#0e9384";
566
+ readonly fgHover: "#107569";
567
+ readonly bg: "#ccfbef";
568
+ readonly bgHover: "#99f6e0";
569
+ }];
475
570
  };
476
571
  declare const alpha: {
477
572
  readonly white: {
@@ -547,6 +642,11 @@ interface ThemePreset {
547
642
  variants: Record<string, PresetVariantConfig>;
548
643
  }
549
644
 
645
+ /** Assemble a MUI ThemeOptions object from a full set of design tokens. */
646
+ declare function buildThemeOptions(tokens: DesignTokens): ThemeOptions;
647
+ /** Create a fully resolved MUI Theme from a full set of design tokens. */
648
+ declare function buildTheme(tokens: DesignTokens): Theme;
649
+
550
650
  declare module "@mui/material/styles" {
551
651
  interface Palette {
552
652
  chart: DesignTokens["chartColors"];
@@ -563,14 +663,11 @@ declare const components: Components<Theme>;
563
663
 
564
664
  declare const shadows: Shadows;
565
665
 
566
- /** Assemble a MUI ThemeOptions object from a full set of design tokens. */
567
- declare function buildThemeOptions(tokens: DesignTokens): ThemeOptions;
568
- /** Create a fully resolved MUI Theme from a full set of design tokens. */
569
- declare function buildTheme(tokens: DesignTokens): Theme;
666
+ declare const forestExternalPreset: ThemePreset;
570
667
 
571
- declare const forestPreset: ThemePreset;
668
+ declare const forestAgencyPreset: ThemePreset;
572
669
 
573
- declare const alkemyPlusPreset: ThemePreset;
670
+ declare const forestInternalPreset: ThemePreset;
574
671
 
575
672
  /** Get a preset by name. Returns `undefined` if not found. */
576
673
  declare function getPreset(name: string): ThemePreset | undefined;
@@ -579,7 +676,7 @@ declare function registerPreset(preset: ThemePreset): void;
579
676
  /** List all registered preset names. */
580
677
  declare function getAvailablePresets(): string[];
581
678
 
582
- declare const forestThemeOptions: ThemeOptions;
583
679
  declare const forestTheme: _mui_material.Theme;
680
+ declare const forestThemeOptions: ThemeOptions;
584
681
 
585
- export { radius as A, registerPreset as B, sliderColors as C, type DesignTokens as D, spacing as E, text as F, toggleColors as G, shadows$1 as H, widths as I, components as J, palette as K, shadows as L, typography as M, type PresetVariantConfig as P, type ThemePreset as T, alkemyPlusPreset as a, alpha as b, avatarColors as c, bg as d, border as e, breadcrumbColors as f, buildTheme as g, buildThemeOptions as h, buttonColors as i, chartColors as j, colors as k, container as l, display as m, fg as n, focusRings as o, fontFamily as p, fontSize as q, fontWeight as r, forestPreset as s, forestTheme as t, forestThemeOptions as u, getAvailablePresets as v, getPreset as w, iconColors as x, lineHeight as y, navColors as z };
682
+ export { navColors as A, radius as B, registerPreset as C, type DesignTokens as D, sliderColors as E, spacing as F, text as G, toggleColors as H, shadows$1 as I, widths as J, components as K, palette as L, shadows as M, typography as N, type PresetVariantConfig as P, type ThemePreset as T, alpha as a, avatarColors as b, bg as c, border as d, breadcrumbColors as e, buildTheme as f, buildThemeOptions as g, buttonColors as h, chartColors as i, colors as j, container as k, display as l, fg as m, focusRings as n, fontFamily as o, fontSize as p, fontWeight as q, forestAgencyPreset as r, forestExternalPreset as s, forestInternalPreset as t, forestTheme as u, forestThemeOptions as v, getAvailablePresets as w, getPreset as x, iconColors as y, lineHeight as z };
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { Theme } from '@mui/material/styles';
3
- export { D as DesignTokens, P as PresetVariantConfig, T as ThemePreset, a as alkemyPlusPreset, b as alpha, c as avatarColors, d as bg, e as border, f as breadcrumbColors, g as buildTheme, h as buildThemeOptions, i as buttonColors, j as chartColors, k as colors, l as container, m as display, n as fg, o as focusRings, p as fontFamily, q as fontSize, r as fontWeight, s as forestPreset, t as forestTheme, u as forestThemeOptions, v as getAvailablePresets, w as getPreset, x as iconColors, y as lineHeight, z as navColors, A as radius, B as registerPreset, C as sliderColors, E as spacing, F as text, G as toggleColors, H as tokenShadows, I as widths } from './index-DiI9xbOM.mjs';
3
+ export { D as DesignTokens, P as PresetVariantConfig, T as ThemePreset, a as alpha, b as avatarColors, c as bg, d as border, e as breadcrumbColors, f as buildTheme, g as buildThemeOptions, h as buttonColors, i as chartColors, j as colors, k as container, l as display, m as fg, n as focusRings, o as fontFamily, p as fontSize, q as fontWeight, r as forestAgencyPreset, s as forestExternalPreset, t as forestInternalPreset, u as forestTheme, v as forestThemeOptions, w as getAvailablePresets, x as getPreset, y as iconColors, z as lineHeight, A as navColors, B as radius, C as registerPreset, E as sliderColors, F as spacing, G as text, H as toggleColors, I as tokenShadows, J as widths } from './index-EkBIDmEu.mjs';
4
4
  import { AutocompleteProps } from '@mui/material/Autocomplete';
5
5
  export { AutocompleteProps } from '@mui/material/Autocomplete';
6
6
  import { ButtonProps as ButtonProps$1 } from '@mui/material/Button';
@@ -22,10 +22,14 @@ import { SwitchProps } from '@mui/material/Switch';
22
22
  export { SwitchProps } from '@mui/material/Switch';
23
23
  import { TextFieldProps } from '@mui/material/TextField';
24
24
  export { TextFieldProps } from '@mui/material/TextField';
25
+ import * as React$1 from 'react';
26
+ import React__default from 'react';
27
+ import { BoxProps } from '@mui/material';
25
28
  import { ToggleButtonProps } from '@mui/material/ToggleButton';
26
29
  export { ToggleButtonProps } from '@mui/material/ToggleButton';
27
30
  import { ToggleButtonGroupProps } from '@mui/material/ToggleButtonGroup';
28
31
  export { ToggleButtonGroupProps } from '@mui/material/ToggleButtonGroup';
32
+ import { DatePickerProps as DatePickerProps$1 } from '@mui/x-date-pickers/DatePicker';
29
33
  import { BadgeProps } from '@mui/material/Badge';
30
34
  export { BadgeProps } from '@mui/material/Badge';
31
35
  import { ChipProps } from '@mui/material/Chip';
@@ -110,16 +114,38 @@ import { CircularProgressProps } from '@mui/material/CircularProgress';
110
114
  export { CircularProgressProps } from '@mui/material/CircularProgress';
111
115
  import { SkeletonProps } from '@mui/material/Skeleton';
112
116
  export { SkeletonProps } from '@mui/material/Skeleton';
117
+ import { ModalProps } from '@mui/material/Modal';
118
+ export { ModalProps } from '@mui/material/Modal';
119
+ import { PopoverProps } from '@mui/material/Popover';
120
+ export { PopoverProps } from '@mui/material/Popover';
113
121
  import { SnackbarProps } from '@mui/material/Snackbar';
114
122
  export { SnackbarProps } from '@mui/material/Snackbar';
115
- import React$1 from 'react';
123
+ import { BreadcrumbsProps } from '@mui/material/Breadcrumbs';
124
+ export { BreadcrumbsProps } from '@mui/material/Breadcrumbs';
125
+ import { LinkProps } from '@mui/material/Link';
126
+ export { LinkProps } from '@mui/material/Link';
127
+ import { MenuProps } from '@mui/material/Menu';
128
+ export { MenuProps } from '@mui/material/Menu';
129
+ import { MenuListProps } from '@mui/material/MenuList';
130
+ export { MenuListProps } from '@mui/material/MenuList';
131
+ import { PaginationProps } from '@mui/material/Pagination';
132
+ export { PaginationProps } from '@mui/material/Pagination';
133
+ import { StepperProps } from '@mui/material/Stepper';
134
+ export { StepperProps } from '@mui/material/Stepper';
135
+ import { StepProps } from '@mui/material/Step';
136
+ export { StepProps } from '@mui/material/Step';
137
+ import { StepLabelProps } from '@mui/material/StepLabel';
138
+ export { StepLabelProps } from '@mui/material/StepLabel';
139
+ import { TabsProps } from '@mui/material/Tabs';
140
+ export { TabsProps } from '@mui/material/Tabs';
141
+ import { TabProps } from '@mui/material/Tab';
142
+ export { TabProps } from '@mui/material/Tab';
116
143
  import { DrawerProps } from '@mui/material/Drawer';
117
144
  import { LineChartProps as LineChartProps$1 } from '@mui/x-charts/LineChart';
118
145
  import { BarChartProps as BarChartProps$1 } from '@mui/x-charts/BarChart';
119
146
  import { MakeOptional } from '@mui/x-charts/models/helpers';
120
147
  import { BarSeriesType } from '@mui/x-charts/models/seriesType/bar';
121
148
  import { PieChartProps as PieChartProps$1 } from '@mui/x-charts/PieChart';
122
- import '@mui/material';
123
149
 
124
150
  interface ForestProviderProps {
125
151
  children: React.ReactNode;
@@ -164,9 +190,32 @@ declare function Switch(props: SwitchProps): react_jsx_runtime.JSX.Element;
164
190
 
165
191
  declare function TextField(props: TextFieldProps): react_jsx_runtime.JSX.Element;
166
192
 
193
+ type SearchProps = Omit<TextFieldProps, "variant"> & {
194
+ onClear?: () => void;
195
+ };
196
+ declare function Search({ value: controlledValue, onChange, onClear, placeholder, slotProps, ...props }: SearchProps): react_jsx_runtime.JSX.Element;
197
+
198
+ interface LogoProps extends BoxProps {
199
+ /** Product variant */
200
+ variant?: 'agency' | 'external' | 'internal';
201
+ /** Logo size */
202
+ size?: 'sm' | 'md' | 'lg' | 'xl';
203
+ /** Whether to show the logomark only (no text) */
204
+ logomarkOnly?: boolean;
205
+ }
206
+ /**
207
+ * Logo component for Forest product suite
208
+ *
209
+ * Displays Forest logo with support for different product variants and sizes.
210
+ */
211
+ declare const Logo: React$1.ForwardRefExoticComponent<Omit<LogoProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
212
+
167
213
  declare function ToggleButton(props: ToggleButtonProps): react_jsx_runtime.JSX.Element;
168
214
  declare function ToggleButtonGroup(props: ToggleButtonGroupProps): react_jsx_runtime.JSX.Element;
169
215
 
216
+ type DatePickerProps = DatePickerProps$1;
217
+ declare function DatePicker(props: DatePickerProps): react_jsx_runtime.JSX.Element;
218
+
170
219
  declare function Badge(props: BadgeProps): react_jsx_runtime.JSX.Element;
171
220
 
172
221
  declare function Chip(props: ChipProps): react_jsx_runtime.JSX.Element;
@@ -210,7 +259,7 @@ declare function CardMedia(props: CardMediaProps): react_jsx_runtime.JSX.Element
210
259
 
211
260
  declare function Paper(props: PaperProps): react_jsx_runtime.JSX.Element;
212
261
 
213
- declare function Alert(props: AlertProps): react_jsx_runtime.JSX.Element;
262
+ declare const Alert: React__default.ForwardRefExoticComponent<Omit<AlertProps, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
214
263
  declare function AlertTitle(props: AlertTitleProps): react_jsx_runtime.JSX.Element;
215
264
 
216
265
  declare function Backdrop(props: BackdropProps): react_jsx_runtime.JSX.Element;
@@ -226,8 +275,28 @@ declare function CircularProgress(props: CircularProgressProps): react_jsx_runti
226
275
 
227
276
  declare function Skeleton(props: SkeletonProps): react_jsx_runtime.JSX.Element;
228
277
 
278
+ declare function Modal(props: ModalProps): react_jsx_runtime.JSX.Element;
279
+
280
+ declare function Popover(props: PopoverProps): react_jsx_runtime.JSX.Element;
281
+
229
282
  declare function Snackbar(props: SnackbarProps): react_jsx_runtime.JSX.Element;
230
283
 
284
+ declare function Breadcrumbs(props: BreadcrumbsProps): react_jsx_runtime.JSX.Element;
285
+
286
+ declare function Link(props: LinkProps): react_jsx_runtime.JSX.Element;
287
+
288
+ declare function Menu(props: MenuProps): react_jsx_runtime.JSX.Element;
289
+ declare function MenuList(props: MenuListProps): react_jsx_runtime.JSX.Element;
290
+
291
+ declare function Pagination(props: PaginationProps): react_jsx_runtime.JSX.Element;
292
+
293
+ declare function Stepper(props: StepperProps): react_jsx_runtime.JSX.Element;
294
+ declare function Step(props: StepProps): react_jsx_runtime.JSX.Element;
295
+ declare function StepLabel(props: StepLabelProps): react_jsx_runtime.JSX.Element;
296
+
297
+ declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
298
+ declare function Tab(props: TabProps): react_jsx_runtime.JSX.Element;
299
+
231
300
  interface SidebarContextValue {
232
301
  open: boolean;
233
302
  collapsedWidth: number;
@@ -251,29 +320,27 @@ interface SidebarNavProps extends Omit<DrawerProps, "open" | "variant" | "onClos
251
320
  /** Whether to show the edge toggle button (default: true for "permanent", false for "hover") */
252
321
  showToggle?: boolean;
253
322
  /** Content rendered inside the sidebar */
254
- children: React$1.ReactNode;
323
+ children: React__default.ReactNode;
255
324
  /** Optional header slot — rendered above children */
256
- header?: React$1.ReactNode;
325
+ header?: React__default.ReactNode;
257
326
  /** Optional footer slot — rendered at bottom */
258
- footer?: React$1.ReactNode;
327
+ footer?: React__default.ReactNode;
259
328
  }
260
329
  declare function SidebarNav({ open, onOpenChange, expandedWidth, collapsedWidth, behavior, showToggle, children, header, footer, sx, ...rest }: SidebarNavProps): react_jsx_runtime.JSX.Element;
261
330
  interface SidebarItemProps extends Omit<ListItemButtonProps, "children"> {
262
331
  /** Icon element (required — visible in both expanded and collapsed states) */
263
- icon: React$1.ReactNode;
332
+ icon: React__default.ReactNode;
264
333
  /** Label text */
265
334
  label: string;
266
335
  /** Optional content rendered on the right side when expanded (badge, count, etc.) */
267
- endAdornment?: React$1.ReactNode;
336
+ endAdornment?: React__default.ReactNode;
268
337
  }
269
338
  declare function SidebarItem({ icon, label, endAdornment, sx, ...rest }: SidebarItemProps): react_jsx_runtime.JSX.Element;
270
339
 
271
340
  interface LineChartProps extends Omit<LineChartProps$1, "series"> {
272
341
  series?: LineChartProps$1["series"];
273
- /** Which color palette variant to use (categorical=12 pastel, vibrant=5 bright) */
274
- palette?: "categorical" | "vibrant";
275
342
  }
276
- declare function LineChart({ series, colors, palette, ...props }: LineChartProps): react_jsx_runtime.JSX.Element;
343
+ declare function LineChart({ series, colors, ...props }: LineChartProps): react_jsx_runtime.JSX.Element;
277
344
 
278
345
  type ForestBarSeriesType = MakeOptional<BarSeriesType, "type"> & {
279
346
  /** Enables diagonal striped fill for comparative data representation */
@@ -281,18 +348,14 @@ type ForestBarSeriesType = MakeOptional<BarSeriesType, "type"> & {
281
348
  };
282
349
  interface BarChartProps extends Omit<BarChartProps$1, "series"> {
283
350
  series?: ForestBarSeriesType[];
284
- /** Which color palette variant to use (categorical=12 pastel, vibrant=5 bright) */
285
- palette?: "categorical" | "vibrant";
286
351
  }
287
- declare function BarChart({ series, colors, palette, ...props }: BarChartProps): react_jsx_runtime.JSX.Element;
352
+ declare function BarChart({ series, colors, ...props }: BarChartProps): react_jsx_runtime.JSX.Element;
288
353
 
289
354
  interface PieChartProps extends Omit<PieChartProps$1, "series"> {
290
355
  series?: PieChartProps$1["series"];
291
- /** Which color palette variant to use (categorical=12 pastel, vibrant=5 bright) */
292
- palette?: "categorical" | "vibrant";
293
356
  }
294
- declare function PieChart({ series, colors, palette, ...props }: PieChartProps): react_jsx_runtime.JSX.Element;
357
+ declare function PieChart({ series, colors, ...props }: PieChartProps): react_jsx_runtime.JSX.Element;
295
358
 
296
- declare function useChartColors(count: number, palette?: "categorical" | "vibrant"): string[];
359
+ declare function useChartColors(count: number): string[];
297
360
 
298
- export { Accordion, AccordionActions, AccordionDetails, AccordionSummary, Alert, AlertTitle, AppBar, Autocomplete, Backdrop, Badge, BarChart, type BarChartProps, Button, ButtonGroup, type ButtonProps, Card, CardActions, CardContent, CardHeader, CardMedia, Checkbox, Chip, CircularProgress, DataGrid, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, Fab, ForestProvider, type ForestProviderProps, LineChart, type LineChartProps, LinearProgress, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemText, ListSubheader, MenuItem, MultiSelect, type MultiSelectOption, type MultiSelectProps, Paper, PieChart, type PieChartProps, Radio, RadioGroup, Select, SidebarItem, type SidebarItemProps, SidebarNav, type SidebarNavProps, Skeleton, Snackbar, Switch, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TextField, ToggleButton, ToggleButtonGroup, Toolbar, Tooltip, Typography, useChartColors, useSidebar };
361
+ export { Accordion, AccordionActions, AccordionDetails, AccordionSummary, Alert, AlertTitle, AppBar, Autocomplete, Backdrop, Badge, BarChart, type BarChartProps, Breadcrumbs, Button, ButtonGroup, type ButtonProps, Card, CardActions, CardContent, CardHeader, CardMedia, Checkbox, Chip, CircularProgress, DataGrid, DatePicker, type DatePickerProps, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, Fab, ForestProvider, type ForestProviderProps, LineChart, type LineChartProps, LinearProgress, Link, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemText, ListSubheader, Logo, type LogoProps, Menu, MenuItem, MenuList, Modal, MultiSelect, type MultiSelectOption, type MultiSelectProps, Pagination, Paper, PieChart, type PieChartProps, Popover, Radio, RadioGroup, Search, type SearchProps, Select, SidebarItem, type SidebarItemProps, SidebarNav, type SidebarNavProps, Skeleton, Snackbar, Step, StepLabel, Stepper, Switch, Tab, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, Tabs, TextField, ToggleButton, ToggleButtonGroup, Toolbar, Tooltip, Typography, useChartColors, useSidebar };