@atlaskit/editor-toolbar 2.1.13 → 2.2.0

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.
Files changed (92) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/arrow-down-icon/package.json +10 -0
  3. package/arrow-up-icon/package.json +10 -0
  4. package/cell-merge-icon/package.json +10 -0
  5. package/cell-split-icon/package.json +10 -0
  6. package/column-add-left-icon/package.json +10 -0
  7. package/column-add-right-icon/package.json +10 -0
  8. package/column-move-right-icon/package.json +10 -0
  9. package/columns-distribute-icon/package.json +10 -0
  10. package/cross-icon/package.json +10 -0
  11. package/delete-icon/package.json +10 -0
  12. package/dist/cjs/entry-points/ArrowDownIcon.js +12 -0
  13. package/dist/cjs/entry-points/ArrowUpIcon.js +12 -0
  14. package/dist/cjs/entry-points/CrossIcon.js +12 -0
  15. package/dist/cjs/entry-points/DeleteIcon.js +12 -0
  16. package/dist/cjs/entry-points/InformationCircleIcon.js +12 -0
  17. package/dist/cjs/entry-points/PaintBucketIcon.js +12 -0
  18. package/dist/cjs/entry-points/SortAscendingIcon.js +12 -0
  19. package/dist/cjs/entry-points/SortDescendingIcon.js +12 -0
  20. package/dist/cjs/entry-points/TableCellMergeIcon.js +12 -0
  21. package/dist/cjs/entry-points/TableCellSplitIcon.js +12 -0
  22. package/dist/cjs/entry-points/TableColumnAddLeftIcon.js +12 -0
  23. package/dist/cjs/entry-points/TableColumnAddRightIcon.js +12 -0
  24. package/dist/cjs/entry-points/TableColumnMoveRightIcon.js +12 -0
  25. package/dist/cjs/entry-points/TableColumnsDistributeIcon.js +12 -0
  26. package/dist/cjs/entry-points/TableRowAddAboveIcon.js +12 -0
  27. package/dist/cjs/entry-points/TableRowAddBelowIcon.js +12 -0
  28. package/dist/cjs/entry-points/TableRowMoveDownIcon.js +12 -0
  29. package/dist/cjs/entry-points/TableRowMoveUpIcon.js +12 -0
  30. package/dist/es2019/entry-points/ArrowDownIcon.js +2 -0
  31. package/dist/es2019/entry-points/ArrowUpIcon.js +2 -0
  32. package/dist/es2019/entry-points/CrossIcon.js +2 -0
  33. package/dist/es2019/entry-points/DeleteIcon.js +2 -0
  34. package/dist/es2019/entry-points/InformationCircleIcon.js +2 -0
  35. package/dist/es2019/entry-points/PaintBucketIcon.js +2 -0
  36. package/dist/es2019/entry-points/SortAscendingIcon.js +2 -0
  37. package/dist/es2019/entry-points/SortDescendingIcon.js +2 -0
  38. package/dist/es2019/entry-points/TableCellMergeIcon.js +2 -0
  39. package/dist/es2019/entry-points/TableCellSplitIcon.js +2 -0
  40. package/dist/es2019/entry-points/TableColumnAddLeftIcon.js +2 -0
  41. package/dist/es2019/entry-points/TableColumnAddRightIcon.js +2 -0
  42. package/dist/es2019/entry-points/TableColumnMoveRightIcon.js +2 -0
  43. package/dist/es2019/entry-points/TableColumnsDistributeIcon.js +2 -0
  44. package/dist/es2019/entry-points/TableRowAddAboveIcon.js +2 -0
  45. package/dist/es2019/entry-points/TableRowAddBelowIcon.js +2 -0
  46. package/dist/es2019/entry-points/TableRowMoveDownIcon.js +2 -0
  47. package/dist/es2019/entry-points/TableRowMoveUpIcon.js +2 -0
  48. package/dist/esm/entry-points/ArrowDownIcon.js +2 -0
  49. package/dist/esm/entry-points/ArrowUpIcon.js +2 -0
  50. package/dist/esm/entry-points/CrossIcon.js +2 -0
  51. package/dist/esm/entry-points/DeleteIcon.js +2 -0
  52. package/dist/esm/entry-points/InformationCircleIcon.js +2 -0
  53. package/dist/esm/entry-points/PaintBucketIcon.js +2 -0
  54. package/dist/esm/entry-points/SortAscendingIcon.js +2 -0
  55. package/dist/esm/entry-points/SortDescendingIcon.js +2 -0
  56. package/dist/esm/entry-points/TableCellMergeIcon.js +2 -0
  57. package/dist/esm/entry-points/TableCellSplitIcon.js +2 -0
  58. package/dist/esm/entry-points/TableColumnAddLeftIcon.js +2 -0
  59. package/dist/esm/entry-points/TableColumnAddRightIcon.js +2 -0
  60. package/dist/esm/entry-points/TableColumnMoveRightIcon.js +2 -0
  61. package/dist/esm/entry-points/TableColumnsDistributeIcon.js +2 -0
  62. package/dist/esm/entry-points/TableRowAddAboveIcon.js +2 -0
  63. package/dist/esm/entry-points/TableRowAddBelowIcon.js +2 -0
  64. package/dist/esm/entry-points/TableRowMoveDownIcon.js +2 -0
  65. package/dist/esm/entry-points/TableRowMoveUpIcon.js +2 -0
  66. package/dist/types/entry-points/ArrowDownIcon.d.ts +1 -0
  67. package/dist/types/entry-points/ArrowUpIcon.d.ts +1 -0
  68. package/dist/types/entry-points/CrossIcon.d.ts +1 -0
  69. package/dist/types/entry-points/DeleteIcon.d.ts +1 -0
  70. package/dist/types/entry-points/InformationCircleIcon.d.ts +1 -0
  71. package/dist/types/entry-points/PaintBucketIcon.d.ts +1 -0
  72. package/dist/types/entry-points/SortAscendingIcon.d.ts +1 -0
  73. package/dist/types/entry-points/SortDescendingIcon.d.ts +1 -0
  74. package/dist/types/entry-points/TableCellMergeIcon.d.ts +1 -0
  75. package/dist/types/entry-points/TableCellSplitIcon.d.ts +1 -0
  76. package/dist/types/entry-points/TableColumnAddLeftIcon.d.ts +1 -0
  77. package/dist/types/entry-points/TableColumnAddRightIcon.d.ts +1 -0
  78. package/dist/types/entry-points/TableColumnMoveRightIcon.d.ts +1 -0
  79. package/dist/types/entry-points/TableColumnsDistributeIcon.d.ts +1 -0
  80. package/dist/types/entry-points/TableRowAddAboveIcon.d.ts +1 -0
  81. package/dist/types/entry-points/TableRowAddBelowIcon.d.ts +1 -0
  82. package/dist/types/entry-points/TableRowMoveDownIcon.d.ts +1 -0
  83. package/dist/types/entry-points/TableRowMoveUpIcon.d.ts +1 -0
  84. package/information-circle-icon/package.json +10 -0
  85. package/package.json +6 -6
  86. package/paint-bucket-icon/package.json +10 -0
  87. package/row-add-above-icon/package.json +10 -0
  88. package/row-add-below-icon/package.json +10 -0
  89. package/row-move-down-icon/package.json +10 -0
  90. package/row-move-up-icon/package.json +10 -0
  91. package/sort-ascending-icon/package.json +10 -0
  92. package/sort-descending-icon/package.json +10 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c98e0cf5cc4f6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c98e0cf5cc4f6) -
