@progress/kendo-theme-material 9.1.0-dev.3 → 9.1.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.
Files changed (41) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +14 -11
  3. package/dist/material-aqua-dark.css +1 -1
  4. package/dist/material-arctic.css +1 -1
  5. package/dist/material-burnt-teal.css +1 -1
  6. package/dist/material-dataviz-v4.css +1 -1
  7. package/dist/material-eggplant.css +1 -1
  8. package/dist/material-lime-dark.css +1 -1
  9. package/dist/material-lime.css +1 -1
  10. package/dist/material-main-dark.css +1 -1
  11. package/dist/material-main.css +1 -1
  12. package/dist/material-nova.css +1 -1
  13. package/dist/material-pacific-dark.css +1 -1
  14. package/dist/material-pacific.css +1 -1
  15. package/dist/material-sky-dark.css +1 -1
  16. package/dist/material-sky.css +1 -1
  17. package/dist/material-smoke.css +1 -1
  18. package/dist/meta/sassdoc-data.json +600 -546
  19. package/dist/meta/sassdoc-raw-data.json +277 -252
  20. package/dist/meta/variables.json +26 -22
  21. package/lib/swatches/material-aqua-dark.json +1 -1
  22. package/lib/swatches/material-arctic.json +1 -1
  23. package/lib/swatches/material-burnt-teal.json +1 -1
  24. package/lib/swatches/material-dataviz-v4.json +1 -1
  25. package/lib/swatches/material-eggplant.json +1 -1
  26. package/lib/swatches/material-lime-dark.json +1 -1
  27. package/lib/swatches/material-lime.json +1 -1
  28. package/lib/swatches/material-main-dark.json +1 -1
  29. package/lib/swatches/material-main.json +1 -1
  30. package/lib/swatches/material-nova.json +1 -1
  31. package/lib/swatches/material-pacific-dark.json +1 -1
  32. package/lib/swatches/material-pacific.json +1 -1
  33. package/lib/swatches/material-sky-dark.json +1 -1
  34. package/lib/swatches/material-sky.json +1 -1
  35. package/lib/swatches/material-smoke.json +1 -1
  36. package/package.json +5 -5
  37. package/scss/orgchart/_variables.scss +1 -1
  38. package/scss/splitter/_variables.scss +1 -1
  39. package/scss/stepper/_variables.scss +3 -0
  40. package/scss/timeline/_variables.scss +5 -5
  41. package/scss/tooltip/_variables.scss +1 -1
@@ -8319,8 +8319,8 @@
8319
8319
  "value": "null"
8320
8320
  },
8321
8321
  "kendo-tooltip-padding-y": {
8322
- "type": "Calculation",
8323
- "value": "calc(var(--kendo-spacing-1, 0.25rem) * 0.75)"
8322
+ "type": "String",
8323
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
8324
8324
  },
8325
8325
  "kendo-tooltip-padding-x": {
8326
8326
  "type": "Calculation",
@@ -12750,6 +12750,10 @@
12750
12750
  "type": "Calculation",
12751
12751
  "value": "calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2)"
12752
12752
  },
12753
+ "kendo-stepper-label-border-radius": {
12754
+ "type": "String",
12755
+ "value": "var(--kendo-border-radius-xxl, 1rem)"
12756
+ },
12753
12757
  "kendo-stepper-border-width": {
12754
12758
  "type": "Number",
12755
12759
  "value": "0px"
@@ -13727,8 +13731,8 @@
13727
13731
  "value": "2px"
13728
13732
  },
13729
13733
  "kendo-splitter-drag-icon-margin": {
13730
- "type": "Calculation",
13731
- "value": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)"
13734
+ "type": "String",
13735
+ "value": "var(--kendo-spacing-2, 0.5rem)"
13732
13736
  },
13733
13737
  "kendo-splitter-collapse-icon-padding-x": {
13734
13738
  "type": "Null",
@@ -17439,12 +17443,12 @@
17439
17443
  "value": "var(--kendo-spacing-4, 1rem)"
17440
17444
  },
17441
17445
  "kendo-timeline-track-arrow-width": {
17442
- "type": "Number",
17443
- "value": "36px"
17446
+ "type": "String",
17447
+ "value": "var(--kendo-spacing-9, 2.25rem)"
17444
17448
  },
