@commercetools/nimbus 0.0.7-rc10 → 0.0.7-rc11
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -10
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -11886,16 +11886,7 @@ hc.displayName = "VisuallyHidden";
|
|
|
11886
11886
|
const { withContext: xh } = qe({ recipe: uo }), Ph = xh("input"), Eh = W(
|
|
11887
11887
|
(t, e) => {
|
|
11888
11888
|
const n = rd({ recipe: uo }), r = B(null), o = ye(Ze(r, e)), [i, l] = n.splitVariantProps(t), [a, s] = In(l), { inputProps: u } = kp(s, o);
|
|
11889
|
-
return /* @__PURE__ */ S(
|
|
11890
|
-
Ph,
|
|
11891
|
-
{
|
|
11892
|
-
...i,
|
|
11893
|
-
...a,
|
|
11894
|
-
...s,
|
|
11895
|
-
asChild: !0,
|
|
11896
|
-
children: /* @__PURE__ */ S(sb, { ref: o, ...u })
|
|
11897
|
-
}
|
|
11898
|
-
);
|
|
11889
|
+
return /* @__PURE__ */ S(Ph, { ...i, ...a, asChild: !0, children: /* @__PURE__ */ S(sb, { ref: o, ...u }) });
|
|
11899
11890
|
}
|
|
11900
11891
|
);
|
|
11901
11892
|
Eh.displayName = "TextInput";
|