@progress/kendo-theme-bootstrap 8.0.0-dev.1 → 8.0.0-dev.10

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 (37) hide show
  1. package/dist/all.css +4492 -1082
  2. package/dist/all.scss +677 -304
  3. package/dist/meta/variables.json +287 -283
  4. package/lib/swatches/bootstrap-3-dark.json +1 -1
  5. package/lib/swatches/bootstrap-3.json +1 -1
  6. package/lib/swatches/bootstrap-4-dark.json +1 -1
  7. package/lib/swatches/bootstrap-4.json +1 -1
  8. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  9. package/lib/swatches/bootstrap-main-dark.json +1 -1
  10. package/lib/swatches/bootstrap-main.json +1 -1
  11. package/lib/swatches/bootstrap-nordic.json +1 -1
  12. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  13. package/lib/swatches/bootstrap-turquoise.json +1 -1
  14. package/lib/swatches/bootstrap-urban.json +1 -1
  15. package/lib/swatches/bootstrap-vintage.json +1 -1
  16. package/package.json +6 -6
  17. package/scss/calendar/_variables.scss +32 -2
  18. package/scss/chip/_theme.scss +2 -2
  19. package/scss/chip/_variables.scss +2 -1
  20. package/scss/core/border-radii/index.import.scss +23 -1
  21. package/scss/core/color-system/_palettes.scss +28 -28
  22. package/scss/core/color-system/_swatch.scss +80 -80
  23. package/scss/core/typography/index.import.scss +1 -0
  24. package/scss/dataviz/_variables.scss +1 -1
  25. package/scss/drawer/_variables.scss +12 -2
  26. package/scss/forms/_layout.scss +1 -1
  27. package/scss/progressbar/_variables.scss +2 -2
  28. package/scss/scheduler/_variables.scss +144 -1
  29. package/scss/slider/_variables.scss +1 -1
  30. package/scss/switch/_variables.scss +2 -2
  31. package/scss/tabstrip/_variables.scss +70 -29
  32. package/scss/tilelayout/_variables.scss +1 -1
  33. package/scss/timeline/_variables.scss +1 -1
  34. package/scss/tooltip/_variables.scss +1 -1
  35. package/scss/typography/_variables.scss +158 -0
  36. package/dist/meta/sassdoc-data.json +0 -125612
  37. package/dist/meta/sassdoc-raw-data.json +0 -57942
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.10",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
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": "8.0.0-dev.1",
4
+ "version": "8.0.0-dev.10",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,15 +52,15 @@
52
52
  "postpublish": "echo 'no postpublish for bootstrap theme'"
53
53
  },
54
54
  "dependencies": {
55
- "@progress/kendo-svg-icons": "2.1.0",
56
- "@progress/kendo-theme-core": "8.0.0-dev.1",
57
- "@progress/kendo-theme-default": "8.0.0-dev.1",
58
- "@progress/kendo-theme-utils": "8.0.0-dev.1",
55
+ "@progress/kendo-svg-icons": "2.3.0",
56
+ "@progress/kendo-theme-core": "8.0.0-dev.10",
57
+ "@progress/kendo-theme-default": "8.0.0-dev.10",
58
+ "@progress/kendo-theme-utils": "8.0.0-dev.10",
59
59
  "bootstrap": "5.2.1"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "798500c0cb615e834197322b581e870888968fd1"
65
+ "gitHead": "586e93eb20d6ddbc481401a9eda9ed878ef4c3a1"
66
66
  }
@@ -3,8 +3,14 @@
3
3
  /// The width of the border around the Calendar.
4
4
  /// @group calendar
5
5
  $kendo-calendar-border-width: 1px !default;
6
+ /// The font family of the Calendar.
7
+ /// @group calendar
6
8
  $kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
9
+ /// The font size of the Calendar.
10
+ /// @group calendar
7
11
  $kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
12
+ /// The line height of the Calendar.
13
+ /// @group calendar
8
14
  $kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
9
15
 
10
16
  /// The size of the cells in the Calendar.
@@ -84,7 +90,11 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
84
90
  /// The height of the header cells in the Calendar.
85
91
  /// @group calendar
86
92
  $kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
93
+ /// The font size of the header cells in the Calendar.
94
+ /// @group calendar
87
95
  $kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
96
+ /// The line height of the header cells in the Calendar.
97
+ /// @group calendar
88
98
  $kendo-calendar-header-cell-line-height: 2 !default;
89
99
 
90
100
  /// The background color of the header cells in the Calendar.
@@ -261,10 +271,20 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
261
271
 
