jspdf-utils 0.4.3 → 0.4.4
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/dist/html-to-pdf.js +6 -0
- package/package.json +1 -1
package/dist/html-to-pdf.js
CHANGED
|
@@ -5174,6 +5174,7 @@ const mg = [
|
|
|
5174
5174
|
"word-break",
|
|
5175
5175
|
"overflow-wrap",
|
|
5176
5176
|
"direction",
|
|
5177
|
+
"unicode-bidi",
|
|
5177
5178
|
// Colors & backgrounds
|
|
5178
5179
|
"color",
|
|
5179
5180
|
"background-color",
|
|
@@ -5211,9 +5212,14 @@ const mg = [
|
|
|
5211
5212
|
"flex-shrink",
|
|
5212
5213
|
"flex-basis",
|
|
5213
5214
|
"justify-content",
|
|
5215
|
+
"justify-items",
|
|
5216
|
+
"justify-self",
|
|
5214
5217
|
"align-items",
|
|
5215
5218
|
"align-self",
|
|
5216
5219
|
"align-content",
|
|
5220
|
+
"place-content",
|
|
5221
|
+
"place-items",
|
|
5222
|
+
"place-self",
|
|
5217
5223
|
"order",
|
|
5218
5224
|
"grid-template-columns",
|
|
5219
5225
|
"grid-template-rows",
|
package/package.json
CHANGED