@progress/kendo-theme-default 12.0.0 → 12.0.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/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "12.0.
|
|
4
|
+
"version": "12.0.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
|
|
44
44
|
"css:prefix": "npx postcss --replace ./dist/**/*.css",
|
|
45
45
|
"docs": "node ../../scripts/sassdoc.js",
|
|
46
|
+
"docs:check": "npm run docs && git diff --name-only --exit-code -- docs || (echo 'Docs out of date (default).' && exit 1)",
|
|
46
47
|
"predocs": "npm run resolve-variables",
|
|
47
48
|
"resolve-variables": "node ../../scripts/resolve-variables.js",
|
|
48
49
|
"nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version",
|
|
@@ -51,13 +52,13 @@
|
|
|
51
52
|
"postpublish": "echo 'no postpublish for default theme'"
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|
|
54
|
-
"@progress/kendo-svg-icons": "^4.
|
|
55
|
-
"@progress/kendo-theme-core": "12.0.
|
|
56
|
-
"@progress/kendo-theme-utils": "12.0.
|
|
55
|
+
"@progress/kendo-svg-icons": "^4.5.0",
|
|
56
|
+
"@progress/kendo-theme-core": "12.0.1-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "12.0.1-dev.1"
|
|
57
58
|
},
|
|
58
59
|
"directories": {
|
|
59
60
|
"doc": "docs",
|
|
60
61
|
"lib": "lib"
|
|
61
62
|
},
|
|
62
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "edb4b63214cba6aeec1cd9f7307fb79d2bee474d"
|
|
63
64
|
}
|