@kubex/zinc 1.1.52 → 1.1.54

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubex/zinc",
3
- "version": "1.1.52",
3
+ "version": "1.1.54",
4
4
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
5
5
  "keywords": [
6
6
  "web components",
@@ -29,7 +29,7 @@ html, body {
29
29
  }
30
30
 
31
31
  .app-container {
32
- container-type: inline-size;
32
+ container-type: normal;
33
33
  display: flex;
34
34
  flex: 1;
35
35
  flex-direction: column;
@@ -279,7 +279,7 @@ ul.navbar.navbar--stacked.navbar--icon-bar {
279
279
  }
280
280
  }
281
281
 
282
- > li.last-visible {
282
+ &:not(.has-hidden) > li.last-visible {
283
283
  border-top-right-radius: 6px;
284
284
  }
285
285