@appquality/unguess-design-system 2.12.57 → 2.12.58

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.12.58 (Tue Jan 17 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Develop [#179](https://github.com/AppQuality/unguess-design-system/pull/179) ([@cannarocks](https://github.com/cannarocks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ ---
12
+
1
13
  # v2.12.57 (Tue Jan 17 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -4314,6 +4314,7 @@ const StyledSlick = styled__default["default"](SlickSlider__default["default"])
4314
4314
  height: 100%;
4315
4315
  width: auto;
4316
4316
  margin: 0 auto;
4317
+ max-width: 100%;
4317
4318
  }
4318
4319
 
4319
4320
  &.dragging img {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.12.57",
3
+ "version": "2.12.58",
4
4
  "dependencies": {
5
5
  "@nivo/bar": "^0.80.0",
6
6
  "@nivo/bullet": "^0.80.0",