Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@postenbring/hedwig-css

Package Overview
Dependencies
Maintainers
3
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postenbring/hedwig-css - npm Package Compare versions

Comparing version 0.0.0-fix-failing-build-20231123103522 to 0.0.0-font-oI56VJc2-20231207175236

assets/fonts/PostenSans-Bold.eot

123

dist/classnames.d.ts

@@ -1,70 +0,99 @@

// 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-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--no-bullets"
| "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-message__title"
| "hds-message__description"
| "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-trigger--icon-chevron"
| "hds-accordion-item-trigger--icon-chevron-down"
| "hds-accordion-item-trigger--open"
| "hds-accordion-item-content"
| "hds-accordion-item-content--closed"
| "hds-dropdown__label"
| "hds-dropdown"
| "hds-dropdown--error"
| "hds-dropdown--default"
| "hds-dropdown--lined"
| "hds-dropdown--white"
| "hds-dropdown-message"
| "hds-modal"
| "hds-modal__header"
| "hds-breadcrumbs";
{
"name": "@postenbring/hedwig-css",
"version": "0.0.0-fix-failing-build-20231123103522",
"version": "0.0.0-font-oI56VJc2-20231207175236",
"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/**",
"assets/**"
],
"license": "MIT",
"devDependencies": {
"@parcel/transformer-sass": "2.10.3",
"autoprefixer": "10.4.16",
"browserslist": "4.22.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-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",

@@ -41,6 +21,8 @@ "stylelint": "15.11.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.4"
},

@@ -52,3 +34,16 @@ "publishConfig": {

"defaults"
]
}
],
"scripts": {
"build": "pnpm run --sequential /^build:.*/",
"build:css": "mkdir -p dist && cd dist && lightningcss --minify --bundle --sourcemap --targets '>= 0.25%' ../src/*.css ../src/**/*.css -d .",
"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-output/**' -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 node_modules 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc