@progress/kendo-theme-material
Advanced tools
Comparing version 0.2.2 to 0.2.3-dev.201710130746
@@ -10,5 +10,7 @@ --- | ||
The following example previews Kendo UI components for Angular styled with the Material theme. | ||
The following example previews Kendo UI components which are styled with the Material theme. | ||
> The Material theme is under active development and is not supported by the whole suite. All components which are available for styling with the Material theme are included in the preview. | ||
{% theme_preview theme:material %} | ||
<script async src="{% asset_path theme-preview.js %}"></script> |
@@ -10,5 +10,5 @@ --- | ||
The following example previews Kendo UI components for Angular styled with the Default theme. | ||
The following example previews Kendo UI components which are styled with the Default theme. | ||
{% theme_preview theme:default %} | ||
<script async src="{% asset_path theme-preview.js %}"></script> |
@@ -5,8 +5,8 @@ { | ||
{ | ||
"raw": "@progress/kendo-theme-default@2.42.0", | ||
"raw": "@progress/kendo-theme-default@2.43.1", | ||
"scope": "@progress", | ||
"escapedName": "@progress%2fkendo-theme-default", | ||
"name": "@progress/kendo-theme-default", | ||
"rawSpec": "2.42.0", | ||
"spec": "2.42.0", | ||
"rawSpec": "2.43.1", | ||
"spec": "2.43.1", | ||
"type": "version" | ||
@@ -17,10 +17,10 @@ }, | ||
], | ||
"_from": "@progress/kendo-theme-default@2.42.0", | ||
"_id": "@progress/kendo-theme-default@2.42.0", | ||
"_from": "@progress/kendo-theme-default@2.43.1", | ||
"_id": "@progress/kendo-theme-default@2.43.1", | ||
"_inCache": true, | ||
"_location": "/@progress/kendo-theme-default", | ||
"_nodeVersion": "6.11.3", | ||
"_nodeVersion": "6.11.4", | ||
"_npmOperationalInternal": { | ||
"host": "s3://npm-registry-packages", | ||
"tmp": "tmp/kendo-theme-default-2.42.0.tgz_1505893418077_0.904843399534002" | ||
"tmp": "tmp/kendo-theme-default-2.43.1.tgz_1507822394777_0.9068994403351098" | ||
}, | ||
@@ -34,8 +34,8 @@ "_npmUser": { | ||
"_requested": { | ||
"raw": "@progress/kendo-theme-default@2.42.0", | ||
"raw": "@progress/kendo-theme-default@2.43.1", | ||
"scope": "@progress", | ||
"escapedName": "@progress%2fkendo-theme-default", | ||
"name": "@progress/kendo-theme-default", | ||
"rawSpec": "2.42.0", | ||
"spec": "2.42.0", | ||
"rawSpec": "2.43.1", | ||
"spec": "2.43.1", | ||
"type": "version" | ||
@@ -47,6 +47,6 @@ }, | ||
], | ||
"_resolved": "https://registry.npmjs.org/@progress/kendo-theme-default/-/kendo-theme-default-2.42.0.tgz", | ||
"_shasum": "188d331babe3d468611365a9dd91786b4bef630b", | ||
"_resolved": "https://registry.npmjs.org/@progress/kendo-theme-default/-/kendo-theme-default-2.43.1.tgz", | ||
"_shasum": "174472a3cbee6997ce48ad191d756e49eb582edb", | ||
"_shrinkwrap": null, | ||
"_spec": "@progress/kendo-theme-default@2.42.0", | ||
"_spec": "@progress/kendo-theme-default@2.43.1", | ||
"_where": "/home/travis/build/telerik/kendo-theme-material", | ||
@@ -87,3 +87,3 @@ "author": { | ||
"devDependencies": { | ||
"@telerik/kendo-common-tasks": "^2.0.0", | ||
"@telerik/kendo-common-tasks": "^3.0.0", | ||
"@telerik/semantic-prerelease": "^1.0.0", | ||
@@ -105,6 +105,6 @@ "bootstrap": "git://github.com/twbs/bootstrap.git#95f37e4c402df37db16781995ffa1592032df9c8", | ||
"dist": { | ||
"shasum": "188d331babe3d468611365a9dd91786b4bef630b", | ||
"tarball": "https://registry.npmjs.org/@progress/kendo-theme-default/-/kendo-theme-default-2.42.0.tgz" | ||
"shasum": "174472a3cbee6997ce48ad191d756e49eb582edb", | ||
"tarball": "https://registry.npmjs.org/@progress/kendo-theme-default/-/kendo-theme-default-2.43.1.tgz" | ||
}, | ||
"gitHead": "e332bae42f6e0ed90433af9fbde850adce388a5c", | ||
"gitHead": "3fc767d59691f00b6132bdabc635100bd11e8d04", | ||
"homepage": "https://github.com/telerik/kendo-theme-default#readme", | ||
@@ -154,6 +154,6 @@ "keywords": [ | ||
"test": "npm run lint && npm run build && npm run api-check && npm run twbs-compat", | ||
"twbs-compat": "webpack --env.twbs-compat", | ||
"twbs-compat": "webpack --env.twbs-compat --bail", | ||
"watch": "webpack --watch" | ||
}, | ||
"version": "2.42.0" | ||
"version": "2.43.1" | ||
} |
@@ -25,4 +25,2 @@ # Kendo UI Default Theme | ||
*Copyright © 2017 Telerik AD. All rights reserved.* | ||
## Basic Usage | ||
@@ -80,1 +78,5 @@ | ||
To change the layout or the front meter of the generated help topic, change the [`build/customization.md.hbs`](/build/customization.md.hbs) source file. | ||
*Copyright © 2017 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.* | ||
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.* |
{ | ||
"name": "@progress/kendo-theme-material", | ||
"description": "Material theme for Kendo UI", | ||
"version": "0.2.2", | ||
"version": "0.2.3-dev.201710130746", | ||
"author": "Progress", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -23,4 +23,2 @@ # Kendo UI Material Theme | ||
*Copyright © 2017 Telerik AD. All rights reserved.* | ||
## Basic Usage | ||
@@ -33,1 +31,6 @@ | ||
* [Customizing the Material Theme](https://github.com/telerik/kendo-theme-default/blob/13713a572b392806ca7c2950f77f9b033f87d8ea/README.md) | ||
*Copyright © 2017 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.* | ||
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.* | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1349968
35