262
272
  // Multiview calendar
263
273
 
274
+ /// The border radius of the range cells in the Multiview Calendar.
275
+ /// @group calendar
276
+ $kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
264
277
 
265
278
  // Calendar sizes
279
+
280
+ /// The font size of the small Calendar.
281
+ /// @group calendar
266
282
  $kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
283
+ /// The line height of the small Calendar.
284
+ /// @group calendar
267
285
  $kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
286
+ /// The size of the cells in the small Calendar.
287
+ /// @group calendar
268
288
  $kendo-calendar-sm-cell-size: 34px !default;
269
289
  /// The horizontal padding of the cells in the small Calendar.
270
290
  /// @group calendar
@@ -273,10 +293,15 @@ $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
273
293
  /// @group calendar
274
294
  $kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
275
295
 
296
+ /// The font size of the medium Calendar.
297
+ /// @group calendar
276
298
  $kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
299
+ /// The line height of the medium Calendar.
300
+ /// @group calendar
277
301
  $kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
302
+ /// The size of the cells in the medium Calendar.
303
+ /// @group calendar
278
304
  $kendo-calendar-md-cell-size: 38px !default;
279
-
280
305
  /// The horizontal padding of the cells in the medium Calendar.
281
306
  /// @group calendar
282
307
  $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
@@ -284,10 +309,15 @@ $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
284
309
  /// @group calendar
285
310
  $kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
286
311
 
312
+ /// The font size of the large Calendar.
313
+ /// @group calendar
287
314
  $kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
315
+ /// The line height of the large Calendar.
316
+ /// @group calendar
288
317
  $kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
318
+ /// The size of the cells in the large Calendar.
319
+ /// @group calendar
289
320
  $kendo-calendar-lg-cell-size: 42px !default;
290
-
291
321
  /// The horizontal padding of the cells in the large Calendar.
292
322
  /// @group calendar
293
323
  $kendo-calendar-lg-cell-padding-x: k-spacing(1) !default;
@@ -9,7 +9,7 @@
9
9
 
10
10
  @if ($name == "info") {
11
11
  @include fill (
12
- $color: if($kendo-enable-color-system, $kendo-chip-outline-text, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text)),
12
+ $color: if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text)),
13
13
  $border: if($kendo-enable-color-system, $color, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color))
14
14
  );
15
15
 
@@ -17,7 +17,7 @@
17
17
  &.k-hover,
18
18
  &.k-selected {
19
19
  @include fill(
20
- if($kendo-enable-color-system, $kendo-chip-outline-text, if( $kendo-is-dark-theme, k-contrast-color($color), $kendo-chip-outline-text)),
20
+ if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, k-contrast-color($color), $kendo-chip-outline-text)),
21
21
  $color,
22
22
  $color
23
23
  );
@@ -46,6 +46,7 @@ $kendo-chip-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
46
46
  /// @group chip
47
47
  $kendo-chip-md-font-size: var( --kendo-font-size, inherit ) !default;
48
48
  /// The font size of the large Chip.
49
+ /// @group chip
49
50
  $kendo-chip-lg-font-size: var( --kendo-font-size, inherit ) !default;
50
51
 
51
52
  /// The Chip's line height that is related to the $kendo-font-size.
@@ -146,7 +147,7 @@ $kendo-chip-solid-selected-text: null !default;
146
147
  $kendo-chip-outline-bg: $kendo-component-bg !default;
147
148
  /// The base text color of the outline Chip.
148
149
  /// @group chip
149
- $kendo-chip-outline-text: $kendo-chip-solid-text !default;
150
+ $kendo-chip-outline-text: if($kendo-enable-color-system, k-color( base-on-surface ), $kendo-chip-solid-text) !default;
150
151
  /// The base border color of the outline Chip.
151
152
  /// @group chip
152
153
  $kendo-chip-outline-border: $kendo-chip-outline-text !default;
@@ -1,14 +1,36 @@
1
+ /// The global border radius used across the Components.
2
+ /// @group radii
1
3
  $kendo-border-radius: $border-radius !default;
4
+ /// The none border radius used across the Components.
5
+ /// @group radii
6
+ $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
7
+ /// The extra small border radius used across the Components.
8
+ /// @group radii
2
9
  $kendo-border-radius-xs: k-map-get($kendo-spacing, 0.5) !default;
10
+ /// The small border radius used across the Components.
11
+ /// @group radii
3
12
  $kendo-border-radius-sm: $border-radius-sm !default;
