@matteoaliano/forest-ui 1.1.1 → 1.2.1

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.d.mts CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { Theme, SxProps } from '@mui/material/styles';
3
3
  export { useColorScheme } from '@mui/material/styles';
4
- import * as _mui_material from '@mui/material';
5
4
  import { BoxProps } from '@mui/material';
6
5
  export { InitColorSchemeScript, useFormControl, useMediaQuery, useScrollTrigger, useTheme } from '@mui/material';
7
6
  export { DesignTokens, ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAlkemyPlusPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, iconColors, info, lineHeight, navColors, radius, registerPreset, sliderColors, spacing, success, text, toggleColors, shadows as tokenShadows, warning, widths } from './theme.mjs';
@@ -16,8 +15,7 @@ export { default as RadioGroup, RadioGroupProps } from '@mui/material/RadioGroup
16
15
  export { default as Radio, RadioProps } from '@mui/material/Radio';
17
16
  import { SelectProps } from '@mui/material/Select';
18
17
  export { SelectProps } from '@mui/material/Select';
19
- import { SwitchProps } from '@mui/material/Switch';
20
- export { SwitchProps } from '@mui/material/Switch';
18
+ export { default as Switch, SwitchProps } from '@mui/material/Switch';
21
19
  import { TextFieldProps } from '@mui/material/TextField';
22
20
  export { default as TextField, TextFieldProps } from '@mui/material/TextField';
23
21
  export { default as Input, default as InputBase, InputBaseProps, InputBaseProps as InputProps } from '@mui/material/InputBase';
@@ -76,8 +74,7 @@ import { CardProps as CardProps$1 } from '@mui/material/Card';
76
74
  export { default as CardActionArea, CardActionAreaProps } from '@mui/material/CardActionArea';
77
75
  import { DrawerProps } from '@mui/material/Drawer';
78
76
  export { DrawerProps } from '@mui/material/Drawer';
79
- import { PaperProps } from '@mui/material/Paper';
80
- export { PaperProps } from '@mui/material/Paper';
77
+ export { default as Paper, PaperProps } from '@mui/material/Paper';
81
78
  export { default as Alert, AlertProps } from '@mui/material/Alert';
82
79
  export { default as AlertTitle, AlertTitleProps } from '@mui/material/AlertTitle';
83
80
  export { default as Backdrop, BackdropProps } from '@mui/material/Backdrop';
@@ -116,9 +113,10 @@ export { default as StepIcon, StepIconProps } from '@mui/material/StepIcon';
116
113
  export { default as Tabs, TabsProps } from '@mui/material/Tabs';
117
114
  export { default as Tab, TabProps } from '@mui/material/Tab';
118
115
  export { default as TabScrollButton, TabScrollButtonProps } from '@mui/material/TabScrollButton';
119
- import * as _mui_types from '@mui/types';
120
- import * as _mui_system from '@mui/system';
121
- import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
116
+ export { default as Box, BoxProps } from '@mui/material/Box';
117
+ export { default as Stack, StackProps } from '@mui/material/Stack';
118
+ export { default as Grid, GridProps } from '@mui/material/Grid';
119
+ export { default as Container, ContainerProps } from '@mui/material/Container';
122
120
  export { default as Collapse, CollapseProps } from '@mui/material/Collapse';
123
121
  export { default as Fade, FadeProps } from '@mui/material/Fade';
124
122
  export { default as Grow, GrowProps } from '@mui/material/Grow';
@@ -129,6 +127,7 @@ export { default as ClickAwayListener, ClickAwayListenerProps } from '@mui/mater
129
127
  export { default as GlobalStyles, GlobalStylesProps } from '@mui/material/GlobalStyles';
130
128
  export { default as NoSsr } from '@mui/material/NoSsr';
131
129
  export { default as Popper, PopperProps } from '@mui/material/Popper';
130
+ export { default as Portal } from '@mui/material/Portal';
132
131
  export { default as Slider, SliderProps } from '@mui/material/Slider';
133
132
  export { default as SvgIcon, SvgIconProps } from '@mui/material/SvgIcon';
134
133
  export { default as TextareaAutosize } from '@mui/material/TextareaAutosize';
@@ -164,15 +163,11 @@ export { HighlightedProvider, useHighlighted, useItemHighlighted } from '@mui/x-
164
163
  export { useChartId, useDrawingArea, useSvgRef, useXAxis, useXColorScale, useXScale, useYAxis, useYColorScale, useYScale, useZColorScale } from '@mui/x-charts/hooks';
