@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/style.css CHANGED
@@ -539,134 +539,138 @@
539
539
 
540
540
  ._checkboxHidden_pb9za_51 {
541
541
  visibility: hidden;
542
- }._outerTableContainer_kx4ca_1 {
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
- ._outerTableContainer_kx4ca_1 {
553
+ ._outerTableContainer_5i91d_5 {
550
554
  padding: 10px;
551
555
  }
552
556
  }
553
557
 
554
- ._headerContainer_kx4ca_13 {
558
+ ._headerContainer_5i91d_17 {
555
559
  padding-bottom: 1rem;
556
560
  }
557
561
 
558
- ._tableTopContainer_kx4ca_17 {
562
+ ._tableTopContainer_5i91d_21 {
559
563
  padding: 10px 0;
560
564
  }
561
565
 
562
- ._tableContainer_kx4ca_21 {
566
+ ._tableContainer_5i91d_25 {
563
567
  flex: 1;
564
568
  overflow-y: auto;
565
569
  }
566
570
 
567
- ._searchContainer_kx4ca_26 {
571
+ ._searchContainer_5i91d_30 {
568
572
  display: block;
569
573
  width: 250px;
570
574
  }
571
575
  @media only screen and (max-width: 600px) {
572
- ._searchContainer_kx4ca_26 {
576
+ ._searchContainer_5i91d_30 {
573
577
  width: auto;
574
578
  }
575
579
  }
576
580
 
577
- ._columnFilterSelect_kx4ca_36 {
581
+ ._columnFilterSelect_5i91d_40 {
578
582
  display: block;
579
583
  box-shadow: none;
580
584
  }
581
- ._columnFilterSelect_kx4ca_36 svg {
585
+ ._columnFilterSelect_5i91d_40 svg {
582
586
  display: none;
583
587
  }
584
- ._columnFilterSelect_kx4ca_36:hover {
588
+ ._columnFilterSelect_5i91d_40:hover {
585
589
  background-color: rgba(0, 0, 0, 0.01);
586
590
  cursor: pointer;
587
591
  }
588
592
 
589
- ._table_kx4ca_17 {
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
- ._tableHeaderCell_kx4ca_54 {
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
- ._tableHeaderCell_kx4ca_54 svg {
605
+ ._tableHeaderCell_5i91d_58 svg {
602
606
  visibility: hidden;
603
607
  }
604
608
  @media only screen and (max-width: 600px) {
605
- ._tableHeaderCell_kx4ca_54 div[title] > div:first-child {
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
- ._showSortIcon_kx4ca_70 svg {
615
+ ._showSortIcon_5i91d_74 svg {
612
616
  visibility: visible;
613
617
  }
614
618
 
615
- ._tableRow_kx4ca_74 {
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
- ._tableRow_kx4ca_74 span, ._tableRow_kx4ca_74 i {
623
+ ._tableRow_5i91d_78 span, ._tableRow_5i91d_78 i {
620
624
  display: inline-flex;
621
625
  place-self: center;
622
626
  }
623
- ._tableRow_kx4ca_74 td {
627
+ ._tableRow_5i91d_78 td {
624
628
  padding-left: 10px !important;
625
629
  }
626
- ._tableRow_kx4ca_74:hover {
630
+ ._tableRow_5i91d_78:hover:not(._disabled_5i91d_1) {
627
631
  background-color: var(--gray-a4);
628
632
  }
629
633
 
630
- ._tableCell_kx4ca_89 {
634
+ ._tableCell_5i91d_93 {
631
635
  padding: 10px !important;
632
636
  }
633
- ._tableCell_kx4ca_89 > div > span:first-child {
637
+ ._tableCell_5i91d_93 > div > span:first-child {
634
638
  width: 100%;
635
639
  }
636
- ._tableCell_kx4ca_89:not(:last-of-type) {
640
+ ._tableCell_5i91d_93:not(:last-of-type) {
637
641
  padding-right: 20px !important;
638
642
  }
639
643
 
640
- ._noDataTextContainer_kx4ca_99 {
644
+ ._noDataTextContainer_5i91d_103 {
641
645
  padding: 0.5rem 10px;
642
646
  color: #616161;
643
647
  width: max-content;
644
648
  }
645
649
 
646
- ._tableBottomContainer_kx4ca_105 {
650
+ ._tableBottomContainer_5i91d_109 {
647
651
  padding: 15px 0;
648
652
  }
649
653
 
650
- ._rowsPerPageContainer_kx4ca_109 {
654
+ ._rowsPerPageContainer_5i91d_113 {
651
655
  flex: 1;
652
656
  }
653
657
  @media only screen and (max-width: 600px) {
654
- ._rowsPerPageContainer_kx4ca_109 {
658
+ ._rowsPerPageContainer_5i91d_113 {
655
659
  justify-content: center;
656
660
  padding-top: 5px;
657
661
  }
658
662
  }
659
663
 
660
- ._rowsPerPageText_kx4ca_119 {
664
+ ._rowsPerPageText_5i91d_123 {
661
665
  padding-right: 10px;
662
666
  padding-top: 4px;
663
667
  }
664
668
 
665
- ._pageText_kx4ca_124 {
669
+ ._pageText_5i91d_128 {
666
670
  padding-top: 4px;
667
671
  }
668
672
 
669
- ._descriptionSecondLine_kx4ca_128 {
673
+ ._descriptionSecondLine_5i91d_132 {
670
674
  white-space: nowrap;
671
675
  overflow: hidden;
672
676
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "A collection of React components for building Overmap's UI.",
5
5
  "private": false,
6
6
  "author": "Wôrdn Inc.",