@swell/apps-sdk 1.0.62 → 1.0.63

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.
@@ -145,6 +145,7 @@ export interface ThemeSettings {
145
145
  export interface ThemeSettingsBlock {
146
146
  type: string;
147
147
  settings: ThemeSettings;
148
+ disabled?: boolean;
148
149
  }
149
150
  export interface ThemeSectionBase {
150
151
  id: string;
@@ -153,6 +154,7 @@ export interface ThemeSectionBase {
153
154
  blocks?: ThemeSettingsBlock[];
154
155
  block_order?: string[];
155
156
  custom_css?: string;
157
+ disabled?: boolean;
156
158
  }
157
159
  export interface ThemeSectionSettings extends ThemeSettings {
158
160
  section: ThemeSectionBase;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swell/apps-sdk",
3
3
  "type": "module",
4
- "version": "1.0.62",
4
+ "version": "1.0.63",
5
5
  "description": "Swell SDK for building isomorphic apps.",
6
6
  "author": "Swell",
7
7
  "license": "MIT",