accomadesc 0.1.32 → 0.1.34

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.
@@ -286,6 +286,7 @@
286
286
  flex-grow: 3;
287
287
  background-color: var(--header-bg-color);
288
288
  padding-bottom: 1rem;
289
+ padding-top: 0.5rem;
289
290
  }
290
291
 
291
292
  .nav :global(*) {
package/dist/types.d.ts CHANGED
@@ -363,6 +363,7 @@ export interface Hero {
363
363
  }
364
364
  export interface Section {
365
365
  id: string;
366
+ name?: string;
366
367
  header?: string;
367
368
  columnCount?: number;
368
369
  padding?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",