Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-theme-default

Package Overview
Dependencies
Maintainers
1
Versions
2287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-theme-default - npm Package Compare versions

Comparing version 2.11.0 to 2.11.1

2

docs/icons.md

@@ -10,3 +10,3 @@ ---

The Kendo UI for Angular 2 suite delivers more than 400 integrated font icons for its [components](http://www.telerik.com/kendo-angular-ui/components).
The Kendo UI suite for Angular 2 delivers more than 400 integrated font icons for its [components](http://www.telerik.com/kendo-angular-ui/components).

@@ -13,0 +13,0 @@ ## Overview

@@ -30,3 +30,3 @@ ---

### Use Precompiled Themes
### Precompiled Themes

@@ -53,3 +53,3 @@ The example below demonstrates how to include the complete CSS of the default theme by using `styleUrls`. This configuration includes the styles for all components in Kendo UI for Angular 2.

### Build Custom Themes
### Custom Themes

@@ -104,2 +104,12 @@ To change the theme colors or sizes, build a custom theme from its SCSS sources. To achieve this result, use a build system such as Webpack.

### Only What You Need
Depending on the requirements of your project, you might need to skip some of the components styles. To include only what you need, execute the following command inside the `kendo-theme-default` repository:
```
COMPONENTS='panelbar,grid' npm run build
```
The snippet demonstrates an example on how to add only the Grid and PanelBar to your project. As a result, the `dist/custom.css` file is generated and it includes only the specified components.
## Suggested Links

@@ -106,0 +116,0 @@

{
"name": "@progress/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
"version": "2.11.0",
"version": "2.11.1",
"keywords": [

@@ -6,0 +6,0 @@ "Kendo UI",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc