@progress/kendo-theme-meridian 14.4.0-dev.3 → 14.4.0-dev.4

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.
@@ -1526,41 +1526,80 @@
1526
1526
  }
1527
1527
  }
1528
1528
  },
1529
- "kendo-icon-default-size": {
1529
+ "ki-icon-default-size": {
1530
1530
  "type": "String",
1531
1531
  "value": "\"md\""
1532
1532
  },
1533
- "kendo-icon-size": {
1533
+ "ki-icon-size": {
1534
1534
  "type": "Number",
1535
1535
  "value": "16px"
1536
1536
  },
1537
- "kendo-icon-size-xs": {
1538
- "type": "Calculation",
1539
- "value": "calc(16px * 0.75)"
1537
+ "ki-icon-size-xs": {
1538
+ "type": "String",
1539
+ "value": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75))"
1540
1540
  },
1541
- "kendo-icon-size-sm": {
1542
- "type": "Calculation",
1543
- "value": "calc(16px * 0.875)"
1541
+ "ki-icon-size-sm": {
1542
+ "type": "String",
1543
+ "value": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875))"
1544
+ },
1545
+ "ki-icon-size-md": {
1546
+ "type": "String",
1547
+ "value": "var(--kendo-icon-size-md, var(--kendo-icon-size, 16px))"
1544
1548
  },
1545
- "kendo-icon-size-md": {
1549
+ "ki-icon-size-lg": {
1550
+ "type": "String",
1551
+ "value": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25))"
1552
+ },
1553
+ "ki-icon-size-xl": {
1554
+ "type": "String",
1555
+ "value": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5))"
1556
+ },
1557
+ "ki-icon-size-xxl": {
1558
+ "type": "String",
1559
+ "value": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2))"
1560
+ },
1561
+ "ki-icon-size-xxxl": {
1562
+ "type": "String",
1563
+ "value": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3))"
1564
+ },
1565
+ "ki-icon-stroke-width": {
1546
1566
  "type": "Number",
1547
- "value": "16px"
1567
+ "value": "1.5"
1548
1568
  },
