@progress/kendo-theme-fluent 6.5.0-dev.0 → 6.5.0-dev.2
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/dist/all.css +13080 -13001
- package/dist/meta/sassdoc-data.json +6515 -4671
- package/dist/meta/sassdoc-raw-data.json +8442 -7517
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +7 -0
- package/scss/action-sheet/_variables.scss +4 -1
- package/scss/adaptive/_variables.scss +4 -4
- package/scss/appbar/_variables.scss +35 -34
- package/scss/avatar/_variables.scss +5 -5
- package/scss/badge/_variables.scss +5 -5
- package/scss/bottom-navigation/_variables.scss +44 -48
- package/scss/breadcrumb/_layout.scss +37 -10
- package/scss/breadcrumb/_variables.scss +126 -35
- package/scss/button/_variables.scss +11 -11
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_variables.scss +11 -11
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +8 -8
- package/scss/checkbox/_variables.scss +16 -16
- package/scss/chip/_variables.scss +12 -12
- package/scss/color-preview/_variables.scss +4 -4
- package/scss/coloreditor/_variables.scss +31 -32
- package/scss/colorgradient/_variables.scss +74 -74
- package/scss/colorpalette/_variables.scss +17 -17
- package/scss/core/_index.scss +6 -11
- package/scss/core/_variables.scss +1 -79
- package/scss/core/color-system/_index.scss +0 -2
- package/scss/core/color-system/utils/_functions.scss +4 -66
- package/scss/core/helpers/_index.scss +0 -4
- package/scss/dataviz/_layout.scss +5 -5
- package/scss/dataviz/_variables.scss +37 -37
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +20 -20
- package/scss/draggable/_variables.scss +2 -2
- package/scss/drawer/_variables.scss +9 -9
- package/scss/dropzone/_variables.scss +3 -3
- package/scss/editor/_variables.scss +38 -32
- package/scss/expansion-panel/_variables.scss +41 -38
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +8 -8
- package/scss/filter/_variables.scss +15 -15
- package/scss/forms/_variables.scss +2 -2
- package/scss/gantt/_layout.scss +2 -2
- package/scss/gantt/_variables.scss +22 -22
- package/scss/grid/_theme.scss +2 -2
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +2 -2
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +42 -42
- package/scss/list/_variables.scss +14 -14
- package/scss/listbox/_variables.scss +16 -17
- package/scss/listgroup/_variables.scss +1 -1
- package/scss/listview/_variables.scss +37 -37
- package/scss/loader/_variables.scss +70 -24
- package/scss/map/_variables.scss +4 -4
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +3 -3
- package/scss/notification/_variables.scss +22 -20
- package/scss/orgchart/_variables.scss +5 -5
- package/scss/pager/_variables.scss +4 -4
- package/scss/panelbar/_variables.scss +3 -3
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +4 -4
- package/scss/popover/_variables.scss +34 -34
- package/scss/popup/_variables.scss +1 -1
- package/scss/progressbar/_variables.scss +51 -55
- package/scss/radio/_variables.scss +10 -10
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +9 -9
- package/scss/scrollview/_variables.scss +42 -52
- package/scss/searchbox/_variables.scss +1 -1
- package/scss/signature/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +4 -4
- package/scss/slider/_variables.scss +11 -11
- package/scss/split-button/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +8 -8
- package/scss/switch/_variables.scss +17 -17
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +5 -5
- package/scss/taskboard/_variables.scss +5 -5
- package/scss/tilelayout/_variables.scss +9 -9
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treeview/_variables.scss +2 -2
- package/scss/upload/_variables.scss +39 -39
- package/scss/utils/_layout.scss +6 -4
- package/scss/window/_variables.scss +45 -45
- package/scss/wizard/_variables.scss +1 -1
- package/scss/core/_layout.scss +0 -13
- package/scss/core/_theme.scss +0 -9
- package/scss/core/color-system/_variables.scss +0 -172
- package/scss/core/functions/_index.scss +0 -3
- package/scss/core/functions/_strings.scss +0 -37
- package/scss/core/helpers/_base.scss +0 -136
- package/scss/core/helpers/_layout.scss +0 -64
- package/scss/core/helpers/_loading.scss +0 -120
- package/scss/core/helpers/_selection.scss +0 -27
- package/scss/core/mixins/_border-radius.scss +0 -60
- package/scss/core/mixins/_box-shadow.scss +0 -8
- package/scss/core/mixins/_decoration.scss +0 -30
- package/scss/core/mixins/_disabled.scss +0 -10
- package/scss/core/mixins/_hide-scrollbar.scss +0 -14
- package/scss/core/mixins/_index.scss +0 -6
- package/scss/core/mixins/_typography.scss +0 -7
|
@@ -12,7 +12,7 @@ $kendo-popup-padding-y: 0 !default;
|
|
|
12
12
|
$kendo-popup-border-width: 0 !default;
|
|
13
13
|
/// Border radius of the popup.
|
|
14
14
|
/// @group popup
|
|
15
|
-
$kendo-popup-border-radius: var( --kendo-border-radius-md,
|
|
15
|
+
$kendo-popup-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
16
16
|
|
|
17
17
|
/// Font size of the popup.
|
|
18
18
|
/// @group popup
|
|
@@ -1,118 +1,114 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
|
|
4
|
-
///
|
|
4
|
+
/// The height of the ProgressBar.
|
|
5
5
|
/// @group progressbar
|
|
6
6
|
$kendo-progressbar-height: 4px !default;
|
|
7
|
-
///
|
|
7
|
+
/// The horizontal width of the ProgressBar.
|
|
8
8
|
/// @group progressbar
|
|
9
9
|
$kendo-progressbar-horizontal-width: 100% !default;
|
|
10
|
-
///
|
|
10
|
+
/// The animation timing of the ProgressBar.
|
|
11
11
|
/// @group progressbar
|
|
12
12
|
$kendo-progressbar-animation-timing: 1s linear infinite !default;
|
|
13
|
-
///
|
|
13
|
+
/// The width of the border around the ProgressBar.
|
|
14
14
|
/// @group progressbar
|
|
15
15
|
$kendo-progressbar-border-width: 0px !default;
|
|
16
|
-
///
|
|
16
|
+
/// The border radius of the ProgressBar.
|
|
17
17
|
/// @group progressbar
|
|
18
18
|
$kendo-progressbar-border-radius: var( --kendo-border-radius-sm, initial ) !default;
|
|
19
|
-
|
|
20
|
-
/// Font family of the progressbar.
|
|
19
|
+
/// The font family of the ProgressBar.
|
|
21
20
|
/// @group progressbar
|
|
22
21
|
$kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
23
|
-
///
|
|
22
|
+
/// The font size of the ProgressBar.
|
|
24
23
|
/// @group progressbar
|
|
25
24
|
$kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
26
|
-
///
|
|
25
|
+
/// The line height of the ProgressBar.
|
|
27
26
|
/// @group progressbar
|
|
28
27
|
$kendo-progressbar-line-height: var( --kendo-line-height, inherit ) !default;
|
|
29
|
-
|
|
30
|
-
/// Horizontal padding of the progressbar.
|
|
28
|
+
/// The horizontal padding of the ProgressBar.
|
|
31
29
|
/// @group progressbar
|
|
32
30
|
$kendo-progressbar-padding-x: 0 !default;
|
|
33
|
-
///
|
|
31
|
+
/// The vertical padding of the ProgressBar.
|
|
34
32
|
/// @group progressbar
|
|
35
33
|
$kendo-progressbar-padding-y: 0 !default;
|
|
36
34
|
|
|
37
|
-
///
|
|
35
|
+
/// The background color of the ProgressBar.
|
|
38
36
|
/// @group progressbar
|
|
39
|
-
$kendo-progressbar-bg: get-theme-color-var( neutral-30 ) !default;
|
|
40
|
-
///
|
|
37
|
+
$kendo-progressbar-bg: k-get-theme-color-var( neutral-30 ) !default;
|
|
38
|
+
/// The text color of the ProgressBar.
|
|
41
39
|
/// @group progressbar
|
|
42
40
|
$kendo-progressbar-text: var( --kendo-component-text, initial ) !default;
|
|
43
|
-
///
|
|
41
|
+
/// The border color of the ProgressBar.
|
|
44
42
|
/// @group progressbar
|
|
45
43
|
$kendo-progressbar-border: $kendo-progressbar-bg !default;
|
|
46
|
-
///
|
|
44
|
+
/// The background gradient of the ProgressBar.
|
|
47
45
|
/// @group progressbar
|
|
48
46
|
$kendo-progressbar-gradient: null !default;
|
|
49
47
|
|
|
50
|
-
///
|
|
51
|
-
/// @group progressbar
|
|
52
|
-
$kendo-progressbar-disabled-bg: get-theme-color-var( neutral-20 ) !default;
|
|
53
|
-
/// Text color of the disabled progressbar.
|
|
54
|
-
/// @group progressbar
|
|
55
|
-
$kendo-progressbar-disabled-text: get-theme-color-var( neutral-90 ) !default;
|
|
56
|
-
/// Border color of the disabled progressbar.
|
|
57
|
-
/// @group progressbar
|
|
58
|
-
$kendo-progressbar-disabled-border: $kendo-progressbar-disabled-bg !default;
|
|
59
|
-
|
|
60
|
-
/// Progress background color of the progressbar.
|
|
48
|
+
/// The progress background color of the ProgressBar.
|
|
61
49
|
/// @group progressbar
|
|
62
|
-
$kendo-progressbar-value-bg: get-theme-color-var( primary-100 ) !default;
|
|
63
|
-
///
|
|
50
|
+
$kendo-progressbar-value-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
51
|
+
/// The progress text color of the ProgressBar.
|
|
64
52
|
/// @group progressbar
|
|
65
53
|
$kendo-progressbar-value-text: var( --kendo-component-text, initial ) !default;
|
|
66
|
-
///
|
|
54
|
+
/// The progress border color of the ProgressBar.
|
|
67
55
|
/// @group progressbar
|
|
68
56
|
$kendo-progressbar-value-border: $kendo-progressbar-value-bg !default;
|
|
69
|
-
///
|
|
57
|
+
/// The progress background gradient of the ProgressBar.
|
|
70
58
|
/// @group progressbar
|
|
71
59
|
$kendo-progressbar-value-gradient: null !default;
|
|
72
60
|
|
|
73
|
-
///
|
|
61
|
+
/// The progress status offset of the ProgressBar.
|
|
74
62
|
/// @group progressbar
|
|
75
63
|
$kendo-progressbar-offset-y: map.get( $kendo-spacing, 2 ) !default;
|
|
76
|
-
///
|
|
64
|
+
/// The progress status offset of the vertical ProgressBar.
|
|
77
65
|
/// @group progressbar
|
|
78
66
|
$kendo-progressbar-vertical-status-offset: calc( (#{$kendo-progressbar-font-size} * #{$kendo-progressbar-line-height} + #{$kendo-progressbar-offset-y}) * -1) !default;
|
|
79
67
|
|
|
80
|
-
///
|
|
68
|
+
/// The background color of the disabled ProgressBar.
|
|
69
|
+
/// @group progressbar
|
|
70
|
+
$kendo-progressbar-disabled-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
71
|
+
/// The text color of the disabled ProgressBar.
|
|
81
72
|
/// @group progressbar
|
|
82
|
-
$kendo-progressbar-
|
|
73
|
+
$kendo-progressbar-disabled-text: k-get-theme-color-var( neutral-90 ) !default;
|
|
74
|
+
/// The border color of the disabled ProgressBar.
|
|
75
|
+
/// @group progressbar
|
|
76
|
+
$kendo-progressbar-disabled-border: $kendo-progressbar-disabled-bg !default;
|
|
83
77
|
|
|
84
|
-
///
|
|
78
|
+
/// The progress background color of the disabled ProgressBar.
|
|
85
79
|
/// @group progressbar
|
|
86
|
-
$kendo-progressbar-
|
|
80
|
+
$kendo-progressbar-value-disabled-bg: k-get-theme-color-var( primary-30 ) !default;
|
|
87
81
|
|
|
88
|
-
///
|
|
82
|
+
/// The background color of the indeterminate ProgressBar.
|
|
89
83
|
/// @group progressbar
|
|
90
|
-
$kendo-progressbar-indeterminate-bg: get-theme-color-var( neutral-30 ) !default;
|
|
91
|
-
///
|
|
84
|
+
$kendo-progressbar-indeterminate-bg: k-get-theme-color-var( neutral-30 ) !default;
|
|
85
|
+
/// The text color of the indeterminate ProgressBar.
|
|
92
86
|
/// @group progressbar
|
|
93
87
|
$kendo-progressbar-indeterminate-text: $kendo-progressbar-text !default;
|
|
94
|
-
///
|
|
88
|
+
/// The border color of the indeterminate ProgressBar.
|
|
95
89
|
/// @group progressbar
|
|
96
|
-
$kendo-progressbar-indeterminate-border: get-theme-color-var( neutral-30 ) !default;
|
|
97
|
-
///
|
|
90
|
+
$kendo-progressbar-indeterminate-border: k-get-theme-color-var( neutral-30 ) !default;
|
|
91
|
+
/// The background gradient of the horizontal indeterminate ProgressBar.
|
|
98
92
|
/// @group progressbar
|
|
99
|
-
$kendo-progressbar-indeterminate-gradient-horizontal: linear-gradient(270deg, get-theme-color-var( neutral-30 ) 15%, get-theme-color-var( primary-100 ) 50%, get-theme-color-var( neutral-30 ) 85%) !default;
|
|
100
|
-
///
|
|
93
|
+
$kendo-progressbar-indeterminate-gradient-horizontal: linear-gradient(270deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%) !default;
|
|
94
|
+
/// The background gradient of the vertical indeterminate ProgressBar.
|
|
101
95
|
/// @group progressbar
|
|
102
|
-
$kendo-progressbar-indeterminate-gradient-vertical: linear-gradient(180deg, get-theme-color-var( neutral-30 ) 15%, get-theme-color-var( primary-100 ) 50%, get-theme-color-var( neutral-30 ) 85%) !default;
|
|
103
|
-
///
|
|
96
|
+
$kendo-progressbar-indeterminate-gradient-vertical: linear-gradient(180deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%) !default;
|
|
97
|
+
/// The gradient size of the horizontal indeterminate ProgressBar.
|
|
104
98
|
/// @group progressbar
|
|
105
99
|
$kendo-progressbar-indeterminate-animation-horizontal: 3s ease 0s infinite running progressbar-indeterminate-animation-horizontal !default;
|
|
106
|
-
///
|
|
100
|
+
/// The gradient size of the vertical indeterminate ProgressBar.
|
|
107
101
|
/// @group progressbar
|
|
108
102
|
$kendo-progressbar-indeterminate-animation-vertical: 3s ease 0s infinite running progressbar-indeterminate-animation-vertical !default;
|
|
109
103
|
|
|
104
|
+
/// The border color of the chunk ProgressBar.
|
|
105
|
+
/// @group progressbar
|
|
106
|
+
$kendo-progressbar-chunk-border: var( --kendo-body-bg, initial ) !default;
|
|
107
|
+
|
|
110
108
|
// Circular Progressbar
|
|
111
|
-
///
|
|
109
|
+
/// The arc stroke color of the circular ProgressBar.
|
|
112
110
|
/// @group progressbar
|
|
113
|
-
$kendo-circular-progressbar-arc-stroke: get-theme-color-var( primary-100 ) !default;
|
|
114
|
-
///
|
|
111
|
+
$kendo-circular-progressbar-arc-stroke: k-get-theme-color-var( primary-100 ) !default;
|
|
112
|
+
/// The scale stroke background color of the circular ProgressBar.
|
|
115
113
|
/// @group progressbar
|
|
116
|
-
$kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
117
|
-
|
|
118
|
-
$kendo-progressbar-item-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
114
|
+
$kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
@@ -44,14 +44,14 @@ $kendo-radio-bg: $kendo-component-bg !default;
|
|
|
44
44
|
$kendo-radio-text: transparent !default;
|
|
45
45
|
/// The border color of the RadioButton.
|
|
46
46
|
/// @group radio
|
|
47
|
-
$kendo-radio-border: get-theme-color-var( neutral-160 ) !default;
|
|
47
|
+
$kendo-radio-border: k-get-theme-color-var( neutral-160 ) !default;
|
|
48
48
|
|
|
49
49
|
/// The background color of the hovered RadioButton.
|
|
50
50
|
/// @group radio
|
|
51
51
|
$kendo-radio-hover-bg: $kendo-radio-bg !default;
|
|
52
52
|
/// The color of the hovered RadioButton.
|
|
53
53
|
/// @group radio
|
|
54
|
-
$kendo-radio-hover-text: get-theme-color( neutral, 130 ) !default;
|
|
54
|
+
$kendo-radio-hover-text: k-get-theme-color( neutral, 130 ) !default;
|
|
55
55
|
/// The border color of the hovered RadioButton.
|
|
56
56
|
/// @group radio
|
|
57
57
|
$kendo-radio-hover-border: $kendo-radio-border !default;
|
|
@@ -61,20 +61,20 @@ $kendo-radio-hover-border: $kendo-radio-border !default;
|
|
|
61
61
|
$kendo-radio-checked-bg: $kendo-radio-bg !default;
|
|
62
62
|
/// The color of the checked RadioButton.
|
|
63
63
|
/// @group radio
|
|
64
|
-
$kendo-radio-checked-text: get-theme-color-var( primary-100 ) !default;
|
|
64
|
+
$kendo-radio-checked-text: k-get-theme-color-var( primary-100 ) !default;
|
|
65
65
|
/// The border color of the checked RadioButton.
|
|
66
66
|
/// @group radio
|
|
67
|
-
$kendo-radio-checked-border: get-theme-color-var( primary-100 ) !default;
|
|
67
|
+
$kendo-radio-checked-border: k-get-theme-color-var( primary-100 ) !default;
|
|
68
68
|
|
|
69
69
|
/// The background color of the checked and hovered RadioButton.
|
|
70
70
|
/// @group radio
|
|
71
71
|
$kendo-radio-hover-checked-bg: $kendo-radio-bg !default;
|
|
72
72
|
/// The color of the checked and hovered RadioButton.
|
|
73
73
|
/// @group radio
|
|
74
|
-
$kendo-radio-hover-checked-text: get-theme-color-var( primary-110 ) !default;
|
|
74
|
+
$kendo-radio-hover-checked-text: k-get-theme-color-var( primary-110 ) !default;
|
|
75
75
|
/// The border color of the checked and hovered RadioButton.
|
|
76
76
|
/// @group radio
|
|
77
|
-
$kendo-radio-hover-checked-border: get-theme-color-var( primary-110 ) !default;
|
|
77
|
+
$kendo-radio-hover-checked-border: k-get-theme-color-var( primary-110 ) !default;
|
|
78
78
|
|
|
79
79
|
/// The border color of the focused RadioButton.
|
|
80
80
|
/// @group radio
|
|
@@ -84,7 +84,7 @@ $kendo-radio-focus-border: null !default;
|
|
|
84
84
|
$kendo-radio-focus-shadow: null !default;
|
|
85
85
|
/// The outline of the focused RadioButton.
|
|
86
86
|
/// @group radio
|
|
87
|
-
$kendo-radio-focus-outline: 1px solid get-theme-color-var( neutral-130 ) !default;
|
|
87
|
+
$kendo-radio-focus-outline: 1px solid k-get-theme-color-var( neutral-130 ) !default;
|
|
88
88
|
/// The outline offset of the focused RadioButton.
|
|
89
89
|
/// @group radio
|
|
90
90
|
$kendo-radio-focus-outline-offset: 2px !default;
|
|
@@ -94,10 +94,10 @@ $kendo-radio-focus-outline-offset: 2px !default;
|
|
|
94
94
|
$kendo-radio-disabled-bg: $kendo-radio-bg !default;
|
|
95
95
|
/// The color of the disabled RadioButton.
|
|
96
96
|
/// @group radio
|
|
97
|
-
$kendo-radio-disabled-text: get-theme-color-var( neutral-60 ) !default;
|
|
97
|
+
$kendo-radio-disabled-text: k-get-theme-color-var( neutral-60 ) !default;
|
|
98
98
|
/// The border color of the disabled RadioButton.
|
|
99
99
|
/// @group radio
|
|
100
|
-
$kendo-radio-disabled-border: get-theme-color-var( neutral-60 ) !default;
|
|
100
|
+
$kendo-radio-disabled-border: k-get-theme-color-var( neutral-60 ) !default;
|
|
101
101
|
|
|
102
102
|
/// The background color of the disabled and checked RadioButton.
|
|
103
103
|
/// @group radio
|
|
@@ -171,7 +171,7 @@ $kendo-radio-list-item-gap: map.get( $kendo-spacing, 2 ) !default;
|
|
|
171
171
|
|
|
172
172
|
/// The background color of the RadioButton ripple.
|
|
173
173
|
/// @group radio
|
|
174
|
-
$kendo-radio-ripple-bg: get-theme-color-var( primary-100 ) !default;
|
|
174
|
+
$kendo-radio-ripple-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
175
175
|
/// The opacity of the RadioButton ripple.
|
|
176
176
|
/// @group radio
|
|
177
177
|
$kendo-radio-ripple-opacity: .25 !default;
|
package/scss/rating/_theme.scss
CHANGED
|
@@ -23,10 +23,10 @@ $kendo-rating-item-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
|
23
23
|
$kendo-rating-item-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
24
24
|
/// Normal color of the rating item.
|
|
25
25
|
/// @group rating
|
|
26
|
-
$kendo-rating-item-text: get-theme-color-var( neutral-130 ) !default;
|
|
26
|
+
$kendo-rating-item-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
27
27
|
/// Hover color of the rating item.
|
|
28
28
|
/// @group rating
|
|
29
|
-
$kendo-rating-item-hover-text: get-theme-color-var( primary-100 ) !default;
|
|
29
|
+
$kendo-rating-item-hover-text: k-get-theme-color-var( primary-100 ) !default;
|
|
30
30
|
/// Focus color of the rating item.
|
|
31
31
|
/// @group rating
|
|
32
32
|
$kendo-rating-item-focus-text: $kendo-rating-item-text !default;
|
|
@@ -41,7 +41,7 @@ $kendo-rating-item-focus-outline-style: solid !default;
|
|
|
41
41
|
$kendo-rating-item-focus-outline: currentColor !default;
|
|
42
42
|
/// Selected color of the rating item.
|
|
43
43
|
/// @group rating
|
|
44
|
-
$kendo-rating-item-selected-text: get-theme-color-var( neutral-160 ) !default;
|
|
44
|
+
$kendo-rating-item-selected-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
45
45
|
/// Selected hover color of the rating item.
|
|
46
46
|
/// @group rating
|
|
47
|
-
$kendo-rating-item-selected-hover-text: get-theme-color-var( primary-120 ) !default;
|
|
47
|
+
$kendo-rating-item-selected-hover-text: k-get-theme-color-var( primary-120 ) !default;
|
|
@@ -28,7 +28,7 @@ $kendo-scheduler-border: var( --kendo-component-border, initial ) !default;
|
|
|
28
28
|
|
|
29
29
|
/// Background color of the selected row in scheduler.
|
|
30
30
|
/// @group scheduler
|
|
31
|
-
$kendo-scheduler-selected-bg: get-theme-color-var( primary-20 ) !default;
|
|
31
|
+
$kendo-scheduler-selected-bg: k-get-theme-color-var( primary-20 ) !default;
|
|
32
32
|
/// Text color of the selected row in scheduler.
|
|
33
33
|
/// @group scheduler
|
|
34
34
|
$kendo-scheduler-selected-text: $kendo-scheduler-text !default;
|
|
@@ -64,7 +64,7 @@ $kendo-scheduler-footer-gradient: null !default; // $kendo-toolbar-gradient
|
|
|
64
64
|
|
|
65
65
|
/// Border radius of the scheduler event.
|
|
66
66
|
/// @group scheduler
|
|
67
|
-
$kendo-scheduler-event-border-radius: var( --kendo-border-radius-md,
|
|
67
|
+
$kendo-scheduler-event-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
68
68
|
/// Line height of the scheduler event.
|
|
69
69
|
/// @group scheduler
|
|
70
70
|
$kendo-scheduler-event-line-height: $kendo-scheduler-line-height !default;
|
|
@@ -80,7 +80,7 @@ $kendo-scheduler-event-min-height: calc( #{$kendo-scheduler-line-height} + 2 * #
|
|
|
80
80
|
|
|
81
81
|
/// Background color of the scheduler event.
|
|
82
82
|
/// @group scheduler
|
|
83
|
-
$kendo-scheduler-event-bg: get-theme-color-var( primary-100 ) !default;
|
|
83
|
+
$kendo-scheduler-event-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
84
84
|
/// Text color of the scheduler event.
|
|
85
85
|
/// @group scheduler
|
|
86
86
|
$kendo-scheduler-event-text: $kendo-color-white !default;
|
|
@@ -112,7 +112,7 @@ $kendo-scheduler-event-hover-shadow: null !default;
|
|
|
112
112
|
|
|
113
113
|
/// Background color of the selected scheduler event.
|
|
114
114
|
/// @group scheduler
|
|
115
|
-
$kendo-scheduler-event-selected-bg: get-theme-color-var( primary-120 ) !default;
|
|
115
|
+
$kendo-scheduler-event-selected-bg: k-get-theme-color-var( primary-120 ) !default;
|
|
116
116
|
/// Text color of the selected scheduler event.
|
|
117
117
|
/// @group scheduler
|
|
118
118
|
$kendo-scheduler-event-selected-text: $kendo-scheduler-event-text !default;
|
|
@@ -152,7 +152,7 @@ $kendo-scheduler-current-time-color: #ff0000 !default;
|
|
|
152
152
|
|
|
153
153
|
/// Background color of the non-working hours in the scheduler.
|
|
154
154
|
/// @group scheduler
|
|
155
|
-
$kendo-scheduler-nonwork-bg: get-theme-color-var( neutral-10 ) !default;
|
|
155
|
+
$kendo-scheduler-nonwork-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
156
156
|
/// Text color of the non-working hours in the scheduler.
|
|
157
157
|
/// @group scheduler
|
|
158
158
|
$kendo-scheduler-nonwork-text: null !default;
|
|
@@ -166,7 +166,7 @@ $kendo-scheduler-weekend-text: null !default;
|
|
|
166
166
|
|
|
167
167
|
/// Background color of the other months in the scheduler.
|
|
168
168
|
/// @group scheduler
|
|
169
|
-
$kendo-scheduler-othermonth-bg: get-theme-color-var( neutral-10 ) !default;
|
|
169
|
+
$kendo-scheduler-othermonth-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
170
170
|
/// Text color of the other months in the scheduler.
|
|
171
171
|
/// @group scheduler
|
|
172
172
|
$kendo-scheduler-othermonth-text: null !default;
|
|
@@ -196,7 +196,7 @@ $kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - (#{$kendo-sche
|
|
|
196
196
|
$kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
197
197
|
/// Background color of the days with events indicator in the scheduler year view.
|
|
198
198
|
/// @group scheduler
|
|
199
|
-
$kendo-scheduler-yearview-indicator-bg: get-theme-color-var( primary-100 ) !default;
|
|
199
|
+
$kendo-scheduler-yearview-indicator-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
200
200
|
/// Background color of the selected days with events indicator in the scheduler year view.
|
|
201
201
|
/// @group scheduler
|
|
202
202
|
$kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-white !default;
|
|
@@ -215,7 +215,7 @@ $kendo-scheduler-tooltip-border-width: 0 !default;
|
|
|
215
215
|
$kendo-scheduler-tooltip-bg: $kendo-color-white !default;
|
|
216
216
|
/// Text color of the scheduler tooltip.
|
|
217
217
|
/// @group scheduler
|
|
218
|
-
$kendo-scheduler-tooltip-text: get-theme-color-var( neutral-130 ) !default;
|
|
218
|
+
$kendo-scheduler-tooltip-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
219
219
|
/// Border color of the scheduler tooltip.
|
|
220
220
|
/// @group scheduler
|
|
221
221
|
$kendo-scheduler-tooltip-border: null !default;
|
|
@@ -267,4 +267,4 @@ $kendo-scheduler-more-btn-height: 13px !default;
|
|
|
267
267
|
|
|
268
268
|
/// Color of the scheduler marquee.
|
|
269
269
|
/// @group scheduler
|
|
270
|
-
$kendo-scheduler-marquee-color: get-theme-color-var( primary-100 ) !default;
|
|
270
|
+
$kendo-scheduler-marquee-color: k-get-theme-color-var( primary-100 ) !default;
|
|
@@ -1,106 +1,96 @@
|
|
|
1
1
|
@use "../core/" as *;
|
|
2
2
|
@use "../button/_variables.scss"as *;
|
|
3
3
|
|
|
4
|
-
///
|
|
4
|
+
/// The width of the border around the ScrollView.
|
|
5
5
|
/// @group scrollview
|
|
6
6
|
$kendo-scrollview-border-width: 0px !default;
|
|
7
|
-
///
|
|
7
|
+
/// The font family of the ScrollView.
|
|
8
8
|
/// @group scrollview
|
|
9
9
|
$kendo-scrollview-font-family: var( --kendo-font-family, inherit ) !default;
|
|
10
|
-
///
|
|
10
|
+
/// The font size of the ScrollView.
|
|
11
11
|
/// @group scrollview
|
|
12
12
|
$kendo-scrollview-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
|
-
///
|
|
13
|
+
/// The line height of the ScrollView.
|
|
14
14
|
/// @group scrollview
|
|
15
15
|
$kendo-scrollview-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
16
|
|
|
17
|
-
///
|
|
18
|
-
/// @group scrollview
|
|
19
|
-
$kendo-scrollview-bg: var( --kendo-component-bg, inherit ) !default;
|
|
20
|
-
/// Text color of the scrollview.
|
|
17
|
+
/// The text color of the ScrollView.
|
|
21
18
|
/// @group scrollview
|
|
22
19
|
$kendo-scrollview-text: var( --kendo-component-text, inherit ) !default;
|
|
23
|
-
///
|
|
20
|
+
/// The background color of the ScrollView.
|
|
21
|
+
/// @group scrollview
|
|
22
|
+
$kendo-scrollview-bg: var( --kendo-component-bg, inherit ) !default;
|
|
23
|
+
/// The border color of the ScrollView.
|
|
24
24
|
/// @group scrollview
|
|
25
25
|
$kendo-scrollview-border: var( --kendo-component-border, inherit ) !default;
|
|
26
26
|
|
|
27
|
-
///
|
|
27
|
+
/// The size of the ScrollView page button.
|
|
28
28
|
/// @group scrollview
|
|
29
29
|
$kendo-scrollview-pagebutton-size: 10px !default;
|
|
30
|
-
///
|
|
30
|
+
/// The background color of the ScrollView page button.
|
|
31
31
|
/// @group scrollview
|
|
32
32
|
$kendo-scrollview-pagebutton-bg: $kendo-color-white !default;
|
|
33
|
-
///
|
|
33
|
+
/// The border color of the ScrollView page button.
|
|
34
34
|
/// @group scrollview
|
|
35
35
|
$kendo-scrollview-pagebutton-border: $kendo-scrollview-pagebutton-bg !default;
|
|
36
|
-
///
|
|
36
|
+
/// The primary background color of the ScrollView page button.
|
|
37
37
|
/// @group scrollview
|
|
38
|
-
$kendo-scrollview-pagebutton-primary-bg: get-theme-color-var( primary-100 ) !default;
|
|
39
|
-
///
|
|
38
|
+
$kendo-scrollview-pagebutton-primary-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
39
|
+
/// The primary border color of the ScrollView page button.
|
|
40
40
|
/// @group scrollview
|
|
41
41
|
$kendo-scrollview-pagebutton-primary-border: $kendo-scrollview-pagebutton-primary-bg !default;
|
|
42
|
-
///
|
|
42
|
+
/// The hover box shadow of the ScrollView page button.
|
|
43
43
|
/// @group scrollview
|
|
44
|
-
$kendo-scrollview-pagebutton-hover-shadow: 0 0 0 1px get-theme-color-var( neutral-30 ) !default;
|
|
45
|
-
///
|
|
44
|
+
$kendo-scrollview-pagebutton-hover-shadow: 0 0 0 1px k-get-theme-color-var( neutral-30 ) !default;
|
|
45
|
+
/// The focus box shadow of the ScrollView page button.
|
|
46
46
|
/// @group scrollview
|
|
47
|
-
$kendo-scrollview-pagebutton-focus-shadow: 0 0 0 1px get-theme-color-var( neutral-130 ) !default;
|
|
48
|
-
///
|
|
47
|
+
$kendo-scrollview-pagebutton-focus-shadow: 0 0 0 1px k-get-theme-color-var( neutral-130 ) !default;
|
|
48
|
+
/// The primary hover box shadow of the ScrollView page button.
|
|
49
49
|
/// @group scrollview
|
|
50
|
-
$kendo-scrollview-pagebutton-primary-hover-shadow: 0 0 0 2px get-theme-color-var( neutral-30 ) !default;
|
|
51
|
-
///
|
|
50
|
+
$kendo-scrollview-pagebutton-primary-hover-shadow: 0 0 0 2px k-get-theme-color-var( neutral-30 ) !default;
|
|
51
|
+
/// The primary focus box shadow of the ScrollView page button.
|
|
52
52
|
/// @group scrollview
|
|
53
|
-
$kendo-scrollview-pagebutton-primary-focus-shadow: 0 0 0 2px get-theme-color-var( neutral-130 ) !default;
|
|
53
|
+
$kendo-scrollview-pagebutton-primary-focus-shadow: 0 0 0 2px k-get-theme-color-var( neutral-130 ) !default;
|
|
54
54
|
|
|
55
|
-
///
|
|
55
|
+
/// The offset of the ScrollView pager.
|
|
56
56
|
/// @group scrollview
|
|
57
57
|
$kendo-scrollview-pager-offset: 0px !default;
|
|
58
|
-
///
|
|
58
|
+
/// The spacing between the ScrollView pager items.
|
|
59
59
|
/// @group scrollview
|
|
60
60
|
$kendo-scrollview-pager-item-spacing: 20px !default;
|
|
61
|
-
///
|
|
61
|
+
/// The border width of the ScrollView pager items.
|
|
62
62
|
/// @group scrollview
|
|
63
63
|
$kendo-scrollview-pager-item-border-width: 0px !default;
|
|
64
|
-
///
|
|
64
|
+
/// The height of the ScrollView pager.
|
|
65
65
|
/// @group scrollview
|
|
66
66
|
$kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) !default;
|
|
67
67
|
|
|
68
|
-
///
|
|
69
|
-
/// @group scrollview
|
|
70
|
-
$kendo-scrollview-pager-multidot-threshold: 10 !default;
|
|
71
|
-
/// Scrollview pager multidot intermediate.
|
|
72
|
-
/// @group scrollview
|
|
73
|
-
$kendo-scrollview-pager-multidot-intermediate: 3 !default;
|
|
74
|
-
/// Scrollview pager multidot step.
|
|
75
|
-
/// @group scrollview
|
|
76
|
-
$kendo-scrollview-pager-multidot-step: 1px !default;
|
|
77
|
-
|
|
78
|
-
/// Scrollview pager light background color.
|
|
79
|
-
/// @group scrollview
|
|
80
|
-
$kendo-scrollview-pager-light-bg: rgba( $kendo-color-white, .4 ) !default;
|
|
81
|
-
/// Scrollview pager dark background color.
|
|
82
|
-
/// @group scrollview
|
|
83
|
-
$kendo-scrollview-pager-dark-bg: rgba( $kendo-color-black, .4 ) !default;
|
|
84
|
-
|
|
85
|
-
/// Scrollview navigation text color.
|
|
68
|
+
/// The color of the ScrollView navigation arrows.
|
|
86
69
|
/// @group scrollview
|
|
87
70
|
$kendo-scrollview-navigation-color: $kendo-color-white !default;
|
|
88
|
-
///
|
|
71
|
+
/// The box shadow of the ScrollView navigation arrows.
|
|
89
72
|
/// @group scrollview
|
|
90
73
|
$kendo-scrollview-navigation-arrow-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
|
|
91
|
-
///
|
|
74
|
+
/// The background color of the ScrollView navigation.
|
|
92
75
|
/// @group scrollview
|
|
93
76
|
$kendo-scrollview-navigation-bg: transparent !default;
|
|
94
|
-
///
|
|
77
|
+
/// The focus box shadow of the ScrollView navigation arrows.
|
|
95
78
|
/// @group scrollview
|
|
96
|
-
$kendo-scrollview-navigation-focus-shadow: 0 0 0 1px get-theme-color-var( neutral-130 ) !default;
|
|
97
|
-
///
|
|
79
|
+
$kendo-scrollview-navigation-focus-shadow: 0 0 0 1px k-get-theme-color-var( neutral-130 ) !default;
|
|
80
|
+
/// The hover box shadow of the ScrollView navigation arrows.
|
|
98
81
|
/// @group scrollview
|
|
99
82
|
$kendo-scrollview-navigation-arrow-hover-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
|
|
100
83
|
|
|
101
|
-
///
|
|
84
|
+
/// The background color of the ScrollView pager in light mode.
|
|
85
|
+
/// @group scrollview
|
|
86
|
+
$kendo-scrollview-pager-light-bg: rgba( $kendo-color-white, .4 ) !default;
|
|
87
|
+
/// The background color of the ScrollView pager in dark mode.
|
|
88
|
+
/// @group scrollview
|
|
89
|
+
$kendo-scrollview-pager-dark-bg: rgba( $kendo-color-black, .4 ) !default;
|
|
90
|
+
|
|
91
|
+
/// The duration of the ScrollView transition.
|
|
102
92
|
/// @group scrollview
|
|
103
93
|
$kendo-scrollview-transition-duration: .3s !default;
|
|
104
|
-
///
|
|
94
|
+
/// The timing function of the ScrollView transition.
|
|
105
95
|
/// @group scrollview
|
|
106
96
|
$kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
@@ -38,10 +38,10 @@ $kendo-signature-line-width: 1px !default;
|
|
|
38
38
|
$kendo-signature-line-style: dashed !default;
|
|
39
39
|
/// The color of the row line of the signature component.
|
|
40
40
|
/// @group signature
|
|
41
|
-
$kendo-signature-line-color: rgba( get-theme-color( info, 100 ), .4 ) !default;
|
|
41
|
+
$kendo-signature-line-color: rgba( k-get-theme-color( info, 100 ), .4 ) !default;
|
|
42
42
|
/// The color of the row line of the disabled signature component.
|
|
43
43
|
/// @group signature
|
|
44
|
-
$kendo-signature-line-disabled-color: get-theme-color-var( neutral-60 ) !default;
|
|
44
|
+
$kendo-signature-line-disabled-color: k-get-theme-color-var( neutral-60 ) !default;
|
|
45
45
|
/// The width of the row line of the signature component.
|
|
46
46
|
/// @group signature
|
|
47
47
|
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
$kendo-skeleton-text-transform: scale( 1, .6 ) !default;
|
|
6
6
|
/// Border radius of the skeleton text.
|
|
7
7
|
/// @group skeleton
|
|
8
|
-
$kendo-skeleton-text-border-radius: var( --kendo-border-radius-md,
|
|
8
|
+
$kendo-skeleton-text-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
9
9
|
|
|
10
10
|
/// Border radius of the rectangle skeleton.
|
|
11
11
|
/// @group skeleton
|
|
12
|
-
$kendo-skeleton-rect-border-radius: var( --kendo-border-radius-md,
|
|
12
|
+
$kendo-skeleton-rect-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
13
13
|
/// Border radius of the circle skeleton.
|
|
14
14
|
/// @group skeleton
|
|
15
15
|
$kendo-skeleton-circle-border-radius: 9999px !default;
|
|
16
16
|
|
|
17
17
|
/// Background color of the skeleton item.
|
|
18
18
|
/// @group skeleton
|
|
19
|
-
$kendo-skeleton-item-bg: get-theme-color-var( neutral-50 ) !default;
|
|
19
|
+
$kendo-skeleton-item-bg: k-get-theme-color-var( neutral-50 ) !default;
|
|
20
20
|
/// Background color of the skeleton wave animation.
|
|
21
21
|
/// @group skeleton
|
|
22
|
-
$kendo-skeleton-wave-bg: get-theme-color-var( neutral-20 ) !default;
|
|
22
|
+
$kendo-skeleton-wave-bg: k-get-theme-color-var( neutral-20 ) !default;
|