@zydon/common 2.7.64 → 2.7.65

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 (58) hide show
  1. package/dist/chunk-2CY62UZ5.js +21 -0
  2. package/dist/chunk-2CY62UZ5.js.map +1 -0
  3. package/dist/{chunk-5NIMUEW5.js → chunk-6FG5S5PI.js} +2 -2
  4. package/dist/{chunk-4RNGASI4.js → chunk-CU7PKEY2.js} +2 -2
  5. package/dist/{chunk-MP2LAJS5.js → chunk-KQTA6B4Y.js} +2 -2
  6. package/dist/chunk-RPPQBAVO.js +12 -0
  7. package/dist/chunk-RPPQBAVO.js.map +1 -0
  8. package/dist/components/AvatarButton/index.js +2 -2
  9. package/dist/components/Common/index.js +2 -2
  10. package/dist/components/DataView/index.js +2 -2
  11. package/dist/components/DynamicDataView/index.js +2 -2
  12. package/dist/components/FrameSkeleton/index.d.ts +1 -0
  13. package/dist/components/FrameSkeleton/index.js +2 -2
  14. package/dist/components/FrameSkeleton/index.js.map +1 -1
  15. package/dist/components/Incrementer/index.d.ts +0 -3
  16. package/dist/components/ListBundles/index.d.ts +0 -8
  17. package/dist/components/SearchInput/index.js +1 -1
  18. package/dist/components/SelectList/index.d.ts +7 -0
  19. package/dist/components/SelectList/index.js +10 -0
  20. package/dist/components/SelectList/index.js.map +1 -0
  21. package/dist/components/SelectableCards/index.js +2 -2
  22. package/dist/components/StateDisplay/index.d.ts +0 -42
  23. package/dist/components/SwapList/index.js +1 -1
  24. package/dist/components/ToggleTheme/index.js +2 -2
  25. package/dist/components/carousel/index.d.ts +0 -18
  26. package/dist/components/form/FileUpload/index.d.ts +0 -200
  27. package/dist/components/form/SelectList/index.d.ts +13 -0
  28. package/dist/components/form/SelectList/index.js +16 -0
  29. package/dist/components/form/SelectList/index.js.map +1 -0
  30. package/dist/components/form/SelectableCards/index.js +2 -2
  31. package/dist/contexts/PushNotifications/index.js +1 -1
  32. package/dist/hooks/useMount.d.ts +0 -20
  33. package/dist/hooks/useSnackbar.d.ts +7 -7
  34. package/dist/hooks/useThemeToggle.js +2 -2
  35. package/dist/hooks/useWindowFocus.d.ts +0 -3
  36. package/dist/index.d.ts +2 -2
  37. package/dist/index.js +2 -2
  38. package/dist/theme/core/index.d.ts +1 -1
  39. package/dist/theme/styles/index.d.ts +12 -76
  40. package/dist/theme/theme-provider.js +2 -2
  41. package/dist/theme/with-settings/index.d.ts +0 -4
  42. package/dist/types/sectionProps.d.ts +2 -0
  43. package/dist/types/selectList.d.ts +31 -0
  44. package/dist/types/selectList.js +3 -0
  45. package/dist/types/selectList.js.map +1 -0
  46. package/dist/utils/compare.d.ts +0 -21
  47. package/dist/utils/execution.d.ts +0 -70
  48. package/dist/utils/object.d.ts +0 -6
  49. package/dist/utils/paymentValidators.d.ts +0 -6
  50. package/dist/utils/popup.d.ts +0 -7
  51. package/dist/utils/string.d.ts +0 -5
  52. package/package.json +3 -1
  53. package/dist/chunk-OTVEMGF2.js +0 -12
  54. package/dist/chunk-OTVEMGF2.js.map +0 -1
  55. package/dist/{chunk-5NIMUEW5.js.map → chunk-6FG5S5PI.js.map} +0 -0
  56. package/dist/{chunk-4RNGASI4.js.map → chunk-CU7PKEY2.js.map} +0 -0
  57. package/dist/{chunk-MP2LAJS5.js.map → chunk-KQTA6B4Y.js.map} +0 -0
  58. package/dist/{index-5a5e5dc8.d.ts → index-c8f1e6e7.d.ts} +12 -12
