@progress/kendo-theme-bootstrap 4.42.0-dev.0 → 4.42.1-dev.2

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 (49) hide show
  1. package/dist/all.css +481 -254
  2. package/dist/all.scss +229 -285
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +1 -0
  5. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +0 -20
  6. package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +4 -68
  7. package/modules/@progress/kendo-theme-default/scss/card/_theme.scss +2 -1
  8. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +24 -20
  9. package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +5 -5
  10. package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +1 -1
  11. package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +2 -0
  12. package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +1 -0
  13. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +0 -22
  14. package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -45
  15. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +0 -12
  16. package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +84 -0
  17. package/modules/@progress/kendo-theme-default/scss/editor/_theme.scss +9 -0
  18. package/modules/@progress/kendo-theme-default/scss/editor/_variables.scss +8 -0
  19. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +2 -1
  20. package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +3 -16
  21. package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +0 -1
  22. package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +0 -19
  23. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +0 -11
  24. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +21 -0
  25. package/modules/@progress/kendo-theme-default/scss/popup/_layout.scss +0 -4
  26. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +1 -0
  27. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +0 -4
  28. package/modules/@progress/kendo-theme-default/scss/utils/_border.scss +5 -0
  29. package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +1 -0
  30. package/modules/bootstrap/package.json +31 -29
  31. package/modules/bootstrap/scss/_functions.scss +8 -2
  32. package/modules/bootstrap/scss/_reboot.scss +1 -1
  33. package/modules/bootstrap/scss/_root.scss +2 -1
  34. package/modules/bootstrap/scss/_tables.scss +8 -4
  35. package/modules/bootstrap/scss/_variables.scss +25 -13
  36. package/modules/bootstrap/scss/bootstrap-grid.scss +3 -1
  37. package/modules/bootstrap/scss/bootstrap-reboot.scss +2 -4
  38. package/modules/bootstrap/scss/bootstrap-utilities.scss +1 -1
  39. package/modules/bootstrap/scss/bootstrap.scss +1 -1
  40. package/modules/bootstrap/scss/forms/_form-select.scss +2 -0
  41. package/modules/bootstrap/scss/mixins/_grid.scss +4 -3
  42. package/modules/bootstrap/scss/mixins/_visually-hidden.scss +1 -1
  43. package/package.json +3 -3
  44. package/scss/chat/_variables.scss +5 -5
  45. package/scss/editor/_variables.scss +8 -0
  46. package/scss/slider/_theme.scss +0 -13
  47. package/scss/switch/_layout.scss +11 -0
  48. package/scss/switch/_theme.scss +1 -7
  49. package/scss/utils/_border.scss +10 -0
@@ -455,6 +455,27 @@
455
455
  }
456
456
 
457
457
 
458
+ @include exports( "pivotgrid/layout/export" ) {
459
+
460
+ .k-pdf-export-shadow {
461
+
462
+ .k-pivotgrid {
463
+ height: auto !important; // sass-lint:disable-line no-important
464
+ }
465
+
466
+ .k-pivotgrid-values {
467
+ height: auto;
468
+ overflow: visible;
469
+ }
470
+
471
+ .k-pivotgrid-column-headers .k-pivotgrid-table {
472
+ padding-inline-end: 0;
473
+ }
474
+
475
+ }
476
+ }
477
+
478
+
458
479
  @include exports("pivotgrid/layout/legacy") {
459
480
 
460
481
  .k-pivot {
@@ -298,10 +298,6 @@
298
298
  border-width: 1px;
299
299
  }
300
300
  }
301
-
302
- .k-separator {
303
- height: 0;
304
- }
305
301
  }
306
302
 
