@htmlbricks/hb-layout 0.68.10 → 0.68.11
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/README.md +6 -0
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1143,7 +1143,7 @@
|
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
],
|
|
1146
|
-
"iifeIntegrity": "sha384-
|
|
1146
|
+
"iifeIntegrity": "sha384-jx51LJk9LE90rHMeRPsgKhjHJV+dYo7WtfPJtk4ftpFHKewLTqMIOk7ZLVNR1eEN",
|
|
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.
|
|
1278
|
+
"version": "0.68.11"
|
|
1279
1279
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-layout",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.11",
|
|
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": [
|