@react-pdf/types
Advanced tools
Comparing version 2.0.8 to 2.0.9
# @react-pdf/types | ||
## 2.0.8 | ||
## 2.0.9 | ||
### Patch Changes | ||
- [#1843](https://github.com/diegomura/react-pdf/pull/1843) [`fe0f214`](https://github.com/diegomura/react-pdf/commit/fe0f214dbbf2f632b852ebfe65f886ecc4dd6953) Thanks [@diegomura](https://github.com/diegomura)! - fix: add ID1 type | ||
## 2.0.8 | ||
### Patch Changes | ||
- [#1581](https://github.com/diegomura/react-pdf/pull/1581) [`04449ab`](https://github.com/diegomura/react-pdf/commit/04449ab352db0cca2155024dd3e8c690e42193ca) Thanks [@jeetiss](https://github.com/jeetiss)! - added changelog with changesets |
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "React-pdf TypeScript definitions", |
@@ -53,3 +53,5 @@ export type Orientation = 'portrait' | 'landscape'; | ||
| 'LETTER' | ||
| 'TABLOID'; | ||
| 'TABLOID' | ||
| 'ID1' | ||
; | ||
@@ -56,0 +58,0 @@ type StaticSize = number | string; |
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
13597
440