@iroco/ui 0.52.0 → 0.52.1

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