@@ -1,11 +1,11 @@
1
- export { b as default } from '../chunk-4RNGASI4.js';
1
+ export { b as default } from '../chunk-CU7PKEY2.js';
2
2
  import '../chunk-LDGBS7ZI.js';
3
+ export { b as useSettingsContext } from '../chunk-2WG6OWB4.js';
3
4
  import '../chunk-6W52DPH4.js';
4
5
  import '../chunk-TWSAWMZ3.js';
5
6
  import '../chunk-ROVD7OGE.js';
6
7
  import '../chunk-EQYL7U3J.js';
7
8
  import '../chunk-WUFEPE2G.js';
8
- export { b as useSettingsContext } from '../chunk-2WG6OWB4.js';
9
9
  export { a as THEME_CONFIG } from '../chunk-GLRLKFPS.js';
10
10
  //# sourceMappingURL=out.js.map
11
11
  //# sourceMappingURL=theme-provider.js.map
@@ -4,10 +4,6 @@ import { S as SettingsState } from '../../settings-583c107c.js';
4
4
  import { T as ThemeUpdateOptions } from '../../types-b8e8c021.js';
5
5
  import '@mui/material/styles/createTypography';
6
6
 
7
- /**
8
- * [1] settings @primaryColor
9
- * [2] settings @contrast
10
- */
11
7
  declare function updateCoreWithSettings(theme: ThemeUpdateOptions, settings: SettingsState): ThemeUpdateOptions;
