@sprucelabs/spruce-heartwood-utils 16.9.21 → 16.9.23
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.
|
@@ -51,7 +51,6 @@ export class ThemeManagerImpl {
|
|
|
51
51
|
return __awaiter(this, void 0, void 0, function* () {
|
|
52
52
|
this.themeCount++;
|
|
53
53
|
this.currentTheme = theme;
|
|
54
|
-
console.log('setting theme', theme.slug);
|
|
55
54
|
const _c = theme.props, { calendarEvents, borderRadius } = _c, rest = __rest(_c, ["calendarEvents", "borderRadius"]);
|
|
56
55
|
this.applyBorderRadius(borderRadius);
|
|
57
56
|
//@ts-ignore
|
|
@@ -44,7 +44,6 @@ class ThemeManagerImpl {
|
|
|
44
44
|
var _a, _b;
|
|
45
45
|
this.themeCount++;
|
|
46
46
|
this.currentTheme = theme;
|
|
47
|
-
console.log('setting theme', theme.slug);
|
|
48
47
|
const _c = theme.props, { calendarEvents, borderRadius } = _c, rest = __rest(_c, ["calendarEvents", "borderRadius"]);
|
|
49
48
|
this.applyBorderRadius(borderRadius);
|
|
50
49
|
//@ts-ignore
|