@htmlbricks/hb-layout-mobile 0.65.22 → 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/manifest.json CHANGED
@@ -547,7 +547,7 @@
547
547
  }
548
548
  }
549
549
  },
550
- "description": "",
550
+ "description": "Mobile layout with optional offcanvas sidebar navigation, top navbar, main page slot, optional cookie-law banner, and footer. Supports one-screen full-height mode and forwards navbar, footer, and navigation events.",
551
551
  "storybookArgs": {
552
552
  "ooterClick": {
553
553
  "action": "footerClick"
@@ -649,44 +649,7 @@
649
649
  }
650
650
  },
651
651
  "styleSetup": {
652
- "vars": [
653
- {
654
- "name": "--bs-primary",
655
- "valueType": "color",
656
- "theme": "bootstrap",
657
- "defaultValue": "#07689f"
658
- },
659
- {
660
- "name": "--bs-secondary",
661
- "valueType": "color",
662
- "theme": "bootstrap",
663
- "defaultValue": "#c9d6df"
664
- },
665
- {
666
- "name": "--bs-success",
667
- "valueType": "color",
668
- "theme": "bootstrap",
669
- "defaultValue": "#11d3bc"
670
- },
671
- {
672
- "name": "--bs-info",
673
- "valueType": "color",
674
- "theme": "bootstrap",
675
- "defaultValue": "#a2d5f2"
676
- },
677
- {
678
- "name": "--bs-warning",
679
- "valueType": "color",
680
- "theme": "bootstrap",
681
- "defaultValue": "#ffc107"
682
- },
683
- {
684
- "name": "--bs-danger",
685
- "valueType": "color",
686
- "theme": "bootstrap",
687
- "defaultValue": "#f67280"
688
- }
689
- ],
652
+ "vars": [],
690
653
  "parts": [
691
654
  {
692
655
  "name": "footer",
@@ -861,12 +824,14 @@
861
824
  "name": "hb-layout-mobile",
862
825
  "category": "layout",
863
826
  "tags": [
864
- "layout"
827
+ "layout",
828
+ "shell",
829
+ "responsive"
865
830
  ],
866
831
  "size": {
867
832
  "layout": "fullscreen"
868
833
  },
869
834
  "iifePath": "main.iife.js",
870
835
  "repoName": "@htmlbricks/hb-layout-mobile",
871
- "version": "0.65.22"
836
+ "version": "0.66.0"
872
837
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout-mobile",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Mobile layout with optional offcanvas sidebar navigation, top navbar, main page slot, optional cookie-law banner, and footer. Supports one-screen full-height mode and forwards navbar, footer, and navigation events.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",