satori 0.7.3 → 0.7.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/README.md CHANGED
@@ -139,10 +139,10 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na
139
139
  <tr><td><code>height</code></td><td>Supported</td></tr>
140
140
 
141
141
  <tr><td rowspan="5">Min & max size</td></tr>
142
- <tr><td><code>min-width</code></td><td>Supported</td></tr>
143
- <tr><td><code>min-height</code></td><td>Supported</td></tr>
144
- <tr><td><code>max-width</code></td><td>Supported</td></tr>
145
- <tr><td><code>max-height</code></td><td>Supported</td></tr>
142
+ <tr><td><code>minWidth</code></td><td>Supported</td></tr>
143
+ <tr><td><code>minHeight</code></td><td>Supported</td></tr>
144
+ <tr><td><code>maxWidth</code></td><td>Supported</td></tr>
145
+ <tr><td><code>maxHeight</code></td><td>Supported</td></tr>
146
146
 
147
147
  <tr><td rowspan="5"><code>border</code></td></tr>
148
148
  <tr><td>Width (<code>borderWidth</code>, <code>borderTopWidth</code>, ...)</td><td>Supported</td></tr>
@@ -234,7 +234,7 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na
234
234
  </tr>
235
235
 
236
236
  <tr>
237
- <td colspan="2"><code>clip-path</code></td>
237
+ <td colspan="2"><code>clipPath</code></td>
238
238
  <td>Supported</td>
239
239
  </tr>
240
240