mapicgc-gl-js 0.0.76 → 0.0.78

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.
@@ -1,4 +1,4 @@
1
- import { p as Ui } from "./index-7vA8gJhT.mjs";
1
+ import { p as Ui } from "./index-k0DrX4BJ.mjs";
2
2
  var Zt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
3
3
  function No(i) {
4
4
  return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
@@ -835,6 +835,92 @@ background: #d4d4d4;
835
835
 
836
836
 
837
837
 
838
+ #filter-group {
839
+ font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
840
+ font-weight: 600;
841
+ position: absolute;
842
+ top: 10px;
843
+ left: 10px;
844
+ z-index: 1;
845
+ border-radius: 3px;
846
+ width: auto;
847
+ color: #fff;
848
+ overflow-y: auto;
849
+ max-height: 500px;
850
+ overflow-x: hidden;
851
+ }
852
+ #filter-group::-webkit-scrollbar {
853
+ width: 8px; /* Tamaño del scroll en vertical */
854
+ height: 8px; /* Tamaño del scroll en horizontal */
855
+ display: block; /* Ocultar scroll */
856
+ }
857
+
858
+ /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
859
+ #filter-group::-webkit-scrollbar-thumb {
860
+ background: #ccc;
861
+ border-radius: 4px;
862
+ }
863
+
864
+ /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
865
+ #filter-group::-webkit-scrollbar-thumb:hover {
866
+ background: #daac56;
867
+ box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
868
+ }
869
+
870
+ /* Cambiamos el fondo cuando esté en active */
871
+ #filter-group::-webkit-scrollbar-thumb:active {
872
+ background-color: #d8b97f;
873
+ }
874
+ /* Ponemos un color de fondo y redondeamos las esquinas del track */
875
+ #filter-group::-webkit-scrollbar-track {
876
+ background: #e1e1e1;
877
+ border-radius: 4px;
878
+ }
879
+
880
+ /* Cambiamos el fondo cuando esté en active o hover */
881
+ #filter-group::-webkit-scrollbar-track:hover,
882
+ #filter-group::-webkit-scrollbar-track:active {
883
+ background: #d4d4d4;
884
+ }
885
+
886
+
887
+
888
+
889
+ #filter-group input[type='checkbox']:first-child + label {
890
+ border-radius: 3px 3px 0 0;
891
+ }
892
+
893
+ #filter-group label:last-child {
894
+ border-radius: 0 0 3px 3px;
895
+ border: none;
896
+ }
897
+
898
+ #filter-group input[type='checkbox'] {
899
+ display: none;
900
+ }
901
+
902
+ #filter-group input[type='checkbox'] + label {
903
+ background-color: #798e9f;
904
+ display: block;
905
+ cursor: pointer;
906
+ padding: 7px;
907
+ border-bottom: 1px solid rgba(0, 0, 0, 0.25);
908
+ }
909
+
910
+ #filter-group input[type='checkbox'] + label {
911
+ background-color: #798e9f;
912
+ text-transform: capitalize;
913
+ }
914
+
915
+ #filter-group input[type='checkbox'] + label:hover,
916
+ #filter-group input[type='checkbox']:checked + label {
917
+ background-color: #798e9f;
918
+ }
919
+
920
+ #filter-group input[type='checkbox']:checked + label:before {
921
+ content: '✔';
922
+ margin-right: 5px;
923
+ }
838
924
 
839
925
 
840
926
  #menu-group {