New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/tabs

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tabs - npm Package Compare versions

Comparing version 13.3.8 to 13.3.9

6

CHANGELOG.md
# @atlaskit/tabs
## 13.3.9
### Patch Changes
- [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated to use typography tokens. There is no expected behaviour or visual change.
## 13.3.8

@@ -4,0 +10,0 @@

2

dist/cjs/components/tabs.js

@@ -39,3 +39,3 @@ "use strict";

packageName: "@atlaskit/tabs",
packageVersion: "13.3.8"
packageVersion: "13.3.9"
};

@@ -42,0 +42,0 @@

@@ -96,3 +96,3 @@ "use strict";

'& [role="tab"]': getTabStyles(mode),
fontWeight: 500,
fontWeight: "var(--ds-font-weight-medium, 500)",
'&::before': _objectSpread(_objectSpread({}, tabLineStyles), {}, {

@@ -99,0 +99,0 @@ height: underlineHeight,

{
"name": "@atlaskit/tabs",
"version": "13.3.8",
"version": "13.3.9",
"sideEffects": false
}

@@ -13,3 +13,3 @@ /** @jsx jsx */

packageName: "@atlaskit/tabs",
packageVersion: "13.3.8"
packageVersion: "13.3.9"
};

@@ -16,0 +16,0 @@

@@ -68,3 +68,3 @@ import { css } from '@emotion/react';

'& [role="tab"]': getTabStyles(mode),
fontWeight: 500,
fontWeight: "var(--ds-font-weight-medium, 500)",
'&::before': { ...tabLineStyles,

@@ -71,0 +71,0 @@ height: underlineHeight,

{
"name": "@atlaskit/tabs",
"version": "13.3.8",
"version": "13.3.9",
"sideEffects": false
}

@@ -21,3 +21,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

packageName: "@atlaskit/tabs",
packageVersion: "13.3.8"
packageVersion: "13.3.9"
};

@@ -24,0 +24,0 @@

@@ -81,3 +81,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

'& [role="tab"]': getTabStyles(mode),
fontWeight: 500,
fontWeight: "var(--ds-font-weight-medium, 500)",
'&::before': _objectSpread(_objectSpread({}, tabLineStyles), {}, {

@@ -84,0 +84,0 @@ height: underlineHeight,

{
"name": "@atlaskit/tabs",
"version": "13.3.8",
"version": "13.3.9",
"sideEffects": false
}
{
"name": "@atlaskit/tabs",
"version": "13.3.8",
"version": "13.3.9",
"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.6.0",
"@atlaskit/ds-explorations": "^1.7.0",
"@atlaskit/theme": "^12.2.0",

@@ -32,0 +32,0 @@ "@atlaskit/tokens": "^0.13.0",

@@ -1,2 +0,2 @@

<!-- API Report Version: 2.2 -->
<!-- API Report Version: 2.3 -->

@@ -3,0 +3,0 @@ ## API Report File for "@atlaskit/tabs"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc