@overmap-ai/blocks 1.0.18 → 1.0.19
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/blocks.js +18 -18
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +18 -18
- package/dist/blocks.umd.cjs.map +1 -1
- package/dist/style.css +31 -31
- package/package.json +1 -1
package/dist/blocks.js
CHANGED
|
@@ -2973,23 +2973,23 @@ const SelectAllCheckbox = memo(function SelectAllCheckbox2({
|
|
|
2973
2973
|
childrenWithProps
|
|
2974
2974
|
] });
|
|
2975
2975
|
});
|
|
2976
|
-
const outerTableContainer = "
|
|
2977
|
-
const headerContainer = "
|
|
2978
|
-
const tableTopContainer = "
|
|
2979
|
-
const tableContainer = "
|
|
2980
|
-
const searchContainer = "
|
|
2981
|
-
const columnFilterSelect = "
|
|
2982
|
-
const table = "
|
|
2983
|
-
const tableHeaderCell = "
|
|
2984
|
-
const showSortIcon = "
|
|
2985
|
-
const tableRow = "
|
|
2986
|
-
const tableCell = "
|
|
2987
|
-
const noDataTextContainer = "
|
|
2988
|
-
const tableBottomContainer = "
|
|
2989
|
-
const rowsPerPageContainer = "
|
|
2990
|
-
const rowsPerPageText = "
|
|
2991
|
-
const pageText = "
|
|
2992
|
-
const descriptionSecondLine = "
|
|
2976
|
+
const outerTableContainer = "_outerTableContainer_kx4ca_1";
|
|
2977
|
+
const headerContainer = "_headerContainer_kx4ca_13";
|
|
2978
|
+
const tableTopContainer = "_tableTopContainer_kx4ca_17";
|
|
2979
|
+
const tableContainer = "_tableContainer_kx4ca_21";
|
|
2980
|
+
const searchContainer = "_searchContainer_kx4ca_26";
|
|
2981
|
+
const columnFilterSelect = "_columnFilterSelect_kx4ca_36";
|
|
2982
|
+
const table = "_table_kx4ca_17";
|
|
2983
|
+
const tableHeaderCell = "_tableHeaderCell_kx4ca_54";
|
|
2984
|
+
const showSortIcon = "_showSortIcon_kx4ca_70";
|
|
2985
|
+
const tableRow = "_tableRow_kx4ca_74";
|
|
2986
|
+
const tableCell = "_tableCell_kx4ca_89";
|
|
2987
|
+
const noDataTextContainer = "_noDataTextContainer_kx4ca_99";
|
|
2988
|
+
const tableBottomContainer = "_tableBottomContainer_kx4ca_105";
|
|
2989
|
+
const rowsPerPageContainer = "_rowsPerPageContainer_kx4ca_109";
|
|
2990
|
+
const rowsPerPageText = "_rowsPerPageText_kx4ca_119";
|
|
2991
|
+
const pageText = "_pageText_kx4ca_124";
|
|
2992
|
+
const descriptionSecondLine = "_descriptionSecondLine_kx4ca_128";
|
|
2993
2993
|
const styles$1 = {
|
|
2994
2994
|
outerTableContainer,
|
|
2995
2995
|
headerContainer,
|
|
@@ -3573,7 +3573,7 @@ const _ConfirmEditInput = forwardRef(function ConfirmEditInput2({
|
|
|
3573
3573
|
},
|
|
3574
3574
|
[onCheckClick, onCancelClick, isConfirmDisabled, mode]
|
|
3575
3575
|
);
|
|
3576
|
-
return /* @__PURE__ */ jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxs(Flex, { className: styles.editableTextContainer, gap: "
|
|
3576
|
+
return /* @__PURE__ */ jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxs(Flex, { className: styles.editableTextContainer, gap: "2", ...props, children: [
|
|
3577
3577
|
/* @__PURE__ */ jsx(
|
|
3578
3578
|
Input,
|
|
3579
3579
|
{
|