@inf-monkeys-tech/monkeys-design 2.0.14 → 2.0.15
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/components/data-explorer/index.js +11 -11
- package/dist/components/data-explorer/index.js.map +1 -1
- package/dist/components/data-explorer/index.mjs +11 -11
- package/dist/components/data-explorer/index.mjs.map +1 -1
- package/dist/components/primitives/index.js +2 -2
- package/dist/components/primitives/index.js.map +1 -1
- package/dist/components/primitives/index.mjs +2 -2
- package/dist/components/primitives/index.mjs.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23489,7 +23489,7 @@ function DataExplorerDetailField({
|
|
|
23489
23489
|
"data-invalid": hasError || void 0,
|
|
23490
23490
|
"data-required": required || void 0,
|
|
23491
23491
|
className: cn3(
|
|
23492
|
-
"space-y-1",
|
|
23492
|
+
"min-w-0 space-y-1",
|
|
23493
23493
|
disabled && "opacity-60",
|
|
23494
23494
|
resolvedClassNames.root,
|
|
23495
23495
|
field?.className,
|
|
@@ -23500,7 +23500,7 @@ function DataExplorerDetailField({
|
|
|
23500
23500
|
"div",
|
|
23501
23501
|
{
|
|
23502
23502
|
className: cn3(
|
|
23503
|
-
"flex items-center gap-1.5 text-[13px] font-medium text-muted-foreground",
|
|
23503
|
+
"flex min-w-0 items-center gap-1.5 text-[13px] font-medium text-muted-foreground",
|
|
23504
23504
|
resolvedClassNames.label
|
|
23505
23505
|
),
|
|
23506
23506
|
children: [
|
|
@@ -23514,7 +23514,7 @@ function DataExplorerDetailField({
|
|
|
23514
23514
|
children: icon
|
|
23515
23515
|
}
|
|
23516
23516
|
) : null,
|
|
23517
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { ...labelDataAttributes, children: label }),
|
|
23517
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { ...labelDataAttributes, className: "min-w-0 truncate", children: label }),
|
|
23518
23518
|
required ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
23519
23519
|
"span",
|
|
23520
23520
|
{
|
|
@@ -23531,7 +23531,7 @@ function DataExplorerDetailField({
|
|
|
23531
23531
|
{
|
|
23532
23532
|
...valueDataAttributes,
|
|
23533
23533
|
className: cn3(
|
|
23534
|
-
"text-[15px] leading-6 text-foreground",
|
|
23534
|
+
"min-w-0 max-w-full text-[15px] leading-6 text-foreground [overflow-wrap:anywhere]",
|
|
23535
23535
|
resolvedClassNames.value,
|
|
23536
23536
|
valueClassName
|
|
23537
23537
|
),
|
|
@@ -23544,7 +23544,7 @@ function DataExplorerDetailField({
|
|
|
23544
23544
|
...helperDataAttributes,
|
|
23545
23545
|
"data-slot": "helper",
|
|
23546
23546
|
className: cn3(
|
|
23547
|
-
"text-xs leading-5 text-muted-foreground",
|
|
23547
|
+
"min-w-0 max-w-full text-xs leading-5 text-muted-foreground [overflow-wrap:anywhere]",
|
|
23548
23548
|
resolvedClassNames.helper
|
|
23549
23549
|
),
|
|
23550
23550
|
children: helperText
|
|
@@ -23557,7 +23557,7 @@ function DataExplorerDetailField({
|
|
|
23557
23557
|
role: "alert",
|
|
23558
23558
|
"data-slot": "error",
|
|
23559
23559
|
className: cn3(
|
|
23560
|
-
"text-xs leading-5 text-destructive-text",
|
|
23560
|
+
"min-w-0 max-w-full text-xs leading-5 text-destructive-text [overflow-wrap:anywhere]",
|
|
23561
23561
|
resolvedClassNames.error
|
|
23562
23562
|
),
|
|
23563
23563
|
children: error
|
|
@@ -24445,7 +24445,7 @@ function DataExplorerDisplayCard({
|
|
|
24445
24445
|
"div",
|
|
24446
24446
|
{
|
|
24447
24447
|
className: cn3(
|
|
24448
|
-
"mt-1 text-sm text-muted-foreground",
|
|
24448
|
+
"mt-1 min-w-0 text-sm text-muted-foreground [overflow-wrap:anywhere]",
|
|
24449
24449
|
classNames?.description
|
|
24450
24450
|
),
|
|
24451
24451
|
children: description
|
|
@@ -24462,12 +24462,12 @@ function DataExplorerDisplayCard({
|
|
|
24462
24462
|
}
|
|
24463
24463
|
) : null
|
|
24464
24464
|
] }) }),
|
|
24465
|
-
meta || actions ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex
|
|
24465
|
+
meta || actions ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 items-center gap-2", children: [
|
|
24466
24466
|
meta ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
24467
24467
|
"div",
|
|
24468
24468
|
{
|
|
24469
24469
|
className: cn3(
|
|
24470
|
-
"text-sm text-muted-foreground",
|
|
24470
|
+
"min-w-0 max-w-[12rem] truncate text-sm text-muted-foreground",
|
|
24471
24471
|
classNames?.meta
|
|
24472
24472
|
),
|
|
24473
24473
|
children: meta
|
|
@@ -24477,7 +24477,7 @@ function DataExplorerDisplayCard({
|
|
|
24477
24477
|
"div",
|
|
24478
24478
|
{
|
|
24479
24479
|
className: cn3(
|
|
24480
|
-
"flex items-center gap-2",
|
|
24480
|
+
"flex shrink-0 items-center gap-2",
|
|
24481
24481
|
classNames?.actions
|
|
24482
24482
|
),
|
|
24483
24483
|
children: actions
|
|
@@ -26086,7 +26086,7 @@ function DataExplorerUploadSurface({
|
|
|
26086
26086
|
setIsDragging(false);
|
|
26087
26087
|
emitFiles(event.dataTransfer.files);
|
|
26088
26088
|
};
|
|
26089
|
-
const renderText = (value, fallbackClassName, slot) => value ? /* @__PURE__ */ jsxRuntime.jsx("span", { "data-slot": slot, className: cn3(fallbackClassName), children: value }) : null;
|
|
26089
|
+
const renderText = (value, fallbackClassName, slot) => value ? /* @__PURE__ */ jsxRuntime.jsx("span", { "data-slot": slot, className: cn3("max-w-full [overflow-wrap:anywhere]", fallbackClassName), children: value }) : null;
|
|
26090
26090
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
26091
26091
|
"div",
|
|
26092
26092
|
{
|