@progress/kendo-theme-bootstrap 5.8.1 → 5.8.2-dev.0
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.scss +18 -17
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
package/dist/all.scss
CHANGED
|
@@ -1072,7 +1072,7 @@ $popover-header-padding-y: $spacer !default;
|
|
|
1072
1072
|
// Replace `$search` with `$replace` in `$string`
|
|
1073
1073
|
// Used on our SVG icon backgrounds for custom forms.
|
|
1074
1074
|
//
|
|
1075
|
-
// @author
|
|
1075
|
+
// @author Kitty Giraudel
|
|
1076
1076
|
// @param {String} $string - Initial string
|
|
1077
1077
|
// @param {String} $search - Substring to replace
|
|
1078
1078
|
// @param {String} $replace ('') - New value
|
|
@@ -2368,15 +2368,6 @@ $navbar-toggler-font-size: $font-size-lg !default;
|
|
|
2368
2368
|
$navbar-toggler-border-radius: $btn-border-radius !default;
|
|
2369
2369
|
$navbar-toggler-focus-width: $btn-focus-width !default;
|
|
2370
2370
|
$navbar-toggler-transition: box-shadow .15s ease-in-out !default;
|
|
2371
|
-
// scss-docs-end navbar-variables
|
|
2372
|
-
|
|
2373
|
-
// scss-docs-start navbar-theme-variables
|
|
2374
|
-
$navbar-dark-color: rgba($white, .55) !default;
|
|
2375
|
-
$navbar-dark-hover-color: rgba($white, .75) !default;
|
|
2376
|
-
$navbar-dark-active-color: $white !default;
|
|
2377
|
-
$navbar-dark-disabled-color: rgba($white, .25) !default;
|
|
2378
|
-
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
2379
|
-
$navbar-dark-toggler-border-color: rgba($white, .1) !default;
|
|
2380
2371
|
|
|
2381
2372
|
$navbar-light-color: rgba($black, .55) !default;
|
|
2382
2373
|
$navbar-light-hover-color: rgba($black, .7) !default;
|
|
@@ -2384,12 +2375,20 @@ $navbar-light-active-color: rgba($black, .9) !default;
|
|
|
2384
2375
|
$navbar-light-disabled-color: rgba($black, .3) !default;
|
|
2385
2376
|
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
2386
2377
|
$navbar-light-toggler-border-color: rgba($black, .1) !default;
|
|
2378
|
+
$navbar-light-brand-color: $navbar-light-active-color !default;
|
|
2379
|
+
$navbar-light-brand-hover-color: $navbar-light-active-color !default;
|
|
2380
|
+
// scss-docs-end navbar-variables
|
|
2387
2381
|
|
|
2388
|
-
|
|
2389
|
-
$navbar-
|
|
2390
|
-
$navbar-dark-
|
|
2391
|
-
$navbar-dark-
|
|
2392
|
-
|
|
2382
|
+
// scss-docs-start navbar-dark-variables
|
|
2383
|
+
$navbar-dark-color: rgba($white, .55) !default;
|
|
2384
|
+
$navbar-dark-hover-color: rgba($white, .75) !default;
|
|
2385
|
+
$navbar-dark-active-color: $white !default;
|
|
2386
|
+
$navbar-dark-disabled-color: rgba($white, .25) !default;
|
|
2387
|
+
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
2388
|
+
$navbar-dark-toggler-border-color: rgba($white, .1) !default;
|
|
2389
|
+
$navbar-dark-brand-color: $navbar-dark-active-color !default;
|
|
2390
|
+
$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
|
|
2391
|
+
// scss-docs-end navbar-dark-variables
|
|
2393
2392
|
|
|
2394
2393
|
|
|
2395
2394
|
// Dropdowns
|
|
@@ -2601,7 +2600,7 @@ $popover-box-shadow: $box-shadow !default;
|
|
|
2601
2600
|
|
|
2602
2601
|
$popover-header-font-size: $font-size-base !default;
|
|
2603
2602
|
$popover-header-bg: shade-color($popover-bg, 6%) !default;
|
|
2604
|
-
$popover-header-color:
|
|
2603
|
+
$popover-header-color: $headings-color !default;
|
|
2605
2604
|
$popover-header-padding-y: .5rem !default;
|
|
2606
2605
|
$popover-header-padding-x: $spacer !default;
|
|
2607
2606
|
|
|
@@ -2828,11 +2827,13 @@ $carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://
|
|
|
2828
2827
|
|
|
2829
2828
|
$carousel-transition-duration: .6s !default;
|
|
2830
2829
|
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
|
2830
|
+
// scss-docs-end carousel-variables
|
|
2831
2831
|
|
|
2832
|
+
// scss-docs-start carousel-dark-variables
|
|
2832
2833
|
$carousel-dark-indicator-active-bg: $black !default;
|
|
2833
2834
|
$carousel-dark-caption-color: $black !default;
|
|
2834
2835
|
$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
|
|
2835
|
-
// scss-docs-end carousel-variables
|
|
2836
|
+
// scss-docs-end carousel-dark-variables
|
|
2836
2837
|
|
|
2837
2838
|
|
|
2838
2839
|
// Spinners
|
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": "5.8.
|
|
4
|
+
"version": "5.8.2-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.8.
|
|
47
|
-
"bootstrap": "^5.2.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.0",
|
|
47
|
+
"bootstrap": "^5.2.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "44958c26c1b97340a3e2d29432733ecc37521573"
|
|
53
53
|
}
|