Commit compiled dist for git installs
This commit is contained in:
11
dist/theme-css.d.ts
vendored
Normal file
11
dist/theme-css.d.ts
vendored
Normal 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
|
||||
Reference in New Issue
Block a user