@atlaskit/table 0.12.20 → 0.12.22

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,19 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.12.22
4
+
5
+ ### Patch Changes
6
+
7
+ - [`036c3ee917e3c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/036c3ee917e3c) -
8
+ Icon migration entry point update
9
+ - Updated dependencies
10
+
11
+ ## 0.12.21
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 0.12.20
4
18
 
5
19
  ### Patch Changes
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.SortIcon = void 0;
9
9
  var _react = _interopRequireWildcard(require("react"));
10
- var _arrowDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/arrow-down"));
11
- var _arrowUp = _interopRequireDefault(require("@atlaskit/icon/core/migration/arrow-up"));
10
+ var _arrowDown = _interopRequireDefault(require("@atlaskit/icon/core/arrow-down"));
11
+ var _arrowUp = _interopRequireDefault(require("@atlaskit/icon/core/arrow-up"));
12
12
  var _useTable2 = require("../hooks/use-table");
13
13
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
14
14
  /**
@@ -1,6 +1,6 @@
1
1
  import React, { memo } from 'react';
2
- import ArrowDownIcon from '@atlaskit/icon/core/migration/arrow-down';
3
- import ArrowUpIcon from '@atlaskit/icon/core/migration/arrow-up';
2
+ import ArrowDownIcon from '@atlaskit/icon/core/arrow-down';
3
+ import ArrowUpIcon from '@atlaskit/icon/core/arrow-up';
4
4
  import { useTable } from '../hooks/use-table';
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import React, { memo } from 'react';
2
- import ArrowDownIcon from '@atlaskit/icon/core/migration/arrow-down';
3
- import ArrowUpIcon from '@atlaskit/icon/core/migration/arrow-up';
2
+ import ArrowDownIcon from '@atlaskit/icon/core/arrow-down';
3
+ import ArrowUpIcon from '@atlaskit/icon/core/arrow-up';
4
4
  import { useTable } from '../hooks/use-table';
5
5
 
6
6
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.12.20",
3
+ "version": "0.12.22",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,13 +37,13 @@
37
37
  ],
38
38
  "atlaskit:src": "src/index.tsx",
39
39
  "dependencies": {
40
- "@atlaskit/button": "^23.8.0",
41
- "@atlaskit/checkbox": "^17.2.0",
42
- "@atlaskit/css": "^0.18.0",
40
+ "@atlaskit/button": "^23.9.0",
41
+ "@atlaskit/checkbox": "^17.3.0",
42
+ "@atlaskit/css": "^0.19.0",
43
43
  "@atlaskit/ds-lib": "^5.3.0",
44
44
  "@atlaskit/icon": "^29.3.0",
45
- "@atlaskit/primitives": "^16.4.0",
46
- "@atlaskit/tokens": "^8.6.0",
45
+ "@atlaskit/primitives": "^17.0.0",
46
+ "@atlaskit/tokens": "^9.1.0",
47
47
  "@atlaskit/tooltip": "^20.11.0",
48
48
  "@atlaskit/visually-hidden": "^3.0.0",
49
49
  "@babel/runtime": "^7.0.0",
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/date": "^2.0.0",
61
61
  "@atlaskit/docs": "^11.2.0",
62
62
  "@atlaskit/dynamic-table": "^18.3.0",
63
- "@atlaskit/lozenge": "^13.2.0",
63
+ "@atlaskit/lozenge": "^13.3.0",
64
64
  "@atlaskit/section-message": "^8.11.0",
65
65
  "@atlassian/ssr-tests": "workspace:^",
66
66
  "@testing-library/react": "^13.4.0",