@react-pdf/types
Advanced tools
Comparing version 2.1.1 to 2.2.0
# @react-pdf/types | ||
## 2.2.0 | ||
### Minor Changes | ||
- [#2160](https://github.com/diegomura/react-pdf/pull/2160) [`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284) Thanks [@jeetiss](https://github.com/jeetiss)! - implement flex gap | ||
## 2.1.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "React-pdf TypeScript definitions", |
@@ -15,2 +15,5 @@ export interface Style { | ||
justifyContent?: 'flex-start' | 'flex-end' | 'center' | 'space-around' | 'space-between' | 'space-evenly'; | ||
gap?: number | string; | ||
rowGap?: number; | ||
columnGap?: number; | ||
@@ -17,0 +20,0 @@ // Layout |
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
15784
472