@wordpress/primitives
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -1,17 +0,17 @@ | ||
export function Circle(props: import('react').ComponentPropsWithoutRef<'circle'>): JSX.Element; | ||
export function G(props: import('react').ComponentPropsWithoutRef<'g'>): JSX.Element; | ||
export function Line(props: import('react').ComponentPropsWithoutRef<'line'>): JSX.Element; | ||
export function Path(props: import('react').ComponentPropsWithoutRef<'path'>): JSX.Element; | ||
export function Polygon(props: import('react').ComponentPropsWithoutRef<'polygon'>): JSX.Element; | ||
export function Rect(props: import('react').ComponentPropsWithoutRef<'rect'>): JSX.Element; | ||
export function Defs(props: import('react').ComponentPropsWithoutRef<'defs'>): JSX.Element; | ||
export function RadialGradient(props: import('react').ComponentPropsWithoutRef<'radialGradient'>): JSX.Element; | ||
export function LinearGradient(props: import('react').ComponentPropsWithoutRef<'linearGradient'>): JSX.Element; | ||
export function Stop(props: import('react').ComponentPropsWithoutRef<'stop'>): JSX.Element; | ||
export function Circle(props: import("react").ComponentPropsWithoutRef<"circle">): JSX.Element; | ||
export function G(props: import("react").ComponentPropsWithoutRef<"g">): JSX.Element; | ||
export function Line(props: import("react").ComponentPropsWithoutRef<"line">): JSX.Element; | ||
export function Path(props: import("react").ComponentPropsWithoutRef<"path">): JSX.Element; | ||
export function Polygon(props: import("react").ComponentPropsWithoutRef<"polygon">): JSX.Element; | ||
export function Rect(props: import("react").ComponentPropsWithoutRef<"rect">): JSX.Element; | ||
export function Defs(props: import("react").ComponentPropsWithoutRef<"defs">): JSX.Element; | ||
export function RadialGradient(props: import("react").ComponentPropsWithoutRef<"radialGradient">): JSX.Element; | ||
export function LinearGradient(props: import("react").ComponentPropsWithoutRef<"linearGradient">): JSX.Element; | ||
export function Stop(props: import("react").ComponentPropsWithoutRef<"stop">): JSX.Element; | ||
export const SVG: import("react").ForwardRefExoticComponent<{ | ||
isPressed?: boolean | undefined; | ||
isPressed?: boolean; | ||
} & Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>; | ||
export type SVGProps = { | ||
isPressed?: boolean; | ||
} & import('react').ComponentPropsWithoutRef<'svg'>; | ||
} & import("react").ComponentPropsWithoutRef<"svg">; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.4.0 (2024-07-24) | ||
## 4.3.0 (2024-07-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/primitives", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "WordPress cross-platform primitives.", | ||
@@ -35,3 +35,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/element": "^6.3.0", | ||
"@wordpress/element": "^6.4.0", | ||
"clsx": "^2.1.1" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df" | ||
"gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
127009
Updated@wordpress/element@^6.4.0