@spaced-out/ui-design-system 0.0.16-beta.1 → 0.0.16

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.16](https://github.com/spaced-out/ui-design-system/compare/v0.0.16-beta.1...v0.0.16) (2023-01-26)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * dropdown zindex fix ([0a3b40d](https://github.com/spaced-out/ui-design-system/commit/0a3b40d685bd2e451d9c60d82e6dd2c538239cb3))
11
+
5
12
  ### [0.0.16-beta.1](https://github.com/spaced-out/ui-design-system/compare/v0.0.16-beta.0...v0.0.16-beta.1) (2023-01-23)
6
13
 
7
14
 
@@ -36,7 +36,12 @@
36
36
  spaceXXSmall
37
37
  ) from '../../styles/variables/_space.css';
38
38
 
39
+ @value (
40
+ elevationMenu
41
+ ) from '../../styles/variables/_elevation.css';
42
+
39
43
  .menuCard {
44
+ position: relative;
40
45
  composes: boxShadow2 from '../../styles/shadow.module.css';
41
46
  composes: borderPrimary from '../../styles/border.module.css';
42
47
  background-color: colorBackgroundTertiary;
@@ -46,6 +51,7 @@
46
51
  min-width: size160;
47
52
  border-radius: borderRadiusMedium;
48
53
  overflow: auto;
54
+ z-index: elevationMenu;
49
55
  }
50
56
 
51
57
  .medium {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.0.16-beta.1",
3
+ "version": "0.0.16",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {