ecomlab-components-next 0.1.216 → 0.1.217

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.
@@ -45,7 +45,8 @@ var ButtonSignUp = function ButtonSignUp(_ref) {
45
45
  var collapsed = !isMobile && screenWidth;
46
46
  var buttonClassName = [_ButtonSignUpModule["default"].buttonSignUp, isMobile ? _ButtonSignUpModule["default"].small : '', collapsed ? _ButtonSignUpModule["default"].collapsed : ''].join(' ').trim();
47
47
  var buttonStyles = {
48
- maxWidth: collapsed && '56px',
48
+ maxWidth: collapsed && '40px',
49
+ minWidth: collapsed && '40px',
49
50
  padding: collapsed ? '0' : '0 16px',
50
51
  justifyContent: collapsed && 'center'
51
52
  };
@@ -9,7 +9,8 @@
9
9
  gap: 8px;
10
10
  justify-content: space-between;
11
11
  line-height: 16px;
12
- min-height: 56px;
12
+ min-height: 40px;
13
+ min-width: 188px;
13
14
  max-width: 188px;
14
15
  padding: 0 16px;
15
16
  transition: background 0.3s, box-shadow 0.3s;
@@ -33,6 +34,7 @@
33
34
 
34
35
  .small {
35
36
  max-width: 146px;
37
+ min-width: 146px;
36
38
  min-height: 32px;
37
39
  padding: 16px;
38
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.216",
3
+ "version": "0.1.217",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [