@razorpay/blade 9.1.0 → 9.1.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.
@@ -3625,7 +3625,7 @@ var getElevationValue = function getElevationValue(elevation, theme, breakpoint)
3625
3625
  var getAllProps = function getAllProps(props, breakpoint) {
3626
3626
  var _props$paddingTop, _props$paddingBottom, _props$paddingRight, _props$paddingLeft, _props$marginBottom, _props$marginTop, _props$marginRight, _props$marginLeft;
3627
3627
 
3628
- var hasBorder = props.borderBottom || props.borderTop || props.borderLeft || props.borderRight || props.borderBottomColor || props.borderTopColor || props.borderLeftColor || props.borderRightColor || props.borderBottomWidth || props.borderTopWidth || props.borderLeftWidth || props.borderRightWidth;
3628
+ var hasBorder = props.borderBottom || props.borderTop || props.borderLeft || props.borderRight || props.borderBottomColor || props.borderTopColor || props.borderLeftColor || props.borderRightColor || props.borderBottomWidth || props.borderTopWidth || props.borderLeftWidth || props.borderRightWidth || props.borderWidth || props.borderColor;
3629
3629
  return _objectSpread$5_({
3630
3630
  display: getResponsiveValue(props.display, breakpoint),
3631
3631
  overflow: getResponsiveValue(props.overflow, breakpoint),
@@ -16452,11 +16452,13 @@ var FormLabel = function FormLabel(_ref) {
16452
16452
  flexDirection: "row",
16453
16453
  alignItems: "center",
16454
16454
  flexWrap: "wrap",
16455
+ maxHeight: makeSpace(size[36]),
16455
16456
  children: [/*#__PURE__*/jsx(Text, {
16456
16457
  type: "subdued",
16457
16458
  variant: "body",
16458
16459
  contrast: contrast,
16459
16460
  size: isLabelLeftPositioned ? 'medium' : 'small',
16461
+ truncateAfterLines: 2,
16460
16462
  weight: "bold",
16461
16463
  children: children
16462
16464
  }), computedAccessibilityNode, necessityLabel]