307
303
  .k-virtual-content {
@@ -5,6 +5,7 @@
5
5
  @include border-radius( $searchbox-border-radius );
6
6
  border-width: 1px;
7
7
  border-style: solid;
8
+ box-sizing: border-box;
8
9
  font-family: $searchbox-font-family;
9
10
  font-size: $searchbox-font-size;
10
11
  line-height: $searchbox-line-height;
@@ -679,10 +679,6 @@
679
679
  .k-spreadsheet-popup {
680
680
  padding: 0;
681
681
 
682
- .k-separator {
683
- display: block;
684
- }
685
-
686
682
  .k-button {
687
683
  @include border-radius( 0 );
688
684
  border-width: 0;
@@ -93,6 +93,11 @@
93
93
  $_selector-suffix: if( $radius == default, "", "-#{$radius}" );
94
94
 
95
95
  .k-#{$_selector-base}#{$_selector-suffix} {
96
+ @each $prop in $props {
97
+ #{$prop}: $value;
98
+ }
99
+ }
100
+ .\!k-#{$_selector-base}#{$_selector-suffix} {
96
101
  @each $prop in $props {
97
102
  #{$prop}: $value !important;
98
103
  }
@@ -129,6 +129,7 @@
129
129
  }
130
130
 
131
131
  // Buttons Layout
132
+ .k-window-buttons,
132
133
  .k-window-buttongroup {
133
134
  @include border-bottom-radius( $window-border-radius );
134
135
  padding: $window-buttongroup-padding-y $window-buttongroup-padding-x;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bootstrap",
3
3
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4
- "version": "5.1.0",
4
+ "version": "5.1.3",
5
5
  "config": {
6
6
  "version_short": "5.1"
7
7
  },
@@ -58,12 +58,13 @@
58
58
  "docs-build": "hugo --cleanDestinationDir",
59
59
  "docs-compile": "npm run docs-build",
60
60
  "docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error",
61
+ "docs-spellcheck": "cspell \"site/**/*.md\" --no-progress",
61
62
  "docs-vnu": "node build/vnu-jar.js",
62
- "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator",
63
+ "docs-lint": "npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck",
63
64
  "docs-serve": "hugo server --port 9001 --disableFastRender",
64
65
  "docs-serve-only": "npx sirv-cli _site --port 9001",
65
66
  "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
66
- "update-deps": "ncu -u -x globby,karma-browserstack-launcher,terser && npm update && echo Manually update site/assets/js/vendor",
67
+ "update-deps": "ncu -u -x globby,karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor",
67
68
  "release": "npm-run-all dist release-sri docs-build release-zip*",
68
69
  "release-sri": "node build/generate-sri.js",
69
70
  "release-version": "node build/change-version.js",
@@ -97,30 +98,31 @@
97
98
  },
98
99
  "dependencies": {},
99
100
  "peerDependencies": {
100
- "@popperjs/core": "^2.9.3"
101
+ "@popperjs/core": "^2.10.2"
101
102
  },
102
103
  "devDependencies": {
103
- "@babel/cli": "^7.14.8",
104
- "@babel/core": "^7.14.8",
105
- "@babel/preset-env": "^7.14.9",
106
- "@popperjs/core": "^2.9.3",
104
+ "@babel/cli": "^7.15.7",
105
+ "@babel/core": "^7.15.5",
106
+ "@babel/preset-env": "^7.15.6",
107
+ "@popperjs/core": "^2.10.2",
107
108
  "@rollup/plugin-babel": "^5.3.0",
108
- "@rollup/plugin-commonjs": "^20.0.0",
109
- "@rollup/plugin-node-resolve": "^13.0.4",
109
+ "@rollup/plugin-commonjs": "^21.0.0",
110
+ "@rollup/plugin-node-resolve": "^13.0.5",
110
111
  "@rollup/plugin-replace": "^3.0.0",
111
- "autoprefixer": "^10.2.6",
112
+ "autoprefixer": "^10.3.6",
112
113
  "bundlewatch": "^0.3.2",
113
- "clean-css-cli": "^5.3.2",
114
+ "clean-css-cli": "^5.4.1",
114
115
  "cross-env": "^7.0.3",
116
+ "cspell": "^5.12.0",
115
117
  "eslint": "^7.32.0",
116
- "eslint-config-xo": "^0.37.0",
117
- "eslint-plugin-import": "^2.23.4",
118
- "eslint-plugin-unicorn": "^34.0.1",
118
+ "eslint-config-xo": "^0.39.0",
119
+ "eslint-plugin-import": "^2.24.2",
120
+ "eslint-plugin-unicorn": "^36.0.0",
119
121
  "find-unused-sass-variables": "^3.1.0",
120
- "glob": "^7.1.7",
122
+ "glob": "^7.2.0",
121
123
  "globby": "^11.0.4",
122
124
  "hammer-simulator": "0.0.1",
123
- "hugo-bin": "^0.75.0",
125
+ "hugo-bin": "^0.76.1",
124
126
  "ip": "^1.1.5",
125
127
  "jquery": "^3.6.0",
126
128
  "karma": "^6.3.4",
@@ -134,19 +136,19 @@
134
136
  "karma-rollup-preprocessor": "^7.0.7",
135
137
  "linkinator": "^2.14.0",
136
138
  "lockfile-lint": "^4.6.2",
137
- "nodemon": "^2.0.12",
139
+ "nodemon": "^2.0.13",
138
140
  "npm-run-all": "^4.1.5",
139
- "postcss": "^8.3.6",
140
- "postcss-cli": "^8.3.1",
141
- "rollup": "^2.55.1",
141
+ "postcss": "^8.3.8",
142
+ "postcss-cli": "^9.0.1",
143
+ "rollup": "^2.58.0",
142
144
  "rollup-plugin-istanbul": "^3.0.0",
143
145
  "rtlcss": "^3.3.0",
144
- "sass": "^1.37.5",
146
+ "sass": "^1.42.1",
145
147
  "shelljs": "^0.8.4",
146
148
  "stylelint": "^13.13.1",
147
- "stylelint-config-twbs-bootstrap": "^2.2.3",
148
- "terser": "5.1.0",
149
- "vnu-jar": "21.6.11"
149
+ "stylelint-config-twbs-bootstrap": "^2.2.4",
150
+ "terser": "^5.9.0",
151
+ "vnu-jar": "21.9.2"
150
152
  },
151
153
  "files": [
152
154
  "dist/{css,js}/*.{css,js,map}",
@@ -171,11 +173,11 @@
171
173
  },
172
174
  "dependencies": {},
173
175
  "peerDependencies": {
174
- "@popperjs/core": "^2.9.3"
176
+ "@popperjs/core": "^2.10.2"
175
177
  }
176
178
  }
