@moser-inc/moser-labs-react 5.1.0 → 5.1.1
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/moser-labs-react.js
CHANGED
|
@@ -4,7 +4,7 @@ var un = (e, t, n) => G6(e, typeof t != "symbol" ? t + "" : t, n);
|
|
|
4
4
|
import * as y from "react";
|
|
5
5
|
import Xr, { useContext as fn, useState as Xi, useRef as wt, useEffect as zt, useMemo as Vn, forwardRef as Fa, useCallback as Nt, createContext as Hr, useLayoutEffect as q6, useId as qp, useInsertionEffect as M0, Children as Z6, isValidElement as X6, Fragment as L0, createElement as $0, Component as J6, Suspense as Q6 } from "react";
|
|
6
6
|
import vs from "react-dom";
|
|
7
|
-
const ew = "5.1.
|
|
7
|
+
const ew = "5.1.1", tw = {
|
|
8
8
|
version: ew
|
|
9
9
|
}, C$ = tw.version;
|
|
10
10
|
var nw = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
@@ -15549,9 +15549,7 @@ const HS = (e, t) => wh(e) ? new VS(t) : new RS(t, {
|
|
|
15549
15549
|
}
|
|
15550
15550
|
)
|
|
15551
15551
|
] }), Ya = (e) => e, Ga = (e) => ({
|
|
15552
|
-
className: kn(
|
|
15553
|
-
"p-invalid": !!e.message
|
|
15554
|
-
})
|
|
15552
|
+
className: kn("w-full", { "p-invalid": !!e.message })
|
|
15555
15553
|
}), zS = (e) => {
|
|
15556
15554
|
const {
|
|
15557
15555
|
id: t,
|
|
@@ -15653,7 +15651,7 @@ const WS = (e, t, n, r = !1) => {
|
|
|
15653
15651
|
/* @__PURE__ */ Ae.jsxs(
|
|
15654
15652
|
"div",
|
|
15655
15653
|
{
|
|
15656
|
-
className: kn("flex", {
|
|
15654
|
+
className: kn("flex w-full", {
|
|
15657
15655
|
"p-float-label": u,
|
|
15658
15656
|
"p-input-icon-left": !!c,
|
|
15659
15657
|
"p-input-icon-right": !!f
|
package/dist/package.json.d.ts
CHANGED