@progress/kendo-theme-bootstrap 7.0.2-dev.2 → 7.0.2-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 +1 -1
- package/dist/all.scss +5 -2
- package/dist/meta/sassdoc-data.json +2 -2
- package/dist/meta/sassdoc-raw-data.json +1 -1
- 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 +5 -5
- package/scss/core/elevation/index.import.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -34029,7 +34029,7 @@ select.k-picker-lg {
|
|
|
34029
34029
|
}
|
|
34030
34030
|
|
|
34031
34031
|
.k-slider-transitions.k-slider-horizontal .k-draghandle {
|
|
34032
|
-
transition:
|
|
34032
|
+
transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
34033
34033
|
}
|
|
34034
34034
|
|
|
34035
34035
|
.k-slider-transitions.k-slider-vertical .k-draghandle {
|
package/dist/all.scss
CHANGED
|
@@ -4101,7 +4101,7 @@ $_default-elevation: (
|
|
|
4101
4101
|
),
|
|
4102
4102
|
);
|
|
4103
4103
|
|
|
4104
|
-
///
|
|
4104
|
+
/// The global default Elevation map.
|
|
4105
4105
|
/// @group elevation
|
|
4106
4106
|
$kendo-elevation: $_default-elevation !default;
|
|
4107
4107
|
|
|
@@ -6906,7 +6906,10 @@ $_default-elevation: (
|
|
|
6906
6906
|
)
|
|
6907
6907
|
) !default;
|
|
6908
6908
|
|
|
6909
|
+
/// The global default Elevation map.
|
|
6910
|
+
/// @group elevation
|
|
6909
6911
|
$kendo-elevation: $_default-elevation !default;
|
|
6912
|
+
|
|
6910
6913
|
$kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
|
|
6911
6914
|
|
|
6912
6915
|
@function k-shadow-filter($shadow) {
|
|
@@ -29812,7 +29815,7 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
29812
29815
|
height: $kendo-slider-draghandle-size;
|
|
29813
29816
|
|
|
29814
29817
|
.k-slider-transitions.k-slider-horizontal & {
|
|
29815
|
-
transition:
|
|
29818
|
+
transition: inset-inline-start $kendo-slider-transition-speed $kendo-slider-transition-function, background-color $kendo-slider-transition-speed $kendo-slider-transition-function, transform $kendo-slider-draghandle-transition-speed $kendo-slider-draghandle-transition-function;
|
|
29816
29819
|
}
|
|
29817
29820
|
|
|
29818
29821
|
.k-slider-transitions.k-slider-vertical & {
|
|
@@ -13245,7 +13245,7 @@
|
|
|
13245
13245
|
"resolvedType": "Color"
|
|
13246
13246
|
},
|
|
13247
13247
|
{
|
|
13248
|
-
"description": "
|
|
13248
|
+
"description": "The global default Elevation map.\n",
|
|
13249
13249
|
"commentRange": {
|
|
13250
13250
|
"start": 31,
|
|
13251
13251
|
"end": 32
|
|
@@ -51945,7 +51945,7 @@
|
|
|
51945
51945
|
"title": "Elevation",
|
|
51946
51946
|
"variables": [
|
|
51947
51947
|
{
|
|
51948
|
-
"description": "
|
|
51948
|
+
"description": "The global default Elevation map.\n",
|
|
51949
51949
|
"commentRange": {
|
|
51950
51950
|
"start": 31,
|
|
51951
51951
|
"end": 32
|
|
@@ -12264,7 +12264,7 @@
|
|
|
12264
12264
|
}
|
|
12265
12265
|
},
|
|
12266
12266
|
{
|
|
12267
|
-
"description": "
|
|
12267
|
+
"description": "The global default Elevation map.\n",
|
|
12268
12268
|
"commentRange": {
|
|
12269
12269
|
"start": 31,
|
|
12270
12270
|
"end": 32
|
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": "7.0.2-dev.
|
|
4
|
+
"version": "7.0.2-dev.4",
|
|
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": "2.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.0.2-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "7.0.2-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.0.2-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.0.2-dev.4",
|
|
57
|
+
"@progress/kendo-theme-default": "7.0.2-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.0.2-dev.4",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "6d2e939e23235b80ff5b886fe5e19e3ef2b3f582"
|
|
66
66
|
}
|