@rebasepro/ui 0.20.0 → 0.20.1-canary.g4d882ca
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.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4364,7 +4364,7 @@ function FileUpload({ accept, onFilesAdded, onFilesRejected, maxSize, disabled,
|
|
|
4364
4364
|
role: "button",
|
|
4365
4365
|
"aria-label": typeof title === "string" ? title : typeof uploadDescription === "string" ? uploadDescription : "Upload file",
|
|
4366
4366
|
"aria-disabled": disabled || void 0,
|
|
4367
|
-
className: cls(fieldBackgroundMixin, "flex gap-2", "p-4 box-border relative items-center border-2 border-solid border-transparent outline-hidden rounded-lg duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary
|
|
4367
|
+
className: cls(fieldBackgroundMixin, "flex gap-2", "p-4 box-border relative items-center border-2 border-solid border-transparent outline-hidden rounded-lg duration-200 ease-[cubic-bezier(0.4,0,0.2,1)] focus:border-primary", {
|
|
4368
4368
|
"h-44": size === "large",
|
|
4369
4369
|
"h-28": size === "medium",
|
|
4370
4370
|
"h-16": size === "small",
|
|
@@ -6061,7 +6061,7 @@ var VirtualTableHeader = React.memo(function VirtualTableHeader({ resizeHandleRe
|
|
|
6061
6061
|
}, [column, onFilterUpdate]);
|
|
6062
6062
|
const hovered = !(isResizingIndex !== columnIndex && isResizingIndex > 0) && (onHover || isResizingIndex === columnIndex);
|
|
6063
6063
|
return /* @__PURE__ */ jsx(ErrorBoundary, { children: /* @__PURE__ */ jsxs("div", {
|
|
6064
|
-
className: cls("flex py-0 px-3 h-full text-xs uppercase font-semibold relative select-none items-center", isDragging ? "bg-primary-bg
|
|
6064
|
+
className: cls("flex py-0 px-3 h-full text-xs uppercase font-semibold relative select-none items-center", isDragging ? "bg-primary-bg" : "bg-surface-sheet", "text-text-secondary hover:text-text-primary dark:text-text-secondary-dark dark:hover:text-text-primary-dark", !isDragging && "hover:bg-surface-hover", column.frozen ? "sticky left-0 z-10" : "relative z-0", isDraggable && "cursor-grab"),
|
|
6065
6065
|
style: {
|
|
6066
6066
|
left: column.frozen ? 0 : void 0,
|
|
6067
6067
|
minWidth: column.width,
|
|
@@ -8781,7 +8781,7 @@ function CollectionListView({ dataController, properties, propertiesOrder, idPro
|
|
|
8781
8781
|
const titleValue = getValueInPath(item, titlePropertyKey);
|
|
8782
8782
|
return /* @__PURE__ */ jsxs("div", {
|
|
8783
8783
|
style,
|
|
8784
|
-
className: cls("flex items-center gap-3 px-4 cursor-pointer", "hover:bg-surface-hover", "transition-colors duration-100", selected && "bg-primary-
|
|
8784
|
+
className: cls("flex items-center gap-3 px-4 cursor-pointer", "hover:bg-surface-hover", "transition-colors duration-100", selected && "bg-primary-bg", highlighted && "bg-surface-raised", rowClassName),
|
|
8785
8785
|
onClick,
|
|
8786
8786
|
children: [selectionEnabled && /* @__PURE__ */ jsx("div", {
|
|
8787
8787
|
className: "flex-shrink-0",
|