@atlaskit/link-datasource 3.15.10 → 3.15.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,19 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 3.15.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#101047](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101047)
8
+ [`60387fc18636a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/60387fc18636a) -
9
+ Almost exclusively internal changes to fix typing compatability with React 18
10
+
11
+ ## 3.15.11
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 3.15.10
4
18
 
5
19
  ### Patch Changes
@@ -45,6 +45,7 @@ var modeSwitcherLabelStyles = (0, _react2.css)({
45
45
  color: "var(--ds-text-subtlest, ".concat(_colors.N700, ")"),
46
46
  font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
47
47
  fontWeight: "var(--ds-font-weight-semibold, 600)",
48
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
48
49
  textTransform: 'uppercase',
49
50
  padding: "var(--ds-space-050, 4px)",
50
51
  borderRadius: "var(--ds-space-050, 4px)",
@@ -37,6 +37,7 @@ const modeSwitcherLabelStyles = css({
37
37
  color: `var(--ds-text-subtlest, ${N700})`,
38
38
  font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
39
39
  fontWeight: "var(--ds-font-weight-semibold, 600)",
40
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
40
41
  textTransform: 'uppercase',
41
42
  padding: `${"var(--ds-space-050, 4px)"}`,
42
43
  borderRadius: "var(--ds-space-050, 4px)",
@@ -37,6 +37,7 @@ var modeSwitcherLabelStyles = css({
37
37
  color: "var(--ds-text-subtlest, ".concat(N700, ")"),
38
38
  font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
39
39
  fontWeight: "var(--ds-font-weight-semibold, 600)",
40
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
40
41
  textTransform: 'uppercase',
41
42
  padding: "var(--ds-space-050, 4px)",
42
43
  borderRadius: "var(--ds-space-050, 4px)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "3.15.10",
3
+ "version": "3.15.12",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,19 +39,19 @@
39
39
  "@atlaskit/atlassian-context": "^0.0.2",
40
40
  "@atlaskit/avatar": "^21.17.0",
41
41
  "@atlaskit/avatar-group": "^10.1.0",
42
- "@atlaskit/badge": "^16.4.0",
42
+ "@atlaskit/badge": "^17.0.0",
43
43
  "@atlaskit/button": "^20.3.0",
44
- "@atlaskit/datetime-picker": "^15.10.0",
44
+ "@atlaskit/datetime-picker": "^15.11.0",
45
45
  "@atlaskit/dropdown-menu": "^12.24.0",
46
46
  "@atlaskit/editor-prosemirror": "6.2.1",
47
47
  "@atlaskit/empty-state": "^8.1.0",
48
48
  "@atlaskit/flag": "^15.8.0",
49
49
  "@atlaskit/form": "^11.0.0",
50
50
  "@atlaskit/heading": "^4.0.0",
51
- "@atlaskit/icon": "^23.3.0",
51
+ "@atlaskit/icon": "^23.4.0",
52
52
  "@atlaskit/icon-object": "^6.9.0",
53
53
  "@atlaskit/image": "^1.3.0",
54
- "@atlaskit/inline-edit": "^14.0.0",
54
+ "@atlaskit/inline-edit": "^14.1.0",
55
55
  "@atlaskit/intl-messages-provider": "^1.0.0",
56
56
  "@atlaskit/jql-ast": "^3.3.0",
57
57
  "@atlaskit/jql-editor": "^4.13.0",
@@ -73,7 +73,7 @@
73
73
  "@atlaskit/primitives": "^13.3.0",
74
74
  "@atlaskit/react-select": "^1.6.0",
75
75
  "@atlaskit/select": "^18.9.0",
76
- "@atlaskit/smart-card": "^34.0.0",
76
+ "@atlaskit/smart-card": "^34.2.0",
77
77
  "@atlaskit/smart-user-picker": "6.11.2",
78
78
  "@atlaskit/spinner": "^16.3.0",
79
79
  "@atlaskit/tag": "^12.6.0",