@atlaskit/icon-lab 4.1.0 → 4.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 +14 -0
- package/core/dock-toolbar-top.d.ts +13 -0
- package/core/dock-toolbar-top.js +28 -0
- package/dist/cjs/metadata-core.js +11 -1
- package/dist/es2019/metadata-core.js +11 -1
- package/dist/esm/metadata-core.js +11 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -4
- package/svgs/core/dock-toolbar-top.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 4.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#128651](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128651)
|
|
8
|
+
[`c4f1582cdbfc4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4f1582cdbfc4) -
|
|
9
|
+
This release adds and updates icons in `@atlaskit/icon-lab`
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `dock-toolbar-top`
|
|
16
|
+
|
|
3
17
|
## 4.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b4f210954681a7c77fcad3fec4d24ec6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DockToolbarTopIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DockToolbarTopIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::4ecfaa2a7affab0b723faa26877e5072>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "DockToolbarTop".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for docking a toolbar to the top of a page
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const DockToolbarTopIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm9 3H4V4h8z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
DockToolbarTopIcon.displayName = 'DockToolbarTopIcon';
|
|
28
|
+
var _default = exports.default = DockToolbarTopIcon;
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -234,6 +234,16 @@ var metadata = {
|
|
|
234
234
|
team: 'editor-design',
|
|
235
235
|
slackChannel: '#editor-controls-project'
|
|
236
236
|
},
|
|
237
|
+
'dock-toolbar-top': {
|
|
238
|
+
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'core', 'dock to top', 'fix to top', 'pin to top'],
|
|
239
|
+
componentName: 'DockToolbarTopIcon',
|
|
240
|
+
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
241
|
+
type: 'core',
|
|
242
|
+
categorization: 'single-purpose',
|
|
243
|
+
usage: 'Reserved for docking a toolbar to the top of a page',
|
|
244
|
+
team: 'Editor-design',
|
|
245
|
+
slackChannel: '#Editor-design'
|
|
246
|
+
},
|
|
237
247
|
'drop-shadow': {
|
|
238
248
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
239
249
|
componentName: 'DropShadowIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -228,6 +228,16 @@ const metadata = {
|
|
|
228
228
|
team: 'editor-design',
|
|
229
229
|
slackChannel: '#editor-controls-project'
|
|
230
230
|
},
|
|
231
|
+
'dock-toolbar-top': {
|
|
232
|
+
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'core', 'dock to top', 'fix to top', 'pin to top'],
|
|
233
|
+
componentName: 'DockToolbarTopIcon',
|
|
234
|
+
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
235
|
+
type: 'core',
|
|
236
|
+
categorization: 'single-purpose',
|
|
237
|
+
usage: 'Reserved for docking a toolbar to the top of a page',
|
|
238
|
+
team: 'Editor-design',
|
|
239
|
+
slackChannel: '#Editor-design'
|
|
240
|
+
},
|
|
231
241
|
'drop-shadow': {
|
|
232
242
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
233
243
|
componentName: 'DropShadowIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -228,6 +228,16 @@ var metadata = {
|
|
|
228
228
|
team: 'editor-design',
|
|
229
229
|
slackChannel: '#editor-controls-project'
|
|
230
230
|
},
|
|
231
|
+
'dock-toolbar-top': {
|
|
232
|
+
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'core', 'dock to top', 'fix to top', 'pin to top'],
|
|
233
|
+
componentName: 'DockToolbarTopIcon',
|
|
234
|
+
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
235
|
+
type: 'core',
|
|
236
|
+
categorization: 'single-purpose',
|
|
237
|
+
usage: 'Reserved for docking a toolbar to the top of a page',
|
|
238
|
+
team: 'Editor-design',
|
|
239
|
+
slackChannel: '#Editor-design'
|
|
240
|
+
},
|
|
231
241
|
'drop-shadow': {
|
|
232
242
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
233
243
|
componentName: 'DropShadowIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"@atlaskit/code": "^16.0.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.1.0",
|
|
48
|
-
"@atlaskit/modal-dialog": "^13.
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
48
|
+
"@atlaskit/modal-dialog": "^13.4.0",
|
|
49
|
+
"@atlaskit/primitives": "^14.2.0",
|
|
50
50
|
"@atlaskit/ssr": "^0.4.0",
|
|
51
51
|
"@atlaskit/textfield": "^8.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^4.
|
|
52
|
+
"@atlaskit/tokens": "^4.5.0",
|
|
53
53
|
"@atlaskit/tooltip": "^20.0.0",
|
|
54
54
|
"@compiled/react": "^0.18.2",
|
|
55
55
|
"@testing-library/react": "^13.4.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm9 3H4V4h8z" clip-rule="evenodd"/></svg>
|