@latte-macchiat-io/latte-vanilla-components 0.0.126 → 0.0.127

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.
@@ -8,5 +8,22 @@ export declare const sectionPaddingBottomVar: `var(--${string})`;
8
8
  export declare const sectionMinHeightVar: `var(--${string})`;
9
9
  export declare const sectionJustifyContentVar: `var(--${string})`;
10
10
  export declare const sectionBackgroundColorVar: `var(--${string})`;
11
- export declare const styles: string;
12
- export declare const sectionContentStyles: string;
11
+ export declare const styles: {
12
+ width: string;
13
+ display: string;
14
+ alignItems: string;
15
+ position: string;
16
+ flexDirection: string;
17
+ animation: string;
18
+ color: `var(--${string})`;
19
+ zIndex: `var(--${string})`;
20
+ minHeight: `var(--${string})`;
21
+ paddingTop: `var(--${string})`;
22
+ paddingLeft: `var(--${string})`;
23
+ paddingRight: `var(--${string})`;
24
+ paddingBottom: `var(--${string})`;
25
+ background: `var(--${string})`;
26
+ justifyContent: `var(--${string})`;
27
+ };
28
+ export declare const sectionStyle: string;
29
+ export declare const sectionContentStyle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.126",
3
+ "version": "0.0.127",
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",