@triptease/tt-navbar 0.0.59 → 0.0.61

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.59
2
+ * @triptease/tt-navbar v0.0.61
3
3
  */
4
4
 
5
5
  // src/urlMappings.ts
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent tt-navbar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "tt-navbar",
6
- "version": "0.0.59",
6
+ "version": "0.0.61",
7
7
  "type": "module",
8
8
  "main": "dist/src/index.js",
9
9
  "module": "dist/src/index.js",
@@ -29,8 +29,8 @@
29
29
  "dependencies": {
30
30
  "@clerk/clerk-js": "^5.102.1",
31
31
  "@clerk/types": "^4.95.1",
32
- "@triptease/icons": "^1.2.1",
33
- "@triptease/tt-combobox": "^5.4.0",
32
+ "@triptease/icons": "1.3.1",
33
+ "@triptease/tt-combobox": "5.4.1",
34
34
  "lit": "^3.1.4"
35
35
  },
36
36
  "devDependencies": {
package/src/styles.ts CHANGED
@@ -290,7 +290,7 @@ export const styles = css`
290
290
  opacity: 0;
291
291
  }
292
292
 
293
- .nav-toggle-button:is(:hover, :focus-within) .nav-toggle-tooltip {
293
+ .nav-toggle-button:hover .nav-toggle-tooltip {
294
294
  visibility: visible;
295
295
  opacity: 1;
296
296
  }