@progress/kendo-theme-bootstrap 13.2.0-dev.2 → 13.2.0-dev.3

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 (43) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +748 -802
  15. package/dist/meta/sassdoc-raw-data.json +352 -377
  16. package/dist/meta/variables.json +24 -28
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/adaptive/_variables.scss +3 -3
  31. package/scss/breadcrumb/_variables.scss +2 -2
  32. package/scss/column-menu/_variables.scss +1 -1
  33. package/scss/expansion-panel/_variables.scss +1 -1
  34. package/scss/filter/_variables.scss +1 -1
  35. package/scss/grid/_layout.scss +4 -0
  36. package/scss/grid/_theme.scss +2 -449
  37. package/scss/grid/_variables.scss +1 -7
  38. package/scss/icons/_variables.scss +6 -2
  39. package/scss/spreadsheet/_variables.scss +1 -1
  40. package/scss/stepper/_variables.scss +1 -1
  41. package/scss/timeselector/_variables.scss +4 -4
  42. package/scss/treeview/_variables.scss +1 -1
  43. package/scss/upload/_variables.scss +2 -2
@@ -1616,7 +1616,11 @@
1616
1616
  },
1617
1617
  "kendo-accent-icon-color": {
1618
1618
  "type": "String",
1619
- "value": "var(--kendo-color-tertiary)"
1619
+ "value": "var(--kendo-color-tertiary-on-surface)"
1620
+ },
1621
+ "kendo-action-icon-color": {
1622
+ "type": "String",
1623
+ "value": "var(--kendo-color-primary-on-surface)"
1620
1624
  },
1621
1625
  "kendo-message-box-default-theme-color": {
1622
1626
  "type": "Null",
@@ -6616,11 +6620,11 @@
6616
6620
  },
6617
6621
  "kendo-time-selector-header-time-now-text": {
6618
6622
  "type": "String",
6619
- "value": "var(--kendo-color-primary)"
6623
+ "value": "var(--kendo-color-primary-on-surface)"
6620
6624
  },
6621
6625
  "kendo-time-selector-header-time-now-hover-text": {
6622
6626
  "type": "String",
6623
- "value": "var(--kendo-color-primary-hover)"
6627
+ "value": "var(--kendo-color-primary-on-surface)"
6624
6628
  },
6625
6629
  "kendo-time-selector-fast-selection-gap": {
6626
6630
  "type": "Null",
@@ -6756,11 +6760,11 @@
6756
6760
  },
6757
6761
  "kendo-time-selector-now-button-text": {
6758
6762
  "type": "String",
6759
- "value": "var(--kendo-color-primary)"
6763
+ "value": "var(--kendo-color-primary-on-surface)"
6760
6764
  },
6761
6765
  "kendo-time-selector-now-button-hover-text": {
6762
6766
  "type": "String",
6763
- "value": "var(--kendo-color-primary-hover)"
6767
+ "value": "var(--kendo-color-primary-on-surface)"
6764
6768
  },
6765
6769
  "kendo-captcha-spacer": {
6766
6770
  "type": "String",
@@ -7647,7 +7651,7 @@
7647
7651
  },
7648
7652
  "kendo-treeview-loadmore-text": {
7649
7653
  "type": "String",
7650
- "value": "var(--kendo-color-primary)"
7654
+ "value": "var(--kendo-color-primary-on-surface)"
7651
7655
  },
7652
7656
  "kendo-treeview-loadmore-border": {
7653
7657
  "type": "Null",
@@ -8324,7 +8328,7 @@
8324
8328
  },
8325
8329
  "kendo-upload-success-text": {
8326
8330
  "type": "String",
8327
- "value": "var(--kendo-color-success)"
8331
+ "value": "var(--kendo-color-success-on-surface)"
8328
8332
  },
8329
8333
  "kendo-upload-success-bg": {
8330
8334
  "type": "String",
@@ -8332,7 +8336,7 @@
8332
8336
  },
8333
8337
  "kendo-upload-error-text": {
8334
8338
  "type": "String",
8335
- "value": "var(--kendo-color-error)"
8339
+ "value": "var(--kendo-color-error-on-surface)"
8336
8340
  },
8337
8341
  "kendo-upload-error-bg": {
8338
8342
  "type": "String",
@@ -9929,7 +9933,7 @@
9929
9933
  },
9930
9934
  "kendo-breadcrumb-link-text": {
9931
9935
  "type": "String",
9932
- "value": "var(--kendo-color-primary)"
9936
+ "value": "var(--kendo-color-primary-on-surface)"
9933
9937
  },
9934
9938
  "kendo-breadcrumb-link-border": {
9935
9939
  "type": "Null",
@@ -9941,7 +9945,7 @@
9941
9945
  },
9942
9946
  "kendo-breadcrumb-link-hover-text": {
9943
9947
  "type": "String",
9944
- "value": "var(--kendo-color-primary-hover)"
9948
+ "value": "var(--kendo-color-primary-on-surface)"
9945
9949
  },
9946
9950
  "kendo-breadcrumb-link-hover-border": {
9947
9951
  "type": "Null",
@@ -9953,7 +9957,7 @@
9953
9957
  },
