@dbcdk/react-components 0.0.170 → 0.0.171

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.
@@ -99,11 +99,11 @@ body.dbc-app {
99
99
  max-width: var(--card-label-width);
100
100
  overflow: hidden;
101
101
  text-overflow: ellipsis;
102
- font-size: var(--font-size-table-header);
102
+ font-size: var(--font-size-xs);
103
103
  line-height: var(--line-height-table-header);
104
104
  color: var(--table-header-fg);
105
105
  letter-spacing: var(--letter-spacing-wide);
106
- font-weight: var(--font-weight-table-header);
106
+ font-weight: normal;
107
107
  }
108
108
 
109
109
  .dbc-table td {
package/dist/styles.css CHANGED
@@ -99,11 +99,11 @@ body.dbc-app {
99
99
  max-width: var(--card-label-width);
100
100
  overflow: hidden;
101
101
  text-overflow: ellipsis;
102
- font-size: var(--font-size-table-header);
102
+ font-size: var(--font-size-xs);
103
103
  line-height: var(--line-height-table-header);
104
104
  color: var(--table-header-fg);
105
105
  letter-spacing: var(--letter-spacing-wide);
106
- font-weight: var(--font-weight-table-header);
106
+ font-weight: normal;
107
107
  }
108
108
 
109
109
  .dbc-table td {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbcdk/react-components",
3
- "version": "0.0.170",
3
+ "version": "0.0.171",
4
4
  "description": "Reusable React components for DBC projects",
5
5
  "license": "ISC",
6
6
  "author": "",