@volvo-cars/ced-os-react-components
Advanced tools
Comparing version 2.2.20 to 2.2.21
export declare const root: string; | ||
export declare const variants: Record<"unordered" | "ordered", string>; | ||
export declare const variants: Record<"ordered" | "unordered", string>; |
/// <reference types="react" /> | ||
export declare const useIcons: () => { | ||
note?: import("react").ElementType<any> | undefined; | ||
warning?: import("react").ElementType<any> | undefined; | ||
important?: import("react").ElementType<any> | undefined; | ||
tip?: import("react").ElementType<any> | undefined; | ||
chevron?: import("react").ElementType<any> | undefined; | ||
replay?: import("react").ElementType<any> | undefined; | ||
hotspot?: import("react").ElementType<any> | undefined; | ||
note?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; | ||
warning?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; | ||
important?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; | ||
tip?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; | ||
chevron?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; | ||
replay?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; | ||
hotspot?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; | ||
}; |
/// <reference types="react" /> | ||
export declare const useImageComponent: () => import("react").ElementType<any>; | ||
export declare const useImageComponent: () => import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>; |
/// <reference types="react" /> | ||
export declare const useLinkComponent: () => import("react").ElementType<any>; | ||
export declare const useLinkComponent: () => import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>; |
{ | ||
"name": "@volvo-cars/ced-os-react-components", | ||
"version": "2.2.20", | ||
"version": "2.2.21", | ||
"description": "Set of components for developing UIs in the onboarding and support apps", | ||
@@ -24,3 +24,3 @@ "keywords": [], | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.cjs" | ||
"require": "./lib/cjs/index.js" | ||
}, | ||
@@ -27,0 +27,0 @@ "./lib/index.css": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
711194
224
12484
1