@progress/kendo-theme-core 13.1.0-dev.2 → 13.1.0-dev.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-core",
3
3
  "description": "A collection of functions and mixins used for building themes for Kendo UI",
4
- "version": "13.1.0-dev.2",
4
+ "version": "13.1.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -46,5 +46,5 @@
46
46
  "directories": {
47
47
  "doc": "docs"
48
48
  },
49
- "gitHead": "feda774a2c88006abd77d1e709272d33792a49b3"
49
+ "gitHead": "a1e912df81b1aadcb852600c86a4ee5b55f72392"
50
50
  }
@@ -263,7 +263,7 @@
263
263
  text-align: start;
264
264
  margin-block-end: $kendo-fieldset-legend-margin;
265
265
 
266
- > span:not(.k-widget) {
266
+ > span {
267
267
  width: $kendo-inline-form-element-width;
268
268
  text-align: end;
269
269
  line-height: var( --kendo-line-height, normal );
@@ -343,11 +343,6 @@
343
343
 
344
344
  .k-edit-field {
345
345
 
346
- > .k-widget {
347
- width: 100%;
348
- box-sizing: border-box;
349
- }
350
-
351
346
  input[type="radio"]:not(.k-radio),
352
347
  input[type="checkbox"]:not(.k-checkbox) {
353
348
  margin-inline-end: .4ex;
@@ -361,10 +356,6 @@
361
356
  > .k-reset > li + li {
362
357
  margin-block-start: k-spacing(2);
363
358
  }
364
-
365
- .k-reset .k-widget {
366
- margin: 0 .4ex 0 1ex;
367
- }
368
359
  }
369
360
 
370
361
  }
@@ -675,8 +675,7 @@
675
675
  .k-grid .k-grid-edit-row .k-table-td {
676
676
 
677
677
  > input:not([type="checkbox"]):not([type="radio"]),
678
- > select,
679
- > .k-widget:not(.k-switch) {
678
+ > select {
680
679
  width: 100%;
681
680
  vertical-align: middle;
682
681
  box-sizing: border-box;
@@ -177,6 +177,7 @@
177
177
  display: flex;
178
178
  flex-direction: column;
179
179
  gap: $kendo-list-item-spacing;
180
+ text-align: start;
180
181
  }
181
182
 
182
183
  .k-list-ul + .k-list-ul {
@@ -69,7 +69,6 @@
69
69
  }
70
70
 
71
71
  // Child components
72
- .k-popup > .k-widget,
73
72
  .k-popup > .k-coloreditor {
74
73
  border-width: 0;
75
74
  }
@@ -223,10 +223,6 @@
223
223
  position: relative;
224
224
  z-index: k-z-index("base", 2);
225
225
 
226
- .k-widget {
227
- font-size: inherit;
228
- }
229
-
230
226
  // Current date
231
227
  .k-nav-current {
232
228
  color: inherit;
@@ -25,9 +25,6 @@
25
25
  position: relative;
26
26
  -webkit-touch-callout: none;
27
27
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
28
- // TODO: remove those once k-widget styles are removed. Link: https://github.com/telerik/kendo-themes/issues/1359
29
- color: inherit;
30
- background: none;
31
28
 
32
29
  *,
33
30
  *::before,