@g4rcez/components 0.0.41 → 0.0.42
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.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/form/input-field.js +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17366,16 +17366,16 @@ const c_ = ({ reportStatus: e, hideLeft: t = !1, className: n, info: r, children
|
|
|
17366
17366
|
{
|
|
17367
17367
|
className: `group relative flex w-full flex-row flex-nowrap items-center gap-x-2 gap-y-1 rounded-md border border-input-border bg-transparent transition-colors group-hover:border-primary group-error:border-danger ${h}`,
|
|
17368
17368
|
children: [
|
|
17369
|
-
t ? /* @__PURE__ */ S("span", { className: "flex flex-nowrap gap-1 whitespace-nowrap
|
|
17369
|
+
t ? /* @__PURE__ */ S("span", { className: "flex flex-nowrap gap-1 whitespace-nowrap", children: t }) : null,
|
|
17370
17370
|
l,
|
|
17371
|
-
s ? /* @__PURE__ */ S("span", { className: "flex flex-nowrap gap-2 whitespace-nowrap
|
|
17371
|
+
s ? /* @__PURE__ */ S("span", { className: "flex flex-nowrap gap-2 whitespace-nowrap", children: s }) : null
|
|
17372
17372
|
]
|
|
17373
17373
|
}
|
|
17374
17374
|
)
|
|
17375
17375
|
]
|
|
17376
17376
|
}
|
|
17377
17377
|
),
|
|
17378
|
-
/* @__PURE__ */ S("p", { className: "mt-input-gap hidden flex-shrink-0 flex-grow-0 whitespace-pre-wrap text-wrap text-xs empty:hidden group-has-[input:not(:focus):invalid[data-initialized=true]]:inline-block group-error:inline-block group-error:text-danger", children:
|
|
17378
|
+
/* @__PURE__ */ S("p", { className: "mt-input-gap hidden flex-shrink-0 flex-grow-0 whitespace-pre-wrap text-wrap text-xs empty:mt-0 empty:hidden group-has-[input:not(:focus):invalid[data-initialized=true]]:inline-block group-error:inline-block group-error:text-danger", children: c }),
|
|
17379
17379
|
/* @__PURE__ */ S("p", { className: "mt-input-gap text-xs empty:mt-0 empty:hidden group-has-[input:not(:focus):valid[data-initialized=true]]:block group-assert:block group-error:hidden", children: o })
|
|
17380
17380
|
]
|
|
17381
17381
|
}
|