@atlaskit/status 3.0.14 → 3.0.16
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.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/components/internal/color.compiled.css +2 -2
- package/dist/cjs/components/internal/color.js +1 -1
- package/dist/es2019/components/internal/color.compiled.css +2 -2
- package/dist/es2019/components/internal/color.js +1 -1
- package/dist/esm/components/internal/color.compiled.css +2 -2
- package/dist/esm/components/internal/color.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/status
|
|
2
2
|
|
|
3
|
+
## 3.0.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 3.0.15
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`beaa6ee463aa8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/beaa6ee463aa8) -
|
|
16
|
+
Internal changes to how border radius is applied.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 3.0.14
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19it7r9e{border:var(--ds-border-width,1px) solid var(--ds-border,#091e4224)}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
|
+
._2rko12x7{border-radius:var(--ds-space-075,6px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
6
|
._1h6d1j28{border-color:transparent}
|
|
7
7
|
._18m915vq{overflow-y:hidden}
|
|
@@ -26,7 +26,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
26
26
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
27
27
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
28
28
|
var styles = {
|
|
29
|
-
button: "
|
|
29
|
+
button: "_2rko12b0 _19it7r9e _1reo15vq _18m915vq _4t3i1tcg _1bsb1tcg _bfhkm7j4 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1e0c1ule"
|
|
30
30
|
};
|
|
31
31
|
var buttonWrapperStyles = null;
|
|
32
32
|
var Color = exports.default = /*#__PURE__*/function (_PureComponent) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19it7r9e{border:var(--ds-border-width,1px) solid var(--ds-border,#091e4224)}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
|
+
._2rko12x7{border-radius:var(--ds-space-075,6px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
6
|
._1h6d1j28{border-color:transparent}
|
|
7
7
|
._18m915vq{overflow-y:hidden}
|
|
@@ -10,7 +10,7 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
10
10
|
import { ANALYTICS_HOVER_DELAY } from '../constants';
|
|
11
11
|
import { messages } from '../i18n';
|
|
12
12
|
const styles = {
|
|
13
|
-
button: "
|
|
13
|
+
button: "_2rko12b0 _19it7r9e _1reo15vq _18m915vq _4t3i1tcg _1bsb1tcg _bfhkm7j4 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1e0c1ule"
|
|
14
14
|
};
|
|
15
15
|
const buttonWrapperStyles = null;
|
|
16
16
|
export default class Color extends PureComponent {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19it7r9e{border:var(--ds-border-width,1px) solid var(--ds-border,#091e4224)}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
|
+
._2rko12x7{border-radius:var(--ds-space-075,6px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
6
|
._1h6d1j28{border-color:transparent}
|
|
7
7
|
._18m915vq{overflow-y:hidden}
|
|
@@ -17,7 +17,7 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
17
17
|
import { ANALYTICS_HOVER_DELAY } from '../constants';
|
|
18
18
|
import { messages } from '../i18n';
|
|
19
19
|
var styles = {
|
|
20
|
-
button: "
|
|
20
|
+
button: "_2rko12b0 _19it7r9e _1reo15vq _18m915vq _4t3i1tcg _1bsb1tcg _bfhkm7j4 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1e0c1ule"
|
|
21
21
|
};
|
|
22
22
|
var buttonWrapperStyles = null;
|
|
23
23
|
var Color = /*#__PURE__*/function (_PureComponent) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/status",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.16",
|
|
4
4
|
"description": "Fabric Status React Components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@atlaskit/lozenge": "^13.0.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
33
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
34
|
-
"@atlaskit/primitives": "^14.
|
|
34
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
35
35
|
"@atlaskit/textfield": "^8.0.0",
|
|
36
|
-
"@atlaskit/tokens": "^6.
|
|
36
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
37
37
|
"@babel/runtime": "^7.0.0",
|
|
38
38
|
"@compiled/react": "^0.18.3"
|
|
39
39
|
},
|