8
+ Autofix: add explicit package exports (barrel removal)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 2.1.14
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 2.1.13
4
21
 
5
22
  ### Patch Changes
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/arrow-down-icon",
3
+ "main": "../dist/cjs/entry-points/ArrowDownIcon.js",
4
+ "module": "../dist/esm/entry-points/ArrowDownIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/ArrowDownIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/ArrowDownIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/arrow-up-icon",
3
+ "main": "../dist/cjs/entry-points/ArrowUpIcon.js",
4
+ "module": "../dist/esm/entry-points/ArrowUpIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/ArrowUpIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/ArrowUpIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/cell-merge-icon",
3
+ "main": "../dist/cjs/entry-points/TableCellMergeIcon.js",
4
+ "module": "../dist/esm/entry-points/TableCellMergeIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableCellMergeIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableCellMergeIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/cell-split-icon",
3
+ "main": "../dist/cjs/entry-points/TableCellSplitIcon.js",
4
+ "module": "../dist/esm/entry-points/TableCellSplitIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableCellSplitIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableCellSplitIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/column-add-left-icon",
3
+ "main": "../dist/cjs/entry-points/TableColumnAddLeftIcon.js",
4
+ "module": "../dist/esm/entry-points/TableColumnAddLeftIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableColumnAddLeftIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableColumnAddLeftIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/column-add-right-icon",
3
+ "main": "../dist/cjs/entry-points/TableColumnAddRightIcon.js",
4
+ "module": "../dist/esm/entry-points/TableColumnAddRightIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableColumnAddRightIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableColumnAddRightIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/column-move-right-icon",
3
+ "main": "../dist/cjs/entry-points/TableColumnMoveRightIcon.js",
4
+ "module": "../dist/esm/entry-points/TableColumnMoveRightIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableColumnMoveRightIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableColumnMoveRightIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/columns-distribute-icon",
3
+ "main": "../dist/cjs/entry-points/TableColumnsDistributeIcon.js",
4
+ "module": "../dist/esm/entry-points/TableColumnsDistributeIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableColumnsDistributeIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableColumnsDistributeIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/cross-icon",
3
+ "main": "../dist/cjs/entry-points/CrossIcon.js",
4
+ "module": "../dist/esm/entry-points/CrossIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/CrossIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/CrossIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/delete-icon",
3
+ "main": "../dist/cjs/entry-points/DeleteIcon.js",
4
+ "module": "../dist/esm/entry-points/DeleteIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/DeleteIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/DeleteIcon.d.ts"
10
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "ArrowDownIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _ArrowDownIcon.ArrowDownIcon;
10
+ }
11
+ });
12
+ var _ArrowDownIcon = require("../ui/icons/ArrowDownIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "ArrowUpIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _ArrowUpIcon.ArrowUpIcon;
10
+ }
11
+ });
12
+ var _ArrowUpIcon = require("../ui/icons/ArrowUpIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "CrossIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _CrossIcon.CrossIcon;
10
+ }
11
+ });
12
+ var _CrossIcon = require("../ui/icons/CrossIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "DeleteIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _DeleteIcon.DeleteIcon;
10
+ }
11
+ });
12
+ var _DeleteIcon = require("../ui/icons/DeleteIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "InformationCircleIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _InformationCircleIcon.InformationCircleIcon;
10
+ }
11
+ });
12
+ var _InformationCircleIcon = require("../ui/icons/InformationCircleIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "PaintBucketIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _PaintBucketIcon.PaintBucketIcon;
10
+ }
11
+ });
12
+ var _PaintBucketIcon = require("../ui/icons/PaintBucketIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "SortAscendingIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _SortAscendingIcon.SortAscendingIcon;
10
+ }
11
+ });
12
+ var _SortAscendingIcon = require("../ui/icons/SortAscendingIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "SortDescendingIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _SortDescendingIcon.SortDescendingIcon;
10
+ }
11
+ });
12
+ var _SortDescendingIcon = require("../ui/icons/SortDescendingIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableCellMergeIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableCellMergeIcon.TableCellMergeIcon;
10
+ }
11
+ });
12
+ var _TableCellMergeIcon = require("../ui/icons/TableCellMergeIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableCellSplitIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableCellSplitIcon.TableCellSplitIcon;
10
+ }
11
+ });
12
+ var _TableCellSplitIcon = require("../ui/icons/TableCellSplitIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableColumnAddLeftIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableColumnAddLeftIcon.TableColumnAddLeftIcon;
10
+ }
11
+ });
12
+ var _TableColumnAddLeftIcon = require("../ui/icons/TableColumnAddLeftIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableColumnAddRightIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableColumnAddRightIcon.TableColumnAddRightIcon;
10
+ }
11
+ });
12
+ var _TableColumnAddRightIcon = require("../ui/icons/TableColumnAddRightIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableColumnMoveRightIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableColumnMoveRightIcon.TableColumnMoveRightIcon;
10
+ }
11
+ });
12
+ var _TableColumnMoveRightIcon = require("../ui/icons/TableColumnMoveRightIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableColumnsDistributeIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableColumnsDistributeIcon.TableColumnsDistributeIcon;
10
+ }
11
+ });
12
+ var _TableColumnsDistributeIcon = require("../ui/icons/TableColumnsDistributeIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableRowAddAboveIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableRowAddAboveIcon.TableRowAddAboveIcon;
10
+ }
11
+ });
12
+ var _TableRowAddAboveIcon = require("../ui/icons/TableRowAddAboveIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableRowAddBelowIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableRowAddBelowIcon.TableRowAddBelowIcon;
10
+ }
11
+ });
12
+ var _TableRowAddBelowIcon = require("../ui/icons/TableRowAddBelowIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableRowMoveDownIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableRowMoveDownIcon.TableRowMoveDownIcon;
10
+ }
11
+ });
12
+ var _TableRowMoveDownIcon = require("../ui/icons/TableRowMoveDownIcon");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TableRowMoveUpIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TableRowMoveUpIcon.TableRowMoveUpIcon;
10
+ }
11
+ });
12
+ var _TableRowMoveUpIcon = require("../ui/icons/TableRowMoveUpIcon");
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { ArrowDownIcon } from '../ui/icons/ArrowDownIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { ArrowUpIcon } from '../ui/icons/ArrowUpIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { CrossIcon } from '../ui/icons/CrossIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { DeleteIcon } from '../ui/icons/DeleteIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { InformationCircleIcon } from '../ui/icons/InformationCircleIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { PaintBucketIcon } from '../ui/icons/PaintBucketIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { SortAscendingIcon } from '../ui/icons/SortAscendingIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { SortDescendingIcon } from '../ui/icons/SortDescendingIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableCellMergeIcon } from '../ui/icons/TableCellMergeIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableCellSplitIcon } from '../ui/icons/TableCellSplitIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnAddLeftIcon } from '../ui/icons/TableColumnAddLeftIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnAddRightIcon } from '../ui/icons/TableColumnAddRightIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnMoveRightIcon } from '../ui/icons/TableColumnMoveRightIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnsDistributeIcon } from '../ui/icons/TableColumnsDistributeIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowAddAboveIcon } from '../ui/icons/TableRowAddAboveIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowAddBelowIcon } from '../ui/icons/TableRowAddBelowIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowMoveDownIcon } from '../ui/icons/TableRowMoveDownIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowMoveUpIcon } from '../ui/icons/TableRowMoveUpIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { ArrowDownIcon } from '../ui/icons/ArrowDownIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { ArrowUpIcon } from '../ui/icons/ArrowUpIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { CrossIcon } from '../ui/icons/CrossIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { DeleteIcon } from '../ui/icons/DeleteIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { InformationCircleIcon } from '../ui/icons/InformationCircleIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { PaintBucketIcon } from '../ui/icons/PaintBucketIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { SortAscendingIcon } from '../ui/icons/SortAscendingIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { SortDescendingIcon } from '../ui/icons/SortDescendingIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableCellMergeIcon } from '../ui/icons/TableCellMergeIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableCellSplitIcon } from '../ui/icons/TableCellSplitIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnAddLeftIcon } from '../ui/icons/TableColumnAddLeftIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnAddRightIcon } from '../ui/icons/TableColumnAddRightIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnMoveRightIcon } from '../ui/icons/TableColumnMoveRightIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableColumnsDistributeIcon } from '../ui/icons/TableColumnsDistributeIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowAddAboveIcon } from '../ui/icons/TableRowAddAboveIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowAddBelowIcon } from '../ui/icons/TableRowAddBelowIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowMoveDownIcon } from '../ui/icons/TableRowMoveDownIcon';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { TableRowMoveUpIcon } from '../ui/icons/TableRowMoveUpIcon';
@@ -0,0 +1 @@
1
+ export { ArrowDownIcon } from '../ui/icons/ArrowDownIcon';
@@ -0,0 +1 @@
1
+ export { ArrowUpIcon } from '../ui/icons/ArrowUpIcon';
@@ -0,0 +1 @@
1
+ export { CrossIcon } from '../ui/icons/CrossIcon';
@@ -0,0 +1 @@
1
+ export { DeleteIcon } from '../ui/icons/DeleteIcon';
@@ -0,0 +1 @@
1
+ export { InformationCircleIcon } from '../ui/icons/InformationCircleIcon';
@@ -0,0 +1 @@
1
+ export { PaintBucketIcon } from '../ui/icons/PaintBucketIcon';
@@ -0,0 +1 @@
1
+ export { SortAscendingIcon } from '../ui/icons/SortAscendingIcon';
@@ -0,0 +1 @@
1
+ export { SortDescendingIcon } from '../ui/icons/SortDescendingIcon';
@@ -0,0 +1 @@
1
+ export { TableCellMergeIcon } from '../ui/icons/TableCellMergeIcon';
@@ -0,0 +1 @@
1
+ export { TableCellSplitIcon } from '../ui/icons/TableCellSplitIcon';
@@ -0,0 +1 @@
1
+ export { TableColumnAddLeftIcon } from '../ui/icons/TableColumnAddLeftIcon';
@@ -0,0 +1 @@
1
+ export { TableColumnAddRightIcon } from '../ui/icons/TableColumnAddRightIcon';
@@ -0,0 +1 @@
1
+ export { TableColumnMoveRightIcon } from '../ui/icons/TableColumnMoveRightIcon';
@@ -0,0 +1 @@
1
+ export { TableColumnsDistributeIcon } from '../ui/icons/TableColumnsDistributeIcon';
@@ -0,0 +1 @@
1
+ export { TableRowAddAboveIcon } from '../ui/icons/TableRowAddAboveIcon';
@@ -0,0 +1 @@
1
+ export { TableRowAddBelowIcon } from '../ui/icons/TableRowAddBelowIcon';
@@ -0,0 +1 @@
1
+ export { TableRowMoveDownIcon } from '../ui/icons/TableRowMoveDownIcon';
@@ -0,0 +1 @@
1
+ export { TableRowMoveUpIcon } from '../ui/icons/TableRowMoveUpIcon';
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/information-circle-icon",
3
+ "main": "../dist/cjs/entry-points/InformationCircleIcon.js",
4
+ "module": "../dist/esm/entry-points/InformationCircleIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/InformationCircleIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/InformationCircleIcon.d.ts"
10
+ }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org/"
5
5
  },