165
164
  export { blueberryTwilightPalette, blueberryTwilightPaletteDark, blueberryTwilightPaletteLight, cheerfulFiestaPalette, cheerfulFiestaPaletteDark, cheerfulFiestaPaletteLight, mangoFusionPalette, mangoFusionPaletteDark, mangoFusionPaletteLight } from '@mui/x-charts/colorPalettes';
166
165
  export { default as AppBar, AppBarProps } from '@mui/material/AppBar';
167
- export { BoxProps } from '@mui/material/Box';
168
166
  export { default as CardActions, CardActionsProps } from '@mui/material/CardActions';
169
167
  export { default as CardContent, CardContentProps } from '@mui/material/CardContent';
170
168
  export { default as CardHeader, CardHeaderProps } from '@mui/material/CardHeader';
171
169
  export { default as CardMedia, CardMediaProps } from '@mui/material/CardMedia';
172
- export { ContainerProps } from '@mui/material/Container';
173
- export { GridProps } from '@mui/material/Grid';
174
170
  export { default as MenuItem, MenuItemProps } from '@mui/material/MenuItem';
175
- export { StackProps } from '@mui/material/Stack';
176
171
  export { default as SwipeableDrawer, SwipeableDrawerProps } from '@mui/material/SwipeableDrawer';
177
172
  export { default as Toolbar, ToolbarProps } from '@mui/material/Toolbar';
178
173
 
@@ -208,19 +203,18 @@ interface MultiSelectProps extends Omit<SelectProps<string[]>, "multiple" | "val
208
203
  }
209
204
  declare function MultiSelect({ options, value, onChange, selectAll, selectAllLabel, label, ...rest }: MultiSelectProps): react_jsx_runtime.JSX.Element;
210
205
 
211
- declare function Switch(props: SwitchProps): react_jsx_runtime.JSX.Element;
212
-
213
206
  type SearchProps = TextFieldProps & {
214
207
  onClear?: () => void;
215
208
  };
216
209
  declare function Search({ value: controlledValue, onChange, onClear, placeholder, variant, slotProps, ...props }: SearchProps): react_jsx_runtime.JSX.Element;
217
210
 
218
- type IconButtonVariant = "contained" | "outlined" | "text";
211
+ type IconButtonVariant = "contained" | "outlined" | "icon";
219
212
  type IconButtonProps = IconButtonProps$1 & {
220
213
  /**
221
- * Visual style. `"text"` (default) is the classic bare icon button.
222
- * `"contained"` / `"outlined"` apply the same faux-3D button affordance as
223
- * `<Button>` (bevel + press) use them when the icon button is a real action.
214
+ * Visual style. `"contained"` (default) applies the same faux-3D button
215
+ * affordance as `<Button>` (charcoal fill + bevel + press). `"outlined"` is
216
+ * the light-bordered variant; `"icon"` is the classic bare icon button use
217
+ * it for quiet chrome (input adornments, app-bar toggles).
224
218
  */
225
219
  variant?: IconButtonVariant;
226
220
  };
@@ -298,7 +292,148 @@ declare const Logo: React$1.ForwardRefExoticComponent<Omit<LogoProps, "ref"> & R
298
292
  type DatePickerProps = DatePickerProps$1;
299
293
  declare function DatePicker(props: DatePickerProps): react_jsx_runtime.JSX.Element;
300
294
 
