@appquality/unguess-design-system 3.1.89 → 3.1.90

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
+ # v3.1.90 (Thu May 16 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - refactor: Update player background color in Container component [#349](https://github.com/AppQuality/unguess-design-system/pull/349) ([@cannarocks](https://github.com/cannarocks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ ---
12
+
1
13
  # v3.1.89 (Thu May 16 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -4708,7 +4708,7 @@ const Container$1 = styled__default["default"].div `
4708
4708
  }
4709
4709
  }
4710
4710
  }
4711
- background: ${({ theme }) => theme.palette.grey[100]};
4711
+ background: ${({ theme }) => theme.palette.grey[400]};
4712
4712
  `;
4713
4713
 
4714
4714
  const UgSpinner = styled__default["default"](reactLoaders.Spinner) ``;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "3.1.89",
3
+ "version": "3.1.90",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",