9954
9958
  "kendo-breadcrumb-link-focus-text": {
9955
9959
  "type": "String",
9956
- "value": "var(--kendo-color-primary)"
9960
+ "value": "var(--kendo-color-primary-on-surface)"
9957
9961
  },
9958
9962
  "kendo-breadcrumb-link-focus-border": {
9959
9963
  "type": "Null",
@@ -10407,7 +10411,7 @@
10407
10411
  },
10408
10412
  "kendo-stepper-label-error-text": {
10409
10413
  "type": "String",
10410
- "value": "var(--kendo-color-error)"
10414
+ "value": "var(--kendo-color-error-on-surface)"
10411
10415
  },
10412
10416
  "kendo-stepper-label-hover-text": {
10413
10417
  "type": "String",
@@ -10839,7 +10843,7 @@
10839
10843
  },
10840
10844
  "kendo-expander-title-text": {
10841
10845
  "type": "String",
10842
- "value": "var(--kendo-color-primary)"
10846
+ "value": "var(--kendo-color-primary-on-surface)"
10843
10847
  },
10844
10848
  "kendo-expander-header-sub-title-text": {
10845
10849
  "type": "String",
@@ -11507,7 +11511,7 @@
11507
11511
  },
11508
11512
  "kendo-adaptive-menu-clear-text": {
11509
11513
  "type": "String",
11510
- "value": "var(--kendo-color-primary)"
11514
+ "value": "var(--kendo-color-primary-on-surface)"
11511
11515
  },
11512
11516
  "kendo-adaptive-menu-item-border": {
11513
11517
  "type": "String",
@@ -11535,11 +11539,11 @@
11535
11539
  },
11536
11540
  "kendo-adaptive-grid-sort-text": {
11537
11541
  "type": "String",
11538
- "value": "var(--kendo-color-primary)"
11542
+ "value": "var(--kendo-color-primary-on-surface)"
11539
11543
  },
11540
11544
  "kendo-adaptive-scheduler-current-text": {
11541
11545
  "type": "String",
11542
- "value": "var(--kendo-color-primary)"
11546
+ "value": "var(--kendo-color-primary-on-surface)"
11543
11547
  },
11544
11548
  "kendo-adaptive-scheduler-base-text": {
11545
11549
  "type": "String",
@@ -11915,7 +11919,7 @@
11915
11919
  },
11916
11920
  "kendo-grid-grouping-row-bg": {
11917
11921
  "type": "String",
11918
- "value": "var(--kendo-color-base-subtle)"
11922
+ "value": "var(--kendo-color-surface)"
11919
11923
  },
11920
11924
  "kendo-grid-grouping-row-text": {
11921
11925
  "type": "String",
@@ -12165,14 +12169,6 @@
12165
12169
  "type": "String",
12166
12170
  "value": "var(--kendo-font-weight-bold)"
12167
12171
  },
12168
- "kendo-grid-alt-text": {
12169
- "type": "Null",
12170
- "value": "null"
12171
- },
12172
- "kendo-grid-sticky-footer-hover-bg": {
12173
- "type": "String",
12174
- "value": "var(--kendo-color-surface)"
12175
- },
12176
12172
  "kendo-listview-padding-x": {
12177
12173
  "type": "String",
12178
12174
  "value": "var(--kendo-spacing-1)"
@@ -12515,7 +12511,7 @@
12515
12511
  },
12516
12512
  "kendo-spreadsheet-insert-image-dialog-overlay-hover-text": {
12517
12513
  "type": "String",
12518
- "value": "var(--kendo-color-app-surface)"
12514
+ "value": "var(--kendo-color-on-app-surface)"
12519
12515
  },
12520
12516
  "kendo-spreadsheet-drawing-handle-width": {
12521
12517
  "type": "Number",
@@ -12907,7 +12903,7 @@
12907
12903
  },
12908
12904
  "kendo-filter-preview-field-text": {
12909
12905
  "type": "String",
12910
- "value": "var(--kendo-color-primary)"
12906
+ "value": "var(--kendo-color-primary-on-surface)"
12911
12907
  },
12912
12908
  "kendo-filter-preview-operator-text": {
12913
12909
  "type": "String",
@@ -16181,7 +16177,7 @@
16181
16177
  },
16182
16178
  "kendo-group-menu-item-add-action-text": {
16183
16179
  "type": "String",
16184
- "value": "var(--kendo-color-primary)"
16180
+ "value": "var(--kendo-color-primary-on-surface)"
16185
16181
  },
16186
16182
  "kendo-group-menu-item-border": {
16187
16183
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(25.20% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(26.21% 0.0095 248.24deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(98.16% 0.0018 248.66deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(56.39% 0.1748 253.31deg)",
9
9
  "oklch(75.91% 0.1029 220.18deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(26.21% 0.0095 248.24deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(98.16% 0.0018 248.66deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(98.16% 0.0018 248.66deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(28.74% 0.0034 229.23deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(96.12% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(94.26% 0.0144 231.45deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(95.25% 0.0097 87.57deg)",
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": "13.2.0-dev.2",
4
+ "version": "13.2.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.8.0",
57
- "@progress/kendo-theme-core": "13.2.0-dev.2",
58
- "@progress/kendo-theme-utils": "13.2.0-dev.2"
57
+ "@progress/kendo-theme-core": "13.2.0-dev.3",
58
+ "@progress/kendo-theme-utils": "13.2.0-dev.3"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "2391ae0f9412058a616e592247c530e1f133ce2b"
64
+ "gitHead": "5487edc15973af51b6b452b987a8cb020d654a57"
65
65
  }
@@ -27,7 +27,7 @@ $kendo-adaptive-menu-text: k-color(on-primary) !default;
27
27
 
28
28
  /// The text color of the Adaptive menu clear button.
29
29
  /// @group adaptive
30
- $kendo-adaptive-menu-clear-text: k-color(primary) !default;
30
+ $kendo-adaptive-menu-clear-text: k-color(primary-on-surface) !default;
31
31
 
32
32
  /// The border color of the Adaptive menu item.
33
33
  /// @group adaptive
@@ -52,12 +52,12 @@ $kendo-adaptive-line-height: var(--kendo-line-height) !default;
52
52
  // Adaptive Grid
53
53
  /// The text color of the Adaptive Grid sort indicator.
54
54
  /// @group adaptive
55
- $kendo-adaptive-grid-sort-text: k-color(primary) !default;
55
+ $kendo-adaptive-grid-sort-text: k-color(primary-on-surface) !default;
56
56
 
57
57
  // Adaptive Scheduler
58
58
  /// The text color of the current date in the Adaptive Scheduler.
59
59
  /// @group adaptive
60
- $kendo-adaptive-scheduler-current-text: k-color(primary) !default;
60
+ $kendo-adaptive-scheduler-current-text: k-color(primary-on-surface) !default;
61
61
  /// The base text color of the Adaptive Scheduler.
62
62
  /// @group adaptive
63
63
  $kendo-adaptive-scheduler-base-text: inherit !default;
@@ -127,7 +127,7 @@ $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
127
127
  $kendo-breadcrumb-link-bg: null !default;
128
128
  /// The text color of the Breadcrumb link.
129
129
  /// @group breadcrumb
130
- $kendo-breadcrumb-link-text: k-color(primary) !default;
130
+ $kendo-breadcrumb-link-text: k-color(primary-on-surface) !default;
131
131
  /// The border color of the Breadcrumb link.
132
132
  /// @group breadcrumb
133
133
  $kendo-breadcrumb-link-border: null !default;
@@ -137,7 +137,7 @@ $kendo-breadcrumb-link-border: null !default;
137
137
  $kendo-breadcrumb-link-hover-bg: unset !default;
138
138
  /// The text color of the hovered Breadcrumb link.
139
139
  /// @group breadcrumb
140
- $kendo-breadcrumb-link-hover-text: k-color(primary-hover) !default;
140
+ $kendo-breadcrumb-link-hover-text: k-color(primary-on-surface) !default;
141
141
  /// The border color of the hovered Breadcrumb link.
142
142
  /// @group breadcrumb
143
143
  $kendo-breadcrumb-link-hover-border: null !default;
@@ -66,7 +66,7 @@ $kendo-group-menu-item-action-hover-bg: color-mix(in srgb, currentColor 4%, tran
66
66
  $kendo-group-menu-item-action-selected-bg: color-mix(in srgb, currentColor 16%, transparent) !default;
67
67
  /// The text color of the GroupMenu item add action.
68
68
  /// @group column-menu
69
- $kendo-group-menu-item-add-action-text: k-color(primary) !default;
69
+ $kendo-group-menu-item-add-action-text: k-color(primary-on-surface) !default;
70
70
  /// The border color of the GroupMenu item.
71
71
  /// @group column-menu
72
72
  $kendo-group-menu-item-border: k-color(border) !default;
@@ -62,7 +62,7 @@ $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
62
62
 
63
63
  /// The text color of the ExpansionPanel title.
64
64
  /// @group expander
65
- $kendo-expander-title-text: k-color(primary) !default;
65
+ $kendo-expander-title-text: k-color(primary-on-surface) !default;
66
66
 
67
67
  /// The text color of the ExpansionPanel sub-title.
68
68
  /// @group expander
@@ -22,7 +22,7 @@ $kendo-filter-operator-dropdown-width: 15em !default;
22
22
 
23
23
  /// The text color of the Filter preview field.
24
24
  /// @group filter
25
- $kendo-filter-preview-field-text: k-color(primary) !default;
25
+ $kendo-filter-preview-field-text: k-color(primary-on-surface) !default;
26
26
  /// The text color of the Filter preview operator.
27
27
  /// @group filter
28
28
  $kendo-filter-preview-operator-text: k-color(on-app-surface) !default;
@@ -3,4 +3,8 @@
3
3
 
4
4
  @mixin kendo-grid--layout() {
5
5
  @include kendo-grid--layout-base();
6
+
7
+ .k-grouping-dropclue::after {
8
+ display: none;
9
+ }
6
10
  }