@highlight-ui/utils-commons
Advanced tools
Comparing version 2.3.9 to 2.3.10
/// <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" | ||
} |
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
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
25065
+ Added@highlight-ui/tokens@4.3.9(transitive)
- Removed@highlight-ui/tokens@3.1.0(transitive)
Updated@highlight-ui/tokens@^4.0.0