1549
- "kendo-icon-size-lg": {
1550
- "type": "Calculation",
1551
- "value": "calc(16px * 1.25)"
1569
+ "ki-icon-sizes": {
1570
+ "type": "Map",
1571
+ "value": "(xs: var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75)), sm: var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875)), md: var(--kendo-icon-size-md, var(--kendo-icon-size, 16px)), lg: var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25)), xl: var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5)), xxl: var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2)), xxxl: var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3)))",
1572
+ "prettyValue": {
1573
+ "xs": "var(--kendo-icon-size-xs, calc(var(--kendo-icon-size, 16px) * 0.75))",
1574
+ "sm": "var(--kendo-icon-size-sm, calc(var(--kendo-icon-size, 16px) * 0.875))",
1575
+ "md": "var(--kendo-icon-size-md, var(--kendo-icon-size, 16px))",
1576
+ "lg": "var(--kendo-icon-size-lg, calc(var(--kendo-icon-size, 16px) * 1.25))",
1577
+ "xl": "var(--kendo-icon-size-xl, calc(var(--kendo-icon-size, 16px) * 1.5))",
1578
+ "xxl": "var(--kendo-icon-size-xxl, calc(var(--kendo-icon-size, 16px) * 2))",
1579
+ "xxxl": "var(--kendo-icon-size-xxxl, calc(var(--kendo-icon-size, 16px) * 3))"
1580
+ }
1552
1581
  },
1553
- "kendo-icon-size-xl": {
1554
- "type": "Calculation",
1555
- "value": "calc(16px * 1.5)"
1582
+ "ki-rotate-map": {
1583
+ "type": "Map",
1584
+ "value": "(0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg)",
1585
+ "prettyValue": {
1586
+ "0": "0deg",
1587
+ "45": "45deg",
1588
+ "90": "90deg",
1589
+ "135": "135deg",
1590
+ "180": "180deg",
1591
+ "225": "225deg",
1592
+ "270": "270deg",
1593
+ "315": "315deg"
1594
+ }
1556
1595
  },
1557
- "kendo-icon-size-xxl": {
1558
- "type": "Calculation",
1559
- "value": "calc(16px * 2)"
1596
+ "kendo-icon-default-size": {
1597
+ "type": "String",
1598
+ "value": "\"md\""
1560
1599
  },
1561
- "kendo-icon-size-xxxl": {
1562
- "type": "Calculation",
1563
- "value": "calc(16px * 3)"
1600
+ "kendo-icon-size": {
1601
+ "type": "Number",
1602
+ "value": "16px"
1564
1603
  },
1565
1604
  "kendo-icon-spacing": {
1566
1605
  "type": "String",
@@ -1575,8 +1614,8 @@
1575
1614
  "value": "#8B7CF6"
1576
1615
  },
1577
1616
  "kendo-action-icon-color": {
1578
- "type": "Null",
1579
- "value": "null"
1617
+ "type": "String",
1618
+ "value": "var(--kendo-color-primary-on-surface)"
1580
1619
  },
1581
1620
  "kendo-message-box-default-theme-color": {
1582
1621
  "type": "Null",
@@ -3153,6 +3192,10 @@
3153
3192
  "type": "String",
3154
3193
  "value": "var(--kendo-spacing-2\\.5)"
3155
3194
  },
3195
+ "kendo-tooltip-icon-spacing": {
3196
+ "type": "String",
3197
+ "value": "var(--kendo-spacing-1)"
3198
+ },
3156
3199
  "kendo-tooltip-border-width": {
3157
3200
  "type": "Number",
3158
3201
  "value": "0px"
@@ -5681,6 +5724,10 @@
5681
5724
  "type": "Null",
5682
5725
  "value": "null"
5683
5726
  },
5727
+ "kendo-menu-expand-arrow-spacing": {
5728
+ "type": "String",
5729
+ "value": "var(--kendo-spacing-1)"
5730
+ },
5684
5731
  "kendo-menu-separator-margin-inline": {
5685
5732
  "type": "String",
5686
5733
  "value": "var(--kendo-spacing-1)"
@@ -5986,6 +6033,10 @@
5986
6033
  "type": "String",
5987
6034
  "value": "var(--kendo-spacing-2)"
5988
6035
  },
6036
+ "kendo-toolbar-item-icon-spacing": {
6037
+ "type": "String",
6038
+ "value": "var(--kendo-spacing-1)"
6039
+ },
5989
6040
  "kendo-toolbar-separator-height": {
5990
6041
  "type": "Calculation",
5991
6042
  "value": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5) * 2 + 1px * 2)"
@@ -7701,6 +7752,10 @@
7701
7752
  "type": "String",
7702
7753
  "value": "var(--kendo-spacing-0)"
7703
7754
  },
7755
+ "kendo-treeview-item-icon-spacing": {
7756
+ "type": "String",
7757
+ "value": "var(--kendo-spacing-1)"
7758
+ },
7704
7759
  "kendo-treeview-border-radius": {
7705
7760
  "type": "String",
7706
7761
  "value": "var(--kendo-border-radius-sm)"
@@ -10517,6 +10572,10 @@
10517
10572
  "type": "String",
10518
10573
  "value": "var(--kendo-border-radius-xxxl)"
10519
10574
  },
10575
+ "kendo-stepper-label-icon-spacing": {
10576
+ "type": "String",
10577
+ "value": "var(--kendo-spacing-1)"
10578
+ },
10520
10579
  "kendo-stepper-border-width": {
10521
10580
  "type": "Number",
10522
10581
  "value": "0px"
@@ -10857,6 +10916,10 @@
10857
10916
  "type": "String",
10858
10917
  "value": "var(--kendo-spacing-0)"
10859
10918
  },
10919
+ "kendo-tabstrip-item-icon-spacing": {
10920
+ "type": "String",
10921
+ "value": "var(--kendo-spacing-1)"
10922
+ },
10860
10923
  "kendo-tabstrip-item-spacing-x": {
10861
10924
  "type": "String",
10862
10925
  "value": "var(--kendo-spacing-1)"
@@ -11301,6 +11364,10 @@
11301
11364
  "type": "String",
11302
11365
  "value": "var(--kendo-spacing-2)"
11303
11366
  },
11367
+ "kendo-panelbar-item-icon-spacing": {
11368
+ "type": "String",
11369
+ "value": "var(--kendo-spacing-1)"
11370
+ },
11304
11371
  "kendo-panelbar-item-level-count": {
11305
11372
  "type": "Number",
11306
11373
  "value": "4"
@@ -12141,6 +12208,10 @@
12141
12208
  "type": "String",
12142
12209
  "value": "var(--kendo-spacing-1)"
12143
12210
  },
12211
+ "kendo-grid-column-menu-icon-spacing": {
12212
+ "type": "String",
12213
+ "value": "var(--kendo-spacing-1)"
12214
+ },
12144
12215
  "kendo-grid-toolbar-border-width": {
12145
12216
  "type": "Number",
12146
12217
  "value": "1px"
@@ -13509,6 +13580,10 @@
13509
13580
  "type": "String",
13510
13581
  "value": "var(--kendo-spacing-1)"
13511
13582
  },
13583
+ "kendo-file-manager-icon-spacing": {
13584
+ "type": "String",
13585
+ "value": "var(--kendo-spacing-1)"
13586
+ },
13512
13587
  "kendo-file-manager-preview-bg": {
13513
13588
  "type": "Null",
13514
13589
  "value": "null"
@@ -14693,6 +14768,10 @@
14693
14768
  "type": "String",
14694
14769
  "value": "var(--kendo-spacing-0\\.5)"
14695
14770
  },
14771
+ "kendo-scheduler-nav-item-icon-spacing": {
14772
+ "type": "String",
14773
+ "value": "var(--kendo-spacing-1)"
14774
+ },
14696
14775
  "kendo-scheduler-header-bg": {
14697
14776
  "type": "String",
14698
14777
  "value": "oklch(from var(--kendo-color-surface) l c h / calc(100% - calc(var(--kendo-translucency-base, 0%))))"
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.4.0-dev.3",
6
+ "version": "14.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "oklch(13.85% 0.0249 273.24deg)",
9
9
  "oklch(23.28% 0.0218 272.75deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.4.0-dev.3",
6
+ "version": "14.4.0-dev.4",
7
7
  "previewColors": [
8
8
  "oklch(100% 0 0deg)",
9
9
  "oklch(98.46% 0.0017 247.84deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-meridian",
3
3
  "description": "Meridian theme for Kendo UI",
4
- "version": "14.4.0-dev.3",
4
+ "version": "14.4.0-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -51,9 +51,9 @@
51
51
  "postpublish": "echo 'no postpublish for meridian theme'"
52
52
  },
53
53
  "dependencies": {
54
- "@progress/kendo-svg-icons": "^4.9.0",
55
- "@progress/kendo-theme-core": "14.4.0-dev.3",
56
- "@progress/kendo-theme-utils": "14.4.0-dev.3"
54
+ "@progress/kendo-svg-icons": "^4.11.0",
55
+ "@progress/kendo-theme-core": "14.4.0-dev.4",
56
+ "@progress/kendo-theme-utils": "14.4.0-dev.4"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
@@ -13,8 +13,8 @@
13
13
  min-height: calc( #{$kendo-fab-font-size} * #{$kendo-fab-line-height} );
14
14
 
15
15
  > svg {
16
- width: $kendo-icon-size-md;
17
- height: $kendo-icon-size-md;
16
+ width: var(--kendo-icon-size-md, #{$ki-icon-size-md});
17
+ height: var(--kendo-icon-size-md, #{$ki-icon-size-md});
18
18
  }
19
19
  }
20
20
  }
@@ -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(1) !default;
164
168
  /// The background color of the FileManager preview.
165
169
  /// @group file-manager
166
170
  $kendo-file-manager-preview-bg: null !default;
@@ -231,6 +235,7 @@ $kendo-file-manager-preview-icon-border: null !default;
231
235
  $kendo-file-manager-preview-border-width: $kendo-file-manager-preview-border-width,
232
236
  $kendo-file-manager-preview-spacing: $kendo-file-manager-preview-spacing,
233
237
  $kendo-file-manager-preview-column-gap: $kendo-file-manager-preview-column-gap,
238
+ $kendo-file-manager-icon-spacing: $kendo-file-manager-icon-spacing,
234
239
  $kendo-file-manager-preview-bg: $kendo-file-manager-preview-bg,
235
240
  $kendo-file-manager-preview-text: $kendo-file-manager-preview-text,
236
241
  $kendo-file-manager-preview-border: $kendo-file-manager-preview-border,
@@ -190,6 +190,10 @@ $kendo-grid-header-first-border: 1px !default;
190
190
  /// @group grid
191
191
  $kendo-grid-header-menu-icon-spacing: $kendo-icon-spacing !default;
192
192
 
193
+ /// The spacing between icon and text in Grid column menu items.
194
+ /// @group grid
195
+ $kendo-grid-column-menu-icon-spacing: k-spacing(1) !default;
196
+
193
197
  /// The width of the border around the Grid toolbar.
194
198
  /// @group grid
195
199
  $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
@@ -600,6 +604,7 @@ $kendo-grid-pinned-source-font-weight: var( --kendo-font-weight-bold, 700 ) !def
600
604
  $kendo-grid-header-font-size: $kendo-grid-header-font-size,
601
605
  $kendo-grid-header-first-border: $kendo-grid-header-first-border,
602
606
  $kendo-grid-header-menu-icon-spacing: $kendo-grid-header-menu-icon-spacing,
607
+ $kendo-grid-column-menu-icon-spacing: $kendo-grid-column-menu-icon-spacing,
603
608
  $kendo-grid-toolbar-border-width: $kendo-grid-toolbar-border-width,
604
609
  $kendo-grid-cell-horizontal-border-width: $kendo-grid-cell-horizontal-border-width,
605
610
  $kendo-grid-cell-vertical-border-width: $kendo-grid-cell-vertical-border-width,
@@ -8,27 +8,6 @@ $kendo-icon-default-size: "md" !default;
8
8
  /// The default size icon size.
9
9
  /// @group icon
10
10
  $kendo-icon-size: 16px !default;
11
- /// The extra small icon size.
12
- /// @group icon
13
- $kendo-icon-size-xs: calc( #{$kendo-icon-size} * .75 ) !default;
14
- /// The small icon size.
15
- /// @group icon
16
- $kendo-icon-size-sm: calc( #{$kendo-icon-size} * .875 ) !default;
17
- /// The medium icon size.
18
- /// @group icon
19
- $kendo-icon-size-md: $kendo-icon-size !default;
20
- /// The large icon size.
21
- /// @group icon
22
- $kendo-icon-size-lg: calc( #{$kendo-icon-size} * 1.25 ) !default;
23
- /// The extra large icon size.
24
- /// @group icon
25
- $kendo-icon-size-xl: calc( #{$kendo-icon-size} * 1.5 ) !default;
26
- /// The double extra large icon size.
27
- /// @group icon
28
- $kendo-icon-size-xxl: calc( #{$kendo-icon-size} * 2 ) !default;
29
- /// The triple extra large icon size.
30
- /// @group icon
31
- $kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
32
11
  /// The default icon spacing.
33
12
  /// @group icon
34
13
  $kendo-icon-spacing: k-spacing(1) !default;
@@ -38,18 +17,15 @@ $kendo-icon-padding: k-spacing(1) !default;
38
17
  /// The color of accent icons.
39
18
  /// @group icon
40
19
  $kendo-accent-icon-color: #8B7CF6 !default;
20
+ /// The color of action icons.
21
+ /// @group icon
22
+ $kendo-action-icon-color: k-color( primary-on-surface ) !default;
41
23
 
42
24
  @forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
43
25
  $kendo-icon-default-size: $kendo-icon-default-size,
44
26
  $kendo-icon-size: $kendo-icon-size,
45
- $kendo-icon-size-xs: $kendo-icon-size-xs,
46
- $kendo-icon-size-sm: $kendo-icon-size-sm,
47
- $kendo-icon-size-md: $kendo-icon-size-md,
48
- $kendo-icon-size-lg: $kendo-icon-size-lg,
49
- $kendo-icon-size-xl: $kendo-icon-size-xl,
50
- $kendo-icon-size-xxl: $kendo-icon-size-xxl,
51
- $kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
52
27
  $kendo-icon-spacing: $kendo-icon-spacing,
53
28
  $kendo-icon-padding: $kendo-icon-padding,
54
- $kendo-accent-icon-color: $kendo-accent-icon-color
29
+ $kendo-accent-icon-color: $kendo-accent-icon-color,
30
+ $kendo-action-icon-color: $kendo-action-icon-color
55
31
  );
@@ -154,6 +154,10 @@ $kendo-menu-icon-padding-x: null !default;
154
154
  /// @group menu
155
155
  $kendo-menu-icon-padding-y: null !default;
156
156
 
157
+ /// The spacing used for the menu expand arrow negative offset.
158
+ /// @group menu
159
+ $kendo-menu-expand-arrow-spacing: k-spacing(1) !default;
160
+
157
161
  // Menu Separator
158
162
 
159
163
  /// The inline margin of the horizontal Menu separator.
@@ -356,6 +360,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
356
360
  $kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
357
361
  $kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
358
362
  $kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
363
+ $kendo-menu-expand-arrow-spacing: $kendo-menu-expand-arrow-spacing,
359
364
  $kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
360
365
  $kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
361
366
  $kendo-menu-separator-border: $kendo-menu-separator-border,
@@ -55,6 +55,10 @@ $kendo-panelbar-item-padding-x: k-spacing(4) !default;
55
55
  /// @group panelbar
56
56
  $kendo-panelbar-item-padding-y: k-spacing(2) !default;
57
57
 
58
+ /// The spacing between icon and text in PanelBar items.
59
+ /// @group panelbar
60
+ $kendo-panelbar-item-icon-spacing: k-spacing(1) !default;
61
+
58
62
  /// The maximum nesting of the PanelBar items.
59
63
  /// @group panelbar
60
64
  $kendo-panelbar-item-level-count: 4 !default;
@@ -315,6 +319,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
315
319
  $kendo-panelbar-header-padding-y: $kendo-panelbar-header-padding-y,
316
320
  $kendo-panelbar-item-padding-x: $kendo-panelbar-item-padding-x,
317
321
  $kendo-panelbar-item-padding-y: $kendo-panelbar-item-padding-y,
322
+ $kendo-panelbar-item-icon-spacing: $kendo-panelbar-item-icon-spacing,
318
323
  $kendo-panelbar-item-level-count: $kendo-panelbar-item-level-count,
319
324
  $kendo-panelbar-bg: $kendo-panelbar-bg,
320
325
  $kendo-panelbar-text: $kendo-panelbar-text,
@@ -265,6 +265,10 @@ $kendo-scheduler-marquee-label-inset-x: k-spacing(1) !default;
265
265
  /// @group scheduler
266
266
  $kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
267
267
 
268
+ /// The spacing between icon and text in Scheduler navigation items.
269
+ /// @group scheduler
270
+ $kendo-scheduler-nav-item-icon-spacing: k-spacing(1) !default;
271
+
268
272
  /// The background color of the Scheduler header.
269
273
  /// @group scheduler
270
274
  $kendo-scheduler-header-bg: k-translucency-bg(k-color(surface)) !default;
@@ -366,6 +370,7 @@ $kendo-scheduler-adaptive-subtle-text: k-color(on-app-surface) !default;
366
370
  $kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
367
371
  $kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
368
372
  $kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
373
+ $kendo-scheduler-nav-item-icon-spacing: $kendo-scheduler-nav-item-icon-spacing,
369
374
  $kendo-scheduler-header-bg: $kendo-scheduler-header-bg,
370
375
  $kendo-scheduler-adaptive-bg: $kendo-scheduler-adaptive-bg,
371
376
  $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(xxxl) !default;
31
+
32
+ /// The spacing between icon and text in Stepper labels.
33
+ /// @group stepper
34
+ $kendo-stepper-label-icon-spacing: k-spacing(1) !default;
31
35
  /// The width of the border around the Stepper.
32
36
  /// @group stepper
33
37
  $kendo-stepper-border-width: 0px !default;
@@ -242,6 +246,7 @@ $kendo-stepper-content-transition-timing-function: k-easing(standard) !default;
242
246
  $kendo-stepper-label-padding-x: $kendo-stepper-label-padding-x,
243
247
  $kendo-stepper-label-padding-y: $kendo-stepper-label-padding-y,
244
248
  $kendo-stepper-label-border-radius: $kendo-stepper-label-border-radius,
249
+ $kendo-stepper-label-icon-spacing: $kendo-stepper-label-icon-spacing,
245
250
  $kendo-stepper-border-width: $kendo-stepper-border-width,
246
251
  $kendo-stepper-inline-content-padding-x: $kendo-stepper-inline-content-padding-x,
247
252
  $kendo-stepper-inline-content-padding-y: $kendo-stepper-inline-content-padding-y,
@@ -79,6 +79,10 @@ $kendo-tabstrip-item-border-radius: k-border-radius(xl) !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(1) !default;
82
86
  /// The horizontal spacing of the TabStrip items.
83
87
  /// @group tabstrip
84
88
  $kendo-tabstrip-item-spacing-x: k-spacing(1) !default;
@@ -240,6 +244,7 @@ $kendo-tabstrip-item-focus-outline-offset: 3px !default;
240
244
  $kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
241
245
  $kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
242
246
  $kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
247
+ $kendo-tabstrip-item-icon-spacing: $kendo-tabstrip-item-icon-spacing,
243
248
  $kendo-tabstrip-item-spacing-x: $kendo-tabstrip-item-spacing-x,
244
249
  $kendo-tabstrip-sm-item-padding-x: $kendo-tabstrip-sm-item-padding-x,
245
250
  $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) !default;
45
45
 
46
+ /// The spacing between icon and text in Toolbar items.
47
+ /// @group toolbar
48
+ $kendo-toolbar-item-icon-spacing: k-spacing(1) !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(xxl) !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.5) !default;
11
11
  /// The horizontal padding of the Tooltip.
12
12
  /// @group tooltip
13
13
  $kendo-tooltip-padding-x: k-spacing(2.5) !default;
14
+
15
+ /// The spacing between icon and tooltip text/button.
16
+ /// @group tooltip
17
+ $kendo-tooltip-icon-spacing: k-spacing(1) !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,
@@ -9,6 +9,10 @@ $kendo-treeview-default-size: "md" !default;
9
9
  /// The gap of the TreeView.
10
10
  /// @group treeview
11
11
  $kendo-treeview-gap: k-spacing(0) !default;
12
+
13
+ /// The spacing between icon and text in TreeView items.
14
+ /// @group treeview
15
+ $kendo-treeview-item-icon-spacing: k-spacing(1) !default;
12
16
  /// The border radius of the TreeView.
13
17
  /// @group treeview
14
18
  $kendo-treeview-border-radius: k-border-radius(sm) !default;
@@ -176,6 +180,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
176
180
  @forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
177
181
  $kendo-treeview-default-size: $kendo-treeview-default-size,
178
182
  $kendo-treeview-gap: $kendo-treeview-gap,
183
+ $kendo-treeview-item-icon-spacing: $kendo-treeview-item-icon-spacing,
179
184
  $kendo-treeview-border-radius: $kendo-treeview-border-radius,
180
185
  $kendo-treeview-font-family: $kendo-treeview-font-family,
181
186
  $kendo-treeview-font-size: $kendo-treeview-font-size,