@spaced-out/ui-design-system 0.0.55 → 0.0.56

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.
@@ -101,6 +101,7 @@
101
101
 
102
102
  #root {
103
103
  font-family: initial;
104
+ background: #fafafa;
104
105
  }
105
106
 
106
107
  #docs-root {
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.0.56](https://github.com/spaced-out/ui-design-system/compare/v0.0.55...v0.0.56) (2023-03-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * consistent color in stories ([5a4a927](https://github.com/spaced-out/ui-design-system/commit/5a4a9270150e89114fc77db396e89a2cd0faf990))
11
+
5
12
  ### [0.0.55](https://github.com/spaced-out/ui-design-system/compare/v0.0.54...v0.0.55) (2023-03-23)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {