@webitel/ui-sdk 23.12.67 → 23.12.69

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.67",
3
+ "version": "23.12.69",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -293,6 +293,7 @@ onMounted(() => {
293
293
  padding: var(--input-padding);
294
294
  transition: var(--transition);
295
295
  border: var(--input-border);
296
+ color: var(--wt-text-field-text-color);
296
297
  border-color: var(--wt-text-field-input-border-color);
297
298
  border-radius: var(--border-radius);
298
299
  background: transparent;
@@ -133,8 +133,6 @@ export default {
133
133
 
134
134
  .wt-pagination__size-input {
135
135
  width: var(--pagination-size-input-width);
136
- color: var(--wt-text-field-text-color);
137
- background: transparent;
138
136
  }
139
137
 
140
138
  .wt-pagination__page-controls {