@overmap-ai/blocks 1.0.16 → 1.0.17-table-style-changes.0
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 +15 -15
- package/dist/blocks.umd.cjs +15 -15
- package/dist/style.css +32 -27
- package/package.json +1 -1
package/dist/blocks.js
CHANGED
|
@@ -2967,21 +2967,21 @@ const SelectAllCheckbox = memo(function SelectAllCheckbox2({
|
|
|
2967
2967
|
childrenWithProps
|
|
2968
2968
|
] });
|
|
2969
2969
|
});
|
|
2970
|
-
const tableContainer = "
|
|
2971
|
-
const headerContainer = "
|
|
2972
|
-
const tableTopContainer = "
|
|
2973
|
-
const searchContainer = "
|
|
2974
|
-
const columnFilterSelect = "
|
|
2975
|
-
const table = "
|
|
2976
|
-
const tableHeaderCell = "
|
|
2977
|
-
const showSortIcon = "
|
|
2978
|
-
const tableRow = "
|
|
2979
|
-
const tableCell = "
|
|
2980
|
-
const noDataTextContainer = "
|
|
2981
|
-
const tableBottomContainer = "
|
|
2982
|
-
const rowsPerPageContainer = "
|
|
2983
|
-
const rowsPerPageText = "
|
|
2984
|
-
const pageText = "
|
|
2970
|
+
const tableContainer = "_tableContainer_1tfxw_1";
|
|
2971
|
+
const headerContainer = "_headerContainer_1tfxw_13";
|
|
2972
|
+
const tableTopContainer = "_tableTopContainer_1tfxw_17";
|
|
2973
|
+
const searchContainer = "_searchContainer_1tfxw_21";
|
|
2974
|
+
const columnFilterSelect = "_columnFilterSelect_1tfxw_31";
|
|
2975
|
+
const table = "_table_1tfxw_1";
|
|
2976
|
+
const tableHeaderCell = "_tableHeaderCell_1tfxw_49";
|
|
2977
|
+
const showSortIcon = "_showSortIcon_1tfxw_64";
|
|
2978
|
+
const tableRow = "_tableRow_1tfxw_68";
|
|
2979
|
+
const tableCell = "_tableCell_1tfxw_83";
|
|
2980
|
+
const noDataTextContainer = "_noDataTextContainer_1tfxw_93";
|
|
2981
|
+
const tableBottomContainer = "_tableBottomContainer_1tfxw_99";
|
|
2982
|
+
const rowsPerPageContainer = "_rowsPerPageContainer_1tfxw_103";
|
|
2983
|
+
const rowsPerPageText = "_rowsPerPageText_1tfxw_113";
|
|
2984
|
+
const pageText = "_pageText_1tfxw_118";
|
|
2985
2985
|
const styles$1 = {
|
|
2986
2986
|
tableContainer,
|
|
2987
2987
|
headerContainer,
|
package/dist/blocks.umd.cjs
CHANGED
|
@@ -2968,21 +2968,21 @@
|
|
|
2968
2968
|
childrenWithProps
|
|
2969
2969
|
] });
|
|
2970
2970
|
});
|
|
2971
|
-
const tableContainer = "
|
|
2972
|
-
const headerContainer = "
|
|
2973
|
-
const tableTopContainer = "
|
|
2974
|
-
const searchContainer = "
|
|
2975
|
-
const columnFilterSelect = "
|
|
2976
|
-
const table = "
|
|
2977
|
-
const tableHeaderCell = "
|
|
2978
|
-
const showSortIcon = "
|
|
2979
|
-
const tableRow = "
|
|
2980
|
-
const tableCell = "
|
|
2981
|
-
const noDataTextContainer = "
|
|
2982
|
-
const tableBottomContainer = "
|
|
2983
|
-
const rowsPerPageContainer = "
|
|
2984
|
-
const rowsPerPageText = "
|
|
2985
|
-
const pageText = "
|
|
2971
|
+
const tableContainer = "_tableContainer_1tfxw_1";
|
|
2972
|
+
const headerContainer = "_headerContainer_1tfxw_13";
|
|
2973
|
+
const tableTopContainer = "_tableTopContainer_1tfxw_17";
|
|
2974
|
+
const searchContainer = "_searchContainer_1tfxw_21";
|
|
2975
|
+
const columnFilterSelect = "_columnFilterSelect_1tfxw_31";
|
|
2976
|
+
const table = "_table_1tfxw_1";
|
|
2977
|
+
const tableHeaderCell = "_tableHeaderCell_1tfxw_49";
|
|
2978
|
+
const showSortIcon = "_showSortIcon_1tfxw_64";
|
|
2979
|
+
const tableRow = "_tableRow_1tfxw_68";
|
|
2980
|
+
const tableCell = "_tableCell_1tfxw_83";
|
|
2981
|
+
const noDataTextContainer = "_noDataTextContainer_1tfxw_93";
|
|
2982
|
+
const tableBottomContainer = "_tableBottomContainer_1tfxw_99";
|
|
2983
|
+
const rowsPerPageContainer = "_rowsPerPageContainer_1tfxw_103";
|
|
2984
|
+
const rowsPerPageText = "_rowsPerPageText_1tfxw_113";
|
|
2985
|
+
const pageText = "_pageText_1tfxw_118";
|
|
2986
2986
|
const styles$1 = {
|
|
2987
2987
|
tableContainer,
|
|
2988
2988
|
headerContainer,
|
package/dist/style.css
CHANGED
|
@@ -540,119 +540,124 @@
|
|
|
540
540
|
|
|
541
541
|
._checkboxHidden_pb9za_51 {
|
|
542
542
|
visibility: hidden;
|
|
543
|
-
}.
|
|
544
|
-
border-width: 1px;
|
|
543
|
+
}._tableContainer_1tfxw_1 {
|
|
545
544
|
padding: 30px;
|
|
546
545
|
border: 1px solid var(--gray-a4);
|
|
547
546
|
border-radius: 0.5rem;
|
|
548
547
|
box-shadow: var(--shadow-4);
|
|
549
548
|
}
|
|
550
549
|
@media only screen and (max-width: 600px) {
|
|
551
|
-
.
|
|
550
|
+
._tableContainer_1tfxw_1 {
|
|
552
551
|
padding: 10px;
|
|
553
552
|
}
|
|
554
553
|
}
|
|
555
554
|
|
|
556
|
-
.
|
|
555
|
+
._headerContainer_1tfxw_13 {
|
|
557
556
|
padding-bottom: 1rem;
|
|
558
557
|
}
|
|
559
558
|
|
|
560
|
-
.
|
|
559
|
+
._tableTopContainer_1tfxw_17 {
|
|
561
560
|
padding: 10px 0;
|
|
562
561
|
}
|
|
563
562
|
|
|
564
|
-
.
|
|
563
|
+
._searchContainer_1tfxw_21 {
|
|
565
564
|
display: block;
|
|
566
565
|
width: 250px;
|
|
567
566
|
}
|
|
568
567
|
@media only screen and (max-width: 600px) {
|
|
569
|
-
.
|
|
568
|
+
._searchContainer_1tfxw_21 {
|
|
570
569
|
width: auto;
|
|
571
570
|
}
|
|
572
571
|
}
|
|
573
572
|
|
|
574
|
-
.
|
|
573
|
+
._columnFilterSelect_1tfxw_31 {
|
|
575
574
|
display: block;
|
|
576
575
|
box-shadow: none;
|
|
577
576
|
}
|
|
578
|
-
.
|
|
577
|
+
._columnFilterSelect_1tfxw_31 svg {
|
|
579
578
|
display: none;
|
|
580
579
|
}
|
|
581
|
-
.
|
|
580
|
+
._columnFilterSelect_1tfxw_31:hover {
|
|
582
581
|
background-color: rgba(0, 0, 0, 0.01);
|
|
583
582
|
cursor: pointer;
|
|
584
583
|
}
|
|
585
584
|
|
|
586
|
-
.
|
|
585
|
+
._table_1tfxw_1 {
|
|
587
586
|
border: 1px solid var(--gray-a4);
|
|
588
587
|
border-radius: 3px !important;
|
|
589
588
|
background-color: inherit;
|
|
590
589
|
}
|
|
591
590
|
|
|
592
|
-
.
|
|
591
|
+
._tableHeaderCell_1tfxw_49 {
|
|
593
592
|
opacity: 0.65;
|
|
594
593
|
padding: 10px !important;
|
|
595
594
|
border-bottom: 1px solid var(--gray-4);
|
|
596
595
|
}
|
|
597
|
-
.
|
|
596
|
+
._tableHeaderCell_1tfxw_49 svg {
|
|
598
597
|
display: none;
|
|
599
598
|
}
|
|
599
|
+
@media only screen and (max-width: 600px) {
|
|
600
|
+
._tableHeaderCell_1tfxw_49 div {
|
|
601
|
+
overflow: visible;
|
|
602
|
+
white-space: normal;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
600
605
|
|
|
601
|
-
.
|
|
606
|
+
._showSortIcon_1tfxw_64 svg {
|
|
602
607
|
display: block;
|
|
603
608
|
}
|
|
604
609
|
|
|
605
|
-
.
|
|
610
|
+
._tableRow_1tfxw_68 {
|
|
606
611
|
background-color: inherit;
|
|
607
612
|
/* This for the CellSelect checkbox component as it does not accept a className prop */
|
|
608
613
|
}
|
|
609
|
-
.
|
|
614
|
+
._tableRow_1tfxw_68 span, ._tableRow_1tfxw_68 i {
|
|
610
615
|
display: inline-flex;
|
|
611
616
|
place-self: center;
|
|
612
617
|
}
|
|
613
|
-
.
|
|
618
|
+
._tableRow_1tfxw_68 td {
|
|
614
619
|
padding-left: 10px !important;
|
|
615
620
|
}
|
|
616
|
-
.
|
|
621
|
+
._tableRow_1tfxw_68:hover {
|
|
617
622
|
background-color: var(--gray-a4);
|
|
618
623
|
}
|
|
619
624
|
|
|
620
|
-
.
|
|
625
|
+
._tableCell_1tfxw_83 {
|
|
621
626
|
padding: 10px !important;
|
|
622
627
|
}
|
|
623
|
-
.
|
|
628
|
+
._tableCell_1tfxw_83 > div > span:first-child {
|
|
624
629
|
width: 100%;
|
|
625
630
|
}
|
|
626
|
-
.
|
|
631
|
+
._tableCell_1tfxw_83:not(:last-of-type) {
|
|
627
632
|
padding-right: 20px !important;
|
|
628
633
|
}
|
|
629
634
|
|
|
630
|
-
.
|
|
635
|
+
._noDataTextContainer_1tfxw_93 {
|
|
631
636
|
padding: 0.5rem 10px;
|
|
632
637
|
color: #616161;
|
|
633
638
|
width: max-content;
|
|
634
639
|
}
|
|
635
640
|
|
|
636
|
-
.
|
|
641
|
+
._tableBottomContainer_1tfxw_99 {
|
|
637
642
|
padding: 15px 0;
|
|
638
643
|
}
|
|
639
644
|
|
|
640
|
-
.
|
|
645
|
+
._rowsPerPageContainer_1tfxw_103 {
|
|
641
646
|
flex: 1;
|
|
642
647
|
}
|
|
643
648
|
@media only screen and (max-width: 600px) {
|
|
644
|
-
.
|
|
649
|
+
._rowsPerPageContainer_1tfxw_103 {
|
|
645
650
|
justify-content: center;
|
|
646
651
|
padding-top: 5px;
|
|
647
652
|
}
|
|
648
653
|
}
|
|
649
654
|
|
|
650
|
-
.
|
|
655
|
+
._rowsPerPageText_1tfxw_113 {
|
|
651
656
|
padding-right: 10px;
|
|
652
657
|
padding-top: 4px;
|
|
653
658
|
}
|
|
654
659
|
|
|
655
|
-
.
|
|
660
|
+
._pageText_1tfxw_118 {
|
|
656
661
|
padding-top: 4px;
|
|
657
662
|
}._editableTextContainer_174g6_1 {
|
|
658
663
|
align-items: center;
|