@highlight-ui/utils-commons
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -17,2 +17,6 @@ import colorTokens from '@highlight-ui/tokens/dist/colors.json'; | ||
}; | ||
export interface ComponentPropsWithMetadata { | ||
/** An object consisting of `testId` and `actionName` properties which will be mapped as HTML data attributes onto the root element */ | ||
metadata?: ComponentMetadata; | ||
} | ||
export declare type ParsedMetadata = Record<string, string> & { | ||
@@ -19,0 +23,0 @@ 'data-test-id'?: string; |
@@ -17,2 +17,6 @@ import colorTokens from '@highlight-ui/tokens/dist/colors.json'; | ||
}; | ||
export interface ComponentPropsWithMetadata { | ||
/** An object consisting of `testId` and `actionName` properties which will be mapped as HTML data attributes onto the root element */ | ||
metadata?: ComponentMetadata; | ||
} | ||
export declare type ParsedMetadata = Record<string, string> & { | ||
@@ -19,0 +23,0 @@ 'data-test-id'?: string; |
{ | ||
"name": "@highlight-ui/utils-commons", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "Personio GmbH & Co. KG", | ||
@@ -39,3 +39,3 @@ "main": "dist/cjs/index.js", | ||
}, | ||
"gitHead": "b1e1c3566b7d69c2d91ee10dc27834830c54d20a" | ||
"gitHead": "e6a8dba3e195a405a7db431c0c2a98279233e842" | ||
} |
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
19096
242