@meduza/ui-kit-2 0.8.0 → 0.8.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.
package/dist/ui-kit.css CHANGED
@@ -1940,11 +1940,14 @@
1940
1940
  visibility: visible;
1941
1941
 
1942
1942
  opacity: 1;
1943
+
1944
+ display: block;
1943
1945
  }
1944
1946
  .Dropdown-module_root__Wv7S-.Dropdown-module_inactive__E5CP6 .Dropdown-module_menu__11IQL {
1945
1947
  visibility: hidden;
1946
1948
 
1947
1949
  opacity: 0;
1950
+ display: none;
1948
1951
  }
1949
1952
  .Dropdown-module_root__Wv7S- ul {
1950
1953
  overflow: hidden;
@@ -2009,6 +2012,8 @@
2009
2012
  opacity: 0;
2010
2013
  left: 50%;
2011
2014
  transform: translateX(-50%);
2015
+
2016
+ display: none;
2012
2017
  }
2013
2018
  .Dropdown-module_menu__11IQL::after {
2014
2019
  position: absolute;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.0",
2
+ "version": "0.8.1",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -13,12 +13,15 @@
13
13
  visibility: visible;
14
14
 
15
15
  opacity: 1;
16
+
17
+ display: block;
16
18
  }
17
19
 
18
20
  .root.inactive .menu {
19
21
  visibility: hidden;
20
22
 
21
23
  opacity: 0;
24
+ display: none;
22
25
  }
23
26
 
24
27
  .root ul {
@@ -87,6 +90,8 @@
87
90
  opacity: 0;
88
91
  left: 50%;
89
92
  transform: translateX(-50%);
93
+
94
+ display: none;
90
95
  }
91
96
 
92
97
  .menu::after {