@zydon/common 2.7.7 → 2.7.9

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.
Files changed (40) hide show
  1. package/dist/chunk-2SUTVMCJ.js +8 -0
  2. package/dist/chunk-JQ252Y2Q.js +17 -0
  3. package/dist/{chunk-72GLVYFI.js → chunk-K25VBEKK.js} +1 -1
  4. package/dist/{chunk-BEUJYBIY.js → chunk-RRH2346R.js} +1 -1
  5. package/dist/chunk-TYA2RDQJ.js +6 -0
  6. package/dist/{chunk-AFFSLUTT.js → chunk-XAH3BFFE.js} +1 -1
  7. package/dist/chunk-YKX5RVAJ.js +43 -0
  8. package/dist/components/Avatar/index.d.ts +2 -2
  9. package/dist/components/AvatarButton/index.js +7 -7
  10. package/dist/components/Common/index.d.ts +5 -1
  11. package/dist/components/Common/index.js +10 -12
  12. package/dist/components/DataView/index.d.ts +8 -8
  13. package/dist/components/DragButton/index.d.ts +1 -1
  14. package/dist/components/DragContainer/index.d.ts +1 -1
  15. package/dist/components/ToggleTheme/index.js +7 -7
  16. package/dist/components/carousel/index.d.ts +3 -3
  17. package/dist/hooks/useIsomorphicLayoutEffect.d.ts +2 -2
  18. package/dist/hooks/useThemeToggle.d.ts +1 -1
  19. package/dist/hooks/useThemeToggle.js +6 -6
  20. package/dist/hooks/useWindowFocus.js +5 -1
  21. package/dist/index.d.ts +4 -4
  22. package/dist/index.js +6 -6
  23. package/dist/{settings-28b04fd5.d.ts → settings-d0cceb05.d.ts} +1 -0
  24. package/dist/{settings-provider-c4e65b05.d.ts → settings-provider-918b7981.d.ts} +2 -2
  25. package/dist/theme/core/index.d.ts +1 -1
  26. package/dist/theme/core/index.js +2 -2
  27. package/dist/theme/settings-provider.d.ts +2 -2
  28. package/dist/theme/settings-provider.js +1 -1
  29. package/dist/theme/styles/index.d.ts +16 -16
  30. package/dist/theme/theme-provider.d.ts +21 -5
  31. package/dist/theme/theme-provider.js +5 -5
  32. package/dist/theme/with-settings/index.d.ts +1 -1
  33. package/dist/theme/with-settings/index.js +2 -2
  34. package/package.json +1 -1
  35. package/dist/chunk-FT5VGKNM.js +0 -6
  36. package/dist/chunk-JIUP3KII.js +0 -17
  37. package/dist/chunk-SHZ77NEV.js +0 -43
  38. package/dist/chunk-UBRDWK4B.js +0 -5
  39. package/dist/chunk-UFGXLRXT.js +0 -7
  40. package/dist/{index-3e407e51.d.ts → index-8a737d25.d.ts} +12 -12
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as react from 'react';
3
3
  import { PropsWithChildren } from 'react';
4
- import { S as SettingsState } from './settings-28b04fd5.js';
4
+ import { S as SettingsState } from './settings-d0cceb05.js';
5
5
 
6
6
  interface ThemeProviderProps extends PropsWithChildren<Partial<SettingsState>> {
7
7
  storageKey?: string;
@@ -13,6 +13,6 @@ type SettingsContextValue = {
13
13
 
14
14
  declare const SettingsContext: react.Context<SettingsContextValue | undefined>;
15
15
  declare const useSettingsContext: () => SettingsContextValue;
16
- declare const _default: react.MemoExoticComponent<({ children, primaryColor, fontFamily, compactLayout, colorScheme, contrast, navColor, navLayout, setColorScheme, }: PropsWithChildren<SettingsState>) => react_jsx_runtime.JSX.Element>;
16
+ declare const _default: react.MemoExoticComponent<({ children, primaryColor, fontFamily, compactLayout, colorScheme, contrast, navColor, navLayout, setColorScheme, scopeId, }: PropsWithChildren<SettingsState>) => react_jsx_runtime.JSX.Element>;
17
17
 
18
18
  export { SettingsContextValue as S, ThemeProviderProps as T, _default as _, SettingsContext as a, useSettingsContext as u };
@@ -1,4 +1,4 @@
1
- export { d as ColorType, k as action, j as background, l as basePalette, o as colorSchemes, h as common, c as components, a as createShadowColor, b as customShadows, n as darkPalette, r as defaultFont, f as error, g as grey, i as info, m as lightPalette, p as primary, u as primaryFont, s as secondary, v as secondaryFont, q as shadows, e as success, t as text, x as typography, w as warning } from '../../index-3e407e51.js';
1
+ export { d as ColorType, k as action, j as background, l as basePalette, o as colorSchemes, h as common, c as components, a as createShadowColor, b as customShadows, n as darkPalette, r as defaultFont, f as error, g as grey, i as info, m as lightPalette, p as primary, u as primaryFont, s as secondary, v as secondaryFont, q as shadows, e as success, t as text, x as typography, w as warning } from '../../index-8a737d25.js';
2
2
  import '@mui/lab/TimelineConnector';
3
3
  import '@mui/system';
4
4
  import '@mui/lab/TimelineDot';
@@ -1,3 +1,3 @@
1
- export { b as defaultFont, c as primaryFont, d as secondaryFont, a as shadows, e as typography } from '../../chunk-72GLVYFI.js';
2
- export { l as action, k as background, m as basePalette, p as colorSchemes, i as common, a as components, q as createShadowColor, r as customShadows, o as darkPalette, h as error, b as grey, e as info, n as lightPalette, c as primary, d as secondary, f as success, j as text, g as warning } from '../../chunk-SHZ77NEV.js';
1
+ export { b as defaultFont, c as primaryFont, d as secondaryFont, a as shadows, e as typography } from '../../chunk-K25VBEKK.js';
2
+ export { l as action, k as background, m as basePalette, p as colorSchemes, i as common, a as components, q as createShadowColor, r as customShadows, o as darkPalette, h as error, b as grey, e as info, n as lightPalette, c as primary, d as secondary, f as success, j as text, g as warning } from '../../chunk-YKX5RVAJ.js';
3
3
  import '../../chunk-7J53ZUIF.js';
@@ -1,4 +1,4 @@
1
1
  import 'react/jsx-runtime';
2
2
  import 'react';
3
- import '../settings-28b04fd5.js';
4
- export { a as SettingsContext, _ as default, u as useSettingsContext } from '../settings-provider-c4e65b05.js';
3
+ import '../settings-d0cceb05.js';
4
+ export { a as SettingsContext, _ as default, u as useSettingsContext } from '../settings-provider-918b7981.js';
@@ -1 +1 @@
1
- export { a as SettingsContext, c as default, b as useSettingsContext } from '../chunk-FT5VGKNM.js';
1
+ export { a as SettingsContext, c as default, b as useSettingsContext } from '../chunk-TYA2RDQJ.js';
@@ -184,7 +184,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
184
184
  counterSet?: readonly string[] | csstype.Property.CounterSet | readonly csstype.Property.CounterSet[] | undefined;
185
185
  cursor?: readonly string[] | csstype.Property.Cursor | readonly csstype.Property.Cursor[] | undefined;
186
186
  direction?: csstype.Property.Direction | readonly NonNullable<csstype.Property.Direction | undefined>[] | readonly csstype.Property.Direction[] | undefined;
187
- display?: readonly string[] | csstype.Property.Display | readonly csstype.Property.Display[] | undefined;
187
+ display?: csstype.Property.Display | readonly string[] | readonly csstype.Property.Display[] | undefined;
188
188
  emptyCells?: csstype.Property.EmptyCells | readonly NonNullable<csstype.Property.EmptyCells | undefined>[] | readonly csstype.Property.EmptyCells[] | undefined;
189
189
  filter?: readonly string[] | csstype.Property.Filter | readonly csstype.Property.Filter[] | undefined;
190
190
  flexBasis?: readonly (string | (string & {}))[] | csstype.Property.FlexBasis<string | number> | readonly NonNullable<csstype.Property.FlexBasis<string | number> | undefined>[] | undefined;
@@ -193,7 +193,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
193
193
  flexShrink?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FlexShrink | readonly NonNullable<csstype.Property.FlexShrink | undefined>[] | undefined;
194
194
  flexWrap?: csstype.Property.FlexWrap | readonly NonNullable<csstype.Property.FlexWrap | undefined>[] | readonly csstype.Property.FlexWrap[] | undefined;
195
195
  float?: csstype.Property.Float | readonly NonNullable<csstype.Property.Float | undefined>[] | readonly csstype.Property.Float[] | undefined;
196
- fontFamily?: csstype.Property.FontFamily | readonly string[] | readonly csstype.Property.FontFamily[] | undefined;
196
+ fontFamily?: readonly string[] | csstype.Property.FontFamily | readonly csstype.Property.FontFamily[] | undefined;
197
197
  fontFeatureSettings?: readonly string[] | csstype.Property.FontFeatureSettings | readonly csstype.Property.FontFeatureSettings[] | undefined;
198
198
  fontKerning?: csstype.Property.FontKerning | readonly NonNullable<csstype.Property.FontKerning | undefined>[] | readonly csstype.Property.FontKerning[] | undefined;
199
199
  fontLanguageOverride?: readonly string[] | csstype.Property.FontLanguageOverride | readonly csstype.Property.FontLanguageOverride[] | undefined;
@@ -218,7 +218,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
218
218
  fontVariantNumeric?: readonly string[] | csstype.Property.FontVariantNumeric | readonly csstype.Property.FontVariantNumeric[] | undefined;
219
219
  fontVariantPosition?: csstype.Property.FontVariantPosition | readonly NonNullable<csstype.Property.FontVariantPosition | undefined>[] | readonly csstype.Property.FontVariantPosition[] | undefined;
220
220
  fontVariationSettings?: readonly string[] | csstype.Property.FontVariationSettings | readonly csstype.Property.FontVariationSettings[] | undefined;
221
- fontWeight?: csstype.Property.FontWeight | readonly NonNullable<csstype.Property.FontWeight | undefined>[] | readonly ((string & {}) | csstype.Globals | "bold" | "normal" | "bolder" | "lighter")[] | undefined;
221
+ fontWeight?: csstype.Property.FontWeight | readonly NonNullable<csstype.Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | csstype.Globals | "normal" | "bolder" | "lighter")[] | undefined;
222
222
  forcedColorAdjust?: csstype.Property.ForcedColorAdjust | readonly NonNullable<csstype.Property.ForcedColorAdjust | undefined>[] | readonly csstype.Property.ForcedColorAdjust[] | undefined;
223
223
  gridAutoColumns?: readonly (string | (string & {}))[] | csstype.Property.GridAutoColumns<string | number> | readonly NonNullable<csstype.Property.GridAutoColumns<string | number> | undefined>[] | undefined;
224
224
  gridAutoFlow?: readonly string[] | csstype.Property.GridAutoFlow | readonly csstype.Property.GridAutoFlow[] | undefined;
@@ -231,7 +231,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
231
231
  gridTemplateColumns?: readonly (string | (string & {}))[] | csstype.Property.GridTemplateColumns<string | number> | readonly NonNullable<csstype.Property.GridTemplateColumns<string | number> | undefined>[] | undefined;
232
232
  gridTemplateRows?: readonly (string | (string & {}))[] | csstype.Property.GridTemplateRows<string | number> | readonly NonNullable<csstype.Property.GridTemplateRows<string | number> | undefined>[] | undefined;
233
233
  hangingPunctuation?: readonly string[] | csstype.Property.HangingPunctuation | readonly csstype.Property.HangingPunctuation[] | undefined;
234
- height?: readonly (string | (string & {}))[] | csstype.Property.Height<string | number> | readonly NonNullable<csstype.Property.Height<string | number> | undefined>[] | undefined;
234
+ height?: csstype.Property.Height<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<csstype.Property.Height<string | number> | undefined>[] | undefined;
235
235
  hyphenateCharacter?: readonly string[] | csstype.Property.HyphenateCharacter | readonly csstype.Property.HyphenateCharacter[] | undefined;
236
236
  hyphenateLimitChars?: readonly ((string & {}) | csstype.Globals | "auto")[] | csstype.Property.HyphenateLimitChars | readonly NonNullable<csstype.Property.HyphenateLimitChars | undefined>[] | undefined;
237
237
  hyphens?: csstype.Property.Hyphens | readonly NonNullable<csstype.Property.Hyphens | undefined>[] | readonly csstype.Property.Hyphens[] | undefined;
@@ -436,16 +436,16 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
436
436
  whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | readonly NonNullable<csstype.Property.WhiteSpaceCollapse | undefined>[] | readonly csstype.Property.WhiteSpaceCollapse[] | undefined;
437
437
  whiteSpaceTrim?: readonly string[] | csstype.Property.WhiteSpaceTrim | readonly csstype.Property.WhiteSpaceTrim[] | undefined;
438
438
  widows?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Widows | readonly NonNullable<csstype.Property.Widows | undefined>[] | undefined;
439
- width?: readonly (string | (string & {}))[] | csstype.Property.Width<string | number> | readonly NonNullable<csstype.Property.Width<string | number> | undefined>[] | undefined;
439
+ width?: csstype.Property.Width<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<csstype.Property.Width<string | number> | undefined>[] | undefined;
440
440
  willChange?: readonly string[] | csstype.Property.WillChange | readonly csstype.Property.WillChange[] | undefined;
441
441
  wordBreak?: csstype.Property.WordBreak | readonly NonNullable<csstype.Property.WordBreak | undefined>[] | readonly csstype.Property.WordBreak[] | undefined;
442
442
  wordSpacing?: readonly string[] | csstype.Property.WordSpacing<string | number> | readonly NonNullable<csstype.Property.WordSpacing<string | number> | undefined>[] | undefined;
443
443
  wordWrap?: csstype.Property.WordWrap | readonly NonNullable<csstype.Property.WordWrap | undefined>[] | readonly csstype.Property.WordWrap[] | undefined;
444
444
  writingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
445
445
  zIndex?: readonly ((string & {}) | csstype.Globals | "auto")[] | csstype.Property.ZIndex | readonly NonNullable<csstype.Property.ZIndex | undefined>[] | undefined;
446
- zoom?: csstype.Property.Zoom | readonly NonNullable<csstype.Property.Zoom | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "reset")[] | undefined;
446
+ zoom?: csstype.Property.Zoom | readonly NonNullable<csstype.Property.Zoom | undefined>[] | readonly ("reset" | (string & {}) | csstype.Globals | "normal")[] | undefined;
447
447
  all?: csstype.Globals | readonly NonNullable<csstype.Globals | undefined>[] | readonly csstype.Globals[] | undefined;
