@htmlbricks/hb-offcanvas 0.65.23 → 0.66.0
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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -9
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -214,14 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
},
|
|
216
216
|
"styleSetup": {
|
|
217
|
-
"vars": [
|
|
218
|
-
{
|
|
219
|
-
"name": "--bs-primary",
|
|
220
|
-
"defaultValue": "#07689f",
|
|
221
|
-
"valueType": "color",
|
|
222
|
-
"theme": "bootstrap"
|
|
223
|
-
}
|
|
224
|
-
],
|
|
217
|
+
"vars": [],
|
|
225
218
|
"parts": [
|
|
226
219
|
{
|
|
227
220
|
"name": "header",
|
|
@@ -303,5 +296,5 @@
|
|
|
303
296
|
},
|
|
304
297
|
"iifePath": "main.iife.js",
|
|
305
298
|
"repoName": "@htmlbricks/hb-offcanvas",
|
|
306
|
-
"version": "0.
|
|
299
|
+
"version": "0.66.0"
|
|
307
300
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-offcanvas",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bootstrap-style offcanvas panel that hosts sidebar-desktop navigation. Can start open or closed, optionally shows a backdrop (autohide) for dismissal, and dispatches page changes and open/close state.",
|
|
6
6
|
"licenses": [
|