Socket
Socket
Sign inDemoInstall

@highlight-ui/utils-commons

Package Overview
Dependencies
Maintainers
5
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/utils-commons - npm Package Compare versions

Comparing version 2.0.23 to 2.0.24

4

dist/cjs/src/types.d.ts

@@ -0,1 +1,2 @@

/// <reference types="react" />
import colorTokens from '@highlight-ui/tokens/dist/colors.json';

@@ -28,1 +29,4 @@ export declare type FontFamily = 'regular' | 'light' | 'solid';

export declare type ColorToken = keyof typeof colorTokens;
export declare type AProps = React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
export declare type DivProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
export declare type ButtonProps = React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;

@@ -0,1 +1,2 @@

/// <reference types="react" />
import colorTokens from '@highlight-ui/tokens/dist/colors.json';

@@ -28,1 +29,4 @@ export declare type FontFamily = 'regular' | 'light' | 'solid';

export declare type ColorToken = keyof typeof colorTokens;
export declare type AProps = React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
export declare type DivProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
export declare type ButtonProps = React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;

4

package.json
{
"name": "@highlight-ui/utils-commons",
"version": "2.0.23",
"version": "2.0.24",
"author": "Personio GmbH & Co. KG",

@@ -39,3 +39,3 @@ "main": "dist/cjs/index.js",

},
"gitHead": "3e19c7fcb721d00264ec2cb98d2181e75a017e41"
"gitHead": "dfe61ce1194a294ee80209778e61ce382a8aa24b"
}
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