igniteui-theming
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "igniteui-theming", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.", | ||
"main": "index.js", | ||
"scripts": { | ||
"clean": "rimraf \"json/\"", | ||
"clean": "npm run clean:json && npm run clean:docs", | ||
"clean:json": "rimraf \"json/\"", | ||
"clean:docs": "rimraf \"docs/\"", | ||
"build": "npm run build:json && npm run build:e2e", | ||
"build:docs": "npx sassdoc ./sass", | ||
"build:docs": "npm run clean:docs && npm run build:docs:en:production", | ||
"build:docs:en:production": "set NODE_ENV=production && npx sassdoc ./sass -d docs", | ||
"build:docs:en:staging": "set NODE_ENV=staging && npx sassdoc ./sass -d docs", | ||
"build:e2e": "sass ./test/e2e/theme.scss ./test/e2e/theme.css", | ||
@@ -14,3 +18,3 @@ "build:json": "node scripts/buildJSON.mjs", | ||
"test": "jest", | ||
"serve:docs": "npx http-server ./sassdoc" | ||
"serve:docs": "npx http-server ./docs" | ||
}, | ||
@@ -51,2 +55,4 @@ "files": [ | ||
"globby": "^13.1.2", | ||
"igniteui-sassdoc-theme": "^1.1.4", | ||
"sassdoc-plugin-localization": "^1.4.3", | ||
"jest": "^28.1.1", | ||
@@ -59,3 +65,4 @@ "postcss": "^8.4.14", | ||
"stylelint-config-standard-scss": "^4.0.0", | ||
"stylelint-scss": "^4.2.0" | ||
"stylelint-scss": "^4.2.0", | ||
"lunr": "^2.3.9" | ||
}, | ||
@@ -62,0 +69,0 @@ "peerDependencies": { |
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
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
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
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
459522
12