@superdispatch/ui-lab 0.29.4 → 0.30.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.
@@ -95,7 +95,9 @@ var normalizers = {
95
95
  left: undefined,
96
96
  right: undefined,
97
97
  bottom: undefined,
98
- position: undefined
98
+ position: undefined,
99
+ alignItems: undefined,
100
+ justifyContent: undefined
99
101
  };
100
102
  function injectRule(styles, key, breakpoint, value, normalizer) {
101
103
  if (normalizer != null) value = normalizer(value);
@@ -32,6 +32,8 @@ declare type BorderRadiusProp = 'none' | 'small' | 'medium';
32
32
  declare type BorderWidthProp = 'none' | 'small' | 'medium' | 'large';
33
33
  interface BoxRules {
34
34
  display?: ResponsiveProp<Property.Display>;
35
+ alignItems?: ResponsiveProp<Property.AlignItems>;
36
+ justifyContent?: ResponsiveProp<Property.JustifyContent>;
35
37
  color?: ResponsiveProp<ColorProp>;
36
38
  backgroundColor?: ResponsiveProp<ColorProp>;
37
39
  borderColor?: ResponsiveProp<ColorProp>;
package/dist-web/index.js CHANGED
@@ -208,7 +208,9 @@ var normalizers = {
208
208
  left: undefined,
209
209
  right: undefined,
210
210
  bottom: undefined,
211
- position: undefined
211
+ position: undefined,
212
+ alignItems: undefined,
213
+ justifyContent: undefined
212
214
  };
213
215
  function injectRule(styles, key, breakpoint, value, normalizer) {
214
216
  if (normalizer != null) value = normalizer(value);