@manuscripts/style-guide 2.0.28-LEAN-4186.0 → 2.0.28-LEAN-4186.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.
@@ -292,10 +292,6 @@ exports.IconButtonGroup = styled_components_1.default.div `
292
292
  flex-direction: row;
293
293
  justify-content: flex-start;
294
294
  align-items: center;
295
- border-radius: 4px;
296
- border: 1px solid #c9c9c9;
297
- background: ${(props) => props.theme.colors.background.primary};
298
- box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
299
295
  button {
300
296
  width: ${(props) => props.size || 28}px;
301
297
  height: ${(props) => props.size || 28}px;
@@ -30,7 +30,7 @@ const react_1 = __importDefault(require("react"));
30
30
  const styled_components_1 = __importStar(require("styled-components"));
31
31
  const fillCircle = (0, styled_components_1.keyframes) `
32
32
  from {
33
- stroke-dashoffset: 283; /* Full circumference */
33
+ stroke-dashoffset: 283;
34
34
  }
35
35
  to {
36
36
  stroke-dashoffset: 0;
@@ -266,10 +266,6 @@ export const IconButtonGroup = styled.div `
266
266
  flex-direction: row;
267
267
  justify-content: flex-start;
268
268
  align-items: center;
269
- border-radius: 4px;
270
- border: 1px solid #c9c9c9;
271
- background: ${(props) => props.theme.colors.background.primary};
272
- box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
273
269
  button {
274
270
  width: ${(props) => props.size || 28}px;
275
271
  height: ${(props) => props.size || 28}px;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import styled, { keyframes } from 'styled-components';
3
3
  const fillCircle = keyframes `
4
4
  from {
5
- stroke-dashoffset: 283; /* Full circumference */
5
+ stroke-dashoffset: 283;
6
6
  }
7
7
  to {
8
8
  stroke-dashoffset: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "2.0.28-LEAN-4186.0",
4
+ "version": "2.0.28-LEAN-4186.2",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",