@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.
- package/CHANGELOG.md +17 -0
- package/arrow-down-icon/package.json +10 -0
- package/arrow-up-icon/package.json +10 -0
- package/cell-merge-icon/package.json +10 -0
- package/cell-split-icon/package.json +10 -0
- package/column-add-left-icon/package.json +10 -0
- package/column-add-right-icon/package.json +10 -0
- package/column-move-right-icon/package.json +10 -0
- package/columns-distribute-icon/package.json +10 -0
- package/cross-icon/package.json +10 -0
- package/delete-icon/package.json +10 -0
- package/dist/cjs/entry-points/ArrowDownIcon.js +12 -0
- package/dist/cjs/entry-points/ArrowUpIcon.js +12 -0
- package/dist/cjs/entry-points/CrossIcon.js +12 -0
- package/dist/cjs/entry-points/DeleteIcon.js +12 -0
- package/dist/cjs/entry-points/InformationCircleIcon.js +12 -0
- package/dist/cjs/entry-points/PaintBucketIcon.js +12 -0
- package/dist/cjs/entry-points/SortAscendingIcon.js +12 -0
- package/dist/cjs/entry-points/SortDescendingIcon.js +12 -0
- package/dist/cjs/entry-points/TableCellMergeIcon.js +12 -0
- package/dist/cjs/entry-points/TableCellSplitIcon.js +12 -0
- package/dist/cjs/entry-points/TableColumnAddLeftIcon.js +12 -0
- package/dist/cjs/entry-points/TableColumnAddRightIcon.js +12 -0
- package/dist/cjs/entry-points/TableColumnMoveRightIcon.js +12 -0
- package/dist/cjs/entry-points/TableColumnsDistributeIcon.js +12 -0
- package/dist/cjs/entry-points/TableRowAddAboveIcon.js +12 -0
- package/dist/cjs/entry-points/TableRowAddBelowIcon.js +12 -0
- package/dist/cjs/entry-points/TableRowMoveDownIcon.js +12 -0
- package/dist/cjs/entry-points/TableRowMoveUpIcon.js +12 -0
- package/dist/es2019/entry-points/ArrowDownIcon.js +2 -0
- package/dist/es2019/entry-points/ArrowUpIcon.js +2 -0
- package/dist/es2019/entry-points/CrossIcon.js +2 -0
- package/dist/es2019/entry-points/DeleteIcon.js +2 -0
- package/dist/es2019/entry-points/InformationCircleIcon.js +2 -0
- package/dist/es2019/entry-points/PaintBucketIcon.js +2 -0
- package/dist/es2019/entry-points/SortAscendingIcon.js +2 -0
- package/dist/es2019/entry-points/SortDescendingIcon.js +2 -0
- package/dist/es2019/entry-points/TableCellMergeIcon.js +2 -0
- package/dist/es2019/entry-points/TableCellSplitIcon.js +2 -0
- package/dist/es2019/entry-points/TableColumnAddLeftIcon.js +2 -0
- package/dist/es2019/entry-points/TableColumnAddRightIcon.js +2 -0
- package/dist/es2019/entry-points/TableColumnMoveRightIcon.js +2 -0
- package/dist/es2019/entry-points/TableColumnsDistributeIcon.js +2 -0
- package/dist/es2019/entry-points/TableRowAddAboveIcon.js +2 -0
- package/dist/es2019/entry-points/TableRowAddBelowIcon.js +2 -0
- package/dist/es2019/entry-points/TableRowMoveDownIcon.js +2 -0
- package/dist/es2019/entry-points/TableRowMoveUpIcon.js +2 -0
- package/dist/esm/entry-points/ArrowDownIcon.js +2 -0
- package/dist/esm/entry-points/ArrowUpIcon.js +2 -0
- package/dist/esm/entry-points/CrossIcon.js +2 -0
- package/dist/esm/entry-points/DeleteIcon.js +2 -0
- package/dist/esm/entry-points/InformationCircleIcon.js +2 -0
- package/dist/esm/entry-points/PaintBucketIcon.js +2 -0
- package/dist/esm/entry-points/SortAscendingIcon.js +2 -0
- package/dist/esm/entry-points/SortDescendingIcon.js +2 -0
- package/dist/esm/entry-points/TableCellMergeIcon.js +2 -0
- package/dist/esm/entry-points/TableCellSplitIcon.js +2 -0
- package/dist/esm/entry-points/TableColumnAddLeftIcon.js +2 -0
- package/dist/esm/entry-points/TableColumnAddRightIcon.js +2 -0
- package/dist/esm/entry-points/TableColumnMoveRightIcon.js +2 -0
- package/dist/esm/entry-points/TableColumnsDistributeIcon.js +2 -0
- package/dist/esm/entry-points/TableRowAddAboveIcon.js +2 -0
- package/dist/esm/entry-points/TableRowAddBelowIcon.js +2 -0
- package/dist/esm/entry-points/TableRowMoveDownIcon.js +2 -0
- package/dist/esm/entry-points/TableRowMoveUpIcon.js +2 -0
- package/dist/types/entry-points/ArrowDownIcon.d.ts +1 -0
- package/dist/types/entry-points/ArrowUpIcon.d.ts +1 -0
- package/dist/types/entry-points/CrossIcon.d.ts +1 -0
- package/dist/types/entry-points/DeleteIcon.d.ts +1 -0
- package/dist/types/entry-points/InformationCircleIcon.d.ts +1 -0
- package/dist/types/entry-points/PaintBucketIcon.d.ts +1 -0
- package/dist/types/entry-points/SortAscendingIcon.d.ts +1 -0
- package/dist/types/entry-points/SortDescendingIcon.d.ts +1 -0
- package/dist/types/entry-points/TableCellMergeIcon.d.ts +1 -0
- package/dist/types/entry-points/TableCellSplitIcon.d.ts +1 -0
- package/dist/types/entry-points/TableColumnAddLeftIcon.d.ts +1 -0
- package/dist/types/entry-points/TableColumnAddRightIcon.d.ts +1 -0
- package/dist/types/entry-points/TableColumnMoveRightIcon.d.ts +1 -0
- package/dist/types/entry-points/TableColumnsDistributeIcon.d.ts +1 -0
- package/dist/types/entry-points/TableRowAddAboveIcon.d.ts +1 -0
- package/dist/types/entry-points/TableRowAddBelowIcon.d.ts +1 -0
- package/dist/types/entry-points/TableRowMoveDownIcon.d.ts +1 -0
- package/dist/types/entry-points/TableRowMoveUpIcon.d.ts +1 -0
- package/information-circle-icon/package.json +10 -0
- package/package.json +6 -6
- package/paint-bucket-icon/package.json +10 -0
- package/row-add-above-icon/package.json +10 -0
- package/row-add-below-icon/package.json +10 -0
- package/row-move-down-icon/package.json +10 -0
- package/row-move-up-icon/package.json +10 -0
- package/sort-ascending-icon/package.json +10 -0
- 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 @@
|
|
|
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.
|
|
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": "^
|
|
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.
|
|
39
|
+
"@atlaskit/primitives": "^20.6.0",
|
|
40
40
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
41
|
-
"@atlaskit/tmp-editor-statsig": "^124.
|
|
42
|
-
"@atlaskit/tokens": "^15.
|
|
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.
|
|
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
|
+
}
|