@webitel/ui-sdk 25.10.11 → 25.10.12

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": "25.10.11",
3
+ "version": "25.10.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run lint:fix || true) && npm run publish-lib",
@@ -56,7 +56,7 @@
56
56
  "@vuepic/vue-datepicker": "^4.5.1",
57
57
  "@vueuse/components": "^13.0.0",
58
58
  "@webitel/api-services": "^0.0.44",
59
- "@webitel/styleguide": "^24.12.62",
59
+ "@webitel/styleguide": "^24.12.64",
60
60
  "autosize": "^6.0.1",
61
61
  "axios": "^1.8.3",
62
62
  "clipboard-copy": "^4.0.1",
@@ -50,6 +50,38 @@ declare const table: {
50
50
  borderColor: string;
51
51
  color: string;
52
52
  };
53
+ resizeIndicator: {
54
+ color: string;
55
+ };
56
+ filter: {
57
+ overlaySelect: {
58
+ background: string;
59
+ borderColor: string;
60
+ color: string;
61
+ shadow: string;
62
+ };
63
+ overlayPopover: {
64
+ background: string;
65
+ borderColor: string;
66
+ color: string;
67
+ shadow: string;
68
+ };
69
+ rule: {
70
+ borderColor: string;
71
+ };
72
+ constraint: {
73
+ focusBackground: string;
74
+ selectedBackground: string;
75
+ selectedFocusBackground: string;
76
+ color: string;
77
+ focusColor: string;
78
+ selectedColor: string;
79
+ selectedFocusColor: string;
80
+ separator: {
81
+ borderColor: string;
82
+ };
83
+ };
84
+ };
53
85
  sortIcon: {
54
86
  color: string;
55
87
  hoverColor: string;
@@ -104,6 +136,38 @@ declare const table: {
104
136
  borderColor: string;
105
137
  color: string;
106
138
  };
139
+ resizeIndicator: {
140
+ color: string;
141
+ };
142
+ filter: {
143
+ overlaySelect: {
144
+ background: string;
145
+ borderColor: string;
146
+ color: string;
147
+ shadow: string;
148
+ };
149
+ overlayPopover: {
150
+ background: string;
151
+ borderColor: string;
152
+ color: string;
153
+ shadow: string;
154
+ };
155
+ rule: {
156
+ borderColor: string;
157
+ };
158
+ constraint: {
159
+ focusBackground: string;
160
+ selectedBackground: string;
161
+ selectedFocusBackground: string;
162
+ color: string;
163
+ focusColor: string;
164
+ selectedColor: string;
165
+ selectedFocusColor: string;
166
+ separator: {
167
+ borderColor: string;
168
+ };
169
+ };
170
+ };
107
171
  sortIcon: {
108
172
  color: string;
109
173
  hoverColor: string;
@@ -180,6 +244,30 @@ declare const table: {
180
244
  padding: string;
181
245
  };
182
246
  };
247
+ columnResizer: {
248
+ width: string;
249
+ };
250
+ resizeIndicator: {
251
+ width: string;
252
+ };
253
+ filter: {
254
+ inlineGap: string;
255
+ overlaySelect: {
256
+ borderRadius: string;
257
+ };
258
+ overlayPopover: {
259
+ padding: string;
260
+ gap: string;
261
+ };
262
+ constraintList: {
263
+ padding: string;
264
+ gap: string;
265
+ };
266
+ constraint: {
267
+ padding: string;
268
+ borderRadius: string;
269
+ };
270
+ };
183
271
  sortIcon: {
184
272
  size: string;
185
273
  };