@progress/kendo-theme-bootstrap 4.42.1-dev.0 → 4.42.1-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.
- package/dist/all.css +7318 -7511
- package/dist/all.scss +17546 -17657
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/all.scss +1 -154
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +0 -20
- package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +0 -13
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +1 -2
- package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +24 -20
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +6 -6
- package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +0 -22
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_module-system.scss +149 -0
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -45
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/dropzone/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +84 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_theme.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_variables.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/filemanager/_theme.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/icons/_layout.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/index.scss +151 -0
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +3 -16
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +0 -22
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +0 -11
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +0 -53
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +0 -18
- package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +0 -26
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +0 -80
- package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +1 -0
- package/modules/bootstrap/package.json +31 -29
- package/modules/bootstrap/scss/_functions.scss +8 -2
- package/modules/bootstrap/scss/_reboot.scss +1 -1
- package/modules/bootstrap/scss/_root.scss +2 -1
- package/modules/bootstrap/scss/_tables.scss +8 -4
- package/modules/bootstrap/scss/_variables.scss +25 -13
- package/modules/bootstrap/scss/bootstrap-grid.scss +3 -1
- package/modules/bootstrap/scss/bootstrap-reboot.scss +2 -4
- package/modules/bootstrap/scss/bootstrap-utilities.scss +1 -1
- package/modules/bootstrap/scss/bootstrap.scss +1 -1
- package/modules/bootstrap/scss/forms/_form-select.scss +2 -0
- package/modules/bootstrap/scss/mixins/_grid.scss +4 -3
- package/modules/bootstrap/scss/mixins/_visually-hidden.scss +1 -1
- package/package.json +3 -3
- package/scss/all.scss +1 -154
- package/scss/chat/_variables.scss +6 -6
- package/scss/editor/_variables.scss +8 -0
- package/scss/index.scss +151 -0
- package/scss/switch/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/no-flexbox.scss +0 -72
|
@@ -422,84 +422,4 @@
|
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.k-ie9 {
|
|
426
|
-
.k-upload-status-total {
|
|
427
|
-
top: 1.5em;
|
|
428
|
-
|
|
429
|
-
> .k-icon {
|
|
430
|
-
margin-top: -3px;
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
// No flexbox variant for older browsers
|
|
436
|
-
.k-no-flexbox {
|
|
437
|
-
|
|
438
|
-
// Upload files list
|
|
439
|
-
.k-upload-files {
|
|
440
|
-
.k-file-multiple,
|
|
441
|
-
.k-file-single {
|
|
442
|
-
display: block;
|
|
443
|
-
width: 100%;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.k-upload-status {
|
|
447
|
-
position: absolute;
|
|
448
|
-
right: $upload-item-padding-x;
|
|
449
|
-
top: $upload-item-padding-y;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.k-file-group-wrapper,
|
|
453
|
-
.k-file-invalid-group-wrapper,
|
|
454
|
-
.k-multiple-files-group-wrapper,
|
|
455
|
-
.k-multiple-files-invalid-group-wrapper {
|
|
456
|
-
position: absolute;
|
|
457
|
-
top: $upload-item-padding-y;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.k-multiple-files-wrapper,
|
|
461
|
-
.k-file-single > .k-file-name-size-wrapper,
|
|
462
|
-
.k-file > .k-file-name-size-wrapper {
|
|
463
|
-
margin-left: calc( #{$upload-group-icon-size} + #{$padding-x} );
|
|
464
|
-
margin-right: calc( (#{$button-calc-size} + #{$button-padding-x} * 2) + 2em );
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.k-dropzone {
|
|
469
|
-
position: relative;
|
|
470
|
-
text-align: left;
|
|
471
|
-
|
|
472
|
-
.k-upload-button {
|
|
473
|
-
display: inline-block;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.k-dropzone-hint,
|
|
477
|
-
.k-upload-status-total {
|
|
478
|
-
position: absolute;
|
|
479
|
-
top: 50%;
|
|
480
|
-
right: $upload-dropzone-padding-x;
|
|
481
|
-
transform: translateY(-50%);
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
// RTL styles
|
|
486
|
-
[dir = "rtl"],
|
|
487
|
-
.k-rtl {
|
|
488
|
-
.k-dropzone-hint,
|
|
489
|
-
.k-upload-status-total,
|
|
490
|
-
.k-upload-files .k-upload-status {
|
|
491
|
-
right: auto;
|
|
492
|
-
left: $upload-dropzone-padding-x;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.k-multiple-files-wrapper,
|
|
496
|
-
.k-file-single > .k-file-name-size-wrapper,
|
|
497
|
-
.k-file > .k-file-name-size-wrapper {
|
|
498
|
-
margin-left: calc( (#{$button-calc-size} + #{$button-padding-x} * 2) + 2em );
|
|
499
|
-
margin-right: calc( #{$upload-group-icon-size} + #{$padding-x} );
|
|
500
|
-
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
|
|
505
425
|
}
|
|
@@ -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.
|
|
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
|
|
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.
|
|
101
|
+
"@popperjs/core": "^2.10.2"
|
|
101
102
|
},
|
|
102
103
|
"devDependencies": {
|
|
103
|
-
"@babel/cli": "^7.
|
|
104
|
-
"@babel/core": "^7.
|
|
105
|
-
"@babel/preset-env": "^7.
|
|
106
|
-
"@popperjs/core": "^2.
|
|
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": "^
|
|
109
|
-
"@rollup/plugin-node-resolve": "^13.0.
|
|
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.
|
|
112
|
+
"autoprefixer": "^10.3.6",
|
|
112
113
|
"bundlewatch": "^0.3.2",
|
|
113
|
-
"clean-css-cli": "^5.
|
|
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.
|
|
117
|
-
"eslint-plugin-import": "^2.
|
|
118
|
-
"eslint-plugin-unicorn": "^
|
|
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.
|
|
122
|
+
"glob": "^7.2.0",
|
|
121
123
|
"globby": "^11.0.4",
|
|
122
124
|
"hammer-simulator": "0.0.1",
|
|
123
|
-
"hugo-bin": "^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.
|
|
139
|
+
"nodemon": "^2.0.13",
|
|
138
140
|
"npm-run-all": "^4.1.5",
|
|
139
|
-
"postcss": "^8.3.
|
|
140
|
-
"postcss-cli": "^
|
|
141
|
-
"rollup": "^2.
|
|
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.
|
|
146
|
+
"sass": "^1.42.1",
|
|
145
147
|
"shelljs": "^0.8.4",
|
|
146
148
|
"stylelint": "^13.13.1",
|
|
147
|
-
"stylelint-config-twbs-bootstrap": "^2.2.
|
|
148
|
-
"terser": "5.
|
|
149
|
-
"vnu-jar": "21.
|
|
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.
|
|
176
|
+
"@popperjs/core": "^2.10.2"
|
|
175
177
|
}
|
|
176
178
|
}
|
|
177
179
|
|
|
178
|
-
,"_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.
|
|
179
|
-
,"_integrity": "sha512-
|
|
180
|
-
,"_from": "bootstrap@5.1.
|
|
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
|
-
@
|
|
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
|
|
|
@@ -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(:
|
|
43
|
-
border-
|
|
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:
|
|
414
|
-
|
|
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":
|
|
423
|
+
"body": to-rgb($body-color)
|
|
419
424
|
)
|
|
420
425
|
) !default;
|
|
421
|
-
|
|
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
|
|
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(
|
|
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($
|
|
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(
|
|
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(
|
|
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.
|
|
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.
|
|
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.
|
|
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)
|
|
@@ -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
|
-
|
|
11
|
-
margin-
|
|
12
|
-
margin-
|
|
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://
|
|
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.1-dev.
|
|
4
|
+
"version": "4.42.1-dev.4",
|
|
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.1-dev.
|
|
53
|
+
"@progress/kendo-theme-default": "^4.42.1-dev.4",
|
|
54
54
|
"bootstrap": "^5.1.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e858f6d0ffd07117aa86b4c83d28e9999b2884f9"
|
|
57
57
|
}
|
package/scss/all.scss
CHANGED
|
@@ -1,154 +1 @@
|
|
|
1
|
-
@import "
|
|
2
|
-
@import "core/mixins/_index.scss";
|
|
3
|
-
@import "_variables.scss";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// Core
|
|
7
|
-
// @import "core/_index.scss";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
// Dependencies
|
|
11
|
-
@import "common/_index.scss";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
// Generic content
|
|
15
|
-
@import "styling/_index.scss";
|
|
16
|
-
@import "utils/_index.scss";
|
|
17
|
-
@import "icons/_index.scss";
|
|
18
|
-
@import "typography/_index.scss";
|
|
19
|
-
@import "avatar/_index.scss";
|
|
20
|
-
@import "badge/_index.scss";
|
|
21
|
-
@import "loader/_index.scss";
|
|
22
|
-
@import "chip/_index.scss";
|
|
23
|
-
@import "cursor/_index.scss";
|
|
24
|
-
// @import "list/_index.scss";
|
|
25
|
-
@import "forms/_index.scss";
|
|
26
|
-
@import "listgroup/_index.scss";
|
|
27
|
-
@import "adaptive/_index.scss";
|
|
28
|
-
// @import "loading/_index.scss";
|
|
29
|
-
@import "progressbar/_index.scss";
|
|
30
|
-
@import "ripple/_index.scss";
|
|
31
|
-
// @import "table/_index.scss";
|
|
32
|
-
@import "messagebox/_index.scss";
|
|
33
|
-
@import "overlay/_index.scss";
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
// Basic forms
|
|
37
|
-
@import "button/_index.scss";
|
|
38
|
-
@import "action-buttons/_index.scss";
|
|
39
|
-
@import "input/_index.scss";
|
|
40
|
-
@import "floating-label/_index.scss";
|
|
41
|
-
@import "textbox/_index.scss";
|
|
42
|
-
@import "textarea/_index.scss";
|
|
43
|
-
@import "checkbox/_index.scss";
|
|
44
|
-
@import "radio/_index.scss";
|
|
45
|
-
@import "validator/_index.scss";
|
|
46
|
-
@import "fab/_index.scss";
|
|
47
|
-
@import "captcha/_index.scss";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
// Inputs
|
|
51
|
-
@import "autocomplete/_index.scss";
|
|
52
|
-
@import "color-preview/_index.scss";
|
|
53
|
-
@import "colorpalette/_index.scss";
|
|
54
|
-
@import "colorgradient/_index.scss";
|
|
55
|
-
@import "coloreditor/_index.scss";
|
|
56
|
-
@import "colorpicker/_index.scss";
|
|
57
|
-
@import "combobox/_index.scss";
|
|
58
|
-
@import "datetime/_index.scss";
|
|
59
|
-
@import "dropdowngrid/_index.scss";
|
|
60
|
-
@import "dropdownlist/_index.scss";
|
|
61
|
-
@import "dropdowntree/_index.scss";
|
|
62
|
-
@import "maskedtextbox/_index.scss";
|
|
63
|
-
@import "multiselect/_index.scss";
|
|
64
|
-
@import "numerictextbox/_index.scss";
|
|
65
|
-
@import "searchbox/_index.scss";
|
|
66
|
-
@import "upload/_index.scss";
|
|
67
|
-
@import "dropzone/_index.scss";
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
// Other forms
|
|
71
|
-
@import "listbox/_index.scss";
|
|
72
|
-
@import "slider/_index.scss";
|
|
73
|
-
@import "switch/_index.scss";
|
|
74
|
-
@import "rating/_index.scss";
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
// Date time
|
|
78
|
-
@import "calendar/_index.scss";
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
// Command interfaces
|
|
82
|
-
@import "appbar/_index.scss";
|
|
83
|
-
@import "menu/_index.scss";
|
|
84
|
-
@import "toolbar/_index.scss";
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
// Popups and modals
|
|
88
|
-
@import "dialog/_index.scss";
|
|
89
|
-
@import "drawer/_index.scss";
|
|
90
|
-
@import "notification/_index.scss";
|
|
91
|
-
@import "popup/_index.scss";
|
|
92
|
-
@import "responsivepanel/_index.scss";
|
|
93
|
-
@import "tooltip/_index.scss";
|
|
94
|
-
@import "window/_index.scss";
|
|
95
|
-
@import "action-sheet/_index.scss";
|
|
96
|
-
@import "popover/_index.scss";
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
// Navigation
|
|
100
|
-
@import "breadcrumb/_index.scss";
|
|
101
|
-
@import "pager/_index.scss";
|
|
102
|
-
@import "panelbar/_index.scss";
|
|
103
|
-
@import "stepper/_index.scss";
|
|
104
|
-
@import "wizard/_index.scss";
|
|
105
|
-
@import "tabstrip/_index.scss";
|
|
106
|
-
@import "treeview/_index.scss";
|
|
107
|
-
@import "expansion-panel/_index.scss";
|
|
108
|
-
@import "bottom-navigation/_index.scss";
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
// Layout & containers
|
|
112
|
-
@import "card/_index.scss";
|
|
113
|
-
@import "splitter/_index.scss";
|
|
114
|
-
@import "tilelayout/_index.scss";
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
// Data management
|
|
118
|
-
@import "grid/_index.scss";
|
|
119
|
-
@import "listview/_index.scss";
|
|
120
|
-
@import "spreadsheet/_index.scss";
|
|
121
|
-
@import "pivotgrid/_index.scss";
|
|
122
|
-
@import "treelist/_index.scss";
|
|
123
|
-
@import "filter/_index.scss";
|
|
124
|
-
@import "filemanager/_index.scss";
|
|
125
|
-
@import "taskboard/_index.scss";
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
// Editor
|
|
129
|
-
@import "editor/_index.scss";
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
// Image Editor
|
|
133
|
-
@import "imageeditor/_index.scss";
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
// Scheduling
|
|
137
|
-
@import "gantt/_index.scss";
|
|
138
|
-
@import "scheduler/_index.scss";
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
// Misc
|
|
142
|
-
@import "chat/_index.scss";
|
|
143
|
-
@import "mediaplayer/_index.scss";
|
|
144
|
-
@import "timeline/_index.scss";
|
|
145
|
-
@import "pdf-viewer/_index.scss";
|
|
146
|
-
@import "scroller/_index.scss";
|
|
147
|
-
@import "scrollview/_index.scss";
|
|
148
|
-
@import "skeleton/_index.scss";
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
// Dataviz
|
|
152
|
-
@import "dataviz/_index.scss";
|
|
153
|
-
@import "map/_index.scss";
|
|
154
|
-
@import "orgchart/_index.scss";
|
|
1
|
+
@import "index.scss";
|