@atlaskit/link-datasource 2.3.6 → 2.3.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 2.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#108865](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108865)
8
+ [`db1d41998242d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db1d41998242d) -
9
+ [ux] Rename mock data priority column to "Priority" and change default with for it from 40 to 64px
10
+ to allow for whole word without line break
11
+
3
12
  ## 2.3.6
4
13
 
5
14
  ### Patch Changes
@@ -246,7 +246,7 @@ var getOrderedColumns = exports.getOrderedColumns = function getOrderedColumns(c
246
246
  };
247
247
  var DEFAULT_WIDTH = _utils.COLUMN_BASE_WIDTH * 22;
248
248
  var keyBasedWidthMap = {
249
- priority: _utils.COLUMN_BASE_WIDTH * 5,
249
+ priority: _utils.COLUMN_BASE_WIDTH * 8,
250
250
  status: _utils.COLUMN_BASE_WIDTH * 18,
251
251
  summary: _utils.COLUMN_BASE_WIDTH * 45,
252
252
  description: _utils.COLUMN_BASE_WIDTH * 31,
@@ -274,7 +274,7 @@ export const getOrderedColumns = (columns, visibleColumnKeys) => {
274
274
  };
275
275
  const DEFAULT_WIDTH = COLUMN_BASE_WIDTH * 22;
276
276
  const keyBasedWidthMap = {
277
- priority: COLUMN_BASE_WIDTH * 5,
277
+ priority: COLUMN_BASE_WIDTH * 8,
278
278
  status: COLUMN_BASE_WIDTH * 18,
279
279
  summary: COLUMN_BASE_WIDTH * 45,
280
280
  description: COLUMN_BASE_WIDTH * 31,
@@ -239,7 +239,7 @@ export var getOrderedColumns = function getOrderedColumns(columns, visibleColumn
239
239
  };
240
240
  var DEFAULT_WIDTH = COLUMN_BASE_WIDTH * 22;
241
241
  var keyBasedWidthMap = {
242
- priority: COLUMN_BASE_WIDTH * 5,
242
+ priority: COLUMN_BASE_WIDTH * 8,
243
243
  status: COLUMN_BASE_WIDTH * 18,
244
244
  summary: COLUMN_BASE_WIDTH * 45,
245
245
  description: COLUMN_BASE_WIDTH * 31,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/jql-ast": "^3.3.0",
55
55
  "@atlaskit/jql-editor": "^4.3.0",
56
56
  "@atlaskit/jql-editor-autocomplete-rest": "^2.0.0",
57
- "@atlaskit/link-client-extension": "^1.8.0",
57
+ "@atlaskit/link-client-extension": "^1.9.0",
58
58
  "@atlaskit/linking-common": "^5.7.0",
59
59
  "@atlaskit/linking-types": "^8.9.0",
60
60
  "@atlaskit/logo": "^14.0.0",
@@ -96,7 +96,7 @@
96
96
  "devDependencies": {
97
97
  "@af/integration-testing": "*",
98
98
  "@af/visual-regression": "*",
99
- "@atlaskit/link-provider": "^1.10.0",
99
+ "@atlaskit/link-provider": "^1.11.0",
100
100
  "@atlaskit/link-test-helpers": "^7.0.0",
101
101
  "@atlaskit/ssr": "*",
102
102
  "@atlaskit/visual-regression": "*",
@@ -151,6 +151,10 @@
151
151
  "./elements": "./src/elements.ts"
152
152
  },
153
153
  "platform-feature-flags": {
154
+ "platform.linking-platform.datasource.add-timezone-header": {
155
+ "type": "boolean",
156
+ "referenceOnly": "true"
157
+ },
154
158
  "platform.linking-platform.datasource-assets_add_version_parameter": {
155
159
  "type": "boolean"
156
160
  },