@react-pdf/types
Advanced tools
Comparing version 2.3.4 to 2.3.5
# @react-pdf/types | ||
## 2.3.5 | ||
### Patch Changes | ||
- [#2453](https://github.com/diegomura/react-pdf/pull/2453) [`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d) Thanks [@chuckspencer-aiq](https://github.com/chuckspencer-aiq)! - fix: add clipPath to typing for SVGPresentationAttributes | ||
* [#2467](https://github.com/diegomura/react-pdf/pull/2467) [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2) Thanks [@JaeSeoKim](https://github.com/JaeSeoKim)! - feat: add withVariationSelectors option to registerEmojiSource [#2466](https://github.com/diegomura/react-pdf/issues/2466) | ||
- [#2416](https://github.com/diegomura/react-pdf/pull/2416) [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f) Thanks [@TheMikeyRoss](https://github.com/TheMikeyRoss)! - Updated svg.d.ts to include strokeLinejoin | ||
## 2.3.4 | ||
@@ -4,0 +14,0 @@ |
@@ -52,2 +52,3 @@ export type FontStyle = 'normal' | 'italic' | 'oblique'; | ||
format?: string; | ||
withVariationSelectors?: boolean; | ||
} | ||
@@ -57,2 +58,3 @@ | ||
builder: (code: string) => string; | ||
withVariationSelectors?: boolean; | ||
} | ||
@@ -59,0 +61,0 @@ |
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "React-pdf TypeScript definitions", |
@@ -14,3 +14,5 @@ export interface SVGPresentationAttributes { | ||
strokeLineCap?: 'butt' | 'round' | 'square'; | ||
strokeLinejoin?: 'butt' | 'round' | 'square'; | ||
visibility?: 'visible' | 'hidden' | 'collapse'; | ||
clipPath?: string; | ||
dominantBaseline?: | ||
@@ -17,0 +19,0 @@ | 'auto' |
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
18830
482