@atlaskit/media-avatar-picker 28.1.5 → 28.1.7
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 +12 -0
- package/dist/cjs/avatar-list/index.compiled.css +0 -1
- package/dist/cjs/avatar-list/index.js +1 -1
- package/dist/cjs/avatar-picker-dialog/SRLiveTitle.js +1 -1
- package/dist/cjs/avatar-picker-dialog/SubmitErrorDialog.js +1 -1
- package/dist/cjs/avatar-picker-dialog/index.js +1 -1
- package/dist/cjs/image-cropper/index.compiled.css +0 -1
- package/dist/cjs/image-cropper/index.js +1 -1
- package/dist/cjs/image-navigator/dragZone.js +1 -1
- package/dist/cjs/image-navigator/index.compiled.css +0 -1
- package/dist/cjs/image-navigator/index.js +1 -1
- package/dist/cjs/image-navigator/slider.js +1 -1
- package/dist/cjs/image-placer/containerWrapper.js +1 -1
- package/dist/cjs/image-placer/imagePlacerErrorWrapper.js +1 -1
- package/dist/cjs/image-placer/imageWrapper.compiled.css +0 -1
- package/dist/cjs/image-placer/imageWrapper.js +1 -1
- package/dist/cjs/image-placer/index.js +1 -1
- package/dist/cjs/image-placer/margin.compiled.css +0 -1
- package/dist/cjs/image-placer/margin.js +1 -1
- package/dist/cjs/predefined-avatar-list/index.compiled.css +0 -1
- package/dist/cjs/predefined-avatar-list/index.js +1 -1
- package/dist/cjs/predefined-avatar-view/index.js +1 -1
- package/dist/es2019/avatar-list/index.compiled.css +0 -1
- package/dist/es2019/avatar-list/index.js +1 -1
- package/dist/es2019/avatar-picker-dialog/SRLiveTitle.js +1 -1
- package/dist/es2019/avatar-picker-dialog/SubmitErrorDialog.js +1 -1
- package/dist/es2019/avatar-picker-dialog/index.js +1 -1
- package/dist/es2019/image-cropper/index.compiled.css +0 -1
- package/dist/es2019/image-cropper/index.js +1 -1
- package/dist/es2019/image-navigator/dragZone.js +1 -1
- package/dist/es2019/image-navigator/index.compiled.css +0 -1
- package/dist/es2019/image-navigator/index.js +1 -1
- package/dist/es2019/image-navigator/slider.js +1 -1
- package/dist/es2019/image-placer/containerWrapper.js +1 -1
- package/dist/es2019/image-placer/imagePlacerErrorWrapper.js +1 -1
- package/dist/es2019/image-placer/imageWrapper.compiled.css +0 -1
- package/dist/es2019/image-placer/imageWrapper.js +1 -1
- package/dist/es2019/image-placer/index.js +1 -1
- package/dist/es2019/image-placer/margin.compiled.css +0 -1
- package/dist/es2019/image-placer/margin.js +1 -1
- package/dist/es2019/predefined-avatar-list/index.compiled.css +0 -1
- package/dist/es2019/predefined-avatar-list/index.js +1 -1
- package/dist/es2019/predefined-avatar-view/index.js +1 -1
- package/dist/esm/avatar-list/index.compiled.css +0 -1
- package/dist/esm/avatar-list/index.js +1 -1
- package/dist/esm/avatar-picker-dialog/SRLiveTitle.js +1 -1
- package/dist/esm/avatar-picker-dialog/SubmitErrorDialog.js +1 -1
- package/dist/esm/avatar-picker-dialog/index.js +1 -1
- package/dist/esm/image-cropper/index.compiled.css +0 -1
- package/dist/esm/image-cropper/index.js +1 -1
- package/dist/esm/image-navigator/dragZone.js +1 -1
- package/dist/esm/image-navigator/index.compiled.css +0 -1
- package/dist/esm/image-navigator/index.js +1 -1
- package/dist/esm/image-navigator/slider.js +1 -1
- package/dist/esm/image-placer/containerWrapper.js +1 -1
- package/dist/esm/image-placer/imagePlacerErrorWrapper.js +1 -1
- package/dist/esm/image-placer/imageWrapper.compiled.css +0 -1
- package/dist/esm/image-placer/imageWrapper.js +1 -1
- package/dist/esm/image-placer/index.js +1 -1
- package/dist/esm/image-placer/margin.compiled.css +0 -1
- package/dist/esm/image-placer/margin.js +1 -1
- package/dist/esm/predefined-avatar-list/index.compiled.css +0 -1
- package/dist/esm/predefined-avatar-list/index.js +1 -1
- package/dist/esm/predefined-avatar-view/index.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._19itidpf{border:0}
|
|
3
2
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1941{box-shadow:0 0 0 1px var(--ds-border-inverse,#fff),0 0 0 3px var(--ds-border-selected,#1868db)}
|
|
4
3
|
._16qsgwzo{box-shadow:0 0 0 1px var(--ds-border-inverse,#fff),0 0 0 3px var(--ds-border-focused,#4688ec)}
|
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.SRLiveTitle = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _reactIntl = require("react-intl");
|
|
10
|
-
var _visuallyHidden = _interopRequireDefault(require("@atlaskit/visually-hidden"));
|
|
10
|
+
var _visuallyHidden = _interopRequireDefault(require("@atlaskit/visually-hidden/visually-hidden"));
|
|
11
11
|
var _types = require("./types");
|
|
12
12
|
var _mediaUi = require("@atlaskit/media-ui");
|
|
13
13
|
var SRLiveTitle = exports.SRLiveTitle = function SRLiveTitle(_ref) {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._v56416z2{transition:margin-left .15s ease-out,margin-top .15s ease-out,left .15s ease-out,top .15s ease-out,width .15s ease-out,height .15s ease-out}._kqswstnw{position:absolute}
|
|
3
2
|
._lcxvglyw{pointer-events:none}
|
|
4
3
|
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._19itidpf{border:0}
|
|
3
2
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1941{box-shadow:0 0 0 1px var(--ds-border-inverse,#fff),0 0 0 3px var(--ds-border-selected,#1868db)}
|
|
4
3
|
._16qsgwzo{box-shadow:0 0 0 1px var(--ds-border-inverse,#fff),0 0 0 3px var(--ds-border-focused,#4688ec)}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useIntl } from 'react-intl';
|
|
3
|
-
import VisuallyHidden from '@atlaskit/visually-hidden';
|
|
3
|
+
import VisuallyHidden from '@atlaskit/visually-hidden/visually-hidden';
|
|
4
4
|
import { Mode } from './types';
|
|
5
5
|
import { messages } from '@atlaskit/media-ui';
|
|
6
6
|
export const SRLiveTitle = ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SubmitErrorDialog.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* SubmitErrorDialog.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import "./SubmitErrorDialog.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./index.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./index.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* containerWrapper.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* containerWrapper.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./containerWrapper.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* imagePlacerErrorWrapper.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* imagePlacerErrorWrapper.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import "./imagePlacerErrorWrapper.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._v56416z2{transition:margin-left .15s ease-out,margin-top .15s ease-out,left .15s ease-out,top .15s ease-out,width .15s ease-out,height .15s ease-out}._kqswstnw{position:absolute}
|
|
3
2
|
._lcxvglyw{pointer-events:none}
|
|
4
3
|
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._19itidpf{border:0}
|
|
3
2
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1941{box-shadow:0 0 0 1px var(--ds-border-inverse,#fff),0 0 0 3px var(--ds-border-selected,#1868db)}
|
|
4
3
|
._16qsgwzo{box-shadow:0 0 0 1px var(--ds-border-inverse,#fff),0 0 0 3px var(--ds-border-focused,#4688ec)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./index.compiled.css";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useIntl } from 'react-intl';
|
|
3
|
-
import VisuallyHidden from '@atlaskit/visually-hidden';
|
|
3
|
+
import VisuallyHidden from '@atlaskit/visually-hidden/visually-hidden';
|
|
4
4
|
import { Mode } from './types';
|
|
5
5
|
import { messages } from '@atlaskit/media-ui';
|
|
6
6
|
export var SRLiveTitle = function SRLiveTitle(_ref) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SubmitErrorDialog.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* SubmitErrorDialog.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import "./SubmitErrorDialog.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
4
4
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* dragZone.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* dragZone.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["showBorder", "isDroppingFile", "children"];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
4
4
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* slider.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* slider.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* containerWrapper.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* containerWrapper.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["width", "height", "margin", "children"];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* imagePlacerErrorWrapper.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* imagePlacerErrorWrapper.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import "./imagePlacerErrorWrapper.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._v56416z2{transition:margin-left .15s ease-out,margin-top .15s ease-out,left .15s ease-out,top .15s ease-out,width .15s ease-out,height .15s ease-out}._kqswstnw{position:absolute}
|
|
3
2
|
._lcxvglyw{pointer-events:none}
|
|
4
3
|
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* imageWrapper.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* imageWrapper.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["x", "y", "width", "height", "transform"];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* margin.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* margin.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./index.compiled.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-avatar-picker",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.7",
|
|
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/"
|
|
@@ -30,23 +30,23 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/button": "^
|
|
33
|
+
"@atlaskit/button": "^25.0.0",
|
|
34
34
|
"@atlaskit/css": "^1.0.0",
|
|
35
35
|
"@atlaskit/flag": "^18.2.0",
|
|
36
36
|
"@atlaskit/form": "^16.1.0",
|
|
37
|
-
"@atlaskit/icon": "^37.
|
|
38
|
-
"@atlaskit/media-ui": "^30.
|
|
39
|
-
"@atlaskit/modal-dialog": "^16.
|
|
40
|
-
"@atlaskit/platform-feature-flags": "^2.
|
|
41
|
-
"@atlaskit/primitives": "^
|
|
37
|
+
"@atlaskit/icon": "^37.2.0",
|
|
38
|
+
"@atlaskit/media-ui": "^30.11.0",
|
|
39
|
+
"@atlaskit/modal-dialog": "^16.2.0",
|
|
40
|
+
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
41
|
+
"@atlaskit/primitives": "^22.2.0",
|
|
42
42
|
"@atlaskit/range": "^11.1.0",
|
|
43
43
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
44
44
|
"@atlaskit/spinner": "^20.1.0",
|
|
45
45
|
"@atlaskit/textfield": "^9.1.0",
|
|
46
|
-
"@atlaskit/tokens": "^16.
|
|
47
|
-
"@atlaskit/visually-hidden": "^4.
|
|
46
|
+
"@atlaskit/tokens": "^16.3.0",
|
|
47
|
+
"@atlaskit/visually-hidden": "^4.2.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
|
-
"@compiled/react": "^0.
|
|
49
|
+
"@compiled/react": "^1.0.0",
|
|
50
50
|
"exenv": "^1.2.2",
|
|
51
51
|
"react-error-boundary": "^3.1.3"
|
|
52
52
|
},
|