@progress/kendo-theme-bootstrap 8.0.0 → 8.0.1-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.css CHANGED
@@ -40950,7 +40950,7 @@ select.k-picker-lg {
40950
40950
  }
40951
40951
 
40952
40952
  .k-adaptive-actionsheet .k-actionsheet-filter {
40953
- width: calc( min(100%, calc( 360px - calc( var(--kendo-spacing-4, 1rem) * 2 )) ));
40953
+ width: calc(360px - var(--kendo-spacing-4, 1rem)*2);
40954
40954
  }
40955
40955
 
40956
40956
  .k-adaptive-actionsheet .k-actionsheet-content,
@@ -55250,7 +55250,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
55250
55250
  }
55251
55251
 
55252
55252
  .k-var--gauge-track {
55253
- background-color: var(--kendo-color-base, #dee2e6);
55253
+ background-color: var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34));
55254
55254
  }
55255
55255
 
55256
55256
  .k-var--chart-inactive {
package/dist/all.scss CHANGED
@@ -16150,7 +16150,7 @@ $kendo-utils: (
16150
16150
  /// @contextType css
16151
16151
 
16152
16152
  // stylelint-disable scss/at-function-pattern
16153
- @function __rotate( $val ) {
16153
+ @function _rotate( $val ) {
16154
16154
  @return rotate( $val );
16155
16155
  }
16156
16156
  // stylelint-enable scss/at-function-pattern
@@ -16159,7 +16159,7 @@ $kendo-utils: (
16159
16159
 
16160
16160
  // Rotate utility classes
16161
16161
  $kendo-utils-rotate: k-map-get( $kendo-utils, "rotate" ) !default;
16162
- @include generate-utils( rotate, transform, $kendo-utils-rotate, __rotate );
16162
+ @include generate-utils( rotate, transform, $kendo-utils-rotate, _rotate );
16163
16163
 
16164
16164
  }
16165
16165
 
@@ -16184,13 +16184,13 @@ $kendo-utils: (
16184
16184
  /// @contextType css
16185
16185
 
16186
16186
  // stylelint-disable scss/at-function-pattern
16187
- @function __scale( $val ) {
16187
+ @function _scale( $val ) {
16188
16188
  @return scale( $val );
16189
16189
  }
16190
- @function __scale-x( $val ) {
16190
+ @function _scale-x( $val ) {
16191
16191
  @return scaleX( $val );
16192
16192
  }
16193
- @function __scale-y( $val ) {
16193
+ @function _scale-y( $val ) {
16194
16194
  @return scaleY( $val );
16195
16195
  }
16196
16196
  // stylelint-enable scss/at-function-pattern
@@ -16199,9 +16199,9 @@ $kendo-utils: (
16199
16199
 
16200
16200
  // Scale utility classes
16201
16201
  $kendo-utils-scale: k-map-get( $kendo-utils, "scale" ) !default;
16202
- @include generate-utils( scale, transform, $kendo-utils-scale, __scale );
16203
- @include generate-utils( scale-x, transform, $kendo-utils-scale, __scale-x );
16204
- @include generate-utils( scale-y, transform, $kendo-utils-scale, __scale-y );
16202
+ @include generate-utils( scale, transform, $kendo-utils-scale, _scale );
16203
+ @include generate-utils( scale-x, transform, $kendo-utils-scale, _scale-x );
16204
+ @include generate-utils( scale-y, transform, $kendo-utils-scale, _scale-y );
16205
16205
 
16206
16206
  }
16207
16207
 
@@ -16232,10 +16232,10 @@ $kendo-utils: (
16232
16232
  /// @contextType css
16233
16233
 
16234
16234
  // stylelint-disable scss/at-function-pattern
16235
- @function __skew-x( $val ) {
16235
+ @function _skew-x( $val ) {
16236
16236
  @return skewX( $val );
16237
16237
  }
16238
- @function __skew-y( $val ) {
16238
+ @function _skew-y( $val ) {
16239
16239
  @return skewY( $val );
16240
16240
  }
16241
16241
  // stylelint-enable scss/at-function-pattern
@@ -16244,8 +16244,8 @@ $kendo-utils: (
16244
16244
 
16245
16245
  // Transform skew utility classes
16246
16246
  $kendo-utils-skew: k-map-get( $kendo-utils, "skew" ) !default;
16247
- @include generate-utils( skew-x, transform, $kendo-utils-skew, __skew-x );
16248
- @include generate-utils( skew-y, transform, $kendo-utils-skew, __skew-y );
16247
+ @include generate-utils( skew-x, transform, $kendo-utils-skew, _skew-x );
16248
+ @include generate-utils( skew-y, transform, $kendo-utils-skew, _skew-y );
16249
16249
 
16250
16250
  }
16251
16251
 
@@ -16306,13 +16306,13 @@ $kendo-utils: (
16306
16306
  /// @contextType css
16307
16307
 
16308
16308
  // stylelint-disable scss/at-function-pattern
16309
- @function __translate( $val ) {
16309
+ @function _translate( $val ) {
16310
16310
  @return translate( $val );
16311
16311
  }
16312
- @function __translate-x( $val ) {
16312
+ @function _translate-x( $val ) {
16313
16313
  @return translateX( $val );
16314
16314
  }
16315
- @function __translate-y( $val ) {
16315
+ @function _translate-y( $val ) {
16316
16316
  @return translateY( $val );
16317
16317
  }
16318
16318
  // stylelint-enable scss/at-function-pattern
@@ -16332,9 +16332,9 @@ $kendo-utils: (
16332
16332
  "100-50": ( 100%, 50% ),
16333
16333
  "100-100": ( 100%, 100% )
16334
16334
  ) !default;
16335
- @include generate-utils( translate, transform, $kendo-utils-translate-xy, __translate );
16336
- @include generate-utils( translate-x, transform, $kendo-utils-translate, __translate-x );
16337
- @include generate-utils( translate-y, transform, $kendo-utils-translate, __translate-y );
16335
+ @include generate-utils( translate, transform, $kendo-utils-translate-xy, _translate );
16336
+ @include generate-utils( translate-x, transform, $kendo-utils-translate, _translate-x );
16337
+ @include generate-utils( translate-y, transform, $kendo-utils-translate, _translate-y );
16338
16338
 
16339
16339
  }
16340
16340
 
@@ -39801,7 +39801,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
39801
39801
  }
39802
39802
 
39803
39803
  .k-actionsheet-filter {
39804
- width: calc( min(100%, calc( 360px - calc( #{$kendo-adaptive-actionsheet-titlebar-padding-x} * 2 )) ) );
39804
+ width: calc( 360px - #{$kendo-adaptive-actionsheet-titlebar-padding-x} * 2 );
39805
39805
  }
39806
39806
  .k-actionsheet-content,
39807
39807
  .k-actionsheet-footer {
@@ -64370,7 +64370,7 @@ $kendo-treemap-line-height: var( --kendo-line-height, normal ) !default;
64370
64370
  series-30: $kendo-series-30,
64371
64371
 
64372
64372
  gauge-pointer: $kendo-color-primary,
64373
- gauge-track: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg ))
64373
+ gauge-track: if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-chart-bg ))
64374
64374
  );
64375
64375
 
64376
64376
  @each $name, $value in $exported {
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
6
+ "version": "8.0.1-dev.0",
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": "8.0.0",
4
+ "version": "8.0.1-dev.0",
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.0.0",
56
- "@progress/kendo-theme-core": "8.0.0",
57
- "@progress/kendo-theme-default": "8.0.0",
58
- "@progress/kendo-theme-utils": "8.0.0",
56
+ "@progress/kendo-theme-core": "8.0.1-dev.0",
57
+ "@progress/kendo-theme-default": "8.0.1-dev.0",
58
+ "@progress/kendo-theme-utils": "8.0.1-dev.0",
59
59
  "bootstrap": "5.2.1"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "5d189bf7291e83332a8817cefbbbecc68fc8a644"
65
+ "gitHead": "311995cf115b4f9239c891551c3f7d380eb22075"
66
66
  }