@elementos-development/alchemy-ui 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import * as _mui_material_styles from '@mui/material/styles';
1
+ import * as _mui_material from '@mui/material';
2
2
  import { PaletteOptions, ThemeOptions, Components, Theme, Shadows } from '@mui/material/styles';
3
3
  export { Theme } from '@mui/material/styles';
4
4
 
@@ -213,6 +213,6 @@ declare const opacities: {
213
213
  96: number;
214
214
  100: number;
215
215
  };
216
- declare const alchemyTheme: _mui_material_styles.Theme;
216
+ declare const alchemyTheme: _mui_material.Theme;
217
217
 
218
218
  export { type BrandTokens, alchemyTheme, borderRadius, components, createAlchemyTheme, customColors, opacities, palette, shadows, shapeConfig, spacingTokens, spacingUnit, transitionsConfig, typography, zIndex };
@@ -1,4 +1,4 @@
1
- import * as _mui_material_styles from '@mui/material/styles';
1
+ import * as _mui_material from '@mui/material';
2
2
  import { PaletteOptions, ThemeOptions, Components, Theme, Shadows } from '@mui/material/styles';
3
3
  export { Theme } from '@mui/material/styles';
4
4
 
@@ -213,6 +213,6 @@ declare const opacities: {
213
213
  96: number;
214
214
  100: number;
215
215
  };
216
- declare const alchemyTheme: _mui_material_styles.Theme;
216
+ declare const alchemyTheme: _mui_material.Theme;
217
217
 
218
218
  export { type BrandTokens, alchemyTheme, borderRadius, components, createAlchemyTheme, customColors, opacities, palette, shadows, shapeConfig, spacingTokens, spacingUnit, transitionsConfig, typography, zIndex };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementos-development/alchemy-ui",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Alchemy UI Component Library - Design system based on Material UI v7",
5
5
  "author": "Elementos Development",
6
6
  "license": "MIT",