@saleor/macaw-ui 1.1.8 → 1.1.10
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +39 -40
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -7483,7 +7483,7 @@ const gt = (s = 1) => {
|
|
7483
7483
|
...f({ htmlFor: s }),
|
7484
7484
|
cursor: r ? "not-allowed" : "text",
|
7485
7485
|
children: [
|
7486
|
-
/* @__PURE__ */ c.jsxs(X, { display: "flex", flexDirection: "column",
|
7486
|
+
/* @__PURE__ */ c.jsxs(X, { display: "flex", flexDirection: "column", width: "100%", children: [
|
7487
7487
|
/* @__PURE__ */ c.jsx(
|
7488
7488
|
X,
|
7489
7489
|
{
|
@@ -11217,20 +11217,28 @@ const D1 = K(
|
|
11217
11217
|
"data-macaw-ui-component": "Select",
|
11218
11218
|
cursor: r ? "not-allowed" : "pointer",
|
11219
11219
|
children: [
|
11220
|
-
/* @__PURE__ */ c.jsxs(
|
11221
|
-
|
11222
|
-
|
11223
|
-
|
11224
|
-
|
11225
|
-
|
11226
|
-
|
11220
|
+
/* @__PURE__ */ c.jsxs(
|
11221
|
+
X,
|
11222
|
+
{
|
11223
|
+
display: "flex",
|
11224
|
+
flexDirection: "column",
|
11225
|
+
__width: "calc(100% - 30px)",
|
11226
|
+
children: [
|
11227
|
+
/* @__PURE__ */ c.jsx(
|
11228
|
+
X,
|
11229
|
+
{
|
11230
|
+
as: "span",
|
11231
|
+
className: hs(
|
11232
|
+
ut({ typed: l, size: d, disabled: r, error: o })
|
11233
|
+
),
|
11234
|
+
...f({ htmlFor: s }),
|
11235
|
+
children: e
|
11236
|
+
}
|
11227
11237
|
),
|
11228
|
-
|
11229
|
-
|
11230
|
-
|
11231
|
-
|
11232
|
-
i
|
11233
|
-
] }),
|
11238
|
+
i
|
11239
|
+
]
|
11240
|
+
}
|
11241
|
+
),
|
11234
11242
|
/* @__PURE__ */ c.jsx(
|
11235
11243
|
fo,
|
11236
11244
|
{
|
@@ -11364,32 +11372,23 @@ const gb = ({
|
|
11364
11372
|
className: t,
|
11365
11373
|
getLabelProps: $,
|
11366
11374
|
getToggleButtonProps: I,
|
11367
|
-
children: /* @__PURE__ */ c.jsxs(
|
11368
|
-
|
11369
|
-
|
11370
|
-
|
11371
|
-
|
11372
|
-
|
11373
|
-
|
11374
|
-
|
11375
|
-
|
11376
|
-
|
11377
|
-
|
11378
|
-
|
11379
|
-
|
11380
|
-
|
11381
|
-
|
11382
|
-
|
11383
|
-
|
11384
|
-
title: P == null ? void 0 : P.label,
|
11385
|
-
width: "100%",
|
11386
|
-
children: P == null ? void 0 : P.label
|
11387
|
-
}
|
11388
|
-
),
|
11389
|
-
u && m && u(o)
|
11390
|
-
]
|
11391
|
-
}
|
11392
|
-
)
|
11375
|
+
children: /* @__PURE__ */ c.jsxs(X, { height: yb(s), ...v, ref: b, display: "flex", children: [
|
11376
|
+
h && m && h(o),
|
11377
|
+
/* @__PURE__ */ c.jsx(
|
11378
|
+
Ns,
|
11379
|
+
{
|
11380
|
+
size: Ve(s),
|
11381
|
+
color: N,
|
11382
|
+
title: P == null ? void 0 : P.label,
|
11383
|
+
width: "100%",
|
11384
|
+
whiteSpace: "nowrap",
|
11385
|
+
overflow: "hidden",
|
11386
|
+
textOverflow: "ellipsis",
|
11387
|
+
children: P == null ? void 0 : P.label
|
11388
|
+
}
|
11389
|
+
),
|
11390
|
+
u && m && u(o)
|
11391
|
+
] })
|
11393
11392
|
}
|
11394
11393
|
),
|
11395
11394
|
/* @__PURE__ */ c.jsx(dt, { asChild: !0, ref: A.setFloating, style: Y, children: /* @__PURE__ */ c.jsx(
|