@atlaskit/object 0.1.0 → 0.2.1
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/blog/package.json +17 -0
- package/branch/package.json +17 -0
- package/bug/package.json +17 -0
- package/calendar/package.json +17 -0
- package/changes/package.json +17 -0
- package/code/package.json +17 -0
- package/commit/package.json +17 -0
- package/database/package.json +17 -0
- package/dist/cjs/components/object/components/database.js +29 -0
- package/dist/cjs/components/object/components/idea.js +29 -0
- package/dist/cjs/components/object-tile/components/database.js +32 -0
- package/dist/cjs/components/object-tile/components/idea.js +32 -0
- package/dist/es2019/components/object/components/database.js +21 -0
- package/dist/es2019/components/object/components/idea.js +21 -0
- package/dist/es2019/components/object-tile/components/database.js +24 -0
- package/dist/es2019/components/object-tile/components/idea.js +24 -0
- package/dist/esm/components/object/components/database.js +21 -0
- package/dist/esm/components/object/components/idea.js +21 -0
- package/dist/esm/components/object-tile/components/database.js +24 -0
- package/dist/esm/components/object-tile/components/idea.js +24 -0
- package/dist/types/components/object/components/database.d.ts +8 -0
- package/dist/types/components/object/components/idea.d.ts +8 -0
- package/dist/types/components/object-tile/components/database.d.ts +8 -0
- package/dist/types/components/object-tile/components/idea.d.ts +8 -0
- package/dist/types-ts4.5/components/object/components/database.d.ts +8 -0
- package/dist/types-ts4.5/components/object/components/idea.d.ts +8 -0
- package/dist/types-ts4.5/components/object-tile/components/database.d.ts +8 -0
- package/dist/types-ts4.5/components/object-tile/components/idea.d.ts +8 -0
- package/epic/package.json +17 -0
- package/idea/package.json +17 -0
- package/improvement/package.json +17 -0
- package/incident/package.json +17 -0
- package/issue/package.json +17 -0
- package/new-feature/package.json +17 -0
- package/package.json +4 -4
- package/page/package.json +17 -0
- package/page-live-doc/package.json +17 -0
- package/problem/package.json +17 -0
- package/pull-request/package.json +17 -0
- package/question/package.json +17 -0
- package/story/package.json +17 -0
- package/subtask/package.json +17 -0
- package/task/package.json +17 -0
- package/tile/blog/package.json +17 -0
- package/tile/branch/package.json +17 -0
- package/tile/bug/package.json +17 -0
- package/tile/calendar/package.json +17 -0
- package/tile/changes/package.json +17 -0
- package/tile/code/package.json +17 -0
- package/tile/commit/package.json +17 -0
- package/tile/database/package.json +17 -0
- package/tile/epic/package.json +17 -0
- package/tile/idea/package.json +17 -0
- package/tile/improvement/package.json +17 -0
- package/tile/incident/package.json +17 -0
- package/tile/issue/package.json +17 -0
- package/tile/new-feature/package.json +17 -0
- package/tile/page/package.json +17 -0
- package/tile/page-live-doc/package.json +17 -0
- package/tile/problem/package.json +17 -0
- package/tile/pull-request/package.json +17 -0
- package/tile/question/package.json +17 -0
- package/tile/story/package.json +17 -0
- package/tile/subtask/package.json +17 -0
- package/tile/task/package.json +17 -0
- package/tile/whiteboard/package.json +17 -0
- package/whiteboard/package.json +17 -0
- package/dist/cjs/components/object/all-objects.js +0 -35
- package/dist/cjs/components/object-tile/all-object-tiles.js +0 -35
- package/dist/es2019/components/object/all-objects.js +0 -27
- package/dist/es2019/components/object-tile/all-object-tiles.js +0 -27
- package/dist/esm/components/object/all-objects.js +0 -27
- package/dist/esm/components/object-tile/all-object-tiles.js +0 -27
- package/dist/types/components/object/all-objects.d.ts +0 -7
- package/dist/types/components/object-tile/all-object-tiles.d.ts +0 -7
- package/dist/types-ts4.5/components/object/all-objects.d.ts +0 -7
- package/dist/types-ts4.5/components/object-tile/all-object-tiles.d.ts +0 -7
- package/tile/package.json +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/object
|
|
2
2
|
|
|
3
|
+
## 0.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7cb0fde4106a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7cb0fde4106a7) -
|
|
8
|
+
Fixed an issue with exports.
|
|
9
|
+
|
|
10
|
+
## 0.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`ad24b64141bbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad24b64141bbf) -
|
|
15
|
+
Added new objects "Idea" and "Database".
|
|
16
|
+
|
|
3
17
|
## 0.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/blog",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/blog.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/blog.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/blog.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/blog.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/blog.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/branch",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/branch.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/branch.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/branch.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/branch.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/branch.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/bug/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/bug",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/bug.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/bug.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/bug.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/bug.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/bug.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/calendar",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/calendar.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/calendar.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/calendar.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/calendar.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/calendar.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/changes",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/changes.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/changes.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/changes.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/changes.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/changes.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/code",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/code.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/code.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/code.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/code.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/code.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/commit",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/commit.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/commit.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/commit.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/commit.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/commit.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/database",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/database.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/database.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/database.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/database.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/database.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = DatabaseObject;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _database = _interopRequireDefault(require("@atlaskit/icon/core/database"));
|
|
10
|
+
var _objectBase = _interopRequireDefault(require("../object-base"));
|
|
11
|
+
/**
|
|
12
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
13
|
+
* @codegen <<SignedSource::609600010fab81c677a0911a2ca468c8>>
|
|
14
|
+
* @codegenCommand yarn build-glyphs
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
function DatabaseObject(_ref) {
|
|
18
|
+
var _ref$label = _ref.label,
|
|
19
|
+
label = _ref$label === void 0 ? 'Database' : _ref$label,
|
|
20
|
+
size = _ref.size,
|
|
21
|
+
testId = _ref.testId;
|
|
22
|
+
return /*#__PURE__*/_react.default.createElement(_objectBase.default, {
|
|
23
|
+
label: label,
|
|
24
|
+
size: size,
|
|
25
|
+
testId: testId,
|
|
26
|
+
icon: _database.default,
|
|
27
|
+
color: "var(--ds-icon-accent-purple, #8270DB)"
|
|
28
|
+
});
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = IdeaObject;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _lightbulb = _interopRequireDefault(require("@atlaskit/icon/core/lightbulb"));
|
|
10
|
+
var _objectBase = _interopRequireDefault(require("../object-base"));
|
|
11
|
+
/**
|
|
12
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
13
|
+
* @codegen <<SignedSource::dc27a32fcb3772a68e26127083fbc77d>>
|
|
14
|
+
* @codegenCommand yarn build-glyphs
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
function IdeaObject(_ref) {
|
|
18
|
+
var _ref$label = _ref.label,
|
|
19
|
+
label = _ref$label === void 0 ? 'Idea' : _ref$label,
|
|
20
|
+
size = _ref.size,
|
|
21
|
+
testId = _ref.testId;
|
|
22
|
+
return /*#__PURE__*/_react.default.createElement(_objectBase.default, {
|
|
23
|
+
label: label,
|
|
24
|
+
size: size,
|
|
25
|
+
testId: testId,
|
|
26
|
+
icon: _lightbulb.default,
|
|
27
|
+
color: "var(--ds-icon-accent-yellow, #B38600)"
|
|
28
|
+
});
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = DatabaseObjectTile;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _database = _interopRequireDefault(require("@atlaskit/icon/core/database"));
|
|
10
|
+
var _objectTileBase = _interopRequireDefault(require("../object-tile-base"));
|
|
11
|
+
/**
|
|
12
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
13
|
+
* @codegen <<SignedSource::b82b09ce0ace7141972a9e928be1295e>>
|
|
14
|
+
* @codegenCommand yarn build-glyphs
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
function DatabaseObjectTile(_ref) {
|
|
18
|
+
var _ref$label = _ref.label,
|
|
19
|
+
label = _ref$label === void 0 ? 'Database' : _ref$label,
|
|
20
|
+
size = _ref.size,
|
|
21
|
+
testId = _ref.testId,
|
|
22
|
+
isBold = _ref.isBold;
|
|
23
|
+
return /*#__PURE__*/_react.default.createElement(_objectTileBase.default, {
|
|
24
|
+
label: label,
|
|
25
|
+
size: size,
|
|
26
|
+
testId: testId,
|
|
27
|
+
isBold: isBold,
|
|
28
|
+
icon: _database.default,
|
|
29
|
+
color: isBold ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-purple, #8270DB)",
|
|
30
|
+
backgroundColor: isBold ? 'color.background.accent.purple.subtle' : undefined
|
|
31
|
+
});
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = IdeaObjectTile;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _lightbulb = _interopRequireDefault(require("@atlaskit/icon/core/lightbulb"));
|
|
10
|
+
var _objectTileBase = _interopRequireDefault(require("../object-tile-base"));
|
|
11
|
+
/**
|
|
12
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
13
|
+
* @codegen <<SignedSource::61c9f49871e7011edbe4cc224454860e>>
|
|
14
|
+
* @codegenCommand yarn build-glyphs
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
function IdeaObjectTile(_ref) {
|
|
18
|
+
var _ref$label = _ref.label,
|
|
19
|
+
label = _ref$label === void 0 ? 'Idea' : _ref$label,
|
|
20
|
+
size = _ref.size,
|
|
21
|
+
testId = _ref.testId,
|
|
22
|
+
isBold = _ref.isBold;
|
|
23
|
+
return /*#__PURE__*/_react.default.createElement(_objectTileBase.default, {
|
|
24
|
+
label: label,
|
|
25
|
+
size: size,
|
|
26
|
+
testId: testId,
|
|
27
|
+
isBold: isBold,
|
|
28
|
+
icon: _lightbulb.default,
|
|
29
|
+
color: isBold ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-yellow, #B38600)",
|
|
30
|
+
backgroundColor: isBold ? 'color.background.accent.yellow.subtle' : undefined
|
|
31
|
+
});
|
|
32
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::609600010fab81c677a0911a2ca468c8>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/database';
|
|
8
|
+
import ObjectBase from '../object-base';
|
|
9
|
+
export default function DatabaseObject({
|
|
10
|
+
label = 'Database',
|
|
11
|
+
size,
|
|
12
|
+
testId
|
|
13
|
+
}) {
|
|
14
|
+
return /*#__PURE__*/React.createElement(ObjectBase, {
|
|
15
|
+
label: label,
|
|
16
|
+
size: size,
|
|
17
|
+
testId: testId,
|
|
18
|
+
icon: IconComponent,
|
|
19
|
+
color: "var(--ds-icon-accent-purple, #8270DB)"
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::dc27a32fcb3772a68e26127083fbc77d>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/lightbulb';
|
|
8
|
+
import ObjectBase from '../object-base';
|
|
9
|
+
export default function IdeaObject({
|
|
10
|
+
label = 'Idea',
|
|
11
|
+
size,
|
|
12
|
+
testId
|
|
13
|
+
}) {
|
|
14
|
+
return /*#__PURE__*/React.createElement(ObjectBase, {
|
|
15
|
+
label: label,
|
|
16
|
+
size: size,
|
|
17
|
+
testId: testId,
|
|
18
|
+
icon: IconComponent,
|
|
19
|
+
color: "var(--ds-icon-accent-yellow, #B38600)"
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b82b09ce0ace7141972a9e928be1295e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/database';
|
|
8
|
+
import ObjectTileBase from '../object-tile-base';
|
|
9
|
+
export default function DatabaseObjectTile({
|
|
10
|
+
label = 'Database',
|
|
11
|
+
size,
|
|
12
|
+
testId,
|
|
13
|
+
isBold
|
|
14
|
+
}) {
|
|
15
|
+
return /*#__PURE__*/React.createElement(ObjectTileBase, {
|
|
16
|
+
label: label,
|
|
17
|
+
size: size,
|
|
18
|
+
testId: testId,
|
|
19
|
+
isBold: isBold,
|
|
20
|
+
icon: IconComponent,
|
|
21
|
+
color: isBold ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-purple, #8270DB)",
|
|
22
|
+
backgroundColor: isBold ? 'color.background.accent.purple.subtle' : undefined
|
|
23
|
+
});
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::61c9f49871e7011edbe4cc224454860e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/lightbulb';
|
|
8
|
+
import ObjectTileBase from '../object-tile-base';
|
|
9
|
+
export default function IdeaObjectTile({
|
|
10
|
+
label = 'Idea',
|
|
11
|
+
size,
|
|
12
|
+
testId,
|
|
13
|
+
isBold
|
|
14
|
+
}) {
|
|
15
|
+
return /*#__PURE__*/React.createElement(ObjectTileBase, {
|
|
16
|
+
label: label,
|
|
17
|
+
size: size,
|
|
18
|
+
testId: testId,
|
|
19
|
+
isBold: isBold,
|
|
20
|
+
icon: IconComponent,
|
|
21
|
+
color: isBold ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-yellow, #B38600)",
|
|
22
|
+
backgroundColor: isBold ? 'color.background.accent.yellow.subtle' : undefined
|
|
23
|
+
});
|
|
24
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::609600010fab81c677a0911a2ca468c8>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/database';
|
|
8
|
+
import ObjectBase from '../object-base';
|
|
9
|
+
export default function DatabaseObject(_ref) {
|
|
10
|
+
var _ref$label = _ref.label,
|
|
11
|
+
label = _ref$label === void 0 ? 'Database' : _ref$label,
|
|
12
|
+
size = _ref.size,
|
|
13
|
+
testId = _ref.testId;
|
|
14
|
+
return /*#__PURE__*/React.createElement(ObjectBase, {
|
|
15
|
+
label: label,
|
|
16
|
+
size: size,
|
|
17
|
+
testId: testId,
|
|
18
|
+
icon: IconComponent,
|
|
19
|
+
color: "var(--ds-icon-accent-purple, #8270DB)"
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::dc27a32fcb3772a68e26127083fbc77d>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/lightbulb';
|
|
8
|
+
import ObjectBase from '../object-base';
|
|
9
|
+
export default function IdeaObject(_ref) {
|
|
10
|
+
var _ref$label = _ref.label,
|
|
11
|
+
label = _ref$label === void 0 ? 'Idea' : _ref$label,
|
|
12
|
+
size = _ref.size,
|
|
13
|
+
testId = _ref.testId;
|
|
14
|
+
return /*#__PURE__*/React.createElement(ObjectBase, {
|
|
15
|
+
label: label,
|
|
16
|
+
size: size,
|
|
17
|
+
testId: testId,
|
|
18
|
+
icon: IconComponent,
|
|
19
|
+
color: "var(--ds-icon-accent-yellow, #B38600)"
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b82b09ce0ace7141972a9e928be1295e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/database';
|
|
8
|
+
import ObjectTileBase from '../object-tile-base';
|
|
9
|
+
export default function DatabaseObjectTile(_ref) {
|
|
10
|
+
var _ref$label = _ref.label,
|
|
11
|
+
label = _ref$label === void 0 ? 'Database' : _ref$label,
|
|
12
|
+
size = _ref.size,
|
|
13
|
+
testId = _ref.testId,
|
|
14
|
+
isBold = _ref.isBold;
|
|
15
|
+
return /*#__PURE__*/React.createElement(ObjectTileBase, {
|
|
16
|
+
label: label,
|
|
17
|
+
size: size,
|
|
18
|
+
testId: testId,
|
|
19
|
+
isBold: isBold,
|
|
20
|
+
icon: IconComponent,
|
|
21
|
+
color: isBold ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-purple, #8270DB)",
|
|
22
|
+
backgroundColor: isBold ? 'color.background.accent.purple.subtle' : undefined
|
|
23
|
+
});
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::61c9f49871e7011edbe4cc224454860e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import IconComponent from '@atlaskit/icon/core/lightbulb';
|
|
8
|
+
import ObjectTileBase from '../object-tile-base';
|
|
9
|
+
export default function IdeaObjectTile(_ref) {
|
|
10
|
+
var _ref$label = _ref.label,
|
|
11
|
+
label = _ref$label === void 0 ? 'Idea' : _ref$label,
|
|
12
|
+
size = _ref.size,
|
|
13
|
+
testId = _ref.testId,
|
|
14
|
+
isBold = _ref.isBold;
|
|
15
|
+
return /*#__PURE__*/React.createElement(ObjectTileBase, {
|
|
16
|
+
label: label,
|
|
17
|
+
size: size,
|
|
18
|
+
testId: testId,
|
|
19
|
+
isBold: isBold,
|
|
20
|
+
icon: IconComponent,
|
|
21
|
+
color: isBold ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-yellow, #B38600)",
|
|
22
|
+
backgroundColor: isBold ? 'color.background.accent.yellow.subtle' : undefined
|
|
23
|
+
});
|
|
24
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::609600010fab81c677a0911a2ca468c8>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectProps } from '../types';
|
|
8
|
+
export default function DatabaseObject({ label, size, testId }: ObjectProps): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::dc27a32fcb3772a68e26127083fbc77d>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectProps } from '../types';
|
|
8
|
+
export default function IdeaObject({ label, size, testId }: ObjectProps): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b82b09ce0ace7141972a9e928be1295e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectTileProps } from '../types';
|
|
8
|
+
export default function DatabaseObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::61c9f49871e7011edbe4cc224454860e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectTileProps } from '../types';
|
|
8
|
+
export default function IdeaObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::609600010fab81c677a0911a2ca468c8>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectProps } from '../types';
|
|
8
|
+
export default function DatabaseObject({ label, size, testId }: ObjectProps): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::dc27a32fcb3772a68e26127083fbc77d>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectProps } from '../types';
|
|
8
|
+
export default function IdeaObject({ label, size, testId }: ObjectProps): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b82b09ce0ace7141972a9e928be1295e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectTileProps } from '../types';
|
|
8
|
+
export default function DatabaseObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::61c9f49871e7011edbe4cc224454860e>>
|
|
4
|
+
* @codegenCommand yarn build-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { ObjectTileProps } from '../types';
|
|
8
|
+
export default function IdeaObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/epic",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/epic.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/epic.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/epic.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/epic.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/epic.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/idea",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/idea.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/idea.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/idea.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/idea.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/idea.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/improvement",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/improvement.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/improvement.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/improvement.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/improvement.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/improvement.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/object/incident",
|
|
3
|
+
"main": "../dist/cjs/components/object/components/incident.js",
|
|
4
|
+
"module": "../dist/esm/components/object/components/incident.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/object/components/incident.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/object/components/incident.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/object/components/incident.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|