17445
17449
  "kendo-timeline-track-arrow-height": {
17446
- "type": "Number",
17447
- "value": "36px"
17450
+ "type": "String",
17451
+ "value": "var(--kendo-spacing-9, 2.25rem)"
17448
17452
  },
17449
17453
  "kendo-timeline-track-arrow-disabled-bg": {
17450
17454
  "type": "String",
@@ -17459,12 +17463,12 @@
17459
17463
  "value": "transparent"
17460
17464
  },
17461
17465
  "kendo-timeline-track-size": {
17462
- "type": "Number",
17463
- "value": "6px"
17466
+ "type": "String",
17467
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
17464
17468
  },
17465
17469
  "kendo-timeline-track-wrap-padding-bottom": {
17466
- "type": "Number",
17467
- "value": "3px"
17470
+ "type": "Calculation",
17471
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)"
17468
17472
  },
17469
17473
  "kendo-timeline-track-border-width": {
17470
17474
  "type": "Number",
@@ -17476,15 +17480,15 @@
17476
17480
  },
17477
17481
  "kendo-timeline-track-bottom-calc": {
17478
17482
  "type": "Calculation",
17479
- "value": "calc(18px + 3px)"
17483
+ "value": "calc(var(--kendo-spacing-9, 2.25rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))"
17480
17484
  },
17481
17485
  "kendo-timeline-track-start-calc": {
17482
17486
  "type": "Calculation",
17483
- "value": "calc(36px - 2 * 1px)"
17487
+ "value": "calc(var(--kendo-spacing-9, 2.25rem) - 2 * 1px)"
17484
17488
  },
17485
17489
  "kendo-timeline-track-end-calc": {
17486
17490
  "type": "Calculation",
17487
- "value": "calc(36px - 2 * 1px)"
17491
+ "value": "calc(var(--kendo-spacing-9, 2.25rem) - 2 * 1px)"
17488
17492
  },
17489
17493
  "kendo-timeline-track-bg": {
17490
17494
  "type": "String",
@@ -17552,7 +17556,7 @@
17552
17556
  },
17553
17557
  "kendo-timeline-flag-margin-bottom-calc": {
17554
17558
  "type": "Calculation",
17555
- "value": "calc(6px + 2 * 1px + 4px + 10px)"
17559
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)"
17556
17560
  },
17557
17561
  "kendo-timeline-date-width": {
17558
17562
  "type": "Number",
@@ -17564,19 +17568,19 @@
17564
17568
  },
17565
17569
  "kendo-timeline-vertical-padding-calc": {
17566
17570
  "type": "Calculation",
17567
- "value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)"
17571
+ "value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
17568
17572
  },
17569
17573
  "kendo-timeline-vertical-padding-with-dates-calc": {
17570
17574
  "type": "Calculation",
17571
- "value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)"
17575
+ "value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
17572
17576
  },
17573
17577
  "kendo-timeline-mobile-vertical-padding-calc": {
17574
17578
  "type": "Calculation",
17575
- "value": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)"
17579
+ "value": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
17576
17580
  },
17577
17581
  "kendo-timeline-mobile-vertical-padding-with-dates-calc": {
17578
17582
  "type": "Calculation",
17579
- "value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)"
17583
+ "value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
17580
17584
  },
17581
17585
  "kendo-timeline-circle-width": {
17582
17586
  "type": "Number",
@@ -18187,8 +18191,8 @@
18187
18191
  "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
18188
18192
  },
18189
18193
  "kendo-orgchart-line-v-height": {
18190
- "type": "Number",
18191
- "value": "25px"
18194
+ "type": "String",
18195
+ "value": "var(--kendo-spacing-6, 1.5rem)"
18192
18196
  },
18193
18197
  "kendo-signature-width": {
18194
18198
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#3f51b5",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "9.1.0-dev.3",
4
+ "version": "9.1.0-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,13 +54,13 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^3.1.0",
57
- "@progress/kendo-theme-core": "9.1.0-dev.3",
58
- "@progress/kendo-theme-default": "9.1.0-dev.3",
59
- "@progress/kendo-theme-utils": "9.1.0-dev.3"
57
+ "@progress/kendo-theme-core": "9.1.0-dev.4",
58
+ "@progress/kendo-theme-default": "9.1.0-dev.4",
59
+ "@progress/kendo-theme-utils": "9.1.0-dev.4"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "8a601c5598b338c3e36be2f1c6673682f19d16e7"
65
+ "gitHead": "295adb221984032533fbde2b3adb167504eded91"
66
66
  }
