@htmlbricks/hb-layout 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": "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.",
551
551
  "storybookArgs": {
552
552
  "pageChange": {
553
553
  "action": "pageChange"
@@ -651,44 +651,7 @@
651
651
  }
652
652
  },
653
653
  "styleSetup": {
654
- "vars": [
655
- {
656
- "name": "--bs-primary",
657
- "valueType": "color",
658
- "theme": "bootstrap",
659
- "defaultValue": "#07689f"
660
- },
661
- {
662
- "name": "--bs-secondary",
663
- "valueType": "color",
664
- "theme": "bootstrap",
665
- "defaultValue": "#c9d6df"
666
- },
667
- {
668
- "name": "--bs-success",
669
- "valueType": "color",
670
- "theme": "bootstrap",
671
- "defaultValue": "#11d3bc"
672
- },
673
- {
674
- "name": "--bs-info",
675
- "valueType": "color",
676
- "theme": "bootstrap",
677
- "defaultValue": "#a2d5f2"
678
- },
679
- {
680
- "name": "--bs-warning",
681
- "valueType": "color",
682
- "theme": "bootstrap",
683
- "defaultValue": "#ffc107"
684
- },
685
- {
686
- "name": "--bs-danger",
687
- "valueType": "color",
688
- "theme": "bootstrap",
689
- "defaultValue": "#f67280"
690
- }
691
- ],
654
+ "vars": [],
692
655
  "parts": [
693
656
  {
694
657
  "name": "footer",
@@ -873,12 +836,13 @@
873
836
  "name": "hb-layout",
874
837
  "category": "layout",
875
838
  "tags": [
876
- "layout"
839
+ "layout",
840
+ "shell"
877
841
  ],
878
842
  "size": {
879
843
  "layout": "fullscreen"
880
844
  },
881
845
  "iifePath": "main.iife.js",
882
846
  "repoName": "@htmlbricks/hb-layout",
883
- "version": "0.65.22"
847
+ "version": "0.66.0"
884
848
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",