@superdispatch/ui-lab 0.29.5 → 0.31.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.
@@ -215,7 +215,9 @@ var normalizers = {
215
215
  left: undefined,
216
216
  right: undefined,
217
217
  bottom: undefined,
218
- position: undefined
218
+ position: undefined,
219
+ alignItems: undefined,
220
+ justifyContent: undefined
219
221
  };
220
222
  function injectRule(styles, key, breakpoint, value, normalizer) {
221
223
  if (normalizer != null) value = normalizer(value);