@htmlbricks/hb-dropdown-simple 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 +54 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -149,6 +149,7 @@
149
149
  "examples": [
150
150
  {
151
151
  "name": "default",
152
+ "description": "Mixed plain items and one external link row.",
152
153
  "data": {
153
154
  "list": [
154
155
  {
@@ -166,6 +167,58 @@
166
167
  }
167
168
  ]
168
169
  }
170
+ },
171
+ {
172
+ "name": "minimal",
173
+ "description": "Single actionable entry.",
174
+ "data": {
175
+ "list": [
176
+ {
177
+ "key": "only",
178
+ "label": "Only option"
179
+ }
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "name": "openStart",
185
+ "description": "Menu starts expanded for stacked layouts.",
186
+ "data": {
187
+ "list": [
188
+ {
189
+ "key": "a",
190
+ "label": "Alpha",
191
+ "badge": 2
192
+ },
193
+ {
194
+ "key": "b",
195
+ "label": "Beta"
196
+ }
197
+ ],
198
+ "open": true
199
+ }
200
+ },
201
+ {
202
+ "name": "rightPosition",
203
+ "description": "Align the panel to the end edge.",
204
+ "data": {
205
+ "list": [
206
+ {
207
+ "key": "edit",
208
+ "label": "Edit"
209
+ },
210
+ {
211
+ "key": "share",
212
+ "label": "Share"
213
+ },
214
+ {
215
+ "key": "delete",
216
+ "label": "Delete",
217
+ "group": "danger"
218
+ }
219
+ ],
220
+ "position": "right"
221
+ }
169
222
  }
170
223
  ],
171
224
  "iifeIntegrity": "sha384-YvVUVG5rerzNZupM9p36uQeOvfJSJX0tp5EanaClOGAeOolvQn48ocA9oTvkTNku",
@@ -189,5 +242,5 @@
189
242
  "size": {},
190
243
  "iifePath": "main.iife.js",
191
244
  "repoName": "@htmlbricks/hb-dropdown-simple",
192
- "version": "0.68.1"
245
+ "version": "0.68.3"
193
246
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dropdown-simple",
3
- "version": "0.68.1",
3
+ "version": "0.68.3",
4
4
  "contributors": [],
5
5
  "description": "Bootstrap dropdown menu: `list` is a JSON array of items with `key` (and labels as defined in your schema). Toggle open state with the trigger; choosing an item emits `dropDownClick` with the item `key` and closes the menu. `open` accepts boolean or string (`yes`/`no`); `position` aligns the menu left or right (defaults from host `float`). Also emits `dropdownSwitch` when toggled.",
6
6
  "licenses": [