@atlaskit/tabs
Advanced tools
Comparing version 13.3.9 to 13.3.10
# @atlaskit/tabs | ||
## 13.3.10 | ||
### Patch Changes | ||
- [`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. | ||
- Updated dependencies | ||
## 13.3.9 | ||
@@ -4,0 +11,0 @@ |
@@ -127,3 +127,3 @@ "use strict"; | ||
position: "relative", | ||
padding: "scale.0", | ||
padding: "space.0", | ||
ref: ref // eslint-disable-next-line @repo/internal/react/consistent-css-prop-usage | ||
@@ -130,0 +130,0 @@ , |
@@ -39,3 +39,3 @@ "use strict"; | ||
packageName: "@atlaskit/tabs", | ||
packageVersion: "13.3.9" | ||
packageVersion: "13.3.10" | ||
}; | ||
@@ -42,0 +42,0 @@ |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.9", | ||
"version": "13.3.10", | ||
"sideEffects": false | ||
} |
@@ -106,3 +106,3 @@ /** @jsx jsx */ | ||
position: "relative", | ||
padding: "scale.0", | ||
padding: "space.0", | ||
ref: ref // eslint-disable-next-line @repo/internal/react/consistent-css-prop-usage | ||
@@ -109,0 +109,0 @@ , |
@@ -13,3 +13,3 @@ /** @jsx jsx */ | ||
packageName: "@atlaskit/tabs", | ||
packageVersion: "13.3.9" | ||
packageVersion: "13.3.10" | ||
}; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.9", | ||
"version": "13.3.10", | ||
"sideEffects": false | ||
} |
@@ -111,3 +111,3 @@ /** @jsx jsx */ | ||
position: "relative", | ||
padding: "scale.0", | ||
padding: "space.0", | ||
ref: ref // eslint-disable-next-line @repo/internal/react/consistent-css-prop-usage | ||
@@ -114,0 +114,0 @@ , |
@@ -21,3 +21,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
packageName: "@atlaskit/tabs", | ||
packageVersion: "13.3.9" | ||
packageVersion: "13.3.10" | ||
}; | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.9", | ||
"version": "13.3.10", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.9", | ||
"version": "13.3.10", | ||
"description": "Tabs are used to organize content by grouping similar information on the same page.", | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
"@atlaskit/codemod-utils": "^4.1.0", | ||
"@atlaskit/ds-explorations": "^1.7.0", | ||
"@atlaskit/ds-explorations": "^2.0.0", | ||
"@atlaskit/theme": "^12.2.0", | ||
@@ -32,0 +32,0 @@ "@atlaskit/tokens": "^0.13.0", |
216332
+ Added@atlaskit/ds-explorations@2.4.0(transitive)
- Removed@atlaskit/ds-explorations@1.7.0(transitive)