@progress/kendo-theme-bootstrap 6.2.0 → 6.2.1-dev.1
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 -5
- package/dist/all.scss +5 -6
- 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
|
}
|
|
@@ -45888,7 +45888,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45888
45888
|
display: flex;
|
|
45889
45889
|
flex-flow: column nowrap;
|
|
45890
45890
|
position: relative;
|
|
45891
|
-
z-index: 1;
|
|
45892
45891
|
-webkit-touch-callout: none;
|
|
45893
45892
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
45894
45893
|
}
|
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;
|
|
@@ -42791,7 +42791,6 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
42791
42791
|
display: flex;
|
|
42792
42792
|
flex-flow: column nowrap;
|
|
42793
42793
|
position: relative;
|
|
42794
|
-
z-index: 1;
|
|
42795
42794
|
-webkit-touch-callout: none;
|
|
42796
42795
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
42797
42796
|
|
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.
|
|
4
|
+
"version": "6.2.1-dev.1+11ca05ae1",
|
|
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.
|
|
53
|
-
"@progress/kendo-theme-default": "6.2.
|
|
54
|
-
"@progress/kendo-theme-utils": "6.2.
|
|
52
|
+
"@progress/kendo-theme-core": "6.2.1-dev.1+11ca05ae1",
|
|
53
|
+
"@progress/kendo-theme-default": "6.2.1-dev.1+11ca05ae1",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.1+11ca05ae1",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "11ca05ae129666f4ab9b4ecd25194b577ddfa8c3"
|
|
58
58
|
}
|