@dxs-ts/eveli-ide 2.0.62 → 2.0.63

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 (4) hide show
  1. package/dist/gitlog.json +223 -2345
  2. package/dist/index.d.ts +24 -24
  3. package/dist/index.js +31013 -30757
  4. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -7408,30 +7408,6 @@ declare module '@tanstack/react-router' {
7408
7408
  }
7409
7409
 
7410
7410
 
7411
- declare module '@mui/material' {
7412
- interface Components<Theme = unknown> extends EveliComponents<Theme> {
7413
- }
7414
- }
7415
-
7416
-
7417
- declare module '@mui/material/Button' {
7418
- interface ButtonPropsVariantOverrides {
7419
- explorerInactive: true;
7420
- explorerActive: true;
7421
- }
7422
- }
7423
-
7424
-
7425
- declare module 'react' {
7426
- interface CSSProperties {
7427
- '--tree-view-text-color'?: string;
7428
- '--tree-view-color'?: string;
7429
- '--tree-view-bg-color'?: string;
7430
- '--tree-view-hover-color'?: string;
7431
- }
7432
- }
7433
-
7434
-
7435
7411
  declare module '@tanstack/react-router' {
7436
7412
  interface FileRoutesByPath {
7437
7413
  '/': {
@@ -7752,6 +7728,30 @@ declare module '@mui/material' {
7752
7728
  }
7753
7729
 
7754
7730
 
7731
+ declare module '@mui/material/Button' {
7732
+ interface ButtonPropsVariantOverrides {
7733
+ explorerInactive: true;
7734
+ explorerActive: true;
7735
+ }
7736
+ }
7737
+
7738
+
7739
+ declare module 'react' {
7740
+ interface CSSProperties {
7741
+ '--tree-view-text-color'?: string;
7742
+ '--tree-view-color'?: string;
7743
+ '--tree-view-bg-color'?: string;
7744
+ '--tree-view-hover-color'?: string;
7745
+ }
7746
+ }
7747
+
7748
+
7749
+ declare module '@mui/material' {
7750
+ interface Components<Theme = unknown> extends EveliComponents<Theme> {
7751
+ }
7752
+ }
7753
+
7754
+
7755
7755
  declare module "@tanstack/react-table" {
7756
7756
  interface ColumnMeta<TData extends RowData, TValue> {
7757
7757
  enableSelection?: boolean;