@progress/kendo-theme-bootstrap 11.2.1-dev.1 → 11.3.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/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +27 -27
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +6044 -7614
- package/dist/meta/sassdoc-raw-data.json +2773 -3498
- package/dist/meta/variables.json +214 -406
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +28 -28
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/appbar/_variables.scss +1 -1
- package/scss/badge/_variables.scss +5 -13
- package/scss/breadcrumb/_variables.scss +5 -21
- package/scss/button/_variables.scss +2 -12
- package/scss/card/_variables.scss +3 -3
- package/scss/chat/_variables.scss +10 -1
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/chip/_variables.scss +1 -9
- package/scss/coloreditor/_variables.scss +8 -24
- package/scss/colorgradient/_variables.scss +2 -10
- package/scss/column-menu/_variables.scss +4 -9
- package/scss/core/border-radii/index.import.scss +3 -3
- package/scss/core/color-system/_palettes.scss +42 -21
- package/scss/core/color-system/_swatch.scss +20 -20
- package/scss/core/typography/index.import.scss +1 -1
- package/scss/dialog/_variables.scss +2 -2
- package/scss/fab/_variables.scss +7 -15
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_theme.scss +5 -0
- package/scss/forms/_variables.scss +3 -3
- package/scss/grid/_variables.scss +2 -2
- package/scss/input/_layout.scss +15 -0
- package/scss/input/_variables.scss +18 -20
- package/scss/list/_variables.scss +7 -28
- package/scss/menu/_variables.scss +1 -7
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_variables.scss +2 -2
- package/scss/notification/_variables.scss +2 -2
- package/scss/otp/_variables.scss +3 -15
- package/scss/pager/_variables.scss +0 -4
- package/scss/panelbar/_layout.scss +4 -0
- package/scss/panelbar/_variables.scss +8 -8
- package/scss/popover/_variables.scss +3 -3
- package/scss/radio/_variables.scss +2 -2
- package/scss/signature/_variables.scss +2 -8
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +2 -2
- package/scss/split-button/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +2 -2
- package/scss/switch/_variables.scss +3 -3
- package/scss/table/_variables.scss +0 -10
- package/scss/tabstrip/_variables.scss +2 -10
- package/scss/timeline/_variables.scss +2 -2
- package/scss/toolbar/_variables.scss +3 -15
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +0 -8
|
@@ -27,9 +27,9 @@ $kendo-switch-label-display: none !default;
|
|
|
27
27
|
/// The map with the different Switch sizes.
|
|
28
28
|
/// @group switch
|
|
29
29
|
$kendo-switch-sizes: (
|
|
30
|
-
sm: ( font-size: unset, track-width:
|
|
31
|
-
md: ( font-size: unset, track-width:
|
|
32
|
-
lg: ( font-size: unset, track-width:
|
|
30
|
+
sm: ( font-size: unset, track-width: 28px, track-height: 14px, thumb-width: 10px, thumb-height: 10px, thumb-offset: 3px, label-offset: null ),
|
|
31
|
+
md: ( font-size: unset, track-width: 32px, track-height: 16px, thumb-width: 10px, thumb-height: 10px, thumb-offset: 4px, label-offset: null ),
|
|
32
|
+
lg: ( font-size: unset, track-width: 36px, track-height: 18px, thumb-width: 12px, thumb-height: 12px, thumb-offset: 4px, label-offset: null )
|
|
33
33
|
) !default;
|
|
34
34
|
|
|
35
35
|
/// The background of the track when the Switch is not checked.
|
|
@@ -21,14 +21,6 @@ $kendo-table-font-size: null !default;
|
|
|
21
21
|
/// @group table
|
|
22
22
|
$kendo-table-line-height: null !default;
|
|
23
23
|
|
|
24
|
-
/// The horizontal padding of the cells in the table if no size is specified.
|
|
25
|
-
/// @group table
|
|
26
|
-
$kendo-table-cell-padding-x: null !default;
|
|
27
|
-
|
|
28
|
-
/// The vertical padding of the cells in the table if no size is specified.
|
|
29
|
-
/// @group table
|
|
30
|
-
$kendo-table-cell-padding-y: null !default;
|
|
31
|
-
|
|
32
24
|
$kendo-table-sm-cell-padding-x: k-spacing(2) !default;
|
|
33
25
|
$kendo-table-sm-cell-padding-y: k-spacing(1) !default;
|
|
34
26
|
|
|
@@ -177,8 +169,6 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
|
177
169
|
$kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
|
|
178
170
|
$kendo-table-font-size: $kendo-table-font-size,
|
|
179
171
|
$kendo-table-line-height: $kendo-table-line-height,
|
|
180
|
-
$kendo-table-cell-padding-x: $kendo-table-cell-padding-x,
|
|
181
|
-
$kendo-table-cell-padding-y: $kendo-table-cell-padding-y,
|
|
182
172
|
$kendo-table-sm-cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
183
173
|
$kendo-table-sm-cell-padding-y: $kendo-table-sm-cell-padding-y,
|
|
184
174
|
$kendo-table-md-cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
@@ -66,12 +66,6 @@ $kendo-tabstrip-text: k-color(on-app-surface) !default;
|
|
|
66
66
|
/// @group tabstrip
|
|
67
67
|
$kendo-tabstrip-border: k-color(border) !default;
|
|
68
68
|
|
|
69
|
-
/// The horizontal padding of the TabStrip items.
|
|
70
|
-
/// @group tabstrip
|
|
71
|
-
$kendo-tabstrip-item-padding-x: k-spacing(4) !default;
|
|
72
|
-
/// The vertical padding of the TabStrip items.
|
|
73
|
-
/// @group tabstrip
|
|
74
|
-
$kendo-tabstrip-item-padding-y: k-spacing(2) !default;
|
|
75
69
|
/// The border width around the TabStrip items.
|
|
76
70
|
/// @group tabstrip
|
|
77
71
|
$kendo-tabstrip-item-border-width: 1px !default;
|
|
@@ -89,10 +83,10 @@ $kendo-tabstrip-sm-item-padding-x: k-spacing(3) !default;
|
|
|
89
83
|
$kendo-tabstrip-sm-item-padding-y: k-spacing(1.5) !default;
|
|
90
84
|
/// The horizontal padding of the medium TabStrip items.
|
|
91
85
|
/// @group tabstrip
|
|
92
|
-
$kendo-tabstrip-md-item-padding-x:
|
|
86
|
+
$kendo-tabstrip-md-item-padding-x: k-spacing(4) !default;
|
|
93
87
|
/// The vertical padding of the medium TabStrip items.
|
|
94
88
|
/// @group tabstrip
|
|
95
|
-
$kendo-tabstrip-md-item-padding-y:
|
|
89
|
+
$kendo-tabstrip-md-item-padding-y: k-spacing(2) !default;
|
|
96
90
|
/// The horizontal padding of the large TabStrip items.
|
|
97
91
|
/// @group tabstrip
|
|
98
92
|
$kendo-tabstrip-lg-item-padding-x: k-spacing(5) !default;
|
|
@@ -246,8 +240,6 @@ $kendo-tabstrip-sizes: (
|
|
|
246
240
|
$kendo-tabstrip-bg: $kendo-tabstrip-bg,
|
|
247
241
|
$kendo-tabstrip-text: $kendo-tabstrip-text,
|
|
248
242
|
$kendo-tabstrip-border: $kendo-tabstrip-border,
|
|
249
|
-
$kendo-tabstrip-item-padding-x: $kendo-tabstrip-item-padding-x,
|
|
250
|
-
$kendo-tabstrip-item-padding-y: $kendo-tabstrip-item-padding-y,
|
|
251
243
|
$kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
|
|
252
244
|
$kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
|
|
253
245
|
$kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
|
|
@@ -87,10 +87,10 @@ $kendo-timeline-track-event-offset: 36px !default;
|
|
|
87
87
|
|
|
88
88
|
/// The horizontal padding of the Timeline flag.
|
|
89
89
|
/// @group timeline
|
|
90
|
-
$kendo-timeline-flag-padding-x: $kendo-button-padding-x !default;
|
|
90
|
+
$kendo-timeline-flag-padding-x: $kendo-button-md-padding-x !default;
|
|
91
91
|
/// The vertical padding of the Timeline flag.
|
|
92
92
|
/// @group timeline
|
|
93
|
-
$kendo-timeline-flag-padding-y: $kendo-button-padding-y !default;
|
|
93
|
+
$kendo-timeline-flag-padding-y: $kendo-button-md-padding-y !default;
|
|
94
94
|
/// The line height of the Timeline flag.
|
|
95
95
|
/// @group timeline
|
|
96
96
|
$kendo-timeline-flag-line-height: $kendo-button-line-height !default;
|
|
@@ -4,41 +4,32 @@
|
|
|
4
4
|
|
|
5
5
|
// Toolbar
|
|
6
6
|
|
|
7
|
-
/// The horizontal padding of the Toolbar.
|
|
8
|
-
/// @group toolbar
|
|
9
|
-
$kendo-toolbar-padding-x: k-spacing(2) !default;
|
|
10
7
|
/// The horizontal padding of the small Toolbar.
|
|
11
8
|
/// @group toolbar
|
|
12
9
|
$kendo-toolbar-sm-padding-x: k-spacing(1) !default;
|
|
13
10
|
/// The horizontal padding of the medium Toolbar.
|
|
14
11
|
/// @group toolbar
|
|
15
|
-
$kendo-toolbar-md-padding-x:
|
|
12
|
+
$kendo-toolbar-md-padding-x: k-spacing(2) !default;
|
|
16
13
|
/// The horizontal padding of the large Toolbar.
|
|
17
14
|
/// @group toolbar
|
|
18
15
|
$kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
|
|
19
16
|
|
|
20
|
-
/// The vertical padding of the Toolbar.
|
|
21
|
-
/// @group toolbar
|
|
22
|
-
$kendo-toolbar-padding-y: k-spacing(2) !default;
|
|
23
17
|
/// The vertical padding of the small Toolbar.
|
|
24
18
|
/// @group toolbar
|
|
25
19
|
$kendo-toolbar-sm-padding-y: k-spacing(1) !default;
|
|
26
20
|
/// The vertical padding of the medium Toolbar.
|
|
27
21
|
/// @group toolbar
|
|
28
|
-
$kendo-toolbar-md-padding-y:
|
|
22
|
+
$kendo-toolbar-md-padding-y: k-spacing(2) !default;
|
|
29
23
|
/// The vertical padding of the large Toolbar.
|
|
30
24
|
/// @group toolbar
|
|
31
25
|
$kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
|
|
32
26
|
|
|
33
|
-
/// The spacing between the Toolbar tools.
|
|
34
|
-
/// @group toolbar
|
|
35
|
-
$kendo-toolbar-spacing: k-spacing(2) !default;
|
|
36
27
|
/// The spacing between the tools of the small Toolbar.
|
|
37
28
|
/// @group toolbar
|
|
38
29
|
$kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
|
|
39
30
|
/// The spacing between the tools of the medium Toolbar.
|
|
40
31
|
/// @group toolbar
|
|
41
|
-
$kendo-toolbar-md-spacing:
|
|
32
|
+
$kendo-toolbar-md-spacing: k-spacing(2) !default;
|
|
42
33
|
/// The spacing between the tools of the large Toolbar.
|
|
43
34
|
/// @group toolbar
|
|
44
35
|
$kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
|
|
@@ -171,15 +162,12 @@ $kendo-toolbar-sizes: (
|
|
|
171
162
|
|
|
172
163
|
|
|
173
164
|
@forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
|
|
174
|
-
$kendo-toolbar-padding-x: $kendo-toolbar-padding-x,
|
|
175
165
|
$kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
|
|
176
166
|
$kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
|
|
177
167
|
$kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
|
|
178
|
-
$kendo-toolbar-padding-y: $kendo-toolbar-padding-y,
|
|
179
168
|
$kendo-toolbar-sm-padding-y: $kendo-toolbar-sm-padding-y,
|
|
180
169
|
$kendo-toolbar-md-padding-y: $kendo-toolbar-md-padding-y,
|
|
181
170
|
$kendo-toolbar-lg-padding-y: $kendo-toolbar-lg-padding-y,
|
|
182
|
-
$kendo-toolbar-spacing: $kendo-toolbar-spacing,
|
|
183
171
|
$kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
|
|
184
172
|
$kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
|
|
185
173
|
$kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
|
|
@@ -37,7 +37,7 @@ $kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default
|
|
|
37
37
|
|
|
38
38
|
/// The size of the Tooltip callout.
|
|
39
39
|
/// @group tooltip
|
|
40
|
-
$kendo-tooltip-callout-size:
|
|
40
|
+
$kendo-tooltip-callout-size: k-spacing(1.5) !default;
|
|
41
41
|
|
|
42
42
|
/// The default background of the Tooltip.
|
|
43
43
|
/// @group tooltip
|
|
@@ -37,9 +37,6 @@ $kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
37
37
|
/// @group treeview
|
|
38
38
|
$kendo-treeview-indent: 24px !default;
|
|
39
39
|
|
|
40
|
-
/// The horizontal padding of the TreeView items.
|
|
41
|
-
/// @group treeview
|
|
42
|
-
$kendo-treeview-item-padding-x: k-spacing(3) !default;
|
|
43
40
|
/// The horizontal padding of the small TreeView items.
|
|
44
41
|
/// @group treeview
|
|
45
42
|
$kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
|
|
@@ -49,9 +46,6 @@ $kendo-treeview-md-item-padding-x: k-spacing(3) !default;
|
|
|
49
46
|
/// The horizontal padding of the large TreeView items.
|
|
50
47
|
/// @group treeview
|
|
51
48
|
$kendo-treeview-lg-item-padding-x: k-spacing(3) !default;
|
|
52
|
-
/// The vertical padding of the TreeView items.
|
|
53
|
-
/// @group treeview
|
|
54
|
-
$kendo-treeview-item-padding-y: k-spacing(1) !default;
|
|
55
49
|
/// The vertical padding of the small TreeView items.
|
|
56
50
|
/// @group treeview
|
|
57
51
|
$kendo-treeview-sm-item-padding-y: k-spacing(1) !default;
|
|
@@ -204,11 +198,9 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
204
198
|
$kendo-treeview-md-line-height: $kendo-treeview-md-line-height,
|
|
205
199
|
$kendo-treeview-lg-line-height: $kendo-treeview-lg-line-height,
|
|
206
200
|
$kendo-treeview-indent: $kendo-treeview-indent,
|
|
207
|
-
$kendo-treeview-item-padding-x: $kendo-treeview-item-padding-x,
|
|
208
201
|
$kendo-treeview-sm-item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
209
202
|
$kendo-treeview-md-item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
210
203
|
$kendo-treeview-lg-item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
211
|
-
$kendo-treeview-item-padding-y: $kendo-treeview-item-padding-y,
|
|
212
204
|
$kendo-treeview-sm-item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
213
205
|
$kendo-treeview-md-item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
214
206
|
$kendo-treeview-lg-item-padding-y: $kendo-treeview-lg-item-padding-y,
|