@atlaskit/media-avatar-picker 26.3.15 → 26.4.0
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
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/media-avatar-picker
|
|
2
2
|
|
|
3
|
+
## 26.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
|
|
8
|
+
Removed usages of LEGACY icon props
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 26.3.15
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -11,7 +11,6 @@ require("./SubmitErrorDialog.compiled.css");
|
|
|
11
11
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
12
|
var React = _react;
|
|
13
13
|
var _runtime = require("@compiled/react/runtime");
|
|
14
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
15
14
|
var _statusError = _interopRequireDefault(require("@atlaskit/icon/core/status-error"));
|
|
16
15
|
var _flag = _interopRequireDefault(require("@atlaskit/flag"));
|
|
17
16
|
var _mediaUi = require("@atlaskit/media-ui");
|
|
@@ -34,7 +33,6 @@ var SubmitErrorDialog = exports.SubmitErrorDialog = function SubmitErrorDialog()
|
|
|
34
33
|
icon: /*#__PURE__*/React.createElement(_statusError.default, {
|
|
35
34
|
label: "Error",
|
|
36
35
|
color: "currentColor",
|
|
37
|
-
LEGACY_secondaryColor: "var(--ds-background-danger-bold, ".concat(_colors.R400, ")"),
|
|
38
36
|
spacing: "spacious"
|
|
39
37
|
}),
|
|
40
38
|
id: "avatar-picker-error",
|
|
@@ -3,7 +3,6 @@ import "./SubmitErrorDialog.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { useRef, useEffect } from 'react';
|
|
6
|
-
import { R400 } from '@atlaskit/theme/colors';
|
|
7
6
|
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
8
7
|
import Flag from '@atlaskit/flag';
|
|
9
8
|
import { messages } from '@atlaskit/media-ui';
|
|
@@ -25,7 +24,6 @@ export const SubmitErrorDialog = () => {
|
|
|
25
24
|
icon: /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
26
25
|
label: "Error",
|
|
27
26
|
color: "currentColor",
|
|
28
|
-
LEGACY_secondaryColor: `var(--ds-background-danger-bold, ${R400})`,
|
|
29
27
|
spacing: "spacious"
|
|
30
28
|
}),
|
|
31
29
|
id: "avatar-picker-error",
|
|
@@ -3,7 +3,6 @@ import "./SubmitErrorDialog.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { useRef, useEffect } from 'react';
|
|
6
|
-
import { R400 } from '@atlaskit/theme/colors';
|
|
7
6
|
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
8
7
|
import Flag from '@atlaskit/flag';
|
|
9
8
|
import { messages } from '@atlaskit/media-ui';
|
|
@@ -25,7 +24,6 @@ export var SubmitErrorDialog = function SubmitErrorDialog() {
|
|
|
25
24
|
icon: /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
26
25
|
label: "Error",
|
|
27
26
|
color: "currentColor",
|
|
28
|
-
LEGACY_secondaryColor: "var(--ds-background-danger-bold, ".concat(R400, ")"),
|
|
29
27
|
spacing: "spacious"
|
|
30
28
|
}),
|
|
31
29
|
id: "avatar-picker-error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-avatar-picker",
|
|
3
|
-
"version": "26.
|
|
3
|
+
"version": "26.4.0",
|
|
4
4
|
"description": "A component to select, drag and resize image avatars. It also provides a default list of predefined avatars.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/button": "^23.9.0",
|
|
35
35
|
"@atlaskit/css": "^0.19.0",
|
|
36
|
-
"@atlaskit/flag": "^17.
|
|
37
|
-
"@atlaskit/form": "^15.
|
|
38
|
-
"@atlaskit/icon": "^29.
|
|
36
|
+
"@atlaskit/flag": "^17.8.0",
|
|
37
|
+
"@atlaskit/form": "^15.3.0",
|
|
38
|
+
"@atlaskit/icon": "^29.4.0",
|
|
39
39
|
"@atlaskit/media-ui": "^28.7.0",
|
|
40
40
|
"@atlaskit/modal-dialog": "^14.9.0",
|
|
41
41
|
"@atlaskit/primitives": "^17.0.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/spinner": "^19.0.0",
|
|
44
44
|
"@atlaskit/textfield": "^8.2.0",
|
|
45
45
|
"@atlaskit/theme": "^21.0.0",
|
|
46
|
-
"@atlaskit/tokens": "^9.
|
|
46
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
47
47
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@compiled/react": "^0.18.6",
|