@epam/ai-dial-ui-kit 0.9.0-dev.72 → 0.9.0-dev.73

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.
@@ -47347,23 +47347,25 @@ const U7 = "flex justify-end gap-2 px-6 py-4", $7 = "text-secondary dial-small-1
47347
47347
  (l || c) && "dial-input-error"
47348
47348
  ),
47349
47349
  children: [
47350
- m && /* @__PURE__ */ f.jsx(_e, { icon: m }),
47351
- /* @__PURE__ */ f.jsx(
47352
- "input",
47353
- {
47354
- type: "text",
47355
- className: me(
47356
- "flex-1 min-w-0 bg-transparent outline-none border-none p-0 dial-small-text text-primary placeholder:text-secondary",
47357
- o
47358
- ),
47359
- value: typeof s == "string" ? s : "",
47360
- placeholder: u || d,
47361
- onChange: x,
47362
- disabled: i,
47363
- id: a,
47364
- "aria-label": "input-popup-field"
47365
- }
47366
- ),
47350
+ /* @__PURE__ */ f.jsxs("div", { className: "flex flex-row items-center gap-x-2 flex-1 min-w-0", children: [
47351
+ m && /* @__PURE__ */ f.jsx(_e, { icon: m }),
47352
+ /* @__PURE__ */ f.jsx(
47353
+ "input",
47354
+ {
47355
+ type: "text",
47356
+ className: me(
47357
+ "flex-1 min-w-0 bg-transparent outline-none border-none p-0 dial-small-text text-primary placeholder:text-secondary",
47358
+ o
47359
+ ),
47360
+ value: typeof s == "string" ? s : "",
47361
+ placeholder: u || d,
47362
+ onChange: x,
47363
+ disabled: i,
47364
+ id: a,
47365
+ "aria-label": "input-popup-field"
47366
+ }
47367
+ )
47368
+ ] }),
47367
47369
  !i && /* @__PURE__ */ f.jsx(
47368
47370
  "button",
47369
47371
  {
@@ -47409,8 +47411,10 @@ const U7 = "flex justify-end gap-2 px-6 py-4", $7 = "text-secondary dial-small-1
47409
47411
  (l || c) && "dial-input-error"
47410
47412
  ),
47411
47413
  children: [
47412
- m && /* @__PURE__ */ f.jsx(_e, { icon: m }),
47413
- /* @__PURE__ */ f.jsx(Ut, { tooltip: w == null ? void 0 : String(w), children: w || !u ? /* @__PURE__ */ f.jsx("span", { className: o, children: w }) : /* @__PURE__ */ f.jsx("span", { className: "text-secondary", children: u }) }),
47414
+ /* @__PURE__ */ f.jsxs("div", { className: "flex flex-row items-center gap-x-2 min-w-0", children: [
47415
+ m && /* @__PURE__ */ f.jsx(_e, { icon: m }),
47416
+ /* @__PURE__ */ f.jsx(Ut, { tooltip: w == null ? void 0 : String(w), children: w || !u ? /* @__PURE__ */ f.jsx("span", { className: o, children: w }) : /* @__PURE__ */ f.jsx("span", { className: "text-secondary", children: u }) })
47417
+ ] }),
47414
47418
  !i && /* @__PURE__ */ f.jsx("div", { className: "flex-shrink-0", children: /* @__PURE__ */ f.jsx(
47415
47419
  _e,
47416
47420
  {
@@ -47438,15 +47442,17 @@ const U7 = "flex justify-end gap-2 px-6 py-4", $7 = "text-secondary dial-small-1
47438
47442
  i && "dial-input-disable"
47439
47443
  ),
47440
47444
  children: [
47441
- m && /* @__PURE__ */ f.jsx(_e, { icon: m }),
47442
- /* @__PURE__ */ f.jsx(
47443
- Q7,
47444
- {
47445
- placeholder: u,
47446
- selectedItems: w,
47447
- collapseTagOverflow: g
47448
- }
47449
- ),
47445
+ /* @__PURE__ */ f.jsxs("div", { className: "flex flex-row items-center gap-x-2 min-w-0", children: [
47446
+ m && /* @__PURE__ */ f.jsx(_e, { icon: m }),
47447
+ /* @__PURE__ */ f.jsx(
47448
+ Q7,
47449
+ {
47450
+ placeholder: u,
47451
+ selectedItems: w,
47452
+ collapseTagOverflow: g
47453
+ }
47454
+ )
47455
+ ] }),
47450
47456
  !i && /* @__PURE__ */ f.jsx("div", { className: "ml-1", children: /* @__PURE__ */ f.jsx(
47451
47457
  _e,
47452
47458
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.9.0-dev.72",
3
+ "version": "0.9.0-dev.73",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",