@datability/8ui 0.1.31 → 0.1.32

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,23 +1,29 @@
1
- .DBui-wrapperMenuItem {
2
- position: absolute;
3
- box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px,
4
- rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
5
- border-radius: 0.3em;
6
- display: block;
7
- background-color: #FFFFFF;
8
- color: #000000;
9
- z-index: var(--z-index-menu);
10
- max-width: 300px;
11
- min-width: 100px;
12
- width: fit-content;
13
- overflow-y: scroll;
14
- overflow-x: hidden;
1
+ .DBui-wrapperMenu {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
15
5
 
16
- &[data-hidden='true'] {
17
- visibility: hidden;
18
- }
6
+ .DBui-wrapperMenuItem {
7
+ position: absolute;
8
+ box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px,
9
+ rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
10
+ border-radius: 0.3em;
11
+ display: block;
12
+ background-color: #FFFFFF;
13
+ color: #000000;
14
+ z-index: var(--z-index-menu);
15
+ max-width: 300px;
16
+ min-width: 100px;
17
+ width: fit-content;
18
+ overflow-y: scroll;
19
+ overflow-x: hidden;
20
+
21
+ &[data-hidden='true'] {
22
+ visibility: hidden;
23
+ }
19
24
 
20
- &[data-is-in-modal='true'] {
21
- z-index: var(--z-index-menu-in-modal);
25
+ &[data-is-in-modal='true'] {
26
+ z-index: var(--z-index-menu-in-modal);
27
+ }
22
28
  }
23
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datability/8ui",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "",
5
5
  "main": "dist/components/index.js",
6
6
  "types": "dist/components/index.d.ts",