@htmlbricks/hb-faq-component 0.65.20 → 0.65.23
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 +4 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
"description": "",
|
|
86
|
+
"description": "FAQ layout with a horizontal topic strip (Bootstrap Icons + labels) that sets an optional `filter` key, and an accordion list built from JSON `info` entries (`title`, `topic`, HTML `text`). Checkbox hack expands/collapses answers; topics with `catchAll` clear the filter.",
|
|
87
87
|
"storybookArgs": {
|
|
88
88
|
"info": {
|
|
89
89
|
"control": {
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
],
|
|
167
167
|
"readmePath": "README.md",
|
|
168
168
|
"name": "hb-faq-component",
|
|
169
|
-
"category": "
|
|
169
|
+
"category": "content",
|
|
170
170
|
"tags": [
|
|
171
|
-
"
|
|
171
|
+
"content"
|
|
172
172
|
],
|
|
173
173
|
"size": {},
|
|
174
174
|
"iifePath": "main.iife.js",
|
|
175
175
|
"repoName": "@htmlbricks/hb-faq-component",
|
|
176
|
-
"version": "0.65.
|
|
176
|
+
"version": "0.65.23"
|
|
177
177
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-faq-component",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "FAQ layout with a horizontal topic strip (Bootstrap Icons + labels) that sets an optional `filter` key, and an accordion list built from JSON `info` entries (`title`, `topic`, HTML `text`). Checkbox hack expands/collapses answers; topics with `catchAll` clear the filter.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|