@htmlbricks/hb-layout 0.68.7 → 0.68.8

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.
package/manifest.json CHANGED
@@ -166,9 +166,6 @@
166
166
  },
167
167
  "type": "array"
168
168
  },
169
- "onescreen": {
170
- "type": "boolean"
171
- },
172
169
  "page_title": {
173
170
  "type": "string"
174
171
  },
@@ -196,6 +193,9 @@
196
193
  },
197
194
  "type": "object"
198
195
  },
196
+ "single_screen": {
197
+ "type": "boolean"
198
+ },
199
199
  "socials": {
200
200
  "$ref": "#/definitions/ISocials"
201
201
  },
@@ -631,7 +631,7 @@
631
631
  "type": "boolean"
632
632
  }
633
633
  },
634
- "onescreen": {
634
+ "single_screen": {
635
635
  "control": {
636
636
  "type": "boolean"
637
637
  }
@@ -1060,7 +1060,7 @@
1060
1060
  "key": "cookiepolicy"
1061
1061
  }
1062
1062
  ],
1063
- "onescreen": true,
1063
+ "single_screen": true,
1064
1064
  "page_title": "Dashboard",
1065
1065
  "footer": {
1066
1066
  "type": "small"
@@ -1143,7 +1143,7 @@
1143
1143
  }
1144
1144
  }
1145
1145
  ],
1146
- "iifeIntegrity": "sha384-on3J98rMhuJ538MqlIA+KxFyxuxTIFFF5aNZuvrtKkCULMv8oYWpPUU4nK9it+M1",
1146
+ "iifeIntegrity": "sha384-Weg89/yd2AW9nv46foM0wweZdI7jevYl2cvLL7IVQi/kYtCDJUNcxMKrV0HYmZ+R",
1147
1147
  "dependencies": [
1148
1148
  {
1149
1149
  "name": "hb-layout-desktop",
@@ -1275,5 +1275,5 @@
1275
1275
  },
1276
1276
  "iifePath": "main.iife.js",
1277
1277
  "repoName": "@htmlbricks/hb-layout",
1278
- "version": "0.68.7"
1278
+ "version": "0.68.8"
1279
1279
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout",
3
- "version": "0.68.7",
3
+ "version": "0.68.8",
4
4
  "contributors": [],
5
5
  "description": "Responsive application shell: below 800px viewport width it mounts the mobile layout; otherwise the desktop layout. Forwards navigation slots, page content, cookie-law options, and layout events from the active child.",
6
6
  "licenses": [
@@ -80,9 +80,6 @@
80
80
  },
81
81
  "type": "array"
82
82
  },
83
- "onescreen": {
84
- "type": "boolean"
85
- },
86
83
  "page_title": {
87
84
  "type": "string"
88
85
  },
@@ -110,6 +107,9 @@
110
107
  },
111
108
  "type": "object"
112
109
  },
110
+ "single_screen": {
111
+ "type": "boolean"
112
+ },
113
113
  "socials": {
114
114
  "$ref": "#/definitions/ISocials"
115
115
  },
@@ -21,7 +21,7 @@ export type Component = {
21
21
  usermenu?: IUserMenu;
22
22
  cookielaw?: string;
23
23
  columns?: IColumn[];
24
- onescreen?: boolean;
24
+ single_screen?: boolean;
25
25
  cookielawuri4more?: string;
26
26
  cookielawallowdecline?: boolean;
27
27
  cookielawlanguage?: string;