@triptease/tt-navbar 0.0.42 → 0.0.44

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.42
2
+ * @triptease/tt-navbar v0.0.44
3
3
  */
4
4
 
5
5
  // src/triptease-logo.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.42
2
+ * @triptease/tt-navbar v0.0.44
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1642,6 +1642,7 @@ var styles2 = i`
1642
1642
  }
1643
1643
 
1644
1644
  nav {
1645
+ --menu-font-size: var(--font-size-200);
1645
1646
  max-width: var(--nav-bar-width);
1646
1647
  width: var(--nav-bar-width);
1647
1648
  min-height: 100vh;
@@ -1711,7 +1712,7 @@ var styles2 = i`
1711
1712
  width: 100%;
1712
1713
 
1713
1714
  .external-link {
1714
- font-size: var(--font-size-100);
1715
+ font-size: var(--menu-font-size);
1715
1716
  line-height: var(--font-line-height-100);
1716
1717
 
1717
1718
  .icon {
@@ -1744,7 +1745,7 @@ var styles2 = i`
1744
1745
 
1745
1746
  .nav-item {
1746
1747
  display: flex;
1747
- font-size: var(--font-size-100);
1748
+ font-size: var(--menu-font-size);
1748
1749
  line-height: var(--font-line-height-100);
1749
1750
  gap: var(--space-scale-1-5);
1750
1751
  border-radius: var(--border-radius-100);
@@ -1768,7 +1769,7 @@ var styles2 = i`
1768
1769
  border-radius: var(--border-radius-100);
1769
1770
 
1770
1771
  summary {
1771
- font-size: var(--font-size-100);
1772
+ font-size: var(--menu-font-size);
1772
1773
  line-height: var(--font-line-height-100);
1773
1774
  position: relative;
1774
1775
  display: flex;
@@ -1785,7 +1786,7 @@ var styles2 = i`
1785
1786
  width: var(--space-scale-2);
1786
1787
  }
1787
1788
 
1788
- &[open] .chevron {
1789
+ &[open] .chevron svg {
1789
1790
  transform: rotate(180deg);
1790
1791
  }
1791
1792
 
@@ -1829,7 +1830,7 @@ var styles2 = i`
1829
1830
  padding-top: 10px;
1830
1831
  padding-bottom: 10px;
1831
1832
  color: var(--color-text-inverted-400);
1832
- font-size: var(--font-size-100);
1833
+ font-size: var(--menu-font-size);
1833
1834
  line-height: var(--font-line-height-100);
1834
1835
  text-decoration: none;
1835
1836