@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.
@@ -35,7 +35,8 @@ function parseMargin(input) {
35
35
 
36
36
  var normalizeBorderRadius = /*#__PURE__*/createRuleNormalizer({
37
37
  none: 0,
38
- small: 4
38
+ small: 4,
39
+ medium: 8
39
40
  });
40
41
  var normalizeBorderWidth = /*#__PURE__*/createRuleNormalizer({
41
42
  none: 0,
@@ -25,7 +25,7 @@ declare type BannerProps = Omit<CustomerTransitionProps, 'timeout' | 'className'
25
25
  declare const Banner: ForwardRefExoticComponent<Pick<BannerProps, string | number> & RefAttributes<CSSTransition<HTMLDivElement>>>;
26
26
 
27
27
  declare type MarginProp = 'auto' | SpaceProp | NegativeSpaceProp;
28
- declare type BorderRadiusProp = 'none' | 'small';
28
+ declare type BorderRadiusProp = 'none' | 'small' | 'medium';
29
29
  declare type BorderWidthProp = 'none' | 'small' | 'medium' | 'large';
30
30
  interface BoxRules {
31
31
  display?: ResponsiveProp<Property.Display>;
package/dist-web/index.js CHANGED
@@ -156,7 +156,8 @@ function parseMargin(input) {
156
156
 
157
157
  var normalizeBorderRadius = /*#__PURE__*/createRuleNormalizer({
158
158
  none: 0,
159
- small: 4
159
+ small: 4,
160
+ medium: 8
160
161
  });
161
162
  var normalizeBorderWidth = /*#__PURE__*/createRuleNormalizer({
162
163
  none: 0,