removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / counterAxisAlignItems
Added value: +{
+ "description": "Alignment along counter axis",
+ "enum": [
+ "MIN",
+ "CENTER",
+ "MAX"
+ ],
+ "type": "string"
+}
addedInput schema / properties / itemSpacing
Added value: +{
+ "description": "Spacing between items in pixels",
+ "type": "number"
+}
addedInput schema / properties / layoutMode
Added value: +{
+ "description": "Layout direction",
+ "enum": [
+ "HORIZONTAL",
+ "VERTICAL",
+ "NONE"
+ ],
+ "type": "string"
+}
addedInput schema / properties / layoutWrap
Added value: +{
+ "description": "Whether items wrap to new lines",
+ "enum": [
+ "WRAP",
+ "NO_WRAP"
+ ],
+ "type": "string"
+}
addedInput schema / properties / nodeId
Added value: +{
+ "description": "The ID of the node to configure auto layout",
+ "type": "string"
+}
addedInput schema / properties / paddingBottom
Added value: +{
+ "description": "Bottom padding in pixels",
+ "type": "number"
+}
addedInput schema / properties / paddingLeft
Added value: +{
+ "description": "Left padding in pixels",
+ "type": "number"
+}
addedInput schema / properties / paddingRight
Added value: +{
+ "description": "Right padding in pixels",
+ "type": "number"
+}
addedInput schema / properties / paddingTop
Added value: +{
+ "description": "Top padding in pixels",
+ "type": "number"
+}
addedInput schema / properties / primaryAxisAlignItems
Added value: +{
+ "description": "Alignment along primary axis",
+ "enum": [
+ "MIN",
+ "CENTER",
+ "MAX",
+ "SPACE_BETWEEN"
+ ],
+ "type": "string"
+}
addedInput schema / properties / strokesIncludedInLayout
Added value: +{
+ "description": "Whether strokes are included in layout calculations",
+ "type": "boolean"
+}
addedInput schema / required
Added value: +[
+ "nodeId",
+ "layoutMode"
+]