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
392
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-icon-button-C0L88PWY-20231125181552 to 0.0.0-improve-typed-classname-20231126112245

108

dist/classnames.d.ts

@@ -1,78 +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-icon-button"
| "hds-input"
| "hds-input--default"
| "hds-input--lined"
| "hds-input--white"
| "hds-input__error-message"
| "hds-input__input"
| "hds-input__label"
| "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-icon-button-C0L88PWY-20231125181552",
"version": "0.0.0-improve-typed-classname-20231126112245",
"description": "",

@@ -14,3 +14,3 @@ "files": [

"autoprefixer": "10.4.16",
"chokidar-cli": "3.0.0",
"lightningcss": "1.22.1",
"npm-run-all": "4.1.5",

@@ -24,3 +24,2 @@ "parcel": "2.10.3",

"postcss-nested-import": "1.3.0",
"postcss-ts-classnames": "0.3.0",
"sanitize.css": "^13.0.0",

@@ -42,9 +41,12 @@ "stylelint": "15.11.0",

],
"dependencies": {
"clsx": "^2.0.0"
},
"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",
"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": "chokidar 'dist/index.css' -c 'pnpm build:typed-classname'",
"dev:typed-classname": "node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs",
"lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache",

@@ -51,0 +53,0 @@ "lint:fix": "pnpm lint -- --fix",

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