@superdispatch/ui-lab 0.21.0 → 0.21.1

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.
@@ -163,7 +163,8 @@ function parseMargin(input) {
163
163
 
164
164
  var normalizeBorderRadius = /*#__PURE__*/createRuleNormalizer({
165
165
  none: 0,
166
- small: 4
166
+ small: 4,
167
+ medium: 8
167
168
  });
168
169
  var normalizeBorderWidth = /*#__PURE__*/createRuleNormalizer({
169
170
  none: 0,