@progress/kendo-theme-bootstrap 7.0.0-dev.0 → 7.0.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 +131 -4418
- package/dist/all.scss +61 -1229
- package/dist/meta/variables.json +1 -21
- 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 +6 -6
- package/scss/grid/_theme.scss +1 -2
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.0
|
|
4
|
+
"version": "7.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-
|
|
54
|
-
"@progress/kendo-theme-core": "7.0.0
|
|
55
|
-
"@progress/kendo-theme-default": "7.0.0
|
|
56
|
-
"@progress/kendo-theme-utils": "7.0.0
|
|
53
|
+
"@progress/kendo-svg-icons": "2.0.0",
|
|
54
|
+
"@progress/kendo-theme-core": "7.0.0",
|
|
55
|
+
"@progress/kendo-theme-default": "7.0.0",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.0.0",
|
|
57
57
|
"bootstrap": "5.2.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "61d73126ecd6c97602f73d0adf12a12bdafe4d0a"
|
|
60
60
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -142,8 +142,7 @@
|
|
|
142
142
|
.k-grid-filter,
|
|
143
143
|
.k-header-column-menu,
|
|
144
144
|
.k-grid-header-menu,
|
|
145
|
-
.k-hierarchy-cell .k-icon
|
|
146
|
-
.k-hierarchy-cell .k-svg-icon {
|
|
145
|
+
.k-hierarchy-cell .k-icon {
|
|
147
146
|
&:focus,
|
|
148
147
|
&.k-focus {
|
|
149
148
|
box-shadow: inset 0 0 0 2px rgba( black, .1 );
|