@atlaskit/icon 26.4.1 → 27.1.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 +116 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-townsquare/tsconfig.json +27 -0
- package/core/capture.d.ts +4 -1
- package/core/capture.js +3 -3
- package/core/cash.js +2 -2
- package/core/close.d.ts +4 -1
- package/core/close.js +3 -3
- package/core/{issue.d.ts → cross.d.ts} +3 -6
- package/core/{align-right.js → cross.js} +7 -7
- package/core/discovery.d.ts +4 -1
- package/core/discovery.js +3 -2
- package/core/error.d.ts +4 -1
- package/core/error.js +3 -2
- package/core/flask.js +2 -2
- package/core/{issues.d.ts → focus-area.d.ts} +3 -6
- package/core/{summarize.js → focus-area.js} +7 -7
- package/core/information.d.ts +4 -1
- package/core/information.js +4 -2
- package/core/lightbulb.js +2 -2
- package/core/magic-wand.js +2 -2
- package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
- package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
- package/core/migration/capture--jira-capture.js +3 -3
- package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
- package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
- package/core/migration/close--cross.js +3 -3
- package/core/migration/close--editor-close.js +3 -3
- package/core/migration/discovery--editor-note.js +3 -2
- package/core/migration/error.js +3 -2
- package/core/migration/information--editor-info.js +4 -2
- package/core/migration/information--editor-panel.js +4 -2
- package/core/migration/information--info.js +4 -2
- package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
- package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
- package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
- package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
- package/core/migration/success--check-circle.js +2 -2
- package/core/migration/success--editor-success.js +2 -2
- package/core/migration/warning--editor-warning.js +3 -2
- package/core/migration/warning.js +3 -2
- package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
- package/core/migration/{issue.js → work-item--issue.js} +10 -10
- package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
- package/core/migration/{issues.js → work-items--issues.js} +9 -9
- package/core/paint-palette.js +2 -2
- package/core/pen.js +2 -2
- package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
- package/core/{border-weight-medium.js → status-discovery.js} +8 -7
- package/core/{align-left.d.ts → status-error.d.ts} +3 -6
- package/core/{drawer-right.js → status-error.js} +8 -7
- package/core/status-information.d.ts +13 -0
- package/core/{content-align-right.js → status-information.js} +9 -7
- package/core/status-success.d.ts +13 -0
- package/core/{border-weight-thick.js → status-success.js} +7 -7
- package/core/status-verified.js +3 -2
- package/core/status-warning.d.ts +13 -0
- package/core/{border-weight-thin.js → status-warning.js} +8 -7
- package/core/success.d.ts +4 -1
- package/core/success.js +2 -2
- package/core/warning.d.ts +4 -1
- package/core/warning.js +3 -2
- package/dist/cjs/deprecated-core.js +2 -81
- package/dist/cjs/deprecated-utility.js +134 -4
- package/dist/cjs/metadata-core.js +133 -308
- package/dist/cjs/metadata-utility.js +170 -30
- package/dist/cjs/migration-map.js +6 -6
- package/dist/es2019/deprecated-core.js +2 -81
- package/dist/es2019/deprecated-utility.js +134 -4
- package/dist/es2019/metadata-core.js +133 -308
- package/dist/es2019/metadata-utility.js +170 -30
- package/dist/es2019/migration-map.js +6 -6
- package/dist/esm/deprecated-core.js +2 -81
- package/dist/esm/deprecated-utility.js +134 -4
- package/dist/esm/metadata-core.js +133 -308
- package/dist/esm/metadata-utility.js +170 -30
- package/dist/esm/migration-map.js +6 -6
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/deprecated-utility.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/glyph/child-issues.js +2 -2
- package/glyph/detail-view.js +2 -2
- package/glyph/issue.js +2 -2
- package/glyph/issues.js +2 -2
- package/glyph/overview.js +2 -2
- package/glyph/room-menu.js +2 -2
- package/package.json +7 -7
- package/svgs/core/cash.svg +1 -1
- package/svgs/core/cross.svg +1 -0
- package/svgs/core/flask.svg +1 -1
- package/svgs/core/focus-area.svg +1 -0
- package/svgs/core/lightbulb.svg +1 -1
- package/svgs/core/magic-wand.svg +1 -1
- package/svgs/core/paint-palette.svg +1 -1
- package/svgs/core/pen.svg +1 -1
- package/svgs/core/status-discovery.svg +1 -0
- package/svgs/core/status-error.svg +1 -0
- package/svgs/core/status-information.svg +1 -0
- package/svgs/core/status-success.svg +1 -0
- package/svgs/core/status-verified.svg +1 -1
- package/svgs/core/status-warning.svg +1 -0
- package/utility/add.d.ts +4 -1
- package/utility/arrow-down.d.ts +4 -1
- package/utility/arrow-left.d.ts +4 -1
- package/utility/arrow-right.d.ts +4 -1
- package/utility/arrow-up.d.ts +4 -1
- package/utility/check-circle.d.ts +4 -1
- package/utility/check-mark.d.ts +4 -1
- package/utility/chevron-double-left.d.ts +4 -1
- package/utility/chevron-double-right.d.ts +4 -1
- package/utility/chevron-down.d.ts +4 -1
- package/utility/chevron-left.d.ts +4 -1
- package/utility/chevron-right.d.ts +4 -1
- package/utility/chevron-up.d.ts +4 -1
- package/utility/cross-circle.d.ts +4 -1
- package/utility/cross.d.ts +4 -1
- package/utility/drag-handle-horizontal.d.ts +4 -1
- package/utility/drag-handle-vertical.d.ts +4 -1
- package/utility/drag-handle.d.ts +2 -2
- package/utility/error.d.ts +4 -1
- package/utility/information.d.ts +4 -1
- package/utility/link-external.d.ts +4 -1
- package/utility/lock-locked.d.ts +4 -1
- package/utility/lock-unlocked.d.ts +4 -1
- package/utility/show-more-horizontal.d.ts +4 -1
- package/utility/show-more-vertical.d.ts +4 -1
- package/utility/star-starred.d.ts +4 -1
- package/utility/star-unstarred.d.ts +4 -1
- package/utility/success.d.ts +4 -1
- package/utility/warning.d.ts +4 -1
- package/core/align-center.d.ts +0 -16
- package/core/align-center.js +0 -28
- package/core/align-left.js +0 -28
- package/core/align-right.d.ts +0 -16
- package/core/border-weight-medium.d.ts +0 -16
- package/core/border-weight-thick.d.ts +0 -16
- package/core/border-weight-thin.d.ts +0 -16
- package/core/child-issues.d.ts +0 -16
- package/core/child-issues.js +0 -28
- package/core/content-align-center.d.ts +0 -16
- package/core/content-align-center.js +0 -28
- package/core/content-align-left.d.ts +0 -16
- package/core/content-align-left.js +0 -28
- package/core/content-align-right.d.ts +0 -16
- package/core/drag-handle.d.ts +0 -16
- package/core/drag-handle.js +0 -28
- package/core/drawer-left.js +0 -28
- package/core/drawer-right.d.ts +0 -16
- package/core/issue.js +0 -28
- package/core/issues.js +0 -28
- package/core/migration/align-center--editor-align-center.js +0 -31
- package/core/migration/align-left--editor-align-left.js +0 -31
- package/core/migration/align-right--editor-align-right.js +0 -31
- package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
- package/core/migration/border-weight-thin--media-services-line.js +0 -31
- package/core/migration/child-issues.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.js +0 -31
- package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
- package/core/migration/content-align-left--editor-align-image-left.js +0 -31
- package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
- package/core/migration/content-align-right--editor-align-image-right.js +0 -31
- package/core/migration/drag-handle--drag-handler.js +0 -31
- package/core/migration/issues.d.ts +0 -15
- package/core/migration/sidebar-right--detail-view.d.ts +0 -15
- package/core/migration/sidebar-right--room-menu.d.ts +0 -15
- package/core/sidebar-left.d.ts +0 -16
- package/core/sidebar-left.js +0 -28
- package/core/sidebar-right.d.ts +0 -16
- package/core/sidebar-right.js +0 -28
- package/core/summarize.d.ts +0 -16
- package/svgs/core/align-center.svg +0 -1
- package/svgs/core/align-left.svg +0 -1
- package/svgs/core/align-right.svg +0 -1
- package/svgs/core/border-weight-medium.svg +0 -1
- package/svgs/core/border-weight-thick.svg +0 -1
- package/svgs/core/border-weight-thin.svg +0 -1
- package/svgs/core/child-issues.svg +0 -1
- package/svgs/core/content-align-center.svg +0 -1
- package/svgs/core/content-align-left.svg +0 -1
- package/svgs/core/content-align-right.svg +0 -1
- package/svgs/core/drag-handle.svg +0 -1
- package/svgs/core/drawer-left.svg +0 -1
- package/svgs/core/drawer-right.svg +0 -1
- package/svgs/core/issue.svg +0 -1
- package/svgs/core/issues.svg +0 -1
- package/svgs/core/sidebar-left.svg +0 -1
- package/svgs/core/sidebar-right.svg +0 -1
- package/svgs/core/summarize.svg +0 -1
package/glyph/issues.js
CHANGED
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _base = require("@atlaskit/icon/base");
|
|
9
|
-
var
|
|
9
|
+
var _workItems = _interopRequireDefault(require("@atlaskit/icon/core/work-items"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const IssuesIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
|
|
12
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M5 12.99C5 13 19.01 13 19.01 13 19 13 19 5.01 19 5.01 19 5 5 5 5 5zM3 5.01C3 3.9 3.89 3 5 3h14.01A2 2 0 0 1 21 5.01v7.98A2 2 0 0 1 19.01 15H5a2 2 0 0 1-2-2.01zM19 19c0 1.11-.9 2-2.01 2H7.01A2.01 2.01 0 0 1 5 19zm1-3a2 2 0 0 1-1.99 2H5.99A2 2 0 0 1 4 16z"/><path d="M10.674 11.331c.36.36.941.36 1.3 0l2.758-2.763a.92.92 0 0 0-1.301-1.298l-2.108 2.11-.755-.754a.92.92 0 0 0-1.3 1.3z"/></g></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _workItems.default
|
|
15
15
|
}));
|
|
16
16
|
IssuesIcon.displayName = 'IssuesIcon';
|
|
17
17
|
var _default = exports.default = IssuesIcon;
|
package/glyph/overview.js
CHANGED
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _base = require("@atlaskit/icon/base");
|
|
9
|
-
var
|
|
9
|
+
var _alignTextLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-text-left"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const OverviewIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
|
|
12
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M8.01 18c.546 0 .99-.444.99-1a1 1 0 0 0-.99-1H3.99A.993.993 0 0 0 3 17a1 1 0 0 0 .99 1zM3 7c0 .552.445 1 .993 1h16.014A.994.994 0 0 0 21 7c0-.552-.445-1-.993-1H3.993A.994.994 0 0 0 3 7m10.998 6A1 1 0 0 0 15 12c0-.552-.456-1-1.002-1H4.002A1 1 0 0 0 3 12c0 .552.456 1 1.002 1z"/></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _alignTextLeft.default
|
|
15
15
|
}));
|
|
16
16
|
OverviewIcon.displayName = 'OverviewIcon';
|
|
17
17
|
var _default = exports.default = OverviewIcon;
|
package/glyph/room-menu.js
CHANGED
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _base = require("@atlaskit/icon/base");
|
|
9
|
-
var
|
|
9
|
+
var _panelRight = _interopRequireDefault(require("@atlaskit/icon/core/panel-right"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
const RoomMenuIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
|
|
12
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M14 17h4V7h-4zM12 6.007C12 5.45 12.453 5 12.997 5h6.006c.55 0 .997.45.997 1.007v11.986c0 .556-.453 1.007-.997 1.007h-6.006c-.55 0-.997-.45-.997-1.007z"/><rect width="6" height="2" x="4" y="5" rx="1"/><rect width="6" height="2" x="4" y="9" rx="1"/><rect width="6" height="2" x="4" y="13" rx="1"/><rect width="6" height="2" x="4" y="17" rx="1"/></g></svg>`
|
|
13
13
|
}, props, {
|
|
14
|
-
newIcon:
|
|
14
|
+
newIcon: _panelRight.default
|
|
15
15
|
}));
|
|
16
16
|
RoomMenuIcon.displayName = 'RoomMenuIcon';
|
|
17
17
|
var _default = exports.default = RoomMenuIcon;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "27.1.0",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
99
|
-
"@atlaskit/tokens": "^5.
|
|
99
|
+
"@atlaskit/tokens": "^5.4.0",
|
|
100
100
|
"@babel/register": "^7.25.9",
|
|
101
101
|
"@babel/runtime": "^7.0.0",
|
|
102
102
|
"@compiled/react": "^0.18.3"
|
|
@@ -111,23 +111,23 @@
|
|
|
111
111
|
"@af/visual-regression": "workspace:^",
|
|
112
112
|
"@atlaskit/button": "^23.2.0",
|
|
113
113
|
"@atlaskit/code": "^17.2.0",
|
|
114
|
-
"@atlaskit/css": "^0.
|
|
115
|
-
"@atlaskit/docs": "^
|
|
114
|
+
"@atlaskit/css": "^0.11.0",
|
|
115
|
+
"@atlaskit/docs": "^11.0.0",
|
|
116
116
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
117
117
|
"@atlaskit/form": "^12.0.0",
|
|
118
118
|
"@atlaskit/heading": "^5.2.0",
|
|
119
119
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
120
120
|
"@atlaskit/icon-object": "^7.1.0",
|
|
121
121
|
"@atlaskit/link": "^3.2.0",
|
|
122
|
-
"@atlaskit/logo": "^19.
|
|
122
|
+
"@atlaskit/logo": "^19.1.0",
|
|
123
123
|
"@atlaskit/menu": "^8.0.0",
|
|
124
124
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
125
|
-
"@atlaskit/primitives": "^14.
|
|
125
|
+
"@atlaskit/primitives": "^14.9.0",
|
|
126
126
|
"@atlaskit/section-message": "^8.2.0",
|
|
127
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
128
128
|
"@atlaskit/theme": "^18.0.0",
|
|
129
129
|
"@atlaskit/toggle": "^15.0.0",
|
|
130
|
-
"@atlaskit/tooltip": "^20.
|
|
130
|
+
"@atlaskit/tooltip": "^20.3.0",
|
|
131
131
|
"@atlaskit/visual-regression": "workspace:^",
|
|
132
132
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
133
133
|
"@babel/core": "7.24.9",
|
package/svgs/core/cash.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zM14.5 12.5h-13v-9h13zM12 9v2.5h1.5V9zM7 8c0-1.015.612-1.5 1-1.5S9 6.985 9 8s-.612 1.5-1 1.5S7 9.015 7 8M2.5 4.5V7H4V4.5zm3 3.5c0 1.47.955 3 2.5 3s2.5-1.53 2.5-3S9.545 5 8 5 5.5 6.53 5.5 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.03 3.03 9.06 8l4.97 4.97-1.06 1.06L8 9.06l-4.97 4.97-1.06-1.06L6.94 8 1.97 3.03l1.06-1.06L8 6.94l4.97-4.97z"/></svg>
|
package/svgs/core/flask.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.25 1v1.5h-.75v1.36l3.283 8.413A2 2 0 0 1 11.92 15H4.08a2 2 0 0 1-1.863-2.727L5.5 3.859V2.5h-.75V1zM3.614 12.818a.5.5 0 0 0 .466.682h7.84a.5.5 0 0 0 .466-.682L10.896 9H5.103zM7 4a.8.8 0 0 1-.052.272L5.69 7.5h4.621L9.052 4.272A.8.8 0 0 1 9 4V2.5H7z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 13v-3h1.5v3a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2m12.5 0v-3H15v3a2 2 0 0 1-2 2h-3v-1.5h3a.5.5 0 0 0 .5-.5M9.75 8a1.75 1.75 0 1 0-3.5 0 1.75 1.75 0 0 0 3.5 0M1 3a2 2 0 0 1 2-2h3v1.5H3a.5.5 0 0 0-.5.5v3H1zm12.5 0a.5.5 0 0 0-.5-.5h-3V1h3a2 2 0 0 1 2 2v3h-1.5zm-2.25 5a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0"/></svg>
|
package/svgs/core/lightbulb.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10 12.5H6V14a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-2-11c-3.022 0-4.935 3.243-3.473 5.888L5.535 9.21c.303.548.463 1.164.465 1.79h4a3.7 3.7 0 0 1 .465-1.79l1.008-1.822C12.935 4.743 11.022 1.5 8 1.5M11.5 14a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-2.988a2.2 2.2 0 0 0-.277-1.075L3.215 8.114C1.2 4.47 3.835 0 8 0c4.164 0 6.8 4.47 4.785 8.114l-1.008 1.823a2.2 2.2 0 0 0-.277 1.075z"/></svg>
|
package/svgs/core/magic-wand.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9.027 3.911a1.376 1.376 0 0 1 1.841-.094l.105.094 1.116 1.116a1.376 1.376 0 0 1 0 1.946l-8.616 8.616a1.376 1.376 0 0 1-1.946 0L.411 14.473a1.376 1.376 0 0 1 0-1.946zM1.561 13.5l.939.94L7.938 9 7 8.061zm13.431-4.067-1.06 1.06-1.415-1.414 1.061-1.06zM8.061 7l.938.938L10.939 6l-.94-.94zM16 5v1.5h-2V5zM7.982 2.422l-1.06 1.06-1.414-1.414 1.06-1.06zm7.01-.354-1.414 1.414-1.06-1.06 1.414-1.414zM11 0v2H9.5V0z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.93.273a8 8 0 0 1 4.14 15.455 1 1 0 0 1-.097.02c-.908.117-1.72.054-2.29-.44-.573-.497-.672-1.239-.682-1.849-.011-.672-.309-1.151-.72-1.426-.42-.279-1.016-.384-1.682-.169-1.006.326-1.93.458-2.717.157-.837-.32-1.308-1.041-1.597-1.908l-.012-.043A8 8 0 0 1 5.93.273m8.348 6.044A6.5 6.5 0 0 0 1.716 9.658c.218.647.464.872.701.962.29.11.796.117 1.72-.182 1.061-.344 2.14-.209 2.974.346.84.56 1.371 1.507 1.39 2.65.009.546.112.695.166.742.059.05.291.181 1.064.088a6.5 6.5 0 0 0 4.547-7.947"/><path fill="currentcolor" d="M10.87 5.68a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17m-6.49-.07a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17m3.3-2.18a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17"/></svg>
|
package/svgs/core/pen.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M.
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M.72.72a.75.75 0 0 1 .73-.194l9.167 2.522a2 2 0 0 1 1.461 1.739l.294 3.083a2 2 0 0 1 2.042.483L15.78 9.72a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-1.366-1.366a2 2 0 0 1-.484-2.042l-3.083-.294a2 2 0 0 1-1.74-1.46L.528 1.448A.75.75 0 0 1 .72.72m12.634 8.694a.5.5 0 0 0-.707 0l-3.233 3.232a.5.5 0 0 0 0 .707l.836.836 3.94-3.94zM6.636 5.575a1.624 1.624 0 0 1 2.114 1.55 1.625 1.625 0 1 1-3.175-.49l-2.85-2.85 1.77 6.435a.5.5 0 0 0 .435.365l4.04.384 1.999-2-.384-4.04a.5.5 0 0 0-.365-.435l-6.435-1.77z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10.5 15.06v-3.81a.75.75 0 0 1 .75-.75h3.81z"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v6h-4.75C9.56 9 9 9.56 9 10.25V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM4 9h3V7.5H4zm0-5v1.5h7V4z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.586.603a2 2 0 0 1 2.828 0l5.983 5.983a2 2 0 0 1 0 2.828l-5.983 5.982a2 2 0 0 1-2.828 0L.604 9.414a2 2 0 0 1 0-2.828zM8 10.25a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-.75-6.5V9h1.5V3.75z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M6.5 6.75v1.5h.75v4.25h1.5v-5A.75.75 0 0 0 8 6.75zM8 3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M6.75 9.828 4.826 7.52l-1.152.96 2.5 3a.75.75 0 0 0 1.152 0l5-6-1.152-.96z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.85.444a1.713 1.713 0 0 1 2.301 0L10.3 1.486a.2.2 0 0 0 .15.055L12 1.48a1.71 1.71 0 0 1 1.762 1.479l.21 1.537a.2.2 0 0 0 .081.139l1.226.95c.696.54.87 1.52.4 2.266l-.828 1.312a.2.2 0 0 0-.027.158l.328 1.516a1.713 1.713 0 0 1-1.151 1.993l-1.477.474a.2.2 0 0 0-.123.103l-.723 1.372a1.713 1.713 0 0 1-2.162.787l-1.435-.587a.2.2 0 0 0-.161 0l-1.436.587a1.713 1.713 0 0 1-2.162-.787l-.723-1.372a.22.22 0 0 0-.124-.103L2 12.83a1.713 1.713 0 0 1-1.15-1.993l.327-1.516a.2.2 0 0 0-.027-.158L.322 7.852a1.713 1.713 0 0 1 .4-2.266l1.225-.95a.2.2 0 0 0 .081-.14l.21-1.536a1.71 1.71 0 0 1 1.763-1.48l1.55.06a.2.2 0 0 0 .15-.055zm-.1 9.384L4.826 7.519l-1.152.961 2.5 3a.75.75 0 0 0 1.152 0l5-6-1.152-.96z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.242 1.168c.756-1.395 2.76-1.395 3.516 0l5.9 10.878c.723 1.333-.242 2.953-1.758 2.953H2.1C.584 15-.38 13.38.342 12.046zM8 10.75a1 1 0 1 0 0 2.001 1 1 0 0 0 0-2M7.25 4.5v5h1.5v-5z" clip-rule="evenodd"/></svg>
|
package/utility/add.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::5f9bb8d937c7c2c916cdd93fe2d14061>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "add" is deprecated in favour of "add" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const AddIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/arrow-down.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::15aeae7192ec14725bf1f1546805b358>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "arrow-down" is deprecated in favour of "arrow-down" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ArrowDownIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/arrow-left.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a6ec8ea7c73da8898f1d56799ac2d622>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "arrow-left" is deprecated in favour of "arrow-left" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ArrowLeftIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/arrow-right.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::072143922f79d1a076518c6c424ef879>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "arrow-right" is deprecated in favour of "arrow-right" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ArrowRightIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/arrow-up.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::af50cec93c689b0a6f598d7ee3c89839>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "arrow-up" is deprecated in favour of "arrow-up" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ArrowUpIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::0e4c5e81de088c17dd305eea4700a5a5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "check-circle" is deprecated in favour of "check-circle" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const CheckCircleIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/check-mark.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::7b0cbf21a79179d387e2de36bf3268d2>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "check-mark" is deprecated in favour of "check-mark" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const CheckMarkIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::bfa7266d915b14d27d5b4183913857eb>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chevron-double-left" is deprecated in favour of "chevron-double-left" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChevronDoubleLeftIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::251a43e0fd234636811c83ed20005626>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chevron-double-right" is deprecated in favour of "chevron-double-right" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChevronDoubleRightIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::d1c8d225047d6b95b14ac03b3867d760>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChevronDownIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::bbe6e9f713e76cd01bf7b78d633c3001>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChevronLeftIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::35b1f76013a1a18243008e8b2289450e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChevronRightIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/chevron-up.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::607a1de6f3451b6bf129949f4a2b0fba>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ChevronUpIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::7c584874ac5aabe9a2f027de21e7d3e5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "cross-circle" is deprecated in favour of "cross-circle" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const CrossCircleIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/cross.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::5644aeef0d8ead6c5dbef7e66283148c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "cross" is deprecated in favour of "cross" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const CrossIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::c6e06e4c2a436a2d2b97de5646ad5c07>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "drag-handle-horizontal" is deprecated in favour of "drag-handle-horizontal" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const DragHandleHorizontalIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1094089490149adec6a818ad04a17c2e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "drag-handle-vertical" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const DragHandleVerticalIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/drag-handle.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::215644bbc3469027a35a1baf73040da3>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
* @deprecated The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/
|
|
10
|
+
* @deprecated The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”
|
|
11
11
|
*/
|
|
12
12
|
declare const DragHandleIcon: {
|
|
13
13
|
(props: NewUtilityIconProps): JSX.Element;
|
package/utility/error.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::343b69244ba0fadf58c486fddf0fb51f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ErrorIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/information.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::f5c050b558156b100dddbae7dd50f8cd>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const InformationIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::17f520f3fc9f73e1ed4b5780ca8c4220>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "link-external" is deprecated in favour of "link-external" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const LinkExternalIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/lock-locked.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::6303341cc00b32a32b035379c5f3420c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "lock-locked" is deprecated in favour of "lock-locked" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const LockLockedIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::83c3dd2faff9840b062ba907231ef1fe>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "lock-unlocked" is deprecated in favour of "lock-unlocked" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const LockUnlockedIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a7b1f1232396c9becd8ca6eebc0331c9>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "show-more-horizontal" is deprecated in favour of "show-more-horizontal" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ShowMoreHorizontalIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b869ff244bf102fe2401a5872f26d489>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "show-more-vertical" is deprecated in favour of "show-more-vertical" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const ShowMoreVerticalIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|