@overmap-ai/blocks 1.0.16 → 1.0.17-table-style-changes.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/blocks.js CHANGED
@@ -2967,21 +2967,21 @@ const SelectAllCheckbox = memo(function SelectAllCheckbox2({
2967
2967
  childrenWithProps
2968
2968
  ] });
2969
2969
  });
2970
- const tableContainer = "_tableContainer_boacd_1";
2971
- const headerContainer = "_headerContainer_boacd_14";
2972
- const tableTopContainer = "_tableTopContainer_boacd_18";
2973
- const searchContainer = "_searchContainer_boacd_22";
2974
- const columnFilterSelect = "_columnFilterSelect_boacd_32";
2975
- const table = "_table_boacd_1";
2976
- const tableHeaderCell = "_tableHeaderCell_boacd_50";
2977
- const showSortIcon = "_showSortIcon_boacd_59";
2978
- const tableRow = "_tableRow_boacd_63";
2979
- const tableCell = "_tableCell_boacd_78";
2980
- const noDataTextContainer = "_noDataTextContainer_boacd_88";
2981
- const tableBottomContainer = "_tableBottomContainer_boacd_94";
2982
- const rowsPerPageContainer = "_rowsPerPageContainer_boacd_98";
2983
- const rowsPerPageText = "_rowsPerPageText_boacd_108";
2984
- const pageText = "_pageText_boacd_113";
2970
+ const tableContainer = "_tableContainer_1ao9r_1";
2971
+ const headerContainer = "_headerContainer_1ao9r_13";
2972
+ const tableTopContainer = "_tableTopContainer_1ao9r_17";
2973
+ const searchContainer = "_searchContainer_1ao9r_21";
2974
+ const columnFilterSelect = "_columnFilterSelect_1ao9r_31";
2975
+ const table = "_table_1ao9r_1";
2976
+ const tableHeaderCell = "_tableHeaderCell_1ao9r_49";
2977
+ const showSortIcon = "_showSortIcon_1ao9r_64";
2978
+ const tableRow = "_tableRow_1ao9r_68";
2979
+ const tableCell = "_tableCell_1ao9r_83";
2980
+ const noDataTextContainer = "_noDataTextContainer_1ao9r_93";
2981
+ const tableBottomContainer = "_tableBottomContainer_1ao9r_99";
2982
+ const rowsPerPageContainer = "_rowsPerPageContainer_1ao9r_103";
2983
+ const rowsPerPageText = "_rowsPerPageText_1ao9r_113";
2984
+ const pageText = "_pageText_1ao9r_118";
2985
2985
  const styles$1 = {
2986
2986
  tableContainer,
2987
2987
  headerContainer,
@@ -2968,21 +2968,21 @@
2968
2968
  childrenWithProps
2969
2969
  ] });
2970
2970
  });
2971
- const tableContainer = "_tableContainer_boacd_1";
2972
- const headerContainer = "_headerContainer_boacd_14";
2973
- const tableTopContainer = "_tableTopContainer_boacd_18";
2974
- const searchContainer = "_searchContainer_boacd_22";
2975
- const columnFilterSelect = "_columnFilterSelect_boacd_32";
2976
- const table = "_table_boacd_1";
2977
- const tableHeaderCell = "_tableHeaderCell_boacd_50";
2978
- const showSortIcon = "_showSortIcon_boacd_59";
2979
- const tableRow = "_tableRow_boacd_63";
2980
- const tableCell = "_tableCell_boacd_78";
2981
- const noDataTextContainer = "_noDataTextContainer_boacd_88";
2982
- const tableBottomContainer = "_tableBottomContainer_boacd_94";
2983
- const rowsPerPageContainer = "_rowsPerPageContainer_boacd_98";
2984
- const rowsPerPageText = "_rowsPerPageText_boacd_108";
2985
- const pageText = "_pageText_boacd_113";
2971
+ const tableContainer = "_tableContainer_1ao9r_1";
2972
+ const headerContainer = "_headerContainer_1ao9r_13";
2973
+ const tableTopContainer = "_tableTopContainer_1ao9r_17";
2974
+ const searchContainer = "_searchContainer_1ao9r_21";
2975
+ const columnFilterSelect = "_columnFilterSelect_1ao9r_31";
2976
+ const table = "_table_1ao9r_1";
2977
+ const tableHeaderCell = "_tableHeaderCell_1ao9r_49";
2978
+ const showSortIcon = "_showSortIcon_1ao9r_64";
2979
+ const tableRow = "_tableRow_1ao9r_68";
2980
+ const tableCell = "_tableCell_1ao9r_83";
2981
+ const noDataTextContainer = "_noDataTextContainer_1ao9r_93";
2982
+ const tableBottomContainer = "_tableBottomContainer_1ao9r_99";
2983
+ const rowsPerPageContainer = "_rowsPerPageContainer_1ao9r_103";
2984
+ const rowsPerPageText = "_rowsPerPageText_1ao9r_113";
2985
+ const pageText = "_pageText_1ao9r_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
- }._tableContainer_boacd_1 {
544
- border-width: 1px;
543
+ }._tableContainer_1ao9r_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
- ._tableContainer_boacd_1 {
550
+ ._tableContainer_1ao9r_1 {
552
551
  padding: 10px;
553
552
  }
554
553
  }
