@atlaskit/link-datasource 4.25.4 → 4.25.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.25.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.25.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.25.4
4
16
 
5
17
  ### Patch Changes
@@ -2825,7 +2837,6 @@
2825
2837
  [`ab7caf1bf7ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab7caf1bf7ee) -
2826
2838
  Update AssetsConfigModalProps to be aligned with other modals. New fields made available
2827
2839
  including:
2828
-
2829
2840
  - `url`: The url that was used to insert a List of Links
2830
2841
  - `viewMode`: 2 viewModes `inline` and `table` for different display.
2831
2842
  - `wrappedColumnKeys`: toggle line-wrapping for each column.
@@ -5106,7 +5117,6 @@
5106
5117
  - [#36302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36302)
5107
5118
  [`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added
5108
5119
  assets modal to link-datasource, which includes the following API additions:
5109
-
5110
5120
  - datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
5111
5121
  - new component: `JSMAssetsConfigModal`
5112
5122
  - addition of 2 new types: `AssetsDatasourceAdf` and `AssetsDatasourceParameters`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.25.4",
3
+ "version": "4.25.6",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,17 +44,17 @@
44
44
  "@atlaskit/avatar-group": "^12.3.0",
45
45
  "@atlaskit/badge": "^18.2.0",
46
46
  "@atlaskit/button": "^23.5.0",
47
- "@atlaskit/css": "^0.14.0",
47
+ "@atlaskit/css": "^0.15.0",
48
48
  "@atlaskit/datetime-picker": "^17.1.0",
49
49
  "@atlaskit/dropdown-menu": "^16.3.0",
50
50
  "@atlaskit/editor-prosemirror": "7.0.0",
51
51
  "@atlaskit/empty-state": "^10.1.0",
52
52
  "@atlaskit/feature-gate-js-client": "^5.5.0",
53
- "@atlaskit/flag": "^17.4.0",
53
+ "@atlaskit/flag": "^17.5.0",
54
54
  "@atlaskit/form": "^14.2.0",
55
55
  "@atlaskit/heading": "^5.2.0",
56
56
  "@atlaskit/icon": "^28.5.0",
57
- "@atlaskit/icon-object": "^7.2.0",
57
+ "@atlaskit/icon-object": "^7.3.0",
58
58
  "@atlaskit/image": "^3.0.0",
59
59
  "@atlaskit/inline-edit": "^15.3.0",
60
60
  "@atlaskit/intl-messages-provider": "^2.0.0",
@@ -76,7 +76,7 @@
76
76
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
77
77
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
78
78
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
79
- "@atlaskit/primitives": "^14.15.0",
79
+ "@atlaskit/primitives": "^15.0.0",
80
80
  "@atlaskit/react-select": "^3.8.0",
81
81
  "@atlaskit/select": "^21.3.0",
82
82
  "@atlaskit/smart-card": "^43.1.0",
@@ -85,12 +85,12 @@
85
85
  "@atlaskit/tag": "^14.1.0",
86
86
  "@atlaskit/textfield": "^8.0.0",
87
87
  "@atlaskit/theme": "^21.0.0",
88
- "@atlaskit/tokens": "^6.4.0",
88
+ "@atlaskit/tokens": "^7.0.0",
89
89
  "@atlaskit/tooltip": "^20.5.0",
90
90
  "@atlaskit/ufo": "^0.4.0",
91
91
  "@atlaskit/width-detector": "^5.0.0",
92
92
  "@babel/runtime": "^7.0.0",
93
- "@compiled/react": "^0.18.3",
93
+ "@compiled/react": "^0.18.6",
94
94
  "debounce-promise": "^3.1.2",
95
95
  "lodash": "^4.17.21",
96
96
  "react-sweet-state": "^2.6.5",