@atlaskit/link-datasource 3.6.10 → 3.6.12

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,21 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 3.6.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#157006](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157006)
8
+ [`ef574c4c20e88`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ef574c4c20e88) -
9
+ Migrated @atlaskit/heading to new API. There are some minor visual differences for smaller
10
+ headings (h100-h300). See https://atlassian.design/components/heading/migration-to-size-prop for
11
+ full info.
12
+
13
+ ## 3.6.11
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 3.6.10
4
20
 
5
21
  ### Patch Changes
@@ -36,7 +36,7 @@ var ItemCountWrapper = function ItemCountWrapper(_ref) {
36
36
  textDecoration: !url ? 'none' : ''
37
37
  }
38
38
  }, /*#__PURE__*/_react.default.createElement(_heading.default, {
39
- level: "h200"
39
+ size: "xxsmall"
40
40
  }, children)));
41
41
  };
42
42
  var AssetsItemCount = exports.AssetsItemCount = function AssetsItemCount(_ref2) {
@@ -29,7 +29,7 @@ const ItemCountWrapper = ({
29
29
  textDecoration: !url ? 'none' : ''
30
30
  }
31
31
  }, /*#__PURE__*/React.createElement(Heading, {
32
- level: "h200"
32
+ size: "xxsmall"
33
33
  }, children)));
34
34
  export const AssetsItemCount = ({
35
35
  searchCount,
@@ -29,7 +29,7 @@ var ItemCountWrapper = function ItemCountWrapper(_ref) {
29
29
  textDecoration: !url ? 'none' : ''
30
30
  }
31
31
  }, /*#__PURE__*/React.createElement(Heading, {
32
- level: "h200"
32
+ size: "xxsmall"
33
33
  }, children)));
34
34
  };
35
35
  export var AssetsItemCount = function AssetsItemCount(_ref2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "3.6.10",
3
+ "version": "3.6.12",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,19 +37,19 @@
37
37
  "@atlaskit/adf-schema": "^42.3.1",
38
38
  "@atlaskit/analytics-next": "^10.1.0",
39
39
  "@atlaskit/atlassian-context": "^0.0.2",
40
- "@atlaskit/avatar": "^21.15.0",
40
+ "@atlaskit/avatar": "^21.16.0",
41
41
  "@atlaskit/avatar-group": "^10.0.0",
42
42
  "@atlaskit/badge": "^16.4.0",
43
- "@atlaskit/button": "^20.2.0",
44
- "@atlaskit/datetime-picker": "^15.4.0",
45
- "@atlaskit/dropdown-menu": "^12.20.0",
43
+ "@atlaskit/button": "^20.3.0",
44
+ "@atlaskit/datetime-picker": "^15.5.0",
45
+ "@atlaskit/dropdown-menu": "^12.21.0",
46
46
  "@atlaskit/editor-prosemirror": "6.0.0",
47
- "@atlaskit/empty-state": "^7.11.0",
47
+ "@atlaskit/empty-state": "^7.12.0",
48
48
  "@atlaskit/flag": "^15.8.0",
49
49
  "@atlaskit/form": "^10.5.0",
50
50
  "@atlaskit/heading": "^2.4.0",
51
- "@atlaskit/icon": "^22.23.0",
52
- "@atlaskit/icon-object": "^6.6.0",
51
+ "@atlaskit/icon": "^22.24.0",
52
+ "@atlaskit/icon-object": "^6.7.0",
53
53
  "@atlaskit/image": "^1.3.0",
54
54
  "@atlaskit/inline-edit": "^13.7.0",
55
55
  "@atlaskit/intl-messages-provider": "^1.0.0",
@@ -61,19 +61,19 @@
61
61
  "@atlaskit/linking-common": "^6.0.0",
62
62
  "@atlaskit/linking-types": "^9.2.0",
63
63
  "@atlaskit/logo": "^14.3.0",
64
- "@atlaskit/lozenge": "^11.11.0",
64
+ "@atlaskit/lozenge": "^11.12.0",
65
65
  "@atlaskit/modal-dialog": "^12.17.0",
66
66
  "@atlaskit/outbound-auth-flow-client": "^3.4.5",
67
67
  "@atlaskit/platform-feature-flags": "^0.3.0",
68
- "@atlaskit/popup": "^1.28.0",
68
+ "@atlaskit/popup": "^1.29.0",
69
69
  "@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
70
70
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
71
71
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.2.0",
72
72
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
73
73
  "@atlaskit/primitives": "^12.2.0",
74
- "@atlaskit/select": "^18.1.0",
74
+ "@atlaskit/select": "^18.3.0",
75
75
  "@atlaskit/smart-card": "^30.1.0",
76
- "@atlaskit/smart-user-picker": "6.11.0",
76
+ "@atlaskit/smart-user-picker": "6.11.1",
77
77
  "@atlaskit/spinner": "^16.3.0",
78
78
  "@atlaskit/tag": "^12.6.0",
79
79
  "@atlaskit/textfield": "6.5.4",