448
- animation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "none" | "auto" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
448
+ animation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "auto" | "none" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
449
449
  animationRange?: readonly (string | (string & {}))[] | csstype.Property.AnimationRange<string | number> | readonly NonNullable<csstype.Property.AnimationRange<string | number> | undefined>[] | undefined;
450
450
  background?: readonly (string | (string & {}))[] | csstype.Property.Background<string | number> | readonly NonNullable<csstype.Property.Background<string | number> | undefined>[] | undefined;
451
451
  border?: readonly (string | (string & {}))[] | csstype.Property.Border<string | number> | readonly NonNullable<csstype.Property.Border<string | number> | undefined>[] | undefined;
@@ -454,7 +454,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
454
454
  borderBlockStart?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockStart<string | number> | readonly NonNullable<csstype.Property.BorderBlockStart<string | number> | undefined>[] | undefined;
455
455
  borderBottom?: readonly (string | (string & {}))[] | csstype.Property.BorderBottom<string | number> | readonly NonNullable<csstype.Property.BorderBottom<string | number> | undefined>[] | undefined;
456
456
  borderColor?: readonly string[] | csstype.Property.BorderColor | readonly csstype.Property.BorderColor[] | undefined;
457
- borderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "stretch")[] | undefined;
457
+ borderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | csstype.Globals | "none" | "round" | "space" | "stretch")[] | undefined;
458
458
  borderInline?: readonly (string | (string & {}))[] | csstype.Property.BorderInline<string | number> | readonly NonNullable<csstype.Property.BorderInline<string | number> | undefined>[] | undefined;
459
459
  borderInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineEnd<string | number> | readonly NonNullable<csstype.Property.BorderInlineEnd<string | number> | undefined>[] | undefined;
460
460
  borderInlineStart?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineStart<string | number> | readonly NonNullable<csstype.Property.BorderInlineStart<string | number> | undefined>[] | undefined;
@@ -486,7 +486,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
486
486
  marginBlock?: readonly (string | (string & {}))[] | csstype.Property.MarginBlock<string | number> | readonly NonNullable<csstype.Property.MarginBlock<string | number> | undefined>[] | undefined;
487
487
  marginInline?: readonly (string | (string & {}))[] | csstype.Property.MarginInline<string | number> | readonly NonNullable<csstype.Property.MarginInline<string | number> | undefined>[] | undefined;
488
488
  mask?: readonly (string | (string & {}))[] | csstype.Property.Mask<string | number> | readonly NonNullable<csstype.Property.Mask<string | number> | undefined>[] | undefined;
489
- maskBorder?: csstype.Property.MaskBorder | readonly NonNullable<csstype.Property.MaskBorder | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "alpha" | "luminance" | "stretch")[] | undefined;
489
+ maskBorder?: csstype.Property.MaskBorder | readonly NonNullable<csstype.Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | csstype.Globals | "none" | "round" | "space" | "alpha" | "luminance" | "stretch")[] | undefined;
490
490
  motion?: readonly (string | (string & {}))[] | csstype.Property.Offset<string | number> | readonly NonNullable<csstype.Property.Offset<string | number> | undefined>[] | undefined;
491
491
  offset?: readonly (string | (string & {}))[] | csstype.Property.Offset<string | number> | readonly NonNullable<csstype.Property.Offset<string | number> | undefined>[] | undefined;
492
492
  outline?: readonly (string | (string & {}))[] | csstype.Property.Outline<string | number> | readonly NonNullable<csstype.Property.Outline<string | number> | undefined>[] | undefined;
@@ -729,8 +729,8 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
729
729
  WebkitUserModify?: csstype.Property.WebkitUserModify | readonly NonNullable<csstype.Property.WebkitUserModify | undefined>[] | readonly csstype.Property.WebkitUserModify[] | undefined;
730
730
  WebkitUserSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
731
731
  WebkitWritingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
732
- MozAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "none" | "auto" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
733
- MozBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "stretch")[] | undefined;
732
+ MozAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "auto" | "none" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
733
+ MozBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | csstype.Globals | "none" | "round" | "space" | "stretch")[] | undefined;
734
734
  MozColumnRule?: readonly (string | (string & {}))[] | csstype.Property.ColumnRule<string | number> | readonly NonNullable<csstype.Property.ColumnRule<string | number> | undefined>[] | undefined;
735
735
  MozColumns?: readonly (string | (string & {}))[] | csstype.Property.Columns<string | number> | readonly NonNullable<csstype.Property.Columns<string | number> | undefined>[] | undefined;
736
736
  MozOutlineRadius?: readonly (string | (string & {}))[] | csstype.Property.MozOutlineRadius<string | number> | readonly NonNullable<csstype.Property.MozOutlineRadius<string | number> | undefined>[] | undefined;
@@ -741,16 +741,16 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
741
741
  msScrollSnapX?: readonly string[] | csstype.Property.MsScrollSnapX | readonly csstype.Property.MsScrollSnapX[] | undefined;
742
742
  msScrollSnapY?: readonly string[] | csstype.Property.MsScrollSnapY | readonly csstype.Property.MsScrollSnapY[] | undefined;
743
743
  msTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
744
- WebkitAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "none" | "auto" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
744
+ WebkitAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "auto" | "none" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
745
745
  WebkitBorderBefore?: readonly (string | (string & {}))[] | csstype.Property.WebkitBorderBefore<string | number> | readonly NonNullable<csstype.Property.WebkitBorderBefore<string | number> | undefined>[] | undefined;
746
- WebkitBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "stretch")[] | undefined;
746
+ WebkitBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | csstype.Globals | "none" | "round" | "space" | "stretch")[] | undefined;
747
747
  WebkitBorderRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | undefined;
748
748
  WebkitColumnRule?: readonly (string | (string & {}))[] | csstype.Property.ColumnRule<string | number> | readonly NonNullable<csstype.Property.ColumnRule<string | number> | undefined>[] | undefined;
749
749
  WebkitColumns?: readonly (string | (string & {}))[] | csstype.Property.Columns<string | number> | readonly NonNullable<csstype.Property.Columns<string | number> | undefined>[] | undefined;
750
750
  WebkitFlex?: readonly (string | (string & {}))[] | csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined;
751
751
  WebkitFlexFlow?: readonly string[] | csstype.Property.FlexFlow | readonly csstype.Property.FlexFlow[] | undefined;
752
752
  WebkitMask?: readonly (string | (string & {}))[] | csstype.Property.WebkitMask<string | number> | readonly NonNullable<csstype.Property.WebkitMask<string | number> | undefined>[] | undefined;
753
- WebkitMaskBoxImage?: csstype.Property.MaskBorder | readonly NonNullable<csstype.Property.MaskBorder | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "alpha" | "luminance" | "stretch")[] | undefined;
753
+ WebkitMaskBoxImage?: csstype.Property.MaskBorder | readonly NonNullable<csstype.Property.MaskBorder | undefined>[] | readonly ("repeat" | (string & {}) | csstype.Globals | "none" | "round" | "space" | "alpha" | "luminance" | "stretch")[] | undefined;
754
754
  WebkitTextEmphasis?: readonly string[] | csstype.Property.TextEmphasis | readonly csstype.Property.TextEmphasis[] | undefined;
755
755
  WebkitTextStroke?: readonly (string | (string & {}))[] | csstype.Property.WebkitTextStroke<string | number> | readonly NonNullable<csstype.Property.WebkitTextStroke<string | number> | undefined>[] | undefined;
756
756
  WebkitTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
@@ -831,7 +831,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
831
831
  MozTransitionTimingFunction?: readonly string[] | csstype.Property.TransitionTimingFunction | readonly csstype.Property.TransitionTimingFunction[] | undefined;
832
832
  MozUserInput?: csstype.Property.MozUserInput | readonly NonNullable<csstype.Property.MozUserInput | undefined>[] | readonly csstype.Property.MozUserInput[] | undefined;
833
833
  msImeMode?: csstype.Property.ImeMode | readonly NonNullable<csstype.Property.ImeMode | undefined>[] | readonly csstype.Property.ImeMode[] | undefined;
834
- OAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal" | "none" | "auto" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
834
+ OAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | csstype.Globals | "auto" | "none" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
835
835
  OAnimationDelay?: readonly string[] | csstype.Property.AnimationDelay<string & {}> | readonly csstype.Property.AnimationDelay<string & {}>[] | undefined;
836
836
  OAnimationDirection?: readonly string[] | csstype.Property.AnimationDirection | readonly csstype.Property.AnimationDirection[] | undefined;
837
837
  OAnimationDuration?: readonly string[] | csstype.Property.AnimationDuration<string & {}> | readonly csstype.Property.AnimationDuration<string & {}>[] | undefined;
@@ -841,7 +841,7 @@ declare function paper({ theme, color, dropdown }: PaperProps): {
841
841
  OAnimationPlayState?: readonly string[] | csstype.Property.AnimationPlayState | readonly csstype.Property.AnimationPlayState[] | undefined;
842
842
  OAnimationTimingFunction?: readonly string[] | csstype.Property.AnimationTimingFunction | readonly csstype.Property.AnimationTimingFunction[] | undefined;
843
843
  OBackgroundSize?: readonly (string | (string & {}))[] | csstype.Property.BackgroundSize<string | number> | readonly NonNullable<csstype.Property.BackgroundSize<string | number> | undefined>[] | undefined;
844
- OBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ((string & {}) | csstype.Globals | "repeat" | "none" | "round" | "space" | "stretch")[] | undefined;
844
+ OBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | (string & {}) | csstype.Globals | "none" | "round" | "space" | "stretch")[] | undefined;
845
845
  OObjectFit?: csstype.Property.ObjectFit | readonly NonNullable<csstype.Property.ObjectFit | undefined>[] | readonly csstype.Property.ObjectFit[] | undefined;
846
846
  OObjectPosition?: readonly (string | (string & {}))[] | csstype.Property.ObjectPosition<string | number> | readonly NonNullable<csstype.Property.ObjectPosition<string | number> | undefined>[] | undefined;
847
847
  OTabSize?: readonly (string | (string & {}))[] | csstype.Property.TabSize<string | number> | readonly NonNullable<csstype.Property.TabSize<string | number> | undefined>[] | undefined;
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as ColorScheme } from '../settings-28b04fd5.js';
3
- import { T as ThemeProviderProps } from '../settings-provider-c4e65b05.js';
4
- export { u as useSettingsContext } from '../settings-provider-c4e65b05.js';
2
+ import { C as ColorScheme } from '../settings-d0cceb05.js';
3
+ import { T as ThemeProviderProps } from '../settings-provider-918b7981.js';
4
+ export { u as useSettingsContext } from '../settings-provider-918b7981.js';
5
5
  import 'react';
6
6
 
