@atlaskit/link-datasource 4.18.0 → 4.18.2

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,19 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.18.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#195649](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195649)
8
+ [`231bb33e06dfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/231bb33e06dfe) -
9
+ EDITOR-1131 Bump adf-schema version to 50.2.0
10
+
11
+ ## 4.18.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 4.18.0
4
18
 
5
19
  ### Minor Changes
@@ -177,7 +177,7 @@ var DatasourceTableViewWithoutAnalytics = function DatasourceTableViewWithoutAna
177
177
  onColumnResize: onColumnResize,
178
178
  wrappedColumnKeys: wrappedColumnKeys,
179
179
  onWrappedColumnChange: onWrappedColumnChange,
180
- scrollableContainerHeight: (0, _platformFeatureFlags.fg)("lp_enable_datasource-table-view_height_override") ? scrollableContainerHeight : DefaultScrollableContainerHeight,
180
+ scrollableContainerHeight: (0, _platformFeatureFlags.fg)('lp_enable_datasource-table-view_height_override') ? scrollableContainerHeight : DefaultScrollableContainerHeight,
181
181
  extensionKey: extensionKey
182
182
  }) : /*#__PURE__*/React.createElement(_emptyState.default, {
183
183
  testId: "datasource-table-view-skeleton",
@@ -169,7 +169,7 @@ const DatasourceTableViewWithoutAnalytics = ({
169
169
  onColumnResize: onColumnResize,
170
170
  wrappedColumnKeys: wrappedColumnKeys,
171
171
  onWrappedColumnChange: onWrappedColumnChange,
172
- scrollableContainerHeight: fg("lp_enable_datasource-table-view_height_override") ? scrollableContainerHeight : DefaultScrollableContainerHeight,
172
+ scrollableContainerHeight: fg('lp_enable_datasource-table-view_height_override') ? scrollableContainerHeight : DefaultScrollableContainerHeight,
173
173
  extensionKey: extensionKey
174
174
  }) : /*#__PURE__*/React.createElement(EmptyState, {
175
175
  testId: "datasource-table-view-skeleton",
@@ -168,7 +168,7 @@ var DatasourceTableViewWithoutAnalytics = function DatasourceTableViewWithoutAna
168
168
  onColumnResize: onColumnResize,
169
169
  wrappedColumnKeys: wrappedColumnKeys,
170
170
  onWrappedColumnChange: onWrappedColumnChange,
171
- scrollableContainerHeight: fg("lp_enable_datasource-table-view_height_override") ? scrollableContainerHeight : DefaultScrollableContainerHeight,
171
+ scrollableContainerHeight: fg('lp_enable_datasource-table-view_height_override') ? scrollableContainerHeight : DefaultScrollableContainerHeight,
172
172
  extensionKey: extensionKey
173
173
  }) : /*#__PURE__*/React.createElement(EmptyState, {
174
174
  testId: "datasource-table-view-skeleton",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.18.0",
3
+ "version": "4.18.2",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,7 +36,7 @@
36
36
  "ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/adf-schema": "^50.0.1",
39
+ "@atlaskit/adf-schema": "^50.2.0",
40
40
  "@atlaskit/analytics-next": "^11.1.0",
41
41
  "@atlaskit/atlassian-context": "^0.4.0",
42
42
  "@atlaskit/avatar": "^25.1.0",
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/flag": "^17.3.0",
52
52
  "@atlaskit/form": "^12.0.0",
53
53
  "@atlaskit/heading": "^5.2.0",
54
- "@atlaskit/icon": "^27.8.0",
54
+ "@atlaskit/icon": "^27.9.0",
55
55
  "@atlaskit/icon-object": "^7.1.0",
56
56
  "@atlaskit/image": "^3.0.0",
57
57
  "@atlaskit/inline-edit": "^15.3.0",
@@ -77,14 +77,14 @@
77
77
  "@atlaskit/primitives": "^14.11.0",
78
78
  "@atlaskit/react-select": "^3.4.0",
79
79
  "@atlaskit/select": "^21.2.0",
80
- "@atlaskit/smart-card": "^40.6.0",
80
+ "@atlaskit/smart-card": "^40.7.0",
81
81
  "@atlaskit/smart-user-picker": "^8.0.0",
82
82
  "@atlaskit/spinner": "^19.0.0",
83
83
  "@atlaskit/tag": "^14.1.0",
84
84
  "@atlaskit/temp-nav-app-icons": "^0.9.0",
85
85
  "@atlaskit/textfield": "^8.0.0",
86
86
  "@atlaskit/theme": "^19.0.0",
87
- "@atlaskit/tokens": "^5.6.0",
87
+ "@atlaskit/tokens": "^6.0.0",
88
88
  "@atlaskit/tooltip": "^20.4.0",
89
89
  "@atlaskit/ufo": "^0.4.0",
90
90
  "@atlaskit/width-detector": "^5.0.0",