301
- declare const customChipScales: Record<string, Record<number, string>>;
295
+ declare const customChipScales: {
296
+ teal: {
297
+ readonly 25: "#f6fefc";
298
+ readonly 50: "#f0fdf9";
299
+ readonly 100: "#ccfbef";
300
+ readonly 200: "#99f6e0";
301
+ readonly 300: "#5fe9d0";
302
+ readonly 400: "#2ed3b7";
303
+ readonly 500: "#15b79e";
304
+ readonly 600: "#0e9384";
305
+ readonly 700: "#107569";
306
+ readonly 800: "#125d56";
307
+ readonly 900: "#134e48";
308
+ readonly 950: "#0a2926";
309
+ };
310
+ orange: {
311
+ readonly 25: "#fefaf5";
312
+ readonly 50: "#fef6ee";
313
+ readonly 100: "#fdead7";
314
+ readonly 200: "#f9dbaf";
315
+ readonly 300: "#f7b27a";
316
+ readonly 400: "#f38744";
317
+ readonly 500: "#ef6820";
318
+ readonly 600: "#e04f16";
319
+ readonly 700: "#b93815";
320
+ readonly 800: "#932f19";
321
+ readonly 900: "#772917";
322
+ readonly 950: "#511c10";
323
+ };
324
+ purple: {
325
+ readonly 25: "#fafaff";
326
+ readonly 50: "#f4f3ff";
327
+ readonly 100: "#ebe9fe";
328
+ readonly 200: "#d9d6fe";
329
+ readonly 300: "#bdb4fe";
330
+ readonly 400: "#9b8afb";
331
+ readonly 500: "#7a5af8";
332
+ readonly 600: "#6938ef";
333
+ readonly 700: "#5925dc";
334
+ readonly 800: "#4a1fb8";
335
+ readonly 900: "#3e1c96";
336
+ readonly 950: "#27115f";
337
+ };
338
+ pink: {
339
+ readonly 25: "#fef6fb";
340
+ readonly 50: "#fdf2fa";
341
+ readonly 100: "#fce7f6";
342
+ readonly 200: "#fcceee";
343
+ readonly 300: "#faa7e0";
344
+ readonly 400: "#f670c7";
345
+ readonly 500: "#ee46bc";
346
+ readonly 600: "#dd2590";
347
+ readonly 700: "#c11574";
348
+ readonly 800: "#9e165f";
349
+ readonly 900: "#851651";
350
+ readonly 950: "#4e0d30";
351
+ };
352
+ fuchsia: {
353
+ readonly 25: "#fefaff";
354
+ readonly 50: "#fdf4ff";
355
+ readonly 100: "#fbe8ff";
356
+ readonly 200: "#f6d0fe";
357
+ readonly 300: "#eeaafd";
358
+ readonly 400: "#e478fa";
359
+ readonly 500: "#d444f1";
360
+ readonly 600: "#ba24d5";
361
+ readonly 700: "#9f1ab1";
362
+ readonly 800: "#821890";
363
+ readonly 900: "#6f1877";
364
+ readonly 950: "#47104c";
365
+ };
366
+ orangeDark: {
367
+ readonly 25: "#fff9f5";
368
+ readonly 50: "#fff4ed";
369
+ readonly 100: "#ffe6d5";
370
+ readonly 200: "#ffd6ae";
371
+ readonly 300: "#ff9c66";
372
+ readonly 400: "#ff692e";
373
+ readonly 500: "#ff4405";
374
+ readonly 600: "#e62e05";
375
+ readonly 700: "#bc1b06";
376
+ readonly 800: "#97180c";
377
+ readonly 900: "#771a0d";
378
+ readonly 950: "#57130a";
379
+ };
380
+ green: {
381
+ readonly 25: "#f6fef9";
382
+ readonly 50: "#edfcf2";
383
+ readonly 100: "#d3f8df";
384
+ readonly 200: "#aaf0c4";
385
+ readonly 300: "#73e2a3";
386
+ readonly 400: "#3ccb7f";
387
+ readonly 500: "#16b364";
388
+ readonly 600: "#099250";
389
+ readonly 700: "#087443";
390
+ readonly 800: "#095c37";
391
+ readonly 900: "#084c2e";
392
+ readonly 950: "#052e1c";
393
+ };
394
+ indigo: {
395
+ readonly 25: "#f5f8ff";
396
+ readonly 50: "#eef4ff";
397
+ readonly 100: "#e0eaff";
398
+ readonly 200: "#c7d7fe";
399
+ readonly 300: "#a4bcfd";
400
+ readonly 400: "#8098f9";
401
+ readonly 500: "#6172f3";
402
+ readonly 600: "#444ce7";
403
+ readonly 700: "#3538cd";
404
+ readonly 800: "#2d31a6";
405
+ readonly 900: "#2d3282";
406
+ readonly 950: "#1f235b";
407
+ };
408
+ rose: {
409
+ readonly 25: "#fff5f6";
410
+ readonly 50: "#fff1f3";
411
+ readonly 100: "#ffe4e8";
412
+ readonly 200: "#fecdd6";
413
+ readonly 300: "#fea3b4";
414
+ readonly 400: "#fd6f8e";
415
+ readonly 500: "#f63d68";
416
+ readonly 600: "#e31b54";
417
+ readonly 700: "#c01048";
418
+ readonly 800: "#a11043";
419
+ readonly 900: "#89123e";
420
+ readonly 950: "#510b24";
421
+ };
422
+ blueLight: {
423
+ readonly 25: "#f5fbff";
424
+ readonly 50: "#f0f9ff";
425
+ readonly 100: "#e0f2fe";
426
+ readonly 200: "#b9e6fe";
427
+ readonly 300: "#7cd4fd";
428
+ readonly 400: "#36bffa";
429
+ readonly 500: "#0ba5ec";
430
+ readonly 600: "#0086c9";
431
+ readonly 700: "#026aa2";
432
+ readonly 800: "#065986";
433
+ readonly 900: "#0b4a6f";
434
+ readonly 950: "#062c41";
435
+ };
436
+ };
302
437
  type ForestChipColor = ChipProps["color"] | keyof typeof customChipScales;
