@htmlbricks/hb-input-coords 0.66.27 → 0.67.1

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
@@ -187,7 +187,7 @@
187
187
  }
188
188
  }
189
189
  },
190
- "description": "Latitude/longitude editor that embeds `hb-map` (marker and map `source` / `options` from `schemaentry.params`) and two `hb-input-number` fields, with labels translated via optional `i18nlang`. Supports initial `value` and `params` such as `zoom` and `center`. Registers `@htmlbricks/hb-map` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ lat, lon }`, `valid`, and `id`.",
190
+ "description": "Latitude/longitude editor that embeds `hb-map` and two `hb-input-number` fields, with labels translated via optional `i18nlang`. Bulma theme on `:host`, columns layout, `help is-danger` for validation. On tablet+ the map column stretches to the coordinates column height; set `--hb-input-coords-height` on the host (or an ancestor) for a fixed overall height. Registers `@htmlbricks/hb-map` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ lat, lon }`, `valid`, and `id`.",
191
191
  "storybookArgs": {
192
192
  "schemaentry": {
193
193
  "control": {
@@ -207,7 +207,32 @@
207
207
  }
208
208
  },
209
209
  "styleSetup": {
210
- "vars": [],
210
+ "vars": [
211
+ {
212
+ "name": "--hb-input-coords-height",
213
+ "valueType": "string",
214
+ "defaultValue": "",
215
+ "description": "Optional height of the whole component (e.g. `400px`, `60vh`). Map and coordinates columns stretch to match. When unset, overall height follows the coordinates block (tablet+: map matches that row height)."
216
+ },
217
+ {
218
+ "name": "--hb-input-coords-map-min-height",
219
+ "valueType": "string",
220
+ "defaultValue": "",
221
+ "description": "Optional minimum height of the map area on tablet+ when coordinates are shorter than the map would otherwise be."
222
+ },
223
+ {
224
+ "name": "--hb-input-coords-map-stacked-min-height",
225
+ "valueType": "string",
226
+ "defaultValue": "280px",
227
+ "description": "Minimum map height when columns stack (below tablet). Falls back to `--hb-input-coords-map-height` then `280px`."
228
+ },
229
+ {
230
+ "name": "--hb-input-coords-map-height",
231
+ "valueType": "string",
232
+ "defaultValue": "280px",
233
+ "description": "Legacy: used as fallback for stacked (mobile) map min-height when `--hb-input-coords-map-stacked-min-height` is unset."
234
+ }
235
+ ],
211
236
  "parts": [
212
237
  {
213
238
  "name": "invalid-feedback",
@@ -308,7 +333,17 @@
308
333
  }
309
334
  }
310
335
  ],
311
- "iifeIntegrity": "sha384-fmWgmHBYSGPPg/mF/ut7TeXfVQRTrLTmlquBg+gaE9bJDRE2+D7lczVYHFPFCqUK",
336
+ "iifeIntegrity": "sha384-AAsTTIa1AehLsBqpJMzwhUEmnbw3e3zy1JGfXcRS7FOnF07mQl4EpfpKImeGKbo7",
337
+ "dependencies": [
338
+ {
339
+ "name": "hb-input-number",
340
+ "dependencies": []
341
+ },
342
+ {
343
+ "name": "hb-map",
344
+ "dependencies": []
345
+ }
346
+ ],
312
347
  "screenshots": [],
313
348
  "licenses": [
314
349
  {
@@ -328,5 +363,5 @@
328
363
  "size": {},
329
364
  "iifePath": "main.iife.js",
330
365
  "repoName": "@htmlbricks/hb-input-coords",
331
- "version": "0.66.27"
366
+ "version": "0.67.1"
332
367
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-coords",
3
- "version": "0.66.27",
3
+ "version": "0.67.1",
4
4
  "contributors": [],
5
- "description": "Latitude/longitude editor that embeds `hb-map` (marker and map `source` / `options` from `schemaentry.params`) and two `hb-input-number` fields, with labels translated via optional `i18nlang`. Supports initial `value` and `params` such as `zoom` and `center`. Registers `@htmlbricks/hb-map` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ lat, lon }`, `valid`, and `id`.",
5
+ "description": "Latitude/longitude editor that embeds `hb-map` and two `hb-input-number` fields, with labels translated via optional `i18nlang`. Bulma theme on `:host`, columns layout, `help is-danger` for validation. On tablet+ the map column stretches to the coordinates column height; set `--hb-input-coords-height` on the host (or an ancestor) for a fixed overall height. Registers `@htmlbricks/hb-map` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ lat, lon }`, `valid`, and `id`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",