@claspo/common 6.0.12-theme.35 → 6.0.12-theme.36

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.
@@ -165,6 +165,7 @@ export interface ClDocumentSharedI {
165
165
  linkParams?: ClDocumentLinkParamsI;
166
166
  mobileBreakpointWidth?: number;
167
167
  zIndex?: number;
168
+ theme?: ThemeI;
168
169
  }
169
170
  export interface ClDialogParamsI {
170
171
  background: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claspo/common",
3
- "version": "6.0.12-theme.35",
3
+ "version": "6.0.12-theme.36",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {