@atlaskit/icon-lab 3.4.1 → 3.5.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/core/beach-umbrella.d.ts +13 -0
- package/core/beach-umbrella.js +31 -0
- package/core/gift.d.ts +13 -0
- package/core/gift.js +31 -0
- package/core/party-popper.d.ts +13 -0
- package/core/party-popper.js +31 -0
- package/core/vehicle-airplane.d.ts +13 -0
- package/core/vehicle-airplane.js +31 -0
- package/dist/cjs/metadata-core.js +37 -1
- package/dist/es2019/metadata-core.js +37 -1
- package/dist/esm/metadata-core.js +37 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +2 -2
- package/svgs/core/beach-umbrella.svg +1 -0
- package/svgs/core/gift.svg +1 -0
- package/svgs/core/party-popper.svg +1 -0
- package/svgs/core/vehicle-airplane.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 3.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#123889](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123889)
|
|
8
|
+
[`ecce5b811acb9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ecce5b811acb9) -
|
|
9
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `beach-umbrella`
|
|
16
|
+
- `gift`
|
|
17
|
+
- `party-popper`
|
|
18
|
+
- `vehicle-airplane`
|
|
19
|
+
|
|
3
20
|
## 3.4.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2d4697bc9fe602ebc5202e2877362e64>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const BeachUmbrellaIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default BeachUmbrellaIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::36ff169c5f79f90a46cd82bcec1743c5>>
|
|
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
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "BeachUmbrella".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: User-selectable icon choice for calendars
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const BeachUmbrellaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 14.25h14M11.13 2.09a6.25 6.25 0 0 0-8.54 2.29l3.03 1.75m5.51-4.04a6.25 6.25 0 0 1 2.29 8.54l-3.03-1.75m.74-6.79s-3.51.57-5.51 4.04m5.51-4.04s1.26 3.32-.74 6.79M8 7.5 5.62 6.13M8 7.5l2.38 1.38M8 7.5l-4.12 7.15"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
BeachUmbrellaIcon.displayName = 'BeachUmbrellaIcon';
|
|
31
|
+
var _default = exports.default = BeachUmbrellaIcon;
|
package/core/gift.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::91915fafce97d97e570e0ee2cf822ad3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const GiftIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default GiftIcon;
|
package/core/gift.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ad65d606c0a5750098739cff20d3a679>>
|
|
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
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "Gift".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: User-selectable icon choice for calendars
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const GiftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2.75 8.25h-1v-3.5H8m-5.25 3.5V13c0 .69.56 1.25 1.25 1.25h4m-5.25-6H8m5.25 0h1v-3.5H8m5.25 3.5V13c0 .69-.56 1.25-1.25 1.25H8m5.25-6H8m0 6v-6m0-3.5V4m0 .75H5.5a2 2 0 1 1 0-4C6.605.75 8 1.75 8 4m0 .75h2.5a2 2 0 1 0 0-4C9.395.75 8 1.75 8 4m0 .75v3.5"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
GiftIcon.displayName = 'GiftIcon';
|
|
31
|
+
var _default = exports.default = GiftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::075ac851e775f0f61dc95cece3d44ca2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const PartyPopperIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default PartyPopperIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8b19c2dabb037e04e41417008b3ec732>>
|
|
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
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "PartyPopper".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: User-selectable icon choice for calendars
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const PartyPopperIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="m8 2 .232.232a2.5 2.5 0 0 1 0 3.536L6.75 7.25m8.5-.5-.232-.232a2.5 2.5 0 0 0-3.536 0L10.5 7.5m1-5.75H13m.5 7.5H15M4 1.75h1.5M2.938 7.687.842 13.971a.938.938 0 0 0 1.186 1.186l6.284-2.094M2.937 7.687 3.68 5.46a.625.625 0 0 1 1.035-.244l6.07 6.07a.625.625 0 0 1-.244 1.035l-2.228.742M2.937 7.688l5.376 5.376"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
PartyPopperIcon.displayName = 'PartyPopperIcon';
|
|
31
|
+
var _default = exports.default = PartyPopperIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::94c3fcbd5b6455fa6881b08a7f06d2bd>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const VehicleAirplaneIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default VehicleAirplaneIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ec9b6fe035eac2b5211d73d3559411a5>>
|
|
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
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "VehicleAirplane".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: User-selectable icon choice for calendars
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const VehicleAirplaneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m10 3.75 2.5-2.5a1.591 1.591 0 1 1 2.25 2.25L12.25 6l1.5 7.75-2 1.5L9.25 9l-3 2.75.25 2-1.5 1.5-1.5-2.75L.75 11l1.5-1.5 2 .25 2.75-3-6.25-2.5 1.5-2z"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
VehicleAirplaneIcon.displayName = 'VehicleAirplaneIcon';
|
|
31
|
+
var _default = exports.default = VehicleAirplaneIcon;
|
|
@@ -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::9947bd7f4bedacedae9098218b3582ca>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -113,6 +113,15 @@ var metadata = {
|
|
|
113
113
|
usage: 'Reserved for JSM Assets.',
|
|
114
114
|
team: 'Assets'
|
|
115
115
|
},
|
|
116
|
+
'beach-umbrella': {
|
|
117
|
+
keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', 'core', 'vacation', 'beach umbrella', 'sun shade', 'holiday'],
|
|
118
|
+
componentName: 'BeachUmbrellaIcon',
|
|
119
|
+
package: '@atlaskit/icon-lab/core/beach-umbrella',
|
|
120
|
+
type: 'core',
|
|
121
|
+
categorization: 'multi-purpose',
|
|
122
|
+
usage: 'User-selectable icon choice for calendars',
|
|
123
|
+
team: 'Growth Buy'
|
|
124
|
+
},
|
|
116
125
|
'book-open': {
|
|
117
126
|
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
|
|
118
127
|
componentName: 'BookOpenIcon',
|
|
@@ -263,6 +272,15 @@ var metadata = {
|
|
|
263
272
|
usage: 'Multi purpose',
|
|
264
273
|
team: 'Design System Team'
|
|
265
274
|
},
|
|
275
|
+
gift: {
|
|
276
|
+
keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
|
|
277
|
+
componentName: 'GiftIcon',
|
|
278
|
+
package: '@atlaskit/icon-lab/core/gift',
|
|
279
|
+
type: 'core',
|
|
280
|
+
categorization: 'multi-purpose',
|
|
281
|
+
usage: 'User-selectable icon choice for calendars',
|
|
282
|
+
team: 'Growth Buy'
|
|
283
|
+
},
|
|
266
284
|
'group-selection': {
|
|
267
285
|
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
|
|
268
286
|
componentName: 'GroupSelectionIcon',
|
|
@@ -363,6 +381,15 @@ var metadata = {
|
|
|
363
381
|
usage: 'Multi purpose',
|
|
364
382
|
team: 'Design System Team'
|
|
365
383
|
},
|
|
384
|
+
'party-popper': {
|
|
385
|
+
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
|
|
386
|
+
componentName: 'PartyPopperIcon',
|
|
387
|
+
package: '@atlaskit/icon-lab/core/party-popper',
|
|
388
|
+
type: 'core',
|
|
389
|
+
categorization: 'multi-purpose',
|
|
390
|
+
usage: 'User-selectable icon choice for calendars',
|
|
391
|
+
team: 'Growth Buy'
|
|
392
|
+
},
|
|
366
393
|
'qr-code': {
|
|
367
394
|
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'core', 'QR code', 'barcode'],
|
|
368
395
|
componentName: 'QrCodeIcon',
|
|
@@ -673,6 +700,15 @@ var metadata = {
|
|
|
673
700
|
usage: 'Tidy up objects on Whiteboards',
|
|
674
701
|
team: 'Whiteboards'
|
|
675
702
|
},
|
|
703
|
+
'vehicle-airplane': {
|
|
704
|
+
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'core', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
|
|
705
|
+
componentName: 'VehicleAirplaneIcon',
|
|
706
|
+
package: '@atlaskit/icon-lab/core/vehicle-airplane',
|
|
707
|
+
type: 'core',
|
|
708
|
+
categorization: 'multi-purpose',
|
|
709
|
+
usage: 'User-selectable icon choice for calendars',
|
|
710
|
+
team: 'Growth Buy'
|
|
711
|
+
},
|
|
676
712
|
'vehicle-train': {
|
|
677
713
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
678
714
|
componentName: 'VehicleTrainIcon',
|
|
@@ -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::9947bd7f4bedacedae9098218b3582ca>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -107,6 +107,15 @@ const metadata = {
|
|
|
107
107
|
usage: 'Reserved for JSM Assets.',
|
|
108
108
|
team: 'Assets'
|
|
109
109
|
},
|
|
110
|
+
'beach-umbrella': {
|
|
111
|
+
keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', 'core', 'vacation', 'beach umbrella', 'sun shade', 'holiday'],
|
|
112
|
+
componentName: 'BeachUmbrellaIcon',
|
|
113
|
+
package: '@atlaskit/icon-lab/core/beach-umbrella',
|
|
114
|
+
type: 'core',
|
|
115
|
+
categorization: 'multi-purpose',
|
|
116
|
+
usage: 'User-selectable icon choice for calendars',
|
|
117
|
+
team: 'Growth Buy'
|
|
118
|
+
},
|
|
110
119
|
'book-open': {
|
|
111
120
|
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
|
|
112
121
|
componentName: 'BookOpenIcon',
|
|
@@ -257,6 +266,15 @@ const metadata = {
|
|
|
257
266
|
usage: 'Multi purpose',
|
|
258
267
|
team: 'Design System Team'
|
|
259
268
|
},
|
|
269
|
+
gift: {
|
|
270
|
+
keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
|
|
271
|
+
componentName: 'GiftIcon',
|
|
272
|
+
package: '@atlaskit/icon-lab/core/gift',
|
|
273
|
+
type: 'core',
|
|
274
|
+
categorization: 'multi-purpose',
|
|
275
|
+
usage: 'User-selectable icon choice for calendars',
|
|
276
|
+
team: 'Growth Buy'
|
|
277
|
+
},
|
|
260
278
|
'group-selection': {
|
|
261
279
|
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
|
|
262
280
|
componentName: 'GroupSelectionIcon',
|
|
@@ -357,6 +375,15 @@ const metadata = {
|
|
|
357
375
|
usage: 'Multi purpose',
|
|
358
376
|
team: 'Design System Team'
|
|
359
377
|
},
|
|
378
|
+
'party-popper': {
|
|
379
|
+
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
|
|
380
|
+
componentName: 'PartyPopperIcon',
|
|
381
|
+
package: '@atlaskit/icon-lab/core/party-popper',
|
|
382
|
+
type: 'core',
|
|
383
|
+
categorization: 'multi-purpose',
|
|
384
|
+
usage: 'User-selectable icon choice for calendars',
|
|
385
|
+
team: 'Growth Buy'
|
|
386
|
+
},
|
|
360
387
|
'qr-code': {
|
|
361
388
|
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'core', 'QR code', 'barcode'],
|
|
362
389
|
componentName: 'QrCodeIcon',
|
|
@@ -667,6 +694,15 @@ const metadata = {
|
|
|
667
694
|
usage: 'Tidy up objects on Whiteboards',
|
|
668
695
|
team: 'Whiteboards'
|
|
669
696
|
},
|
|
697
|
+
'vehicle-airplane': {
|
|
698
|
+
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'core', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
|
|
699
|
+
componentName: 'VehicleAirplaneIcon',
|
|
700
|
+
package: '@atlaskit/icon-lab/core/vehicle-airplane',
|
|
701
|
+
type: 'core',
|
|
702
|
+
categorization: 'multi-purpose',
|
|
703
|
+
usage: 'User-selectable icon choice for calendars',
|
|
704
|
+
team: 'Growth Buy'
|
|
705
|
+
},
|
|
670
706
|
'vehicle-train': {
|
|
671
707
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
672
708
|
componentName: 'VehicleTrainIcon',
|
|
@@ -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::9947bd7f4bedacedae9098218b3582ca>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -107,6 +107,15 @@ var metadata = {
|
|
|
107
107
|
usage: 'Reserved for JSM Assets.',
|
|
108
108
|
team: 'Assets'
|
|
109
109
|
},
|
|
110
|
+
'beach-umbrella': {
|
|
111
|
+
keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', 'core', 'vacation', 'beach umbrella', 'sun shade', 'holiday'],
|
|
112
|
+
componentName: 'BeachUmbrellaIcon',
|
|
113
|
+
package: '@atlaskit/icon-lab/core/beach-umbrella',
|
|
114
|
+
type: 'core',
|
|
115
|
+
categorization: 'multi-purpose',
|
|
116
|
+
usage: 'User-selectable icon choice for calendars',
|
|
117
|
+
team: 'Growth Buy'
|
|
118
|
+
},
|
|
110
119
|
'book-open': {
|
|
111
120
|
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
|
|
112
121
|
componentName: 'BookOpenIcon',
|
|
@@ -257,6 +266,15 @@ var metadata = {
|
|
|
257
266
|
usage: 'Multi purpose',
|
|
258
267
|
team: 'Design System Team'
|
|
259
268
|
},
|
|
269
|
+
gift: {
|
|
270
|
+
keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
|
|
271
|
+
componentName: 'GiftIcon',
|
|
272
|
+
package: '@atlaskit/icon-lab/core/gift',
|
|
273
|
+
type: 'core',
|
|
274
|
+
categorization: 'multi-purpose',
|
|
275
|
+
usage: 'User-selectable icon choice for calendars',
|
|
276
|
+
team: 'Growth Buy'
|
|
277
|
+
},
|
|
260
278
|
'group-selection': {
|
|
261
279
|
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
|
|
262
280
|
componentName: 'GroupSelectionIcon',
|
|
@@ -357,6 +375,15 @@ var metadata = {
|
|
|
357
375
|
usage: 'Multi purpose',
|
|
358
376
|
team: 'Design System Team'
|
|
359
377
|
},
|
|
378
|
+
'party-popper': {
|
|
379
|
+
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
|
|
380
|
+
componentName: 'PartyPopperIcon',
|
|
381
|
+
package: '@atlaskit/icon-lab/core/party-popper',
|
|
382
|
+
type: 'core',
|
|
383
|
+
categorization: 'multi-purpose',
|
|
384
|
+
usage: 'User-selectable icon choice for calendars',
|
|
385
|
+
team: 'Growth Buy'
|
|
386
|
+
},
|
|
360
387
|
'qr-code': {
|
|
361
388
|
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'core', 'QR code', 'barcode'],
|
|
362
389
|
componentName: 'QrCodeIcon',
|
|
@@ -667,6 +694,15 @@ var metadata = {
|
|
|
667
694
|
usage: 'Tidy up objects on Whiteboards',
|
|
668
695
|
team: 'Whiteboards'
|
|
669
696
|
},
|
|
697
|
+
'vehicle-airplane': {
|
|
698
|
+
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'core', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
|
|
699
|
+
componentName: 'VehicleAirplaneIcon',
|
|
700
|
+
package: '@atlaskit/icon-lab/core/vehicle-airplane',
|
|
701
|
+
type: 'core',
|
|
702
|
+
categorization: 'multi-purpose',
|
|
703
|
+
usage: 'User-selectable icon choice for calendars',
|
|
704
|
+
team: 'Growth Buy'
|
|
705
|
+
},
|
|
670
706
|
'vehicle-train': {
|
|
671
707
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
672
708
|
componentName: 'VehicleTrainIcon',
|
|
@@ -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::9947bd7f4bedacedae9098218b3582ca>>
|
|
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::9947bd7f4bedacedae9098218b3582ca>>
|
|
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": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/primitives": "^14.1.0",
|
|
50
50
|
"@atlaskit/ssr": "^0.4.0",
|
|
51
51
|
"@atlaskit/textfield": "^8.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^4.
|
|
52
|
+
"@atlaskit/tokens": "^4.4.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 stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 14.25h14M11.13 2.09a6.25 6.25 0 0 0-8.54 2.29l3.03 1.75m5.51-4.04a6.25 6.25 0 0 1 2.29 8.54l-3.03-1.75m.74-6.79s-3.51.57-5.51 4.04m5.51-4.04s1.26 3.32-.74 6.79M8 7.5 5.62 6.13M8 7.5l2.38 1.38M8 7.5l-4.12 7.15"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2.75 8.25h-1v-3.5H8m-5.25 3.5V13c0 .69.56 1.25 1.25 1.25h4m-5.25-6H8m5.25 0h1v-3.5H8m5.25 3.5V13c0 .69-.56 1.25-1.25 1.25H8m5.25-6H8m0 6v-6m0-3.5V4m0 .75H5.5a2 2 0 1 1 0-4C6.605.75 8 1.75 8 4m0 .75h2.5a2 2 0 1 0 0-4C9.395.75 8 1.75 8 4m0 .75v3.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="m8 2 .232.232a2.5 2.5 0 0 1 0 3.536L6.75 7.25m8.5-.5-.232-.232a2.5 2.5 0 0 0-3.536 0L10.5 7.5m1-5.75H13m.5 7.5H15M4 1.75h1.5M2.938 7.687.842 13.971a.938.938 0 0 0 1.186 1.186l6.284-2.094M2.937 7.687 3.68 5.46a.625.625 0 0 1 1.035-.244l6.07 6.07a.625.625 0 0 1-.244 1.035l-2.228.742M2.937 7.688l5.376 5.376"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m10 3.75 2.5-2.5a1.591 1.591 0 1 1 2.25 2.25L12.25 6l1.5 7.75-2 1.5L9.25 9l-3 2.75.25 2-1.5 1.5-1.5-2.75L.75 11l1.5-1.5 2 .25 2.75-3-6.25-2.5 1.5-2z"/></svg>
|