@atlaskit/tabs 18.2.1 → 18.2.3

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
+ ## 18.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.2.1
4
16
 
5
17
  ### Patch Changes
@@ -992,7 +1004,6 @@
992
1004
  `shouldUnmountTabPanelOnChange` is the inverse of `isContentPersisted`.
993
1005
 
994
1006
  ### Other changes
995
-
996
1007
  - Remove `TabItem` and `TabContent` export.
997
1008
  - Remove the types: `TabItemElementProps`, `TabItemComponentProvided`,
998
1009
  `TabContentComponentProvided`, `TabItemType`, `TabContentType`, `SelectedProp`,
@@ -1177,7 +1188,6 @@
1177
1188
 
1178
1189
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1179
1190
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1180
-
1181
1191
  - @atlaskit/docs@8.3.2
1182
1192
  - @atlaskit/visual-regression@0.1.9
1183
1193
  - @atlaskit/analytics-next@6.3.5
@@ -1350,12 +1360,10 @@
1350
1360
  safety. Flow types are no longer provided. No behavioural changes.
1351
1361
 
1352
1362
  **Breaking changes**
1353
-
1354
1363
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1355
1364
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1356
1365
 
1357
1366
  **Breaking changes to TypeScript annotations**
1358
-
1359
1367
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1360
1368
  props as a generic type.
1361
1369
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1446,7 +1454,6 @@
1446
1454
  ## 10.0.2
1447
1455
 
1448
1456
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1449
-
1450
1457
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
1451
1458
  Request #5942 for details
1452
1459
 
@@ -1459,7 +1466,6 @@
1459
1466
  ## 10.0.0
1460
1467
 
1461
1468
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1462
-
1463
1469
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1464
1470
  this package, please ensure you use at least this version of react and react-dom.
1465
1471
 
@@ -1475,7 +1481,6 @@
1475
1481
  ## 9.0.0
1476
1482
 
1477
1483
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1478
-
1479
1484
  - Drop ES5 from all the flow modules
1480
1485
 
1481
1486
  ### Dropping CJS support in all @atlaskit packages
@@ -24,7 +24,7 @@ var tabsStyles = null;
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tabs',
26
26
  packageName: "@atlaskit/tabs",
27
- packageVersion: "0.0.0-development"
27
+ packageVersion: "18.2.2"
28
28
  };
29
29
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
30
30
  var tabPanel = _ref.tabPanel,
@@ -10,7 +10,7 @@ const tabsStyles = null;
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "0.0.0-development"
13
+ packageVersion: "18.2.2"
14
14
  };
15
15
  const getTabPanelWithContext = ({
16
16
  tabPanel,
@@ -15,7 +15,7 @@ var tabsStyles = null;
15
15
  var analyticsAttributes = {
16
16
  componentName: 'tabs',
17
17
  packageName: "@atlaskit/tabs",
18
- packageVersion: "0.0.0-development"
18
+ packageVersion: "18.2.2"
19
19
  };
20
20
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
21
21
  var tabPanel = _ref.tabPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "18.2.1",
3
+ "version": "18.2.3",
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/"
@@ -34,11 +34,11 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
36
  "@atlaskit/focus-ring": "^3.0.0",
37
- "@atlaskit/primitives": "^15.0.0",
37
+ "@atlaskit/primitives": "^16.0.0",
38
38
  "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tokens": "^6.5.0",
39
+ "@atlaskit/tokens": "^7.0.0",
40
40
  "@babel/runtime": "^7.0.0",
41
- "@compiled/react": "^0.18.3"
41
+ "@compiled/react": "^0.18.6"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^18.2.0"
@@ -49,7 +49,7 @@
49
49
  "@af/visual-regression": "workspace:^",
50
50
  "@atlaskit/button": "^23.5.0",
51
51
  "@atlaskit/css": "^0.15.0",
52
- "@atlaskit/docs": "^11.1.0",
52
+ "@atlaskit/docs": "^11.2.0",
53
53
  "@atlaskit/ds-lib": "^5.1.0",
54
54
  "@atlaskit/link": "^3.2.0",
55
55
  "@atlaskit/section-message": "^8.7.0",