@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/style.css CHANGED
@@ -539,134 +539,134 @@
539
539
 
540
540
  ._checkboxHidden_pb9za_51 {
541
541
  visibility: hidden;
542
- }._outerTableContainer_1wqc9_1 {
542
+ }._outerTableContainer_kx4ca_1 {
543
543
  padding: 30px;
544
544
  border: 1px solid var(--gray-a4);
545
545
  border-radius: 0.5rem;
546
546
  box-shadow: var(--shadow-4);
547
547
  }
548
548
  @media only screen and (max-width: 600px) {
549
- ._outerTableContainer_1wqc9_1 {
549
+ ._outerTableContainer_kx4ca_1 {
550
550
  padding: 10px;
551
551
  }
552
552
  }
553
553
 
554
- ._headerContainer_1wqc9_13 {
554
+ ._headerContainer_kx4ca_13 {
555
555
  padding-bottom: 1rem;
556
556
  }
557
557
 
558
- ._tableTopContainer_1wqc9_17 {
558
+ ._tableTopContainer_kx4ca_17 {
559
559
  padding: 10px 0;
560
560
  }
561
561
 
562
- ._tableContainer_1wqc9_21 {
562
+ ._tableContainer_kx4ca_21 {
563
563
  flex: 1;
564
564
  overflow-y: auto;
565
565
  }
566
566
 
567
- ._searchContainer_1wqc9_26 {
567
+ ._searchContainer_kx4ca_26 {
568
568
  display: block;
569
569
  width: 250px;
570
570
  }
571
571
  @media only screen and (max-width: 600px) {
572
- ._searchContainer_1wqc9_26 {
572
+ ._searchContainer_kx4ca_26 {
573
573
  width: auto;
574
574
  }
575
575
  }
576
576
 
577
- ._columnFilterSelect_1wqc9_36 {
577
+ ._columnFilterSelect_kx4ca_36 {
578
578
  display: block;
579
579
  box-shadow: none;
580
580
  }
581
- ._columnFilterSelect_1wqc9_36 svg {
581
+ ._columnFilterSelect_kx4ca_36 svg {
582
582
  display: none;
583
583
  }
584
- ._columnFilterSelect_1wqc9_36:hover {
584
+ ._columnFilterSelect_kx4ca_36:hover {
585
585
  background-color: rgba(0, 0, 0, 0.01);
586
586
  cursor: pointer;
587
587
  }
588
588
 
589
- ._table_1wqc9_17 {
589
+ ._table_kx4ca_17 {
590
590
  border: 1px solid var(--gray-a4);
591
591
  border-radius: 3px !important;
592
592
  background-color: inherit;
593
593
  }
594
594
 
595
- ._tableHeaderCell_1wqc9_54 {
595
+ ._tableHeaderCell_kx4ca_54 {
596
596
  background-color: var(--color-background) !important;
597
597
  padding: 10px !important;
598
598
  border-bottom: 1px solid var(--gray-4);
599
599
  max-height: 110px;
600
600
  }
601
- ._tableHeaderCell_1wqc9_54 svg {
602
- display: none;
601
+ ._tableHeaderCell_kx4ca_54 svg {
602
+ visibility: hidden;
603
603
  }
604
604
  @media only screen and (max-width: 600px) {
605
- ._tableHeaderCell_1wqc9_54 div[title] > div:first-child {
605
+ ._tableHeaderCell_kx4ca_54 div[title] > div:first-child {
606
606
  overflow: visible;
607
607
  white-space: normal;
608
608
  }
609
609
  }
610
610
 
611
- ._showSortIcon_1wqc9_70 svg {
612
- display: block;
611
+ ._showSortIcon_kx4ca_70 svg {
612
+ visibility: visible;
613
613
  }
614
614
 
615
- ._tableRow_1wqc9_74 {
615
+ ._tableRow_kx4ca_74 {
616
616
  background-color: inherit;
617
617
  /* This for the CellSelect checkbox component as it does not accept a className prop */
618
618
  }
619
- ._tableRow_1wqc9_74 span, ._tableRow_1wqc9_74 i {
619
+ ._tableRow_kx4ca_74 span, ._tableRow_kx4ca_74 i {
620
620
  display: inline-flex;
621
621
  place-self: center;
622
622
  }
623
- ._tableRow_1wqc9_74 td {
623
+ ._tableRow_kx4ca_74 td {
624
624
  padding-left: 10px !important;
625
625
  }
626
- ._tableRow_1wqc9_74:hover {
626
+ ._tableRow_kx4ca_74:hover {
627
627
  background-color: var(--gray-a4);
628
628
  }
629
629
 
630
- ._tableCell_1wqc9_89 {
630
+ ._tableCell_kx4ca_89 {
631
631
  padding: 10px !important;
632
632
  }
633
- ._tableCell_1wqc9_89 > div > span:first-child {
633
+ ._tableCell_kx4ca_89 > div > span:first-child {
634
634
  width: 100%;
635
635
  }
636
- ._tableCell_1wqc9_89:not(:last-of-type) {
636
+ ._tableCell_kx4ca_89:not(:last-of-type) {
637
637
  padding-right: 20px !important;
638
638
  }
639
639
 
640
- ._noDataTextContainer_1wqc9_99 {
640
+ ._noDataTextContainer_kx4ca_99 {
641
641
  padding: 0.5rem 10px;
642
642
  color: #616161;
643
643
  width: max-content;
644
644
  }
645
645
 
646
- ._tableBottomContainer_1wqc9_105 {
646
+ ._tableBottomContainer_kx4ca_105 {
647
647
  padding: 15px 0;
648
648
  }
649
649
 
650
- ._rowsPerPageContainer_1wqc9_109 {
650
+ ._rowsPerPageContainer_kx4ca_109 {
651
651
  flex: 1;
652
652
  }
653
653
  @media only screen and (max-width: 600px) {
654
- ._rowsPerPageContainer_1wqc9_109 {
654
+ ._rowsPerPageContainer_kx4ca_109 {
655
655
  justify-content: center;
656
656
  padding-top: 5px;
657
657
  }
658
658
  }
659
659
 
660
- ._rowsPerPageText_1wqc9_119 {
660
+ ._rowsPerPageText_kx4ca_119 {
661
661
  padding-right: 10px;
662
662
  padding-top: 4px;
663
663
  }
664
664
 
665
- ._pageText_1wqc9_124 {
665
+ ._pageText_kx4ca_124 {
666
666
  padding-top: 4px;
667
667
  }
668
668
 
669
- ._descriptionSecondLine_1wqc9_128 {
669
+ ._descriptionSecondLine_kx4ca_128 {
670
670
  white-space: nowrap;
671
671
  overflow: hidden;
672
672
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "A collection of React components for building Overmap's UI.",
5
5
  "private": false,
6
6
  "author": "Wôrdn Inc.",