@progress/kendo-theme-classic 12.2.0-dev.3 → 12.2.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 (70) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +77789 -47353
  17. package/dist/meta/sassdoc-raw-data.json +36555 -22705
  18. package/dist/meta/variables.json +1 -113
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/action-buttons/_variables.scss +18 -0
  35. package/scss/action-sheet/_variables.scss +138 -0
  36. package/scss/adaptive/_variables.scss +36 -0
  37. package/scss/appbar/_variables.scss +2 -0
  38. package/scss/badge/_variables.scss +2 -0
  39. package/scss/bottom-navigation/_variables.scss +2 -0
  40. package/scss/bubble/_variables.scss +0 -1
  41. package/scss/button/_variables.scss +28 -24
  42. package/scss/calendar/_variables.scss +1 -1
  43. package/scss/card/_variables.scss +2 -0
  44. package/scss/chat/_variables.scss +1 -1
  45. package/scss/checkbox/_variables.scss +2 -0
  46. package/scss/chip/_variables.scss +0 -2
  47. package/scss/color-preview/_variables.scss +18 -0
  48. package/scss/column-menu/_variables.scss +40 -0
  49. package/scss/dataviz/_variables.scss +202 -0
  50. package/scss/daterangepicker/_variables.scss +2 -0
  51. package/scss/draggable/_variables.scss +40 -0
  52. package/scss/editor/_variables.scss +6 -0
  53. package/scss/grid/_variables.scss +178 -18
  54. package/scss/imageeditor/_variables.scss +62 -0
  55. package/scss/input/_variables.scss +0 -4
  56. package/scss/list/_variables.scss +126 -30
  57. package/scss/listgroup/_variables.scss +20 -0
  58. package/scss/loader/_variables.scss +2 -0
  59. package/scss/marquee/_variables.scss +6 -0
  60. package/scss/menu/_variables.scss +38 -6
  61. package/scss/messagebox/_variables.scss +24 -0
  62. package/scss/otp/_variables.scss +2 -0
  63. package/scss/overlay/_variables.scss +6 -0
  64. package/scss/pivotgrid/_variables.scss +9 -21
  65. package/scss/scheduler/_variables.scss +2 -0
  66. package/scss/signature/_variables.scss +42 -0
  67. package/scss/stepper/_variables.scss +3 -3
  68. package/scss/suggestion/_variables.scss +2 -0
  69. package/scss/table/_variables.scss +12 -0
  70. package/scss/timeselector/_variables.scss +84 -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: 250px !default;
8
+ /// The height of the Signature.
9
+ /// @group signature
6
10
  $kendo-signature-height: 84px !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(0.5) !default;
26
+ /// The horizontal padding of the medium Signature.
27
+ /// @group signature
14
28
  $kendo-signature-md-padding-x: k-spacing(1)!default;
29
+ /// The horizontal padding of the large Signature.
30
+ /// @group signature
15
31
  $kendo-signature-lg-padding-x: k-spacing(2) !default;
16
32
 
33
+ /// The vertical padding of the small Signature.
34
+ /// @group signature
17
35
  $kendo-signature-sm-padding-y: $kendo-signature-sm-padding-x !default;
36
+ /// The vertical padding of the medium Signature.
37
+ /// @group signature
18
38
  $kendo-signature-md-padding-y: $kendo-signature-md-padding-x !default;
39
+ /// The vertical padding of the large Signature.
40
+ /// @group signature
19
41
  $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !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
 
@@ -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)
@@ -23,13 +23,25 @@ $kendo-table-font-size: null !default;
23
23
  /// @group table
24
24
  $kendo-table-line-height: null !default;
25
25
 
26
+ /// The horizontal padding of the Table cell.
27
+ /// @group table
26
28
  $kendo-table-sm-cell-padding-x: k-spacing(1) !default;
29
+ /// The vertical padding of the Table cell.
30
+ /// @group table
27
31
  $kendo-table-sm-cell-padding-y: k-spacing(1) !default;
28
32
 
33
+ /// The horizontal padding of the Table cell.
34
+ /// @group table
29
35
  $kendo-table-md-cell-padding-x: k-spacing(2) !default;
36
+ /// The vertical padding of the Table cell.
37
+ /// @group table
30
38
  $kendo-table-md-cell-padding-y: k-spacing(2) !default;
31
39
 
40
+ /// The horizontal padding of the Table cell.
41
+ /// @group table
32
42
  $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
43
+ /// The vertical padding of the Table cell.
44
+ /// @group table
33
45
  $kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
34
46
 
35
47
  /// 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-lg, 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(surface-alt) !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: rgba( black, .04 ) !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 (