@progress/kendo-theme-core 13.2.0-dev.4 → 14.0.0-dev.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.
- package/dist/meta/sassdoc-data.json +90 -90
- package/dist/meta/sassdoc-raw-data.json +45 -45
- package/dist/meta/variables.json +10 -2
- package/package.json +2 -2
- package/scss/components/action-sheet/_layout.scss +2 -0
- package/scss/components/action-sheet/_variables.scss +2 -0
- package/scss/components/appbar/_layout.scss +1 -0
- package/scss/components/appbar/_variables.scss +1 -0
- package/scss/components/bottom-navigation/_layout.scss +1 -0
- package/scss/components/bottom-navigation/_theme.scss +11 -10
- package/scss/components/bottom-navigation/_variables.scss +1 -0
- package/scss/components/button/_layout.scss +1 -1
- package/scss/components/button/_variables.scss +2 -0
- package/scss/components/chart-wizard/_layout.scss +6 -1
- package/scss/components/chart-wizard/_theme.scss +3 -0
- package/scss/components/chart-wizard/_variables.scss +4 -0
- package/scss/components/chat/_layout.scss +5 -0
- package/scss/components/chat/_variables.scss +1 -0
- package/scss/components/column-menu/_layout.scss +9 -0
- package/scss/components/column-menu/_variables.scss +4 -0
- package/scss/components/dataviz/_layout.scss +3 -0
- package/scss/components/dataviz/_variables.scss +2 -0
- package/scss/components/dock-manager/_layout.scss +1 -0
- package/scss/components/dock-manager/_variables.scss +1 -0
- package/scss/components/dropzone/_layout.scss +1 -0
- package/scss/components/dropzone/_variables.scss +1 -0
- package/scss/components/editor/_layout.scss +1 -0
- package/scss/components/editor/_variables.scss +1 -0
- package/scss/components/expansion-panel/_layout.scss +3 -2
- package/scss/components/expansion-panel/_variables.scss +4 -0
- package/scss/components/file-box/_layout.scss +1 -0
- package/scss/components/file-box/_theme.scss +4 -0
- package/scss/components/file-box/_variables.scss +3 -0
- package/scss/components/filemanager/_layout.scss +3 -0
- package/scss/components/filemanager/_variables.scss +1 -0
- package/scss/components/filter/_theme.scss +4 -0
- package/scss/components/filter/_variables.scss +2 -0
- package/scss/components/forms/_layout.scss +5 -0
- package/scss/components/forms/_variables.scss +6 -0
- package/scss/components/gantt/_layout.scss +6 -0
- package/scss/components/gantt/_variables.scss +1 -0
- package/scss/components/grid/_layout.scss +11 -1
- package/scss/components/grid/_theme.scss +13 -4
- package/scss/components/grid/_variables.scss +5 -0
- package/scss/components/imageeditor/_layout.scss +1 -0
- package/scss/components/imageeditor/_variables.scss +1 -0
- package/scss/components/listbox/_layout.scss +3 -0
- package/scss/components/listbox/_variables.scss +4 -0
- package/scss/components/listview/_layout.scss +1 -0
- package/scss/components/listview/_variables.scss +2 -0
- package/scss/components/mediaplayer/_layout.scss +4 -0
- package/scss/components/mediaplayer/_variables.scss +4 -0
- package/scss/components/messagebox/_layout.scss +2 -0
- package/scss/components/messagebox/_variables.scss +1 -0
- package/scss/components/pdf-viewer/_layout.scss +1 -0
- package/scss/components/pdf-viewer/_variables.scss +1 -0
- package/scss/components/pivotgrid/_layout.scss +8 -0
- package/scss/components/pivotgrid/_variables.scss +1 -0
- package/scss/components/progressbar/_layout.scss +1 -0
- package/scss/components/progressbar/_variables.scss +3 -0
- package/scss/components/prompt/_theme.scss +8 -0
- package/scss/components/prompt/_variables.scss +4 -0
- package/scss/components/scheduler/_layout.scss +2 -0
- package/scss/components/scheduler/_variables.scss +1 -0
- package/scss/components/scrollview/_layout.scss +1 -0
- package/scss/components/scrollview/_theme.scss +10 -0
- package/scss/components/scrollview/_variables.scss +2 -0
- package/scss/components/spreadsheet/_layout.scss +7 -0
- package/scss/components/spreadsheet/_variables.scss +1 -0
- package/scss/components/stepper/_layout.scss +1 -1
- package/scss/components/stepper/_variables.scss +1 -0
- package/scss/components/suggestion/_layout.scss +1 -0
- package/scss/components/suggestion/_variables.scss +1 -0
- package/scss/components/table/_variables.scss +15 -6
- package/scss/components/taskboard/_layout.scss +1 -0
- package/scss/components/taskboard/_variables.scss +1 -0
- package/scss/components/timeline/_theme.scss +4 -0
- package/scss/components/timeline/_variables.scss +2 -0
- package/scss/components/toolbar/_layout.scss +1 -0
- package/scss/components/toolbar/_variables.scss +1 -0
- package/scss/components/upload/_layout.scss +2 -0
- package/scss/components/upload/_variables.scss +1 -0
- package/scss/elevation/index.scss +0 -13
- package/scss/index.scss +2 -0
- package/scss/mixins/_focus-indicator.scss +5 -2
- package/scss/translucency/index.scss +20 -0
|
@@ -71,6 +71,7 @@ $kendo-stepper-indicator-current-disabled-text: null !default;
|
|
|
71
71
|
$kendo-stepper-indicator-current-disabled-border: null !default;
|
|
72
72
|
|
|
73
73
|
$kendo-stepper-label-text: null !default;
|
|
74
|
+
$kendo-stepper-label-current-font-weight: null !default;
|
|
74
75
|
$kendo-stepper-label-success-text: null !default;
|
|
75
76
|
$kendo-stepper-label-error-text: null !default;
|
|
76
77
|
$kendo-stepper-label-hover-text: null !default;
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
border-style: $kendo-suggestion-border-style;
|
|
68
68
|
font-size: $kendo-suggestion-font-size;
|
|
69
69
|
line-height: $kendo-suggestion-line-height;
|
|
70
|
+
font-weight: $kendo-suggestion-font-weight;
|
|
70
71
|
flex: 0 0 auto;
|
|
71
72
|
transition: background-color k-transition(rapid), box-shadow k-transition(rapid);
|
|
72
73
|
cursor: pointer;
|
|
@@ -7,6 +7,7 @@ $kendo-suggestion-border-style: null !default;
|
|
|
7
7
|
|
|
8
8
|
$kendo-suggestion-font-size: null !default;
|
|
9
9
|
$kendo-suggestion-line-height: null !default;
|
|
10
|
+
$kendo-suggestion-font-weight: null !default;
|
|
10
11
|
$kendo-suggestion-border-radius: null !default;
|
|
11
12
|
|
|
12
13
|
$kendo-suggestion-focus-shadow-blur: null !default;
|
|
@@ -19,24 +19,33 @@ $kendo-table-md-cell-padding-y: null !default;
|
|
|
19
19
|
$kendo-table-lg-cell-padding-x: null !default;
|
|
20
20
|
$kendo-table-lg-cell-padding-y: null !default;
|
|
21
21
|
|
|
22
|
+
$kendo-table-sm-font-size: null !default;
|
|
23
|
+
$kendo-table-sm-line-height: null !default;
|
|
24
|
+
|
|
25
|
+
$kendo-table-md-font-size: null !default;
|
|
26
|
+
$kendo-table-md-line-height: null !default;
|
|
27
|
+
|
|
28
|
+
$kendo-table-lg-font-size: null !default;
|
|
29
|
+
$kendo-table-lg-line-height: null !default;
|
|
30
|
+
|
|
22
31
|
/// The sizes map of the Table.
|
|
23
32
|
/// @group table
|
|
24
33
|
$kendo-table-sizes: (
|
|
25
34
|
sm: (
|
|
26
|
-
font-size:
|
|
27
|
-
line-height:
|
|
35
|
+
font-size: $kendo-table-sm-font-size,
|
|
36
|
+
line-height: $kendo-table-sm-line-height,
|
|
28
37
|
cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
29
38
|
cell-padding-y: $kendo-table-sm-cell-padding-y
|
|
30
39
|
),
|
|
31
40
|
md: (
|
|
32
|
-
font-size:
|
|
33
|
-
line-height:
|
|
41
|
+
font-size: $kendo-table-md-font-size,
|
|
42
|
+
line-height: $kendo-table-md-line-height,
|
|
34
43
|
cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
35
44
|
cell-padding-y: $kendo-table-md-cell-padding-y
|
|
36
45
|
),
|
|
37
46
|
lg: (
|
|
38
|
-
font-size:
|
|
39
|
-
line-height:
|
|
47
|
+
font-size: $kendo-table-lg-font-size,
|
|
48
|
+
line-height: $kendo-table-lg-line-height,
|
|
40
49
|
cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
41
50
|
cell-padding-y: $kendo-table-lg-cell-padding-y
|
|
42
51
|
)
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
padding-inline: $kendo-taskboard-pane-padding-x;
|
|
122
122
|
width: $kendo-taskboard-pane-width;
|
|
123
123
|
border-width: $kendo-taskboard-pane-border-width;
|
|
124
|
+
border-radius: $kendo-taskboard-pane-border-radius;
|
|
124
125
|
border-style: solid;
|
|
125
126
|
display: flex;
|
|
126
127
|
flex-direction: column;
|
|
@@ -50,6 +50,7 @@ $kendo-taskboard-pane-width: null !default;
|
|
|
50
50
|
$kendo-taskboard-pane-padding-y: null !default;
|
|
51
51
|
$kendo-taskboard-pane-padding-x: null !default;
|
|
52
52
|
$kendo-taskboard-pane-border-width: null !default;
|
|
53
|
+
$kendo-taskboard-pane-border-radius: null !default;
|
|
53
54
|
$kendo-taskboard-pane-bg: null !default;
|
|
54
55
|
$kendo-taskboard-pane-text: null !default;
|
|
55
56
|
$kendo-taskboard-pane-border: null !default;
|
|
@@ -62,6 +62,8 @@ $kendo-timeline-circle-bg: null !default;
|
|
|
62
62
|
|
|
63
63
|
$kendo-timeline-collapse-arrow-padding-x: null !default;
|
|
64
64
|
|
|
65
|
+
$kendo-timeline-card-shadow: null !default;
|
|
66
|
+
|
|
65
67
|
$kendo-timeline-event-width: null !default;
|
|
66
68
|
$kendo-timeline-event-height: null !default;
|
|
67
69
|
$kendo-timeline-event-min-height-calc: null !default;
|
|
@@ -21,6 +21,7 @@ $kendo-toolbar-md-separator-height: null !default;
|
|
|
21
21
|
$kendo-toolbar-lg-separator-height: null !default;
|
|
22
22
|
|
|
23
23
|
$kendo-toolbar-border-width: null !default;
|
|
24
|
+
$kendo-toolbar-border-radius: null !default;
|
|
24
25
|
|
|
25
26
|
$kendo-toolbar-font-family: null !default;
|
|
26
27
|
$kendo-toolbar-font-size: null !default;
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
.k-upload {
|
|
10
10
|
border-width: $kendo-upload-border-width;
|
|
11
11
|
border-style: solid;
|
|
12
|
+
border-radius: $kendo-upload-border-radius;
|
|
12
13
|
box-sizing: border-box;
|
|
13
14
|
outline: 0;
|
|
15
|
+
overflow: clip;
|
|
14
16
|
font-family: $kendo-upload-font-family;
|
|
15
17
|
font-size: $kendo-upload-font-size;
|
|
16
18
|
line-height: $kendo-upload-line-height;
|
|
@@ -71,19 +71,6 @@ $kendo-elevation-bg-chroma-step: 0.001 !default;
|
|
|
71
71
|
@return #{$_result};
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
// Each elevation-border level increases border opacity by level * this value (in %).
|
|
75
|
-
$kendo-elevation-border-opacity-step: 10 !default;
|
|
76
|
-
|
|
77
|
-
// The border color for a given elevation level is calculated by increasing the alpha of the base border color
|
|
78
|
-
// by a step multiplied by the elevation level, but only if the base border color is light (for dark themes) or dark (for light themes).
|
|
79
|
-
// This is achieved by multiplying the step by a clamp function that returns 1 when the border color is in the appropriate range and 0 otherwise.
|
|
80
|
-
// clamp(0, (l - 0.5) * 99999, 1) → 1 when border is light (dark theme), 0 when dark (light theme)
|
|
81
|
-
// alpha is a <number> (0..1), so we divide the step by 100 instead of multiplying by 1%
|
|
82
|
-
@function k-elevation-border($level, $color) {
|
|
83
|
-
$_result: "oklch(from #{$color} l c h / calc(alpha + #{$level} * #{$kendo-elevation-border-opacity-step} / 100 * clamp(0, (l - 0.5) * 99999, 1)))";
|
|
84
|
-
@return #{$_result};
|
|
85
|
-
}
|
|
86
|
-
|
|
87
74
|
|
|
88
75
|
@mixin kendo-elevation--styles() {
|
|
89
76
|
:root {
|
package/scss/index.scss
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
@forward "./mixins/index.scss";
|
|
4
4
|
@forward "./spacing/index.scss";
|
|
5
5
|
@forward "./elevation/index.scss";
|
|
6
|
+
@forward "./translucency/index.scss";
|
|
6
7
|
@forward "./typography/index.scss";
|
|
7
8
|
@forward "./border-radii/index.scss";
|
|
8
9
|
@forward "./motion/index.scss";
|
|
@@ -12,6 +13,7 @@
|
|
|
12
13
|
@use "./color-system/index.scss" as *;
|
|
13
14
|
@use "./mixins/index.scss" as *;
|
|
14
15
|
@use "./elevation/index.scss" as *;
|
|
16
|
+
@use "./translucency/index.scss" as *;
|
|
15
17
|
@use "./typography/index.scss" as *;
|
|
16
18
|
@use "./spacing/index.scss" as *;
|
|
17
19
|
@use "./motion/index.scss" as *;
|
|
@@ -2,8 +2,11 @@
|
|
|
2
2
|
@use "../_variables.scss" as *;
|
|
3
3
|
@use "./_box-shadow.scss" as *;
|
|
4
4
|
|
|
5
|
-
@mixin focus-indicator( $indicator, $inset: false, $themeable: false, $type: "box-shadow" ) {
|
|
6
|
-
@if $
|
|
5
|
+
@mixin focus-indicator( $indicator, $inset: false, $themeable: false, $type: "box-shadow", $outline-width: 1px, $outline-offset: 0px ) {
|
|
6
|
+
@if $type == "outline" {
|
|
7
|
+
outline: var(--kendo-focus-outline-width, $outline-width) solid $indicator;
|
|
8
|
+
outline-offset: if( $inset, calc(-1 * var(--kendo-focus-outline-offset, $outline-offset)), var(--kendo-focus-outline-offset, $outline-offset));
|
|
9
|
+
} @else if $kendo-enable-focus-contrast and list.nth($indicator, 1) {
|
|
7
10
|
@include box-shadow( if( $inset, inset, null ) 0 0 0 2px if( $themeable, currentColor, rgb( 0, 0, 0 ) ) );
|
|
8
11
|
} @else {
|
|
9
12
|
@include box-shadow( $indicator... );
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
$kendo-translucency-base: 0% !default;
|
|
2
|
+
|
|
3
|
+
@function k-translucency-bg($color) {
|
|
4
|
+
$_result: "oklch(from #{$color} l c h / calc(100% - calc(var(--kendo-translucency-base))))";
|
|
5
|
+
@return #{$_result};
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
$kendo-translucency-blur-base: 6px !default;
|
|
9
|
+
$kendo-translucency-blur-step: 2px !default;
|
|
10
|
+
|
|
11
|
+
@function k-translucency-blur($level: 1) {
|
|
12
|
+
$_result: "blur(calc(#{$kendo-translucency-blur-base} + calc(#{$level} * #{$kendo-translucency-blur-step})))";
|
|
13
|
+
@return #{$_result};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@mixin kendo-translucency--styles() {
|
|
17
|
+
:root {
|
|
18
|
+
--kendo-translucency-base: #{$kendo-translucency-base};
|
|
19
|
+
}
|
|
20
|
+
}
|