13
+ /// The medium border radius used across the Components.
14
+ /// @group radii
4
15
  $kendo-border-radius-md: $kendo-border-radius !default;
16
+ /// The large border radius used across the Components.
17
+ /// @group radii
5
18
  $kendo-border-radius-lg: $border-radius-lg !default;
19
+ /// The extra large border radius used across the Components.
20
+ /// @group radii
6
21
  $kendo-border-radius-xl: k-map-get($kendo-spacing, 3) !default;
22
+ /// The third largest border radius used across the Components.
23
+ /// @group radii
7
24
  $kendo-border-radius-xxl: k-map-get($kendo-spacing, 4) !default;
25
+ /// The second largest border radius used across the Components.
26
+ /// @group radii
8
27
  $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 8) !default;
28
+ /// The largest border radius used across the Components.
29
+ /// @group radii
9
30
  $kendo-border-radius-full: 50rem !default;
10
31
 
11
-
32
+ /// The global radii Map.
33
+ /// @group radii
12
34
  $kendo-border-radii: (
13
35
  xs: $kendo-border-radius-xs,
14
36
  sm: $kendo-border-radius-sm,
@@ -6,13 +6,13 @@ $_default-palette-gray: (
6
6
  4: #ced4da,
7
7
  5: #bdc4cb,
8
8
  6: #adb5bd,
9
- 7: #8d959d,
10
- 8: #6c757d,
11
- 9: #606970,
12
- 10: #555c64,
9
+ 7: #9aa3ac,
10
+ 8: #8b959f,
11
+ 9: #6c757d,
12
+ 10: #596169,
13
13
  11: #495057,
14
14
  12: #343a40,
15
- 13: #2c3035,
15
+ 13: #2B2F32,
16
16
  14: #212529,
17
17
  15: #121417,
18
18
  black: #000000,
@@ -25,14 +25,14 @@ $_default-palette-blue: (
25
25
  4: #9ec5fe,
26
26
  5: #86b6fe,
27
27
  6: #6ea8fe,
28
- 7: #4992fd,
29
- 8: #207afd,
30
- 9: #0d6efd,
31
- 10: #0b5ed7,
32
- 11: #0a58ca,
33
- 12: #0a53be,
34
- 13: #084298,
35
- 14: #052c65,
28
+ 7: #3d8bfd,
29
+ 8: #0d6efd,
30
+ 9: #0c64e4,
31
+ 10: #0a58ca,
32
+ 11: #094cae,
33
+ 12: #084298,
34
+ 13: #052c65,
35
+ 14: #012151,
36
36
  15: #031633,
37
37
  );
38
38
 
@@ -55,11 +55,11 @@ $_default-palette-yellow: (
55
55
  );
56
56
 
57
57
  $_default-palette-red: (
58
- 1: #fcebec,
59
- 2: #fae1e3,
60
- 3: #f8d7da,
61
- 4: #f5c2c7,
62
- 5: #f1aeb5,
58
+ 1: #fceeef,
59
+ 2: #f8d7da,
60
+ 3: #f5c2c7,
61
+ 4: #f1aeb5,
62
+ 5: #ed969f,
63
63
  6: #ea868f,
64
64
  7: #e35d6a,
65
65
  8: #dc3545,
@@ -69,13 +69,13 @@ $_default-palette-red: (
69
69
  12: #6e1b23,
70
70
  13: #58151c,
71
71
  14: #421015,
72
- 15: #21080a,
72
+ 15: #2c0b0e,
73
73
  );
74
74
 
75
75
  $_default-palette-cyan: (
76
76
  1: #e7fafe,
77
77
  2: #cff4fc,
78
- 3: #aaecfa,
78
+ 3: #b7eefa,
79
79
  4: #9eeaf9,
80
80
  5: #86e5f8,
81
81
  6: #6edff6,
@@ -97,14 +97,14 @@ $_default-palette-green: (
97
97
  4: #a3cfbb,
98
98
  5: #8cc3aa,
99
99
  6: #75b798,
100
- 7: #479f76,
101
- 8: #198754,
102
- 9: #146c43,
103
- 10: #125f3b,
104
- 11: #0f5132,
105
- 12: #0d442a,
106
- 13: #0a3622,
107
- 14: #08291a,
100
+ 7: #5BAE87,
101
+ 8: #479F76,
102
+ 9: #319064,
103
+ 10: #198754,
104
+ 11: #146C43,
105
+ 12: #0F5132,
106
+ 13: #0D442A,
107
+ 14: #0A3622,
108
108
  15: #051b11,
109
109
  );
110
110