@atlaskit/tabs 13.3.7 → 13.3.9

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,17 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 13.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated to use typography tokens. There is no expected behaviour or visual change.
8
+
9
+ ## 13.3.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 13.3.7
4
16
 
5
17
  ### Patch Changes
@@ -36,7 +36,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
36
36
  var analyticsAttributes = {
37
37
  componentName: 'tabs',
38
38
  packageName: "@atlaskit/tabs",
39
- packageVersion: "13.3.7"
39
+ packageVersion: "13.3.9"
40
40
  };
41
41
 
42
42
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
@@ -93,7 +93,7 @@ var getTabListStyles = function getTabListStyles(mode) {
93
93
  return (// eslint-disable-next-line @repo/internal/styles/no-exported-styles
94
94
  (0, _react.css)({
95
95
  '& [role="tab"]': getTabStyles(mode),
96
- fontWeight: 500,
96
+ fontWeight: "var(--ds-font-weight-medium, 500)",
97
97
  '&::before': _objectSpread(_objectSpread({}, tabLineStyles), {}, {
98
98
  height: underlineHeight,
99
99
  // This line is not a border so the selected line is visible in high contrast mode
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.3.7",
3
+ "version": "13.3.9",
4
4
  "sideEffects": false
5
5
  }
@@ -10,7 +10,7 @@ import { onMouseDownBlur } from '../internal/utils';
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "13.3.7"
13
+ packageVersion: "13.3.9"
14
14
  };
15
15
 
16
16
  const getTabPanelWithContext = ({
@@ -65,7 +65,7 @@ const tabLineStyles = {
65
65
  export const getTabListStyles = mode => // eslint-disable-next-line @repo/internal/styles/no-exported-styles
66
66
  css({
67
67
  '& [role="tab"]': getTabStyles(mode),
68
- fontWeight: 500,
68
+ fontWeight: "var(--ds-font-weight-medium, 500)",
69
69
  '&::before': { ...tabLineStyles,
70
70
  height: underlineHeight,
71
71
  // This line is not a border so the selected line is visible in high contrast mode
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.3.7",
3
+ "version": "13.3.9",
4
4
  "sideEffects": false
5
5
  }
@@ -18,7 +18,7 @@ import { onMouseDownBlur } from '../internal/utils';
18
18
  var analyticsAttributes = {
19
19
  componentName: 'tabs',
20
20
  packageName: "@atlaskit/tabs",
21
- packageVersion: "13.3.7"
21
+ packageVersion: "13.3.9"
22
22
  };
23
23
 
24
24
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
@@ -78,7 +78,7 @@ export var getTabListStyles = function getTabListStyles(mode) {
78
78
  return (// eslint-disable-next-line @repo/internal/styles/no-exported-styles
79
79
  css({
80
80
  '& [role="tab"]': getTabStyles(mode),
81
- fontWeight: 500,
81
+ fontWeight: "var(--ds-font-weight-medium, 500)",
82
82
  '&::before': _objectSpread(_objectSpread({}, tabLineStyles), {}, {
83
83
  height: underlineHeight,
84
84
  // This line is not a border so the selected line is visible in high contrast mode
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.3.7",
3
+ "version": "13.3.9",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.3.7",
3
+ "version": "13.3.9",
4
4
  "description": "Tabs are used to organize content by grouping similar information on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,9 +26,9 @@
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^8.2.0",
28
28
  "@atlaskit/codemod-utils": "^4.1.0",
29
- "@atlaskit/ds-explorations": "^1.6.0",
29
+ "@atlaskit/ds-explorations": "^1.7.0",
30
30
  "@atlaskit/theme": "^12.2.0",
31
- "@atlaskit/tokens": "^0.12.0",
31
+ "@atlaskit/tokens": "^0.13.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "@emotion/react": "^11.7.1"
34
34
  },
package/report.api.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- API Report Version: 2.2 -->
1
+ <!-- API Report Version: 2.3 -->
2
2
 
3
3
  ## API Report File for "@atlaskit/tabs"
4
4