@htmlbricks/hb-banner 0.68.1 → 0.68.3

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.
Files changed (2) hide show
  1. package/manifest.json +25 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -85,11 +85,35 @@
85
85
  "examples": [
86
86
  {
87
87
  "name": "default",
88
+ "description": "Title, subtitle, and logo side by side on large screens.",
88
89
  "data": {
89
90
  "title": "ciao",
90
91
  "description": "desc",
91
92
  "logouri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg"
92
93
  }
94
+ },
95
+ {
96
+ "name": "minimal",
97
+ "description": "Text-only hero when no logo is available.",
98
+ "data": {
99
+ "title": "Welcome",
100
+ "description": "Short supporting line under the heading."
101
+ }
102
+ },
103
+ {
104
+ "name": "titleOnly",
105
+ "description": "Single headline for compact layouts.",
106
+ "data": {
107
+ "title": "Product launch"
108
+ }
109
+ },
110
+ {
111
+ "name": "logoAndTitle",
112
+ "description": "Logo with headline; no extra description paragraph.",
113
+ "data": {
114
+ "title": "Open knowledge",
115
+ "logouri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg"
116
+ }
93
117
  }
94
118
  ],
95
119
  "iifeIntegrity": "sha384-XNqKOnazVRKAqnQ08UbaekfTKjL2lqnsZmvU0VkwOCfamfmmqD3TFc+oayywSjjW",
@@ -113,5 +137,5 @@
113
137
  "size": {},
114
138
  "iifePath": "main.iife.js",
115
139
  "repoName": "@htmlbricks/hb-banner",
116
- "version": "0.68.1"
140
+ "version": "0.68.3"
117
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-banner",
3
- "version": "0.68.1",
3
+ "version": "0.68.3",
4
4
  "contributors": [],
5
5
  "description": "Marketing-style hero strip: logo image beside a title and subtitle, using Bootstrap grid. Layout switches from side-by-side on large screens to stacked, centered content on smaller breakpoints (`d-none d-lg-block` / `d-lg-none`).",
6
6
  "licenses": [