177
179
 
178
- ,"_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.0.tgz"
179
- ,"_integrity": "sha512-bs74WNI9BgBo3cEovmdMHikSKoXnDgA6VQjJ7TyTotU6L7d41ZyCEEelPwkYEzsG/Zjv3ie9IE3EMAje0W9Xew=="
180
- ,"_from": "bootstrap@5.1.0"
180
+ ,"_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz"
181
+ ,"_integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q=="
182
+ ,"_from": "bootstrap@5.1.3"
181
183
  }
@@ -37,11 +37,17 @@
37
37
  @return red($value), green($value), blue($value);
38
38
  }
39
39
 
40
+ // stylelint-disable scss/dollar-variable-pattern
40
41
  @function rgba-css-var($identifier, $target) {
41
- @return rgba(var(--#{$variable-prefix}#{$identifier}-rgb), var(--#{$variable-prefix}#{$target}-opacity));
42
+ @if $identifier == "body" and $target == "bg" {
43
+ @return rgba(var(--#{$variable-prefix}#{$identifier}-bg-rgb), var(--#{$variable-prefix}#{$target}-opacity));
44
+ } @if $identifier == "body" and $target == "text" {
45
+ @return rgba(var(--#{$variable-prefix}#{$identifier}-color-rgb), var(--#{$variable-prefix}#{$target}-opacity));
46
+ } @else {
47
+ @return rgba(var(--#{$variable-prefix}#{$identifier}-rgb), var(--#{$variable-prefix}#{$target}-opacity));
48
+ }
42
49
  }
43
50
 
44
- // stylelint-disable scss/dollar-variable-pattern
45
51
  @function map-loop($map, $func, $args...) {
46
52
  $_map: ();
47
53
 
@@ -27,7 +27,7 @@
27
27
 
28
28
  :root {
29
29
  @if $font-size-root != null {
30
- font-size: var(--#{$variable-prefix}-root-font-size);
30
+ font-size: var(--#{$variable-prefix}root-font-size);
31
31
  }
32
32
 
33
33
  @if $enable-smooth-scroll {
@@ -23,7 +23,8 @@
23
23
 
24
24
  --#{$variable-prefix}white-rgb: #{to-rgb($white)};
25
25
  --#{$variable-prefix}black-rgb: #{to-rgb($black)};
26
- --#{$variable-prefix}body-rgb: #{to-rgb($body-color)};
26
+ --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};
27
+ --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};
27
28
 
28
29
  // Fonts
29
30
 
@@ -39,8 +39,8 @@
39
39
  }
40
40
 
41
41
  // Highlight border color between thead, tbody and tfoot.
42
- > :not(:last-child) > :last-child > * {
43
- border-bottom-color: $table-group-separator-color;
42
+ > :not(:first-child) {
43
+ border-top: (2 * $table-border-width) solid $table-group-separator-color;
44
44
  }
45
45
  }
46
46
 
@@ -91,6 +91,10 @@
91
91
  > :not(caption) > * > * {
92
92
  border-bottom-width: 0;
93
93
  }
94
+
95
+ > :not(:first-child) {
96
+ border-top-width: 0;
97
+ }
94
98
  }
95
99
 
96
100
  // Zebra-striping
@@ -98,7 +102,7 @@
98
102
  // Default zebra-stripe styles (alternating gray and transparent backgrounds)
99
103
 
100
104
  .table-striped {
101
- > tbody > tr:nth-of-type(#{$table-striped-order}) {
105
+ > tbody > tr:nth-of-type(#{$table-striped-order}) > * {
102
106
  --#{$variable-prefix}table-accent-bg: var(--#{$variable-prefix}table-striped-bg);
103
107
  color: var(--#{$variable-prefix}table-striped-color);
104
108
  }
@@ -118,7 +122,7 @@
118
122
  // Placed here since it has to come after the potential zebra striping
119
123
 
120
124
  .table-hover {
121
- > tbody > tr:hover {
125
+ > tbody > tr:hover > * {
122
126
  --#{$variable-prefix}table-accent-bg: var(--#{$variable-prefix}table-hover-bg);
123
127
  color: var(--#{$variable-prefix}table-hover-color);
124
128
  }
@@ -409,23 +409,33 @@ $body-text-align: null !default;
409
409
  //
410
410
  // Extends the default `$theme-colors` maps to help create our utilities.
411
411
 
412
+ // Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign.
412
413
  // scss-docs-start utilities-colors
413
- $utilities-colors: map-merge(
414
- $theme-colors-rgb,
414
+ $utilities-colors: $theme-colors-rgb !default;
415
+ // scss-docs-end utilities-colors
416
+
417
+ // scss-docs-start utilities-text-colors
418
+ $utilities-text: map-merge(
419
+ $utilities-colors,
415
420
  (
416
421
  "black": to-rgb($black),
417
422
  "white": to-rgb($white),
418
- "body": to-rgb($body-color)
423
+ "body": to-rgb($body-color)
419
424
  )
420
425
  ) !default;
421
- // scss-docs-end utilities-colors
422
-
423
- // scss-docs-start utilities-text-colors
424
- $utilities-text-colors: map-loop($utilities-colors, rgba-css-var, "$key", "text") !default;
426
+ $utilities-text-colors: map-loop($utilities-text, rgba-css-var, "$key", "text") !default;
425
427
  // scss-docs-end utilities-text-colors
426
428
 
427
429
  // scss-docs-start utilities-bg-colors
428
- $utilities-bg-colors: map-loop($utilities-colors, rgba-css-var, "$key", "bg") !default;
430
+ $utilities-bg: map-merge(
431
+ $utilities-colors,
432
+ (
433
+ "black": to-rgb($black),
434
+ "white": to-rgb($white),
435
+ "body": to-rgb($body-bg)
436
+ )
437
+ ) !default;
438
+ $utilities-bg-colors: map-loop($utilities-bg, rgba-css-var, "$key", "bg") !default;
429
439
  // scss-docs-end utilities-bg-colors
430
440
 
431
441
  // Links
@@ -914,7 +924,7 @@ $form-check-inline-margin-end: 1rem !default;
914
924
  // scss-docs-end form-check-variables
915
925
 
916
926
  // scss-docs-start form-switch-variables
917
- $form-switch-color: rgba(0, 0, 0, .25) !default;
927
+ $form-switch-color: rgba($black, .25) !default;
918
928
  $form-switch-width: 2em !default;
919
929
  $form-switch-padding-start: $form-switch-width + .5em !default;
920
930
  $form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-color}'/></svg>") !default;
@@ -962,7 +972,7 @@ $form-select-feedback-icon-size: $input-height-inner-half $input-height-i
962
972
 
963
973
  $form-select-border-width: $input-border-width !default;
964
974
  $form-select-border-color: $input-border-color !default;
965
- $form-select-border-radius: $border-radius !default;
975
+ $form-select-border-radius: $input-border-radius !default;
966
976
  $form-select-box-shadow: $box-shadow-inset !default;
967
977
 
968
978
  $form-select-focus-border-color: $input-focus-border-color !default;
@@ -972,10 +982,12 @@ $form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focu
972
982
  $form-select-padding-y-sm: $input-padding-y-sm !default;
973
983
  $form-select-padding-x-sm: $input-padding-x-sm !default;
974
984
  $form-select-font-size-sm: $input-font-size-sm !default;
985
+ $form-select-border-radius-sm: $input-border-radius-sm !default;
975
986
 
976
987
  $form-select-padding-y-lg: $input-padding-y-lg !default;
977
988
  $form-select-padding-x-lg: $input-padding-x-lg !default;
978
989
  $form-select-font-size-lg: $input-font-size-lg !default;
990
+ $form-select-border-radius-lg: $input-border-radius-lg !default;
979
991
 
980
992
  $form-select-transition: $input-transition !default;
981
993
  // scss-docs-end form-select-variables
@@ -1157,7 +1169,7 @@ $dropdown-divider-margin-y: $spacer * .5 !default;
1157
1169
  $dropdown-box-shadow: $box-shadow !default;
1158
1170
 
1159
1171
  $dropdown-link-color: $gray-900 !default;
1160
- $dropdown-link-hover-color: shade-color($gray-900, 10%) !default;
1172
+ $dropdown-link-hover-color: shade-color($dropdown-link-color, 10%) !default;
1161
1173
  $dropdown-link-hover-bg: $gray-200 !default;
1162
1174
 
1163
1175
  $dropdown-link-active-color: $component-active-color !default;
@@ -1362,14 +1374,14 @@ $toast-font-size: .875rem !default;
1362
1374
  $toast-color: null !default;
1363
1375
  $toast-background-color: rgba($white, .85) !default;
1364
1376
  $toast-border-width: 1px !default;
1365
- $toast-border-color: rgba(0, 0, 0, .1) !default;
1377
+ $toast-border-color: rgba($black, .1) !default;
1366
1378
  $toast-border-radius: $border-radius !default;
1367
1379
  $toast-box-shadow: $box-shadow !default;
1368
1380
  $toast-spacing: $container-padding-x !default;
1369
1381
 
1370
1382
  $toast-header-color: $gray-600 !default;
1371
1383
  $toast-header-background-color: rgba($white, .85) !default;
1372
- $toast-header-border-color: rgba(0, 0, 0, .05) !default;
1384
+ $toast-header-border-color: rgba($black, .05) !default;
1373
1385
  // scss-docs-end toast-variables
1374
1386
 
1375
1387
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
2
+ * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2021 The Bootstrap Authors
4
4
  * Copyright 2011-2021 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -18,6 +18,8 @@ $include-column-box-sizing: true !default;
18
18
 
19
19
  @import "vendor/rfs";
20
20
 
21
+ @import "root";
22
+
21
23
  @import "containers";
22
24
  @import "grid";
23
25
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
2
+ * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2021 The Bootstrap Authors
4
4
  * Copyright 2011-2021 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -8,8 +8,6 @@
8
8
 
9
9
  @import "functions";
10
10
  @import "variables";
11
- // Prevent the usage of custom properties since we don't add them to `:root` in reboot
12
- $font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default
13
- $font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default
14
11
  @import "mixins";
12
+ @import "root";
15
13
  @import "reboot";
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Utilities v5.1.0 (https://getbootstrap.com/)
2
+ * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2021 The Bootstrap Authors
4
4
  * Copyright 2011-2021 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v5.1.0 (https://getbootstrap.com/)
2
+ * Bootstrap v5.1.3 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2021 The Bootstrap Authors
4
4
  * Copyright 2011-2021 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -60,6 +60,7 @@
60
60
  padding-bottom: $form-select-padding-y-sm;
61
61
  padding-left: $form-select-padding-x-sm;
62
62
  @include font-size($form-select-font-size-sm);
63
+ @include border-radius($form-select-border-radius-sm);
63
64
  }
64
65
 
65
66
  .form-select-lg {
@@ -67,4 +68,5 @@
67
68
  padding-bottom: $form-select-padding-y-lg;
68
69
  padding-left: $form-select-padding-x-lg;
69
70
  @include font-size($form-select-font-size-lg);
71
+ @include border-radius($form-select-border-radius-lg);
70
72
  }
@@ -7,9 +7,10 @@
7
7
  --#{$variable-prefix}gutter-y: 0;
8
8
  display: flex;
9
9
  flex-wrap: wrap;
10
- margin-top: calc(var(--#{$variable-prefix}gutter-y) * -1); // stylelint-disable-line function-disallowed-list
11
- margin-right: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list
12
- margin-left: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list
10
+ // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed
11
+ margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list
12
+ margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list
13
+ margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list
13
14
  }
14
15
 
15
16
  @mixin make-col-ready($gutter: $grid-gutter-width) {
@@ -3,7 +3,7 @@
3
3
  // Hide content visually while keeping it accessible to assistive technologies
4
4
  //
5
5
  // See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
6
- // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
6
+ // See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
7
7
 
8
8
  @mixin visually-hidden() {
9
9
  position: absolute !important;
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": "4.42.0-dev.0",
4
+ "version": "4.42.1-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,8 +50,8 @@
50
50
  "postpublish": "rm -rf modules && git checkout scss"
51
51
  },
52
52
  "dependencies": {
53
- "@progress/kendo-theme-default": "^4.42.0-dev.0",
53
+ "@progress/kendo-theme-default": "^4.42.1-dev.2",
54
54
  "bootstrap": "^5.1.0"
55
55
  },
56
- "gitHead": "cb64d8c6520246fd2807ec4cd455555d5fac8d82"
56
+ "gitHead": "7594d845144b5289cc2484b488f2bc9418387f12"
57
57
  }
@@ -32,12 +32,12 @@ $chat-bubble-border-radius-sm: 2px !default;
32
32
  $chat-avatar-size: 32px !default;
33
33
  $chat-avatar-spacing: $chat-item-spacing-x !default;
34
34
 
35
- $chat-message-box-padding-x: $chat-padding-x !default;
36
- $chat-message-box-padding-y: 10px !default;
35
+ $chat-message-box-padding-x: $input-padding-x !default;
36
+ $chat-message-box-padding-y: $input-padding-y !default;
37
37
 
38
- $chat-toolbar-padding-x: $chat-padding-x !default;
39
- $chat-toolbar-padding-y: 10px !default;
40
- $chat-toolbar-spacing: 20px !default;
38
+ $chat-toolbar-padding-x: $toolbar-padding-x !default;
39
+ $chat-toolbar-padding-y: $toolbar-padding-y !default;
40
+ $chat-toolbar-spacing: $toolbar-spacing !default;
41
41
  $chat-toolbar-bg: $toolbar-bg !default;
42
42
  $chat-toolbar-text: $toolbar-text !default;
43
43
  $chat-toolbar-border: inherit !default;
@@ -13,3 +13,11 @@ $editor-selected-bg: $primary !default;
13
13
  $editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
14
14
 
15
15
  $editor-export-tool-icon-margin-x: .25em !default;
16
+
17
+ $editor-resize-handle-size: 5px !default;
18
+ $editor-resize-handle-border-width: 1px !default;
19
+ $editor-resize-handle-border: #000000 !default;
20
+ $editor-resize-handle-bg: #ffffff !default;
21
+
22
+ $editor-selectednode-outline-width: 2px !default;
23
+ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex-length
@@ -1,14 +1 @@
1
1
  @import "../../modules/@progress/kendo-theme-default/scss/slider/_theme.scss";
2
-
3
- @include exports("slider/theme/bootstrap") {
4
-
5
- .k-slider {
6
-
7
- .k-button {
8
- &:active,
9
- &.k-state-active {
10
- @include box-shadow( $slider-button-focused-shadow );
11
- }
12
- }
13
- }
14
- }
@@ -1 +1,12 @@
1
1
  @import "../../modules/@progress/kendo-theme-default/scss/switch/_layout.scss";
2
+
3
+ @include exports( "switch/layout/bootstrap" ) {
4
+
5
+ // Switch
6
+ .k-switch.k-disabled,
7
+ .k-switch.k-state-disabled {
8
+ opacity: 1;
9
+ filter: none;
10
+ }
11
+
12
+ }
@@ -2,17 +2,11 @@
2
2
 
3
3
  @include exports( "switch/theme/bootstrap" ) {
4
4
 
5
- // Switch
6
- .k-switch.k-state-disabled {
7
- opacity: 1;
8
- filter: none;
9
- }
10
-
11
5
  .k-switch-on.k-state-disabled {
12
6
 
13
7
  // Switch track
14
8
  .k-switch-container {
15
- background-color: rgba( $switch-on-bg, .5 );
9
+ background-color: try-tint( $switch-on-bg, 50% );
16
10
  }
17
11
 
18
12
  // Switch thumb
@@ -1 +1,11 @@
1
+ $utils-border-radius: (
2
+ default: map-get( $spacing, 1 ),
3
+ 0: 0,
4
+ sm: .2rem,
5
+ md: .25rem,
6
+ lg: .3rem,
7
+ circle: 50%,
8
+ pill: 9999px
9
+ ) !default;
10
+
1
11
  @import "../../modules/@progress/kendo-theme-default/scss/utils/_border.scss";