@htmlbricks/hb-input-coords 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
@@ -187,7 +187,7 @@
187
187
  }
188
188
  }
189
189
  },
190
- "description": "",
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`.",
191
191
  "storybookArgs": {
192
192
  "schemaentry": {
193
193
  "control": {
@@ -207,44 +207,7 @@
207
207
  }
208
208
  },
209
209
  "styleSetup": {
210
- "vars": [
211
- {
212
- "name": "--bs-primary",
213
- "valueType": "color",
214
- "theme": "bootstrap",
215
- "defaultValue": "#07689f"
216
- },
217
- {
218
- "name": "--bs-secondary",
219
- "valueType": "color",
220
- "theme": "bootstrap",
221
- "defaultValue": "#c9d6df"
222
- },
223
- {
224
- "name": "--bs-success",
225
- "valueType": "color",
226
- "theme": "bootstrap",
227
- "defaultValue": "#11d3bc"
228
- },
229
- {
230
- "name": "--bs-info",
231
- "valueType": "color",
232
- "theme": "bootstrap",
233
- "defaultValue": "#a2d5f2"
234
- },
235
- {
236
- "name": "--bs-warning",
237
- "valueType": "color",
238
- "theme": "bootstrap",
239
- "defaultValue": "#ffc107"
240
- },
241
- {
242
- "name": "--bs-danger",
243
- "valueType": "color",
244
- "theme": "bootstrap",
245
- "defaultValue": "#f67280"
246
- }
247
- ],
210
+ "vars": [],
248
211
  "parts": [
249
212
  {
250
213
  "name": "invalid-feedback",
@@ -356,12 +319,13 @@
356
319
  ],
357
320
  "readmePath": "README.md",
358
321
  "name": "hb-input-coords",
359
- "category": "input",
322
+ "category": "inputs",
360
323
  "tags": [
361
- "input"
324
+ "inputs",
325
+ "maps"
362
326
  ],
363
327
  "size": {},
364
328
  "iifePath": "main.iife.js",
365
329
  "repoName": "@htmlbricks/hb-input-coords",
366
- "version": "0.65.22"
330
+ "version": "0.66.0"
367
331
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-coords",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",