6
- "version": "2.1.13",
6
+ "version": "2.2.0",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "react-compiler": {
@@ -32,14 +32,14 @@
32
32
  "@atlaskit/browser-apis": "^1.1.0",
33
33
  "@atlaskit/css": "^1.0.0",
34
34
  "@atlaskit/dropdown-menu": "^17.1.0",
35
- "@atlaskit/icon": "^36.2.0",
35
+ "@atlaskit/icon": "^37.0.0",
36
36
  "@atlaskit/icon-lab": "^7.3.0",
37
37
  "@atlaskit/platform-feature-flags": "^2.0.0",
38
38
  "@atlaskit/popup": "^5.1.0",
39
- "@atlaskit/primitives": "^20.5.0",
39
+ "@atlaskit/primitives": "^20.6.0",
40
40
  "@atlaskit/react-compiler-gating": "^0.2.0",
41
- "@atlaskit/tmp-editor-statsig": "^124.0.0",
42
- "@atlaskit/tokens": "^15.5.0",
41
+ "@atlaskit/tmp-editor-statsig": "^124.1.0",
42
+ "@atlaskit/tokens": "^15.6.0",
43
43
  "@atlaskit/tooltip": "^23.1.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@compiled/react": "^0.20.0",
@@ -50,7 +50,7 @@
50
50
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@atlassian/testing-library": "^0.10.0",
53
+ "@atlassian/testing-library": "^0.11.0",
54
54
  "@testing-library/react": "^16.3.0",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/paint-bucket-icon",
3
+ "main": "../dist/cjs/entry-points/PaintBucketIcon.js",
4
+ "module": "../dist/esm/entry-points/PaintBucketIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/PaintBucketIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/PaintBucketIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/row-add-above-icon",
3
+ "main": "../dist/cjs/entry-points/TableRowAddAboveIcon.js",
4
+ "module": "../dist/esm/entry-points/TableRowAddAboveIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableRowAddAboveIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableRowAddAboveIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/row-add-below-icon",
3
+ "main": "../dist/cjs/entry-points/TableRowAddBelowIcon.js",
4
+ "module": "../dist/esm/entry-points/TableRowAddBelowIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableRowAddBelowIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableRowAddBelowIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/row-move-down-icon",
3
+ "main": "../dist/cjs/entry-points/TableRowMoveDownIcon.js",
4
+ "module": "../dist/esm/entry-points/TableRowMoveDownIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableRowMoveDownIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableRowMoveDownIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/row-move-up-icon",
3
+ "main": "../dist/cjs/entry-points/TableRowMoveUpIcon.js",
4
+ "module": "../dist/esm/entry-points/TableRowMoveUpIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/TableRowMoveUpIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/TableRowMoveUpIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/sort-ascending-icon",
3
+ "main": "../dist/cjs/entry-points/SortAscendingIcon.js",
4
+ "module": "../dist/esm/entry-points/SortAscendingIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/SortAscendingIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/SortAscendingIcon.d.ts"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/editor-toolbar/sort-descending-icon",
3
+ "main": "../dist/cjs/entry-points/SortDescendingIcon.js",
4
+ "module": "../dist/esm/entry-points/SortDescendingIcon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/SortDescendingIcon.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/SortDescendingIcon.d.ts"
10
+ }