@react-pdf/types
Advanced tools
Comparing version 2.2.0 to 2.3.0
# @react-pdf/types | ||
## 2.3.0 | ||
### Minor Changes | ||
- [#2214](https://github.com/diegomura/react-pdf/pull/2214) [`2db67a3`](https://github.com/diegomura/react-pdf/commit/2db67a38b9be98b7816a2b5aa4733446b95e3724) Thanks [@KODIKAS-NL](https://github.com/KODIKAS-NL)! - added base support for verticalAlign "super" and "sub" | ||
## 2.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "React-pdf TypeScript definitions", |
@@ -61,2 +61,3 @@ export interface Style { | ||
textTransform?: 'capitalize' | 'lowercase' | 'uppercase'; | ||
verticalAlign?: 'sub' | 'super'; | ||
@@ -63,0 +64,0 @@ // Sizing/positioning |
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
16119
473