@atlaskit/icon-lab 5.1.0 → 5.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 5.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#187880](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187880)
8
+ [`4683d36b12b0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4683d36b12b0e) -
9
+ This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `boolean`
16
+
3
17
  ## 5.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::b796e0f31871673307e8a508c0cef0f2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const BooleanIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default BooleanIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4b25699ec8a6909ce012b866aa6865d3>>
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: "Boolean".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing boolean data types and operations.
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 BooleanIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a4 4 0 0 0-4-4h-5a4 4 0 1 0 0 8h5a4 4 0 0 0 4-4M16 8a5.5 5.5 0 0 1-5.5 5.5h-5a5.5 5.5 0 1 1 0-11h5A5.5 5.5 0 0 1 16 8"/><path fill="currentcolor" d="M5.5 5.25a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ BooleanIcon.displayName = 'BooleanIcon';
28
+ var _default = exports.default = BooleanIcon;
@@ -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::69e2f5e4400c193f05108e6527d5df3a>>
12
+ * @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -282,6 +282,16 @@ var metadata = {
282
282
  team: 'Design System Team',
283
283
  status: 'published'
284
284
  },
285
+ boolean: {
286
+ keywords: ['boolean', 'icon', 'icon-lab', 'core', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
287
+ componentName: 'BooleanIcon',
288
+ package: '@atlaskit/icon-lab/core/boolean',
289
+ type: 'core',
290
+ categorization: 'single-purpose',
291
+ usage: 'Reserved for representing boolean data types and operations.',
292
+ team: 'Data Experiences (AVP)',
293
+ status: 'published'
294
+ },
285
295
  'browser-extension': {
286
296
  keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'core', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
287
297
  componentName: 'BrowserExtensionIcon',
@@ -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::69e2f5e4400c193f05108e6527d5df3a>>
6
+ * @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -276,6 +276,16 @@ const metadata = {
276
276
  team: 'Design System Team',
277
277
  status: 'published'
278
278
  },
279
+ boolean: {
280
+ keywords: ['boolean', 'icon', 'icon-lab', 'core', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
281
+ componentName: 'BooleanIcon',
282
+ package: '@atlaskit/icon-lab/core/boolean',
283
+ type: 'core',
284
+ categorization: 'single-purpose',
285
+ usage: 'Reserved for representing boolean data types and operations.',
286
+ team: 'Data Experiences (AVP)',
287
+ status: 'published'
288
+ },
279
289
  'browser-extension': {
280
290
  keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'core', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
281
291
  componentName: 'BrowserExtensionIcon',
@@ -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::69e2f5e4400c193f05108e6527d5df3a>>
6
+ * @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -276,6 +276,16 @@ var metadata = {
276
276
  team: 'Design System Team',
277
277
  status: 'published'
278
278
  },
279
+ boolean: {
280
+ keywords: ['boolean', 'icon', 'icon-lab', 'core', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
281
+ componentName: 'BooleanIcon',
282
+ package: '@atlaskit/icon-lab/core/boolean',
283
+ type: 'core',
284
+ categorization: 'single-purpose',
285
+ usage: 'Reserved for representing boolean data types and operations.',
286
+ team: 'Data Experiences (AVP)',
287
+ status: 'published'
288
+ },
279
289
  'browser-extension': {
280
290
  keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'core', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
281
291
  componentName: 'BrowserExtensionIcon',
@@ -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::69e2f5e4400c193f05108e6527d5df3a>>
6
+ * @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
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::69e2f5e4400c193f05108e6527d5df3a>>
6
+ * @codegen <<SignedSource::59d8a75c79fa0b35dd10dab96bfdaf23>>
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": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,14 +25,13 @@
25
25
  "website": {
26
26
  "name": "Icon",
27
27
  "category": "Images and icons"
28
- },
29
- "runReact18": true
28
+ }
30
29
  },
31
30
  "scripts": {
32
31
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
33
32
  },
34
33
  "dependencies": {
35
- "@atlaskit/icon": "^27.2.0",
34
+ "@atlaskit/icon": "^27.3.0",
36
35
  "@babel/runtime": "^7.0.0"
37
36
  },
38
37
  "peerDependencies": {
@@ -43,12 +42,12 @@
43
42
  "@af/visual-regression": "workspace:^",
44
43
  "@atlaskit/button": "^23.2.0",
45
44
  "@atlaskit/code": "^17.2.0",
46
- "@atlaskit/ds-lib": "^4.0.0",
45
+ "@atlaskit/ds-lib": "^4.1.0",
47
46
  "@atlaskit/heading": "^5.2.0",
48
47
  "@atlaskit/modal-dialog": "^14.2.0",
49
48
  "@atlaskit/primitives": "^14.10.0",
50
49
  "@atlaskit/textfield": "^8.0.0",
51
- "@atlaskit/tokens": "^5.4.0",
50
+ "@atlaskit/tokens": "^5.5.0",
52
51
  "@atlaskit/tooltip": "^20.3.0",
53
52
  "@atlassian/ssr-tests": "^0.2.0",
54
53
  "@compiled/react": "^0.18.3",
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a4 4 0 0 0-4-4h-5a4 4 0 1 0 0 8h5a4 4 0 0 0 4-4M16 8a5.5 5.5 0 0 1-5.5 5.5h-5a5.5 5.5 0 1 1 0-11h5A5.5 5.5 0 0 1 16 8"/><path fill="currentcolor" d="M5.5 5.25a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5"/></svg>