@overmap-ai/blocks 1.0.20 → 1.0.22
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/Table/typings.d.ts +3 -0
- package/dist/blocks.js +60 -52
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +60 -52
- package/dist/blocks.umd.cjs.map +1 -1
- package/dist/style.css +33 -29
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -539,134 +539,138 @@
|
|
|
539
539
|
|
|
540
540
|
._checkboxHidden_pb9za_51 {
|
|
541
541
|
visibility: hidden;
|
|
542
|
-
}.
|
|
542
|
+
}._disabled_5i91d_1 {
|
|
543
|
+
color: var(--gray-a10);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
._outerTableContainer_5i91d_5 {
|
|
543
547
|
padding: 30px;
|
|
544
548
|
border: 1px solid var(--gray-a4);
|
|
545
549
|
border-radius: 0.5rem;
|
|
546
550
|
box-shadow: var(--shadow-4);
|
|
547
551
|
}
|
|
548
552
|
@media only screen and (max-width: 600px) {
|
|
549
|
-
.
|
|
553
|
+
._outerTableContainer_5i91d_5 {
|
|
550
554
|
padding: 10px;
|
|
551
555
|
}
|
|
552
556
|
}
|
|
553
557
|
|
|
554
|
-
.
|
|
558
|
+
._headerContainer_5i91d_17 {
|
|
555
559
|
padding-bottom: 1rem;
|
|
556
560
|
}
|
|
557
561
|
|
|
558
|
-
.
|
|
562
|
+
._tableTopContainer_5i91d_21 {
|
|
559
563
|
padding: 10px 0;
|
|
560
564
|
}
|
|
561
565
|
|
|
562
|
-
.
|
|
566
|
+
._tableContainer_5i91d_25 {
|
|
563
567
|
flex: 1;
|
|
564
568
|
overflow-y: auto;
|
|
565
569
|
}
|
|
566
570
|
|
|
567
|
-
.
|
|
571
|
+
._searchContainer_5i91d_30 {
|
|
568
572
|
display: block;
|
|
569
573
|
width: 250px;
|
|
570
574
|
}
|
|
571
575
|
@media only screen and (max-width: 600px) {
|
|
572
|
-
.
|
|
576
|
+
._searchContainer_5i91d_30 {
|
|
573
577
|
width: auto;
|
|
574
578
|
}
|
|
575
579
|
}
|
|
576
580
|
|
|
577
|
-
.
|
|
581
|
+
._columnFilterSelect_5i91d_40 {
|
|
578
582
|
display: block;
|
|
579
583
|
box-shadow: none;
|
|
580
584
|
}
|
|
581
|
-
.
|
|
585
|
+
._columnFilterSelect_5i91d_40 svg {
|
|
582
586
|
display: none;
|
|
583
587
|
}
|
|
584
|
-
.
|
|
588
|
+
._columnFilterSelect_5i91d_40:hover {
|
|
585
589
|
background-color: rgba(0, 0, 0, 0.01);
|
|
586
590
|
cursor: pointer;
|
|
587
591
|
}
|
|
588
592
|
|
|
589
|
-
.
|
|
593
|
+
._table_5i91d_21 {
|
|
590
594
|
border: 1px solid var(--gray-a4);
|
|
591
595
|
border-radius: 3px !important;
|
|
592
596
|
background-color: inherit;
|
|
593
597
|
}
|
|
594
598
|
|
|
595
|
-
.
|
|
599
|
+
._tableHeaderCell_5i91d_58 {
|
|
596
600
|
background-color: var(--color-background) !important;
|
|
597
601
|
padding: 10px !important;
|
|
598
602
|
border-bottom: 1px solid var(--gray-4);
|
|
599
603
|
max-height: 110px;
|
|
600
604
|
}
|
|
601
|
-
.
|
|
605
|
+
._tableHeaderCell_5i91d_58 svg {
|
|
602
606
|
visibility: hidden;
|
|
603
607
|
}
|
|
604
608
|
@media only screen and (max-width: 600px) {
|
|
605
|
-
.
|
|
609
|
+
._tableHeaderCell_5i91d_58 div[title] > div:first-child {
|
|
606
610
|
overflow: visible;
|
|
607
611
|
white-space: normal;
|
|
608
612
|
}
|
|
609
613
|
}
|
|
610
614
|
|
|
611
|
-
.
|
|
615
|
+
._showSortIcon_5i91d_74 svg {
|
|
612
616
|
visibility: visible;
|
|
613
617
|
}
|
|
614
618
|
|
|
615
|
-
.
|
|
619
|
+
._tableRow_5i91d_78 {
|
|
616
620
|
background-color: inherit;
|
|
617
621
|
/* This for the CellSelect checkbox component as it does not accept a className prop */
|
|
618
622
|
}
|
|
619
|
-
.
|
|
623
|
+
._tableRow_5i91d_78 span, ._tableRow_5i91d_78 i {
|
|
620
624
|
display: inline-flex;
|
|
621
625
|
place-self: center;
|
|
622
626
|
}
|
|
623
|
-
.
|
|
627
|
+
._tableRow_5i91d_78 td {
|
|
624
628
|
padding-left: 10px !important;
|
|
625
629
|
}
|
|
626
|
-
.
|
|
630
|
+
._tableRow_5i91d_78:hover:not(._disabled_5i91d_1) {
|
|
627
631
|
background-color: var(--gray-a4);
|
|
628
632
|
}
|
|
629
633
|
|
|
630
|
-
.
|
|
634
|
+
._tableCell_5i91d_93 {
|
|
631
635
|
padding: 10px !important;
|
|
632
636
|
}
|
|
633
|
-
.
|
|
637
|
+
._tableCell_5i91d_93 > div > span:first-child {
|
|
634
638
|
width: 100%;
|
|
635
639
|
}
|
|
636
|
-
.
|
|
640
|
+
._tableCell_5i91d_93:not(:last-of-type) {
|
|
637
641
|
padding-right: 20px !important;
|
|
638
642
|
}
|
|
639
643
|
|
|
640
|
-
.
|
|
644
|
+
._noDataTextContainer_5i91d_103 {
|
|
641
645
|
padding: 0.5rem 10px;
|
|
642
646
|
color: #616161;
|
|
643
647
|
width: max-content;
|
|
644
648
|
}
|
|
645
649
|
|
|
646
|
-
.
|
|
650
|
+
._tableBottomContainer_5i91d_109 {
|
|
647
651
|
padding: 15px 0;
|
|
648
652
|
}
|
|
649
653
|
|
|
650
|
-
.
|
|
654
|
+
._rowsPerPageContainer_5i91d_113 {
|
|
651
655
|
flex: 1;
|
|
652
656
|
}
|
|
653
657
|
@media only screen and (max-width: 600px) {
|
|
654
|
-
.
|
|
658
|
+
._rowsPerPageContainer_5i91d_113 {
|
|
655
659
|
justify-content: center;
|
|
656
660
|
padding-top: 5px;
|
|
657
661
|
}
|
|
658
662
|
}
|
|
659
663
|
|
|
660
|
-
.
|
|
664
|
+
._rowsPerPageText_5i91d_123 {
|
|
661
665
|
padding-right: 10px;
|
|
662
666
|
padding-top: 4px;
|
|
663
667
|
}
|
|
664
668
|
|
|
665
|
-
.
|
|
669
|
+
._pageText_5i91d_128 {
|
|
666
670
|
padding-top: 4px;
|
|
667
671
|
}
|
|
668
672
|
|
|
669
|
-
.
|
|
673
|
+
._descriptionSecondLine_5i91d_132 {
|
|
670
674
|
white-space: nowrap;
|
|
671
675
|
overflow: hidden;
|
|
672
676
|
text-overflow: ellipsis;
|