@latte-macchiat-io/latte-vanilla-components 0.0.146 → 0.0.148

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,5 @@
1
1
  export { Section } from '.';
2
2
  export type { SectionProps } from '.';
3
3
  export { Align as SectionAlign } from './types';
4
+ export * as allStyles from './styles.css';
4
5
  export { styles as SectionStyles } from './styles.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.146",
3
+ "version": "0.0.148",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -8,7 +8,8 @@
8
8
  "exports": {
9
9
  "types": "./dist/types/index.d.ts",
10
10
  "import": "./dist/index.es.js",
11
- "require": "./dist/index.cjs.js"
11
+ "require": "./dist/index.cjs.js",
12
+ "latte-vanilla-components": "./dist/latte-vanilla-components.css"
12
13
  },
13
14
  "files": [
14
15
  "dist"