@webitel/styleguide 26.2.7 → 26.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/styleguide",
3
- "version": "26.2.7",
3
+ "version": "26.2.9",
4
4
  "main": "",
5
5
  "files": [
6
6
  "src/"
@@ -2,7 +2,7 @@ const sizes = {
2
2
  addon: {
3
3
  borderRadius: '{form.field.border.radius}',
4
4
  padding: '0.5rem',
5
- minWidth: '2.5rem',
5
+ minWidth: '0',
6
6
  },
7
7
  };
8
8
 
@@ -69,7 +69,7 @@ const sizes = {
69
69
  },
70
70
  },
71
71
  columnResizer: {
72
- width: '2px',
72
+ width: '3px',
73
73
  },
74
74
  resizeIndicator: {
75
75
  width: '1px',
@@ -62,7 +62,7 @@ NOTE: text-transform: none; is set explicitly cause t-t is inherited from pare
62
62
  font-family: "Montserrat", monospace;
63
63
  font-size: 12px;
64
64
  font-weight: 500;
65
- line-height: 20px;
65
+ line-height: 16px;
66
66
  text-transform: none;
67
67
  /* letter-spacing: 0.28px; */
68
68
  /* 0.02em */