Commit compiled dist for git installs

This commit is contained in:
2026-04-18 20:11:29 +10:00
parent 234d269283
commit 15c9afd630
29 changed files with 1070 additions and 1 deletions

11
dist/theme-css.d.ts vendored Normal file
View File

@@ -0,0 +1,11 @@
import type { PluginTheme } from './PluginInterfaces.js';
/**
* Generates a CSS block that overrides the folds vanilla-extract design tokens
* for a given theme class name.
*
* NOTE: The `--oq6d07*` variable names are stable compiled identifiers for the
* version of the `folds` design system used in Paarrot. They will need updating
* if folds is upgraded to a version that recompiles its theme contract.
*/
export declare function generateThemeCSS(className: string, theme: PluginTheme): string;
//# sourceMappingURL=theme-css.d.ts.map