7
7
  declare const schemeConfig: {
@@ -9,7 +9,23 @@ declare const schemeConfig: {
9
9
  dataMuiColorScheme: string;
10
10
  };
11
11
 
12
- declare const forceDataMuiColorScheme: (scheme: ColorScheme) => void;
13
- declare const ThemeProvider: ({ children, cssVarPrefix, primaryColor, fontFamily, compactLayout, contrast, navColor, navLayout, colorScheme, }: ThemeProviderProps) => react_jsx_runtime.JSX.Element;
12
+ /**
13
+ * Força a aplicação de um esquema de cores (light/dark) no DOM.
14
+ *
15
+ * @param scheme - Esquema de cores a ser aplicado ('light' ou 'dark')
16
+ * @param scopeId - ID do container do tema isolado. Se fornecido, aplica no container específico.
17
+ * Se não fornecido, aplica globalmente no document.documentElement.
18
+ *
19
+ * @example
20
+ * ```tsx
21
+ * // Aplicar globalmente (comportamento padrão)
22
+ * forceDataMuiColorScheme('light');
23
+ *
24
+ * // Aplicar em scope específico
25
+ * forceDataMuiColorScheme('dark', 'b2b-theme-scope');
26
+ * ```
27
+ */
28
+ declare const forceDataMuiColorScheme: (scheme: ColorScheme, scopeId?: string) => void;
29
+ declare const ThemeProvider: ({ children, cssVarPrefix, primaryColor, fontFamily, compactLayout, contrast, navColor, navLayout, colorScheme, scopeId, }: ThemeProviderProps) => react_jsx_runtime.JSX.Element;
14
30
 
15
31
  export { ThemeProvider as default, forceDataMuiColorScheme, schemeConfig };
@@ -1,11 +1,11 @@
1
- export { c as default, b as forceDataMuiColorScheme } from '../chunk-JIUP3KII.js';
1
+ export { c as default, b as forceDataMuiColorScheme } from '../chunk-JQ252Y2Q.js';
2
2
  import '../chunk-SO64ZYQB.js';
3
3
  import '../chunk-GUFT6XPG.js';
4
- export { b as useSettingsContext } from '../chunk-FT5VGKNM.js';
5
- import '../chunk-72GLVYFI.js';
6
- import '../chunk-BEUJYBIY.js';
4
+ export { b as useSettingsContext } from '../chunk-TYA2RDQJ.js';
5
+ import '../chunk-K25VBEKK.js';
6
+ import '../chunk-RRH2346R.js';
7
7
  import '../chunk-CFVUZ4S5.js';
8
- import '../chunk-SHZ77NEV.js';
8
+ import '../chunk-YKX5RVAJ.js';
9
9
  export { a as schemeConfig } from '../chunk-7J53ZUIF.js';
10
10
  import '../chunk-S7QQBC4I.js';
11
11
  import '../chunk-QQDMA4TE.js';
@@ -1,6 +1,6 @@
1
1
  import * as _mui_material_styles from '@mui/material/styles';
2
2
  import { Components, Theme } from '@mui/material/styles';
3
- import { S as SettingsState } from '../../settings-28b04fd5.js';
3
+ import { S as SettingsState } from '../../settings-d0cceb05.js';
4
4
  import { T as ThemeUpdateOptions } from '../../types-2a4efc17.js';
5
5
  import '@mui/material/styles/createTypography';
6
6
 
@@ -1,4 +1,4 @@
1
- export { c as buildPrimaryColors, b as updateComponentsWithSettings, a as updateCoreWithSettings } from '../../chunk-BEUJYBIY.js';
1
+ export { c as buildPrimaryColors, b as updateComponentsWithSettings, a as updateCoreWithSettings } from '../../chunk-RRH2346R.js';
2
2
  import '../../chunk-CFVUZ4S5.js';
3
- import '../../chunk-SHZ77NEV.js';
3
+ import '../../chunk-YKX5RVAJ.js';
4
4
  import '../../chunk-7J53ZUIF.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zydon/common",
3
- "version": "2.7.7",
3
+ "version": "2.7.9",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
@@ -1,6 +0,0 @@
1
- import { createContext, memo, useContext, useMemo } from 'react';
2
- import { jsx } from 'react/jsx-runtime';
3
-
4
- var u=createContext(void 0),V=()=>{let t=useContext(u);if(!t)throw new Error("useSettingsContext deve ser usado dentro de um SettingsProvider");return t},P=({children:t,primaryColor:e,fontFamily:n,compactLayout:r,colorScheme:i,contrast:s,navColor:o,navLayout:d,setColorScheme:g})=>{let S=useMemo(()=>({primaryColor:e,fontFamily:n,compactLayout:r,colorScheme:i,contrast:s,navColor:o,navLayout:d,setColorScheme:g}),[e,n,r,i,s,o,d,g]);return jsx(u.Provider,{value:{settings:S},children:t})},l=memo(P);
5
-
6
- export { u as a, V as b, l as c };
@@ -1,17 +0,0 @@
1
- import { a } from './chunk-SO64ZYQB.js';
2
- import { a as a$7 } from './chunk-GUFT6XPG.js';
3
- import { c, b as b$1 } from './chunk-FT5VGKNM.js';
4
- import { a as a$1, e } from './chunk-72GLVYFI.js';
5
- import { a as a$3, b } from './chunk-BEUJYBIY.js';
6
- import { p, r, a as a$2 } from './chunk-SHZ77NEV.js';
7
- import { d, a as a$4 } from './chunk-7J53ZUIF.js';
8
- import { a as a$6 } from './chunk-S7QQBC4I.js';
9
- import { a as a$5 } from './chunk-QQDMA4TE.js';
10
- import { useMemo } from 'react';
11
- import z from '@mui/material/CssBaseline';
12
- import { experimental_extendTheme, lighten, darken, Experimental_CssVarsProvider } from '@mui/material/styles';
13
- import { jsx, jsxs } from 'react/jsx-runtime';
14
-
15
- var W=e=>({lighter:lighten(e,.815),light:lighten(e,.225),main:e,dark:darken(e,.15),darker:darken(e,.35),contrastText:"#000"});function L(e$1,r$1,o=""){let m=W(r$1.primaryColor);a(p,"dark.palette.primary",m),a(p,"light.palette.primary",m);let s={colorSchemes:p,shadows:a$1(r$1.colorScheme),customShadows:r(r$1.colorScheme,m.main),shape:{borderRadius:8},components:a$2,typography:{...e,fontFamily:d(r$1.fontFamily)},cssVarPrefix:o,shouldSkipGeneratingVar:_},t=a$3(s,r$1),a$4={};return experimental_extendTheme(t,e$1,b(r$1),a$4)}function _(e,r){let o=["mixins","overlays","direction","breakpoints","cssVarPrefix","unstable_sxConfig","typography","colorSchemes"],m={global:["tonalOffset","dividerChannel","contrastThreshold"],grey:["A100","A200","A400","A700"],text:["icon"]};if(e[0]==="palette"){let t=e[1],a=m[t]||m.global;return e.some(n=>a?.includes(n))}return e.some(t=>o?.includes(t))}var me=e=>{typeof document<"u"&&document.documentElement.setAttribute(a$4.dataMuiColorScheme,e);},D=({children:e,cssVarPrefix:r})=>{let{settings:o}=b$1(),m=useMemo(()=>{let t=L(a$7[1].systemValue,{primaryColor:o.primaryColor,colorScheme:o.colorScheme,contrast:o.contrast,navLayout:o.navLayout,navColor:o.navColor,compactLayout:o.compactLayout,fontFamily:o.fontFamily,setColorScheme:o.setColorScheme},r),a=t.colorSchemes?.[o.colorScheme]?.palette;return a?t.palette=a:(t.palette=t.colorSchemes?.light?.palette||t.colorSchemes?.dark?.palette,t.palette.mode=o.colorScheme),t},[o,r]),s=useMemo(()=>({theme:m,mode:o.colorScheme,defaultMode:o.colorScheme,defaultColorScheme:o.colorScheme,modeStorageKey:a$4.modeStorageKey,colorSchemeStorageKey:a$4.modeStorageKey}),[m,o.colorScheme]);return jsxs(Experimental_CssVarsProvider,{...s,children:[jsx(z,{}),e]})},u={serializer:e=>e.replaceAll('"',""),deserializer:e=>e.replaceAll('"',"")},G=({children:e,cssVarPrefix:r="app",primaryColor:o="#4E5BEC",fontFamily:m="Public Sans",compactLayout:s=!0,contrast:t="default",navColor:a="integrate",navLayout:n="vertical",colorScheme:p="light"})=>{let[,g]=a$5(a$4.modeStorageKey,p,u),[,F]=a$5(`${a$4.modeStorageKey}-light`,"light",u),[,M]=a$5(`${a$4.modeStorageKey}-dark`,"dark",u);return a$6(()=>{M("dark"),F("light"),g(p);}),jsx(c,{primaryColor:o,fontFamily:m,compactLayout:s,contrast:t,navColor:a,navLayout:n,colorScheme:p,setColorScheme:g,children:jsx(D,{cssVarPrefix:r,children:e})})};var ae=G;
16
-
17
- export { L as a, me as b, ae as c };
@@ -1,43 +0,0 @@
1
- import { k, s, t, b as b$1, j, h } from './chunk-7J53ZUIF.js';
2
- import { accordionClasses } from '@mui/material/Accordion';
3
- import { accordionSummaryClasses } from '@mui/material/AccordionSummary';
4
- import { typographyClasses } from '@mui/material/Typography';
5
- import { alertClasses } from '@mui/material/Alert';
6
- import c, { svgIconClasses } from '@mui/material/SvgIcon';
7
- import { jsx, jsxs } from 'react/jsx-runtime';
8
- import { autocompleteClasses } from '@mui/material/Autocomplete';
9
- import { avatarGroupClasses } from '@mui/material/AvatarGroup';
10
- import { badgeClasses } from '@mui/material/Badge';
11
- import { loadingButtonClasses } from '@mui/lab/LoadingButton';
12
- import { buttonClasses } from '@mui/material/Button';
13
- import { fabClasses } from '@mui/material/Fab';
14
- import { buttonGroupClasses } from '@mui/material/ButtonGroup';
15
- import { toggleButtonClasses } from '@mui/material/ToggleButton';
16
- import { checkboxClasses } from '@mui/material/Checkbox';
17
- import { chipClasses } from '@mui/material/Chip';
18
- import { inputLabelClasses } from '@mui/material/InputLabel';
19
- import { circularProgressClasses } from '@mui/material/CircularProgress';
20
- import { formControlLabelClasses } from '@mui/material/FormControlLabel';
21
- import { iconButtonClasses } from '@mui/material/IconButton';
22
- import { inputBaseClasses } from '@mui/material/InputBase';
23
- import { listClasses } from '@mui/material/List';
24
- import { listItemIconClasses } from '@mui/material/ListItemIcon';
25
- import { paperClasses } from '@mui/material/Paper';
26
- import { textFieldClasses } from '@mui/material/TextField';
27
- import { dialogActionsClasses } from '@mui/material/DialogActions';
28
- import { paginationItemClasses } from '@mui/material/PaginationItem';
29
- import { radioClasses } from '@mui/material/Radio';
30
- import { ratingClasses } from '@mui/material/Rating';
31
- import { sliderClasses } from '@mui/material/Slider';
32
- import { switchClasses } from '@mui/material/Switch';
33
- import { tableCellClasses } from '@mui/material/TableCell';
34
- import { tableRowClasses } from '@mui/material/TableRow';
35
- import { tabClasses } from '@mui/material/Tab';
36
- import { filledInputClasses } from '@mui/material/FilledInput';
37
- import { outlinedInputClasses } from '@mui/material/OutlinedInput';
38
- import { alpha } from '@mui/material/styles';
39
- import { tooltipClasses } from '@mui/material/Tooltip';
40
-
41
- var Rr={styleOverrides:{root:({theme:o})=>({backgroundColor:"transparent",[`&.${accordionClasses.expanded}`]:{boxShadow:o.customShadows.z8,borderRadius:o.shape.borderRadius,backgroundColor:o.vars.palette.background.paper},[`&.${accordionClasses.disabled}`]:{backgroundColor:"transparent"}})}},Br={styleOverrides:{root:({theme:o})=>({paddingLeft:o.spacing(2),paddingRight:o.spacing(1),[`&.${accordionSummaryClasses.disabled}`]:{opacity:1,color:o.vars.palette.action.disabled,[`& .${typographyClasses.root}`]:{color:"inherit"}}}),expandIconWrapper:{color:"inherit"}}},ao={MuiAccordion:Rr,MuiAccordionSummary:Br};var Lr=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-10 5.75a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75M12 7a1 1 0 1 1 0 2a1 1 0 0 1 0-2",clipRule:"evenodd"})}),Ar=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-5.97-3.03a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47l2.235-2.235L14.97 8.97a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}),Dr=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M5.312 10.762C8.23 5.587 9.689 3 12 3c2.31 0 3.77 2.587 6.688 7.762l.364.644c2.425 4.3 3.638 6.45 2.542 8.022S17.786 21 12.364 21h-.728c-5.422 0-8.134 0-9.23-1.572s.117-3.722 2.542-8.022zM12 7.25a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75M12 17a1 1 0 1 0 0-2a1 1 0 0 0 0 2",clipRule:"evenodd"})}),zr=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.843 3.802C9.872 2.601 10.886 2 12 2c1.114 0 2.128.6 4.157 1.802l.686.406c2.029 1.202 3.043 1.803 3.6 2.792c.557.99.557 2.19.557 4.594v.812c0 2.403 0 3.605-.557 4.594c-.557.99-1.571 1.59-3.6 2.791l-.686.407C14.128 21.399 13.114 22 12 22c-1.114 0-2.128-.6-4.157-1.802l-.686-.407c-2.029-1.2-3.043-1.802-3.6-2.791C3 16.01 3 14.81 3 12.406v-.812C3 9.19 3 7.989 3.557 7c.557-.99 1.571-1.59 3.6-2.792zM13 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-9.75a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0V7a.75.75 0 0 1 .75-.75",clipRule:"evenodd"})}),Vr=["info","success","warning","error"];function q(o,r){return Vr.reduce((a,s)=>(o.severity===s&&(a=r(s)),a),{})}var Gr={defaultProps:{iconMapping:{error:jsx(zr,{}),info:jsx(Lr,{}),success:jsx(Ar,{}),warning:jsx(Dr,{})}},styleOverrides:{icon:{opacity:1},standard:({ownerState:o,theme:r})=>({...{colors:q(o,a=>({color:r.vars.palette[a].darker,backgroundColor:r.vars.palette[a].lighter,[b$1.dark]:{color:r.vars.palette[a].lighter,backgroundColor:r.vars.palette[a].darker},[`& .${alertClasses.icon}`]:{color:r.vars.palette[a].main,[b$1.dark]:{color:r.vars.palette[a].light}}}))}.colors}),filled:({ownerState:o,theme:r})=>({...{colors:q(o,a=>({color:r.vars.palette[a].contrastText}))}.colors}),outlined:({ownerState:o,theme:r})=>({...{colors:q(o,a=>({backgroundColor:k(r.vars.palette[a].mainChannel,.08),color:r.vars.palette[a].dark,border:`solid 1px ${k(r.vars.palette[a].mainChannel,.16)}`,[b$1.dark]:{color:r.vars.palette[a].light},[`& .${alertClasses.icon}`]:{color:r.vars.palette[a].main}}))}.colors})}},Wr={styleOverrides:{root:({theme:o})=>({marginBottom:o.spacing(.5),fontWeight:o.typography.fontWeightSemiBold})}},lo={MuiAlert:Gr,MuiAlertTitle:Wr};var Er={defaultProps:{color:"transparent"},styleOverrides:{root:{boxShadow:"none"}}},io={MuiAppBar:Er};var Zr=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",d:"M12 16a1 1 0 0 1-.64-.23l-6-5a1 1 0 1 1 1.28-1.54L12 13.71l5.36-4.32a1 1 0 0 1 1.41.15a1 1 0 0 1-.14 1.46l-6 4.83A1 1 0 0 1 12 16"})}),Nr={defaultProps:{popupIcon:jsx(Zr,{})},styleOverrides:{root:({theme:o})=>({[`& span.${autocompleteClasses.tag}`]:{...o.typography.subtitle2,height:24,minWidth:24,lineHeight:"24px",textAlign:"center",padding:o.spacing(0,.75),color:o.vars.palette.text.secondary,borderRadius:o.shape.borderRadius,backgroundColor:k(o.vars.palette.grey["500Channel"],.16)}}),paper:({theme:o})=>({...s({theme:o,dropdown:!0})}),listbox:({theme:o})=>({padding:0,[`& .${autocompleteClasses.option}`]:{...t(o)}}),endAdornment:{[`& .${svgIconClasses.root}`]:{width:18,height:18}},input:({ownerState:o})=>({...o.size==="small"&&{paddingTop:"3.5px !important",paddingBottom:"3.5px !important"}})}},po={MuiAutocomplete:Nr};var Ur=["primary","secondary","info","success","warning","error"],jr=o=>{let r=o.charAt(0).toLowerCase();return ["a","c","f"].includes(r)?"primary":["e","d","h"].includes(r)?"secondary":["i","k","l"].includes(r)?"info":["m","n","p"].includes(r)?"success":["q","s","t"].includes(r)?"warning":["v","x","y"].includes(r)?"error":"default"},co={colors:Ur.map(o=>({props:({ownerState:r})=>r.color===o,style:({theme:r})=>({color:r.vars.palette[o].contrastText,backgroundColor:r.vars.palette[o].main})})),defaultColor:[{props:({ownerState:o})=>o.color==="default",style:({theme:o})=>({color:o.vars.palette.text.secondary,backgroundColor:k(o.vars.palette.grey["500Channel"],.24)})}]},Xr={variants:[...co.defaultColor,...co.colors],styleOverrides:{rounded:({theme:o})=>({borderRadius:o.shape.borderRadius*1.5}),colorDefault:({ownerState:o,theme:r})=>{let t=jr(`${o.alt}`);return {...!!o.alt&&{...t!=="default"?{color:r.vars.palette[t].contrastText,backgroundColor:r.vars.palette[t].main}:{color:r.vars.palette.text.secondary,backgroundColor:k(r.vars.palette.grey["500Channel"],.24)}}}}}},Yr={defaultProps:{max:4},styleOverrides:{root:({ownerState:o})=>({justifyContent:"flex-end",...o.variant==="compact"&&{width:40,height:40,position:"relative",[`& .${avatarGroupClasses.avatar}`]:{margin:0,width:28,height:28,position:"absolute","&:first-of-type":{left:0,bottom:0,zIndex:9},"&:last-of-type":{top:0,right:0}}}}),avatar:({theme:o})=>({fontSize:16,fontWeight:o.typography.fontWeightSemiBold,"&:first-of-type":{fontSize:12,color:o.vars.palette.primary.dark,backgroundColor:o.vars.palette.primary.lighter}})}},mo={MuiAvatar:Xr,MuiAvatarGroup:Yr};var Jr={styleOverrides:{root:({theme:o})=>({backgroundColor:k(o.vars.palette.grey["800Channel"],.48)}),invisible:{background:"transparent"}}},uo={MuiBackdrop:Jr};var A=o=>({width:10,zIndex:9,padding:0,height:10,minWidth:"auto","&::before, &::after":{content:'""',borderRadius:1,backgroundColor:o.vars.palette.common.white},[`&.${badgeClasses.invisible}`]:{transform:"unset"}}),Kr={variants:[{props:({ownerState:o})=>o.variant==="online",style:({theme:o})=>({[`& .${badgeClasses.badge}`]:{...A(o),backgroundColor:o.vars.palette.success.main}})},{props:({ownerState:o})=>o.variant==="alway",style:({theme:o})=>({[`& .${badgeClasses.badge}`]:{...A(o),backgroundColor:o.vars.palette.warning.main,"&::before":{width:2,height:4,transform:"translateX(1px) translateY(-1px)"},"&::after":{width:2,height:4,transform:"translateY(1px) rotate(125deg)"}}})},{props:({ownerState:o})=>o.variant==="busy",style:({theme:o})=>({[`& .${badgeClasses.badge}`]:{...A(o),backgroundColor:o.vars.palette.error.main,"&::before":{width:6,height:2}}})},{props:({ownerState:o})=>o.variant==="offline",style:({theme:o})=>({[`& .${badgeClasses.badge}`]:{...A(o),backgroundColor:o.vars.palette.text.disabled,"&::before":{width:6,height:6,borderRadius:"50%"}}})},{props:({ownerState:o})=>o.variant==="invisible",style:{[`& .${badgeClasses.badge}`]:{display:"none"}}}],styleOverrides:{dot:{borderRadius:"50%"}}},go={MuiBadge:Kr};var Qr={styleOverrides:{ol:({theme:o})=>({rowGap:o.spacing(.5),columnGap:o.spacing(2)}),li:({theme:o})=>({display:"inline-flex","& > *":{...o.typography.body2}}),separator:{margin:0}}},Co={MuiBreadcrumbs:Qr};var bo=["primary","secondary","info","success","warning","error"];function ho(o,r){return bo.reduce((a,s)=>(!o.disabled&&o.color===s&&(a=r(s)),a),{})}var oe={styleOverrides:{root:({theme:o})=>({fontFamily:o.typography.fontFamily})}},yo={colors:bo.map(o=>({props:({ownerState:r})=>!r.disabled&&r.variant==="soft"&&r.color===o,style:({theme:r})=>({color:r.vars.palette[o].dark,backgroundColor:k(r.vars.palette[o].mainChannel,.16),"&:hover":{backgroundColor:k(r.vars.palette[o].mainChannel,.32)},[b$1.dark]:{color:r.vars.palette[o].light}})})),base:[{props:({ownerState:o})=>o.variant==="soft",style:({theme:o})=>({backgroundColor:k(o.vars.palette.grey["500Channel"],.08),"&:hover":{backgroundColor:k(o.vars.palette.grey["500Channel"],.24)},[`&.${buttonClasses.disabled}`]:{backgroundColor:o.vars.palette.action.disabledBackground},[`& .${loadingButtonClasses.loadingIndicatorStart}`]:{left:14},[`& .${loadingButtonClasses.loadingIndicatorEnd}`]:{right:14},[`&.${buttonClasses.sizeSmall}`]:{[`& .${loadingButtonClasses.loadingIndicatorStart}`]:{left:10},[`& .${loadingButtonClasses.loadingIndicatorEnd}`]:{right:10}}})}]},re={defaultProps:{color:"primary",disableElevation:!0},variants:[...yo.base,...yo.colors],styleOverrides:{contained:({theme:o,ownerState:r})=>{let t={colors:ho(r,a=>({"&:hover":{boxShadow:o.customShadows[a]}})),inheritColor:{...r.color==="inherit"&&!r.disabled&&{color:o.vars.palette.common.white,backgroundColor:o.vars.palette.grey[800],"&:hover":{boxShadow:o.customShadows.z8,backgroundColor:o.vars.palette.grey[700]},[b$1.dark]:{color:o.vars.palette.grey[800],backgroundColor:o.vars.palette.common.white,"&:hover":{backgroundColor:o.vars.palette.grey[400]}}}}};return {...t.inheritColor,...t.colors}},outlined:({theme:o,ownerState:r})=>{let t={colors:ho(r,a=>({borderColor:k(o.vars.palette[a].mainChannel,.48)})),inheritColor:{...r.color==="inherit"&&!r.disabled&&{borderColor:k(o.vars.palette.grey["500Channel"],.32),"&:hover":{backgroundColor:o.vars.palette.action.hover}}},base:{"&:hover":{borderColor:"currentColor",boxShadow:"0 0 0 0.75px currentColor"}}};return {...t.base,...t.inheritColor,...t.colors}},text:({ownerState:o,theme:r})=>({...{inheritColor:{...o.color==="inherit"&&!o.disabled&&{"&:hover":{backgroundColor:r.vars.palette.action.hover}}}}.inheritColor}),sizeSmall:({ownerState:o})=>({height:30,...o.variant==="text"?{paddingLeft:"4px",paddingRight:"4px"}:{paddingLeft:"8px",paddingRight:"8px"}}),sizeMedium:({ownerState:o})=>({...o.variant==="text"?{paddingLeft:"8px",paddingRight:"8px"}:{paddingLeft:"12px",paddingRight:"12px"}}),sizeLarge:({ownerState:o})=>({height:48,...o.variant==="text"?{paddingLeft:"10px",paddingRight:"10px"}:{paddingLeft:"16px",paddingRight:"16px"}})}},fo={MuiButtonBase:oe,MuiButton:re};var N=["primary","secondary","info","success","warning","error"],Po=["default","inherit"],ee=["extended","outlinedExtended","softExtended"],xo=["circular","extended"],ko=["outlined","outlinedExtended"],Mo=["soft","softExtended"],To={colors:N.map(o=>({props:({ownerState:r})=>!r.disabled&&xo.includes(r.variant)&&r.color===o,style:({theme:r})=>({boxShadow:r.customShadows[o],"&:hover":{boxShadow:"none"}})})),base:[{props:({ownerState:o})=>xo.includes(o.variant)&&Po.includes(o.color),style:({theme:o})=>({boxShadow:o.customShadows.z8,color:o.vars.palette.grey[800],backgroundColor:o.vars.palette.grey[300],"&:hover":{boxShadow:"none",backgroundColor:o.vars.palette.grey[400]},[`&.${fabClasses.colorInherit}`]:{color:o.vars.palette.common.white,backgroundColor:o.vars.palette.text.primary,"&:hover":{backgroundColor:o.vars.palette.grey[700]},[b$1.dark]:{color:o.vars.palette.grey[800],"&:hover":{backgroundColor:o.vars.palette.grey[400]}}}})}]},So={colors:N.map(o=>({props:({ownerState:r})=>!r.disabled&&ko.includes(r.variant)&&r.color===o,style:({theme:r})=>({color:r.vars.palette[o].main,border:`solid 1px ${k(r.vars.palette[o].mainChannel,.48)}`,"&:hover":{backgroundColor:k(r.vars.palette[o].mainChannel,.08)}})})),base:[{props:({ownerState:o})=>ko.includes(o.variant),style:({theme:o})=>({boxShadow:"none",backgroundColor:"transparent",color:o.vars.palette.text.secondary,border:`solid 1px ${k(o.vars.palette.grey["500Channel"],.32)}`,"&:hover":{borderColor:"currentColor",boxShadow:"0 0 0 0.75px currentColor",backgroundColor:o.vars.palette.action.hover},[`&.${fabClasses.colorInherit}`]:{color:o.vars.palette.text.primary},[`&.${fabClasses.disabled}`]:{backgroundColor:"transparent",border:`1px solid ${o.vars.palette.action.disabledBackground}`}})}]},Io={colors:N.map(o=>({props:({ownerState:r})=>!r.disabled&&Mo.includes(r.variant)&&r.color===o,style:({theme:r})=>({boxShadow:"none",color:r.vars.palette[o].dark,backgroundColor:k(r.vars.palette[o].mainChannel,.16),"&:hover":{boxShadow:"none",backgroundColor:k(r.vars.palette[o].mainChannel,.32)},[b$1.dark]:{color:r.vars.palette[o].light}})})),base:[{props:({ownerState:o})=>Mo.includes(o.variant)&&Po.includes(o.color),style:({theme:o})=>({boxShadow:"none",color:o.vars.palette.grey[800],backgroundColor:o.vars.palette.grey[300],"&:hover":{boxShadow:"none",backgroundColor:o.vars.palette.grey[400]},[`&.${fabClasses.colorInherit}`]:{color:o.vars.palette.text.primary,backgroundColor:k(o.vars.palette.grey["500Channel"],.08),"&:hover":{backgroundColor:k(o.vars.palette.grey["500Channel"],.24)}}})}]},te=[{props:({ownerState:o})=>ee.includes(o.variant),style:({theme:o})=>({height:48,width:"auto",minHeight:48,borderRadius:48/2,gap:o.spacing(1),padding:o.spacing(0,2),[`&.${fabClasses.sizeSmall}`]:{height:34,minHeight:34,borderRadius:34/2,gap:o.spacing(.5),padding:o.spacing(0,1)},[`&.${fabClasses.sizeMedium}`]:{height:40,minHeight:40,borderRadius:40/2}})}],ae={defaultProps:{color:"primary"},variants:[...To.base,...To.colors,...So.base,...So.colors,...Io.base,...Io.colors,...te],styleOverrides:{}},$o={MuiFab:ae};var wo=["primary","secondary","info","success","warning","error"];function Fo(o,r){return wo.reduce((a,s)=>(!o.disabled&&o.color===s&&(a=r(s)),a),{})}var C=`& .${buttonGroupClasses.firstButton}, & .${buttonGroupClasses.middleButton}`,Oo={colors:wo.map(o=>({props:({ownerState:r})=>!r.disabled&&r.variant==="soft"&&r.color===o,style:({theme:r})=>({[C]:{borderColor:k(r.vars.palette[o].darkChannel,.24),[b$1.dark]:{borderColor:k(r.vars.palette[o].lightChannel,.24)}},[`&.${buttonGroupClasses.vertical}`]:{[C]:{borderColor:k(r.vars.palette[o].darkChannel,.24),[b$1.dark]:{borderColor:k(r.vars.palette[o].lightChannel,.24)}}}})})),base:[{props:({ownerState:o})=>o.variant==="soft",style:({theme:o})=>({[C]:{borderRight:`solid 1px ${k(o.vars.palette.grey["500Channel"],.32)}`,[`&.${buttonGroupClasses.disabled}`]:{borderColor:o.vars.palette.action.disabledBackground}},[`&.${buttonGroupClasses.vertical}`]:{[C]:{borderRight:"none",borderBottom:`solid 1px ${k(o.vars.palette.grey["500Channel"],.32)}`,[`&.${buttonGroupClasses.disabled}`]:{borderColor:o.vars.palette.action.disabledBackground}}}})}]},ne={defaultProps:{disableElevation:!0},variants:[...Oo.base,...Oo.colors],styleOverrides:{contained:({theme:o,ownerState:r})=>{let t={colors:Fo(r,a=>({[C]:{borderColor:k(o.vars.palette[a].darkChannel,.48)}})),inheritColor:{...r.color==="inherit"&&{[C]:{borderColor:k(o.vars.palette.grey["500Channel"],.32)}}},disabled:{...r.disabled&&{[C]:{[`&.${buttonGroupClasses.disabled}`]:{borderColor:o.vars.palette.action.disabledBackground}}}}};return {...t.inheritColor,...t.colors,...t.disabled}},text:({theme:o,ownerState:r})=>{let t={colors:Fo(r,a=>({[C]:{borderColor:k(o.vars.palette[a].mainChannel,.48)}})),inheritColor:{...r.color==="inherit"&&{[C]:{borderColor:k(o.vars.palette.grey["500Channel"],.32)}}},disabled:{...r.disabled&&{[C]:{[`&.${buttonGroupClasses.disabled}`]:{borderColor:o.vars.palette.action.disabledBackground}}}}};return {...t.inheritColor,...t.colors,...t.disabled}}}},Ro={MuiButtonGroup:ne};var le=["primary","secondary","info","success","warning","error"];function ie(o,r){return le.reduce((a,s)=>(!o.disabled&&o.color===s&&(a=r(s)),a),{})}var se={styleOverrides:{root:({theme:o,ownerState:r})=>{let t={colors:ie(r,a=>({"&:hover":{borderColor:k(o.vars.palette[a].mainChannel,.48),backgroundColor:k(o.vars.palette[a].mainChannel,o.vars.palette.action.hoverOpacity)}})),selected:{[`&.${toggleButtonClasses.selected}`]:{borderColor:"currentColor",boxShadow:"0 0 0 0.75px currentColor"}},disabled:{...r.disabled&&{[`&.${toggleButtonClasses.selected}`]:{color:o.vars.palette.action.disabled,backgroundColor:o.vars.palette.action.selected,borderColor:o.vars.palette.action.disabledBackground}}}};return {...t.colors,...t.selected,...t.disabled}}}},pe={styleOverrides:{root:({theme:o})=>({gap:4,padding:4,border:`solid 1px ${k(o.vars.palette.grey["500Channel"],.08)}`}),grouped:{[`&.${toggleButtonClasses.root}`]:{border:"none",borderRadius:"inherit"},[`&.${toggleButtonClasses.selected}`]:{boxShadow:"none"}}}},Bo={MuiToggleButton:se,MuiToggleButtonGroup:pe};var de={styleOverrides:{root:({theme:o})=>({position:"relative",boxShadow:o.customShadows.card,borderRadius:o.shape.borderRadius*2,zIndex:0})}},ce={defaultProps:{titleTypographyProps:{variant:"h6"},subheaderTypographyProps:{variant:"body2",marginTop:"4px"}},styleOverrides:{root:({theme:o})=>({padding:o.spacing(3,3,0)})}},me={styleOverrides:{root:({theme:o})=>({padding:o.spacing(3)})}},Lo={MuiCard:de,MuiCardHeader:ce,MuiCardContent:me};var ue=o=>jsx(c,{...o,children:jsx("path",{d:"M17.9 2.318A5 5 0 0 1 22.895 7.1l.005.217v10a5 5 0 0 1-4.783 4.995l-.217.005h-10a5 5 0 0 1-4.995-4.783l-.005-.217v-10a5 5 0 0 1 4.783-4.996l.217-.004h10Zm-.5 1.5h-9a4 4 0 0 0-4 4v9a4 4 0 0 0 4 4h9a4 4 0 0 0 4-4v-9a4 4 0 0 0-4-4Z"})}),ge=o=>jsx(c,{...o,children:jsx("path",{d:"M17 2a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm-1.625 7.255-4.13 4.13-1.75-1.75a.881.881 0 0 0-1.24 0c-.34.34-.34.89 0 1.24l2.38 2.37c.17.17.39.25.61.25.23 0 .45-.08.62-.25l4.75-4.75c.34-.34.34-.89 0-1.24a.881.881 0 0 0-1.24 0Z"})}),Ce=o=>jsx(c,{...o,children:jsx("path",{d:"M17,2 C19.7614,2 22,4.23858 22,7 L22,7 L22,17 C22,19.7614 19.7614,22 17,22 L17,22 L7,22 C4.23858,22 2,19.7614 2,17 L2,17 L2,7 C2,4.23858 4.23858,2 7,2 L7,2 Z M15,11 L9,11 C8.44772,11 8,11.4477 8,12 C8,12.5523 8.44772,13 9,13 L15,13 C15.5523,13 16,12.5523 16,12 C16,11.4477 15.5523,11 15,11 Z"})}),ve={defaultProps:{size:"small",icon:jsx(ue,{}),checkedIcon:jsx(ge,{}),indeterminateIcon:jsx(Ce,{})},styleOverrides:{root:({ownerState:o,theme:r})=>({padding:r.spacing(1),...o.color==="default"&&{[`&.${checkboxClasses.checked}`]:{color:r.vars.palette.text.primary}},[`&.${checkboxClasses.disabled}`]:{color:r.vars.palette.action.disabled}})}},Do={MuiCheckbox:ve};var ye=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10M8.97 8.97a.75.75 0 0 1 1.06 0L12 10.94l1.97-1.97a.75.75 0 0 1 1.06 1.06L13.06 12l1.97 1.97a.75.75 0 0 1-1.06 1.06L12 13.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L10.94 12l-1.97-1.97a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})}),Vo=["primary","secondary","info","success","warning","error"];function be(o,r){return Vo.reduce((a,s)=>(!o.disabled&&o.color===s&&(a=r(s)),a),{})}var zo={colors:Vo.map(o=>({props:({ownerState:r})=>!r.disabled&&r.variant==="soft"&&r.color===o,style:({theme:r})=>({color:r.vars.palette[o].dark,backgroundColor:k(r.vars.palette[o].mainChannel,.16),"&:hover":{backgroundColor:k(r.vars.palette[o].mainChannel,.32)},[b$1.dark]:{color:r.vars.palette[o].light}})})),inheritColor:[{props:({ownerState:o})=>o.variant==="soft"&&o.color==="default",style:({theme:o})=>({backgroundColor:k(o.vars.palette.grey["500Channel"],.16),"&:hover":{backgroundColor:k(o.vars.palette.grey["500Channel"],.32)}})}]},fe={defaultProps:{deleteIcon:jsx(ye,{}),color:"primary"},variants:[...zo.inheritColor,...zo.colors],styleOverrides:{root:({ownerState:o,theme:r})=>{let t={colors:be(o,a=>({[`& .${chipClasses.avatar}`]:{color:r.vars.palette[a].lighter,backgroundColor:r.vars.palette[a].dark}})),disabled:{[`&.${chipClasses.disabled}`]:{opacity:1,[`& .${chipClasses.avatar}`]:{color:r.vars.palette.action.disabled,backgroundColor:r.vars.palette.action.disabledBackground},...o.variant==="outlined"&&{color:r.vars.palette.action.disabled,borderColor:r.vars.palette.action.disabledBackground},...["filled","soft"].includes(o.variant)&&{color:r.vars.palette.action.disabled,backgroundColor:r.vars.palette.action.disabledBackground}}}};return {...t.colors,...t.disabled}},label:({theme:o})=>({fontWeight:o.typography.fontWeightMedium}),icon:{color:"currentColor"},deleteIcon:{opacity:.48,color:"currentColor","&:hover":{opacity:1,color:"currentColor"}},sizeMedium:({theme:o})=>({borderRadius:o.shape.borderRadius*1.25}),sizeSmall:({theme:o})=>({borderRadius:o.shape.borderRadius}),filled:({ownerState:o,theme:r})=>({...{defaultColor:{...!o.disabled&&o.color==="default"&&{color:r.vars.palette.common.white,backgroundColor:r.vars.palette.text.primary,[`& .${chipClasses.avatar}`]:{color:r.vars.palette.text.primary},"&:hover":{backgroundColor:r.vars.palette.grey[700]},[b$1.dark]:{color:r.vars.palette.grey[800],"&:hover":{backgroundColor:r.vars.palette.grey[100]}}}}}.defaultColor}),outlined:({ownerState:o,theme:r})=>({...{defaultColor:{...!o.disabled&&o.color==="default"&&{borderColor:k(r.vars.palette.grey["500Channel"],.32)}}}.defaultColor})}},Go={MuiChip:fe};var xe={styleOverrides:{paper:({ownerState:o,theme:r})=>({boxShadow:r.customShadows.dialog,borderRadius:r.shape.borderRadius*2,...!o.fullScreen&&{margin:r.spacing(2)}}),paperFullScreen:{borderRadius:0}}},ke={styleOverrides:{root:({theme:o})=>({padding:o.spacing(3)})}},Me={styleOverrides:{root:({theme:o})=>({padding:o.spacing(0,3)}),dividers:({theme:o})=>({borderTop:0,borderBottomStyle:"dashed",paddingBottom:o.spacing(3)})}},Te={defaultProps:{disableSpacing:!0},styleOverrides:{root:({theme:o})=>({padding:o.spacing(3),"& > :not(:first-of-type)":{marginLeft:o.spacing(1.5)}})}},Wo={MuiDialog:xe,MuiDialogTitle:ke,MuiDialogContent:Me,MuiDialogActions:Te};var Se={styleOverrides:{paper:({theme:o})=>({backgroundColor:k(o.vars.palette.background.paperChannel,1),backgroundImage:"none !important"}),modal:()=>({backdropFilter:"blur(10px)"}),paperAnchorRight:({ownerState:o,theme:r})=>({...o.variant==="temporary"&&{...s({theme:r,color:k(r.vars.palette.background.paperChannel,1)}),boxShadow:`-40px 40px 80px -8px ${k(r.vars.palette.grey["500Channel"],.24)}`,[b$1.dark]:{boxShadow:`-40px 40px 80px -8px ${k(r.vars.palette.common.blackChannel,.24)}`}}}),paperAnchorLeft:({ownerState:o,theme:r})=>({...o.variant==="temporary"&&{...s({theme:r,color:k(r.vars.palette.background.paperChannel,1)}),boxShadow:`40px 40px 80px -8px ${k(r.vars.palette.grey["500Channel"],.24)}`,[b$1.dark]:{boxShadow:`40px 40px 80px -8px ${k(r.vars.palette.common.blackChannel,.24)}`}}})}},Eo={MuiDrawer:Se};var Ie={styleOverrides:{root:({theme:o})=>({...o.typography.body2,color:o.vars.palette.text.disabled,[`&.${inputLabelClasses.shrink}`]:{...o.typography.body1,fontWeight:600,color:o.vars.palette.text.secondary,zIndex:1,[`&.${inputLabelClasses.focused}`]:{color:o.vars.palette.text.primary},[`&.${inputLabelClasses.error}`]:{color:o.vars.palette.error.main},[`&.${inputLabelClasses.disabled}`]:{color:o.vars.palette.text.disabled},[`&.${inputLabelClasses.filled}`]:{transform:"translate(12px, 6px) scale(0.75)"}}})}},Pe={defaultProps:{component:"div"},styleOverrides:{root:({theme:o})=>({marginTop:o.spacing(1)})}},$e={styleOverrides:{label:({theme:o})=>({...o.typography.body2})}},Ho={MuiFormLabel:Ie,MuiFormHelperText:Pe,MuiFormControlLabel:$e};var Fe={defaultProps:{underline:"hover"},styleOverrides:{}},qo={MuiLink:Fe};var Oe={styleOverrides:{root:({theme:o})=>({color:"inherit",minWidth:"auto",marginRight:o.spacing(2)})}},we={styleOverrides:{root:({theme:o})=>({minWidth:"auto",marginRight:o.spacing(2)})}},Re={defaultProps:{primaryTypographyProps:{typography:"subtitle2"}},styleOverrides:{root:{margin:0},multiline:{margin:0}}},Zo={MuiListItemIcon:Oe,MuiListItemAvatar:we,MuiListItemText:Re};var Be={styleOverrides:{root:({theme:o})=>({...t(o)})}},No={MuiMenuItem:Be};var Ee={defaultProps:{slots:{columnSortedAscendingIcon:o=>jsx(X,{sx:{color:"text.primary"},...o}),columnSortedDescendingIcon:o=>jsx(jo,{sx:{color:"text.primary"},...o}),columnUnsortedIcon:o=>jsx(X,{fontSize:o.fontSize,className:o.className,sx:{color:"text.disabled"}}),columnMenuIcon:o=>jsx(Ne,{width:20,...o}),columnMenuSortAscendingIcon:o=>jsx(X,{...o}),columnMenuSortDescendingIcon:o=>jsx(jo,{...o}),columnMenuFilterIcon:o=>jsx(Y,{...o}),columnMenuHideIcon:o=>jsx(qe,{...o}),columnMenuManageColumnsIcon:o=>jsx(Xo,{...o}),columnSelectorIcon:o=>jsx(Xo,{...o}),filterPanelDeleteIcon:o=>jsx(Yo,{...o}),openFilterButtonIcon:o=>jsx(Y,{...o}),columnFilteredIcon:o=>jsx(Y,{sx:{width:16,color:"text.primary"},...o}),densityCompactIcon:o=>jsx(_e,{...o}),densityStandardIcon:o=>jsx(je,{...o}),densityComfortableIcon:o=>jsx(Ue,{...o}),exportIcon:o=>jsx(He,{...o}),quickFilterIcon:o=>jsx(Ze,{sx:{width:24,height:24,color:"text.secondary"},...o}),quickFilterClearIcon:o=>jsx(Yo,{...o})},slotProps:{basePopper:{placement:"bottom-end"},baseChip:{size:"small"},baseSwitch:{size:"small"},baseCheckbox:{size:"small",disableRipple:!0},baseInputLabel:{shrink:!0},baseTextField:{variant:"outlined"},baseSelect:{native:!0,variant:"outlined"}}},styleOverrides:{root:({theme:o})=>({"--unstable_DataGrid-radius":0,"--DataGrid-rowBorderColor":o.vars.palette.divider,"--DataGrid-containerBackground":o.vars.palette.background.neutral,"--unstable_DataGrid-headWeight":o.typography.fontWeightSemiBold,borderWidth:0,scrollbarWidth:"thin",scrollbarColor:`${k(o.vars.palette.text.disabledChannel,.4)} ${k(o.vars.palette.text.disabledChannel,.08)}`,"& .MuiDataGrid-filler > div":{borderTopStyle:"dashed"},"& .MuiDataGrid-topContainer::after":{height:0},"& .MuiDataGrid-filler":{borderBottom:"0 !important"}}),withBorderColor:{borderColor:"var(--DataGrid-rowBorderColor)"},columnHeader:({theme:o})=>({fontSize:14,color:o.vars.palette.text.secondary,borderBottom:"0 !important","&--sorted":{color:o.vars.palette.text.primary}}),columnSeparator:{color:"var(--DataGrid-rowBorderColor)"},cell:({theme:o})=>({borderTopStyle:"dashed","&--editing":{boxShadow:"none",backgroundColor:k(o.vars.palette.primary.mainChannel,.08)}}),toolbarContainer:({theme:o})=>({gap:o.spacing(2),padding:o.spacing(2),[`& .${textFieldClasses.root}`]:{padding:0,width:"100%",[`& .${inputBaseClasses.input}`]:{paddingTop:o.spacing(2),paddingBottom:o.spacing(2)},[o.breakpoints.up("md")]:{width:"unset"}}}),paper:({theme:o})=>({...s({theme:o,dropdown:!0}),padding:0}),menu:({theme:o})=>({[`& .${paperClasses.root}`]:{...s({theme:o,dropdown:!0}),minWidth:140},[`& .${listClasses.root}`]:{padding:0,[`& .${listItemIconClasses.root}`]:{minWidth:0,marginRight:o.spacing(2)}}}),menuIcon:({theme:o})=>({[`& .${iconButtonClasses.root}`]:{margin:o.spacing(0,1),padding:o.spacing(.25)}}),iconButtonContainer:({theme:o})=>({[`& .${iconButtonClasses.root}`]:{padding:o.spacing(.25),marginLeft:o.spacing(1)}}),footerContainer:{minHeight:"auto",borderTopStyle:"dashed"},selectedRowCount:{display:"none",whiteSpace:"nowrap"},overlay:({theme:o})=>({[`& .${circularProgressClasses.root}`]:{color:o.vars.palette.text.primary}}),columnsManagementHeader:({theme:o})=>({padding:o.spacing(2.5,2,0,2),[`& .${inputBaseClasses.input}`]:{paddingTop:o.spacing(2),paddingBottom:o.spacing(2)}}),columnsManagement:({theme:o})=>({gap:o.spacing(.5),padding:o.spacing(2,1.5),[`& .${formControlLabelClasses.root}`]:{gap:4,marginLeft:0}}),columnsManagementFooter:({theme:o})=>({borderTopStyle:"dashed",padding:o.spacing(1.5),[`& .${formControlLabelClasses.root}`]:{gap:4,marginLeft:0}}),filterForm:({theme:o})=>({alignItems:"center",gap:o.spacing(1.5),padding:o.spacing(2),[`& .${inputLabelClasses.shrink}`]:{transform:"translate(14px, -9px) scale(0.75)"}}),filterFormDeleteIcon:({theme:o})=>({[`& .${iconButtonClasses.root}`]:{padding:o.spacing(.25),backgroundColor:k(o.vars.palette.grey["500Channel"],.16),[`& .${svgIconClasses.root}`]:{width:16,height:16}}})}},Jo={MuiDataGrid:Ee},X=({...o})=>jsxs(c,{sx:{width:20,height:20,...o.sx},...o,children:[jsx("path",{fill:"currentColor",d:"m8.303 11.596l3.327-3.431a.499.499 0 0 1 .74 0l6.43 6.63c.401.414.158 1.205-.37 1.205h-5.723z"}),jsx("path",{fill:"currentColor",d:"M11.293 16H5.57c-.528 0-.771-.791-.37-1.205l2.406-2.482z",opacity:"0.5"})]}),jo=({...o})=>jsxs(c,{sx:{width:20,height:20,...o.sx},...o,children:[jsx("path",{fill:"currentColor",d:"m8.303 12.404l3.327 3.431c.213.22.527.22.74 0l6.43-6.63C19.201 8.79 18.958 8 18.43 8h-5.723z"}),jsx("path",{fill:"currentColor",d:"M11.293 8H5.57c-.528 0-.771.79-.37 1.205l2.406 2.481z",opacity:"0.5"})]}),Y=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsx("path",{fill:"currentColor",d:"M19 3H5c-1.414 0-2.121 0-2.56.412C2 3.824 2 4.488 2 5.815v.69c0 1.037 0 1.556.26 1.986c.26.43.733.698 1.682 1.232l2.913 1.64c.636.358.955.537 1.183.735c.474.411.766.895.898 1.49c.064.284.064.618.064 1.285v2.67c0 .909 0 1.364.252 1.718c.252.355.7.53 1.594.88c1.879.734 2.818 1.101 3.486.683c.668-.417.668-1.372.668-3.282v-2.67c0-.666 0-1 .064-1.285a2.68 2.68 0 0 1 .899-1.49c.227-.197.546-.376 1.182-.735l2.913-1.64c.948-.533 1.423-.8 1.682-1.23c.26-.43.26-.95.26-1.988v-.69c0-1.326 0-1.99-.44-2.402C21.122 3 20.415 3 19 3"})}),He=({...o})=>jsxs(c,{sx:{width:20,height:20,...o.sx},...o,children:[jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.845 7.905a.75.75 0 0 0 1.06 0l1.72-1.72v8.19a.75.75 0 0 0 1.5 0v-8.19l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06",clipRule:"evenodd"}),jsx("path",{fill:"currentColor",d:"M12.375 20.375a8 8 0 0 0 8-8h-3.75c-.943 0-1.414 0-1.707.293c-.293.293-.293.764-.293 1.707a2.25 2.25 0 0 1-4.5 0c0-.943 0-1.414-.293-1.707c-.293-.293-.764-.293-1.707-.293h-3.75a8 8 0 0 0 8 8"})]}),Xo=({...o})=>jsxs(c,{sx:{width:20,height:20,...o.sx},...o,children:[jsx("path",{fill:"currentColor",d:"M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"}),jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M2 12c0 1.64.425 2.191 1.275 3.296C4.972 17.5 7.818 20 12 20c4.182 0 7.028-2.5 8.725-4.704C21.575 14.192 22 13.639 22 12c0-1.64-.425-2.191-1.275-3.296C19.028 6.5 16.182 4 12 4C7.818 4 4.972 6.5 3.275 8.704C2.425 9.81 2 10.361 2 12m10-3.75a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5",clipRule:"evenodd"})]}),qe=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M1.606 6.08a1 1 0 0 1 1.313.526L2 7l.92-.394v-.001c0-.001 0 0 0 0l.003.009l.021.045c.02.042.051.108.094.194c.086.172.219.424.4.729a13.37 13.37 0 0 0 1.67 2.237a11.966 11.966 0 0 0 .59.592C7.18 11.8 9.251 13 12 13a8.706 8.706 0 0 0 3.22-.602c1.227-.483 2.254-1.21 3.096-1.998a13.053 13.053 0 0 0 2.733-3.725l.027-.058l.005-.011a1 1 0 0 1 1.838.788L22 7l.92.394l-.003.005l-.004.008l-.011.026l-.04.087a14.045 14.045 0 0 1-.741 1.348a15.368 15.368 0 0 1-1.711 2.256l.797.797a1 1 0 0 1-1.414 1.415l-.84-.84a11.81 11.81 0 0 1-1.897 1.256l.782 1.202a1 1 0 1 1-1.676 1.091l-.986-1.514c-.679.208-1.404.355-2.176.424V16.5a1 1 0 0 1-2 0v-1.544c-.775-.07-1.5-.217-2.177-.425l-.985 1.514a1 1 0 0 1-1.676-1.09l.782-1.203c-.7-.37-1.332-.8-1.897-1.257l-.84.84a1 1 0 0 1-1.414-1.414l.797-.797a15.406 15.406 0 0 1-1.87-2.519a13.457 13.457 0 0 1-.591-1.107a5.418 5.418 0 0 1-.033-.072l-.01-.021l-.002-.007l-.001-.002v-.001C1.08 7.395 1.08 7.394 2 7l-.919.395a1 1 0 0 1 .525-1.314",clipRule:"evenodd"})}),Ze=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsx("path",{fill:"currentColor",d:"m20.71 19.29l-3.4-3.39A7.92 7.92 0 0 0 19 11a8 8 0 1 0-8 8a7.92 7.92 0 0 0 4.9-1.69l3.39 3.4a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M5 11a6 6 0 1 1 6 6a6 6 0 0 1-6-6"})}),Yo=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsx("path",{fill:"currentColor",d:"m13.41 12l4.3-4.29a1 1 0 1 0-1.42-1.42L12 10.59l-4.29-4.3a1 1 0 0 0-1.42 1.42l4.3 4.29l-4.3 4.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l4.29-4.3l4.29 4.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"})}),Ne=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsxs("g",{fill:"none",children:[jsx("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"}),jsx("path",{fill:"currentColor",d:"M5 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4"})]})}),_e=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsx("path",{fill:"currentColor",d:"M4 15.5q-.425 0-.712-.288T3 14.5V14q0-.425.288-.712T4 13h16q.425 0 .713.288T21 14v.5q0 .425-.288.713T20 15.5zM4 11q-.425 0-.712-.288T3 10v-.5q0-.425.288-.712T4 8.5h16q.425 0 .713.288T21 9.5v.5q0 .425-.288.713T20 11zm0-4.5q-.425 0-.712-.288T3 5.5V5q0-.425.288-.712T4 4h16q.425 0 .713.288T21 5v.5q0 .425-.288.713T20 6.5zM4 20q-.425 0-.712-.288T3 19v-.5q0-.425.288-.712T4 17.5h16q.425 0 .713.288T21 18.5v.5q0 .425-.288.713T20 20z"})}),Ue=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsxs("g",{fill:"none",fillRule:"evenodd",children:[jsx("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"}),jsx("path",{fill:"currentColor",d:"M5 3a2 2 0 0 0-2 2v6h18V5a2 2 0 0 0-2-2zm16 10H3v6a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"})]})}),je=({...o})=>jsx(c,{sx:{width:20,height:20,...o.sx},...o,children:jsxs("g",{fill:"none",children:[jsx("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"}),jsx("path",{fill:"currentColor",d:"M21 16v3a2 2 0 0 1-1.85 1.995L19 21H5a2 2 0 0 1-1.995-1.85L3 19v-3zm0-6v4H3v-4zm-2-7a2 2 0 0 1 2 2v3H3V5a2 2 0 0 1 2-2z"})]})});var Ko=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",d:"M12 15.5a1 1 0 0 1-.71-.29l-4-4a1 1 0 1 1 1.42-1.42L12 13.1l3.3-3.18a1 1 0 1 1 1.38 1.44l-4 3.86a1 1 0 0 1-.68.28"})}),Je=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",d:"M13.83 19a1 1 0 0 1-.78-.37l-4.83-6a1 1 0 0 1 0-1.27l5-6a1 1 0 0 1 1.54 1.28L10.29 12l4.32 5.36a1 1 0 0 1-.78 1.64"})}),Qo=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",d:"M10 19a1 1 0 0 1-.64-.23a1 1 0 0 1-.13-1.41L13.71 12L9.39 6.63a1 1 0 0 1 .15-1.41a1 1 0 0 1 1.46.15l4.83 6a1 1 0 0 1 0 1.27l-5 6A1 1 0 0 1 10 19"})}),Ke=o=>jsxs(c,{...o,children:[jsx("path",{fill:"currentColor",d:"M6.96 2c.418 0 .756.31.756.692V4.09c.67-.012 1.422-.012 2.268-.012h4.032c.846 0 1.597 0 2.268.012V2.692c0-.382.338-.692.756-.692s.756.31.756.692V4.15c1.45.106 2.403.368 3.103 1.008c.7.641.985 1.513 1.101 2.842v1H2V8c.116-1.329.401-2.2 1.101-2.842c.7-.64 1.652-.902 3.103-1.008V2.692c0-.382.339-.692.756-.692"}),jsx("path",{fill:"currentColor",d:"M22 14v-2c0-.839-.013-2.335-.026-3H2.006c-.013.665 0 2.161 0 3v2c0 3.771 0 5.657 1.17 6.828C4.349 22 6.234 22 10.004 22h4c3.77 0 5.654 0 6.826-1.172C22 19.657 22 17.771 22 14",opacity:"0.5"}),jsx("path",{fill:"currentColor",d:"M18 16.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"})]}),Qe=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 7.25a.75.75 0 0 1 .75.75v3.69l2.28 2.28a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1-.22-.53V8a.75.75 0 0 1 .75-.75",clipRule:"evenodd"})}),u={date:{openPickerIcon:Ke,leftArrowIcon:Je,rightArrowIcon:Qo,switchViewIcon:Ko},time:{openPickerIcon:Qe,rightArrowIcon:Qo,switchViewIcon:Ko}},ot={defaultProps:{slots:u.date}},rt={defaultProps:{slots:u.date}},et={defaultProps:{slots:u.date}},tt={defaultProps:{slots:u.date}},at={defaultProps:{slots:u.date}},nt={defaultProps:{slots:u.date}},lt={defaultProps:{slots:u.date}},it={defaultProps:{slots:u.time}},st={defaultProps:{slots:u.time}},pt={defaultProps:{slots:u.time}},dt={defaultProps:{slots:u.time}},ct={styleOverrides:{root:({theme:o})=>({[`& .${dialogActionsClasses.root}`]:{[`& .${buttonClasses.root}`]:{["&:last-of-type"]:{color:o.vars.palette.common.white,backgroundColor:o.vars.palette.text.primary,[b$1.dark]:{color:o.vars.palette.grey[800]}}}}})}},mt={styleOverrides:{paper:({theme:o})=>({boxShadow:o.customShadows.dropdown,borderRadius:o.shape.borderRadius*1.5})}},or={MuiPickersPopper:mt,MuiPickersLayout:ct,MuiDatePicker:ot,MuiDateTimePicker:rt,MuiStaticDatePicker:et,MuiDesktopDatePicker:tt,MuiDesktopDateTimePicker:at,MuiMobileDatePicker:nt,MuiMobileDateTimePicker:lt,MuiTimePicker:it,MuiMobileTimePicker:st,MuiStaticTimePicker:pt,MuiDesktopTimePicker:dt};var gt={styleOverrides:{label:({theme:o})=>({...o.typography.body2}),iconContainer:{width:"auto"}}},rr={MuiTreeItem:gt};var Ct=["primary","secondary","info","success","warning","error"],er={colors:Ct.map(o=>({props:({ownerState:r})=>!r.disabled&&r.variant==="soft"&&r.color===o,style:({theme:r})=>({[`& .${paginationItemClasses.root}`]:{[`&.${paginationItemClasses.selected}`]:{fontWeight:r.typography.fontWeightSemiBold,color:r.vars.palette[o].dark,backgroundColor:k(r.vars.palette[o].mainChannel,.08),"&:hover":{backgroundColor:k(r.vars.palette[o].mainChannel,.16)},[b$1.dark]:{color:r.vars.palette[o].light}}}})})),standardColor:[{props:({ownerState:o})=>o.variant==="soft"&&o.color==="standard",style:({theme:o})=>({[`& .${paginationItemClasses.root}`]:{[`&.${paginationItemClasses.selected}`]:{fontWeight:o.typography.fontWeightSemiBold,backgroundColor:k(o.vars.palette.grey["500Channel"],.08),"&:hover":{backgroundColor:k(o.vars.palette.grey["500Channel"],.16)}}}})}]},vt={variants:[...er.standardColor,...er.colors],styleOverrides:{text:({ownerState:o,theme:r})=>({[`& .${paginationItemClasses.root}`]:{[`&.${paginationItemClasses.selected}`]:{fontWeight:r.typography.fontWeightSemiBold,...o.color==="standard"&&{color:r.vars.palette.common.white,backgroundColor:r.vars.palette.text.primary,"&:hover":{backgroundColor:r.vars.palette.grey[700]},[b$1.dark]:{color:r.vars.palette.grey[800],"&:hover":{backgroundColor:r.vars.palette.grey[100]}}}}}}),outlined:({ownerState:o,theme:r})=>({[`& .${paginationItemClasses.root}`]:{borderColor:k(r.vars.palette.grey["500Channel"],.24),[`&.${paginationItemClasses.selected}`]:{borderColor:"currentColor",fontWeight:r.typography.fontWeightSemiBold,...o.color==="standard"&&{backgroundColor:k(r.vars.palette.grey["500Channel"],.08)}}}})}},tr={MuiPagination:vt};var ht={defaultProps:{elevation:0},styleOverrides:{root:{backgroundImage:"none"},outlined:({theme:o})=>({borderColor:k(o.vars.palette.grey["500Channel"],.16)})}},ar={MuiPaper:ht};var bt={styleOverrides:{paper:({theme:o})=>({...s({theme:o,dropdown:!0}),[`& .${listClasses.root}`]:{paddingTop:0,paddingBottom:0}})}},nr={MuiPopover:bt};var ft=["primary","secondary","info","success","warning","error"];function xt(o,r){return ft.reduce((a,s)=>(o.color===s&&(a=r(s)),a),{})}var kt={styleOverrides:{root:({theme:o,ownerState:r})=>{let t={colors:xt(r,a=>({backgroundColor:k(o.vars.palette[a].mainChannel,.24)})),inheritColor:{...r.color==="inherit"&&{"&::before":{display:"none"},backgroundColor:k(o.vars.palette.text.primaryChannel,.24)}}};return {borderRadius:4,...r.variant!=="buffer"&&{...t.inheritColor,...t.colors}}},bar:{borderRadius:"inherit"}}},lr={MuiLinearProgress:kt};var Mt=o=>jsx(c,{...o,children:jsx("path",{d:"M12 2C13.9778 2 15.9112 2.58649 17.5557 3.6853C19.2002 4.78412 20.4819 6.3459 21.2388 8.17317C21.9957 10.0004 22.1937 12.0111 21.8079 13.9509C21.422 15.8907 20.4696 17.6725 19.0711 19.0711C17.6725 20.4696 15.8907 21.422 13.9509 21.8079C12.0111 22.1937 10.0004 21.9957 8.17317 21.2388C6.3459 20.4819 4.78412 19.2002 3.6853 17.5557C2.58649 15.9112 2 13.9778 2 12C2 6.477 6.477 2 12 2ZM12 3.5C9.74566 3.5 7.58365 4.39553 5.98959 5.98959C4.39553 7.58365 3.5 9.74566 3.5 12C3.5 14.2543 4.39553 16.4163 5.98959 18.0104C7.58365 19.6045 9.74566 20.5 12 20.5C14.2543 20.5 16.4163 19.6045 18.0104 18.0104C19.6045 16.4163 20.5 14.2543 20.5 12C20.5 9.74566 19.6045 7.58365 18.0104 5.98959C16.4163 4.39553 14.2543 3.5 12 3.5Z",fill:"currentColor"})}),Tt=o=>jsx(c,{...o,children:jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM12 8C10.9391 8 9.92172 8.42143 9.17157 9.17157C8.42143 9.92172 8 10.9391 8 12C8 13.0609 8.42143 14.0783 9.17157 14.8284C9.92172 15.5786 10.9391 16 12 16C13.0609 16 14.0783 15.5786 14.8284 14.8284C15.5786 14.0783 16 13.0609 16 12C16 10.9391 15.5786 9.92172 14.8284 9.17157C14.0783 8.42143 13.0609 8 12 8Z",fill:"currentColor"})}),St={defaultProps:{size:"small",icon:jsx(Mt,{}),checkedIcon:jsx(Tt,{})},styleOverrides:{root:({ownerState:o,theme:r})=>({padding:r.spacing(1),...o.color==="default"&&{[`&.${radioClasses.checked}`]:{color:r.vars.palette.text.primary}},[`&.${radioClasses.disabled}`]:{color:r.vars.palette.action.disabled}})}},pr={MuiRadio:St};var dr=o=>jsx(c,{...o,children:jsx("path",{d:"M17.56,21 C17.4000767,21.0006435 17.2423316,20.9629218 17.1,20.89 L12,18.22 L6.9,20.89 C6.56213339,21.067663 6.15259539,21.0374771 5.8444287,20.8121966 C5.53626201,20.5869161 5.38323252,20.2058459 5.45,19.83 L6.45,14.2 L2.33,10.2 C2.06805623,9.93860108 1.9718844,9.55391377 2.08,9.2 C2.19824414,8.83742187 2.51242293,8.57366684 2.89,8.52 L8.59,7.69 L11.1,2.56 C11.2670864,2.21500967 11.6166774,1.99588989 12,1.99588989 C12.3833226,1.99588989 12.7329136,2.21500967 12.9,2.56 L15.44,7.68 L21.14,8.51 C21.5175771,8.56366684 21.8317559,8.82742187 21.95,9.19 C22.0581156,9.54391377 21.9619438,9.92860108 21.7,10.19 L17.58,14.19 L18.58,19.82 C18.652893,20.2027971 18.4967826,20.5930731 18.18,20.82 C17.9989179,20.9468967 17.7808835,21.010197 17.56,21 L17.56,21 Z"})}),$t={defaultProps:{emptyIcon:jsx(dr,{}),icon:jsx(dr,{})},styleOverrides:{root:{[`&.${ratingClasses.disabled}`]:{opacity:.48}},iconEmpty:({theme:o})=>({color:k(o.vars.palette.grey["500Channel"],.48)}),sizeSmall:{[`& .${svgIconClasses.root}`]:{width:20,height:20}},sizeMedium:{[`& .${svgIconClasses.root}`]:{width:24,height:24}},sizeLarge:{[`& .${svgIconClasses.root}`]:{width:28,height:28}}}},cr={MuiRating:$t};var ur=o=>jsx(c,{...o,children:jsx("path",{fill:"currentColor",d:"M12 16a1 1 0 0 1-.64-.23l-6-5a1 1 0 1 1 1.28-1.54L12 13.71l5.36-4.32a1 1 0 0 1 1.41.15a1 1 0 0 1-.14 1.46l-6 4.83A1 1 0 0 1 12 16"})}),Ot={defaultProps:{IconComponent:ur},styleOverrides:{icon:{right:10,width:18,height:18,top:"calc(50% - 9px)"}}},wt={defaultProps:{IconComponent:ur},styleOverrides:{icon:{right:10,width:18,height:18,top:"calc(50% - 9px)"}}},gr={MuiSelect:Ot,MuiNativeSelect:wt};var Rt={defaultProps:{animation:"wave",variant:"rounded"},styleOverrides:{root:({theme:o})=>({backgroundColor:k(o.vars.palette.grey["400Channel"],.12)}),rounded:({theme:o})=>({borderRadius:o.shape.borderRadius*2})}},Cr={MuiSkeleton:Rt};var v={rail:{small:6,medium:10},thumb:{small:16,medium:20},mark:{small:4,medium:6}},Bt={defaultProps:{size:"small"},variants:[{props:({ownerState:o})=>o.color==="inherit",style:({theme:o})=>({[`& .${sliderClasses.markActive}`]:{[b$1.dark]:{backgroundColor:k(o.vars.palette.grey["800Channel"],.48)}}})},{props:({ownerState:o})=>!!o.disabled,style:({theme:o})=>({[`&.${sliderClasses.disabled}`]:{color:k(o.vars.palette.grey["500Channel"],o.vars.palette.action.disabledOpacity)}})}],styleOverrides:{root:({theme:o})=>({[`& .${sliderClasses.thumb}`]:{borderWidth:1,borderStyle:"solid",width:v.thumb.medium,height:v.thumb.medium,boxShadow:o.customShadows.z1,color:o.vars.palette.common.white,borderColor:k(o.vars.palette.grey["500Channel"],.08),"&::before":{opacity:.4,boxShadow:"none",width:"calc(100% - 4px)",height:"calc(100% - 4px)",backgroundImage:`linear-gradient(180deg, ${o.vars.palette.grey[500]} 0%, ${k(o.vars.palette.grey["500Channel"],0)} 100%)`,[b$1.dark]:{opacity:.8}}}}),rail:({theme:o})=>({opacity:.12,height:v.rail.medium,backgroundColor:o.vars.palette.grey[500]}),track:{height:v.rail.medium},mark:({theme:o})=>({width:1,height:v.mark.medium,backgroundColor:k(o.vars.palette.grey["500Channel"],.48),'&[data-index="0"]':{display:"none"}}),markActive:({theme:o})=>({backgroundColor:k(o.vars.palette.common.whiteChannel,.64)}),markLabel:({theme:o})=>({fontSize:o.typography.pxToRem(13),color:o.vars.palette.text.disabled}),valueLabel:({theme:o})=>({borderRadius:8,backgroundColor:o.vars.palette.grey[800],[b$1.dark]:{backgroundColor:o.vars.palette.grey[700]}}),sizeSmall:{[`& .${sliderClasses.thumb}`]:{width:v.thumb.small,height:v.thumb.small},[`& .${sliderClasses.rail}`]:{height:v.rail.small},[`& .${sliderClasses.track}`]:{height:v.rail.small},[`& .${sliderClasses.mark}`]:{height:v.mark.small}}}},vr={MuiSlider:Bt};var Lt={defaultProps:{useFlexGap:!0},styleOverrides:{}},hr={MuiStack:Lt};var At={styleOverrides:{line:({theme:o})=>({borderColor:o.vars.palette.divider})}},yr={MuiStepConnector:At};var Dt={styleOverrides:{fontSizeLarge:{width:32,height:32,fontSize:"inherit"}}},br={MuiSvgIcon:Dt};var zt={styleOverrides:{root:{alignItems:"center"},switchBase:({ownerState:o,theme:r})=>({top:"unset",transform:"translateX(6px)",[`&.${switchClasses.checked}`]:{[`& .${switchClasses.thumb}`]:{...o.color==="default"&&{[b$1.dark]:{color:r.vars.palette.grey[800]}}},[`&+.${switchClasses.track}`]:{opacity:1,...o.color==="default"&&{backgroundColor:r.vars.palette.text.primary}}},[`&.${switchClasses.disabled}`]:{[`& .${switchClasses.thumb}`]:{opacity:1,[b$1.dark]:{opacity:.48}},[`&+.${switchClasses.track}`]:{opacity:.48}}}),track:({theme:o})=>({opacity:1,borderRadius:10,backgroundColor:k(o.vars.palette.grey["500Channel"],.48)}),thumb:({theme:o})=>({color:o.vars.palette.common.white}),sizeMedium:{[`& .${switchClasses.track}`]:{height:20},[`& .${switchClasses.thumb}`]:{width:14,height:14}},sizeSmall:{[`& .${switchClasses.track}`]:{height:16},[`& .${switchClasses.thumb}`]:{width:10,height:10}}}},fr={MuiSwitch:zt};var Wt={styleOverrides:{root:({theme:o})=>({position:"relative",scrollbarWidth:"thin",scrollbarColor:`${k(o.vars.palette.text.disabledChannel,.4)} ${k(o.vars.palette.text.disabledChannel,.08)}`})}},Et={styleOverrides:{root:({theme:o})=>({"--palette-TableCell-border":o.vars.palette.divider})}},Ht={styleOverrides:{root:({theme:o})=>({[`&.${tableRowClasses.selected}`]:{backgroundColor:k(o.vars.palette.primary.darkChannel,.04),"&:hover":{backgroundColor:k(o.vars.palette.primary.darkChannel,.08)}},"&:last-of-type":{[`& .${tableCellClasses.root}`]:{borderColor:"transparent"}}})}},qt={styleOverrides:{root:{borderBottomStyle:"dashed",borderBottomWidth:"1px",borderBottomColor:"var(--palette-TableCell-border)"},head:({theme:o})=>({fontSize:14,color:o.vars.palette.text.secondary,fontWeight:o.typography.fontWeightSemiBold,backgroundColor:o.vars.palette.background.neutral}),stickyHeader:({theme:o})=>({backgroundColor:o.vars.palette.background.paper,backgroundImage:`linear-gradient(to bottom, ${o.vars.palette.background.neutral} 0%, ${o.vars.palette.background.neutral} 100%)`}),paddingCheckbox:({theme:o})=>({paddingLeft:o.spacing(1)})}},Zt={defaultProps:{backIconButtonProps:{size:"small"},nextIconButtonProps:{size:"small"},slotProps:{select:{name:"table-pagination-select"}}},styleOverrides:{root:{width:"100%"},toolbar:{height:64},actions:{marginRight:8},select:({theme:o})=>({paddingLeft:8,"&:focus":{borderRadius:o.shape.borderRadius}}),selectIcon:{right:4,width:16,height:16,top:"calc(50% - 8px)"}}},xr={MuiTable:Et,MuiTableRow:Ht,MuiTableCell:qt,MuiTableContainer:Wt,MuiTablePagination:Zt};var _t={defaultProps:{textColor:"inherit",variant:"scrollable",allowScrollButtonsMobile:!0},styleOverrides:{flexContainer:({ownerState:o,theme:r})=>({...o.variant!=="fullWidth"&&{gap:"24px",[r.breakpoints.up("sm")]:{gap:"40px"}}})}},Ut={defaultProps:{disableRipple:!0,iconPosition:"start"},styleOverrides:{root:({theme:o})=>({opacity:1,minWidth:48,minHeight:48,padding:o.spacing(1,0),color:o.vars.palette.text.secondary,fontWeight:o.typography.fontWeightMedium,lineHeight:o.typography.body2.lineHeight,[`&.${tabClasses.selected}`]:{color:o.vars.palette.text.primary,fontWeight:o.typography.fontWeightSemiBold}})}},kr={MuiTabs:_t,MuiTab:Ut};var Yt={styleOverrides:{root:({theme:o})=>({[`&.${inputBaseClasses.disabled}`]:{"& svg":{color:o.vars.palette.text.disabled}}}),input:({theme:o,ownerState:r})=>({fontSize:o.typography.pxToRem(15),[o.breakpoints.down("sm")]:{fontSize:o.typography.pxToRem(16)},"&::placeholder":{opacity:1,color:o.vars.palette.text.disabled},...r.size==="small"&&{padding:"9.5px 14px !important"}})}},Jt={styleOverrides:{underline:({theme:o})=>({"&::before":{borderBottomColor:k(o.vars.palette.grey["500Channel"],.32)},"&::after":{borderBottomColor:o.vars.palette.text.primary}})}},Kt={styleOverrides:{root:({theme:o})=>({backgroundColor:o.vars.palette.background.paper,[`&.${outlinedInputClasses.focused}`]:{[`& .${outlinedInputClasses.notchedOutline}`]:{borderColor:o.vars.palette.text.primary}},[`&.${outlinedInputClasses.error}`]:{[`& .${outlinedInputClasses.notchedOutline}`]:{borderColor:o.vars.palette.error.main}},[`&.${outlinedInputClasses.disabled}`]:{[`& .${outlinedInputClasses.notchedOutline}`]:{borderColor:o.vars.palette.action.disabledBackground,backgroundColor:alpha(o.palette.grey[500],.075)}}}),notchedOutline:({theme:o})=>({borderColor:o.palette.divider,transition:o.transitions.create(["border-color"],{duration:o.transitions.duration.shortest})})}},Qt={defaultProps:{disableUnderline:!0},styleOverrides:{root:({theme:o})=>({borderRadius:o.shape.borderRadius,backgroundColor:k(o.vars.palette.grey["500Channel"],.08),"&:hover":{backgroundColor:k(o.vars.palette.grey["500Channel"],.16)},[`&.${filledInputClasses.focused}`]:{backgroundColor:k(o.vars.palette.grey["500Channel"],.16)},[`&.${filledInputClasses.error}`]:{backgroundColor:k(o.vars.palette.error.mainChannel,.08),[`&.${filledInputClasses.focused}`]:{backgroundColor:k(o.vars.palette.error.mainChannel,.16)}},[`&.${filledInputClasses.disabled}`]:{backgroundColor:o.vars.palette.action.disabledBackground}})}},Mr={MuiInput:Jt,MuiInputBase:Yt,MuiFilledInput:Qt,MuiOutlinedInput:Kt};var oa={styleOverrides:{root:{boxShadow:"none"}}},ra={styleOverrides:{root:({theme:o})=>({backgroundColor:o.vars.palette.divider})}},Tr={MuiTimelineDot:oa,MuiTimelineConnector:ra};var ea={styleOverrides:{tooltip:({theme:o})=>({backgroundColor:o.vars.palette.grey[800],[b$1.dark]:{backgroundColor:o.vars.palette.grey[700]}}),arrow:({theme:o})=>({color:o.vars.palette.grey[800],[b$1.dark]:{color:o.vars.palette.grey[700]}}),popper:{[`&.${tooltipClasses.popper}[data-popper-placement*="bottom"] .${tooltipClasses.tooltip}`]:{marginTop:12},[`&.${tooltipClasses.popper}[data-popper-placement*="top"] .${tooltipClasses.tooltip}`]:{marginBottom:12},[`&.${tooltipClasses.popper}[data-popper-placement*="right"] .${tooltipClasses.tooltip}`]:{marginLeft:12},[`&.${tooltipClasses.popper}[data-popper-placement*="left"] .${tooltipClasses.tooltip}`]:{marginRight:12}}}},Sr={MuiTooltip:ea};var ta={styleOverrides:{paragraph:({theme:o})=>({marginBottom:o.spacing(2)}),gutterBottom:({theme:o})=>({marginBottom:o.spacing(1)})}},Ir={MuiTypography:ta};var Ci={...$o,...Lo,...qo,...Ho,...kr,...Go,...No,...Zo,...hr,...ar,...xr,...lo,...go,...pr,...Wo,...io,...mo,...Eo,...vr,...cr,...gr,...fo,...yr,...Sr,...nr,...br,...Cr,...Tr,...uo,...lr,...fr,...Do,...rr,...Jo,...ao,...Mr,...Ir,...tr,...or,...Co,...Ro,...po,...Bo};var b={primary:{lighter:"#C8FAD6",light:"#5BE49B",main:"#00A76F",dark:"#007867",darker:"#004B50",contrastText:"#FFFFFF"},secondary:{lighter:"#EFD6FF",light:"#C684FF",main:"#8E33FF",dark:"#5119B7",darker:"#27097A",contrastText:"#FFFFFF"},info:{lighter:"#CAFDF5",light:"#61F3F3",main:"#00B8D9",dark:"#006C9C",darker:"#003768",contrastText:"#FFFFFF"},success:{lighter:"#D3FCD2",light:"#77ED8B",main:"#22C55E",dark:"#118D57",darker:"#065E49",contrastText:"#ffffff"},warning:{lighter:"#FFF5CC",light:"#FFD666",main:"#FFAB00",dark:"#B76E00",darker:"#7A4100",contrastText:"#1C252E"},error:{lighter:"#FFE9D5",light:"#FFAC82",main:"#FF5630",dark:"#B71D18",darker:"#7A0916",contrastText:"#FFFFFF"},grey:{"50":"#FCFDFD","100":"#F9FAFB","200":"#F4F6F8","300":"#DFE3E8","400":"#C4CDD5","500":"#919EAB","600":"#637381","700":"#454F5B","800":"#1C252E","900":"#141A21"},common:{black:"#000000",white:"#FFFFFF"}};var i=j(b.grey),na=j(b.primary),K=j(b.secondary),Q=j(b.info),oo=j(b.success),ro=j(b.warning),eo=j(b.error),H=j(b.common),E={light:j({primary:i[800],secondary:i[600],disabled:i[500]}),dark:j({primary:"#FFFFFF",secondary:"#D0D0D0",disabled:"#A5A5A5"})},Pr={light:j({paper:"#FFFFFF",default:"#FFFFFF",neutral:i[200]}),dark:j({paper:"#121314",default:"#202020",neutral:"#08090A"})},$r={light:{hover:k(i["500Channel"],.08),selected:k(i["500Channel"],.16),focus:k(i["500Channel"],.24),disabled:k(i["500Channel"],.8),disabledBackground:k(i["500Channel"],.24),hoverOpacity:.08,disabledOpacity:.48,active:i[600]},dark:{hover:k(i["500Channel"],.08),selected:k(i["500Channel"],.16),focus:k(i["500Channel"],.24),disabled:k(i["500Channel"],.8),disabledBackground:k(i["500Channel"],.24),hoverOpacity:.08,disabledOpacity:.48,active:i[500]}},Fr={primary:na,secondary:K,info:Q,success:oo,warning:ro,error:eo,grey:i,common:H},la={...Fr,divider:k(i["500Channel"],.2),noAlphaText:E.light,text:E.light,background:Pr.light,action:$r.light},ia={...Fr,divider:k(h("#FFFFFF"),.2),noAlphaText:E.dark,text:{...E.dark,secondary:k(h("#FFFFFF"),.8),disabled:k(h("#FFFFFF"),.48)},background:Pr.dark,action:$r.dark},fi={light:{palette:la},dark:{palette:ia}};function O(o){return `0 8px 16px 0 ${k(o,.24)}`}function Ti(o,r){let t=o==="light"?i["500Channel"]:H.blackChannel;return {z1:`0 1px 2px 0 ${k(t,.16)}`,z4:`0 4px 8px 0 ${k(t,.16)}`,z8:`0 8px 16px 0 ${k(t,.16)}`,z12:`0 12px 24px -4px ${k(t,.16)}`,z16:`0 16px 32px -4px ${k(t,.16)}`,z20:`0 20px 40px -4px ${k(t,.16)}`,z24:`0 24px 48px 0 ${k(t,.16)}`,dialog:`-40px 40px 80px -8px ${k(H.blackChannel,.24)}`,card:`0 0 2px 0 ${k(t,.2)}, 0 12px 24px -4px ${k(t,.12)}`,dropdown:`0 0 2px 0 ${k(t,.24)}, -20px 20px 40px -4px ${k(t,.24)}`,primary:O(h(r)),secondary:O(K.mainChannel),info:O(Q.mainChannel),success:O(oo.mainChannel),warning:O(ro.mainChannel),error:O(eo.mainChannel)}}
42
-
43
- export { Ci as a, i as b, na as c, K as d, Q as e, oo as f, ro as g, eo as h, H as i, E as j, Pr as k, $r as l, Fr as m, la as n, ia as o, fi as p, O as q, Ti as r };
@@ -1,5 +0,0 @@
1
- import { useState, useEffect } from 'react';
2
-
3
- function u(){let e=typeof document<"u",[n,i]=useState(()=>e?!document.hidden:!0);return useEffect(()=>{if(!e)return;let t=()=>{i(!document.hidden);};return document.addEventListener("visibilitychange",t),()=>{document.removeEventListener("visibilitychange",t);}},[e]),n}var c=u;
4
-
5
- export { c as a };
@@ -1,7 +0,0 @@
1
- import { b as b$1 } from './chunk-JIUP3KII.js';
2
- import { b } from './chunk-FT5VGKNM.js';
3
- import { useColorScheme } from '@mui/material/styles';
4
-
5
- var C=()=>{let{mode:o,setMode:c}=useColorScheme(),{settings:{setColorScheme:h,colorScheme:r}}=b(),t=e=>{c(e),h(e),b$1(e);};return {colorScheme:r,mode:r,isDark:o==="dark",toggleTheme:()=>{t(o==="light"?"dark":"light");},setColorScheme:t}};
6
-
7
- export { C as a };
@@ -286,10 +286,13 @@ declare const components: {
286
286
  MuiTimelineDot: {
287
287
  defaultProps?: Partial<_mui_lab_TimelineDot.TimelineDotProps> | undefined;
288
288
  styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_lab_TimelineDot.TimelineDotClasses, "MuiTimelineDot", {
289
- transitions: _mui_material.Transitions;
289
+ cssVarPrefix: string;
290
+ zIndex: _mui_material.ZIndex;
291
+ direction: _mui_system.Direction;
292
+ opacity: _mui_material.Opacity;
293
+ typography: _mui_material.TypographyVariants;
290
294
  palette: _mui_material.Palette;
291
295
  colorSchemes: Record<_mui_material.SupportedColorScheme, _mui_material.ColorSystem>;
292
- cssVarPrefix: string;
293
296
  vars: _mui_material.ThemeVars;
294
297
  getCssVar: (field: _mui_material.ThemeCssVar, ...vars: _mui_material.ThemeCssVar[]) => string;
295
298
  getColorSchemeSelector: (colorScheme: _mui_material.SupportedColorScheme) => string;
@@ -300,16 +303,13 @@ declare const components: {
300
303
  spacing: _mui_system.Spacing;
301
304
  breakpoints: _mui_system.Breakpoints;
302
305
  shape: _mui_system.Shape;
303
- typography: _mui_material.TypographyVariants;
306
+ transitions: _mui_material.Transitions;
304
307
  shadows: _mui_material.Shadows;
305
308
  mixins: _mui_material.Mixins;
306
- zIndex: _mui_material.ZIndex;
307
- direction: _mui_system.Direction;
308
309
  shouldSkipGeneratingVar: (keys: string[], value: string | number) => boolean;
309
310
  unstable_sxConfig: _mui_system.SxConfig;
310
311
  unstable_sx: (props: _mui_system.SxProps<_mui_material.Theme>) => _mui_styled_engine.CSSObject;
311
312
  applyStyles: _mui_system.ApplyStyles<"light" | "dark">;
312
- opacity: _mui_material.Opacity;
313
313
  overlays: _mui_material.Overlays;
314
314
  customShadows: CustomShadows;
315
315
  unstable_strictMode?: boolean | undefined;
@@ -326,10 +326,13 @@ declare const components: {
326
326
  MuiTimelineConnector: {
327
327
  defaultProps?: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps> | undefined;
328
328
  styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiTimelineConnector", {
329
- transitions: _mui_material.Transitions;
329
+ cssVarPrefix: string;
330
+ zIndex: _mui_material.ZIndex;
331
+ direction: _mui_system.Direction;
332
+ opacity: _mui_material.Opacity;
333
+ typography: _mui_material.TypographyVariants;
330
334
  palette: _mui_material.Palette;
331
335
  colorSchemes: Record<_mui_material.SupportedColorScheme, _mui_material.ColorSystem>;
332
- cssVarPrefix: string;
333
336
  vars: _mui_material.ThemeVars;
334
337
  getCssVar: (field: _mui_material.ThemeCssVar, ...vars: _mui_material.ThemeCssVar[]) => string;
335
338
  getColorSchemeSelector: (colorScheme: _mui_material.SupportedColorScheme) => string;
@@ -340,16 +343,13 @@ declare const components: {
340
343
  spacing: _mui_system.Spacing;
341
344
  breakpoints: _mui_system.Breakpoints;
342
345
  shape: _mui_system.Shape;
343
- typography: _mui_material.TypographyVariants;
346
+ transitions: _mui_material.Transitions;
344
347
  shadows: _mui_material.Shadows;
345
348
  mixins: _mui_material.Mixins;
346
- zIndex: _mui_material.ZIndex;
347
- direction: _mui_system.Direction;
348
349
  shouldSkipGeneratingVar: (keys: string[], value: string | number) => boolean;
349
350
  unstable_sxConfig: _mui_system.SxConfig;
350
351
  unstable_sx: (props: _mui_system.SxProps<_mui_material.Theme>) => _mui_styled_engine.CSSObject;
351
352
  applyStyles: _mui_system.ApplyStyles<"light" | "dark">;
352
- opacity: _mui_material.Opacity;
353
353
  overlays: _mui_material.Overlays;
354
354
  customShadows: CustomShadows;
355
355
  unstable_strictMode?: boolean | undefined;