@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.
Files changed (94) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/core/align-content-bottom.js +1 -4
  3. package/core/align-content-center-horizontal.js +1 -4
  4. package/core/align-content-center-vertical.js +1 -4
  5. package/core/align-content-left.js +1 -4
  6. package/core/align-content-right.js +1 -4
  7. package/core/align-content-top.js +1 -4
  8. package/core/align-position-bottom.js +1 -4
  9. package/core/align-position-center-vertical.js +1 -4
  10. package/core/align-position-top.js +1 -4
  11. package/core/assets-data-manager.js +1 -4
  12. package/core/assets-schema.js +1 -4
  13. package/core/beach-umbrella.d.ts +13 -0
  14. package/core/beach-umbrella.js +31 -0
  15. package/core/book-open.js +1 -4
  16. package/core/cloud-offline.js +20 -14
  17. package/core/cloud-saved.js +20 -14
  18. package/core/coins.js +1 -4
  19. package/core/continue-when.js +1 -4
  20. package/core/cross-octagon.js +1 -4
  21. package/core/cursor-strikethrough.js +20 -14
  22. package/core/cursor.js +1 -4
  23. package/core/database-storage-cache.js +20 -14
  24. package/core/database-storage.js +1 -4
  25. package/core/drop-shadow.js +1 -4
  26. package/core/duplicate.js +1 -4
  27. package/core/editions.js +1 -4
  28. package/core/field-text.js +1 -4
  29. package/core/gift.d.ts +13 -0
  30. package/core/gift.js +31 -0
  31. package/core/group-selection.js +1 -4
  32. package/core/group-ungroup-selection.js +1 -4
  33. package/core/hand.js +1 -4
  34. package/core/if-else.js +1 -4
  35. package/core/incognito.js +1 -4
  36. package/core/initiative.js +1 -4
  37. package/core/jira.js +1 -4
  38. package/core/lozenge.js +1 -4
  39. package/core/page-live-doc.js +1 -4
  40. package/core/paint-brush.js +1 -4
  41. package/core/paint-roller.js +1 -4
  42. package/core/party-popper.d.ts +13 -0
  43. package/core/party-popper.js +31 -0
  44. package/core/qr-code.js +1 -4
  45. package/core/roadmaps-plan.js +1 -4
  46. package/core/roadmaps-service.js +1 -4
  47. package/core/section.js +1 -4
  48. package/core/shape-diamond.js +1 -4
  49. package/core/shape-ellipse.js +1 -4
  50. package/core/shape-parallelogram-skew-left.js +1 -4
  51. package/core/shape-parallelogram-skew-right.js +1 -4
  52. package/core/shape-rectangle-rounded.js +1 -4
  53. package/core/shape-rectangle.js +1 -4
  54. package/core/shape-triangle-inverted.js +1 -4
  55. package/core/shape-triangle.js +1 -4
  56. package/core/signature.js +1 -4
  57. package/core/speedometer.js +1 -4
  58. package/core/split-parallel.js +1 -4
  59. package/core/stamp.js +1 -4
  60. package/core/sticker.js +1 -4
  61. package/core/stroke-curvature-curved.js +1 -4
  62. package/core/stroke-curvature-dynamic.js +1 -4
  63. package/core/stroke-curvature-straight.js +1 -4
  64. package/core/stroke-properties.js +1 -4
  65. package/core/stroke-style-dashed.js +1 -4
  66. package/core/stroke-style-dotted.js +1 -4
  67. package/core/stroke-style-solid.js +1 -4
  68. package/core/sunset.js +1 -4
  69. package/core/swap.js +1 -4
  70. package/core/switch-case.js +1 -4
  71. package/core/sync.js +1 -4
  72. package/core/takeout-container.js +1 -4
  73. package/core/template.js +1 -4
  74. package/core/ticket.js +1 -4
  75. package/core/tidy.js +1 -4
  76. package/core/vehicle-airplane.d.ts +13 -0
  77. package/core/vehicle-airplane.js +31 -0
  78. package/core/vehicle-train.js +1 -4
  79. package/core/vulnerability.js +1 -4
  80. package/core/wallet.js +1 -4
  81. package/core/webhook.js +1 -4
  82. package/core/welcome-feed.js +1 -4
  83. package/core/workflow-controls.js +1 -4
  84. package/core/wrench.js +1 -4
  85. package/dist/cjs/metadata-core.js +37 -1
  86. package/dist/es2019/metadata-core.js +37 -1
  87. package/dist/esm/metadata-core.js +37 -1
  88. package/dist/types/metadata-core.d.ts +1 -1
  89. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  90. package/package.json +4 -4
  91. package/svgs/core/beach-umbrella.svg +1 -0
  92. package/svgs/core/gift.svg +1 -0
  93. package/svgs/core/party-popper.svg +1 -0
  94. package/svgs/core/vehicle-airplane.svg +1 -0
package/core/duplicate.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7fd0c83eeb7517b31fc84bc8635f4d35>>
3
+ * @codegen <<SignedSource::6b9bf5c6a90d4534b100f4cd72de88e2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Duplicate".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/editions.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::afa1110716d7247ec25f8bd82a66f789>>
3
+ * @codegen <<SignedSource::da8a604efd3763dc6acafff3329b208c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Editions".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::fde52e6d65937d0d50a1082a4c29e7f9>>
3
+ * @codegen <<SignedSource::d1db2b4d3bf042c94c825a402d026e3d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "FieldText".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
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;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::396d4d6b14ad78be61e460bf441572fa>>
3
+ * @codegen <<SignedSource::35178c81c8b6784a56982de40e63e4fb>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "GroupSelection".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::20d6d363670781f56904445d977e27a7>>
3
+ * @codegen <<SignedSource::4a35d4bf28ffa8a9250c838806cd9adc>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "GroupUngroupSelection".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/hand.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0df9bf030d12acecf490eb2e5d463f1a>>
3
+ * @codegen <<SignedSource::ecb5f406ed0029b8d415e56e964b75f3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Hand".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/if-else.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::09cdf8cb97565bf7473a82eeba724eae>>
3
+ * @codegen <<SignedSource::06c9a39a367e32cf3df9cdb68fc32ef5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "IfElse".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/incognito.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::58a96192dc4e24b2a2d26541ec3996c1>>
3
+ * @codegen <<SignedSource::da43f3c3156d9727d84bbee8017d95da>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Incognito".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::07554af816f6dd6e094d6ed9d91cff09>>
3
+ * @codegen <<SignedSource::2a3fe643be22c3bc7ffda0d3330be506>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Initiative".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/jira.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::28bcc16fff77d7f280de94aa7d77d99f>>
3
+ * @codegen <<SignedSource::3f3bdafccf809d335f8014230b2d6f28>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Jira".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/lozenge.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::fcd64d242ce4e2935c3b1af57465f1fc>>
3
+ * @codegen <<SignedSource::978a70a79b0c252ecf888977efab741b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Lozenge".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::35cb21cd71989271ac7cc49853598145>>
3
+ * @codegen <<SignedSource::d174cd574f310093c8aa43665e0a8986>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "PageLiveDoc".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ac31504c730d825b34ede741ec5de080>>
3
+ * @codegen <<SignedSource::1cea666231577cbcb6d160ba637c591a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "PaintBrush".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::cf9edc79cd37971ecdd342b1e2fac634>>
3
+ * @codegen <<SignedSource::47754b26f407b0b406c6d355395eb4d9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "PaintRoller".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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;
package/core/qr-code.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::065bae4da7c9b5223fe8a5a1ed3de3d0>>
3
+ * @codegen <<SignedSource::1b38133d9351e6a8628390fd0ab62bf7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "QrCode".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f18a9dbca37f115df2b1505bfb011e41>>
3
+ * @codegen <<SignedSource::9fb9ae8cdc90a449879cf554dec0900f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "RoadmapsPlan".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::77b4a11058bf782d70e95160786a9c2b>>
3
+ * @codegen <<SignedSource::524892051a1bb8a36f4b35d16e46539b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "RoadmapsService".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/section.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d86949a7b4351df1a9dd2134762e7eaa>>
3
+ * @codegen <<SignedSource::e583510643d82359ad802179933ce393>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Section".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::50c496d4e0693081b47ed221868e2414>>
3
+ * @codegen <<SignedSource::752760962c9694d406f4314873fd3792>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeDiamond".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ae5f0c18622c33b0941e7cc01345d65c>>
3
+ * @codegen <<SignedSource::b2fa57d41fac60de47dcf5c5d30c4f80>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeEllipse".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::bd477e7756c9bc508191985e7f340833>>
3
+ * @codegen <<SignedSource::82d92c66d324f49a9142852e6fa405ec>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeParallelogramSkewLeft".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::58f1f92c2a53755cdc572d4ab7b24ebd>>
3
+ * @codegen <<SignedSource::26aba2c6d463e5d7df18a21d0259a1fd>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeParallelogramSkewRight".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9dc6e194dec0011758260c18d6ea3ac6>>
3
+ * @codegen <<SignedSource::b8046d609df655ecaf76edf6d0929443>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeRectangleRounded".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c0649b2123a7d4fb3e90573744c3f453>>
3
+ * @codegen <<SignedSource::36461021fa06ecd3741f55def27654cb>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeRectangle".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f522db121c0eba433cbf2641508a49d5>>
3
+ * @codegen <<SignedSource::c3baeaca342037b71079bdfcdb927d81>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeTriangleInverted".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f24534cec6a9a434fc148e83a49c88d0>>
3
+ * @codegen <<SignedSource::4027f56527fa5d2219e2f1b056bb3e72>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "ShapeTriangle".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/signature.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c9ffc1cbb90ee8a622092f357f293314>>
3
+ * @codegen <<SignedSource::31c142318bb60fb2e4a8c42ccda99611>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Signature".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::44efa966fe6cb3ea472004972a6f7cd7>>
3
+ * @codegen <<SignedSource::cb948e8c37a87e9f7b96715cb67952ee>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "Speedometer".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::22523fa7e4a5d7fd950381df34cbc34e>>
3
+ * @codegen <<SignedSource::8270b19af8665ef3e4d86e1e7e0890c6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
16
  * Icon: "SplitParallel".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab