@progress/kendo-theme-bootstrap 8.0.2-dev.0 → 8.0.2-dev.2
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.scss +19 -14
- package/dist/meta/sassdoc-data.json +326 -326
- package/dist/meta/sassdoc-raw-data.json +163 -163
- 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/typography/_variables.scss +2 -3
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.2-dev.
|
|
4
|
+
"version": "8.0.2-dev.2",
|
|
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.2-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "8.0.2-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "8.0.2-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.2-dev.2",
|
|
57
|
+
"@progress/kendo-theme-default": "8.0.2-dev.2",
|
|
58
|
+
"@progress/kendo-theme-utils": "8.0.2-dev.2",
|
|
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": "d2e0bc66effd4c820a3ca0f87eff34246c2bb9b8"
|
|
66
66
|
}
|
|
@@ -128,7 +128,6 @@ $kendo-headings: (
|
|
|
128
128
|
font-weight: $kendo-h1-font-weight,
|
|
129
129
|
letter-spacing: $kendo-h1-letter-spacing,
|
|
130
130
|
margin: $kendo-h1-margin
|
|
131
|
-
|
|
132
131
|
),
|
|
133
132
|
h2: (
|
|
134
133
|
font-size: $kendo-h2-font-size,
|
|
@@ -169,7 +168,7 @@ $kendo-headings: (
|
|
|
169
168
|
font-weight: $kendo-h6-font-weight,
|
|
170
169
|
letter-spacing: $kendo-h6-letter-spacing,
|
|
171
170
|
margin: $kendo-h6-margin
|
|
172
|
-
)
|
|
171
|
+
)
|
|
173
172
|
) !default;
|
|
174
173
|
|
|
175
174
|
|
|
@@ -336,5 +335,5 @@ $kendo-display: (
|
|
|
336
335
|
line-height: $kendo-display4-line-height,
|
|
337
336
|
font-weight: $kendo-display4-font-weight,
|
|
338
337
|
letter-spacing: $kendo-display4-letter-spacing
|
|
339
|
-
)
|
|
338
|
+
)
|
|
340
339
|
) !default;
|