@saleor/macaw-ui 1.1.16 → 1.1.18
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/README.md +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -2032,7 +2032,16 @@ const Df = F(
|
|
2032
2032
|
Df.displayName = "SVGWrapper";
|
2033
2033
|
const as = (s, e) => {
|
2034
2034
|
const t = F(
|
2035
|
-
(o, i) => /* @__PURE__ */ c.jsx(
|
2035
|
+
(o, i) => /* @__PURE__ */ c.jsx(
|
2036
|
+
Df,
|
2037
|
+
{
|
2038
|
+
viewBox: e,
|
2039
|
+
ref: i,
|
2040
|
+
"data-macaw-ui-component": "Icon",
|
2041
|
+
...o,
|
2042
|
+
children: s
|
2043
|
+
}
|
2044
|
+
)
|
2036
2045
|
);
|
2037
2046
|
return t.displayName = "withSVGWrapper", t;
|
2038
2047
|
}, io = as(
|
@@ -2882,6 +2891,7 @@ const bv = Object.assign({}, { User: Rf, Store: Of }), $n = F(
|
|
2882
2891
|
position: "fixed",
|
2883
2892
|
inset: 0,
|
2884
2893
|
ref: t,
|
2894
|
+
"data-macaw-ui-component": "Backdrop",
|
2885
2895
|
...e,
|
2886
2896
|
children: s
|
2887
2897
|
}
|
@@ -10732,7 +10742,16 @@ const gh = (s, e, t) => {
|
|
10732
10742
|
}, wh = F(kh), Iv = Object.assign(wh, {
|
10733
10743
|
NoOptions: Ye
|
10734
10744
|
}), $h = F(
|
10735
|
-
({ ...s }, e) => /* @__PURE__ */ c.jsx(
|
10745
|
+
({ ...s }, e) => /* @__PURE__ */ c.jsx(
|
10746
|
+
Vs,
|
10747
|
+
{
|
10748
|
+
ref: e,
|
10749
|
+
display: "block",
|
10750
|
+
as: "p",
|
10751
|
+
"data-macaw-ui-component": "Paragraph",
|
10752
|
+
...s
|
10753
|
+
}
|
10754
|
+
)
|
10736
10755
|
);
|
10737
10756
|
$h.displayName = "Paragraph";
|
10738
10757
|
const a1 = "Popover", [r1, Ev] = Ys(a1, [
|
@@ -11227,6 +11246,7 @@ const Sv = Object.assign(E1, { Item: P1, Indicator: A8 }), bb = F(
|
|
11227
11246
|
onChange: (a) => e == null ? void 0 : e([a.target.value, l]),
|
11228
11247
|
type: o,
|
11229
11248
|
ref: n,
|
11249
|
+
"data-macaw-ui-component": "RangeInput",
|
11230
11250
|
...i
|
11231
11251
|
}
|
11232
11252
|
),
|
@@ -11238,6 +11258,7 @@ const Sv = Object.assign(E1, { Item: P1, Indicator: A8 }), bb = F(
|
|
11238
11258
|
onChange: (a) => e == null ? void 0 : e([f, a.target.value]),
|
11239
11259
|
type: o,
|
11240
11260
|
ref: n,
|
11261
|
+
"data-macaw-ui-component": "RangeInput",
|
11241
11262
|
...i
|
11242
11263
|
}
|
11243
11264
|
)
|
@@ -11530,6 +11551,7 @@ const Ov = ({ className: s, ...e }) => /* @__PURE__ */ c.jsx(
|
|
11530
11551
|
width: "100%",
|
11531
11552
|
height: 3,
|
11532
11553
|
borderRadius: 2,
|
11554
|
+
"data-macaw-ui-component": "Skeleton",
|
11533
11555
|
...e
|
11534
11556
|
}
|
11535
11557
|
);
|
@@ -11543,6 +11565,7 @@ const S1 = F(
|
|
11543
11565
|
height: "16",
|
11544
11566
|
fill: "none",
|
11545
11567
|
className: hs(Ib, s),
|
11568
|
+
"data-macaw-ui-component": "Spinner",
|
11546
11569
|
ref: e,
|
11547
11570
|
children: /* @__PURE__ */ c.jsx(
|
11548
11571
|
"g",
|