@htmlbricks/hb-input-coords 0.65.23 → 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
@@ -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",
@@ -364,5 +327,5 @@
364
327
  "size": {},
365
328
  "iifePath": "main.iife.js",
366
329
  "repoName": "@htmlbricks/hb-input-coords",
367
- "version": "0.65.23"
330
+ "version": "0.66.0"
368
331
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-coords",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
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": [