beem-component 1.2.2 → 1.2.3

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.
@@ -59,7 +59,7 @@ var Details = _styledComponents.default.div(_templateObject3 || (_templateObject
59
59
  return "row";
60
60
  });
61
61
 
62
- var MessageDetails = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n max-width: 50%;\n > * {\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n }\n"])));
62
+ var MessageDetails = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n max-width: 70%;\n > * {\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n }\n"])));
63
63
 
64
64
  var Messages = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 0.5rem;\n background: ", ";\n color: ", ";\n border-radius: ", ";\n border: 0.071rem solid ", ";\n word-break: break-all;\n margin: 0rem;\n"])), function (_ref2) {
65
65
  var state = _ref2.state;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beem-component",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "private": false,
5
5
  "main": "dist/components/index.js",
6
6
  "scripts": {
@@ -73,4 +73,4 @@
73
73
  "@storybook/theming": "^6.4.9",
74
74
  "storybook-addon-jsx": "^7.3.14"
75
75
  }
76
- }
76
+ }
@@ -54,7 +54,7 @@ const Details = styled.div`
54
54
  const MessageDetails = styled.div`
55
55
  display: flex;
56
56
  flex-direction: column;
57
- max-width: 50%;
57
+ max-width: 70%;
58
58
  > * {
59
59
  margin-top: 0.5rem;
60
60
  margin-bottom: 0.5rem;