@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
|
|
|
@@ -34,8 +34,8 @@ const bodySmall = {
|
|
|
34
34
|
exports.bodySmall = bodySmall;
|
|
35
35
|
const formLabelSmall = {
|
|
36
36
|
...baseType,
|
|
37
|
-
fontSize: _font.fontSize12
|
|
38
|
-
|
|
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 = {
|