12
8
  declare function updateComponentsWithSettings(settings: SettingsState): {
13
9
  components: Components<Omit<Theme, "palette" | "components"> & _mui_material_styles.CssVarsTheme>;
@@ -1,3 +1,4 @@
1
+ import { StackProps } from '@mui/material/Stack';
1
2
  import { MutableRefObject, ReactNode } from 'react';
2
3
 
3
4
  interface SectionProps {
@@ -7,6 +8,7 @@ interface SectionProps {
7
8
  subTitle?: string;
8
9
  isRequired?: boolean;
9
10
  child: ReactNode;
11
+ sectionContentProps?: StackProps;
10
12
  }
11
13
 
12
14
  export { SectionProps };
@@ -0,0 +1,31 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ interface SelectListProps {
4
+ label?: ReactNode;
5
+ value?: string | string[];
6
+ multiple?: boolean;
7
+ options: {
8
+ label: ReactNode;
9
+ value: string;
10
+ disabled?: boolean;
11
+ startContent?: ReactNode;
12
+ }[];
13
+ total?: number;
14
+ onChange: (value: string | string[]) => void;
15
+ pagination?: {
16
+ page: number;
17
+ perPage: number;
18
+ onChange: (page: number, perPage: number) => void;
19
+ };
20
+ onSearch?: (search?: string) => void;
21
+ onAdd?: VoidFunction;
22
+ loading?: boolean;
23
+ loadingView?: ReactNode;
24
+ fetching?: boolean;
25
+ fetchingView?: ReactNode;
26
+ emptyView?: ReactNode;
27
+ helperText?: ReactNode;
28
+ error?: boolean;
29
+ }
30
+
31
+ export { SelectListProps };
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=selectList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,26 +1,5 @@
1
1
  export { default as isEqual } from 'react-fast-compare';
2
2
 
3
- /**
4
- * Realiza comparação profunda entre dois valores com tratamento especial para Sets.
5
- *
6
- * Esta função utiliza react-fast-compare como base, mas adiciona lógica especial
7
- * para Sets que contêm objetos, já que react-fast-compare pode não comparar
8
- * corretamente Sets com objetos complexos em algumas situações.
9
- *
10
- * @param a - Primeiro valor a ser comparado
11
- * @param b - Segundo valor a ser comparado
12
- * @returns true se os valores são profundamente iguais, false caso contrário
13
- *
14
- * @example
15
- * ```typescript
16
- * const set1 = new Set([{id: 1}, {id: 2}]);
17
- * const set2 = new Set([{id: 1}, {id: 2}]);
18
- * deepCompareWithSets(set1, set2); // true
19
- *
20
- * deepCompareWithSets([1, 2, 3], [1, 2, 3]); // true
21
- * deepCompareWithSets({a: 1}, {a: 1}); // true
22
- * ```
23
- */
24
3
  declare const deepCompareWithSets: (a: unknown, b: unknown) => boolean;
25
4
 
26
5
  export { deepCompareWithSets };
@@ -1,76 +1,6 @@
1
1
  import * as lodash from 'lodash';
2
2
 
3
- /**
4
- * Executa imediatamente uma função e retorna seu resultado.
5
- *
6
- * Esta função utilitária é usada para avaliar expressões de forma "eager" (ansiosa),
7
- * executando a função fornecida imediatamente e retornando seu valor. É útil em
8
- * situações onde você quer forçar a execução imediata de uma função que poderia
9
- * ser avaliada de forma lazy (preguiçosa).
10
- *
11
- * @template T - O tipo do valor retornado pela função
12
- * @param fn - A função a ser executada imediatamente
13
- * @returns O resultado da execução da função
14
- *
15
- * @example
16
- * ```typescript
17
- * // Execução imediata de uma computação
18
- * const result = eager(() => {
19
- * console.log('Executando agora!');
20
- * return 42;
21
- * }); // result = 42, e o console.log é executado imediatamente
22
- *
23
- * // Útil para inicialização de valores
24
- * const config = eager(() => ({
25
- * apiUrl: process.env.API_URL || 'http://localhost:3000',
26
- * timeout: 5000
27
- * }));
28
- *
29
- * // Forçar execução de side effects
30
- * eager(() => {
31
- * localStorage.setItem('initialized', 'true');
32
- * return null;
33
- * });
34
- * ```
35
- */
36
3
  declare const eager: <T>(fn: () => T) => T;
37
- /**
38
- * Adia a execução de uma função para o próximo ciclo do event loop.
39
- *
40
- * Esta função utiliza setTimeout com delay 0 para agendar a execução da função
41
- * fornecida para o próximo tick do event loop. É útil para quebrar operações
42
- * síncronas longas ou para garantir que o DOM seja atualizado antes da execução.
43
- *
44
- * @template T - O tipo do valor retornado pela função
45
- * @param fn - A função a ser executada de forma adiada
46
- * @returns Uma Promise que resolve com o resultado da função
47
- *
48
- * @example
49
- * ```typescript
50
- * // Adiar execução para permitir atualização do DOM
51
- * const updateUI = async () => {
52
- * setLoading(true);
53
- *
54
- * const result = await defer(() => {
55
- * return processLargeDataset(data);
56
- * });
57
- *
58
- * setLoading(false);
59
- * return result;
60
- * };
61
- *
62
- * // Quebrar operação síncrona longa
63
- * const processInChunks = async (items: any[]) => {
64
- * for (let i = 0; i < items.length; i += 100) {
65
- * const chunk = items.slice(i, i + 100);
66
- * processChunk(chunk);
67
- *
68
- * // Permite que outras tarefas sejam executadas
69
- * await defer(() => {});
70
- * }
71
- * };
72
- * ```
73
- */
74
4
  declare const defer: <T>(fn: () => T) => Promise<T>;
75
5
  declare const debounce: {
76
6
  <T extends (...args: any) => any>(func: T, wait: number | undefined, options: lodash.DebounceSettingsLeading): lodash.DebouncedFuncLeading<T>;
@@ -1,9 +1,3 @@
1
- /**
2
- * Define uma propriedade aninhada em um objeto usando notação de ponto
3
- * @param obj - O objeto onde definir a propriedade
4
- * @param path - O caminho da propriedade usando notação de ponto (ex: 'a.b.c')
5
- * @param value - O valor a ser definido
6
- */
7
1
  declare const setNestedProperty: (obj: Record<string, unknown>, path: string, value: unknown) => void;
8
2
 
9
3
  export { setNestedProperty };
@@ -1,9 +1,3 @@
1
- /**
2
- * Implementa o algoritmo de Luhn para validação de números de cartão de crédito.
3
- * Retorna true se o número for válido ou uma mensagem de erro caso contrário.
4
- *
5
- * @param cardNumber Número do cartão (com ou sem espaços)
6
- */
7
1
  declare const validateCardNumber: (cardNumber: string) => boolean | string;
8
2
  declare const validateExpirationDate: (value: string) => true | "Mês inválido" | "Cartão expirado";
9
3
 
@@ -1,10 +1,3 @@
1
- /**
2
- * Abre uma janela popup centralizada, ajustando para múltiplos monitores e zoom.
3
- * @param {string} url URL que será carregada na popup
4
- * @param {number} desiredWidth Largura desejada da popup (px)
5
- * @param {number} desiredHeight Altura desejada da popup (px)
6
- * @returns {Window|null} Referência à janela criada, ou null se bloqueada
7
- */
8
1
  declare const openCenteredPopup: (url: string, desiredWidth?: number, desiredHeight?: number) => Window | null;
9
2
 
10
3
  export { openCenteredPopup };
@@ -1,8 +1,3 @@
1
- /**
2
- * Extrai as iniciais de um nome ou texto
3
- * @param name - Nome ou texto para extrair as iniciais
4
- * @returns String com as iniciais (máximo 2 caracteres)
5
- */
6
1
  declare const getInitials: (name: string) => string;
7
2
 
8
3
  export { getInitials };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zydon/common",
3
- "version": "2.7.64",
3
+ "version": "2.7.65",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
@@ -104,6 +104,7 @@
104
104
  "@types/color": "^3.0.6",
105
105
  "@types/invariant": "^2.2.37",
106
106
  "@types/jest": "^30.0.0",
107
+ "@types/jest-axe": "^3.5.9",
107
108
  "@types/lodash": "^4.17.20",
108
109
  "@types/node": "^20.0.0",
109
110
  "@types/react": "^18.3.4",
@@ -124,6 +125,7 @@
124
125
  "eslint-plugin-simple-import-sort": "^12.1.1",
125
126
  "identity-obj-proxy": "^3.0.0",
126
127
  "jest": "^29.7.0",
128
+ "jest-axe": "^10.0.0",
127
129
  "jest-environment-jsdom": "^29.7.0",
128
130
  "jest-junit": "^16.0.0",
129
131
  "jest-util": "^30.0.5",
@@ -1,12 +0,0 @@
1
- import { a } from './chunk-NQNNMRLC.js';
2
- import { useRef } from 'react';
3
- import A from '@mui/material/IconButton';
4
- import l from '@mui/material/InputAdornment';
5
- import g from '@mui/material/TextField';
6
- import { jsx, jsxs } from 'react/jsx-runtime';
7
-
8
- var h=({onSearch:n,onChange:i,trigger:d="click",iconPosition:r="end",tabIndex:f,InputProps:o,iconButtonAriaLabel:s="Buscar",...e})=>{let u=useRef(null),a$1=jsx(A,{color:"inherit",onClick:()=>{n(u.current?.value);},"aria-label":s,children:jsx(a,{icon:"SEARCH_MAGNIFYING_GLASS",width:20,height:20,color:"text.secondary"})});return jsx(g,{inputRef:u,sx:{"& .MuiOutlinedInput-root":{backgroundColor:"background.paper","& input::placeholder":{color:"text.disabled",opacity:.7}}},InputProps:{...o,onKeyDown:t=>{t.key==="Enter"&&n(u.current?.value);},...r==="start"?{startAdornment:jsxs(l,{position:r,children:[a$1,o?.startAdornment]})}:{endAdornment:jsxs(l,{position:r,children:[a$1,o?.endAdornment]})}},inputProps:{tabIndex:f,name:e.name,...e.inputProps},onChange:t=>{if(d==="change"){n(t.target.value);return}t.target.value===""&&n(""),i&&i(t);},...e})},R=h;
9
-
10
- export { R as a };
11
- //# sourceMappingURL=out.js.map
12
- //# sourceMappingURL=chunk-OTVEMGF2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/components/SearchInput/index.tsx"],"names":["useRef","IconButton","InputAdornment","TextField","jsx","jsxs","SearchInput","onSearch","onChange","trigger","iconPosition","tabIndex","InputProps","iconButtonAriaLabel","other","inputRef","seachIcon","Icon_default","e","SearchInput_default"],"mappings":"wCAAA,OAAS,UAAAA,MAAc,QACvB,OAAOC,MAAgB,2BACvB,OAAOC,MAAoB,+BAC3B,OAAOC,MAAe,0BA0BhB,cAAAC,EA6BU,QAAAC,MA7BV,oBApBN,IAAMC,EAAc,CAAC,CACnB,SAAAC,EACA,SAAAC,EACA,QAAAC,EAAU,QACV,aAAAC,EAAe,MACf,SAAAC,EACA,WAAAC,EACA,oBAAAC,EAAsB,SACtB,GAAGC,CACL,IAAwB,CACtB,IAAMC,EAAWf,EAAyB,IAAI,EAExCgB,EACJZ,EAACH,EAAA,CACC,MAAM,UACN,QAAS,IAAM,CACbM,EAASQ,EAAS,SAAS,KAAK,CAClC,EACA,aAAYF,EAEZ,SAAAT,EAACa,EAAA,CACC,KAAK,0BACL,MAAO,GACP,OAAQ,GACR,MAAM,iBACR,EACF,EAGF,OACEb,EAACD,EAAA,CACC,SAAUY,EACV,GAAI,CACF,2BAA4B,CAC1B,gBAAiB,mBACjB,uBAAwB,CACtB,MAAO,gBACP,QAAS,EACX,CACF,CACF,EACA,WAAY,CACV,GAAGH,EACH,UAAWM,GAAK,CACVA,EAAE,MAAQ,SAASX,EAASQ,EAAS,SAAS,KAAK,CACzD,EACA,GAAIL,IAAiB,QACjB,CACE,eACEL,EAACH,EAAA,CAAe,SAAUQ,EACvB,UAAAM,EACAJ,GAAY,gBACf,CAEJ,EACA,CACE,aACEP,EAACH,EAAA,CAAe,SAAUQ,EACvB,UAAAM,EACAJ,GAAY,cACf,CAEJ,CACN,EACA,WAAY,CACV,SAAAD,EACA,KAAMG,EAAM,KACZ,GAAGA,EAAM,UACX,EACA,SAAUI,GAAK,CACb,GAAIT,IAAY,SAAU,CACxBF,EAASW,EAAE,OAAO,KAAK,EACvB,OAGEA,EAAE,OAAO,QAAU,IAAIX,EAAS,EAAE,EAElCC,GAAUA,EAASU,CAAC,CAC1B,EACC,GAAGJ,EACN,CAEJ,EAEOK,EAAQb","sourcesContent":["import { useRef } from 'react';\nimport IconButton from '@mui/material/IconButton';\nimport InputAdornment from '@mui/material/InputAdornment';\nimport TextField from '@mui/material/TextField';\n\nimport { SearchInputProps } from 'types/searchInputProps';\n\nimport Icon from '../Icon';\n\nconst SearchInput = ({\n onSearch,\n onChange,\n trigger = 'click',\n iconPosition = 'end',\n tabIndex,\n InputProps,\n iconButtonAriaLabel = 'Buscar',\n ...other\n}: SearchInputProps) => {\n const inputRef = useRef<HTMLInputElement>(null);\n\n const seachIcon = (\n <IconButton\n color=\"inherit\"\n onClick={() => {\n onSearch(inputRef.current?.value);\n }}\n aria-label={iconButtonAriaLabel}\n >\n <Icon\n icon=\"SEARCH_MAGNIFYING_GLASS\"\n width={20}\n height={20}\n color=\"text.secondary\"\n />\n </IconButton>\n );\n\n return (\n <TextField\n inputRef={inputRef}\n sx={{\n '& .MuiOutlinedInput-root': {\n backgroundColor: 'background.paper',\n '& input::placeholder': {\n color: 'text.disabled',\n opacity: 0.7,\n },\n },\n }}\n InputProps={{\n ...InputProps,\n onKeyDown: e => {\n if (e.key === 'Enter') onSearch(inputRef.current?.value);\n },\n ...(iconPosition === 'start'\n ? {\n startAdornment: (\n <InputAdornment position={iconPosition}>\n {seachIcon}\n {InputProps?.startAdornment}\n </InputAdornment>\n ),\n }\n : {\n endAdornment: (\n <InputAdornment position={iconPosition}>\n {seachIcon}\n {InputProps?.endAdornment}\n </InputAdornment>\n ),\n }),\n }}\n inputProps={{\n tabIndex,\n name: other.name,\n ...other.inputProps,\n }}\n onChange={e => {\n if (trigger === 'change') {\n onSearch(e.target.value);\n return;\n }\n\n if (e.target.value === '') onSearch('');\n\n if (onChange) onChange(e);\n }}\n {...other}\n />\n );\n};\n\nexport default SearchInput;\n"]}
@@ -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;