555
554
 
556
- ._headerContainer_boacd_14 {
555
+ ._headerContainer_1ao9r_13 {
557
556
  padding-bottom: 1rem;
558
557
  }
559
558
 
560
- ._tableTopContainer_boacd_18 {
559
+ ._tableTopContainer_1ao9r_17 {
561
560
  padding: 10px 0;
562
561
  }
563
562
 
564
- ._searchContainer_boacd_22 {
563
+ ._searchContainer_1ao9r_21 {
565
564
  display: block;
566
565
  width: 250px;
567
566
  }
568
567
  @media only screen and (max-width: 600px) {
569
- ._searchContainer_boacd_22 {
568
+ ._searchContainer_1ao9r_21 {
570
569
  width: auto;
571
570
  }
572
571
  }
573
572
 
574
- ._columnFilterSelect_boacd_32 {
573
+ ._columnFilterSelect_1ao9r_31 {
575
574
  display: block;
576
575
  box-shadow: none;
577
576
  }
578
- ._columnFilterSelect_boacd_32 svg {
577
+ ._columnFilterSelect_1ao9r_31 svg {
579
578
  display: none;
580
579
  }
581
- ._columnFilterSelect_boacd_32:hover {
580
+ ._columnFilterSelect_1ao9r_31:hover {
582
581
  background-color: rgba(0, 0, 0, 0.01);
583
582
  cursor: pointer;
584
583
  }
585
584
 
586
- ._table_boacd_1 {
585
+ ._table_1ao9r_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
- ._tableHeaderCell_boacd_50 {
591
+ ._tableHeaderCell_1ao9r_49 {
593
592
  opacity: 0.65;
594
593
  padding: 10px !important;
595
594
  border-bottom: 1px solid var(--gray-4);
596
595
  }
597
- ._tableHeaderCell_boacd_50 svg {
596
+ ._tableHeaderCell_1ao9r_49 svg {
598
597
  display: none;
599
598
  }
599
+ @media only screen and (max-width: 600px) {
600
+ ._tableHeaderCell_1ao9r_49 div[title] {
601
+ overflow: visible;
602
+ white-space: normal;
603
+ }
604
+ }
600
605
 
601
- ._showSortIcon_boacd_59 svg {
606
+ ._showSortIcon_1ao9r_64 svg {
602
607
  display: block;
603
608
  }
604
609
 
605
- ._tableRow_boacd_63 {
610
+ ._tableRow_1ao9r_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
- ._tableRow_boacd_63 span, ._tableRow_boacd_63 i {
614
+ ._tableRow_1ao9r_68 span, ._tableRow_1ao9r_68 i {
610
615
  display: inline-flex;
611
616
  place-self: center;
612
617
  }
613
- ._tableRow_boacd_63 td {
618
+ ._tableRow_1ao9r_68 td {
614
619
  padding-left: 10px !important;
615
620
  }
616
- ._tableRow_boacd_63:hover {
621
+ ._tableRow_1ao9r_68:hover {
617
622
  background-color: var(--gray-a4);
618
623
  }
619
624
 
620
- ._tableCell_boacd_78 {
625
+ ._tableCell_1ao9r_83 {
621
626
  padding: 10px !important;
622
627
  }
623
- ._tableCell_boacd_78 > div > span:first-child {
628
+ ._tableCell_1ao9r_83 > div > span:first-child {
624
629
  width: 100%;
625
630
  }
626
- ._tableCell_boacd_78:not(:last-of-type) {
631
+ ._tableCell_1ao9r_83:not(:last-of-type) {
627
632
  padding-right: 20px !important;
628
633
  }
629
634
 
630
- ._noDataTextContainer_boacd_88 {
635
+ ._noDataTextContainer_1ao9r_93 {
631
636
  padding: 0.5rem 10px;
632
637
  color: #616161;
633
638
  width: max-content;
634
639
  }
635
640
 
636
- ._tableBottomContainer_boacd_94 {
641
+ ._tableBottomContainer_1ao9r_99 {
637
642
  padding: 15px 0;
638
643
  }
639
644
 
640
- ._rowsPerPageContainer_boacd_98 {
645
+ ._rowsPerPageContainer_1ao9r_103 {
641
646
  flex: 1;
642
647
  }
643
648
  @media only screen and (max-width: 600px) {
644
- ._rowsPerPageContainer_boacd_98 {
649
+ ._rowsPerPageContainer_1ao9r_103 {
645
650
  justify-content: center;
646
651
  padding-top: 5px;
647
652
  }
648
653
  }
649
654
 
650
- ._rowsPerPageText_boacd_108 {
655
+ ._rowsPerPageText_1ao9r_113 {
651
656
  padding-right: 10px;
652
657
  padding-top: 4px;
653
658
  }
654
659
 
655
- ._pageText_boacd_113 {
660
+ ._pageText_1ao9r_118 {
656
661
  padding-top: 4px;
657
662
  }._editableTextContainer_174g6_1 {
658
663
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
- "version": "1.0.16",
3
+ "version": "1.0.17-table-style-changes.1",
4
4
  "description": "A collection of React components for building Overmap's UI.",
5
5
  "private": false,
6
6
  "author": "Wôrdn Inc.",