@atlaskit/section-message
Advanced tools
Comparing version 1.0.16 to 1.0.17
# @atlaskit/section-message | ||
## 1.0.17 | ||
- [patch] [b8091afbdd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b8091afbdd): | ||
- Fixed alignment of the separator dots | ||
## 1.0.16 | ||
@@ -4,0 +9,0 @@ - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432): |
@@ -48,3 +48,3 @@ "use strict"; | ||
componentId: "sc-92zysz-4" | ||
})(["\n margin: 0;\n & + &::before {\n color: ", ";\n content: '\xB7';\n display: inline-block;\n text-align: center;\n vertical-align: middle;\n width: ", "px;\n }\n"], _theme.colors.N500, _theme.math.multiply(_theme.gridSize, 2)); // If the icon is not wrapped in a div with a width, and we instead use margin or | ||
})(["\n align-items: center;\n display: flex;\n margin: 0;\n & + &::before {\n color: ", ";\n content: '\xB7';\n display: inline-block;\n text-align: center;\n vertical-align: middle;\n width: ", "px;\n }\n"], _theme.colors.N500, _theme.math.multiply(_theme.gridSize, 2)); // If the icon is not wrapped in a div with a width, and we instead use margin or | ||
// padding, the icon is shrunk by the padding. | ||
@@ -51,0 +51,0 @@ // Since the icons will have a consistent size, we can treat them as pre-calculated |
@@ -25,3 +25,3 @@ import styled from 'styled-components'; | ||
componentId: "sc-92zysz-4" | ||
})(["\n margin: 0;\n & + &::before {\n color: ", ";\n content: '\xB7';\n display: inline-block;\n text-align: center;\n vertical-align: middle;\n width: ", "px;\n }\n"], colors.N500, math.multiply(gridSize, 2)); // If the icon is not wrapped in a div with a width, and we instead use margin or | ||
})(["\n align-items: center;\n display: flex;\n margin: 0;\n & + &::before {\n color: ", ";\n content: '\xB7';\n display: inline-block;\n text-align: center;\n vertical-align: middle;\n width: ", "px;\n }\n"], colors.N500, math.multiply(gridSize, 2)); // If the icon is not wrapped in a div with a width, and we instead use margin or | ||
// padding, the icon is shrunk by the padding. | ||
@@ -28,0 +28,0 @@ // Since the icons will have a consistent size, we can treat them as pre-calculated |
{ | ||
"name": "@atlaskit/section-message", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/section-message", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "A react component used to alert users of a particular screen area that needs user action", | ||
@@ -31,3 +31,3 @@ "license": "Apache-2.0", | ||
"@atlaskit/docs": "^6.0.1", | ||
"@atlaskit/field-range": "^5.0.14", | ||
"@atlaskit/field-range": "^5.0.15", | ||
"@atlaskit/visual-regression": "^0.0.1", | ||
@@ -34,0 +34,0 @@ "enzyme": "^3.7.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33382
320