@progress/kendo-theme-bootstrap 6.2.0 → 6.2.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 +4 -4
- package/dist/all.scss +5 -5
- 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/dist/all.css
CHANGED
|
@@ -27744,10 +27744,6 @@ kendo-badge-container {
|
|
|
27744
27744
|
display: none !important;
|
|
27745
27745
|
}
|
|
27746
27746
|
|
|
27747
|
-
.k-chip .k-icon-wrapper-host {
|
|
27748
|
-
display: initial;
|
|
27749
|
-
}
|
|
27750
|
-
|
|
27751
27747
|
.k-chip-content {
|
|
27752
27748
|
padding-block: .5em;
|
|
27753
27749
|
padding-inline: 0;
|
|
@@ -27761,6 +27757,10 @@ kendo-badge-container {
|
|
|
27761
27757
|
flex: 1 1 auto;
|
|
27762
27758
|
}
|
|
27763
27759
|
|
|
27760
|
+
.k-chip-content .k-icon-wrapper-host {
|
|
27761
|
+
display: initial;
|
|
27762
|
+
}
|
|
27763
|
+
|
|
27764
27764
|
.k-chip-content:first-child {
|
|
27765
27765
|
margin-inline-start: 0.25rem;
|
|
27766
27766
|
}
|
package/dist/all.scss
CHANGED
|
@@ -15563,11 +15563,6 @@ $kendo-chip-list-sizes: (
|
|
|
15563
15563
|
.k-selected-icon-wrapper {
|
|
15564
15564
|
display: none !important; // sass-lint:disable-line no-important
|
|
15565
15565
|
}
|
|
15566
|
-
|
|
15567
|
-
// Adjustment for kendo-icon-wrapper
|
|
15568
|
-
.k-icon-wrapper-host {
|
|
15569
|
-
display: initial;
|
|
15570
|
-
}
|
|
15571
15566
|
}
|
|
15572
15567
|
|
|
15573
15568
|
|
|
@@ -15583,6 +15578,11 @@ $kendo-chip-list-sizes: (
|
|
|
15583
15578
|
align-items: center;
|
|
15584
15579
|
overflow: hidden;
|
|
15585
15580
|
flex: 1 1 auto;
|
|
15581
|
+
|
|
15582
|
+
// Adjustment for kendo-icon-wrapper
|
|
15583
|
+
.k-icon-wrapper-host {
|
|
15584
|
+
display: initial;
|
|
15585
|
+
}
|
|
15586
15586
|
}
|
|
15587
15587
|
.k-chip-content:first-child {
|
|
15588
15588
|
margin-inline-start: $kendo-chip-spacing;
|
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": "6.2.0",
|
|
4
|
+
"version": "6.2.1-dev.0+7a0fad806",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "1.4.0",
|
|
52
|
-
"@progress/kendo-theme-core": "6.2.0",
|
|
53
|
-
"@progress/kendo-theme-default": "6.2.0",
|
|
54
|
-
"@progress/kendo-theme-utils": "6.2.0",
|
|
52
|
+
"@progress/kendo-theme-core": "6.2.1-dev.0+7a0fad806",
|
|
53
|
+
"@progress/kendo-theme-default": "6.2.1-dev.0+7a0fad806",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.0+7a0fad806",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "7a0fad8063cd9fe27e17a9898e289cca17895c32"
|
|
58
58
|
}
|