@atlaskit/link-datasource 3.13.15 → 3.13.16

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,11 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 3.13.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.13.15
4
10
 
5
11
  ### Patch Changes
@@ -28,7 +28,6 @@ var modeSwitcherStyles = (0, _react2.css)({
28
28
  boxSizing: 'border-box',
29
29
  display: 'inline-flex',
30
30
  gap: "var(--ds-space-050, 4px)",
31
- lineHeight: "var(--ds-space-200, 16px)",
32
31
  padding: "var(--ds-space-050, 4px)",
33
32
  '&:disabled': {
34
33
  opacity: '0.5'
@@ -44,8 +43,8 @@ var modeInputStyles = (0, _react2.css)({
44
43
  });
45
44
  var modeSwitcherLabelStyles = (0, _react2.css)({
46
45
  color: "var(--ds-text-subtlest, ".concat(_colors.N700, ")"),
47
- fontSize: "var(--ds-space-150, 12px)",
48
- fontWeight: '600',
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
+ fontWeight: "var(--ds-font-weight-semibold, 600)",
49
48
  textTransform: 'uppercase',
50
49
  padding: "var(--ds-space-050, 4px)",
51
50
  borderRadius: "var(--ds-space-050, 4px)",
@@ -20,7 +20,6 @@ const modeSwitcherStyles = css({
20
20
  boxSizing: 'border-box',
21
21
  display: 'inline-flex',
22
22
  gap: "var(--ds-space-050, 4px)",
23
- lineHeight: "var(--ds-space-200, 16px)",
24
23
  padding: "var(--ds-space-050, 4px)",
25
24
  '&:disabled': {
26
25
  opacity: '0.5'
@@ -36,8 +35,8 @@ const modeInputStyles = css({
36
35
  });
37
36
  const modeSwitcherLabelStyles = css({
38
37
  color: `var(--ds-text-subtlest, ${N700})`,
39
- fontSize: "var(--ds-space-150, 12px)",
40
- fontWeight: '600',
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
+ fontWeight: "var(--ds-font-weight-semibold, 600)",
41
40
  textTransform: 'uppercase',
42
41
  padding: `${"var(--ds-space-050, 4px)"}`,
43
42
  borderRadius: "var(--ds-space-050, 4px)",
@@ -20,7 +20,6 @@ var modeSwitcherStyles = css({
20
20
  boxSizing: 'border-box',
21
21
  display: 'inline-flex',
22
22
  gap: "var(--ds-space-050, 4px)",
23
- lineHeight: "var(--ds-space-200, 16px)",
24
23
  padding: "var(--ds-space-050, 4px)",
25
24
  '&:disabled': {
26
25
  opacity: '0.5'
@@ -36,8 +35,8 @@ var modeInputStyles = css({
36
35
  });
37
36
  var modeSwitcherLabelStyles = css({
38
37
  color: "var(--ds-text-subtlest, ".concat(N700, ")"),
39
- fontSize: "var(--ds-space-150, 12px)",
40
- fontWeight: '600',
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
+ fontWeight: "var(--ds-font-weight-semibold, 600)",
41
40
  textTransform: 'uppercase',
42
41
  padding: "var(--ds-space-050, 4px)",
43
42
  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.13.15",
3
+ "version": "3.13.16",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -71,13 +71,13 @@
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": "^13.3.0",
74
- "@atlaskit/react-select": "^1.4.0",
75
- "@atlaskit/select": "^18.7.0",
74
+ "@atlaskit/react-select": "^1.5.0",
75
+ "@atlaskit/select": "^18.8.0",
76
76
  "@atlaskit/smart-card": "^32.5.0",
77
77
  "@atlaskit/smart-user-picker": "6.11.2",
78
78
  "@atlaskit/spinner": "^16.3.0",
79
79
  "@atlaskit/tag": "^12.6.0",
80
- "@atlaskit/textfield": "6.6.0",
80
+ "@atlaskit/textfield": "6.7.0",
81
81
  "@atlaskit/theme": "^14.0.0",
82
82
  "@atlaskit/tokens": "^2.4.0",
83
83
  "@atlaskit/tooltip": "^18.9.0",