@progress/kendo-theme-fluent 6.5.0-dev.0 → 6.5.0-dev.1
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 +48 -10
- package/dist/meta/sassdoc-data.json +5691 -3647
- package/dist/meta/sassdoc-raw-data.json +8024 -6999
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/appbar/_variables.scss +30 -29
- package/scss/bottom-navigation/_variables.scss +30 -34
- package/scss/breadcrumb/_layout.scss +37 -10
- package/scss/breadcrumb/_variables.scss +121 -30
- package/scss/coloreditor/_variables.scss +29 -30
- package/scss/colorgradient/_variables.scss +68 -68
- package/scss/colorpalette/_variables.scss +15 -15
- package/scss/dialog/_variables.scss +17 -17
- package/scss/editor/_variables.scss +35 -29
- package/scss/expansion-panel/_variables.scss +34 -31
- package/scss/filter/_variables.scss +14 -14
- package/scss/listbox/_variables.scss +15 -16
- package/scss/listview/_variables.scss +37 -37
- package/scss/loader/_variables.scss +66 -20
- package/scss/notification/_variables.scss +19 -17
- package/scss/popover/_variables.scss +34 -34
- package/scss/progressbar/_variables.scss +44 -48
- package/scss/scrollview/_variables.scss +36 -46
- package/scss/tilelayout/_variables.scss +8 -8
- package/scss/upload/_variables.scss +37 -37
- package/scss/window/_variables.scss +38 -38
|
@@ -3,89 +3,89 @@
|
|
|
3
3
|
@use "../window/_variables.scss"as *;
|
|
4
4
|
@use "../dialog/_variables.scss"as *;
|
|
5
5
|
|
|
6
|
-
///
|
|
6
|
+
/// The width of the border around the Popover.
|
|
7
7
|
/// @group popover
|
|
8
8
|
$kendo-popover-border-width: $kendo-dialog-border-width !default;
|
|
9
|
-
///
|
|
9
|
+
/// The style of the border around the Popover.
|
|
10
10
|
/// @group popover
|
|
11
11
|
$kendo-popover-border-style: solid !default;
|
|
12
|
-
///
|
|
12
|
+
/// The radius of the border around the Popover.
|
|
13
13
|
/// @group popover
|
|
14
14
|
$kendo-popover-border-radius: $kendo-window-border-radius !default;
|
|
15
|
-
///
|
|
16
|
-
/// @group popover
|
|
17
|
-
$kendo-popover-font-size: $kendo-window-font-size !default;
|
|
18
|
-
/// Font family of the popover.
|
|
15
|
+
/// The font family of the Popover.
|
|
19
16
|
/// @group popover
|
|
20
17
|
$kendo-popover-font-family: $kendo-window-font-family !default;
|
|
21
|
-
///
|
|
18
|
+
/// The font size of the Popover.
|
|
19
|
+
/// @group popover
|
|
20
|
+
$kendo-popover-font-size: $kendo-window-font-size !default;
|
|
21
|
+
/// The line height of the Popover.
|
|
22
22
|
/// @group popover
|
|
23
23
|
$kendo-popover-line-height: $kendo-window-line-height !default;
|
|
24
24
|
|
|
25
|
-
///
|
|
26
|
-
/// @group popover
|
|
27
|
-
$kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
|
|
28
|
-
/// Text color of the popover.
|
|
25
|
+
/// The text color of the Popover.
|
|
29
26
|
/// @group popover
|
|
30
27
|
$kendo-popover-text: var( --kendo-component-text, initial ) !default;
|
|
31
|
-
///
|
|
28
|
+
/// The background color of the Popover.
|
|
29
|
+
/// @group popover
|
|
30
|
+
$kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
|
|
31
|
+
/// The border color of the Popover.
|
|
32
32
|
/// @group popover
|
|
33
33
|
$kendo-popover-border: var( --kendo-component-border, initial ) !default;
|
|
34
|
-
///
|
|
34
|
+
/// The box shadow of the Popover.
|
|
35
35
|
/// @group popover
|
|
36
36
|
$kendo-popover-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
|
|
37
37
|
|
|
38
|
-
///
|
|
38
|
+
/// The horizontal padding of the Popover header.
|
|
39
39
|
/// @group popover
|
|
40
40
|
$kendo-popover-header-padding-x: $kendo-dialog-titlebar-padding-x !default;
|
|
41
|
-
///
|
|
41
|
+
/// The vertical padding of the Popover header.
|
|
42
42
|
/// @group popover
|
|
43
43
|
$kendo-popover-header-padding-y: $kendo-dialog-titlebar-padding-y !default;
|
|
44
|
-
///
|
|
44
|
+
/// The border width of the Popover header.
|
|
45
45
|
/// @group popover
|
|
46
46
|
$kendo-popover-header-border-width: $kendo-dialog-titlebar-border-width !default;
|
|
47
|
-
///
|
|
47
|
+
/// The border style of the Popover header.
|
|
48
48
|
/// @group popover
|
|
49
49
|
$kendo-popover-header-border-style: $kendo-popover-border-style !default;
|
|
50
|
-
///
|
|
51
|
-
/// @group popover
|
|
52
|
-
$kendo-popover-header-bg: $kendo-dialog-titlebar-bg !default;
|
|
53
|
-
/// Text color of the popover header.
|
|
50
|
+
/// The text color of the Popover header.
|
|
54
51
|
/// @group popover
|
|
55
52
|
$kendo-popover-header-text: $kendo-dialog-titlebar-text !default;
|
|
56
|
-
///
|
|
53
|
+
/// The background color of the Popover header.
|
|
54
|
+
/// @group popover
|
|
55
|
+
$kendo-popover-header-bg: $kendo-dialog-titlebar-bg !default;
|
|
56
|
+
/// The border color of the Popover header.
|
|
57
57
|
/// @group popover
|
|
58
58
|
$kendo-popover-header-border: $kendo-dialog-titlebar-border !default;
|
|
59
59
|
|
|
60
|
-
///
|
|
60
|
+
/// The horizontal padding of the Popover body.
|
|
61
61
|
/// @group popover
|
|
62
62
|
$kendo-popover-body-padding-x: $kendo-window-inner-padding-x !default;
|
|
63
|
-
///
|
|
63
|
+
/// The vertical padding of the Popover body.
|
|
64
64
|
/// @group popover
|
|
65
65
|
$kendo-popover-body-padding-y: $kendo-window-inner-padding-y !default;
|
|
66
66
|
|
|
67
|
-
///
|
|
67
|
+
/// The border width of the Popover actions.
|
|
68
68
|
/// @group popover
|
|
69
69
|
$kendo-popover-actions-border-width: 0 !default;
|
|
70
|
-
///
|
|
70
|
+
/// The horizontal padding of the Popover actions.
|
|
71
71
|
/// @group popover
|
|
72
72
|
$kendo-popover-actions-padding-x: $kendo-popover-body-padding-x !default;
|
|
73
|
-
///
|
|
73
|
+
/// The vertical padding of the Popover actions.
|
|
74
74
|
/// @group popover
|
|
75
75
|
$kendo-popover-actions-padding-y: $kendo-popover-body-padding-y !default;
|
|
76
|
-
///
|
|
76
|
+
/// The spacing between the Popover actions.
|
|
77
77
|
/// @group popover
|
|
78
78
|
$kendo-popover-actions-gap: map.get( $kendo-spacing, 3 ) !default;
|
|
79
79
|
|
|
80
|
-
///
|
|
80
|
+
/// The width of the Popover callout.
|
|
81
81
|
/// @group popover
|
|
82
82
|
$kendo-popover-callout-width: map.get( $kendo-spacing, 5 ) !default;
|
|
83
|
-
///
|
|
83
|
+
/// The height of the Popover callout.
|
|
84
84
|
/// @group popover
|
|
85
85
|
$kendo-popover-callout-height: $kendo-popover-callout-width !default;
|
|
86
|
-
///
|
|
86
|
+
/// The border width of the Popover callout.
|
|
87
87
|
/// @group popover
|
|
88
88
|
$kendo-popover-callout-border-width: $kendo-popover-border-width !default;
|
|
89
|
-
///
|
|
89
|
+
/// The border style of the Popover callout.
|
|
90
90
|
/// @group popover
|
|
91
|
-
$kendo-popover-callout-border-style: $kendo-popover-border-style !default;
|
|
91
|
+
$kendo-popover-callout-border-style: $kendo-popover-border-style !default;
|
|
@@ -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
37
|
$kendo-progressbar-bg: get-theme-color-var( neutral-30 ) !default;
|
|
40
|
-
///
|
|
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
50
|
$kendo-progressbar-value-bg: get-theme-color-var( primary-100 ) !default;
|
|
63
|
-
///
|
|
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.
|
|
81
69
|
/// @group progressbar
|
|
82
|
-
$kendo-progressbar-
|
|
70
|
+
$kendo-progressbar-disabled-bg: get-theme-color-var( neutral-20 ) !default;
|
|
71
|
+
/// The text color of the disabled ProgressBar.
|
|
72
|
+
/// @group progressbar
|
|
73
|
+
$kendo-progressbar-disabled-text: 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: get-theme-color-var( primary-30 ) !default;
|
|
87
81
|
|
|
88
|
-
///
|
|
82
|
+
/// The background color of the indeterminate ProgressBar.
|
|
89
83
|
/// @group progressbar
|
|
90
84
|
$kendo-progressbar-indeterminate-bg: get-theme-color-var( neutral-30 ) !default;
|
|
91
|
-
///
|
|
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
90
|
$kendo-progressbar-indeterminate-border: get-theme-color-var( neutral-30 ) !default;
|
|
97
|
-
///
|
|
91
|
+
/// The background gradient of the horizontal indeterminate ProgressBar.
|
|
98
92
|
/// @group progressbar
|
|
99
93
|
$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
|
-
///
|
|
94
|
+
/// The background gradient of the vertical indeterminate ProgressBar.
|
|
101
95
|
/// @group progressbar
|
|
102
96
|
$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
|
-
///
|
|
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
111
|
$kendo-circular-progressbar-arc-stroke: get-theme-color-var( primary-100 ) !default;
|
|
114
|
-
///
|
|
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;
|
|
@@ -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
38
|
$kendo-scrollview-pagebutton-primary-bg: get-theme-color-var( primary-100 ) !default;
|
|
39
|
-
///
|
|
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
44
|
$kendo-scrollview-pagebutton-hover-shadow: 0 0 0 1px get-theme-color-var( neutral-30 ) !default;
|
|
45
|
-
///
|
|
45
|
+
/// The focus box shadow of the ScrollView page button.
|
|
46
46
|
/// @group scrollview
|
|
47
47
|
$kendo-scrollview-pagebutton-focus-shadow: 0 0 0 1px get-theme-color-var( neutral-130 ) !default;
|
|
48
|
-
///
|
|
48
|
+
/// The primary hover box shadow of the ScrollView page button.
|
|
49
49
|
/// @group scrollview
|
|
50
50
|
$kendo-scrollview-pagebutton-primary-hover-shadow: 0 0 0 2px get-theme-color-var( neutral-30 ) !default;
|
|
51
|
-
///
|
|
51
|
+
/// The primary focus box shadow of the ScrollView page button.
|
|
52
52
|
/// @group scrollview
|
|
53
53
|
$kendo-scrollview-pagebutton-primary-focus-shadow: 0 0 0 2px 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
79
|
$kendo-scrollview-navigation-focus-shadow: 0 0 0 1px get-theme-color-var( neutral-130 ) !default;
|
|
97
|
-
///
|
|
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;
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
@use "../card/_variables.scss" as *;
|
|
4
4
|
|
|
5
|
-
///
|
|
5
|
+
/// The width of the border around the TileLayout.
|
|
6
6
|
/// @group tilelayout
|
|
7
7
|
$kendo-tile-layout-border-width: 0px !default;
|
|
8
|
-
///
|
|
8
|
+
/// The background color of the TileLayout.
|
|
9
9
|
/// @group tilelayout
|
|
10
10
|
$kendo-tile-layout-bg: get-theme-color-var( neutral-10 ) !default;
|
|
11
11
|
|
|
12
|
-
///
|
|
12
|
+
/// The width of the border around the TileLayout hint.
|
|
13
13
|
/// @group tilelayout
|
|
14
14
|
$kendo-tile-layout-hint-border-width: 1px !default;
|
|
15
|
-
///
|
|
16
|
-
/// @group tilelayout
|
|
17
|
-
$kendo-tile-layout-hint-border: var( --kendo-component-border, initial ) !default;
|
|
18
|
-
/// Radius of the border around the tilelayout hint.
|
|
15
|
+
/// The radius of the border around the TileLayout hint.
|
|
19
16
|
/// @group tilelayout
|
|
20
17
|
$kendo-tile-layout-hint-border-radius: var( --kendo-border-radius-lg, initial ) !default;
|
|
21
|
-
///
|
|
18
|
+
/// The color of the border around the TileLayout hint.
|
|
19
|
+
/// @group tilelayout
|
|
20
|
+
$kendo-tile-layout-hint-border: var( --kendo-component-border, initial ) !default;
|
|
21
|
+
/// The background color of the TileLayout hint.
|
|
22
22
|
/// @group tilelayout
|
|
23
23
|
$kendo-tile-layout-hint-bg: rgba(255, 255, 255, .2) !default;
|
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
|
|
4
|
-
///
|
|
4
|
+
/// The width of the border around the Upload.
|
|
5
5
|
/// @group upload
|
|
6
6
|
$kendo-upload-border-width: 1px !default;
|
|
7
|
-
///
|
|
7
|
+
/// The font family of the Upload.
|
|
8
8
|
/// @group upload
|
|
9
9
|
$kendo-upload-font-family: var( --kendo-font-family, inherit ) !default;
|
|
10
|
-
///
|
|
10
|
+
/// The font size of the Upload.
|
|
11
11
|
/// @group upload
|
|
12
12
|
$kendo-upload-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
|
-
///
|
|
13
|
+
/// The line height of the Upload.
|
|
14
14
|
/// @group upload
|
|
15
15
|
$kendo-upload-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
|
-
///
|
|
16
|
+
/// The maximum height of the list with uploaded items.
|
|
17
17
|
/// @group upload
|
|
18
18
|
$kendo-upload-max-height: 300px !default;
|
|
19
19
|
|
|
20
|
-
///
|
|
21
|
-
/// @group upload
|
|
22
|
-
$kendo-upload-bg: var( --kendo-component-bg, initial ) !default;
|
|
23
|
-
/// Text color of the upload.
|
|
20
|
+
/// The text color of the Upload.
|
|
24
21
|
/// @group upload
|
|
25
22
|
$kendo-upload-text: var( --kendo-component-text, initial ) !default;
|
|
26
|
-
///
|
|
23
|
+
/// The background color of the Upload.
|
|
24
|
+
/// @group upload
|
|
25
|
+
$kendo-upload-bg: var( --kendo-component-bg, initial ) !default;
|
|
26
|
+
/// The border color of the Upload.
|
|
27
27
|
/// @group upload
|
|
28
28
|
$kendo-upload-border: var( --kendo-component-border, initial ) !default;
|
|
29
29
|
|
|
30
|
-
///
|
|
30
|
+
/// The horizontal padding of the Upload dropzone.
|
|
31
31
|
/// @group upload
|
|
32
32
|
$kendo-upload-dropzone-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
33
|
-
///
|
|
33
|
+
/// The vertical padding of the Upload dropzone.
|
|
34
34
|
/// @group upload
|
|
35
35
|
$kendo-upload-dropzone-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
36
|
-
///
|
|
37
|
-
/// @group upload
|
|
38
|
-
$kendo-upload-dropzone-bg: get-theme-color-var( neutral-10 ) !default;
|
|
39
|
-
/// Text color of the upload dropzone.
|
|
36
|
+
/// The text color of the Upload dropzone.
|
|
40
37
|
/// @group upload
|
|
41
38
|
$kendo-upload-dropzone-text: get-theme-color-var( neutral-130 ) !default;
|
|
42
|
-
///
|
|
39
|
+
/// The background color of the Upload dropzone.
|
|
40
|
+
/// @group upload
|
|
41
|
+
$kendo-upload-dropzone-bg: get-theme-color-var( neutral-10 ) !default;
|
|
42
|
+
/// The border color of the Upload dropzone.
|
|
43
43
|
/// @group upload
|
|
44
44
|
$kendo-upload-dropzone-border: get-theme-color-var( neutral-30 ) !default;
|
|
45
|
-
///
|
|
45
|
+
/// The background color of the hovered Upload dropzone.
|
|
46
46
|
/// @group upload
|
|
47
47
|
$kendo-upload-dropzone-hover-bg: var( --kendo-hover-bg, inherit ) !default;
|
|
48
48
|
|
|
49
|
-
///
|
|
49
|
+
/// The text color of the Upload status message.
|
|
50
50
|
/// @group upload
|
|
51
51
|
$kendo-upload-status-text: var( --kendo-subtle-text, inherit ) !default;
|
|
52
|
-
///
|
|
52
|
+
/// The opacity of the Upload status message.
|
|
53
53
|
/// @group upload
|
|
54
54
|
$kendo-upload-status-text-opacity: null !default;
|
|
55
55
|
|
|
56
|
-
///
|
|
56
|
+
/// The horizontal padding of an uploaded item.
|
|
57
57
|
/// @group upload
|
|
58
58
|
$kendo-upload-item-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
59
|
-
///
|
|
59
|
+
/// The vertical padding of an uploaded item.
|
|
60
60
|
/// @group upload
|
|
61
61
|
$kendo-upload-item-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
62
62
|
|
|
63
|
-
///
|
|
63
|
+
/// The vertical spacing between uploaded batch items.
|
|
64
64
|
/// @group upload
|
|
65
65
|
$kendo-upload-multiple-items-spacing: map.get( $kendo-spacing, 4 ) !default;
|
|
66
66
|
|
|
67
|
-
///
|
|
67
|
+
/// The font size of the Upload validation message.
|
|
68
68
|
/// @group upload
|
|
69
69
|
$kendo-upload-validation-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
70
|
-
///
|
|
70
|
+
/// The horizontal spacing of the Upload status icon.
|
|
71
71
|
/// @group upload
|
|
72
72
|
$kendo-upload-icon-spacing: var( --kendo-icon-spacing, .5rem ) !default;
|
|
73
|
-
///
|
|
73
|
+
/// The color of the uploaded items icon.
|
|
74
74
|
/// @group upload
|
|
75
75
|
$kendo-upload-icon-color: var( --kendo-subtle-text, inherit ) !default;
|
|
76
76
|
|
|
77
|
-
///
|
|
77
|
+
/// The thickness of the Upload progress bar.
|
|
78
78
|
/// @group upload
|
|
79
79
|
$kendo-upload-progress-thickness: 2px !default;
|
|
80
|
-
///
|
|
80
|
+
/// The background color of the Upload progress bar.
|
|
81
81
|
/// @group upload
|
|
82
82
|
$kendo-upload-progress-bg: get-theme-color-var( primary-100 ) !default;
|
|
83
83
|
|
|
84
|
-
///
|
|
85
|
-
/// @group upload
|
|
86
|
-
$kendo-upload-success-bg: get-theme-color-var( success-190 ) !default;
|
|
87
|
-
/// Success text color of the upload.
|
|
84
|
+
/// The success text color of the Upload.
|
|
88
85
|
/// @group upload
|
|
89
86
|
$kendo-upload-success-text: get-theme-color-var( success-190 ) !default;
|
|
90
|
-
|
|
91
|
-
/// Error background color of the upload.
|
|
87
|
+
/// The success background color of the Upload progress bar.
|
|
92
88
|
/// @group upload
|
|
93
|
-
$kendo-upload-
|
|
94
|
-
|
|
89
|
+
$kendo-upload-success-bg: get-theme-color-var( success-190 ) !default;
|
|
90
|
+
|
|
91
|
+
/// The error text color of the Upload.
|
|
95
92
|
/// @group upload
|
|
96
93
|
$kendo-upload-error-text: get-theme-color-var( error-190 ) !default;
|
|
94
|
+
/// The error background color of the Upload progress bar.
|
|
95
|
+
/// @group upload
|
|
96
|
+
$kendo-upload-error-bg: get-theme-color-var( error-190 ) !default;
|
|
97
97
|
|
|
98
|
-
///
|
|
98
|
+
/// The shadow of the focused Upload button, actions and uploaded items.
|
|
99
99
|
/// @group upload
|
|
100
100
|
$kendo-upload-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|