beem-component 2.0.3 → 2.0.4

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.
@@ -42,7 +42,7 @@ var Color = function Color(_ref) {
42
42
  };
43
43
  var BeemTag = _styledComponents.default.button.withConfig({
44
44
  displayName: "tags__BeemTag"
45
- })(["", " display:", ";flex-direction:row;justify-content:center;align-items:center;padding:0.2143rem 0.5714rem;border-radius:0.4286rem;background:", ";border:0.1071rem solid ", ";> *{color:", ";text-transform:capitalize;}> *:not(:last-child){margin-right:0.5rem;}"], '' /* display: flex; */, function (_ref2) {
45
+ })(["", " display:", ";flex-direction:row;justify-content:center;align-items:center !important;padding:0.2143rem 0.5714rem;border-radius:0.4286rem;background:", ";border:0.1071rem solid ", ";> *{color:", ";text-transform:capitalize;}> *:not(:last-child){margin-right:0.5rem;}"], '' /* display: flex; */, function (_ref2) {
46
46
  var closeButton = _ref2.closeButton,
47
47
  show = _ref2.show;
48
48
  if (!closeButton) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beem-component",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "private": false,
5
5
  "main": "dist/components/index.js",
6
6
  "scripts": {
package/src/App.js CHANGED
@@ -189,9 +189,10 @@ const Chat = () => {
189
189
  <BmCounter>10</BmCounter>
190
190
  </BmContactCard.SubDetails>
191
191
  <BmContactCard.SubDetails>
192
- <BmTag dot variant="success">
192
+ <BmTag dot>
193
193
  <p>{ms.id}</p>
194
194
  </BmTag>
195
+
195
196
  <p>10:00 am</p>
196
197
  </BmContactCard.SubDetails>
197
198
  </BmContactCard.Details>
@@ -255,7 +256,7 @@ const Chat = () => {
255
256
  >
256
257
  <p>Pending</p>
257
258
  </BmTag>
258
- <BmTag dot closeButton>
259
+ <BmTag dot>
259
260
  <p>Bot</p>
260
261
  </BmTag>
261
262
  </div>
@@ -41,7 +41,7 @@ const BeemTag = styled.button`
41
41
  }};
42
42
  flex-direction: row;
43
43
  justify-content: center;
44
- align-items: center;
44
+ align-items: center !important;
45
45
  padding: 0.2143rem 0.5714rem;
46
46
  border-radius: 0.4286rem;
47
47
  background: ${({ variant }) => {