@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.0-box-pEjLq4Vx-20231121084506 to 0.0.0-ci-checks-9e3k0vB6-20231126132156
@@ -1,70 +0,78 @@ | ||
// This file is auto-generated with postcss-ts-classnames. | ||
// Autogenerated file, do not edit | ||
export type ClassNames = | ||
| "hds-badge" | ||
| "hds-badge--dark" | ||
| "hds-badge--primary" | ||
| "hds-badge--small" | ||
| "hds-badge--smaller" | ||
| "hds-badge--warning" | ||
| "hds-badge--white" | ||
| "hds-box" | ||
| "hds-box--closed" | ||
| "hds-box--light-grey" | ||
| "hds-box--lighter" | ||
| "hds-box--warning" | ||
| "hds-box--white" | ||
| "hds-box__close-button" | ||
| "hds-theme-posten" | ||
| "hds-theme-bring" | ||
| "hds-button" | ||
| "hds-button--small" | ||
| "hds-button--medium" | ||
| "hds-button--large" | ||
| "hds-button--full" | ||
| "hds-button--large" | ||
| "hds-button--medium" | ||
| "hds-button--mobile-full" | ||
| "hds-button--primary" | ||
| "hds-button--secondary" | ||
| "hds-button--outline-primary" | ||
| "hds-button--outline-secondary" | ||
| "hds-button--outline-white" | ||
| "hds-button--primary" | ||
| "hds-button--secondary" | ||
| "hds-button--small" | ||
| "hds-description-list" | ||
| "hds-description-list--horizontal" | ||
| "hds-link" | ||
| "hds-link__text" | ||
| "hds-link--inverted" | ||
| "hds-link--small" | ||
| "hds-link--large" | ||
| "hds-link--no-underline" | ||
| "hds-link--small" | ||
| "hds-link--solid" | ||
| "hds-link__text" | ||
| "hds-badge" | ||
| "hds-badge--small" | ||
| "hds-badge--smaller" | ||
| "hds-badge--primary" | ||
| "hds-badge--dark" | ||
| "hds-badge--white" | ||
| "hds-badge--warning" | ||
| "hds-description-list" | ||
| "hds-description-list--horizontal" | ||
| "hds-list" | ||
| "hds-list--small" | ||
| "hds-list--medium" | ||
| "hds-list--large" | ||
| "hds-list--medium" | ||
| "hds-list--small" | ||
| "hds-list--style-hidden" | ||
| "hds-message" | ||
| "hds-message--attention" | ||
| "hds-message--neutral" | ||
| "hds-message--neutral__icon" | ||
| "hds-message--success" | ||
| "hds-message--warning" | ||
| "hds-theme-bring" | ||
| "hds-theme-posten" | ||
| "hds-typography-h2-display" | ||
| "hds-typography-h1" | ||
| "hds-typography-h1--spacing" | ||
| "hds-typography-h2" | ||
| "hds-typography-h2--spacing" | ||
| "hds-typography-h3" | ||
| "hds-typography-h3--title" | ||
| "hds-typography-h3--spacing" | ||
| "hds-typography-body" | ||
| "hds-typography-body--title" | ||
| "hds-typography-body--spacing" | ||
| "hds-typography-body--title" | ||
| "hds-typography-body-small" | ||
| "hds-typography-body-small--title" | ||
| "hds-typography-body-small--spacing" | ||
| "hds-typography-body-small--title" | ||
| "hds-typography-caption" | ||
| "hds-typography-caption--title" | ||
| "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--title" | ||
| "hds-typography-technical--spacing" | ||
| "hds-typography-technical--title"; | ||
| "hds-box" | ||
| "hds-box--light-grey" | ||
| "hds-box--lighter" | ||
| "hds-box--white" | ||
| "hds-box--warning" | ||
| "hds-box--closed" | ||
| "hds-box__close-button" | ||
| "hds-message" | ||
| "hds-message--success" | ||
| "hds-message--attention" | ||
| "hds-message--warning" | ||
| "hds-message--neutral" | ||
| "hds-message--neutral__icon" | ||
| "hds-input" | ||
| "hds-input--error" | ||
| "hds-input--lined" | ||
| "hds-input__input" | ||
| "hds-input--default" | ||
| "hds-input--white" | ||
| "hds-input__label" | ||
| "hds-input__error-message"; |
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.0-box-pEjLq4Vx-20231121084506", | ||
"version": "0.0.0-ci-checks-9e3k0vB6-20231126132156", | ||
"description": "", | ||
"scripts": { | ||
"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" | ||
}, | ||
"files": [ | ||
@@ -25,3 +14,3 @@ "dist/**", | ||
"autoprefixer": "10.4.16", | ||
"chokidar-cli": "3.0.0", | ||
"lightningcss": "1.22.1", | ||
"npm-run-all": "4.1.5", | ||
@@ -34,5 +23,6 @@ "parcel": "2.10.3", | ||
"postcss-nested": "6.0.1", | ||
"postcss-ts-classnames": "0.3.0", | ||
"postcss-nested-import": "1.3.0", | ||
"sanitize.css": "^13.0.0", | ||
"stylelint": "15.11.0", | ||
"stylelint-config-prettier-scss": "1.0.0", | ||
"stylelint-config-standard": "34.0.0", | ||
@@ -50,3 +40,15 @@ "stylelint-config-standard-scss": "11.1.0", | ||
"defaults" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"build": "npm-run-all build:*", | ||
"build:css": "parcel build --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"build:typed-classname": "node ./typed-classname/build.mjs", | ||
"dev": "npm-run-all -p dev:*", | ||
"dev:css": "parcel watch --no-cache 'src/*.css' 'src/**/*.css' 'src/*.scss' 'src/**/*.scss'", | ||
"dev:typed-classname": "node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs", | ||
"lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache", | ||
"lint:fix": "pnpm lint -- --fix", | ||
"clean": "rm -rf .turbo && rm -rf .parcel-cache && rm -rf node_modules && rm -rf dist", | ||
"show-css-size": "pnpm build:css && echo '\nSize of dist/index.css (original → gzip)' && pnpm dlx gzip-size-cli dist/index.css --include-original" | ||
} | ||
} |
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
167437
28
286
17