@codacy/ui-components 0.65.27 → 0.65.28

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.
@@ -47,9 +47,7 @@ var fontSizes = [/** fontSize-00 */'0.625rem',
47
47
  /** fontSize-07 */
48
48
  '2.25rem' // 36px
49
49
  ];
50
- var space = [/** space-00 */"".concat(gridSize * 0.25, "rem"), // 2px
51
- /** space-01 */
52
- "".concat(gridSize * 0.5, "rem"), // 4px
50
+ var space = [/** space-00 */'0', /** space-01 */"".concat(gridSize * 0.5, "rem"), // 4px
53
51
  /** space-02 */
54
52
  "".concat(gridSize, "rem"), // 8px
55
53
  /** space-03 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codacy/ui-components",
3
- "version": "0.65.27",
3
+ "version": "0.65.28",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",