dhx-react-suite 1.0.4 → 1.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.
@@ -619,13 +619,14 @@ function q({ data: n = [], value: d, placeholder: u = "Select or type...", multi
619
619
  return /* @__PURE__ */ x("span", { style: {
620
620
  display: "inline-flex",
621
621
  alignItems: "center",
622
- gap: 3,
623
- background: e.primaryLt,
624
- color: e.primary,
625
- borderRadius: 3,
626
- padding: "2px 6px",
622
+ gap: 4,
623
+ background: e.primary,
624
+ color: "#fff",
625
+ borderRadius: 12,
626
+ padding: "2px 10px 2px 8px",
627
627
  fontSize: 12,
628
- lineHeight: 1.4
628
+ lineHeight: 1.5,
629
+ whiteSpace: "nowrap"
629
630
  }, children: [
630
631
  ((M = n.find((i) => (i.id || i.value) === a)) == null ? void 0 : M.value) || a,
631
632
  /* @__PURE__ */ t(
@@ -634,7 +635,7 @@ function q({ data: n = [], value: d, placeholder: u = "Select or type...", multi
634
635
  onClick: (i) => {
635
636
  i.stopPropagation(), z(a);
636
637
  },
637
- style: { cursor: "pointer", fontSize: 14, lineHeight: 1, opacity: 0.7 },
638
+ style: { cursor: "pointer", fontSize: 15, lineHeight: 1, opacity: 0.75, marginLeft: 2 },
638
639
  children: "×"
639
640
  }
640
641
  )