@webitel/ui-sdk 23.12.64 → 23.12.66

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.64",
3
+ "version": "23.12.66",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -49,7 +49,7 @@ export default {
49
49
  box-sizing: border-box;
50
50
  padding: var(--page-wrapper-section-padding);
51
51
  border-radius: var(--border-radius);
52
- background: var(--wt-page-wrapper-content-wrapper-color);
52
+ background: var(--wt-text-field-text-color);
53
53
  }
54
54
 
55
55
  .wt-page-wrapper__main {
@@ -133,6 +133,8 @@ export default {
133
133
 
134
134
  .wt-pagination__size-input {
135
135
  width: var(--pagination-size-input-width);
136
+ background: transparent;
137
+ color: var(--wt-text-field-error-text-color);
136
138
  }
137
139
 
138
140
  .wt-pagination__page-controls {