@progress/kendo-theme-bootstrap 12.2.0-dev.2 → 12.2.0-dev.4

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 (70) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +78226 -47142
  15. package/dist/meta/sassdoc-raw-data.json +36624 -22474
  16. package/dist/meta/variables.json +1 -109
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/action-buttons/_variables.scss +18 -0
  31. package/scss/action-sheet/_variables.scss +138 -0
  32. package/scss/adaptive/_variables.scss +36 -0
  33. package/scss/appbar/_variables.scss +2 -0
  34. package/scss/badge/_variables.scss +2 -0
  35. package/scss/bottom-navigation/_variables.scss +2 -0
  36. package/scss/bubble/_variables.scss +0 -1
  37. package/scss/button/_variables.scss +28 -24
  38. package/scss/card/_variables.scss +2 -0
  39. package/scss/chat/_variables.scss +1 -1
  40. package/scss/checkbox/_variables.scss +2 -0
  41. package/scss/chip/_variables.scss +0 -2
  42. package/scss/color-preview/_variables.scss +18 -0
  43. package/scss/colorgradient/_variables.scss +1 -1
  44. package/scss/colorpalette/_variables.scss +1 -1
  45. package/scss/column-menu/_variables.scss +40 -0
  46. package/scss/dataviz/_variables.scss +202 -0
  47. package/scss/daterangepicker/_variables.scss +2 -0
  48. package/scss/draggable/_variables.scss +40 -0
  49. package/scss/editor/_variables.scss +6 -0
  50. package/scss/grid/_variables.scss +180 -17
  51. package/scss/icons/_variables.scss +14 -0
  52. package/scss/imageeditor/_variables.scss +62 -0
  53. package/scss/input/_variables.scss +0 -4
  54. package/scss/list/_variables.scss +126 -30
  55. package/scss/listgroup/_variables.scss +20 -0
  56. package/scss/loader/_variables.scss +2 -0
  57. package/scss/marquee/_variables.scss +6 -0
  58. package/scss/menu/_variables.scss +37 -5
  59. package/scss/messagebox/_variables.scss +24 -0
  60. package/scss/otp/_variables.scss +2 -0
  61. package/scss/overlay/_variables.scss +6 -0
  62. package/scss/pivotgrid/_variables.scss +10 -22
  63. package/scss/scheduler/_variables.scss +2 -0
  64. package/scss/signature/_variables.scss +42 -0
  65. package/scss/spreadsheet/_variables.scss +4 -0
  66. package/scss/stepper/_variables.scss +3 -3
  67. package/scss/suggestion/_variables.scss +2 -0
  68. package/scss/table/_variables.scss +12 -0
  69. package/scss/timeselector/_variables.scss +84 -0
  70. package/scss/upload/_variables.scss +4 -0
@@ -2,32 +2,70 @@
2
2
 
3
3
  // Signature
4
4
 
5
+ /// The width of the Signature.
6
+ /// @group signature
5
7
  $kendo-signature-width: 246px !default;
8
+ /// The height of the Signature.
9
+ /// @group signature
6
10
  $kendo-signature-height: 108px !default;
7
11
 
12
+ /// The minimum height of the large Signature.
13
+ /// @group signature
8
14
  $kendo-signature-lg-min-height: 110px !default;
9
15
 
16
+ /// The width of the maximized Signature.
17
+ /// @group signature
10
18
  $kendo-signature-maximized-width: 750px !default;
19
+ /// The height of the maximized Signature.
20
+ /// @group signature
11
21
  $kendo-signature-maximized-height: 252px !default;
12
22
 
23
+ /// The horizontal padding of the small Signature.
24
+ /// @group signature
13
25
  $kendo-signature-sm-padding-x: k-spacing(2) !default;
26
+ /// The horizontal padding of the medium Signature.
27
+ /// @group signature
14
28
  $kendo-signature-md-padding-x: k-spacing(3) !default;
29
+ /// The horizontal padding of the large Signature.
30
+ /// @group signature
15
31
  $kendo-signature-lg-padding-x: k-spacing(4) !default;
16
32
 
33
+ /// The vertical padding of the small Signature.
34
+ /// @group signature
17
35
  $kendo-signature-sm-padding-y: k-spacing(0.5) !default;
36
+ /// The vertical padding of the medium Signature.
37
+ /// @group signature
18
38
  $kendo-signature-md-padding-y: k-spacing(1) !default;
39
+ /// The vertical padding of the large Signature.
40
+ /// @group signature
19
41
  $kendo-signature-lg-padding-y: k-spacing(2) !default;
