rw-elements-tools 1.3.2 → 1.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rw-elements-tools",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Build tools for RapidWeaver Elements packs - generates properties.json and hooks.js files",
5
5
  "author": "Elements Platform",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@ const globalActAsGridOrFlexItem = (app) => {
40
40
  shrink,
41
41
  grow,
42
42
  basis == "custom" ? basisCustom : basis,
43
- order == "custom" ? orderCustom : order
43
+ order == "order-custom" ? orderCustom : order
44
44
  ] : [])
45
45
  );
46
46
  }
@@ -56,7 +56,7 @@ const globalActAsGridOrFlexItem = (app) => {
56
56
  rowEnd !== "row-end-auto" ? rowEnd : undefined,
57
57
  alignSelf,
58
58
  justifySelf,
59
- order == "custom" ? orderCustom : order
59
+ order == "order-custom" ? orderCustom : order
60
60
  ] : [])
61
61
  );
62
62
  }