@atlaskit/tabs
Advanced tools
Comparing version
# @atlaskit/tabs | ||
## 12.1.3 | ||
### Patch Changes | ||
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use injected package name and version for analytics instead of version.json. | ||
## 12.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -34,4 +34,2 @@ "use strict"; | ||
var _version = require("../version.json"); | ||
var _TabContent = _interopRequireDefault(require("./TabContent")); | ||
@@ -51,2 +49,5 @@ | ||
var packageName = "@atlaskit/tabs"; | ||
var packageVersion = "12.1.3"; | ||
var defaultIsSelectedTestNumber = function defaultIsSelectedTestNumber(selectedIndex, _tab, tabIndex) { | ||
@@ -196,4 +197,4 @@ return selectedIndex === tabIndex; | ||
componentName: 'tabs', | ||
packageName: _version.name, | ||
packageVersion: _version.version | ||
packageName: packageName, | ||
packageVersion: packageVersion | ||
})((0, _analyticsNext.withAnalyticsEvents)({ | ||
@@ -205,4 +206,4 @@ onSelect: createAndFireEventOnAtlaskit({ | ||
componentName: 'tabs', | ||
packageName: _version.name, | ||
packageVersion: _version.version | ||
packageName: packageName, | ||
packageVersion: packageVersion | ||
} | ||
@@ -209,0 +210,0 @@ }) |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "12.1.2", | ||
"version": "12.1.3", | ||
"sideEffects": false | ||
} |
@@ -9,6 +9,7 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
import { tabStyles } from '../internal/styles'; | ||
import { name as packageName, version as packageVersion } from '../version.json'; | ||
import DefaultTabContent from './TabContent'; | ||
import DefaultTabItem from './TabItem'; | ||
import TabsNavigation from './TabsNavigation'; | ||
const packageName = "@atlaskit/tabs"; | ||
const packageVersion = "12.1.3"; | ||
@@ -15,0 +16,0 @@ const defaultIsSelectedTestNumber = (selectedIndex, _tab, tabIndex) => selectedIndex === tabIndex; |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "12.1.2", | ||
"version": "12.1.3", | ||
"sideEffects": false | ||
} |
@@ -23,6 +23,7 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
import { tabStyles } from '../internal/styles'; | ||
import { name as packageName, version as packageVersion } from '../version.json'; | ||
import DefaultTabContent from './TabContent'; | ||
import DefaultTabItem from './TabItem'; | ||
import TabsNavigation from './TabsNavigation'; | ||
var packageName = "@atlaskit/tabs"; | ||
var packageVersion = "12.1.3"; | ||
@@ -29,0 +30,0 @@ var defaultIsSelectedTestNumber = function defaultIsSelectedTestNumber(selectedIndex, _tab, tabIndex) { |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "12.1.2", | ||
"version": "12.1.3", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "12.1.2", | ||
"version": "12.1.3", | ||
"description": "Tabs are used to organize content by grouping similar information on the same page.", | ||
@@ -41,3 +41,3 @@ "publishConfig": { | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/textfield": "^4.0.9", | ||
"@atlaskit/textfield": "^5.0.0", | ||
"@atlaskit/tooltip": "^17.0.0", | ||
@@ -49,3 +49,3 @@ "@atlaskit/visual-regression": "*", | ||
"react-dom": "^16.8.0", | ||
"react-lorem-component": "^0.12.2", | ||
"react-lorem-component": "^0.13.0", | ||
"typescript": "3.9.6", | ||
@@ -52,0 +52,0 @@ "wait-for-expect": "^1.2.0" |
98944
0.19%1646
0.18%