@spaced-out/ui-design-system 0.1.24 → 0.1.25

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.25](https://github.com/spaced-out/ui-design-system/compare/v0.1.24...v0.1.25) (2023-04-26)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add scope for th tag in table ([#108](https://github.com/spaced-out/ui-design-system/issues/108)) ([9999628](https://github.com/spaced-out/ui-design-system/commit/99996287c7c6d41657983b75035f4e4ab3f78ecd))
11
+
5
12
  ### [0.1.24](https://github.com/spaced-out/ui-design-system/compare/v0.1.23...v0.1.24) (2023-04-26)
6
13
 
7
14
 
@@ -180,8 +180,11 @@
180
180
  max-width: size60;
181
181
  }
182
182
 
183
- .defaultTable td:first-child,
184
- th:first-child {
183
+ .defaultTable td:first-child {
184
+ padding-left: spaceMedium;
185
+ }
186
+
187
+ .defaultTable th:first-child {
185
188
  padding-left: spaceMedium;
186
189
  }
187
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {