@oniratec/onira-react-ui 3.1.1 → 3.1.2
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15378,8 +15378,8 @@ function p0({
|
|
|
15378
15378
|
e.label,
|
|
15379
15379
|
e.labelAddon
|
|
15380
15380
|
] }),
|
|
15381
|
-
/* @__PURE__ */
|
|
15382
|
-
/* @__PURE__ */ c(
|
|
15381
|
+
/* @__PURE__ */ w("div", { className: "relative flex w-full items-center", children: [
|
|
15382
|
+
/* @__PURE__ */ c(rt, { children: /* @__PURE__ */ c(
|
|
15383
15383
|
In,
|
|
15384
15384
|
{
|
|
15385
15385
|
type: r ? "text" : "password",
|
|
@@ -15392,7 +15392,7 @@ function p0({
|
|
|
15392
15392
|
},
|
|
15393
15393
|
onBlur: s.onBlur
|
|
15394
15394
|
}
|
|
15395
|
-
),
|
|
15395
|
+
) }),
|
|
15396
15396
|
/* @__PURE__ */ c(
|
|
15397
15397
|
Ue,
|
|
15398
15398
|
{
|
|
@@ -15404,7 +15404,7 @@ function p0({
|
|
|
15404
15404
|
children: r ? /* @__PURE__ */ c(Bo, { className: "h-4 w-4" }) : /* @__PURE__ */ c(md, { className: "h-4 w-4" })
|
|
15405
15405
|
}
|
|
15406
15406
|
)
|
|
15407
|
-
] })
|
|
15407
|
+
] }),
|
|
15408
15408
|
/* @__PURE__ */ c(nt, {})
|
|
15409
15409
|
] });
|
|
15410
15410
|
/* =====================================================
|