@atlaskit/editor-toolbar 2.1.14 → 2.2.1
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 +18 -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/cjs/ui/ColorPalette/index.js +0 -4
- 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/es2019/ui/ColorPalette/index.js +0 -4
- 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/esm/ui/ColorPalette/index.js +0 -4
- 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 +4 -4
- 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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-toolbar
|
|
2
2
|
|
|
3
|
+
## 2.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`214dc64fb8525`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/214dc64fb8525) -
|
|
8
|
+
[ux] [EDITOR-8122] revert changes to the col-gap in the color picker
|
|
9
|
+
|
|
10
|
+
## 2.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`c98e0cf5cc4f6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c98e0cf5cc4f6) -
|
|
15
|
+
Autofix: add explicit package exports (barrel removal)
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 2.1.14
|
|
4
22
|
|
|
5
23
|
### 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");
|
|
@@ -9,9 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
10
10
|
var _chromatism = _interopRequireDefault(require("chromatism"));
|
|
11
11
|
var _reactIntl = require("react-intl");
|
|
12
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
13
12
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
14
|
-
var _expValEqualsNoExposure = require("@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure");
|
|
15
13
|
var _tokens = require("@atlaskit/tokens");
|
|
16
14
|
var _Color = require("./Color");
|
|
17
15
|
var _getColorMessage = _interopRequireDefault(require("./getColorMessage"));
|
|
@@ -70,7 +68,6 @@ var ColorPalette = function ColorPalette(_ref) {
|
|
|
70
68
|
var _useThemeObserver = (0, _tokens.useThemeObserver)(),
|
|
71
69
|
tokenTheme = _useThemeObserver.colorMode;
|
|
72
70
|
var useIconToken = !!hexToPaletteColor;
|
|
73
|
-
var columnSpace = (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_lovability_text_bg_color', 'isEnabled', true) && (0, _platformFeatureFlags.fg)('platform_editor_lovability_text_bg_color_patch_1') ? 'space.050' : undefined;
|
|
74
71
|
|
|
75
72
|
// Refs for keyboard navigation
|
|
76
73
|
var paletteRef = (0, _react.useRef)(null);
|
|
@@ -262,7 +259,6 @@ var ColorPalette = function ColorPalette(_ref) {
|
|
|
262
259
|
}, colorsPerRow.map(function (row, rowIndex) {
|
|
263
260
|
return /*#__PURE__*/_react.default.createElement(_compiled.Inline, {
|
|
264
261
|
rowSpace: "space.050",
|
|
265
|
-
space: columnSpace,
|
|
266
262
|
key: "row-first-color-".concat(row[0].value),
|
|
267
263
|
role: "radiogroup"
|
|
268
264
|
}, row.map(function (_ref2, colIndex) {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import React, { useMemo, useCallback, useRef, useEffect } from 'react';
|
|
2
2
|
import chromatism from 'chromatism';
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
4
|
import { Grid, Inline } from '@atlaskit/primitives/compiled';
|
|
6
|
-
import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
|
|
7
5
|
import { useThemeObserver } from '@atlaskit/tokens';
|
|
8
6
|
import { Color } from './Color';
|
|
9
7
|
import getColorMessage from './getColorMessage';
|
|
@@ -64,7 +62,6 @@ const ColorPalette = ({
|
|
|
64
62
|
colorMode: tokenTheme
|
|
65
63
|
} = useThemeObserver();
|
|
66
64
|
const useIconToken = !!hexToPaletteColor;
|
|
67
|
-
const columnSpace = expValEqualsNoExposure('platform_editor_lovability_text_bg_color', 'isEnabled', true) && fg('platform_editor_lovability_text_bg_color_patch_1') ? 'space.050' : undefined;
|
|
68
65
|
|
|
69
66
|
// Refs for keyboard navigation
|
|
70
67
|
const paletteRef = useRef(null);
|
|
@@ -257,7 +254,6 @@ const ColorPalette = ({
|
|
|
257
254
|
role: "group"
|
|
258
255
|
}, colorsPerRow.map((row, rowIndex) => /*#__PURE__*/React.createElement(Inline, {
|
|
259
256
|
rowSpace: "space.050",
|
|
260
|
-
space: columnSpace,
|
|
261
257
|
key: `row-first-color-${row[0].value}`,
|
|
262
258
|
role: "radiogroup"
|
|
263
259
|
}, row.map(({
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import React, { useMemo, useCallback, useRef, useEffect } from 'react';
|
|
2
2
|
import chromatism from 'chromatism';
|
|
3
3
|
import { useIntl } from 'react-intl';
|
|
4
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
4
|
import { Grid, Inline } from '@atlaskit/primitives/compiled';
|
|
6
|
-
import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
|
|
7
5
|
import { useThemeObserver } from '@atlaskit/tokens';
|
|
8
6
|
import { Color } from './Color';
|
|
9
7
|
import getColorMessage from './getColorMessage';
|
|
@@ -62,7 +60,6 @@ var ColorPalette = function ColorPalette(_ref) {
|
|
|
62
60
|
var _useThemeObserver = useThemeObserver(),
|
|
63
61
|
tokenTheme = _useThemeObserver.colorMode;
|
|
64
62
|
var useIconToken = !!hexToPaletteColor;
|
|
65
|
-
var columnSpace = expValEqualsNoExposure('platform_editor_lovability_text_bg_color', 'isEnabled', true) && fg('platform_editor_lovability_text_bg_color_patch_1') ? 'space.050' : undefined;
|
|
66
63
|
|
|
67
64
|
// Refs for keyboard navigation
|
|
68
65
|
var paletteRef = useRef(null);
|
|
@@ -254,7 +251,6 @@ var ColorPalette = function ColorPalette(_ref) {
|
|
|
254
251
|
}, colorsPerRow.map(function (row, rowIndex) {
|
|
255
252
|
return /*#__PURE__*/React.createElement(Inline, {
|
|
256
253
|
rowSpace: "space.050",
|
|
257
|
-
space: columnSpace,
|
|
258
254
|
key: "row-first-color-".concat(row[0].value),
|
|
259
255
|
role: "radiogroup"
|
|
260
256
|
}, row.map(function (_ref2, colIndex) {
|
|
@@ -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
|
|
6
|
+
"version": "2.2.1",
|
|
7
7
|
"description": "Common UI for Toolbars across the platform",
|
|
8
8
|
"atlassian": {
|
|
9
9
|
"react-compiler": {
|
|
@@ -36,10 +36,10 @@
|
|
|
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.6.0",
|
|
42
|
+
"@atlaskit/tokens": "^15.8.0",
|
|
43
43
|
"@atlaskit/tooltip": "^23.1.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.20.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
|
+
}
|