@iroco/ui 0.52.0 → 0.52.2

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.
Files changed (2) hide show
  1. package/NavBar.svelte +11 -11
  2. package/package.json +1 -1
package/NavBar.svelte CHANGED
@@ -595,13 +595,13 @@ $:
595
595
  top: 4.45em;
596
596
  left: 0;
597
597
  overflow-x: hidden;
598
+ display: flex;
599
+ flex-direction: column;
598
600
  }
599
601
 
600
602
  .nav__sidebar__item-container {
601
603
  margin: 0;
602
604
  padding: 0;
603
- width: 100%;
604
- height: 100%;
605
605
  }
606
606
 
607
607
  .nav__sidebar__item {
@@ -618,12 +618,6 @@ $:
618
618
  border-bottom: 1px solid #00d692;
619
619
  }
620
620
 
621
- .nav__sidebar__version {
622
- margin-left: auto;
623
- padding-left: 2em;
624
- color: #464452;
625
- }
626
-
627
621
  .nav__topbar {
628
622
  flex-grow: 1;
629
623
  display: flex;
@@ -645,6 +639,12 @@ $:
645
639
  border-bottom: 1px solid #00d692;
646
640
  }
647
641
 
642
+ .nav__version {
643
+ margin-top: auto;
644
+ padding-left: 2em;
645
+ color: #464452;
646
+ }
647
+
648
648
  @media all and (max-width: 768px) {
649
649
  .nav__sidebar, .nav__topbar {
650
650
  position: fixed;
@@ -682,9 +682,6 @@ $:
682
682
  .nav__sidebar__item:first-child {
683
683
  border-top: 1px solid #464452;
684
684
  }
685
- .nav__sidebar__version {
686
- display: none;
687
- }
688
685
  .nav__topbar {
689
686
  height: 100%;
690
687
  }
@@ -692,4 +689,7 @@ $:
692
689
  padding: 2em;
693
690
  border-top: 1px solid #464452;
694
691
  }
692
+ .nav__version {
693
+ display: none;
694
+ }
695
695
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iroco/ui",
3
- "version": "0.52.0",
3
+ "version": "0.52.2",
4
4
  "description": "Iroco design system based on Svelte",
5
5
  "main": "lib/index.ts",
6
6
  "svelte": "index.js",