@progress/kendo-theme-bootstrap 10.0.0-dev.3 → 10.0.0-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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3-dark.scss +0 -28
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-3.scss +0 -28
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4-dark.scss +0 -28
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-4.scss +0 -28
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-dataviz-v4.scss +0 -6
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +0 -28
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-main.scss +0 -28
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-nordic.scss +0 -28
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise-dark.scss +0 -28
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-turquoise.scss +0 -28
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-urban.scss +0 -28
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/bootstrap-vintage.scss +0 -28
- 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/grid/_theme.scss +1 -0
|
@@ -107,34 +107,6 @@
|
|
|
107
107
|
series-f-subtle: #c6a340,
|
|
108
108
|
series-f-subtler: #d9c280,
|
|
109
109
|
) !default,
|
|
110
|
-
$kendo-is-dark-theme: false !default,
|
|
111
|
-
$kendo-color-primary: #744662 !default,
|
|
112
|
-
$kendo-color-secondary: #e8e3d6 !default,
|
|
113
|
-
$kendo-color-info: #70c1de !default,
|
|
114
|
-
$kendo-color-success: #8dba4f !default,
|
|
115
|
-
$kendo-color-warning: #e8be68 !default,
|
|
116
|
-
$kendo-color-error: #b42a58 !default,
|
|
117
|
-
$kendo-body-text: #494138 !default,
|
|
118
|
-
$kendo-body-bg: #ffffff !default,
|
|
119
|
-
$kendo-subtle-text: #6d6760 !default,
|
|
120
|
-
$kendo-component-text: #494138 !default,
|
|
121
|
-
$kendo-component-bg: #ffffff !default,
|
|
122
|
-
$kendo-base-text: #494138 !default,
|
|
123
|
-
$kendo-base-bg: #f2efe8 !default,
|
|
124
|
-
$kendo-hover-text: #494138 !default,
|
|
125
|
-
$kendo-hover-bg: #dfdcd5 !default,
|
|
126
|
-
$kendo-selected-text: #ffffff !default,
|
|
127
|
-
$kendo-selected-bg: #744662 !default,
|
|
128
|
-
$kendo-button-text: #212529 !default,
|
|
129
|
-
$kendo-button-bg: #dad2bd !default,
|
|
130
|
-
$kendo-link-text: #744662 !default,
|
|
131
|
-
$kendo-link-hover-text: #44293a !default,
|
|
132
|
-
$kendo-series-a: #c67eab !default,
|
|
133
|
-
$kendo-series-b: #742659 !default,
|
|
134
|
-
$kendo-series-c: #3fc0df !default,
|
|
135
|
-
$kendo-series-d: #09899c !default,
|
|
136
|
-
$kendo-series-e: #dfbb4c !default,
|
|
137
|
-
$kendo-series-f: #b38400 !default,
|
|
138
110
|
|
|
139
111
|
);
|
|
140
112
|
|
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": "10.0.0-dev.
|
|
4
|
+
"version": "10.0.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "^3.1.0",
|
|
55
|
-
"@progress/kendo-theme-core": "10.0.0-dev.
|
|
56
|
-
"@progress/kendo-theme-default": "10.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "10.0.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "10.0.0-dev.4",
|
|
56
|
+
"@progress/kendo-theme-default": "10.0.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.0.0-dev.4"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d616fc69c58c3151ef2ae829e4f8a2f82fa5b4a6"
|
|
64
64
|
}
|
package/scss/grid/_theme.scss
CHANGED