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 1.33.0 to 2.0.0

.editorconfig

8

package.json
{
"name": "@progress/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
"version": "1.33.0",
"version": "2.0.0",
"keywords": [

@@ -13,2 +13,3 @@ "Kendo UI",

"build": "webpack --optimize-minimize --bail",
"watch": "webpack --watch",
"embed-assets": "node build/embed-assets.js",

@@ -18,3 +19,3 @@ "test": "npm run lint && npm run build",

},
"main": "styles/packages/all.scss",
"main": "dist.css",
"author": "Progress",

@@ -33,2 +34,5 @@ "license": "Apache-2.0",

},
"publishConfig": {
"registry": "https://registry.npm.telerik.com"
},
"config": {

@@ -35,0 +39,0 @@ "commitizen": {

@@ -40,1 +40,3 @@ [![Build Status](https://travis-ci.org/telerik/kendo-theme-default.svg?branch=master)](https://travis-ci.org/telerik/kendo-theme-default)

Upon build, browser-specific properties are generated through the [PostCSS autoprefixer](https://github.com/postcss/autoprefixer).
When updating resources (images or fonts), run the `npm run embed-assets` task. This will generate a file with the same name, which registers a base64-encoded version in the `$data-uris` SCSS map. For example, the font file `foo.woff` will receive a `foo.scss` file, which can later be imported via `@import './font/foo';`. Then the base64 version can be inlined via `map-get( $data-uris, 'WebComponentsIcons.woff' )`. This is done in order to workaround problems with hosting resources when consuming the theme. See [issue #41](https://github.com/telerik/kendo-theme-default/issues/41#issuecomment-258472183) for more details.

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