@atlaskit/icon-lab 3.4.0 → 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 +26 -0
- package/core/align-content-bottom.js +1 -4
- package/core/align-content-center-horizontal.js +1 -4
- package/core/align-content-center-vertical.js +1 -4
- package/core/align-content-left.js +1 -4
- package/core/align-content-right.js +1 -4
- package/core/align-content-top.js +1 -4
- package/core/align-position-bottom.js +1 -4
- package/core/align-position-center-vertical.js +1 -4
- package/core/align-position-top.js +1 -4
- package/core/assets-data-manager.js +1 -4
- package/core/assets-schema.js +1 -4
- package/core/beach-umbrella.d.ts +13 -0
- package/core/beach-umbrella.js +31 -0
- package/core/book-open.js +1 -4
- package/core/cloud-offline.js +20 -14
- package/core/cloud-saved.js +20 -14
- package/core/coins.js +1 -4
- package/core/continue-when.js +1 -4
- package/core/cross-octagon.js +1 -4
- package/core/cursor-strikethrough.js +20 -14
- package/core/cursor.js +1 -4
- package/core/database-storage-cache.js +20 -14
- package/core/database-storage.js +1 -4
- package/core/drop-shadow.js +1 -4
- package/core/duplicate.js +1 -4
- package/core/editions.js +1 -4
- package/core/field-text.js +1 -4
- package/core/gift.d.ts +13 -0
- package/core/gift.js +31 -0
- package/core/group-selection.js +1 -4
- package/core/group-ungroup-selection.js +1 -4
- package/core/hand.js +1 -4
- package/core/if-else.js +1 -4
- package/core/incognito.js +1 -4
- package/core/initiative.js +1 -4
- package/core/jira.js +1 -4
- package/core/lozenge.js +1 -4
- package/core/page-live-doc.js +1 -4
- package/core/paint-brush.js +1 -4
- package/core/paint-roller.js +1 -4
- package/core/party-popper.d.ts +13 -0
- package/core/party-popper.js +31 -0
- package/core/qr-code.js +1 -4
- package/core/roadmaps-plan.js +1 -4
- package/core/roadmaps-service.js +1 -4
- package/core/section.js +1 -4
- package/core/shape-diamond.js +1 -4
- package/core/shape-ellipse.js +1 -4
- package/core/shape-parallelogram-skew-left.js +1 -4
- package/core/shape-parallelogram-skew-right.js +1 -4
- package/core/shape-rectangle-rounded.js +1 -4
- package/core/shape-rectangle.js +1 -4
- package/core/shape-triangle-inverted.js +1 -4
- package/core/shape-triangle.js +1 -4
- package/core/signature.js +1 -4
- package/core/speedometer.js +1 -4
- package/core/split-parallel.js +1 -4
- package/core/stamp.js +1 -4
- package/core/sticker.js +1 -4
- package/core/stroke-curvature-curved.js +1 -4
- package/core/stroke-curvature-dynamic.js +1 -4
- package/core/stroke-curvature-straight.js +1 -4
- package/core/stroke-properties.js +1 -4
- package/core/stroke-style-dashed.js +1 -4
- package/core/stroke-style-dotted.js +1 -4
- package/core/stroke-style-solid.js +1 -4
- package/core/sunset.js +1 -4
- package/core/swap.js +1 -4
- package/core/switch-case.js +1 -4
- package/core/sync.js +1 -4
- package/core/takeout-container.js +1 -4
- package/core/template.js +1 -4
- package/core/ticket.js +1 -4
- package/core/tidy.js +1 -4
- package/core/vehicle-airplane.d.ts +13 -0
- package/core/vehicle-airplane.js +31 -0
- package/core/vehicle-train.js +1 -4
- package/core/vulnerability.js +1 -4
- package/core/wallet.js +1 -4
- package/core/webhook.js +1 -4
- package/core/welcome-feed.js +1 -4
- package/core/workflow-controls.js +1 -4
- package/core/wrench.js +1 -4
- 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 +4 -4
- 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
|
@@ -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/"
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@af/icon-build-process": "^2.4.0",
|
|
43
|
-
"@af/visual-regression": "
|
|
43
|
+
"@af/visual-regression": "^1.3.0",
|
|
44
44
|
"@atlaskit/button": "^21.1.0",
|
|
45
45
|
"@atlaskit/code": "^16.0.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.1.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^13.0.0",
|
|
49
49
|
"@atlaskit/primitives": "^14.1.0",
|
|
50
|
-
"@atlaskit/ssr": "
|
|
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>
|