@webitel/ui-sdk 23.12.112 → 23.12.113

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "23.12.112",
3
+ "version": "23.12.113",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -10,6 +10,7 @@
10
10
  --table-row-padding: var(--spacing-xs);
11
11
 
12
12
  --wt-table-head-border-color: var(--grey-lighten-1);
13
+ --wt-table-head-background-color: var(--content-wrapper-color);
13
14
  --wt-table-primary-color: var(--content-wrapper-color);
14
15
  --wt-table-zebra-color: var(--dp-18-surface-color);
15
16
  }
@@ -247,7 +247,7 @@ export default {
247
247
  border: var(--table-head-border);
248
248
  border-color: var(--wt-table-head-border-color);
249
249
  border-radius: var(--border-radius);
250
- background: transparent;
250
+ background: var(--wt-table-head-background-color);
251
251
  }
252
252
 
253
253
  .wt-table__th,