@atlaskit/tabs 13.3.9 → 13.3.10

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,12 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 13.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are no visual or behaviour changes.
8
+ - Updated dependencies
9
+
3
10
  ## 13.3.9
4
11
 
5
12
  ### Patch Changes
@@ -124,7 +124,7 @@ var TabList = function TabList(props) {
124
124
  role: "tablist",
125
125
  display: "flex",
126
126
  position: "relative",
127
- padding: "scale.0",
127
+ padding: "space.0",
128
128
  ref: ref // eslint-disable-next-line @repo/internal/react/consistent-css-prop-usage
129
129
  ,
130
130
  css: tabListStyles
@@ -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.9"
39
+ packageVersion: "13.3.10"
40
40
  };
41
41
 
42
42
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.3.9",
3
+ "version": "13.3.10",
4
4
  "sideEffects": false
5
5
  }
@@ -103,7 +103,7 @@ const TabList = props => {
103
103
  role: "tablist",
104
104
  display: "flex",
105
105
  position: "relative",
106
- padding: "scale.0",
106
+ padding: "space.0",
107
107
  ref: ref // eslint-disable-next-line @repo/internal/react/consistent-css-prop-usage
108
108
  ,
109
109
  css: tabListStyles
@@ -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.9"
13
+ packageVersion: "13.3.10"
14
14
  };
15
15
 
16
16
  const getTabPanelWithContext = ({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.3.9",
3
+ "version": "13.3.10",
4
4
  "sideEffects": false
5
5
  }
@@ -108,7 +108,7 @@ var TabList = function TabList(props) {
108
108
  role: "tablist",
109
109
  display: "flex",
110
110
  position: "relative",
111
- padding: "scale.0",
111
+ padding: "space.0",
112
112
  ref: ref // eslint-disable-next-line @repo/internal/react/consistent-css-prop-usage
113
113
  ,
114
114
  css: tabListStyles
@@ -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.9"
21
+ packageVersion: "13.3.10"
22
22
  };
23
23
 
24
24
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.3.9",
3
+ "version": "13.3.10",
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.9",
3
+ "version": "13.3.10",
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,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^8.2.0",
28
28
  "@atlaskit/codemod-utils": "^4.1.0",
29
- "@atlaskit/ds-explorations": "^1.7.0",
29
+ "@atlaskit/ds-explorations": "^2.0.0",
30
30
  "@atlaskit/theme": "^12.2.0",
31
31
  "@atlaskit/tokens": "^0.13.0",
32
32
  "@babel/runtime": "^7.0.0",