@overmap-ai/blocks 1.0.26-component-forms.0 → 1.0.26-table-row-loading.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/Checkbox/typings.d.ts +0 -2
- package/dist/blocks.js +28 -35
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +28 -35
- package/dist/blocks.umd.cjs.map +1 -1
- package/dist/style.css +42 -36
- package/package.json +1 -1
package/dist/blocks.umd.cjs
CHANGED
|
@@ -3431,29 +3431,22 @@
|
|
|
3431
3431
|
}
|
|
3432
3432
|
const $e698a72e93240346$export$be92b6f5f03c0fe9 = $e698a72e93240346$export$48513f6b9f8ce62d;
|
|
3433
3433
|
const $e698a72e93240346$export$adb584737d712b70 = $e698a72e93240346$export$59aad738f51d1c05;
|
|
3434
|
-
const
|
|
3435
|
-
const
|
|
3436
|
-
const
|
|
3437
|
-
const
|
|
3438
|
-
const
|
|
3434
|
+
const checkboxContainer = "_checkboxContainer_pb9za_5";
|
|
3435
|
+
const checkbox = "_checkbox_pb9za_5";
|
|
3436
|
+
const checkboxIndicator = "_checkboxIndicator_pb9za_27";
|
|
3437
|
+
const checkboxLabel = "_checkboxLabel_pb9za_38";
|
|
3438
|
+
const noTextHighlight = "_noTextHighlight_pb9za_42";
|
|
3439
|
+
const checkboxHidden = "_checkboxHidden_pb9za_51";
|
|
3439
3440
|
const styles$2 = {
|
|
3441
|
+
checkboxContainer,
|
|
3440
3442
|
checkbox,
|
|
3441
3443
|
checkboxIndicator,
|
|
3442
3444
|
checkboxLabel,
|
|
3443
3445
|
noTextHighlight,
|
|
3444
3446
|
checkboxHidden
|
|
3445
3447
|
};
|
|
3446
|
-
const _Checkbox = React.forwardRef(function Checkbox2({
|
|
3447
|
-
className,
|
|
3448
|
-
labelClassName,
|
|
3449
|
-
label,
|
|
3450
|
-
checked,
|
|
3451
|
-
onCheckedChange,
|
|
3452
|
-
checkboxPosition = "center",
|
|
3453
|
-
alwaysShow = true,
|
|
3454
|
-
...rest
|
|
3455
|
-
}, ref) {
|
|
3456
|
-
return /* @__PURE__ */ jsxRuntime.jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(themes.Flex, { align: checkboxPosition, ...props, children: [
|
|
3448
|
+
const _Checkbox = React.forwardRef(function Checkbox2({ className, labelClassName, label, checked, onCheckedChange, alwaysShow = true, ...rest }, ref) {
|
|
3449
|
+
return /* @__PURE__ */ jsxRuntime.jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(themes.Flex, { className: styles$2.checkboxContainer, ...props, children: [
|
|
3457
3450
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3458
3451
|
$e698a72e93240346$export$be92b6f5f03c0fe9,
|
|
3459
3452
|
{
|
|
@@ -3553,24 +3546,24 @@
|
|
|
3553
3546
|
childrenWithProps
|
|
3554
3547
|
] });
|
|
3555
3548
|
});
|
|
3556
|
-
const disabled = "
|
|
3557
|
-
const outerTableContainer = "
|
|
3558
|
-
const headerContainer = "
|
|
3559
|
-
const tableTopContainer = "
|
|
3560
|
-
const tableContainer = "
|
|
3561
|
-
const searchContainer = "
|
|
3562
|
-
const columnFilterSelect = "
|
|
3563
|
-
const table = "
|
|
3564
|
-
const tableHeaderCell = "
|
|
3565
|
-
const showSortIcon = "
|
|
3566
|
-
const tableRow = "
|
|
3567
|
-
const tableCell = "
|
|
3568
|
-
const noDataTextContainer = "
|
|
3569
|
-
const tableBottomContainer = "
|
|
3570
|
-
const rowsPerPageContainer = "
|
|
3571
|
-
const rowsPerPageText = "
|
|
3572
|
-
const pageText = "
|
|
3573
|
-
const descriptionSecondLine = "
|
|
3549
|
+
const disabled = "_disabled_ybi8a_1";
|
|
3550
|
+
const outerTableContainer = "_outerTableContainer_ybi8a_5";
|
|
3551
|
+
const headerContainer = "_headerContainer_ybi8a_17";
|
|
3552
|
+
const tableTopContainer = "_tableTopContainer_ybi8a_21";
|
|
3553
|
+
const tableContainer = "_tableContainer_ybi8a_25";
|
|
3554
|
+
const searchContainer = "_searchContainer_ybi8a_30";
|
|
3555
|
+
const columnFilterSelect = "_columnFilterSelect_ybi8a_40";
|
|
3556
|
+
const table = "_table_ybi8a_21";
|
|
3557
|
+
const tableHeaderCell = "_tableHeaderCell_ybi8a_59";
|
|
3558
|
+
const showSortIcon = "_showSortIcon_ybi8a_75";
|
|
3559
|
+
const tableRow = "_tableRow_ybi8a_79";
|
|
3560
|
+
const tableCell = "_tableCell_ybi8a_94";
|
|
3561
|
+
const noDataTextContainer = "_noDataTextContainer_ybi8a_104";
|
|
3562
|
+
const tableBottomContainer = "_tableBottomContainer_ybi8a_110";
|
|
3563
|
+
const rowsPerPageContainer = "_rowsPerPageContainer_ybi8a_114";
|
|
3564
|
+
const rowsPerPageText = "_rowsPerPageText_ybi8a_124";
|
|
3565
|
+
const pageText = "_pageText_ybi8a_129";
|
|
3566
|
+
const descriptionSecondLine = "_descriptionSecondLine_ybi8a_133";
|
|
3574
3567
|
const styles$1 = {
|
|
3575
3568
|
disabled,
|
|
3576
3569
|
outerTableContainer,
|
|
@@ -3990,7 +3983,7 @@
|
|
|
3990
3983
|
className: classNames(styles$1.tableRow, rowClassName, row.className, {
|
|
3991
3984
|
[styles$1.disabled]: row.disabled
|
|
3992
3985
|
}),
|
|
3993
|
-
onClick: !row.disabled && row.onClick,
|
|
3986
|
+
onClick: !row.loading && !row.disabled && row.onClick,
|
|
3994
3987
|
children: row.loading ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
3995
3988
|
table_js.Cell,
|
|
3996
3989
|
{
|