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

@highlight-ui/utils-commons

Package Overview
Dependencies
Maintainers
10
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.3.9 to 2.3.10

4

dist/cjs/src/types.d.ts
/// <reference types="react" />
import colorTokens from '@highlight-ui/tokens/dist/colors.json';
import { ColorTokenType } from '@highlight-ui/tokens/dist/colors';
export declare type FontFamily = 'regular' | 'light' | 'solid';

@@ -28,5 +28,5 @@ /**

export declare type ValidationStatus = 'validating' | 'valid' | 'invalid' | 'warning';
export declare type ColorToken = keyof typeof colorTokens;
export declare type ColorToken = ColorTokenType;
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>;
/// <reference types="react" />
import colorTokens from '@highlight-ui/tokens/dist/colors.json';
import { ColorTokenType } from '@highlight-ui/tokens/dist/colors';
export declare type FontFamily = 'regular' | 'light' | 'solid';

@@ -28,5 +28,5 @@ /**

export declare type ValidationStatus = 'validating' | 'valid' | 'invalid' | 'warning';
export declare type ColorToken = keyof typeof colorTokens;
export declare type ColorToken = ColorTokenType;
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>;
{
"name": "@highlight-ui/utils-commons",
"version": "2.3.9",
"version": "2.3.10",
"author": "Personio GmbH & Co. KG",

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

"@highlight-ui/configs-scripts": "^3.2.3",
"@highlight-ui/utils-dev": "^1.1.9",
"@highlight-ui/utils-dev": "^1.1.10",
"jest": "~27.2.3",

@@ -39,5 +39,5 @@ "lodash": "~4.17.21",

"dependencies": {
"@highlight-ui/tokens": "^3.1.0"
"@highlight-ui/tokens": "^4.0.0"
},
"gitHead": "f1f6064d4b8507776f11425a08dd1fafa2b0c386"
"gitHead": "f5ee8f9c5aba8e81ae72a682b291c2a77775cbdb"
}
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