@progress/kendo-theme-bootstrap 14.4.0-dev.3 → 14.4.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.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 +3914 -3752
- package/dist/meta/sassdoc-raw-data.json +1944 -1869
- package/dist/meta/variables.json +101 -22
- 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 +1 -1
- 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/filemanager/_variables.scss +5 -0
- package/scss/grid/_variables.scss +5 -0
- package/scss/icons/_variables.scss +0 -29
- package/scss/menu/_variables.scss +5 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/scheduler/_variables.scss +5 -0
- package/scss/stepper/_variables.scss +5 -0
- package/scss/tabstrip/_variables.scss +5 -0
- package/scss/toolbar/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +5 -0
- package/scss/treeview/_variables.scss +5 -0
package/dist/meta/variables.json
CHANGED
|
@@ -1530,41 +1530,80 @@
|
|
|
1530
1530
|
}
|
|
1531
1531
|
}
|
|
1532
1532
|
},
|
|
1533
|
-
"
|
|
1533
|
+
"ki-icon-default-size": {
|
|
1534
1534
|
"type": "String",
|
|
1535
1535
|
"value": "\"md\""
|
|
1536
1536
|
},
|
|
1537
|
-
"
|
|
1537
|
+
"ki-icon-size": {
|
|
1538
1538
|
"type": "Number",
|
|
1539
1539
|
"value": "1rem"
|
|
1540
1540
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"type": "
|
|
1543
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 0.75)"
|
|
1541
|
+
"ki-icon-size-xs": {
|
|
1542
|
+
"type": "String",
|
|
1543
|
+
"value": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 1rem) * 0.75))"
|
|
1544
1544
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"type": "
|
|
1547
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 0.875)"
|
|
1545
|
+
"ki-icon-size-sm": {
|
|
1546
|
+
"type": "String",
|
|
1547
|
+
"value": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 1rem) * 0.875))"
|
|
1548
1548
|
},
|
|
1549
|
-
"
|
|
1549
|
+
"ki-icon-size-md": {
|
|
1550
1550
|
"type": "String",
|
|
1551
|
-
"value": "var(--kendo-icon-size, 1rem)"
|
|
1551
|
+
"value": "var(--kendo-icon-size-md, var(--kendo-icon-size, 1rem))"
|
|
1552
1552
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"type": "
|
|
1555
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 1.25)"
|
|
1553
|
+
"ki-icon-size-lg": {
|
|
1554
|
+
"type": "String",
|
|
1555
|
+
"value": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 1rem) * 1.25))"
|
|
1556
1556
|
},
|
|
1557
|
-
"
|
|
1558
|
-
"type": "
|
|
1559
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 1.5)"
|
|
1557
|
+
"ki-icon-size-xl": {
|
|
1558
|
+
"type": "String",
|
|
1559
|
+
"value": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 1rem) * 1.5))"
|
|
1560
1560
|
},
|
|
1561
|
-
"
|
|
1562
|
-
"type": "
|
|
1563
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 2)"
|
|
1561
|
+
"ki-icon-size-xxl": {
|
|
1562
|
+
"type": "String",
|
|
1563
|
+
"value": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 1rem) * 2))"
|
|
1564
1564
|
},
|
|
1565
|
-
"
|
|
1566
|
-
"type": "
|
|
1567
|
-
"value": "calc(var(--kendo-icon-size, 1rem) * 3)"
|
|
1565
|
+
"ki-icon-size-xxxl": {
|
|
1566
|
+
"type": "String",
|
|
1567
|
+
"value": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 1rem) * 3))"
|
|
1568
|
+
},
|
|
1569
|
+
"ki-icon-stroke-width": {
|
|
1570
|
+
"type": "Number",
|
|
1571
|
+
"value": "1.5"
|
|
1572
|
+
},
|
|
1573
|
+
"ki-icon-sizes": {
|
|
1574
|
+
"type": "Map",
|
|
1575
|
+
"value": "(xs: var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 1rem) * 0.75)), sm: var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 1rem) * 0.875)), md: var(--kendo-icon-size-md, var(--kendo-icon-size, 1rem)), lg: var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 1rem) * 1.25)), xl: var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 1rem) * 1.5)), xxl: var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 1rem) * 2)), xxxl: var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 1rem) * 3)))",
|
|
1576
|
+
"prettyValue": {
|
|
1577
|
+
"xs": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 1rem) * 0.75))",
|
|
1578
|
+
"sm": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 1rem) * 0.875))",
|
|
1579
|
+
"md": "var(--kendo-icon-size-md, var(--kendo-icon-size, 1rem))",
|
|
1580
|
+
"lg": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 1rem) * 1.25))",
|
|
1581
|
+
"xl": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 1rem) * 1.5))",
|
|
1582
|
+
"xxl": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 1rem) * 2))",
|
|
1583
|
+
"xxxl": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 1rem) * 3))"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"ki-rotate-map": {
|
|
1587
|
+
"type": "Map",
|
|
1588
|
+
"value": "(0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg)",
|
|
1589
|
+
"prettyValue": {
|
|
1590
|
+
"0": "0deg",
|
|
1591
|
+
"45": "45deg",
|
|
1592
|
+
"90": "90deg",
|
|
1593
|
+
"135": "135deg",
|
|
1594
|
+
"180": "180deg",
|
|
1595
|
+
"225": "225deg",
|
|
1596
|
+
"270": "270deg",
|
|
1597
|
+
"315": "315deg"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"kendo-icon-default-size": {
|
|
1601
|
+
"type": "String",
|
|
1602
|
+
"value": "\"md\""
|
|
1603
|
+
},
|
|
1604
|
+
"kendo-icon-size": {
|
|
1605
|
+
"type": "Number",
|
|
1606
|
+
"value": "1rem"
|
|
1568
1607
|
},
|
|
1569
1608
|
"kendo-icon-spacing": {
|
|
1570
1609
|
"type": "String",
|
|
@@ -3125,6 +3164,10 @@
|
|
|
3125
3164
|
"type": "String",
|
|
3126
3165
|
"value": "var(--kendo-spacing-2)"
|
|
3127
3166
|
},
|
|
3167
|
+
"kendo-tooltip-icon-spacing": {
|
|
3168
|
+
"type": "String",
|
|
3169
|
+
"value": "var(--kendo-spacing-2)"
|
|
3170
|
+
},
|
|
3128
3171
|
"kendo-tooltip-border-width": {
|
|
3129
3172
|
"type": "Number",
|
|
3130
3173
|
"value": "0px"
|
|
@@ -5541,6 +5584,10 @@
|
|
|
5541
5584
|
"type": "Null",
|
|
5542
5585
|
"value": "null"
|
|
5543
5586
|
},
|
|
5587
|
+
"kendo-menu-expand-arrow-spacing": {
|
|
5588
|
+
"type": "String",
|
|
5589
|
+
"value": "var(--kendo-spacing-2)"
|
|
5590
|
+
},
|
|
5544
5591
|
"kendo-menu-separator-margin-inline": {
|
|
5545
5592
|
"type": "String",
|
|
5546
5593
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -5838,6 +5885,10 @@
|
|
|
5838
5885
|
"type": "String",
|
|
5839
5886
|
"value": "var(--kendo-spacing-2\\.5)"
|
|
5840
5887
|
},
|
|
5888
|
+
"kendo-toolbar-item-icon-spacing": {
|
|
5889
|
+
"type": "String",
|
|
5890
|
+
"value": "var(--kendo-spacing-2)"
|
|
5891
|
+
},
|
|
5841
5892
|
"kendo-toolbar-separator-height": {
|
|
5842
5893
|
"type": "Calculation",
|
|
5843
5894
|
"value": "calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1\\.5) * 2 + 1px * 2)"
|
|
@@ -7489,6 +7540,10 @@
|
|
|
7489
7540
|
"type": "String",
|
|
7490
7541
|
"value": "var(--kendo-spacing-0\\.5)"
|
|
7491
7542
|
},
|
|
7543
|
+
"kendo-treeview-item-icon-spacing": {
|
|
7544
|
+
"type": "String",
|
|
7545
|
+
"value": "var(--kendo-spacing-2)"
|
|
7546
|
+
},
|
|
7492
7547
|
"kendo-treeview-border-radius": {
|
|
7493
7548
|
"type": "Null",
|
|
7494
7549
|
"value": "null"
|
|
@@ -10213,6 +10268,10 @@
|
|
|
10213
10268
|
"type": "String",
|
|
10214
10269
|
"value": "var(--kendo-border-radius-xxl)"
|
|
10215
10270
|
},
|
|
10271
|
+
"kendo-stepper-label-icon-spacing": {
|
|
10272
|
+
"type": "String",
|
|
10273
|
+
"value": "var(--kendo-spacing-2)"
|
|
10274
|
+
},
|
|
10216
10275
|
"kendo-stepper-border-width": {
|
|
10217
10276
|
"type": "Number",
|
|
10218
10277
|
"value": "0px"
|
|
@@ -10553,6 +10612,10 @@
|
|
|
10553
10612
|
"type": "String",
|
|
10554
10613
|
"value": "var(--kendo-spacing-0)"
|
|
10555
10614
|
},
|
|
10615
|
+
"kendo-tabstrip-item-icon-spacing": {
|
|
10616
|
+
"type": "String",
|
|
10617
|
+
"value": "var(--kendo-spacing-2)"
|
|
10618
|
+
},
|
|
10556
10619
|
"kendo-tabstrip-item-spacing-x": {
|
|
10557
10620
|
"type": "String",
|
|
10558
10621
|
"value": "var(--kendo-spacing-1\\.5)"
|
|
@@ -10957,6 +11020,10 @@
|
|
|
10957
11020
|
"type": "String",
|
|
10958
11021
|
"value": "var(--kendo-spacing-3)"
|
|
10959
11022
|
},
|
|
11023
|
+
"kendo-panelbar-item-icon-spacing": {
|
|
11024
|
+
"type": "String",
|
|
11025
|
+
"value": "var(--kendo-spacing-2)"
|
|
11026
|
+
},
|
|
10960
11027
|
"kendo-panelbar-item-level-count": {
|
|
10961
11028
|
"type": "Number",
|
|
10962
11029
|
"value": "4"
|
|
@@ -11769,6 +11836,10 @@
|
|
|
11769
11836
|
"type": "String",
|
|
11770
11837
|
"value": "var(--kendo-spacing-2)"
|
|
11771
11838
|
},
|
|
11839
|
+
"kendo-grid-column-menu-icon-spacing": {
|
|
11840
|
+
"type": "String",
|
|
11841
|
+
"value": "var(--kendo-spacing-2)"
|
|
11842
|
+
},
|
|
11772
11843
|
"kendo-grid-toolbar-border-width": {
|
|
11773
11844
|
"type": "Number",
|
|
11774
11845
|
"value": "1px"
|
|
@@ -13109,6 +13180,10 @@
|
|
|
13109
13180
|
"type": "String",
|
|
13110
13181
|
"value": "var(--kendo-spacing-1)"
|
|
13111
13182
|
},
|
|
13183
|
+
"kendo-file-manager-icon-spacing": {
|
|
13184
|
+
"type": "String",
|
|
13185
|
+
"value": "var(--kendo-spacing-2)"
|
|
13186
|
+
},
|
|
13112
13187
|
"kendo-file-manager-preview-bg": {
|
|
13113
13188
|
"type": "Null",
|
|
13114
13189
|
"value": "null"
|
|
@@ -14265,6 +14340,10 @@
|
|
|
14265
14340
|
"type": "String",
|
|
14266
14341
|
"value": "var(--kendo-spacing-1)"
|
|
14267
14342
|
},
|
|
14343
|
+
"kendo-scheduler-nav-item-icon-spacing": {
|
|
14344
|
+
"type": "String",
|
|
14345
|
+
"value": "var(--kendo-spacing-2)"
|
|
14346
|
+
},
|
|
14268
14347
|
"kendo-scheduler-header-bg": {
|
|
14269
14348
|
"type": "String",
|
|
14270
14349
|
"value": "var(--kendo-color-surface)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "14.4.0
|
|
4
|
+
"version": "14.4.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "^4.
|
|
56
|
-
"@progress/kendo-theme-core": "14.4.0
|
|
57
|
-
"@progress/kendo-theme-utils": "14.4.0
|
|
55
|
+
"@progress/kendo-svg-icons": "^4.11.0",
|
|
56
|
+
"@progress/kendo-theme-core": "14.4.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.4.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
@@ -161,6 +161,10 @@ $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
|
|
|
161
161
|
/// The gap between the columns in the FileManager preview.
|
|
162
162
|
/// @group file-manager
|
|
163
163
|
$kendo-file-manager-preview-column-gap: k-spacing(1) !default;
|
|
164
|
+
|
|
165
|
+
/// The icon spacing in FileManager items.
|
|
166
|
+
/// @group file-manager
|
|
167
|
+
$kendo-file-manager-icon-spacing: k-spacing(2) !default;
|
|
164
168
|
/// The background color of the FileManager preview.
|
|
165
169
|
/// @group file-manager
|
|
166
170
|
$kendo-file-manager-preview-bg: null !default;
|
|
@@ -232,6 +236,7 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
232
236
|
$kendo-file-manager-preview-border-width: $kendo-file-manager-preview-border-width,
|
|
233
237
|
$kendo-file-manager-preview-spacing: $kendo-file-manager-preview-spacing,
|
|
234
238
|
$kendo-file-manager-preview-column-gap: $kendo-file-manager-preview-column-gap,
|
|
239
|
+
$kendo-file-manager-icon-spacing: $kendo-file-manager-icon-spacing,
|
|
235
240
|
$kendo-file-manager-preview-bg: $kendo-file-manager-preview-bg,
|
|
236
241
|
$kendo-file-manager-preview-text: $kendo-file-manager-preview-text,
|
|
237
242
|
$kendo-file-manager-preview-border: $kendo-file-manager-preview-border,
|
|
@@ -192,6 +192,10 @@ $kendo-grid-header-first-border: 1px !default;
|
|
|
192
192
|
/// @group grid
|
|
193
193
|
$kendo-grid-header-menu-icon-spacing: $kendo-icon-spacing !default;
|
|
194
194
|
|
|
195
|
+
/// The spacing between icon and text in Grid column menu items.
|
|
196
|
+
/// @group grid
|
|
197
|
+
$kendo-grid-column-menu-icon-spacing: k-spacing(2) !default;
|
|
198
|
+
|
|
195
199
|
/// The width of the border around the Grid toolbar.
|
|
196
200
|
/// @group grid
|
|
197
201
|
$kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
@@ -593,6 +597,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
593
597
|
$kendo-grid-header-font-size: $kendo-grid-header-font-size,
|
|
594
598
|
$kendo-grid-header-first-border: $kendo-grid-header-first-border,
|
|
595
599
|
$kendo-grid-header-menu-icon-spacing: $kendo-grid-header-menu-icon-spacing,
|
|
600
|
+
$kendo-grid-column-menu-icon-spacing: $kendo-grid-column-menu-icon-spacing,
|
|
596
601
|
$kendo-grid-toolbar-border-width: $kendo-grid-toolbar-border-width,
|
|
597
602
|
$kendo-grid-cell-horizontal-border-width: $kendo-grid-cell-horizontal-border-width,
|
|
598
603
|
$kendo-grid-cell-vertical-border-width: $kendo-grid-cell-vertical-border-width,
|
|
@@ -9,28 +9,6 @@ $kendo-icon-default-size: "md" !default;
|
|
|
9
9
|
/// @group icon
|
|
10
10
|
$kendo-icon-size: 1rem !default;
|
|
11
11
|
|
|
12
|
-
/// The xs size of the Icon.
|
|
13
|
-
/// @group icon
|
|
14
|
-
$kendo-icon-size-xs: calc( var( --kendo-icon-size, 1rem ) * .75 ) !default;
|
|
15
|
-
/// The sm size of the Icon.
|
|
16
|
-
/// @group icon
|
|
17
|
-
$kendo-icon-size-sm: calc( var( --kendo-icon-size, 1rem ) * .875 ) !default;
|
|
18
|
-
/// The md size of the Icon.
|
|
19
|
-
/// @group icon
|
|
20
|
-
$kendo-icon-size-md: var( --kendo-icon-size, 1rem ) !default;
|
|
21
|
-
/// The lg size of the Icon.
|
|
22
|
-
/// @group icon
|
|
23
|
-
$kendo-icon-size-lg: calc( var( --kendo-icon-size, 1rem ) * 1.25 ) !default;
|
|
24
|
-
/// The xl size of the Icon.
|
|
25
|
-
/// @group icon
|
|
26
|
-
$kendo-icon-size-xl: calc( var( --kendo-icon-size, 1rem ) * 1.5 ) !default;
|
|
27
|
-
/// The xxl size of the Icon.
|
|
28
|
-
/// @group icon
|
|
29
|
-
$kendo-icon-size-xxl: calc( var( --kendo-icon-size, 1rem ) * 2 ) !default;
|
|
30
|
-
/// The xxxl size of the Icon.
|
|
31
|
-
/// @group icon
|
|
32
|
-
$kendo-icon-size-xxxl: calc( var( --kendo-icon-size, 1rem ) * 3 ) !default;
|
|
33
|
-
|
|
34
12
|
/// Spacing around the icons.
|
|
35
13
|
/// @group icon
|
|
36
14
|
$kendo-icon-spacing: k-spacing(2) !default;
|
|
@@ -48,13 +26,6 @@ $kendo-action-icon-color: k-color( primary-on-surface ) !default;
|
|
|
48
26
|
@forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
|
|
49
27
|
$kendo-icon-default-size: $kendo-icon-default-size,
|
|
50
28
|
$kendo-icon-size: $kendo-icon-size,
|
|
51
|
-
$kendo-icon-size-xs: $kendo-icon-size-xs,
|
|
52
|
-
$kendo-icon-size-sm: $kendo-icon-size-sm,
|
|
53
|
-
$kendo-icon-size-md: $kendo-icon-size-md,
|
|
54
|
-
$kendo-icon-size-lg: $kendo-icon-size-lg,
|
|
55
|
-
$kendo-icon-size-xl: $kendo-icon-size-xl,
|
|
56
|
-
$kendo-icon-size-xxl: $kendo-icon-size-xxl,
|
|
57
|
-
$kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
|
|
58
29
|
$kendo-icon-spacing: $kendo-icon-spacing,
|
|
59
30
|
$kendo-icon-padding: $kendo-icon-padding,
|
|
60
31
|
$kendo-accent-icon-color: $kendo-accent-icon-color,
|
|
@@ -146,6 +146,10 @@ $kendo-menu-icon-padding-x: null !default;
|
|
|
146
146
|
/// @group menu
|
|
147
147
|
$kendo-menu-icon-padding-y: null !default;
|
|
148
148
|
|
|
149
|
+
/// The spacing used for the menu expand arrow negative offset.
|
|
150
|
+
/// @group menu
|
|
151
|
+
$kendo-menu-expand-arrow-spacing: k-spacing(2) !default;
|
|
152
|
+
|
|
149
153
|
// Menu Separator
|
|
150
154
|
|
|
151
155
|
/// The inline margin of the horizontal Menu separator.
|
|
@@ -349,6 +353,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
349
353
|
$kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
|
|
350
354
|
$kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
|
|
351
355
|
$kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
|
|
356
|
+
$kendo-menu-expand-arrow-spacing: $kendo-menu-expand-arrow-spacing,
|
|
352
357
|
$kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
|
|
353
358
|
$kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
|
|
354
359
|
$kendo-menu-separator-border: $kendo-menu-separator-border,
|
|
@@ -40,6 +40,10 @@ $kendo-panelbar-item-padding-x: k-spacing(5) !default;
|
|
|
40
40
|
/// @group panelbar
|
|
41
41
|
$kendo-panelbar-item-padding-y: k-spacing(3) !default;
|
|
42
42
|
|
|
43
|
+
/// The spacing between icon and text in PanelBar items.
|
|
44
|
+
/// @group panelbar
|
|
45
|
+
$kendo-panelbar-item-icon-spacing: k-spacing(2) !default;
|
|
46
|
+
|
|
43
47
|
/// The maximum nesting of the PanelBar items.
|
|
44
48
|
/// @group panelbar
|
|
45
49
|
$kendo-panelbar-item-level-count: 4 !default;
|
|
@@ -281,6 +285,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
281
285
|
$kendo-panelbar-header-padding-y: $kendo-panelbar-header-padding-y,
|
|
282
286
|
$kendo-panelbar-item-padding-x: $kendo-panelbar-item-padding-x,
|
|
283
287
|
$kendo-panelbar-item-padding-y: $kendo-panelbar-item-padding-y,
|
|
288
|
+
$kendo-panelbar-item-icon-spacing: $kendo-panelbar-item-icon-spacing,
|
|
284
289
|
$kendo-panelbar-item-level-count: $kendo-panelbar-item-level-count,
|
|
285
290
|
$kendo-panelbar-bg: $kendo-panelbar-bg,
|
|
286
291
|
$kendo-panelbar-text: $kendo-panelbar-text,
|
|
@@ -260,6 +260,10 @@ $kendo-scheduler-marquee-label-inset-x: k-spacing(2) !default;
|
|
|
260
260
|
/// @group scheduler
|
|
261
261
|
$kendo-scheduler-marquee-label-inset-y: k-spacing(1) !default;
|
|
262
262
|
|
|
263
|
+
/// The spacing between icon and text in Scheduler navigation items.
|
|
264
|
+
/// @group scheduler
|
|
265
|
+
$kendo-scheduler-nav-item-icon-spacing: k-spacing(2) !default;
|
|
266
|
+
|
|
263
267
|
/// The background color of the Scheduler header.
|
|
264
268
|
/// @group scheduler
|
|
265
269
|
$kendo-scheduler-header-bg: k-color(surface) !default;
|
|
@@ -364,6 +368,7 @@ $kendo-scheduler-adaptive-subtle-text: k-color(on-app-surface) !default;
|
|
|
364
368
|
$kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
|
|
365
369
|
$kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
|
|
366
370
|
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
|
|
371
|
+
$kendo-scheduler-nav-item-icon-spacing: $kendo-scheduler-nav-item-icon-spacing,
|
|
367
372
|
$kendo-scheduler-header-bg: $kendo-scheduler-header-bg,
|
|
368
373
|
$kendo-scheduler-adaptive-bg: $kendo-scheduler-adaptive-bg,
|
|
369
374
|
$kendo-scheduler-adaptive-text: $kendo-scheduler-adaptive-text,
|
|
@@ -28,6 +28,10 @@ $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
|
28
28
|
/// The border radius of the Stepper label.
|
|
29
29
|
/// @group stepper
|
|
30
30
|
$kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
|
|
31
|
+
|
|
32
|
+
/// The spacing between icon and text in Stepper labels.
|
|
33
|
+
/// @group stepper
|
|
34
|
+
$kendo-stepper-label-icon-spacing: k-spacing(2) !default;
|
|
31
35
|
/// The width of the border around the Stepper.
|
|
32
36
|
/// @group stepper
|
|
33
37
|
$kendo-stepper-border-width: 0px !default;
|
|
@@ -243,6 +247,7 @@ $kendo-stepper-content-transition-timing-function: k-easing(standard) !default;
|
|
|
243
247
|
$kendo-stepper-label-padding-x: $kendo-stepper-label-padding-x,
|
|
244
248
|
$kendo-stepper-label-padding-y: $kendo-stepper-label-padding-y,
|
|
245
249
|
$kendo-stepper-label-border-radius: $kendo-stepper-label-border-radius,
|
|
250
|
+
$kendo-stepper-label-icon-spacing: $kendo-stepper-label-icon-spacing,
|
|
246
251
|
$kendo-stepper-border-width: $kendo-stepper-border-width,
|
|
247
252
|
$kendo-stepper-inline-content-padding-x: $kendo-stepper-inline-content-padding-x,
|
|
248
253
|
$kendo-stepper-inline-content-padding-y: $kendo-stepper-inline-content-padding-y,
|
|
@@ -79,6 +79,10 @@ $kendo-tabstrip-item-border-radius: k-border-radius(sm) !default;
|
|
|
79
79
|
/// The gap between the TabStrip items.
|
|
80
80
|
/// @group tabstrip
|
|
81
81
|
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
82
|
+
|
|
83
|
+
/// The spacing between icon and text in TabStrip tab items.
|
|
84
|
+
/// @group tabstrip
|
|
85
|
+
$kendo-tabstrip-item-icon-spacing: k-spacing(2) !default;
|
|
82
86
|
/// The horizontal spacing of the TabStrip items.
|
|
83
87
|
/// @group tabstrip
|
|
84
88
|
$kendo-tabstrip-item-spacing-x: k-spacing(1.5) !default;
|
|
@@ -232,6 +236,7 @@ $kendo-tabstrip-scroll-button-spacing: null !default;
|
|
|
232
236
|
$kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
|
|
233
237
|
$kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
|
|
234
238
|
$kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
|
|
239
|
+
$kendo-tabstrip-item-icon-spacing: $kendo-tabstrip-item-icon-spacing,
|
|
235
240
|
$kendo-tabstrip-item-spacing-x: $kendo-tabstrip-item-spacing-x,
|
|
236
241
|
$kendo-tabstrip-sm-item-padding-x: $kendo-tabstrip-sm-item-padding-x,
|
|
237
242
|
$kendo-tabstrip-sm-item-padding-y: $kendo-tabstrip-sm-item-padding-y,
|
|
@@ -43,6 +43,10 @@ $kendo-toolbar-md-spacing: k-spacing(2) !default;
|
|
|
43
43
|
/// @group toolbar
|
|
44
44
|
$kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
|
|
45
45
|
|
|
46
|
+
/// The spacing between icon and text in Toolbar items.
|
|
47
|
+
/// @group toolbar
|
|
48
|
+
$kendo-toolbar-item-icon-spacing: k-spacing(2) !default;
|
|
49
|
+
|
|
46
50
|
/// The height of the Toolbar button separator.
|
|
47
51
|
/// @group toolbar
|
|
48
52
|
$kendo-toolbar-separator-height: $kendo-button-md-calc-size !default;
|
|
@@ -165,6 +169,7 @@ $kendo-floating-toolbar-border-radius: k-border-radius(md) !default;
|
|
|
165
169
|
$kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
|
|
166
170
|
$kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
|
|
167
171
|
$kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
|
|
172
|
+
$kendo-toolbar-item-icon-spacing: $kendo-toolbar-item-icon-spacing,
|
|
168
173
|
$kendo-toolbar-separator-height: $kendo-toolbar-separator-height,
|
|
169
174
|
$kendo-toolbar-sm-separator-height: $kendo-toolbar-sm-separator-height,
|
|
170
175
|
$kendo-toolbar-md-separator-height: $kendo-toolbar-md-separator-height,
|
|
@@ -11,6 +11,10 @@ $kendo-tooltip-padding-y: k-spacing(1) !default;
|
|
|
11
11
|
/// The horizontal padding of the Tooltip.
|
|
12
12
|
/// @group tooltip
|
|
13
13
|
$kendo-tooltip-padding-x: k-spacing(2) !default;
|
|
14
|
+
|
|
15
|
+
/// The spacing between icon and tooltip text/button.
|
|
16
|
+
/// @group tooltip
|
|
17
|
+
$kendo-tooltip-icon-spacing: k-spacing(2) !default;
|
|
14
18
|
/// The width of the border around the Tooltip.
|
|
15
19
|
/// @group tooltip
|
|
16
20
|
$kendo-tooltip-border-width: 0px !default;
|
|
@@ -64,6 +68,7 @@ $kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
|
64
68
|
@forward "@progress/kendo-theme-core/scss/components/tooltip/_variables.scss" with (
|
|
65
69
|
$kendo-tooltip-padding-y: $kendo-tooltip-padding-y,
|
|
66
70
|
$kendo-tooltip-padding-x: $kendo-tooltip-padding-x,
|
|
71
|
+
$kendo-tooltip-icon-spacing: $kendo-tooltip-icon-spacing,
|
|
67
72
|
$kendo-tooltip-border-width: $kendo-tooltip-border-width,
|
|
68
73
|
$kendo-tooltip-border-radius: $kendo-tooltip-border-radius,
|
|
69
74
|
$kendo-tooltip-font-family: $kendo-tooltip-font-family,
|
|
@@ -12,6 +12,10 @@ $kendo-treeview-default-size: "md" !default;
|
|
|
12
12
|
/// The gap of the TreeView.
|
|
13
13
|
/// @group treeview
|
|
14
14
|
$kendo-treeview-gap: k-spacing(0.5) !default;
|
|
15
|
+
|
|
16
|
+
/// The spacing between icon and text in TreeView items.
|
|
17
|
+
/// @group treeview
|
|
18
|
+
$kendo-treeview-item-icon-spacing: k-spacing(2) !default;
|
|
15
19
|
/// The border radius of the TreeView.
|
|
16
20
|
/// @group treeview
|
|
17
21
|
$kendo-treeview-border-radius: null !default;
|
|
@@ -175,6 +179,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
175
179
|
@forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
|
|
176
180
|
$kendo-treeview-default-size: $kendo-treeview-default-size,
|
|
177
181
|
$kendo-treeview-gap: $kendo-treeview-gap,
|
|
182
|
+
$kendo-treeview-item-icon-spacing: $kendo-treeview-item-icon-spacing,
|
|
178
183
|
$kendo-treeview-border-radius: $kendo-treeview-border-radius,
|
|
179
184
|
$kendo-treeview-font-family: $kendo-treeview-font-family,
|
|
180
185
|
$kendo-treeview-font-size: $kendo-treeview-font-size,
|