@sproutsocial/racine 8.0.0-beta-dark-mode.11 → 8.0.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.
@@ -3,6 +3,7 @@ module.exports = {
3
3
  "add-item": "0 0 16 16",
4
4
  "add-keyword": "0 0 16 16",
5
5
  "add-team-member": "0 0 18 13",
6
+ "add-variable": "0 0 18 14",
6
7
  "address-card-solid": "0 0 18 16",
7
8
  "adobe-experience-manager": "0 0 16 18",
8
9
  "ads": "0 0 9 16",
@@ -275,6 +276,7 @@ module.exports = {
275
276
  "sent-message": "0 0 16 14",
276
277
  "share": "0 0 16 14",
277
278
  "shopify": "0 0 16 18",
279
+ "show-navigation": "0 0 18 14",
278
280
  "slack": "0 0 16 16",
279
281
  "small-density": "0 0 16 16",
280
282
  "smiley": "0 0 16 16",
@@ -68,9 +68,8 @@ var ModalFooter = function ModalFooter(props) {
68
68
  ModalFooter.defaultProps = {
69
69
  bg: "container.background.base"
70
70
  };
71
-
72
- // $FlowIssue - upgrade v0.112.0
73
- var ModalContent = function ModalContent(_ref) {
71
+ var ModalContent = /*#__PURE__*/React.forwardRef( // $FlowIssue - upgrade v0.112.0
72
+ function (_ref, ref) {
74
73
  var children = _ref.children,
75
74
  rest = _objectWithoutPropertiesLoose(_ref, ["children"]);
76
75
 
@@ -79,9 +78,10 @@ var ModalContent = function ModalContent(_ref) {
79
78
 
80
79
  return /*#__PURE__*/React.createElement(Content, _extends({
81
80
  "data-qa-modal": true,
82
- "data-qa-label": label
81
+ "data-qa-label": label,
82
+ ref: ref
83
83
  }, rest), children);
84
- };
84
+ });
85
85
 
86
86
  /**
87
87
  * The modal you want