@firecms/ui 3.0.0-canary.152 → 3.0.0-canary.154
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/icons/Icon.d.ts +1 -1
- package/dist/index.es.js +6 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/package.json +7 -3
- package/src/components/DateTimeField.tsx +1 -1
- package/src/components/IconButton.tsx +0 -1
- package/src/components/Select.tsx +52 -51
- package/src/icons/Icon.tsx +3 -1
package/dist/index.umd.js
CHANGED
@@ -13993,7 +13993,7 @@
|
|
13993
13993
|
invalidValue && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center m-2", children: [
|
13994
13994
|
/* @__PURE__ */ jsxRuntime.jsx(ErrorIcon, { size: "medium", color: "error" }),
|
13995
13995
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pl-2", children: [
|
13996
|
-
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2",
|
13996
|
+
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2", children: "Invalid date value for this field" }),
|
13997
13997
|
/* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body2", children: `The provided value is: ${JSON.stringify(value)}` })
|
13998
13998
|
] })
|
13999
13999
|
] })
|
@@ -15280,12 +15280,13 @@
|
|
15280
15280
|
"min-h-[42px]": size === "medium",
|
15281
15281
|
"min-h-[64px]": size === "large"
|
15282
15282
|
}
|
15283
|
-
), children: /* @__PURE__ */ jsxRuntime.
|
15283
|
+
), children: /* @__PURE__ */ jsxRuntime.jsx(
|
15284
15284
|
SelectPrimitive__namespace.Trigger,
|
15285
15285
|
{
|
15286
15286
|
ref: inputRef,
|
15287
15287
|
id,
|
15288
|
-
|
15288
|
+
asChild: true,
|
15289
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cls(
|
15289
15290
|
"w-full h-full",
|
15290
15291
|
padding ? {
|
15291
15292
|
"px-4": size === "large",
|
@@ -15304,8 +15305,7 @@
|
|
15304
15305
|
"min-h-[64px]": size === "large"
|
15305
15306
|
},
|
15306
15307
|
inputClassName
|
15307
|
-
),
|
15308
|
-
children: [
|
15308
|
+
), children: [
|
15309
15309
|
/* @__PURE__ */ jsxRuntime.jsx(
|
15310
15310
|
"div",
|
15311
15311
|
{
|
@@ -15365,7 +15365,7 @@
|
|
15365
15365
|
})
|
15366
15366
|
}
|
15367
15367
|
) })
|
15368
|
-
]
|
15368
|
+
] })
|
15369
15369
|
}
|
15370
15370
|
) }),
|
15371
15371
|
/* @__PURE__ */ jsxRuntime.jsx(SelectPrimitive__namespace.Portal, { children: /* @__PURE__ */ jsxRuntime.jsx(
|