@react-pdf/stylesheet 3.2.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/lib/index.cjs.js +804 -0
- package/lib/index.es.js +788 -0
- package/package.json +6 -5
- package/lib/expand/borders.js +0 -81
- package/lib/expand/boxModel.js +0 -83
- package/lib/expand/flex.js +0 -20
- package/lib/expand/index.js +0 -91
- package/lib/expand/margins.js +0 -56
- package/lib/expand/objectPosition.js +0 -15
- package/lib/expand/paddings.js +0 -51
- package/lib/expand/transformOrigin.js +0 -33
- package/lib/flatten/index.js +0 -46
- package/lib/index.js +0 -43
- package/lib/mediaQueries/index.js +0 -33
- package/lib/transform/colors.js +0 -62
- package/lib/transform/fontWeight.js +0 -31
- package/lib/transform/index.js +0 -61
- package/lib/transform/objectPosition.js +0 -17
- package/lib/transform/transform.js +0 -166
- package/lib/transform/transformOrigin.js +0 -17
- package/lib/transform/units.js +0 -59
- package/lib/utils/castFloat.js +0 -17
- package/lib/utils/offsetKeyword.js +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @react-pdf/stylesheet
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81)]:
|
|
12
|
+
- @react-pdf/fns@2.0.0
|
|
13
|
+
|
|
3
14
|
## 3.2.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|