303
438
  interface ForestChipProps extends Omit<ChipProps, "color"> {
304
439
  color?: ForestChipColor;
@@ -325,8 +460,6 @@ declare function Card({ color, sx, ...props }: ForestCardProps): react_jsx_runti
325
460
 
326
461
  declare function Drawer({ anchor, hideBackdrop, ...props }: DrawerProps): react_jsx_runtime.JSX.Element;
327
462
 
328
- declare function Paper(props: PaperProps): react_jsx_runtime.JSX.Element;
329
-
330
463
  declare function Popover({ slotProps, ...props }: PopoverProps): react_jsx_runtime.JSX.Element;
331
464
 
332
465
  interface SidebarContextValue {
@@ -441,16 +574,6 @@ interface PageProps {
441
574
  */
442
575
  declare function Page({ title, breadcrumbs, actions, disableGutters, maxWidth, sx, children, }: PageProps): react_jsx_runtime.JSX.Element;
443
576
 
444
- declare const Box: _mui_types.OverridableComponent<_mui_system.BoxTypeMap<{}, "div", _mui_material.Theme>>;
445
-
446
- declare const Stack: _mui_material_OverridableComponent.OverridableComponent<_mui_material.StackTypeMap<{}, "div">>;
447
-
448
- declare const Grid: _mui_types.OverridableComponent<_mui_material.GridTypeMap<{}, "div">>;
449
-
450
- declare const Container: _mui_material_OverridableComponent.OverridableComponent<_mui_material.ContainerTypeMap<{}, "div">>;
451
-
452
- declare const Portal: React$1.ForwardRefExoticComponent<_mui_material.PortalProps & React$1.RefAttributes<Element>>;
453
-
454
577
  interface LineChartProps extends Omit<LineChartProps$1, "series"> {
455
578
  series?: LineChartProps$1["series"];
456
579
  }
@@ -480,4 +603,4 @@ declare function ScatterChart({ series, colors, ...props }: ScatterChartProps):
480
603
  type GaugeProps = GaugeProps$1;
481
604
  declare function Gauge(props: GaugeProps): react_jsx_runtime.JSX.Element;
482
605
 
483
- export { AppBarNavItem, type AppBarNavItemProps, AppShell, type AppShellNavItem, type AppShellProps, BarChart, type BarChartProps, Box, Button, ButtonGroup, type ButtonProps, Card, type CardProps, Chip, Container, DatePicker, type DatePickerProps, Drawer, Fab, type ForestCardColor, type ForestChipColor, type ForestChipProps, ForestProvider, type ForestProviderProps, Gauge, Grid, IconButton, type IconButtonProps, type IconButtonVariant, LineChart, type LineChartProps, Logo, type LogoProps, MultiSelect, type MultiSelectOption, type MultiSelectProps, Page, type PageBreadcrumb, type PageProps, Paper, PieChart, type PieChartProps, Popover, Portal, ScatterChart, Search, type SearchProps, Select, SidebarItem, type SidebarItemProps, SidebarNav, type SidebarNavProps, Stack, Switch, Tooltip, useChartColors, useSidebar };
606
+ export { AppBarNavItem, type AppBarNavItemProps, AppShell, type AppShellNavItem, type AppShellProps, BarChart, type BarChartProps, Button, ButtonGroup, type ButtonProps, Card, type CardProps, Chip, DatePicker, type DatePickerProps, Drawer, Fab, type ForestCardColor, type ForestChipColor, type ForestChipProps, ForestProvider, type ForestProviderProps, Gauge, IconButton, type IconButtonProps, type IconButtonVariant, LineChart, type LineChartProps, Logo, type LogoProps, MultiSelect, type MultiSelectOption, type MultiSelectProps, Page, type PageBreadcrumb, type PageProps, PieChart, type PieChartProps, Popover, ScatterChart, Search, type SearchProps, Select, SidebarItem, type SidebarItemProps, SidebarNav, type SidebarNavProps, Tooltip, useChartColors, useSidebar };
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { Theme, SxProps } from '@mui/material/styles';
3
3
  export { useColorScheme } from '@mui/material/styles';
4
- import * as _mui_material from '@mui/material';
5
4
  import { BoxProps } from '@mui/material';
6
5
  export { InitColorSchemeScript, useFormControl, useMediaQuery, useScrollTrigger, useTheme } from '@mui/material';
7
6
  export { DesignTokens, ThemePreset, alpha, avatarColors, base, bg, border, breadcrumbColors, buildTheme, buildThemeOptions, buttonColors, chartColors, container, display, error, fg, focusRings, fontFamily, fontFamilyMono, fontSize, fontWeight, forestAlkemyPlusPreset, forestTheme, forestThemeOptions, getAvailablePresets, getPreset, iconColors, info, lineHeight, navColors, radius, registerPreset, sliderColors, spacing, success, text, toggleColors, shadows as tokenShadows, warning, widths } from './theme.js';
@@ -16,8 +15,7 @@ export { default as RadioGroup, RadioGroupProps } from '@mui/material/RadioGroup
16
15
  export { default as Radio, RadioProps } from '@mui/material/Radio';
17
16
  import { SelectProps } from '@mui/material/Select';
18
17
  export { SelectProps } from '@mui/material/Select';
19
- import { SwitchProps } from '@mui/material/Switch';
20
- export { SwitchProps } from '@mui/material/Switch';
18
+ export { default as Switch, SwitchProps } from '@mui/material/Switch';
21
19
  import { TextFieldProps } from '@mui/material/TextField';
22
20
  export { default as TextField, TextFieldProps } from '@mui/material/TextField';
23
21
  export { default as Input, default as InputBase, InputBaseProps, InputBaseProps as InputProps } from '@mui/material/InputBase';
@@ -76,8 +74,7 @@ import { CardProps as CardProps$1 } from '@mui/material/Card';
76
74
  export { default as CardActionArea, CardActionAreaProps } from '@mui/material/CardActionArea';
77
75
  import { DrawerProps } from '@mui/material/Drawer';
78
76
  export { DrawerProps } from '@mui/material/Drawer';
79
- import { PaperProps } from '@mui/material/Paper';
80
- export { PaperProps } from '@mui/material/Paper';
77
+ export { default as Paper, PaperProps } from '@mui/material/Paper';
81
78
  export { default as Alert, AlertProps } from '@mui/material/Alert';
82
79
  export { default as AlertTitle, AlertTitleProps } from '@mui/material/AlertTitle';
83
80
  export { default as Backdrop, BackdropProps } from '@mui/material/Backdrop';
@@ -116,9 +113,10 @@ export { default as StepIcon, StepIconProps } from '@mui/material/StepIcon';
116
113
  export { default as Tabs, TabsProps } from '@mui/material/Tabs';
117
114
  export { default as Tab, TabProps } from '@mui/material/Tab';
118
115
  export { default as TabScrollButton, TabScrollButtonProps } from '@mui/material/TabScrollButton';
119
- import * as _mui_types from '@mui/types';
120
- import * as _mui_system from '@mui/system';
121
- import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
116
+ export { default as Box, BoxProps } from '@mui/material/Box';
117
+ export { default as Stack, StackProps } from '@mui/material/Stack';
118
+ export { default as Grid, GridProps } from '@mui/material/Grid';
119
+ export { default as Container, ContainerProps } from '@mui/material/Container';
122
120
  export { default as Collapse, CollapseProps } from '@mui/material/Collapse';
123
121
  export { default as Fade, FadeProps } from '@mui/material/Fade';
124
122
  export { default as Grow, GrowProps } from '@mui/material/Grow';
@@ -129,6 +127,7 @@ export { default as ClickAwayListener, ClickAwayListenerProps } from '@mui/mater
129
127
  export { default as GlobalStyles, GlobalStylesProps } from '@mui/material/GlobalStyles';
130
128
  export { default as NoSsr } from '@mui/material/NoSsr';
131
129
  export { default as Popper, PopperProps } from '@mui/material/Popper';
130
+ export { default as Portal } from '@mui/material/Portal';
132
131
  export { default as Slider, SliderProps } from '@mui/material/Slider';
133
132
  export { default as SvgIcon, SvgIconProps } from '@mui/material/SvgIcon';
134
133
  export { default as TextareaAutosize } from '@mui/material/TextareaAutosize';
@@ -164,15 +163,11 @@ export { HighlightedProvider, useHighlighted, useItemHighlighted } from '@mui/x-
164
163
  export { useChartId, useDrawingArea, useSvgRef, useXAxis, useXColorScale, useXScale, useYAxis, useYColorScale, useYScale, useZColorScale } from '@mui/x-charts/hooks';
165
164
  export { blueberryTwilightPalette, blueberryTwilightPaletteDark, blueberryTwilightPaletteLight, cheerfulFiestaPalette, cheerfulFiestaPaletteDark, cheerfulFiestaPaletteLight, mangoFusionPalette, mangoFusionPaletteDark, mangoFusionPaletteLight } from '@mui/x-charts/colorPalettes';
166
165
  export { default as AppBar, AppBarProps } from '@mui/material/AppBar';
167
- export { BoxProps } from '@mui/material/Box';
168
166
  export { default as CardActions, CardActionsProps } from '@mui/material/CardActions';
169
167
  export { default as CardContent, CardContentProps } from '@mui/material/CardContent';
170
168
  export { default as CardHeader, CardHeaderProps } from '@mui/material/CardHeader';
171
169
  export { default as CardMedia, CardMediaProps } from '@mui/material/CardMedia';
172
- export { ContainerProps } from '@mui/material/Container';
173
- export { GridProps } from '@mui/material/Grid';
174
170
  export { default as MenuItem, MenuItemProps } from '@mui/material/MenuItem';
175
- export { StackProps } from '@mui/material/Stack';
176
171
  export { default as SwipeableDrawer, SwipeableDrawerProps } from '@mui/material/SwipeableDrawer';
177
172
  export { default as Toolbar, ToolbarProps } from '@mui/material/Toolbar';
178
173
 
@@ -208,19 +203,18 @@ interface MultiSelectProps extends Omit<SelectProps<string[]>, "multiple" | "val
208
203
  }
209
204
  declare function MultiSelect({ options, value, onChange, selectAll, selectAllLabel, label, ...rest }: MultiSelectProps): react_jsx_runtime.JSX.Element;
210
205
 
211
- declare function Switch(props: SwitchProps): react_jsx_runtime.JSX.Element;
212
-
213
206
  type SearchProps = TextFieldProps & {
214
207
  onClear?: () => void;
215
208
  };
216
209
  declare function Search({ value: controlledValue, onChange, onClear, placeholder, variant, slotProps, ...props }: SearchProps): react_jsx_runtime.JSX.Element;
217
210
 
218
- type IconButtonVariant = "contained" | "outlined" | "text";
211
+ type IconButtonVariant = "contained" | "outlined" | "icon";
219
212
  type IconButtonProps = IconButtonProps$1 & {
220
213
  /**
221
- * Visual style. `"text"` (default) is the classic bare icon button.
222
- * `"contained"` / `"outlined"` apply the same faux-3D button affordance as
223
- * `<Button>` (bevel + press) use them when the icon button is a real action.
214
+ * Visual style. `"contained"` (default) applies the same faux-3D button
215
+ * affordance as `<Button>` (charcoal fill + bevel + press). `"outlined"` is
216
+ * the light-bordered variant; `"icon"` is the classic bare icon button use
217
+ * it for quiet chrome (input adornments, app-bar toggles).
224
218
  */
225
219
  variant?: IconButtonVariant;
226
220
  };
@@ -298,7 +292,148 @@ declare const Logo: React$1.ForwardRefExoticComponent<Omit<LogoProps, "ref"> & R
298
292
  type DatePickerProps = DatePickerProps$1;
299
293
  declare function DatePicker(props: DatePickerProps): react_jsx_runtime.JSX.Element;
300
294
 
301
- declare const customChipScales: Record<string, Record<number, string>>;
295
+ declare const customChipScales: {
296
+ teal: {
297
+ readonly 25: "#f6fefc";
298
+ readonly 50: "#f0fdf9";
299
+ readonly 100: "#ccfbef";
300
+ readonly 200: "#99f6e0";
301
+ readonly 300: "#5fe9d0";
302
+ readonly 400: "#2ed3b7";
303
+ readonly 500: "#15b79e";
304
+ readonly 600: "#0e9384";
305
+ readonly 700: "#107569";
306
+ readonly 800: "#125d56";
307
+ readonly 900: "#134e48";
308
+ readonly 950: "#0a2926";
309
+ };
310
+ orange: {
311
+ readonly 25: "#fefaf5";
312
+ readonly 50: "#fef6ee";
313
+ readonly 100: "#fdead7";
314
+ readonly 200: "#f9dbaf";
315
+ readonly 300: "#f7b27a";
316
+ readonly 400: "#f38744";
317
+ readonly 500: "#ef6820";
318
+ readonly 600: "#e04f16";
319
+ readonly 700: "#b93815";
320
+ readonly 800: "#932f19";
321
+ readonly 900: "#772917";
322
+ readonly 950: "#511c10";
323
+ };
324
+ purple: {
325
+ readonly 25: "#fafaff";
326
+ readonly 50: "#f4f3ff";
327
+ readonly 100: "#ebe9fe";
328
+ readonly 200: "#d9d6fe";
329
+ readonly 300: "#bdb4fe";
330
+ readonly 400: "#9b8afb";
331
+ readonly 500: "#7a5af8";
332
+ readonly 600: "#6938ef";
333
+ readonly 700: "#5925dc";
334
+ readonly 800: "#4a1fb8";
335
+ readonly 900: "#3e1c96";
336
+ readonly 950: "#27115f";
337
+ };
338
+ pink: {
339
+ readonly 25: "#fef6fb";
340
+ readonly 50: "#fdf2fa";
341
+ readonly 100: "#fce7f6";
342
+ readonly 200: "#fcceee";
343
+ readonly 300: "#faa7e0";
344
+ readonly 400: "#f670c7";
345
+ readonly 500: "#ee46bc";
346
+ readonly 600: "#dd2590";
347
+ readonly 700: "#c11574";
348
+ readonly 800: "#9e165f";
349
+ readonly 900: "#851651";
350
+ readonly 950: "#4e0d30";
351
+ };
352
+ fuchsia: {
353
+ readonly 25: "#fefaff";
354
+ readonly 50: "#fdf4ff";
355
+ readonly 100: "#fbe8ff";
356
+ readonly 200: "#f6d0fe";
357
+ readonly 300: "#eeaafd";
358
+ readonly 400: "#e478fa";
359
+ readonly 500: "#d444f1";
360
+ readonly 600: "#ba24d5";
361
+ readonly 700: "#9f1ab1";
362
+ readonly 800: "#821890";
363
+ readonly 900: "#6f1877";
364
+ readonly 950: "#47104c";
365
+ };
366
+ orangeDark: {
367
+ readonly 25: "#fff9f5";
368
+ readonly 50: "#fff4ed";
369
+ readonly 100: "#ffe6d5";
370
+ readonly 200: "#ffd6ae";
371
+ readonly 300: "#ff9c66";
372
+ readonly 400: "#ff692e";
373
+ readonly 500: "#ff4405";
374
+ readonly 600: "#e62e05";
375
+ readonly 700: "#bc1b06";
376
+ readonly 800: "#97180c";
377
+ readonly 900: "#771a0d";
378
+ readonly 950: "#57130a";
379
+ };
380
+ green: {
381
+ readonly 25: "#f6fef9";
382
+ readonly 50: "#edfcf2";
383
+ readonly 100: "#d3f8df";
384
+ readonly 200: "#aaf0c4";
385
+ readonly 300: "#73e2a3";
386
+ readonly 400: "#3ccb7f";
387
+ readonly 500: "#16b364";
388
+ readonly 600: "#099250";
389
+ readonly 700: "#087443";
390
+ readonly 800: "#095c37";
391
+ readonly 900: "#084c2e";
392
+ readonly 950: "#052e1c";
393
+ };
394
+ indigo: {
395
+ readonly 25: "#f5f8ff";
396
+ readonly 50: "#eef4ff";
397
+ readonly 100: "#e0eaff";
398
+ readonly 200: "#c7d7fe";
399
+ readonly 300: "#a4bcfd";
400
+ readonly 400: "#8098f9";
401
+ readonly 500: "#6172f3";
402
+ readonly 600: "#444ce7";
403
+ readonly 700: "#3538cd";
404
+ readonly 800: "#2d31a6";
405
+ readonly 900: "#2d3282";
406
+ readonly 950: "#1f235b";
407
+ };
408
+ rose: {
409
+ readonly 25: "#fff5f6";
410
+ readonly 50: "#fff1f3";
411
+ readonly 100: "#ffe4e8";
412
+ readonly 200: "#fecdd6";
413
+ readonly 300: "#fea3b4";
414
+ readonly 400: "#fd6f8e";
415
+ readonly 500: "#f63d68";
416
+ readonly 600: "#e31b54";
417
+ readonly 700: "#c01048";
418
+ readonly 800: "#a11043";
419
+ readonly 900: "#89123e";
420
+ readonly 950: "#510b24";
421
+ };
422
+ blueLight: {
423
+ readonly 25: "#f5fbff";
424
+ readonly 50: "#f0f9ff";
425
+ readonly 100: "#e0f2fe";
426
+ readonly 200: "#b9e6fe";
427
+ readonly 300: "#7cd4fd";
428
+ readonly 400: "#36bffa";
429
+ readonly 500: "#0ba5ec";
430
+ readonly 600: "#0086c9";
431
+ readonly 700: "#026aa2";
432
+ readonly 800: "#065986";
433
+ readonly 900: "#0b4a6f";
434
+ readonly 950: "#062c41";
435
+ };
436
+ };
302
437
  type ForestChipColor = ChipProps["color"] | keyof typeof customChipScales;
303
438
  interface ForestChipProps extends Omit<ChipProps, "color"> {
304
439
  color?: ForestChipColor;
@@ -325,8 +460,6 @@ declare function Card({ color, sx, ...props }: ForestCardProps): react_jsx_runti
325
460
 
326
461
  declare function Drawer({ anchor, hideBackdrop, ...props }: DrawerProps): react_jsx_runtime.JSX.Element;
327
462
 
328
- declare function Paper(props: PaperProps): react_jsx_runtime.JSX.Element;
329
-
330
463
  declare function Popover({ slotProps, ...props }: PopoverProps): react_jsx_runtime.JSX.Element;
331
464
 
332
465
  interface SidebarContextValue {
@@ -441,16 +574,6 @@ interface PageProps {
441
574
  */
442
575
  declare function Page({ title, breadcrumbs, actions, disableGutters, maxWidth, sx, children, }: PageProps): react_jsx_runtime.JSX.Element;
443
576
 
444
- declare const Box: _mui_types.OverridableComponent<_mui_system.BoxTypeMap<{}, "div", _mui_material.Theme>>;
445
-
446
- declare const Stack: _mui_material_OverridableComponent.OverridableComponent<_mui_material.StackTypeMap<{}, "div">>;
447
-
448
- declare const Grid: _mui_types.OverridableComponent<_mui_material.GridTypeMap<{}, "div">>;
449
-
450
- declare const Container: _mui_material_OverridableComponent.OverridableComponent<_mui_material.ContainerTypeMap<{}, "div">>;
451
-
452
- declare const Portal: React$1.ForwardRefExoticComponent<_mui_material.PortalProps & React$1.RefAttributes<Element>>;
453
-
454
577
  interface LineChartProps extends Omit<LineChartProps$1, "series"> {
455
578
  series?: LineChartProps$1["series"];
456
579
  }
@@ -480,4 +603,4 @@ declare function ScatterChart({ series, colors, ...props }: ScatterChartProps):
480
603
  type GaugeProps = GaugeProps$1;
481
604
  declare function Gauge(props: GaugeProps): react_jsx_runtime.JSX.Element;
482
605
 
483
- export { AppBarNavItem, type AppBarNavItemProps, AppShell, type AppShellNavItem, type AppShellProps, BarChart, type BarChartProps, Box, Button, ButtonGroup, type ButtonProps, Card, type CardProps, Chip, Container, DatePicker, type DatePickerProps, Drawer, Fab, type ForestCardColor, type ForestChipColor, type ForestChipProps, ForestProvider, type ForestProviderProps, Gauge, Grid, IconButton, type IconButtonProps, type IconButtonVariant, LineChart, type LineChartProps, Logo, type LogoProps, MultiSelect, type MultiSelectOption, type MultiSelectProps, Page, type PageBreadcrumb, type PageProps, Paper, PieChart, type PieChartProps, Popover, Portal, ScatterChart, Search, type SearchProps, Select, SidebarItem, type SidebarItemProps, SidebarNav, type SidebarNavProps, Stack, Switch, Tooltip, useChartColors, useSidebar };
606
+ export { AppBarNavItem, type AppBarNavItemProps, AppShell, type AppShellNavItem, type AppShellProps, BarChart, type BarChartProps, Button, ButtonGroup, type ButtonProps, Card, type CardProps, Chip, DatePicker, type DatePickerProps, Drawer, Fab, type ForestCardColor, type ForestChipColor, type ForestChipProps, ForestProvider, type ForestProviderProps, Gauge, IconButton, type IconButtonProps, type IconButtonVariant, LineChart, type LineChartProps, Logo, type LogoProps, MultiSelect, type MultiSelectOption, type MultiSelectProps, Page, type PageBreadcrumb, type PageProps, PieChart, type PieChartProps, Popover, ScatterChart, Search, type SearchProps, Select, SidebarItem, type SidebarItemProps, SidebarNav, type SidebarNavProps, Tooltip, useChartColors, useSidebar };