@latte-macchiat-io/latte-vanilla-components 0.0.178 → 0.0.179

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.178",
3
+ "version": "0.0.179",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
package/src/index.ts CHANGED
@@ -87,7 +87,7 @@ export { type TextareaVariants } from './components/Form/TextField/Textarea/Text
87
87
  export { ToRemove } from './components/ToRemove/ToRemove';
88
88
 
89
89
  // Theme utilities
90
- export { createDarkTheme, createLightTheme, type ThemeOverrides } from './utils/theme.css';
90
+ export { createDarkTheme, createLightTheme, type ThemeOverrides } from './utils/theme';
91
91
  // Theme contract and values
92
92
  export { themeContract } from './theme/contract.css';
93
93
  export { baseLightTheme, baseDarkTheme } from './theme/baseThemeValues';
File without changes