@@ -143,4 +143,4 @@ $kendo-orgchart-line-fill: $kendo-base-border !default;
143
143
 
144
144
  /// The height of the OrgChart connecting line.
145
145
  /// @group orgchart
146
- $kendo-orgchart-line-v-height: 25px !default;
146
+ $kendo-orgchart-line-v-height: k-spacing(6) !default;
@@ -34,7 +34,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
34
34
  $kendo-splitter-drag-handle-thickness: 2px !default;
35
35
  /// The margin of the Splitter drag handle icon.
36
36
  /// @group splitter
37
- $kendo-splitter-drag-icon-margin: calc( #{k-spacing(3.5)} / 2 ) !default;
37
+ $kendo-splitter-drag-icon-margin: k-spacing(2) !default;
38
38
  /// The horizontal padding of the collapse icon in the Splitter.
39
39
  /// @group splitter
40
40
  $kendo-splitter-collapse-icon-padding-x: null !default;
@@ -21,6 +21,9 @@ $kendo-stepper-label-padding-x: k-spacing(3) !default;
21
21
  /// The vertical padding the Stepper label.
22
22
  /// @group stepper
23
23
  $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
24
+ /// The border radius of the Stepper label.
25
+ /// @group stepper
26
+ $kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
24
27
  /// The width of the border around the Stepper.
25
28
  /// @group stepper
26
29
  $kendo-stepper-border-width: 0px !default;
@@ -29,10 +29,10 @@ $kendo-timeline-mobile-spacing-y: $kendo-padding-md-x !default;
29
29
 
30
30
  /// The width of the Timeline track arrow.
31
31
  /// @group timeline
32
- $kendo-timeline-track-arrow-width: 36px !default;
32
+ $kendo-timeline-track-arrow-width: k-spacing(9) !default;
33
33
  /// The height of the Timeline track arrow.
34
34
  /// @group timeline
35
- $kendo-timeline-track-arrow-height: 36px !default;
35
+ $kendo-timeline-track-arrow-height: k-spacing(9) !default;
36
36
 
37
37
  /// The background color of the disabled Timeline track arrow.
38
38
  /// @group timeline
@@ -46,10 +46,10 @@ $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, tran
46
46
 
47
47
  /// The size of the Timeline track.
48
48
  /// @group timeline
49
- $kendo-timeline-track-size: 6px !default;
49
+ $kendo-timeline-track-size: k-spacing(1.5) !default;
50
50
  /// The bottom padding of the Timeline's track wrapper.
51
51
  /// @group timeline
52
- $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-size, 2 ) !default;
52
+ $kendo-timeline-track-wrap-padding-bottom: calc( #{$kendo-timeline-track-size} / 2 ) !default;
53
53
  /// The border width of the Timeline track.
54
54
  /// @group timeline
55
55
  $kendo-timeline-track-border-width: 1px !default;
@@ -58,7 +58,7 @@ $kendo-timeline-track-border-width: 1px !default;
58
58
  $kendo-timeline-track-margin-bottom: k-spacing(4.5) !default;
59
59
  /// The bottom offset of the Timeline track.
60
60
  /// @group timeline
61
- $kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
61
+ $kendo-timeline-track-bottom-calc: calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
62
62
  /// The left offset of the Timeline track.
63
63
  /// @group timeline
64
64
  $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
@@ -2,7 +2,7 @@
2
2
 
3
3
  /// The vertical padding of the Tooltip.
4
4
  /// @group tooltip
5
- $kendo-tooltip-padding-y: calc( #{$kendo-padding-md-y} * .75 ) !default;
5
+ $kendo-tooltip-padding-y: k-spacing(.5) !default;
6
6
  /// The horizontal padding of the Tooltip.
7
7
  /// @group tooltip
8
8
  $kendo-tooltip-padding-x: calc( #{$kendo-padding-md-x} / 2 ) !default;