@triptease/tt-navbar 0.0.56 → 0.0.57

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.56
2
+ * @triptease/tt-navbar v0.0.57
3
3
  */
4
4
 
5
5
  // src/Config.ts
@@ -1,4 +1,4 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.56
2
+ * @triptease/tt-navbar v0.0.57
3
3
  */
4
4
  //# sourceMappingURL=global.d.js.map
package/dist/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.56
2
+ * @triptease/tt-navbar v0.0.57
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1777,7 +1777,11 @@ var styles2 = i`
1777
1777
  align-items: baseline;
1778
1778
 
1779
1779
  &::marker {
1780
- content: '';
1780
+ display: none;
1781
+ }
1782
+
1783
+ &::-webkit-details-marker {
1784
+ display: none;
1781
1785
  }
1782
1786
  }
1783
1787