@spaced-out/ui-design-system 0.1.93-beta.0 → 0.1.93-beta.1

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.93-beta.1](https://github.com/spaced-out/ui-design-system/compare/v0.1.93-beta.0...v0.1.93-beta.1) (2024-05-07)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **Linechart:** updated input data in stories ([#199](https://github.com/spaced-out/ui-design-system/issues/199)) ([703fb28](https://github.com/spaced-out/ui-design-system/commit/703fb28ad0dc8f277a29770a01ad722a97db93c5))
11
+
5
12
  ### [0.1.93-beta.0](https://github.com/spaced-out/ui-design-system/compare/v0.1.92...v0.1.93-beta.0) (2024-04-29)
6
13
 
7
14
 
@@ -1,5 +1,4 @@
1
1
  // @flow strict
2
-
3
2
  import type {ChartOptions} from '../../types/charts';
4
3
 
5
4
  import {commonChartOptions} from './charts';
@@ -34,8 +34,8 @@ const bodySmall = {
34
34
  exports.bodySmall = bodySmall;
35
35
  const formLabelSmall = {
36
36
  ...baseType,
37
- fontSize: _font.fontSize12,
38
- lineHeight: _font.fontLineHeight140
37
+ fontSize: _font.fontSize12
38
+ // Removing the font height as its breaking the chart axis labels
39
39
  };
40
40
  exports.formLabelSmall = formLabelSmall;
41
41
  const buttonTextExtraSmall = {
@@ -43,7 +43,7 @@ export const bodySmall = {
43
43
  export const formLabelSmall = {
44
44
  ...baseType,
45
45
  fontSize: fontSize12,
46
- lineHeight: fontLineHeight140,
46
+ // Removing the font height as its breaking the chart axis labels
47
47
  };
48
48
 
49
49
  export const buttonTextExtraSmall = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.93-beta.0",
3
+ "version": "0.1.93-beta.1",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {