@progress/kendo-theme-bootstrap 14.1.1-dev.2 → 14.2.0-0

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.
Files changed (54) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +105 -104
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +96 -95
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +104 -103
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +95 -94
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +31 -30
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +113 -112
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-nordic.css +1 -1
  16. package/dist/bootstrap-nordic.scss +95 -94
  17. package/dist/bootstrap-turquoise-dark.css +1 -1
  18. package/dist/bootstrap-turquoise-dark.scss +104 -103
  19. package/dist/bootstrap-turquoise.css +1 -1
  20. package/dist/bootstrap-turquoise.scss +95 -94
  21. package/dist/bootstrap-urban.css +1 -1
  22. package/dist/bootstrap-urban.scss +95 -94
  23. package/dist/bootstrap-vintage.css +1 -1
  24. package/dist/bootstrap-vintage.scss +95 -94
  25. package/dist/meta/sassdoc-data.json +834 -1974
  26. package/dist/meta/sassdoc-raw-data.json +416 -941
  27. package/dist/meta/variables.json +49 -85
  28. package/lib/swatches/bootstrap-3-dark.json +109 -114
  29. package/lib/swatches/bootstrap-3.json +100 -105
  30. package/lib/swatches/bootstrap-4-dark.json +109 -104
  31. package/lib/swatches/bootstrap-4.json +100 -95
  32. package/lib/swatches/bootstrap-dataviz-v4.json +36 -31
  33. package/lib/swatches/bootstrap-main-dark.json +118 -113
  34. package/lib/swatches/bootstrap-main.json +1 -1
  35. package/lib/swatches/bootstrap-nordic.json +100 -95
  36. package/lib/swatches/bootstrap-turquoise-dark.json +109 -104
  37. package/lib/swatches/bootstrap-turquoise.json +100 -95
  38. package/lib/swatches/bootstrap-urban.json +100 -95
  39. package/lib/swatches/bootstrap-vintage.json +100 -95
  40. package/package.json +4 -5
  41. package/scss/diagram/_index.scss +16 -0
  42. package/scss/diagram/_layout.scss +6 -0
  43. package/scss/diagram/_theme.scss +6 -0
  44. package/scss/diagram/_variables.scss +1 -0
  45. package/scss/drawer/_variables.scss +0 -12
  46. package/scss/expansion-panel/_variables.scss +1 -1
  47. package/scss/grid/_index.scss +0 -2
  48. package/scss/index.scss +2 -3
  49. package/scss/scheduler/_index.scss +10 -2
  50. package/scss/scheduler/_variables.scss +35 -4
  51. package/scss/adaptive/_index.scss +0 -26
  52. package/scss/adaptive/_layout.scss +0 -6
  53. package/scss/adaptive/_theme.scss +0 -6
  54. package/scss/adaptive/_variables.scss +0 -88
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "14.1.1-dev.2",
4
+ "version": "14.2.0-0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,11 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.9.0",
57
- "@progress/kendo-theme-core": "14.1.1-dev.2",
58
- "@progress/kendo-theme-utils": "14.1.1-dev.2"
57
+ "@progress/kendo-theme-core": "14.2.0-0",
58
+ "@progress/kendo-theme-utils": "14.2.0-0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
- },
64
- "gitHead": "7e6facaaa79799eaccdc502e3afc4c0a0c19be0a"
63
+ }
65
64
  }
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-diagram--styles() {
11
+ @include import-once( "diagram" ) {
12
+ @include core-styles();
13
+ @include kendo-diagram--layout();
14
+ @include kendo-diagram--theme();
15
+ }
16
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/diagram/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-diagram--layout() {
5
+ @include kendo-diagram--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/diagram/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-diagram--theme() {
5
+ @include kendo-diagram--theme-base();
6
+ }
@@ -0,0 +1 @@
1
+ @use "../core/_index.scss" as *;
@@ -37,18 +37,9 @@ $kendo-drawer-content-padding-y: null !default;
37
37
  /// The width of the Drawer scrollbar.
38
38
  /// @group drawer
39
39
  $kendo-drawer-scrollbar-width: 7px !default;
40
- /// The color of the Drawer scrollbar track.
41
- /// @group drawer
42
- $kendo-drawer-scrollbar-color: k-color(inverse-subtle) !default;
43
- /// The background color of the Drawer scrollbar thumb.
44
- /// @group drawer
45
- $kendo-drawer-scrollbar-bg: color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse)) !default;
46
40
  /// The border radius of the Drawer scrollbar.
47
41
  /// @group drawer
48
42
  $kendo-drawer-scrollbar-radius: 20px !default;
49
- /// The hover color of the Drawer scrollbar track.
50
- /// @group drawer
51
- $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
52
43
 
53
44
  /// The horizontal padding of the Drawer items.
54
45
  /// @group drawer
@@ -140,10 +131,7 @@ $kendo-drawer-selected-focus-bg: null !default;
140
131
  $kendo-drawer-content-padding-x: $kendo-drawer-content-padding-x,
141
132
  $kendo-drawer-content-padding-y: $kendo-drawer-content-padding-y,
142
133
  $kendo-drawer-scrollbar-width: $kendo-drawer-scrollbar-width,
143
- $kendo-drawer-scrollbar-color: $kendo-drawer-scrollbar-color,
144
- $kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
145
134
  $kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
146
- $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
147
135
  $kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
148
136
  $kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
149
137
  $kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
@@ -68,7 +68,7 @@ $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
68
68
  $kendo-expander-title-font-weight: 500 !default;
69
69
  /// The text transform of the ExpansionPanel title.
70
70
  /// @group expander
71
- $kendo-expander-title-text-transform: uppercase !default;
71
+ $kendo-expander-title-text-transform: initial !default;
72
72
  /// The text color of the ExpansionPanel title.
73
73
  /// @group expander
74
74
  $kendo-expander-title-text: k-color(primary-on-surface) !default;
@@ -1,7 +1,6 @@
1
1
  // Dependencies
2
2
  @use "../core/_index.scss" as *;
3
3
  @use "../utils/_index.scss" as *;
4
- @use "../adaptive/_index.scss" as *;
5
4
  @use "../progressbar/_index.scss" as *;
6
5
  @use "../button/_index.scss" as *;
7
6
  @use "../action-buttons/_index.scss" as *;
@@ -35,7 +34,6 @@
35
34
  @mixin kendo-grid--styles() {
36
35
  @include import-once( "grid" ) {
37
36
  @include core-styles();
38
- @include kendo-adaptive--styles();
39
37
  @include kendo-progressbar--styles();
40
38
  @include kendo-button--styles();
41
39
  @include kendo-action-buttons--styles();
package/scss/index.scss CHANGED
@@ -94,7 +94,6 @@
94
94
  @forward "./splitter/_index.scss";
95
95
  @forward "./tilelayout/_index.scss";
96
96
  @forward "./dock-manager/_index.scss";
97
- @forward "./adaptive/_index.scss";
98
97
  @forward "./grid/_index.scss";
99
98
  @forward "./listview/_index.scss";
100
99
  @forward "./spreadsheet/_index.scss";
@@ -280,7 +279,6 @@
280
279
 
281
280
  // Misc
282
281
 
283
- @use "./adaptive/_index.scss" as *;
284
282
  @use "./file-box/_index.scss" as *;
285
283
  @use "./chat/_index.scss" as *;
286
284
  @use "./mediaplayer/_index.scss" as *;
@@ -296,6 +294,7 @@
296
294
  // Dataviz
297
295
 
298
296
  @use "./dataviz/_index.scss" as *;
297
+ @use "./diagram/_index.scss" as *;
299
298
  @use "./map/_index.scss" as *;
300
299
  @use "./orgchart/_index.scss" as *;
301
300
  @use "./signature/_index.scss" as *;
@@ -464,7 +463,6 @@
464
463
 
465
464
 
466
465
  // Misc
467
- @include kendo-adaptive--styles();
468
466
  @include kendo-file-box--styles();
469
467
  @include kendo-chat--styles();
470
468
  @include kendo-media-player--styles();
@@ -480,6 +478,7 @@
480
478
 
481
479
  // Dataviz
482
480
  @include kendo-dataviz--styles();
481
+ @include kendo-diagram--styles();
483
482
  @include kendo-map--styles();
484
483
  @include kendo-orgchart--styles();
485
484
  @include kendo-signature--styles();
@@ -2,7 +2,11 @@
2
2
  @use "../core/_index.scss" as *;
3
3
  @use "../icons/_index.scss" as *;
4
4
  @use "../utils/_index.scss" as *;
5
- @use "../adaptive/_index.scss" as *;
5
+ @use "../listgroup/_index.scss" as *;
6
+ @use "../checkbox/_index.scss" as *;
7
+ @use "../radio/_index.scss" as *;
8
+ @use "../switch/_index.scss" as *;
9
+ @use "../toolbar/_index.scss" as *;
6
10
  @use "../button/_index.scss" as *;
7
11
  @use "../datetimepicker/_index.scss" as *;
8
12
  @use "../dropdownlist/_index.scss" as *;
@@ -20,7 +24,11 @@
20
24
  @include import-once( "scheduler" ) {
21
25
  @include core-styles();
22
26
  @include kendo-icon--styles();
23
- @include kendo-adaptive--styles();
27
+ @include kendo-listgroup--styles();
28
+ @include kendo-checkbox--styles();
29
+ @include kendo-radio--styles();
30
+ @include kendo-switch--styles();
31
+ @include kendo-toolbar--styles();
24
32
  @include kendo-button--styles();
25
33
  @include kendo-date-time-picker--styles();
26
34
  @include kendo-dropdown-list--styles();
@@ -4,9 +4,6 @@
4
4
  @use "../toolbar/_variables.scss" as *;
5
5
  @use "../calendar/_variables.scss" as *;
6
6
 
7
-
8
- // Scheduler
9
-
10
7
  /// The width of the border around the Scheduler.
11
8
  /// @group scheduler
12
9
  $kendo-scheduler-border-width: 1px !default;
@@ -267,6 +264,28 @@ $kendo-scheduler-marquee-label-inset-y: k-spacing(1) !default;
267
264
  /// @group scheduler
268
265
  $kendo-scheduler-header-bg: k-color(surface) !default;
269
266
 
267
+
268
+ // Adaptive
269
+ $kendo-scheduler-adaptive-bg: k-color(surface-alt) !default;
270
+ $kendo-scheduler-adaptive-text: k-color(on-app-surface) !default;
271
+ $kendo-scheduler-adaptive-border: k-color(border) !default;
272
+
273
+ $kendo-scheduler-adaptive-content-bg: k-color(surface) !default;
274
+
275
+ $kendo-scheduler-adaptive-menu-clear-text: k-color(primary-on-surface) !default;
276
+
277
+ $kendo-scheduler-adaptive-border-width: 1px !default;
278
+ $kendo-scheduler-adaptive-font-family: var(--kendo-font-family) !default;
279
+ $kendo-scheduler-adaptive-font-size: var(--kendo-font-size) !default;
280
+ $kendo-scheduler-adaptive-line-height: var(--kendo-line-height) !default;
281
+
282
+ $kendo-scheduler-adaptive-current-text: k-color(primary-on-surface) !default;
283
+ $kendo-scheduler-adaptive-base-text: inherit !default;
284
+ $kendo-scheduler-adaptive-subtle-text: k-color(on-app-surface) !default;
285
+
286
+ /// The width of the border around the Scheduler.
287
+ /// @group scheduler
288
+
270
289
  @forward "@progress/kendo-theme-core/scss/components/scheduler/_variables.scss" with (
271
290
  $kendo-scheduler-border-width: $kendo-scheduler-border-width,
272
291
  $kendo-scheduler-border-radius: $kendo-scheduler-border-radius,
@@ -345,5 +364,17 @@ $kendo-scheduler-header-bg: k-color(surface) !default;
345
364
  $kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
346
365
  $kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
347
366
  $kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
348
- $kendo-scheduler-header-bg: $kendo-scheduler-header-bg
367
+ $kendo-scheduler-header-bg: $kendo-scheduler-header-bg,
368
+ $kendo-scheduler-adaptive-bg: $kendo-scheduler-adaptive-bg,
369
+ $kendo-scheduler-adaptive-text: $kendo-scheduler-adaptive-text,
370
+ $kendo-scheduler-adaptive-border: $kendo-scheduler-adaptive-border,
371
+ $kendo-scheduler-adaptive-content-bg: $kendo-scheduler-adaptive-content-bg,
372
+ $kendo-scheduler-adaptive-menu-clear-text: $kendo-scheduler-adaptive-menu-clear-text,
373
+ $kendo-scheduler-adaptive-border-width: $kendo-scheduler-adaptive-border-width,
374
+ $kendo-scheduler-adaptive-font-family: $kendo-scheduler-adaptive-font-family,
375
+ $kendo-scheduler-adaptive-font-size: $kendo-scheduler-adaptive-font-size,
376
+ $kendo-scheduler-adaptive-line-height: $kendo-scheduler-adaptive-line-height,
377
+ $kendo-scheduler-adaptive-current-text: $kendo-scheduler-adaptive-current-text,
378
+ $kendo-scheduler-adaptive-base-text: $kendo-scheduler-adaptive-base-text,
379
+ $kendo-scheduler-adaptive-subtle-text: $kendo-scheduler-adaptive-subtle-text
349
380
  );
@@ -1,26 +0,0 @@
1
- // Dependencies (TODO: extract variables)
2
- @use "../core/_index.scss" as *;
3
- @use "../listgroup/_index.scss" as *;
4
- @use "../checkbox/_index.scss" as *;
5
- @use "../radio/_index.scss" as *;
6
- @use "../switch/_index.scss" as *;
7
- @use "../toolbar/_index.scss" as *;
8
-
9
- // Component
10
- @forward "./_variables.scss";
11
- @use "./_layout.scss" as *;
12
- @use "./_theme.scss" as *;
13
-
14
- // Expose
15
- @mixin kendo-adaptive--styles() {
16
- @include import-once( "adaptive" ) {
17
- @include core-styles();
18
- @include kendo-listgroup--styles();
19
- @include kendo-checkbox--styles();
20
- @include kendo-radio--styles();
21
- @include kendo-switch--styles();
22
- @include kendo-toolbar--styles();
23
- @include kendo-adaptive--layout();
24
- @include kendo-adaptive--theme();
25
- }
26
- }
@@ -1,6 +0,0 @@
1
- @use "@progress/kendo-theme-core/scss/components/adaptive/_layout.scss" as *;
2
-
3
-
4
- @mixin kendo-adaptive--layout() {
5
- @include kendo-adaptive--layout-base();
6
- }
@@ -1,6 +0,0 @@
1
- @use "@progress/kendo-theme-core/scss/components/adaptive/_theme.scss" as *;
2
-
3
-
4
- @mixin kendo-adaptive--theme() {
5
- @include kendo-adaptive--theme-base();
6
- }
@@ -1,88 +0,0 @@
1
- @use "../core/_index.scss" as *;
2
-
3
- // Adaptive Common
4
- /// The background color of the Adaptive component.
5
- /// @group adaptive
6
- $kendo-adaptive-bg: k-color(app-surface) !default;
7
- /// The text color of the Adaptive component.
8
- /// @group adaptive
9
- $kendo-adaptive-text: k-color(on-app-surface) !default;
10
- /// The border color of the Adaptive component.
11
- /// @group adaptive
12
- $kendo-adaptive-border: k-color(border) !default;
13
-
14
- /// The background color of the Adaptive content.
15
- /// @group adaptive
16
- $kendo-adaptive-content-bg: k-color(surface) !default;
17
- /// The text color of the Adaptive content.
18
- /// @group adaptive
19
- $kendo-adaptive-content-text: k-color(on-app-surface) !default;
20
-
21
- /// The background color of the Adaptive menu.
22
- /// @group adaptive
23
- $kendo-adaptive-menu-bg: k-color(primary) !default;
24
- /// The text color of the Adaptive menu.
25
- /// @group adaptive
26
- $kendo-adaptive-menu-text: k-color(on-primary) !default;
27
-
28
- /// The text color of the Adaptive menu clear button.
29
- /// @group adaptive
30
- $kendo-adaptive-menu-clear-text: k-color(primary-on-surface) !default;
31
-
32
- /// The border color of the Adaptive menu item.
33
- /// @group adaptive
34
- $kendo-adaptive-menu-item-border: k-color(border) !default;
35
- /// The text color of the Adaptive menu title.
36
- /// @group adaptive
37
- $kendo-adaptive-menu-title-text: k-color(on-app-surface) !default;
38
-
39
- /// The width of the border around the Adaptive component.
40
- /// @group adaptive
41
- $kendo-adaptive-border-width: 1px !default;
42
- /// The font family of the Adaptive component.
43
- /// @group adaptive
44
- $kendo-adaptive-font-family: var(--kendo-font-family) !default;
45
- /// The font size of the Adaptive component.
46
- /// @group adaptive
47
- $kendo-adaptive-font-size: var(--kendo-font-size) !default;
48
- /// The line height of the Adaptive component.
49
- /// @group adaptive
50
- $kendo-adaptive-line-height: var(--kendo-line-height) !default;
51
-
52
- // Adaptive Grid
53
- /// The text color of the Adaptive Grid sort indicator.
54
- /// @group adaptive
55
- $kendo-adaptive-grid-sort-text: k-color(primary-on-surface) !default;
56
-
57
- // Adaptive Scheduler
58
- /// The text color of the current date in the Adaptive Scheduler.
59
- /// @group adaptive
60
- $kendo-adaptive-scheduler-current-text: k-color(primary-on-surface) !default;
61
- /// The base text color of the Adaptive Scheduler.
62
- /// @group adaptive
63
- $kendo-adaptive-scheduler-base-text: inherit !default;
64
- /// The subtle text color of the Adaptive Scheduler.
65
- /// @group adaptive
66
- $kendo-adaptive-scheduler-subtle-text: k-color(on-app-surface) !default;
67
-
68
-
69
- @forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
70
- $kendo-adaptive-bg: $kendo-adaptive-bg,
71
- $kendo-adaptive-text: $kendo-adaptive-text,
72
- $kendo-adaptive-border: $kendo-adaptive-border,
73
- $kendo-adaptive-content-bg: $kendo-adaptive-content-bg,
74
- $kendo-adaptive-content-text: $kendo-adaptive-content-text,
75
- $kendo-adaptive-menu-bg: $kendo-adaptive-menu-bg,
76
- $kendo-adaptive-menu-text: $kendo-adaptive-menu-text,
77
- $kendo-adaptive-menu-clear-text: $kendo-adaptive-menu-clear-text,
78
- $kendo-adaptive-menu-item-border: $kendo-adaptive-menu-item-border,
79
- $kendo-adaptive-menu-title-text: $kendo-adaptive-menu-title-text,
80
- $kendo-adaptive-border-width: $kendo-adaptive-border-width,
81
- $kendo-adaptive-font-family: $kendo-adaptive-font-family,
82
- $kendo-adaptive-font-size: $kendo-adaptive-font-size,
83
- $kendo-adaptive-line-height: $kendo-adaptive-line-height,
84
- $kendo-adaptive-grid-sort-text: $kendo-adaptive-grid-sort-text,
85
- $kendo-adaptive-scheduler-current-text: $kendo-adaptive-scheduler-current-text,
86
- $kendo-adaptive-scheduler-base-text: $kendo-adaptive-scheduler-base-text,
87
- $kendo-adaptive-scheduler-subtle-text: $kendo-adaptive-scheduler-subtle-text
88
- );