Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/section-message

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/section-message - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

5

CHANGELOG.md
# @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):

2

dist/cjs/components/styled.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc