@triptease/tt-navbar 0.0.47 → 0.0.49

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,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.47
2
+ * @triptease/tt-navbar v0.0.49
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -575,7 +575,6 @@ var styles = i`
575
575
  --nav-bar-width: fit-content;
576
576
  }
577
577
 
578
-
579
578
  * {
580
579
  box-sizing: border-box;
581
580
  }
@@ -811,41 +810,6 @@ var styles = i`
811
810
  background-color: var(--color-surface-200);
812
811
  width: calc(100% - var(--nav-bar-width));
813
812
  height: 100%;
814
- transition-property: left, visibility;
815
- transition-duration: 700ms, 400ms;
816
- transition-timing-function: ease-out, ease-in;
817
-
818
- &.hidden {
819
- left: -100%;
820
- visibility: hidden;
821
- }
822
- }
823
-
824
- .link-page > .section {
825
- display: flex;
826
- flex-direction: column;
827
- gap: var(--space-scale-2);
828
- }
829
-
830
- .section > .links-container {
831
- display: grid;
832
- grid-template-columns: repeat(3, 1fr);
833
- gap: var(--space-scale-3);
834
- overflow-y: auto;
835
- height: 100%;
836
- }
837
-
838
- .visually-hidden {
839
- position: absolute;
840
- width: 1px;
841
- height: 1px;
842
- margin: -1px;
843
- padding: 0;
844
- border: 0;
845
- overflow: hidden;
846
- clip: rect(0 0 0 0);
847
- clip-path: inset(50%);
848
- white-space: nowrap;
849
813
  }
850
814
 
851
815
  .tooltip {
@@ -862,32 +826,6 @@ var styles = i`
862
826
  font-weight: var(--font-weight-medium);
863
827
  }
864
828
 
865
- .auth-container {
866
- display: flex;
867
- align-items: center;
868
- justify-content: center;
869
- min-height: 100vh;
870
- }
871
-
872
- .error-container {
873
- padding: 4rem 1rem 1rem;
874
- max-width: 1280px;
875
- margin-left: auto;
876
- margin-right: auto;
877
- }
878
-
879
- .error-stack {
880
- width: 100%;
881
- padding: 1rem;
882
- overflow-x: auto;
883
- }
884
-
885
- .fullscreen-iframe {
886
- width: 100%;
887
- height: 100vh;
888
- border: 0;
889
- }
890
-
891
829
  .nav-toggle-button {
892
830
  position: relative;
893
831
  }
@@ -913,7 +851,9 @@ var styles = i`
913
851
  --tt-combobox-color: var(--color-text-inverted-400);
914
852
  --tt-combobox-dropdown-color: var(--color-text-inverted-400);
915
853
  --tt-combobox-list-background-color: var(--color-surface-inverted-100);
916
- --tt-combobox-option-background-color-hover: var(--color-surface-inverted-200);
854
+ --tt-combobox-option-background-color-hover: var(
855
+ --color-surface-inverted-200
856
+ );
917
857
  --tt-combobox-placeholder-color: var(--color-text-inverted-300);
918
858
  --tt-combobox-background-color: var(--color-surface-inverted-100);
919
859
  --tt-combobox-hover-background-color: var(--color-surface-inverted-200);