accomadesc 0.1.23 → 0.1.25

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -325,6 +325,7 @@ export interface SiteConfig {
325
325
  translations: Record<string, SiteTranslation>;
326
326
  formats: Record<string, FormatSpec>;
327
327
  };
328
+ css: string;
328
329
  }
329
330
  export interface PageProps {
330
331
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",