20
42
 
43
+ /// The width of the Signature line.
44
+ /// @group signature
21
45
  $kendo-signature-line-width: 1px !default;
46
+ /// The style of the Signature line.
47
+ /// @group signature
22
48
  $kendo-signature-line-style: dashed !default;
49
+ /// The color of the Signature line.
50
+ /// @group signature
23
51
  $kendo-signature-line-color: color-mix(in srgb, k-color(info) 24%, transparent) !default;
24
52
 
53
+ /// The size of the small Signature line.
54
+ /// @group signature
25
55
  $kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
56
+ /// The size of the medium Signature line.
57
+ /// @group signature
26
58
  $kendo-signature-md-line-size: calc( 100% - 2 * #{$kendo-signature-md-padding-x} ) !default;
59
+ /// The size of the large Signature line.
60
+ /// @group signature
27
61
  $kendo-signature-lg-line-size: calc( 100% - 2 * #{$kendo-signature-lg-padding-x} ) !default;
28
62
 
63
+ /// The bottom offset of the Signature line.
64
+ /// @group signature
29
65
  $kendo-signature-line-bottom-offset: 33% !default;
30
66
 
67
+ /// The sizes map for the Signature.
68
+ /// @group signature
31
69
  $kendo-signature-sizes: (
32
70
  sm: (
33
71
  padding-x: $kendo-signature-sm-padding-x,
@@ -46,7 +84,11 @@ $kendo-signature-sizes: (
46
84
  )
47
85
  ) !default;
48
86
 
87
+ /// The gap between the Signature actions.
88
+ /// @group signature
49
89
  $kendo-signature-actions-gap: k-spacing(1) !default;
90
+ /// The line width of the maximized Signature.
91
+ /// @group signature
50
92
  $kendo-signature-maximized-line-width: 3px !default;
51
93
 
52
94
 
@@ -274,8 +274,12 @@ $kendo-spreadsheet-dropzone-spacing-y: k-spacing(4) !default;
274
274
  $kendo-spreadsheet-filter-padding: k-spacing(2) !default;
275
275
 
276
276
 
277
+ /// The horizontal padding of the Spreadsheet filter menu link.
278
+ /// @group spreadsheet
277
279
  $kendo-spreadsheet-filter-menu-link-padding-x: calc( #{$kendo-icon-size} + calc( 2 * #{k-spacing(2)} ) ) !default;
278
280
 
281
+ /// The margin of the Spreadsheet filter menu icon.
282
+ /// @group spreadsheet
279
283
  $kendo-spreadsheet-filter-menu-icon-margin: 0 k-spacing(2) 0 calc(-1 * ( #{$kendo-icon-size} + #{k-spacing(2)} ) ) !default;
280
284
 
281
285
  @forward "@progress/kendo-theme-core/scss/components/spreadsheet/_variables.scss" with (
@@ -39,13 +39,13 @@ $kendo-stepper-inline-content-padding-x: k-spacing(5) !default;
39
39
  /// @group stepper
40
40
  $kendo-stepper-inline-content-padding-y: k-spacing(2.5) !default;
41
41
 
42
- // The font size of the Stepper.
42
+ /// The font size of the Stepper.
43
43
  /// @group stepper
44
44
  $kendo-stepper-font-size: var( --kendo-font-size, inherit ) !default;
45
- // The line height of the Stepper.
45
+ /// The line height of the Stepper.
46
46
  /// @group stepper
47
47
  $kendo-stepper-line-height: var( --kendo-line-height, normal ) !default;
48
- // The font family of the Stepper.
48
+ /// The font family of the Stepper.
49
49
  /// @group stepper
50
50
  $kendo-stepper-font-family: var( --kendo-font-family, inherit ) !default;
51
51
 
@@ -64,6 +64,8 @@ $kendo-suggestion-focus-shadow-spread: 2px !default;
64
64
  /// @group suggestion
65
65
  $kendo-suggestion-focus-shadow-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
66
66
 
67
+ /// The theme colors map of the Suggestion.
68
+ /// @group suggestion
67
69
  $kendo-suggestion-theme-colors: (
68
70
  "primary": k-color(primary),
69
71
  "secondary": k-color(secondary)
@@ -21,13 +21,25 @@ $kendo-table-font-size: null !default;
21
21
  /// @group table
22
22
  $kendo-table-line-height: null !default;
23
23
 
24
+ /// The horizontal padding of the Table cell.
25
+ /// @group table
24
26
  $kendo-table-sm-cell-padding-x: k-spacing(2) !default;
27
+ /// The vertical padding of the Table cell.
28
+ /// @group table
25
29
  $kendo-table-sm-cell-padding-y: k-spacing(1) !default;
26
30
 
31
+ /// The horizontal padding of the Table cell.
32
+ /// @group table
27
33
  $kendo-table-md-cell-padding-x: k-spacing(2) !default;
34
+ /// The vertical padding of the Table cell.
35
+ /// @group table
28
36
  $kendo-table-md-cell-padding-y: k-spacing(2) !default;
29
37
 
38
+ /// The horizontal padding of the Table cell.
39
+ /// @group table
30
40
  $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
41
+ /// The vertical padding of the Table cell.
42
+ /// @group table
31
43
  $kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
32
44
 
33
45
  /// The sizes of the table.
@@ -4,58 +4,138 @@
4
4
 
5
5
  // Time selector
6
6
 
7
+ /// The width of the border around the TimeSelector.
8
+ /// @group time-selector
7
9
  $kendo-time-selector-border-width: 1px !default;
10
+ /// The font family of the TimeSelector.
11
+ /// @group time-selector
8
12
  $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
13
+ /// The font size of the TimeSelector.
14
+ /// @group time-selector
9
15
  $kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
16
+ /// The line height of the TimeSelector.
17
+ /// @group time-selector
10
18
  $kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
11
19
 
20
+ /// The background color of the TimeSelector.
21
+ /// @group time-selector
12
22
  $kendo-time-selector-bg: k-color(surface-alt) !default;
23
+ /// The text color of the TimeSelector.
24
+ /// @group time-selector
13
25
  $kendo-time-selector-text: k-color(on-app-surface) !default;
26
+ /// The border color of the TimeSelector.
27
+ /// @group time-selector
14
28
  $kendo-time-selector-border: k-color(border) !default;
15
29
 
30
+ /// The horizontal padding of the TimeSelector header.
31
+ /// @group time-selector
16
32
  $kendo-time-selector-header-padding-x: $kendo-actions-padding-x !default;
33
+ /// The vertical padding of the TimeSelector header.
34
+ /// @group time-selector
17
35
  $kendo-time-selector-header-padding-y: $kendo-actions-padding-y !default;
36
+ /// The width of the border around the TimeSelector header.
37
+ /// @group time-selector
18
38
  $kendo-time-selector-header-border-width: 0px !default;
39
+ /// The text color of the TimeSelector header title.
40
+ /// @group time-selector
19
41
  $kendo-time-selector-header-title-text: unset !default;
42
+ /// The text color of the TimeSelector header current time indicator.
43
+ /// @group time-selector
20
44
  $kendo-time-selector-header-time-now-text: k-color(primary) !default;
45
+ /// The text color of the hovered TimeSelector header current time indicator.
46
+ /// @group time-selector
21
47
  $kendo-time-selector-header-time-now-hover-text: k-color(primary-hover) !default;
22
48
 
49
+ /// The width of the TimeSelector list.
50
+ /// @group time-selector
23
51
  $kendo-time-list-width: 4em !default;
52
+ /// The height of the TimeSelector list.
53
+ /// @group time-selector
24
54
  $kendo-time-list-height: 240px !default;
25
55
 
56
+ /// The font size of the TimeSelector list title.
57
+ /// @group time-selector
26
58
  $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
59
+ /// The line height of the TimeSelector list title.
60
+ /// @group time-selector
27
61
  $kendo-time-list-title-line-height: var( --kendo-line-height, normal ) !default;
62
+ /// The height of the TimeSelector list title.
63
+ /// @group time-selector
28
64
  $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
65
+ /// The text color of the TimeSelector list title.
66
+ /// @group time-selector
29
67
  $kendo-time-list-title-text: k-color(subtle) !default;
68
+ /// The text color of the focused TimeSelector list title.
69
+ /// @group time-selector
30
70
  $kendo-time-list-title-focus-text: k-color(on-app-surface) !default;
31
71
 
72
+ /// The horizontal padding of the TimeSelector list item.
73
+ /// @group time-selector
32
74
  $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
75
+ /// The vertical padding of the TimeSelector list item.
76
+ /// @group time-selector
33
77
  $kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
34
78
 
79
+ /// The width of the border around the TimeSelector list highlight.
80
+ /// @group time-selector
35
81
  $kendo-time-list-highlight-border-width: 1px 0px !default;
82
+ /// The height of the TimeSelector list highlight.
83
+ /// @group time-selector
36
84
  $kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
85
+ /// The background color of the TimeSelector list highlight.
86
+ /// @group time-selector
37
87
  $kendo-time-list-highlight-bg: k-color(app-surface) !default;
88
+ /// The border color of the TimeSelector list highlight.
89
+ /// @group time-selector
38
90
  $kendo-time-list-highlight-border: k-color(border) !default;
39
91
 
92
+ /// The background color of the focused TimeSelector list.
93
+ /// @group time-selector
40
94
  $kendo-time-list-focus-bg: color-mix(in srgb, k-color(inverse) 2%, transparent) !default;
41
95
 
42
96
 
43
97
  // Time selector sizes
98
+ /// The font size of the small TimeSelector.
99
+ /// @group time-selector
44
100
  $kendo-time-selector-sm-font-size: $kendo-list-sm-font-size !default;
101
+ /// The line height of the small TimeSelector.
102
+ /// @group time-selector
45
103
  $kendo-time-selector-sm-line-height: $kendo-list-sm-line-height !default;
104
+ /// The horizontal padding of the small TimeSelector list item.
105
+ /// @group time-selector
46
106
  $kendo-time-selector-sm-list-item-padding-x: $kendo-list-sm-item-padding-x !default;
107
+ /// The vertical padding of the small TimeSelector list item.
108
+ /// @group time-selector
47
109
  $kendo-time-selector-sm-list-item-padding-y: $kendo-list-sm-item-padding-y !default;
48
110
 
111
+ /// The font size of the medium TimeSelector.
112
+ /// @group time-selector
49
113
  $kendo-time-selector-md-font-size: $kendo-list-md-font-size !default;
114
+ /// The line height of the medium TimeSelector.
115
+ /// @group time-selector
50
116
  $kendo-time-selector-md-line-height: $kendo-list-md-line-height !default;
117
+ /// The horizontal padding of the medium TimeSelector list item.
118
+ /// @group time-selector
51
119
  $kendo-time-selector-md-list-item-padding-x: $kendo-list-md-item-padding-x !default;
120
+ /// The vertical padding of the medium TimeSelector list item.
121
+ /// @group time-selector
52
122
  $kendo-time-selector-md-list-item-padding-y: $kendo-list-md-item-padding-y !default;
53
123
 
124
+ /// The font size of the large TimeSelector.
125
+ /// @group time-selector
54
126
  $kendo-time-selector-lg-font-size: $kendo-list-lg-font-size !default;
127
+ /// The line height of the large TimeSelector.
128
+ /// @group time-selector
55
129
  $kendo-time-selector-lg-line-height: $kendo-list-lg-line-height !default;
130
+ /// The horizontal padding of the large TimeSelector list item.
131
+ /// @group time-selector
56
132
  $kendo-time-selector-lg-list-item-padding-x: $kendo-list-lg-item-padding-x !default;
133
+ /// The vertical padding of the large TimeSelector list item.
134
+ /// @group time-selector
57
135
  $kendo-time-selector-lg-list-item-padding-y: $kendo-list-lg-item-padding-y !default;
58
136
 
137
+ /// The sizes map for the TimeSelector.
138
+ /// @group time-selector
59
139
  $kendo-time-selector-sizes: (
60
140
  sm: (
61
141
  font-size: $kendo-time-selector-sm-font-size,
@@ -77,7 +157,11 @@ $kendo-time-selector-sizes: (
77
157
  )
78
158
  ) !default;
79
159
 
160
+ /// The text color of the TimeSelector button.
161
+ /// @group time-selector
80
162
  $kendo-time-selector-now-button-text: k-color(primary) !default;
163
+ /// The text color of the hovered TimeSelector button.
164
+ /// @group time-selector
81
165
  $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
82
166
 
83
167
  @forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
@@ -105,8 +105,12 @@ $kendo-upload-error-bg: k-color(error) !default;
105
105
  /// @group upload
106
106
  $kendo-upload-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent) !default;
107
107
 
108
+ /// The margin of the Upload list.
109
+ /// @group upload
108
110
  $kendo-upload-files-list-margin: calc( -1 * #{k-spacing(2)} ) !default;
109
111
 
112
+ /// The margin of the Upload.
113
+ /// @group upload
110
114
  $kendo-upload-file-info-margin: k-spacing(4) !default;
111
115
 
112
116
  @forward "@progress/kendo-theme-core/scss/components/upload/_variables.scss" with (