UNPKG

@progress/kendo-theme-fluent

Version:

A css variables based theme for Kendo UI that follows the Fluent design system guidelines.

66 lines (65 loc) 2.31 kB
{ "name": "@progress/kendo-theme-fluent", "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.", "version": "11.3.0", "author": "Progress", "license": "Apache-2.0", "keywords": [ "Kendo UI", "Theme", "Fluent", "CSS Variables" ], "main": "dist/all.css", "sass": "scss/index.scss", "files": [ "dist/", "scss/", "lib/" ], "homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/fluent", "repository": { "type": "git", "url": "git+https://github.com/telerik/kendo-themes.git", "directory": "packages/fluent" }, "bugs": { "url": "https://github.com/telerik/kendo-themes/issues/new?labels=bug,T:Fluent&template=bug_report.md" }, "publishConfig": { "access": "public" }, "kendo": { "themebuilder": { "swatches": { "path": "lib/swatches", "default": "fluent-main.json" } } }, "scripts": { "sass": "npm run sass:compile:all && npm run css:prefix", "sass:dist": "gulp sass:dist --theme packages/fluent && npm run sass:compile:dist && npm run css:prefix", "sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css", "sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist", "sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css", "css:prefix": "npx postcss --replace ./dist/**/*.css", "docs": "node ../../scripts/sassdoc.js", "predocs": "npm run resolve-variables", "resolve-variables": "node ../../scripts/resolve-variables.js", "nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version", "nuget-push": "nuget push *.nupkg -ApiKey $NUGET_API_KEY -Source $NUGET_FEED -SkipDuplicate", "prepublishOnly": "node ../../scripts/themes-prepublish.js", "postpublish": "echo 'no postpublish for the Fluent theme'" }, "dependencies": { "@progress/kendo-svg-icons": "^4.1.0", "@progress/kendo-theme-core": "11.3.0", "@progress/kendo-theme-utils": "11.3.0" }, "directories": { "doc": "docs", "lib": "lib" }, "gitHead": "89fa2a4b285a36ead7c7440ab9bb9764dbe7da9f" }