@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122124325 to 0.0.0-css-package-with-tokens-pXKaYCPN-20231128101317
@@ -1,57 +0,86 @@ | ||
// 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--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-button--icon-only" | ||
| "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-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__input" | ||
| "hds-input--lined" | ||
| "hds-input--default" | ||
| "hds-input--white" | ||
| "hds-input__label" | ||
| "hds-input__error-message" | ||
| "hds-accordion" | ||
| "hds-accordion-item" | ||
| "hds-accordion-item__expanded" | ||
| "hds-accordion-item-trigger" | ||
| "hds-accordion-item-trigger--icon" | ||
| "hds-accordion-item-content" | ||
| "hds-accordion-item-content--closed"; |
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122124325", | ||
"version": "0.0.0-css-package-with-tokens-pXKaYCPN-20231128101317", | ||
"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", | ||
"show-css-size": "npm run build:css && echo '\nSize of dist/index.css (original → gzip)' && npx gzip-size-cli dist/index.css --include-original" | ||
}, | ||
"files": [ | ||
"dist/**", | ||
"typed-classname.mjs", | ||
"typed-classname.d.mts" | ||
"typed-classname/**" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@parcel/transformer-sass": "2.10.3", | ||
"autoprefixer": "10.4.16", | ||
"browserslist": "4.22.1", | ||
"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-nested-import": "1.3.0", | ||
"postcss-ts-classnames": "0.3.0", | ||
"lightningcss": "1.22.1", | ||
"lightningcss-cli": "1.22.1", | ||
"sanitize.css": "^13.0.0", | ||
"stylelint": "15.11.0", | ||
"stylelint-config-prettier-scss": "1.0.0", | ||
"stylelint-config-standard": "34.0.0", | ||
"stylelint-config-standard-scss": "11.1.0", | ||
"stylelint-value-no-unknown-custom-properties": "5.0.0" | ||
"stylelint-value-no-unknown-custom-properties": "5.0.0", | ||
"wait-on": "^7.2.0" | ||
}, | ||
"optionalDependencies": { | ||
"@parcel/watcher-linux-x64-glibc": "^2.3.0" | ||
"dependencies": { | ||
"clsx": "^2.0.0", | ||
"@postenbring/hedwig-tokens": "0.0.3" | ||
}, | ||
@@ -50,3 +32,16 @@ "publishConfig": { | ||
"defaults" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"build": "pnpm run --sequential /^build:.*/", | ||
"build:css": "mkdir -p dist && lightningcss --minify --bundle --sourcemap --targets '>= 0.25%' src/*.css src/**/*.css -d ./dist && node ./add-fonts-and-tokens-to-base-css.mjs", | ||
"build:typed-classname": "node ./typed-classname/build.mjs", | ||
"build:scoped-css": "node ./build-scoped-css.mjs", | ||
"dev": "pnpm run --parallel /^dev:.*/", | ||
"dev:css": "chokidar --initial 'src/**/*.css' '../tokens/tokens-source/**' -c 'pnpm build:css'", | ||
"dev:typed-classname": "wait-on dist/index.css && 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 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168510
11
32
348
2
1
+ Addedclsx@^2.0.0
+ Added@postenbring/hedwig-tokens@0.0.3(transitive)
+ Addedclsx@2.1.1(transitive)
- Removed@parcel/watcher-linux-x64-glibc@2.5.0(transitive)