@gui-chat-plugin/mindmap 0.3.1 → 0.4.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.
@@ -2141,7 +2141,7 @@ var t = /* @__PURE__ */ e(((e, t) => {
2141
2141
  function e(e, t) {
2142
2142
  this.animationDuration = G(e, Sa, t.animationDuration), this.backgroundClip = G(e, Er, t.backgroundClip), this.backgroundColor = G(e, Dr, t.backgroundColor), this.backgroundImage = G(e, Qr, t.backgroundImage), this.backgroundOrigin = G(e, $r, t.backgroundOrigin), this.backgroundPosition = G(e, ei, t.backgroundPosition), this.backgroundRepeat = G(e, ti, t.backgroundRepeat), this.backgroundSize = G(e, ii, t.backgroundSize), this.borderTopColor = G(e, si, t.borderTopColor), this.borderRightColor = G(e, ci, t.borderRightColor), this.borderBottomColor = G(e, li, t.borderBottomColor), this.borderLeftColor = G(e, ui, t.borderLeftColor), this.borderTopLeftRadius = G(e, fi, t.borderTopLeftRadius), this.borderTopRightRadius = G(e, pi, t.borderTopRightRadius), this.borderBottomRightRadius = G(e, mi, t.borderBottomRightRadius), this.borderBottomLeftRadius = G(e, hi, t.borderBottomLeftRadius), this.borderTopStyle = G(e, _i, t.borderTopStyle), this.borderRightStyle = G(e, vi, t.borderRightStyle), this.borderBottomStyle = G(e, yi, t.borderBottomStyle), this.borderLeftStyle = G(e, bi, t.borderLeftStyle), this.borderTopWidth = G(e, Si, t.borderTopWidth), this.borderRightWidth = G(e, Ci, t.borderRightWidth), this.borderBottomWidth = G(e, wi, t.borderBottomWidth), this.borderLeftWidth = G(e, Ti, t.borderLeftWidth), this.boxShadow = G(e, Ta, t.boxShadow), this.color = G(e, Ei, t.color), this.direction = G(e, Di, t.direction), this.display = G(e, Oi, t.display), this.float = G(e, Ai, t.cssFloat), this.fontFamily = G(e, ma, t.fontFamily), this.fontSize = G(e, ha, t.fontSize), this.fontStyle = G(e, va, t.fontStyle), this.fontVariant = G(e, _a, t.fontVariant), this.fontWeight = G(e, ga, t.fontWeight), this.letterSpacing = G(e, ji, t.letterSpacing), this.lineBreak = G(e, Ni, t.lineBreak), this.lineHeight = G(e, Pi, t.lineHeight), this.listStyleImage = G(e, Ii, t.listStyleImage), this.listStylePosition = G(e, Li, t.listStylePosition), this.listStyleType = G(e, Ri, t.listStyleType), this.marginTop = G(e, Bi, t.marginTop), this.marginRight = G(e, Vi, t.marginRight), this.marginBottom = G(e, Hi, t.marginBottom), this.marginLeft = G(e, Ui, t.marginLeft), this.opacity = G(e, da, t.opacity);
2143
2143
  var n = G(e, Wi, t.overflow);
2144
- this.overflowX = n[0], this.overflowY = n[n.length > 1 ? 1 : 0], this.overflowWrap = G(e, Gi, t.overflowWrap), this.paddingTop = G(e, qi, t.paddingTop), this.paddingRight = G(e, Ji, t.paddingRight), this.paddingBottom = G(e, Yi, t.paddingBottom), this.paddingLeft = G(e, Xi, t.paddingLeft), this.paintOrder = G(e, Ea, t.paintOrder), this.position = G(e, Qi, t.position), this.textAlign = G(e, Zi, t.textAlign), this.textDecorationColor = G(e, fa, t.textDecorationColor ?? t.color), this.textDecorationLine = G(e, pa, t.textDecorationLine ?? t.textDecoration), this.textShadow = G(e, $i, t.textShadow), this.textTransform = G(e, ea, t.textTransform), this.transform = G(e, ta, t.transform), this.transformOrigin = G(e, aa, t.transformOrigin), this.visibility = G(e, oa, t.visibility), this.webkitTextStrokeColor = G(e, Da, t.webkitTextStrokeColor), this.webkitTextStrokeWidth = G(e, Oa, t.webkitTextStrokeWidth), this.wordBreak = G(e, ca, t.wordBreak), this.zIndex = G(e, la, t.zIndex);
2144
+ this.overflowX = n[0], this.overflowY = n[+(n.length > 1)], this.overflowWrap = G(e, Gi, t.overflowWrap), this.paddingTop = G(e, qi, t.paddingTop), this.paddingRight = G(e, Ji, t.paddingRight), this.paddingBottom = G(e, Yi, t.paddingBottom), this.paddingLeft = G(e, Xi, t.paddingLeft), this.paintOrder = G(e, Ea, t.paintOrder), this.position = G(e, Qi, t.position), this.textAlign = G(e, Zi, t.textAlign), this.textDecorationColor = G(e, fa, t.textDecorationColor ?? t.color), this.textDecorationLine = G(e, pa, t.textDecorationLine ?? t.textDecoration), this.textShadow = G(e, $i, t.textShadow), this.textTransform = G(e, ea, t.textTransform), this.transform = G(e, ta, t.transform), this.transformOrigin = G(e, aa, t.transformOrigin), this.visibility = G(e, oa, t.visibility), this.webkitTextStrokeColor = G(e, Da, t.webkitTextStrokeColor), this.webkitTextStrokeWidth = G(e, Oa, t.webkitTextStrokeWidth), this.wordBreak = G(e, ca, t.wordBreak), this.zIndex = G(e, la, t.zIndex);
2145
2145
  }
2146
2146
  return e.prototype.isVisible = function() {
2147
2147
  return this.display > 0 && this.opacity > 0 && this.visibility === 0;