@sproutsocial/racine 11.3.1-beta-deps.1 → 11.3.1-beta-deps.2

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.
@@ -60,7 +60,6 @@ const Button = ({
60
60
 
61
61
  return (
62
62
  <Container
63
- className="container"
64
63
  title={title}
65
64
  active={active}
66
65
  href={href}
@@ -85,4 +84,6 @@ const Button = ({
85
84
  );
86
85
  };
87
86
 
87
+ Button.displayName = "Button";
88
+
88
89
  export default Button;
@@ -99,7 +99,7 @@ const Container: StyledComponent<any, TypeTheme, *> = styled.button`
99
99
  ${LAYOUT}
100
100
  ${COMMON}
101
101
  `;
102
-
102
+ Container.displayName = "Button-Container";
103
103
  export default Container;
104
104
 
105
105
  //${props.theme.mode === "dark" ? "screen" : "multiply"}
@@ -96,7 +96,7 @@ html .c3 {
96
96
  aria-expanded="false"
97
97
  aria-haspopup="true"
98
98
  aria-label="Open Menu"
99
- class="c1 container"
99
+ class="c1"
100
100
  data-qa-button=""
101
101
  data-qa-button-isdisabled="false"
102
102
  id="MenuButton-7"
@@ -46,7 +46,6 @@ var Button = function Button(_ref) {
46
46
 
47
47
  var appearanceCheck = appearance === "default" ? "unstyled" : appearance;
48
48
  return /*#__PURE__*/React.createElement(_styles.default, _extends({
49
- className: "container",
50
49
  title: title,
51
50
  active: active,
52
51
  href: href,
@@ -66,5 +65,6 @@ var Button = function Button(_ref) {
66
65
  }, qa, rest), children);
67
66
  };
68
67
 
68
+ Button.displayName = "Button";
69
69
  var _default = Button;
70
70
  exports.default = _default;
@@ -60,6 +60,7 @@ var Container = _styledComponents.default.button.withConfig({
60
60
  return props.appearance === "pill" && (0, _styledComponents.css)(["display:inline-flex;align-items:center;justify-content:center;mix-blend-mode:", ";", ""], props.theme.mode === "dark" ? "screen" : "multiply", _mixins.pill);
61
61
  }, _styles.default, _systemProps.LAYOUT, _systemProps.COMMON);
62
62
 
63
+ Container.displayName = "Button-Container";
63
64
  var _default = Container; //${props.theme.mode === "dark" ? "screen" : "multiply"}
64
65
 
65
66
  exports.default = _default;
@@ -34,7 +34,6 @@ var Button = function Button(_ref) {
34
34
 
35
35
  var appearanceCheck = appearance === "default" ? "unstyled" : appearance;
36
36
  return /*#__PURE__*/React.createElement(Container, _extends({
37
- className: "container",
38
37
  title: title,
39
38
  active: active,
40
39
  href: href,
@@ -54,4 +53,5 @@ var Button = function Button(_ref) {
54
53
  }, qa, rest), children);
55
54
  };
56
55
 
56
+ Button.displayName = "Button";
57
57
  export default Button;
@@ -44,4 +44,5 @@ var Container = styled.button.withConfig({
44
44
  }, function (props) {
45
45
  return props.appearance === "pill" && css(["display:inline-flex;align-items:center;justify-content:center;mix-blend-mode:", ";", ""], props.theme.mode === "dark" ? "screen" : "multiply", pill);
46
46
  }, Icon, LAYOUT, COMMON);
47
+ Container.displayName = "Button-Container";
47
48
  export default Container; //${props.theme.mode === "dark" ? "screen" : "multiply"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "11.3.1-beta-deps.1",
3
+ "version": "11.3.1-beta-deps.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",