@eyeon/map 2.0.4 → 2.0.5

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.
@@ -329,15 +329,15 @@ function Ft(t, e, n) {
329
329
  { style: t.style ?? {}, label: t.label },
330
330
  e,
331
331
  n
332
- ).label : t.label : _e.has(t.kind) ? X(e) ? gt(
333
- { style: t.style ?? {}, label: t.label },
334
- e,
335
- n
336
- ).label : !((o = t.label) != null && o.text) && !((r = t.label) != null && r.imageKey) ? t.label : {
332
+ ).label : t.label : _e.has(t.kind) ? !X(e) || !e ? !((o = t.label) != null && o.text) && !((r = t.label) != null && r.imageKey) ? t.label : {
337
333
  ...t.label,
338
334
  text: void 0,
339
335
  imageKey: void 0
340
- } : t.label;
336
+ } : gt(
337
+ { style: t.style ?? {}, label: t.label },
338
+ e,
339
+ n
340
+ ).label : t.label;
341
341
  }
342
342
  function Ce(t, e) {
343
343
  if (X(t)) {
@@ -367,8 +367,7 @@ function jn(t) {
367
367
  const e = t.assignment, n = t.label;
368
368
  return {
369
369
  size: Ae(
370
- (e == null ? void 0 : e.size) ?? (n == null ? void 0 : n.size) ?? he,
371
- e
370
+ (e == null ? void 0 : e.size) ?? (n == null ? void 0 : n.size) ?? he
372
371
  ),
373
372
  rotate: (e == null ? void 0 : e.rotate) ?? (n == null ? void 0 : n.rotate) ?? 0,
374
373
  offsetX: (e == null ? void 0 : e.offsetX) ?? (n == null ? void 0 : n.offsetX) ?? 0,