@appquality/unguess-design-system 2.12.15 → 2.12.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
@@ -1,3 +1,16 @@
1
+ # v2.12.16 (Thu Oct 06 2022)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - Merge branch 'master' of github.com:AppQuality/unguess-design-system ([@cannarocks](https://github.com/cannarocks))
6
+ - fix(sidebar): remove margin-left on sm breakpoint ([@cannarocks](https://github.com/cannarocks))
7
+
8
+ #### Authors: 1
9
+
10
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
11
+
12
+ ---
13
+
1
14
  # v2.12.15 (Thu Sep 29 2022)
2
15
 
3
16
  #### ⚠️ Pushed to `master`
package/build/index.js CHANGED
@@ -1994,7 +1994,7 @@ var UgNav = styled__default["default"](reactChrome.Nav)(templateObject_1$x || (t
1994
1994
  return "\n margin-left: ".concat(props.isExpanded
1995
1995
  ? 0
1996
1996
  : -(props.theme.components.chrome.nav.openWidth -
1997
- props.theme.components.chrome.nav.closedWidth), "px;\n width: ").concat(props.theme.components.chrome.nav.openWidth, "px;\n \n @media (max-width: ").concat(props.theme.breakpoints.sm, ") {\n width: ").concat(props.isExpanded ? "100%" : "0", ";\n border-right: none;\n }\n ");
1997
+ props.theme.components.chrome.nav.closedWidth), "px;\n width: ").concat(props.theme.components.chrome.nav.openWidth, "px;\n \n @media (max-width: ").concat(props.theme.breakpoints.sm, ") {\n width: ").concat(props.isExpanded ? "100%" : "0", ";\n margin-left: 0;\n border-right: none;\n }\n ");
1998
1998
  }, function (_a) {
1999
1999
  var theme = _a.theme;
2000
2000
  return theme.space.sm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.12.15",
3
+ "version": "2.12.16",
4
4
  "dependencies": {
5
5
  "@tiptap/extension-bubble-menu": "^2.0.0-beta.61",
6
6
  "@tiptap/extension-character-count": "^2.0.0-beta.31",