@appquality/unguess-design-system 2.8.24 → 2.8.25

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,15 @@
1
+ # v2.8.25 (Fri Apr 15 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix(dropdown-menu): fix width auto important to override inline width [#39](https://github.com/AppQuality/unguess-design-system/pull/39) ([@marcbon](https://github.com/marcbon))
6
+
7
+ #### Authors: 1
8
+
9
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
10
+
11
+ ---
12
+
1
13
  # v2.8.24 (Fri Apr 15 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -883,7 +883,7 @@ var UgItem = styled__default["default"](reactDropdowns.Item)(templateObject_1$H
883
883
  var Item = function (props) { return jsxRuntime.jsx(UgItem, __assign({}, props)); };
884
884
  var templateObject_1$H;
885
885
 
886
- var UgMenu = styled__default["default"](reactDropdowns.Menu)(templateObject_1$G || (templateObject_1$G = __makeTemplateObject(["\n width: auto;\n min-width: 100%;\n"], ["\n width: auto;\n min-width: 100%;\n"])));
886
+ var UgMenu = styled__default["default"](reactDropdowns.Menu)(templateObject_1$G || (templateObject_1$G = __makeTemplateObject(["\n width: auto !important;\n min-width: 100%;\n"], ["\n width: auto !important;\n min-width: 100%;\n"])));
887
887
  /**
888
888
  * A Menu is a wrapper for items elements
889
889
  **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.8.24",
3
+ "version": "2.8.25",
4
4
  "dependencies": {
5
5
  "@zendeskgarden/react-accordions": "^8.49.0",
6
6
  "@zendeskgarden/react-avatars": "^8.49.0",