@atlaskit/media-avatar-picker 26.2.10 → 26.3.1

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,22 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 26.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 26.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`a18b8f793d71c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a18b8f793d71c) -
14
+ Updated icon sizing for unlink icon to third party connectors
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 26.2.10
4
21
 
5
22
  ### Patch Changes
package/compass.yml CHANGED
@@ -5,7 +5,7 @@ description:
5
5
  predefined avatars.'
6
6
  configVersion: 1
7
7
  typeId: UI_ELEMENT
8
- ownerId: 'ari:cloud:teams::team/5e42d9d6-0823-4c6f-b469-7445522c9d10'
8
+ ownerId: 'ari:cloud:teams::team/3bee892f-cb1b-496c-b866-0f08d9e0296c'
9
9
  fields:
10
10
  lifecycle: Active
11
11
  tier: 2
@@ -24,7 +24,7 @@ customFields:
24
24
  links:
25
25
  - name: ''
26
26
  type: REPOSITORY
27
- url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/media/media-avatar-picker/'
27
+ url: 'https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/media/media-avatar-picker/'
28
28
  - name: ''
29
29
  type: DOCUMENT
30
30
  url: 'https://atlaskit.atlassian.com/packages/media/media-avatar-picker'
@@ -36,13 +36,13 @@ links:
36
36
  url: 'https://atlassian.signalfx.com/#/dashboard/E-vk3wqAwAA?groupId=E-vkzo1AwAA&configId=E-vk5fsAwAA&startTime=-7d&endTime=Now'
37
37
  - name: ''
38
38
  type: CHAT_CHANNEL
39
- url: 'https://atlassian.slack.com/archives/C020CGJDJ3A'
39
+ url: 'https://atlassian.slack.com/archives/C05J5GNHPLN'
40
40
  - name: ''
41
41
  type: ON_CALL
42
- url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b62291ff-4029-4f26-b7fc-d75d46d7aebc'
42
+ url: 'https://hello.jira.atlassian.cloud/jira/ops/teams/og-be5b1a51-de22-4e74-9f81-727cf8b8a0cb/on-call'
43
43
  - name: ''
44
44
  type: PROJECT
45
- url: 'https://product-fabric.atlassian.net/jira/software/c/projects/MEX/boards/713'
45
+ url: 'https://product-fabric.atlassian.net/jira/software/c/projects/BMPT/boards/5090'
46
46
  relationships: {}
47
47
  # Learn more about formatting compass.yml:
48
48
  # https://go.atlassian.com/compass-yml-format
@@ -51,7 +51,9 @@ var Slider = exports.Slider = /*#__PURE__*/function (_Component) {
51
51
  , {
52
52
  className: "zoom_button zoom_button_small",
53
53
  iconAfter: /*#__PURE__*/React.createElement(_imageMediaServicesScaleSmall.default, {
54
- label: "scale-small-icon"
54
+ label: "scale-small-icon",
55
+ size: "small",
56
+ spacing: "spacious"
55
57
  }),
56
58
  onClick: function onClick() {
57
59
  return onChange(0);
@@ -66,7 +68,8 @@ var Slider = exports.Slider = /*#__PURE__*/function (_Component) {
66
68
  , {
67
69
  className: "zoom_button zoom_button_large",
68
70
  iconAfter: /*#__PURE__*/React.createElement(_imageMediaServicesScaleLarge.default, {
69
- label: "scale-large-icon"
71
+ label: "scale-large-icon",
72
+ spacing: "spacious"
70
73
  }),
71
74
  onClick: function onClick() {
72
75
  return onChange(100);
@@ -31,7 +31,9 @@ export class Slider extends Component {
31
31
  , {
32
32
  className: "zoom_button zoom_button_small",
33
33
  iconAfter: /*#__PURE__*/React.createElement(ScaleSmallIcon, {
34
- label: "scale-small-icon"
34
+ label: "scale-small-icon",
35
+ size: "small",
36
+ spacing: "spacious"
35
37
  }),
36
38
  onClick: () => onChange(0),
37
39
  "aria-label": formatMessage(messages.image_cropper_zoom_out)
@@ -44,7 +46,8 @@ export class Slider extends Component {
44
46
  , {
45
47
  className: "zoom_button zoom_button_large",
46
48
  iconAfter: /*#__PURE__*/React.createElement(ScaleLargeIcon, {
47
- label: "scale-large-icon"
49
+ label: "scale-large-icon",
50
+ spacing: "spacious"
48
51
  }),
49
52
  onClick: () => onChange(100),
50
53
  "aria-label": formatMessage(messages.image_cropper_zoom_in)
@@ -42,7 +42,9 @@ export var Slider = /*#__PURE__*/function (_Component) {
42
42
  , {
43
43
  className: "zoom_button zoom_button_small",
44
44
  iconAfter: /*#__PURE__*/React.createElement(ScaleSmallIcon, {
45
- label: "scale-small-icon"
45
+ label: "scale-small-icon",
46
+ size: "small",
47
+ spacing: "spacious"
46
48
  }),
47
49
  onClick: function onClick() {
48
50
  return onChange(0);
@@ -57,7 +59,8 @@ export var Slider = /*#__PURE__*/function (_Component) {
57
59
  , {
58
60
  className: "zoom_button zoom_button_large",
59
61
  iconAfter: /*#__PURE__*/React.createElement(ScaleLargeIcon, {
60
- label: "scale-large-icon"
62
+ label: "scale-large-icon",
63
+ spacing: "spacious"
61
64
  }),
62
65
  onClick: function onClick() {
63
66
  return onChange(100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "26.2.10",
3
+ "version": "26.3.1",
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/"
@@ -34,15 +34,15 @@
34
34
  "@atlaskit/button": "^23.4.0",
35
35
  "@atlaskit/css": "^0.14.0",
36
36
  "@atlaskit/flag": "^17.4.0",
37
- "@atlaskit/form": "^12.5.0",
38
- "@atlaskit/icon": "^28.1.0",
39
- "@atlaskit/media-ui": "^28.6.0",
37
+ "@atlaskit/form": "^13.0.0",
38
+ "@atlaskit/icon": "^28.2.0",
39
+ "@atlaskit/media-ui": "^28.7.0",
40
40
  "@atlaskit/modal-dialog": "^14.3.0",
41
- "@atlaskit/primitives": "^14.14.0",
41
+ "@atlaskit/primitives": "^14.15.0",
42
42
  "@atlaskit/range": "^9.2.0",
43
43
  "@atlaskit/spinner": "^19.0.0",
44
44
  "@atlaskit/textfield": "^8.0.0",
45
- "@atlaskit/theme": "^20.0.0",
45
+ "@atlaskit/theme": "^21.0.0",
46
46
  "@atlaskit/tokens": "^6.3.0",
47
47
  "@atlaskit/visually-hidden": "^3.0.0",
48
48
  "@babel/runtime": "^7.0.0",