@progress/kendo-theme-bootstrap 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 (34) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +13 -10
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +594 -540
  16. package/dist/meta/sassdoc-raw-data.json +276 -251
  17. package/dist/meta/variables.json +24 -20
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +1 -1
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +5 -5
  31. package/scss/orgchart/_variables.scss +1 -1
  32. package/scss/splitter/_variables.scss +1 -1
  33. package/scss/stepper/_variables.scss +3 -0
  34. package/scss/timeline/_variables.scss +5 -5
@@ -15316,6 +15316,10 @@
15316
15316
  "type": "Calculation",
15317
15317
  "value": "calc(var(--kendo-spacing-2\\.5, 0.625rem) / 2)"
15318
15318
  },
15319
+ "kendo-stepper-label-border-radius": {
15320
+ "type": "String",
15321
+ "value": "var(--kendo-border-radius-xxl, 1rem)"
15322
+ },
15319
15323
  "kendo-stepper-border-width": {
15320
15324
  "type": "Number",
15321
15325
  "value": "0px"
@@ -16293,8 +16297,8 @@
16293
16297
  "value": "2px"
16294
16298
  },
16295
16299
  "kendo-splitter-drag-icon-margin": {
16296
- "type": "Calculation",
16297
- "value": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)"
16300
+ "type": "String",
16301
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16298
16302
  },
16299
16303
  "kendo-splitter-collapse-icon-padding-x": {
16300
16304
  "type": "Null",
@@ -20009,12 +20013,12 @@
20009
20013
  "value": "var(--kendo-spacing-4, 1rem)"
20010
20014
  },
20011
20015
  "kendo-timeline-track-arrow-width": {
20012
- "type": "Number",
20013
- "value": "38px"
20016
+ "type": "Calculation",
20017
+ "value": "calc(var(--kendo-spacing-19, 4.75rem) / 2)"
20014
20018
  },
20015
20019
  "kendo-timeline-track-arrow-height": {
20016
- "type": "Number",
20017
- "value": "38px"
20020
+ "type": "Calculation",
20021
+ "value": "calc(var(--kendo-spacing-19, 4.75rem) / 2)"
20018
20022
  },
20019
20023
  "kendo-timeline-track-arrow-disabled-bg": {
20020
20024
  "type": "String",
@@ -20029,12 +20033,12 @@
20029
20033
  "value": "color-mix(in srgb, var(--kendo-color-border, rgba(33, 37, 41, 0.13)) 15%, transparent)"
20030
20034
  },
20031
20035
  "kendo-timeline-track-size": {
20032
- "type": "Number",
20033
- "value": "6px"
20036
+ "type": "String",
20037
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
20034
20038
  },
20035
20039
  "kendo-timeline-track-wrap-padding-bottom": {
20036
- "type": "Number",
20037
- "value": "3px"
20040
+ "type": "Calculation",
20041
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)"
20038
20042
  },
20039
20043
  "kendo-timeline-track-border-width": {
20040
20044
  "type": "Number",
@@ -20046,15 +20050,15 @@
20046
20050
  },
20047
20051
  "kendo-timeline-track-bottom-calc": {
20048
20052
  "type": "Calculation",
20049
- "value": "calc(19px + 3px)"
20053
+ "value": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))"
20050
20054
  },
20051
20055
  "kendo-timeline-track-start-calc": {
20052
20056
  "type": "Calculation",
20053
- "value": "calc(38px - 2 * 1px)"
20057
+ "value": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)"
20054
20058
  },
20055
20059
  "kendo-timeline-track-end-calc": {
20056
20060
  "type": "Calculation",
20057
- "value": "calc(38px - 2 * 1px)"
20061
+ "value": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)"
20058
20062
  },
20059
20063
  "kendo-timeline-track-bg": {
20060
20064
  "type": "String",
@@ -20122,7 +20126,7 @@
20122
20126
  },
20123
20127
  "kendo-timeline-flag-margin-bottom-calc": {
20124
20128
  "type": "Calculation",
20125
- "value": "calc(6px + 2 * 1px + 4px + 10px)"
20129
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)"
20126
20130
  },
20127
20131
  "kendo-timeline-date-width": {
20128
20132
  "type": "Number",
@@ -20134,19 +20138,19 @@
20134
20138
  },
20135
20139
  "kendo-timeline-vertical-padding-calc": {
20136
20140
  "type": "Calculation",
20137
- "value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)"
20141
+ "value": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
20138
20142
  },
20139
20143
  "kendo-timeline-vertical-padding-with-dates-calc": {
20140
20144
  "type": "Calculation",
20141
- "value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)"
20145
+ "value": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
20142
20146
  },
20143
20147
  "kendo-timeline-mobile-vertical-padding-calc": {
20144
20148
  "type": "Calculation",
20145
- "value": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)"
20149
+ "value": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)"
20146
20150
  },
20147
20151
  "kendo-timeline-mobile-vertical-padding-with-dates-calc": {
20148
20152
  "type": "Calculation",
20149
- "value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)"
20153
+ "value": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)"
20150
20154
  },
20151
20155
  "kendo-timeline-circle-width": {
20152
20156
  "type": "Number",
@@ -20757,8 +20761,8 @@
20757
20761
  "value": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))"
20758
20762
  },
20759
20763
  "kendo-orgchart-line-v-height": {
20760
- "type": "Number",
20761
- "value": "25px"
20764
+ "type": "String",
20765
+ "value": "var(--kendo-spacing-6, 1.5rem)"
20762
20766
  },
20763
20767
  "kendo-signature-width": {
20764
20768
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "9.1.0-dev.3",
6
+ "version": "9.1.0-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
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": "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": [
@@ -53,14 +53,14 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "^3.1.0",
56
- "@progress/kendo-theme-core": "9.1.0-dev.3",
57
- "@progress/kendo-theme-default": "9.1.0-dev.3",
58
- "@progress/kendo-theme-utils": "9.1.0-dev.3",
56
+ "@progress/kendo-theme-core": "9.1.0-dev.4",
57
+ "@progress/kendo-theme-default": "9.1.0-dev.4",
58
+ "@progress/kendo-theme-utils": "9.1.0-dev.4",
59
59
  "bootstrap": "5.2.1"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "8a601c5598b338c3e36be2f1c6673682f19d16e7"
65
+ "gitHead": "295adb221984032533fbde2b3adb167504eded91"
66
66
  }
@@ -145,4 +145,4 @@ $kendo-orgchart-line-fill: $kendo-base-border !default;
145
145
 
146
146
  /// The height of the OrgChart connecting line.
147
147
  /// @group orgchart
148
- $kendo-orgchart-line-v-height: 25px !default;
148
+ $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: 38px !default;
32
+ $kendo-timeline-track-arrow-width: calc( #{k-spacing(19)} / 2 ) !default;
33
33
  /// The height of the Timeline track arrow.
34
34
  /// @group timeline
35
- $kendo-timeline-track-arrow-height: 38px !default;
35
+ $kendo-timeline-track-arrow-height: calc( #{k-spacing(19)} / 2 ) !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, colo
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) !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;