@synerise/ds-app-menu 0.5.2 → 0.6.0

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
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.6.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-app-menu@0.5.5...@synerise/ds-app-menu@0.6.0) (2022-02-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * **app-menu:** changed width from 63px to 60px ([9b16af6](https://github.com/Synerise/synerise-design/commit/9b16af6c755eacc59df540252d3cc42e8e0e172d))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.5.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-app-menu@0.5.4...@synerise/ds-app-menu@0.5.5) (2022-02-03)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-app-menu
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.5.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-app-menu@0.5.3...@synerise/ds-app-menu@0.5.4) (2022-01-17)
26
+
27
+ **Note:** Version bump only for package @synerise/ds-app-menu
28
+
29
+
30
+
31
+
32
+
33
+ ## [0.5.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-app-menu@0.5.2...@synerise/ds-app-menu@0.5.3) (2021-12-22)
34
+
35
+ **Note:** Version bump only for package @synerise/ds-app-menu
36
+
37
+
38
+
39
+
40
+
6
41
  ## [0.5.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-app-menu@0.5.1...@synerise/ds-app-menu@0.5.2) (2021-11-22)
7
42
 
8
43
  **Note:** Version bump only for package @synerise/ds-app-menu
@@ -2,7 +2,7 @@ import styled from 'styled-components';
2
2
  export var MenuWrapper = styled.div.withConfig({
3
3
  displayName: "AppMenustyles__MenuWrapper",
4
4
  componentId: "sc-3a0k9p-0"
5
- })(["background:", ";height:calc(100% - ", "px);position:fixed;left:0;top:", "px;width:63px;box-shadow:0 4px 12px 0 rgba(35,41,54,0.04);display:flex;flex-flow:column;align-items:center;padding-top:12px;transition:all 0.25s cubic-bezier(0.95,0.17,0.27,0.79);transition-delay:0.25s;overflow:hidden;&.menu--opened{transition-delay:0s;width:322px;}"], function (props) {
5
+ })(["background:", ";height:calc(100% - ", "px);position:fixed;left:0;top:", "px;width:60px;box-shadow:0 4px 12px 0 rgba(35,41,54,0.04);display:flex;flex-flow:column;align-items:center;padding-top:12px;transition:all 0.25s cubic-bezier(0.95,0.17,0.27,0.79);transition-delay:0.25s;overflow:hidden;&.menu--opened{transition-delay:0s;width:322px;}"], function (props) {
6
6
  return props.theme.palette.white;
7
7
  }, function (props) {
8
8
  return props.top;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-app-menu",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "description": "AppMenu UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,8 +32,8 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-icon": "^0.46.2",
36
- "@synerise/ds-tooltip": "^0.11.2",
35
+ "@synerise/ds-icon": "^0.47.1",
36
+ "@synerise/ds-tooltip": "^0.11.5",
37
37
  "@synerise/ds-typography": "^0.12.2",
38
38
  "@synerise/ds-utils": "^0.19.0"
39
39
  },
@@ -41,5 +41,5 @@
41
41
  "@synerise/ds-core": "*",
42
42
  "react": ">=16.9.0 < 17.0.0"
43
43
  },
44
- "gitHead": "2468359677783819939fb9f1ef5acc36667ecd1a"
44
+ "gitHead": "0601dd61c3fc55bdf557602e4c6ea8605c76476d"
45
45
  }