@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.3 to 0.0.4
// This file is auto-generated with postcss-ts-classnames. | ||
export type ClassNames = | ||
| "hds-badge" | ||
| "hds-badge--dark" | ||
| "hds-badge--primary" | ||
| "hds-badge--small" | ||
| "hds-badge--smaller" | ||
| "hds-badge--warning" | ||
| "hds-badge--white" | ||
| "hds-button" | ||
@@ -23,2 +30,24 @@ | "hds-button--full" | ||
| "hds-link--solid" | ||
| "hds-link__text"; | ||
| "hds-link__text" | ||
| "hds-theme-bring" | ||
| "hds-theme-posten" | ||
| "hds-typography-body" | ||
| "hds-typography-body--spacing" | ||
| "hds-typography-body--title" | ||
| "hds-typography-body-small" | ||
| "hds-typography-body-small--spacing" | ||
| "hds-typography-body-small--title" | ||
| "hds-typography-caption" | ||
| "hds-typography-caption--spacing" | ||
| "hds-typography-caption--title" | ||
| "hds-typography-h1" | ||
| "hds-typography-h1--spacing" | ||
| "hds-typography-h2" | ||
| "hds-typography-h2--spacing" | ||
| "hds-typography-h2-display" | ||
| "hds-typography-h3" | ||
| "hds-typography-h3--spacing" | ||
| "hds-typography-h3--title" | ||
| "hds-typography-technical" | ||
| "hds-typography-technical--spacing" | ||
| "hds-typography-technical--title"; |
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
"scripts": { | ||
"build": "parcel build 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"dev": "parcel watch 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"build": "npm-run-all build:*", | ||
"build:css": "parcel build --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"build:typed-classname": "postcss dist/index.css --config ./typed-classname --no-map > /dev/null", | ||
"dev": "npm-run-all -p dev:*", | ||
"dev:css": "parcel watch --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"dev:typed-classname": "chokidar 'dist/index.css' -c 'npm run build:typed-classname'", | ||
"lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache", | ||
"lint:fix": "npm run lint -- --fix", | ||
"clean": "rm -rf .turbo && rm -rf .parcel-cache && rm -rf node_modules && rm -rf dist" | ||
@@ -17,11 +23,18 @@ }, | ||
"devDependencies": { | ||
"@parcel/transformer-sass": "2.10.2", | ||
"@parcel/transformer-sass": "2.10.3", | ||
"autoprefixer": "10.4.16", | ||
"parcel": "2.10.2", | ||
"chokidar-cli": "3.0.0", | ||
"npm-run-all": "4.1.5", | ||
"parcel": "2.10.3", | ||
"postcss": "8.4.31", | ||
"postcss-cli": "10.1.0", | ||
"postcss-custom-properties": "13.3.2", | ||
"postcss-import": "15.1.0", | ||
"postcss-nested": "6.0.1", | ||
"postcss-ts-classnames": "0.3.0", | ||
"sanitize.css": "^13.0.0", | ||
"postcss-ts-classnames": "0.3.0" | ||
"stylelint": "15.11.0", | ||
"stylelint-config-standard": "34.0.0", | ||
"stylelint-config-standard-scss": "11.1.0", | ||
"stylelint-value-no-unknown-custom-properties": "5.0.0" | ||
}, | ||
@@ -28,0 +41,0 @@ "publishConfig": { |
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
111923
182
16