@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.0-small-fixes-20231116215003 to 0.0.0-switch-to-lightningcss-OjuY2REh-20231126123621
@@ -1,54 +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-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--outline" | ||
| "hds-button--outline-dark" | ||
| "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-theme-bring" | ||
| "hds-theme-posten" | ||
| "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--style-hidden" | ||
| "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-small-fixes-20231116215003", | ||
"version": "0.0.0-switch-to-lightningcss-OjuY2REh-20231126123621", | ||
"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,4 @@ "dist/**", | ||
"autoprefixer": "10.4.16", | ||
"chokidar-cli": "3.0.0", | ||
"lightningcss": "1.22.1", | ||
"lightningcss-cli": "1.22.1", | ||
"npm-run-all": "4.1.5", | ||
@@ -34,5 +24,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 +41,27 @@ "stylelint-config-standard-scss": "11.1.0", | ||
"defaults" | ||
] | ||
} | ||
], | ||
"dependencies": { | ||
"browserslist": "4.22.1", | ||
"chokidar-cli": "3.0.0" | ||
}, | ||
"scripts": { | ||
"build-v2": "pnpm run --sequential /^build-v2:.*/", | ||
"build-v2:css": "mkdir -p dist && lightningcss --minify --bundle --sourcemap --targets '>= 0.25%' src/*.css src/**/*.css -d ./dist", | ||
"build-v2:typed-classname": "node ./typed-classname/build.mjs", | ||
"build-v2:scoped-css": "node ./build-scoped-css.mjs", | ||
"dev-v2": "pnpm run --parallel /^dev-v2:.*/", | ||
"dev-v2:css": "chokidar 'src/**/*.css' -c 'pnpm build:css'", | ||
"dev-v2:typed-classname": "node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs", | ||
"": "", | ||
"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
168139
28
286
3
18
+ Addedbrowserslist@4.22.1
+ Addedchokidar-cli@3.0.0
+ Addedansi-regex@4.1.1(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedanymatch@3.1.3(transitive)
+ Addedbinary-extensions@2.3.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedbrowserslist@4.22.1(transitive)
+ Addedcamelcase@5.3.1(transitive)
+ Addedcaniuse-lite@1.0.30001700(transitive)
+ Addedchokidar@3.6.0(transitive)
+ Addedchokidar-cli@3.0.0(transitive)
+ Addedcliui@5.0.0(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addedelectron-to-chromium@1.5.102(transitive)
+ Addedemoji-regex@7.0.3(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfind-up@3.0.0(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedis-binary-path@2.1.0(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-fullwidth-code-point@2.0.0(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedlodash.debounce@4.0.8(transitive)
+ Addedlodash.throttle@4.1.1(transitive)
+ Addednode-releases@2.0.19(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpath-exists@3.0.0(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedreaddirp@3.6.0(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedrequire-main-filename@2.0.0(transitive)
+ Addedset-blocking@2.0.0(transitive)
+ Addedstring-width@3.1.0(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedupdate-browserslist-db@1.1.2(transitive)
+ Addedwhich-module@2.0.1(transitive)
+ Addedwrap-ansi@5.1.0(transitive)
+ Addedy18n@4.0.3(transitive)
+ Addedyargs@13.3.2(transitive)
+ Addedyargs-parser@13.1.2(transitive)