@atlaskit/logo 19.9.7 → 19.10.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 +16 -0
- package/dist/cjs/artifacts/logo-components/dx/icon.js +42 -0
- package/dist/cjs/artifacts/logo-components/dx/index.js +12 -0
- package/dist/cjs/artifacts/raw-icons/index.js +4 -2
- package/dist/cjs/exports/bitbucket-icon.js +14 -7
- package/dist/cjs/exports/confluence-icon.js +14 -7
- package/dist/cjs/exports/jira-service-management-icon.js +14 -7
- package/dist/cjs/exports/opsgenie.js +14 -7
- package/dist/cjs/exports/statuspage-icon.js +14 -7
- package/dist/cjs/exports/trello-icon.js +14 -7
- package/dist/cjs/index.js +12 -2
- package/dist/cjs/logo-config.js +5 -0
- package/dist/es2019/artifacts/logo-components/dx/icon.js +37 -0
- package/dist/es2019/artifacts/logo-components/dx/index.js +6 -0
- package/dist/es2019/artifacts/raw-icons/index.js +3 -1
- package/dist/es2019/exports/bitbucket-icon.js +5 -1
- package/dist/es2019/exports/confluence-icon.js +4 -1
- package/dist/es2019/exports/jira-service-management-icon.js +5 -1
- package/dist/es2019/exports/opsgenie.js +5 -1
- package/dist/es2019/exports/statuspage-icon.js +5 -1
- package/dist/es2019/exports/trello-icon.js +5 -1
- package/dist/es2019/index.js +11 -1
- package/dist/es2019/logo-config.js +5 -0
- package/dist/esm/artifacts/logo-components/dx/icon.js +34 -0
- package/dist/esm/artifacts/logo-components/dx/index.js +6 -0
- package/dist/esm/artifacts/raw-icons/index.js +3 -1
- package/dist/esm/exports/bitbucket-icon.js +5 -1
- package/dist/esm/exports/confluence-icon.js +4 -1
- package/dist/esm/exports/jira-service-management-icon.js +5 -1
- package/dist/esm/exports/opsgenie.js +5 -1
- package/dist/esm/exports/statuspage-icon.js +5 -1
- package/dist/esm/exports/trello-icon.js +5 -1
- package/dist/esm/index.js +11 -1
- package/dist/esm/logo-config.js +5 -0
- package/dist/types/artifacts/logo-components/dx/icon.d.ts +17 -0
- package/dist/types/artifacts/logo-components/dx/index.d.ts +6 -0
- package/dist/types/artifacts/raw-icons/index.d.ts +3 -1
- package/dist/types/exports/bitbucket-icon.d.ts +1 -1
- package/dist/types/exports/confluence-icon.d.ts +1 -1
- package/dist/types/exports/jira-service-management-icon.d.ts +1 -1
- package/dist/types/exports/opsgenie.d.ts +1 -1
- package/dist/types/exports/statuspage-icon.d.ts +1 -1
- package/dist/types/exports/trello-icon.d.ts +1 -1
- package/dist/types/index.d.ts +10 -0
- package/dist/types/logo-config.d.ts +1 -0
- package/dist/types-ts4.5/artifacts/logo-components/dx/icon.d.ts +17 -0
- package/dist/types-ts4.5/artifacts/logo-components/dx/index.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/raw-icons/index.d.ts +3 -1
- package/dist/types-ts4.5/exports/bitbucket-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/confluence-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/jira-service-management-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/opsgenie.d.ts +1 -1
- package/dist/types-ts4.5/exports/statuspage-icon.d.ts +1 -1
- package/dist/types-ts4.5/exports/trello-icon.d.ts +1 -1
- package/dist/types-ts4.5/index.d.ts +10 -0
- package/dist/types-ts4.5/logo-config.d.ts +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3c938a90d73a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c938a90d73a4) -
|
|
8
|
+
Adding DX product icon
|
|
9
|
+
|
|
10
|
+
## 19.9.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`6b0e9efb86b3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b0e9efb86b3f) -
|
|
15
|
+
Fixes an issue where Logo Icon entrypoints were importing logos from the package entrypoint,
|
|
16
|
+
leading to all icons being bundled and bundlesizes for entrypoint consumers to increase by 250kb
|
|
17
|
+
gzipped. Now these entrypoints only import the minimal amount of code necessary.
|
|
18
|
+
|
|
3
19
|
## 19.9.7
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.DxIcon = DxIcon;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _iconWrapper = require("../../../utils/icon-wrapper");
|
|
10
|
+
/**
|
|
11
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
12
|
+
* @codegen <<SignedSource::d6e69e54d35c5132352d2d869cff6623>>
|
|
13
|
+
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
// `height` is set to 100% to allow the SVG to scale with the parent element
|
|
17
|
+
var svg = "<svg height=\"100%\" viewBox=\"0 0 48 48\">\n <path fill=\"var(--tile-color,#94c748)\" d=\"M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z\"/>\n <path fill=\"var(--icon-color, #101214)\" d=\"m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z\"/>\n</svg>\n";
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* __DxIcon__
|
|
21
|
+
*
|
|
22
|
+
* A temporary component to represent the icon for Dx.
|
|
23
|
+
* @deprecated This component has been replaced by the component `DxIcon` in `@atlaskit/logo`.
|
|
24
|
+
* Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
|
|
25
|
+
* to enable the new design by default.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
function DxIcon(_ref) {
|
|
29
|
+
var size = _ref.size,
|
|
30
|
+
_ref$appearance = _ref.appearance,
|
|
31
|
+
appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
|
|
32
|
+
_ref$label = _ref.label,
|
|
33
|
+
label = _ref$label === void 0 ? 'Dx' : _ref$label,
|
|
34
|
+
testId = _ref.testId;
|
|
35
|
+
return /*#__PURE__*/_react.default.createElement(_iconWrapper.IconWrapper, {
|
|
36
|
+
svg: svg,
|
|
37
|
+
label: label,
|
|
38
|
+
appearance: appearance,
|
|
39
|
+
size: size,
|
|
40
|
+
testId: testId
|
|
41
|
+
});
|
|
42
|
+
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.trelloIcon = exports.teamsIcon = exports.talentIcon = exports.studioNewIcon = exports.studioIcon = exports.statuspageIcon = exports.searchNewIcon = exports.searchIcon = exports.rovoIcon = exports.rovoHexIcon = exports.rovoDevIcon = exports.rovoDevAgentIcon = exports.rawIcons = exports.projectsIcon = exports.opsgenieIcon = exports.moreAtlassianAppsIcon = exports.loomInternalIcon = exports.loomIcon = exports.jiraServiceManagementIcon = exports.jiraServiceManagementDataCenterIcon = exports.jiraProductDiscoveryIcon = exports.jiraIcon = exports.jiraDataCenterIcon = exports.hubIcon = exports.homeIcon = exports.guardIcon = exports.guardDetectIcon = exports.goalsIcon = exports.focusIcon = exports.customerServiceManagementIcon = exports.customLinkIcon = exports.crowdIcon = exports.confluenceIcon = exports.confluenceDataCenterIcon = exports.compassIcon = exports.companyHubIcon = exports.chatNewIcon = exports.chatIcon = exports.bitbucketIcon = exports.bitbucketDataCenterIcon = exports.bambooIcon = exports.assetsIcon = exports.analyticsIcon = exports.alignIcon = exports.adminIcon = void 0;
|
|
6
|
+
exports.trelloIcon = exports.teamsIcon = exports.talentIcon = exports.studioNewIcon = exports.studioIcon = exports.statuspageIcon = exports.searchNewIcon = exports.searchIcon = exports.rovoIcon = exports.rovoHexIcon = exports.rovoDevIcon = exports.rovoDevAgentIcon = exports.rawIcons = exports.projectsIcon = exports.opsgenieIcon = exports.moreAtlassianAppsIcon = exports.loomInternalIcon = exports.loomIcon = exports.jiraServiceManagementIcon = exports.jiraServiceManagementDataCenterIcon = exports.jiraProductDiscoveryIcon = exports.jiraIcon = exports.jiraDataCenterIcon = exports.hubIcon = exports.homeIcon = exports.guardIcon = exports.guardDetectIcon = exports.goalsIcon = exports.focusIcon = exports.dxIcon = exports.customerServiceManagementIcon = exports.customLinkIcon = exports.crowdIcon = exports.confluenceIcon = exports.confluenceDataCenterIcon = exports.compassIcon = exports.companyHubIcon = exports.chatNewIcon = exports.chatIcon = exports.bitbucketIcon = exports.bitbucketDataCenterIcon = exports.bambooIcon = exports.assetsIcon = exports.analyticsIcon = exports.alignIcon = exports.adminIcon = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::300644d316956dfb8d6eb21b0ed204cd>>
|
|
10
10
|
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
11
11
|
*/
|
|
12
12
|
var adminIcon = exports.adminIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.444 5h3.111l.98 2.61 2.75-.457 1.555 2.694L17.07 12l1.77 2.153-1.555 2.694-2.75-.457-.979 2.61h-3.11l-.98-2.61-2.75.457-1.555-2.694L6.931 12 5.16 9.847l1.555-2.694 2.75.457zM12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25' clip-rule='evenodd'/> </svg> ";
|
|
@@ -25,6 +25,7 @@ var confluenceIcon = exports.confluenceIcon = "data:image/svg+xml,<svg xmlns='ht
|
|
|
25
25
|
var crowdIcon = exports.crowdIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M18.71 7.463 12 4.993l-6.71 2.47a.44.44 0 0 0-.29.433l.14 3.807c.103 3.148 1.684 5.489 4.163 7.018a.446.446 0 0 0 .646-.204l1.445-3.412a.22.22 0 0 0-.14-.298 2.585 2.585 0 1 1 1.492 0 .22.22 0 0 0-.14.298l1.446 3.412a.446.446 0 0 0 .645.204c2.48-1.529 4.06-3.87 4.163-7.018L19 7.896a.44.44 0 0 0-.29-.433'/> </svg> ";
|
|
26
26
|
var customLinkIcon = exports.customLinkIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M19 12a7 7 0 1 0-14 0 7 7 0 0 0 14 0m-9.37 4.625.026.074a5.26 5.26 0 0 1-2.833-3.824h2.136c.069 1.426.306 2.73.67 3.75m1.08-3.75c.068 1.255.278 2.353.567 3.162.179.5.37.841.54 1.042a.6.6 0 0 0 .183.165.7.7 0 0 0 .183-.165c.17-.2.361-.543.54-1.042.288-.809.498-1.907.566-3.162zm2.58-1.75h-2.58c.068-1.255.278-2.353.567-3.162.179-.5.37-.841.54-1.042A.7.7 0 0 1 12 6.756a.6.6 0 0 1 .183.165c.17.2.361.543.54 1.042.288.809.498 1.907.566 3.162m1.751 1.75c-.069 1.426-.306 2.73-.67 3.75l-.027.074a5.26 5.26 0 0 0 2.833-3.824zm2.136-1.75H15.04c-.069-1.426-.306-2.73-.67-3.75l-.027-.074a5.26 5.26 0 0 1 2.833 3.824m-8.218 0H6.823a5.26 5.26 0 0 1 2.833-3.824l-.027.074c-.364 1.02-.601 2.324-.67 3.75' clip-rule='evenodd'/> </svg> ";
|
|
27
27
|
var customerServiceManagementIcon = exports.customerServiceManagementIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M16.43 17.42A6.97 6.97 0 0 1 12 19H6.4v-.47l3.84-3.78a3.25 3.25 0 0 0 1.76.52c.65 0 1.25-.19 1.76-.51zm.99-.99A6.97 6.97 0 0 0 19 12a6.97 6.97 0 0 0-1.58-4.43l-2.67 2.67c.33.51.52 1.11.52 1.76s-.19 1.25-.51 1.76zm-.99-9.85-2.67 2.67A3.25 3.25 0 0 0 12 8.73c-.65 0-1.25.19-1.76.52L7.57 6.58A6.97 6.97 0 0 1 12 5c1.68 0 3.22.59 4.43 1.58m-9.85.99A6.97 6.97 0 0 0 5 12c0 1.68.59 3.22 1.58 4.43l2.67-2.67A3.25 3.25 0 0 1 8.73 12c0-.65.19-1.25.52-1.76z'/> </svg> ";
|
|
28
|
+
var dxIcon = exports.dxIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <path fill='%2394c748' d='M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z'/> <path fill='%23101214' d='m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z'/> </svg> ";
|
|
28
29
|
var focusIcon = exports.focusIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M20.84 12.21a4.29 4.29 0 0 0-6.05 0l-1.394 1.393c-.77.769-2.02.769-2.789 0L9.45 12.445 6.424 15.47l1.158 1.158a6.25 6.25 0 0 0 8.838 0zm-17.68-.418a4.253 4.253 0 0 0 6.034.017l1.412-1.412a1.973 1.973 0 0 1 2.788 0l1.158 1.158 3.026-3.025-1.158-1.158a6.25 6.25 0 0 0-8.838 0l-4.42 4.419z'/> </svg> ";
|
|
29
30
|
var goalsIcon = exports.goalsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M14.352 12a2.352 2.352 0 1 1-4.704 0 2.352 2.352 0 0 1 4.704 0'/> <path fill='%23101214' fill-rule='evenodd' d='M12 18.563a6.562 6.562 0 1 0 0-13.125 6.562 6.562 0 0 0 0 13.125M16.102 12a4.102 4.102 0 1 1-8.204 0 4.102 4.102 0 0 1 8.204 0' clip-rule='evenodd'/> </svg> ";
|
|
30
31
|
var guardDetectIcon = exports.guardDetectIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M5.49 10.87h13.02c.374 0 .574-.2.574-.574V5.907c0-.374-.2-.574-.574-.574h-2.744c-.374 0-.573.2-.573.574v2.22h-1.247v-2.22c0-.374-.2-.574-.574-.574h-2.743c-.374 0-.574.2-.574.574v2.22H8.807v-2.22c0-.374-.2-.574-.573-.574H5.49c-.374 0-.573.2-.573.574v4.39c0 .373.2.573.573.573m.225 3.84a8.7 8.7 0 0 1-.5-2.493c-.024-.324.126-.499.475-.499h12.62c.349 0 .498.15.498.449a8.2 8.2 0 0 1-.523 2.544c-.15.399-.375.573-.799.573H6.513c-.424 0-.649-.174-.798-.573m11.547 2.07C16.065 18.253 14.095 19.2 12 19.2s-4.116-.948-5.288-2.42c-.299-.398-.15-.648.15-.648h10.275c.3 0 .45.25.125.649'/> </svg> ";
|
|
@@ -70,6 +71,7 @@ var rawIcons = exports.rawIcons = {
|
|
|
70
71
|
crowd: crowdIcon,
|
|
71
72
|
customLink: customLinkIcon,
|
|
72
73
|
customerServiceManagement: customerServiceManagementIcon,
|
|
74
|
+
dx: dxIcon,
|
|
73
75
|
focus: focusIcon,
|
|
74
76
|
goals: goalsIcon,
|
|
75
77
|
guardDetect: guardDetectIcon,
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.BitbucketIcon = void 0;
|
|
7
|
+
var _bitbucket = require("../artifacts/logo-components/bitbucket");
|
|
8
|
+
var _bitbucket2 = require("../legacy-logos/bitbucket");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Bitbucket icon__
|
|
12
|
+
*
|
|
13
|
+
* The Bitbucket icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var BitbucketIcon = exports.BitbucketIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_bitbucket2.BitbucketIcon, _bitbucket.BitbucketIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.ConfluenceIcon = void 0;
|
|
7
|
+
var _confluence = require("../artifacts/logo-components/confluence");
|
|
8
|
+
var _confluence2 = require("../legacy-logos/confluence");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Confluence icon__
|
|
12
|
+
*
|
|
13
|
+
* The Confluence icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var ConfluenceIcon = exports.ConfluenceIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_confluence2.ConfluenceIcon, _confluence.ConfluenceIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.JiraServiceManagementIcon = void 0;
|
|
7
|
+
var _jiraServiceManagement = require("../artifacts/logo-components/jira-service-management");
|
|
8
|
+
var _jiraServiceManagement2 = require("../legacy-logos/jira-service-management");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Jira service management icon__
|
|
12
|
+
*
|
|
13
|
+
* The Jira Service Management icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var JiraServiceManagementIcon = exports.JiraServiceManagementIcon = (0, _logoConfig.createFeatureFlaggedServiceCollectionComponent)(_jiraServiceManagement2.JiraServiceManagementIcon, _jiraServiceManagement.JiraServiceManagementIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.OpsgenieIcon = void 0;
|
|
7
|
+
var _opsgenie = require("../artifacts/logo-components/opsgenie");
|
|
8
|
+
var _opsgenie2 = require("../legacy-logos/opsgenie");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Opsgenie icon__
|
|
12
|
+
*
|
|
13
|
+
* The Opsgenie icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var OpsgenieIcon = exports.OpsgenieIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_opsgenie2.OpsgenieIcon, _opsgenie.OpsgenieIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.StatuspageIcon = void 0;
|
|
7
|
+
var _statuspage = require("../artifacts/logo-components/statuspage");
|
|
8
|
+
var _statuspage2 = require("../legacy-logos/statuspage");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Statuspage icon__
|
|
12
|
+
*
|
|
13
|
+
* The Statuspage icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var StatuspageIcon = exports.StatuspageIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_statuspage2.StatuspageIcon, _statuspage.StatuspageIcon);
|
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
exports.TrelloIcon = void 0;
|
|
7
|
+
var _trello = require("../artifacts/logo-components/trello");
|
|
8
|
+
var _trello2 = require("../legacy-logos/trello");
|
|
9
|
+
var _logoConfig = require("../logo-config");
|
|
10
|
+
/**
|
|
11
|
+
* __Trello icon__
|
|
12
|
+
*
|
|
13
|
+
* The Trello icon without an accompanying wordmark.
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
18
|
+
*/
|
|
19
|
+
var TrelloIcon = exports.TrelloIcon = (0, _logoConfig.createFeatureFlaggedComponent)(_trello2.TrelloIcon, _trello.TrelloIcon);
|
package/dist/cjs/index.js
CHANGED
|
@@ -53,7 +53,7 @@ Object.defineProperty(exports, "AtlassianMarketplaceLogo", {
|
|
|
53
53
|
return _atlassianMarketplace.AtlassianMarketplaceLogo;
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
|
-
exports.JiraServiceManagementLogo = exports.JiraServiceManagementIcon = exports.JiraServiceManagementDataCenterLogo = exports.JiraServiceManagementDataCenterIcon = exports.JiraProductDiscoveryLogo = exports.JiraProductDiscoveryIcon = exports.JiraLogo = exports.JiraIcon = exports.JiraDataCenterLogo = exports.JiraDataCenterIcon = exports.JiraAlignLogo = exports.JiraAlignIcon = exports.HubLogo = exports.HubIcon = exports.HomeLogo = exports.HomeIcon = exports.GuardLogo = exports.GuardIcon = exports.GoalsLogo = exports.GoalsIcon = exports.FocusLogo = exports.FocusIcon = exports.CustomerServiceManagementLogo = exports.CustomerServiceManagementIcon = exports.CrowdLogo = exports.CrowdIcon = exports.ConfluenceLogo = exports.ConfluenceIcon = exports.ConfluenceDataCenterLogo = exports.ConfluenceDataCenterIcon = exports.CompassLogo = exports.CompassIcon = exports.ChatLogo = exports.ChatIcon = exports.BitbucketLogo = exports.BitbucketIcon = exports.BitbucketDataCenterLogo = exports.BitbucketDataCenterIcon = exports.BambooLogo = exports.BambooIcon = void 0;
|
|
56
|
+
exports.JiraServiceManagementLogo = exports.JiraServiceManagementIcon = exports.JiraServiceManagementDataCenterLogo = exports.JiraServiceManagementDataCenterIcon = exports.JiraProductDiscoveryLogo = exports.JiraProductDiscoveryIcon = exports.JiraLogo = exports.JiraIcon = exports.JiraDataCenterLogo = exports.JiraDataCenterIcon = exports.JiraAlignLogo = exports.JiraAlignIcon = exports.HubLogo = exports.HubIcon = exports.HomeLogo = exports.HomeIcon = exports.GuardLogo = exports.GuardIcon = exports.GoalsLogo = exports.GoalsIcon = exports.FocusLogo = exports.FocusIcon = exports.DxIcon = exports.CustomerServiceManagementLogo = exports.CustomerServiceManagementIcon = exports.CrowdLogo = exports.CrowdIcon = exports.ConfluenceLogo = exports.ConfluenceIcon = exports.ConfluenceDataCenterLogo = exports.ConfluenceDataCenterIcon = exports.CompassLogo = exports.CompassIcon = exports.ChatLogo = exports.ChatIcon = exports.BitbucketLogo = exports.BitbucketIcon = exports.BitbucketDataCenterLogo = exports.BitbucketDataCenterIcon = exports.BambooLogo = exports.BambooIcon = void 0;
|
|
57
57
|
Object.defineProperty(exports, "JiraSoftwareIcon", {
|
|
58
58
|
enumerable: true,
|
|
59
59
|
get: function get() {
|
|
@@ -93,6 +93,7 @@ var _confluence = require("./artifacts/logo-components/confluence");
|
|
|
93
93
|
var _confluenceDataCenter = require("./artifacts/logo-components/confluence-data-center");
|
|
94
94
|
var _crowd = require("./artifacts/logo-components/crowd");
|
|
95
95
|
var _customerServiceManagement = require("./artifacts/logo-components/customer-service-management");
|
|
96
|
+
var _dx = require("./artifacts/logo-components/dx");
|
|
96
97
|
var _focus = require("./artifacts/logo-components/focus");
|
|
97
98
|
var _goals = require("./artifacts/logo-components/goals");
|
|
98
99
|
var _guard = require("./artifacts/logo-components/guard");
|
|
@@ -675,7 +676,16 @@ var CompassIcon = exports.CompassIcon = (0, _logoConfig.createFeatureFlaggedComp
|
|
|
675
676
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
676
677
|
*/
|
|
677
678
|
var CompassLogo = exports.CompassLogo = (0, _logoConfig.createFeatureFlaggedComponent)(_compass2.CompassLogo, _compass.CompassLogoCS);
|
|
678
|
-
|
|
679
|
+
/**
|
|
680
|
+
* __DX icon__
|
|
681
|
+
*
|
|
682
|
+
* The DX icon without an accompanying wordmark.
|
|
683
|
+
*
|
|
684
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
685
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
686
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
687
|
+
*/
|
|
688
|
+
var DxIcon = exports.DxIcon = (0, _logoConfig.tempSizeWrapper)(_dx.DxIcon);
|
|
679
689
|
/**
|
|
680
690
|
* __Confluence icon__
|
|
681
691
|
*
|
package/dist/cjs/logo-config.js
CHANGED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d6e69e54d35c5132352d2d869cff6623>>
|
|
4
|
+
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconWrapper } from '../../../utils/icon-wrapper';
|
|
8
|
+
// `height` is set to 100% to allow the SVG to scale with the parent element
|
|
9
|
+
const svg = `<svg height="100%" viewBox="0 0 48 48">
|
|
10
|
+
<path fill="var(--tile-color,#94c748)" d="M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z"/>
|
|
11
|
+
<path fill="var(--icon-color, #101214)" d="m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* __DxIcon__
|
|
17
|
+
*
|
|
18
|
+
* A temporary component to represent the icon for Dx.
|
|
19
|
+
* @deprecated This component has been replaced by the component `DxIcon` in `@atlaskit/logo`.
|
|
20
|
+
* Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
|
|
21
|
+
* to enable the new design by default.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export function DxIcon({
|
|
25
|
+
size,
|
|
26
|
+
appearance = 'brand',
|
|
27
|
+
label = 'Dx',
|
|
28
|
+
testId
|
|
29
|
+
}) {
|
|
30
|
+
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
31
|
+
svg: svg,
|
|
32
|
+
label: label,
|
|
33
|
+
appearance: appearance,
|
|
34
|
+
size: size,
|
|
35
|
+
testId: testId
|
|
36
|
+
});
|
|
37
|
+
}
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::300644d316956dfb8d6eb21b0ed204cd>>
|
|
4
4
|
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
5
|
*/
|
|
6
6
|
export const adminIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.444 5h3.111l.98 2.61 2.75-.457 1.555 2.694L17.07 12l1.77 2.153-1.555 2.694-2.75-.457-.979 2.61h-3.11l-.98-2.61-2.75.457-1.555-2.694L6.931 12 5.16 9.847l1.555-2.694 2.75.457zM12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25' clip-rule='evenodd'/> </svg> ";
|
|
@@ -19,6 +19,7 @@ export const confluenceIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/
|
|
|
19
19
|
export const crowdIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M18.71 7.463 12 4.993l-6.71 2.47a.44.44 0 0 0-.29.433l.14 3.807c.103 3.148 1.684 5.489 4.163 7.018a.446.446 0 0 0 .646-.204l1.445-3.412a.22.22 0 0 0-.14-.298 2.585 2.585 0 1 1 1.492 0 .22.22 0 0 0-.14.298l1.446 3.412a.446.446 0 0 0 .645.204c2.48-1.529 4.06-3.87 4.163-7.018L19 7.896a.44.44 0 0 0-.29-.433'/> </svg> ";
|
|
20
20
|
export const customLinkIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M19 12a7 7 0 1 0-14 0 7 7 0 0 0 14 0m-9.37 4.625.026.074a5.26 5.26 0 0 1-2.833-3.824h2.136c.069 1.426.306 2.73.67 3.75m1.08-3.75c.068 1.255.278 2.353.567 3.162.179.5.37.841.54 1.042a.6.6 0 0 0 .183.165.7.7 0 0 0 .183-.165c.17-.2.361-.543.54-1.042.288-.809.498-1.907.566-3.162zm2.58-1.75h-2.58c.068-1.255.278-2.353.567-3.162.179-.5.37-.841.54-1.042A.7.7 0 0 1 12 6.756a.6.6 0 0 1 .183.165c.17.2.361.543.54 1.042.288.809.498 1.907.566 3.162m1.751 1.75c-.069 1.426-.306 2.73-.67 3.75l-.027.074a5.26 5.26 0 0 0 2.833-3.824zm2.136-1.75H15.04c-.069-1.426-.306-2.73-.67-3.75l-.027-.074a5.26 5.26 0 0 1 2.833 3.824m-8.218 0H6.823a5.26 5.26 0 0 1 2.833-3.824l-.027.074c-.364 1.02-.601 2.324-.67 3.75' clip-rule='evenodd'/> </svg> ";
|
|
21
21
|
export const customerServiceManagementIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M16.43 17.42A6.97 6.97 0 0 1 12 19H6.4v-.47l3.84-3.78a3.25 3.25 0 0 0 1.76.52c.65 0 1.25-.19 1.76-.51zm.99-.99A6.97 6.97 0 0 0 19 12a6.97 6.97 0 0 0-1.58-4.43l-2.67 2.67c.33.51.52 1.11.52 1.76s-.19 1.25-.51 1.76zm-.99-9.85-2.67 2.67A3.25 3.25 0 0 0 12 8.73c-.65 0-1.25.19-1.76.52L7.57 6.58A6.97 6.97 0 0 1 12 5c1.68 0 3.22.59 4.43 1.58m-9.85.99A6.97 6.97 0 0 0 5 12c0 1.68.59 3.22 1.58 4.43l2.67-2.67A3.25 3.25 0 0 1 8.73 12c0-.65.19-1.25.52-1.76z'/> </svg> ";
|
|
22
|
+
export const dxIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <path fill='%2394c748' d='M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z'/> <path fill='%23101214' d='m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z'/> </svg> ";
|
|
22
23
|
export const focusIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M20.84 12.21a4.29 4.29 0 0 0-6.05 0l-1.394 1.393c-.77.769-2.02.769-2.789 0L9.45 12.445 6.424 15.47l1.158 1.158a6.25 6.25 0 0 0 8.838 0zm-17.68-.418a4.253 4.253 0 0 0 6.034.017l1.412-1.412a1.973 1.973 0 0 1 2.788 0l1.158 1.158 3.026-3.025-1.158-1.158a6.25 6.25 0 0 0-8.838 0l-4.42 4.419z'/> </svg> ";
|
|
23
24
|
export const goalsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M14.352 12a2.352 2.352 0 1 1-4.704 0 2.352 2.352 0 0 1 4.704 0'/> <path fill='%23101214' fill-rule='evenodd' d='M12 18.563a6.562 6.562 0 1 0 0-13.125 6.562 6.562 0 0 0 0 13.125M16.102 12a4.102 4.102 0 1 1-8.204 0 4.102 4.102 0 0 1 8.204 0' clip-rule='evenodd'/> </svg> ";
|
|
24
25
|
export const guardDetectIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M5.49 10.87h13.02c.374 0 .574-.2.574-.574V5.907c0-.374-.2-.574-.574-.574h-2.744c-.374 0-.573.2-.573.574v2.22h-1.247v-2.22c0-.374-.2-.574-.574-.574h-2.743c-.374 0-.574.2-.574.574v2.22H8.807v-2.22c0-.374-.2-.574-.573-.574H5.49c-.374 0-.573.2-.573.574v4.39c0 .373.2.573.573.573m.225 3.84a8.7 8.7 0 0 1-.5-2.493c-.024-.324.126-.499.475-.499h12.62c.349 0 .498.15.498.449a8.2 8.2 0 0 1-.523 2.544c-.15.399-.375.573-.799.573H6.513c-.424 0-.649-.174-.798-.573m11.547 2.07C16.065 18.253 14.095 19.2 12 19.2s-4.116-.948-5.288-2.42c-.299-.398-.15-.648.15-.648h10.275c.3 0 .45.25.125.649'/> </svg> ";
|
|
@@ -64,6 +65,7 @@ export const rawIcons = {
|
|
|
64
65
|
crowd: crowdIcon,
|
|
65
66
|
customLink: customLinkIcon,
|
|
66
67
|
customerServiceManagement: customerServiceManagementIcon,
|
|
68
|
+
dx: dxIcon,
|
|
67
69
|
focus: focusIcon,
|
|
68
70
|
goals: goalsIcon,
|
|
69
71
|
guardDetect: guardDetectIcon,
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { BitbucketIcon as NewBitbucketIcon } from '../artifacts/logo-components/bitbucket';
|
|
2
|
+
import { BitbucketIcon as LegacyBitbucketIcon } from '../legacy-logos/bitbucket';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Bitbucket icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const BitbucketIcon = createFeatureFlaggedComponent(LegacyBitbucketIcon, NewBitbucketIcon);
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { ConfluenceIcon as NewConfluenceIcon } from '../artifacts/logo-components/confluence';
|
|
2
|
+
import { ConfluenceIcon as LegacyConfluenceIcon } from '../legacy-logos/confluence';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
1
4
|
/**
|
|
2
5
|
* __Confluence icon__
|
|
3
6
|
*
|
|
@@ -7,4 +10,4 @@
|
|
|
7
10
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
11
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
12
|
*/
|
|
10
|
-
export
|
|
13
|
+
export const ConfluenceIcon = createFeatureFlaggedComponent(LegacyConfluenceIcon, NewConfluenceIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { JiraServiceManagementIcon as NewJSIcon } from '../artifacts/logo-components/jira-service-management';
|
|
2
|
+
import { JiraServiceManagementIcon as LegacyJSIcon } from '../legacy-logos/jira-service-management';
|
|
3
|
+
import { createFeatureFlaggedServiceCollectionComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Jira service management icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const JiraServiceManagementIcon = createFeatureFlaggedServiceCollectionComponent(LegacyJSIcon, NewJSIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { OpsgenieIcon as NewOpsgenieIcon } from '../artifacts/logo-components/opsgenie';
|
|
2
|
+
import { OpsgenieIcon as LegacyOpsgenieIcon } from '../legacy-logos/opsgenie';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Opsgenie icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const OpsgenieIcon = createFeatureFlaggedComponent(LegacyOpsgenieIcon, NewOpsgenieIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { StatuspageIcon as NewStatuspageIcon } from '../artifacts/logo-components/statuspage';
|
|
2
|
+
import { StatuspageIcon as LegacyStatuspageIcon } from '../legacy-logos/statuspage';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Statuspage icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const StatuspageIcon = createFeatureFlaggedComponent(LegacyStatuspageIcon, NewStatuspageIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { TrelloIcon as NewTrelloIcon } from '../artifacts/logo-components/trello';
|
|
2
|
+
import { TrelloIcon as LegacyTrelloIcon } from '../legacy-logos/trello';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Trello icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export const TrelloIcon = createFeatureFlaggedComponent(LegacyTrelloIcon, NewTrelloIcon);
|
package/dist/es2019/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceL
|
|
|
12
12
|
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from './artifacts/logo-components/confluence-data-center';
|
|
13
13
|
import { CrowdIcon as NewCrowdIcon, CrowdLogoCS as NewCrowdLogo } from './artifacts/logo-components/crowd';
|
|
14
14
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from './artifacts/logo-components/customer-service-management';
|
|
15
|
+
import { DxIcon as NewDXIcon } from './artifacts/logo-components/dx';
|
|
15
16
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from './artifacts/logo-components/focus';
|
|
16
17
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from './artifacts/logo-components/goals';
|
|
17
18
|
import { GuardIcon as NewGuardIcon, GuardLogoCS as NewGuardLogo } from './artifacts/logo-components/guard';
|
|
@@ -595,7 +596,16 @@ export const CompassIcon = createFeatureFlaggedComponent(LegacyCompassIcon, NewC
|
|
|
595
596
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
596
597
|
*/
|
|
597
598
|
export const CompassLogo = createFeatureFlaggedComponent(LegacyCompassLogo, NewCompassLogo);
|
|
598
|
-
|
|
599
|
+
/**
|
|
600
|
+
* __DX icon__
|
|
601
|
+
*
|
|
602
|
+
* The DX icon without an accompanying wordmark.
|
|
603
|
+
*
|
|
604
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
605
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
606
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
607
|
+
*/
|
|
608
|
+
export const DxIcon = tempSizeWrapper(NewDXIcon);
|
|
599
609
|
/**
|
|
600
610
|
* __Confluence icon__
|
|
601
611
|
*
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d6e69e54d35c5132352d2d869cff6623>>
|
|
4
|
+
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconWrapper } from '../../../utils/icon-wrapper';
|
|
8
|
+
// `height` is set to 100% to allow the SVG to scale with the parent element
|
|
9
|
+
var svg = "<svg height=\"100%\" viewBox=\"0 0 48 48\">\n <path fill=\"var(--tile-color,#94c748)\" d=\"M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z\"/>\n <path fill=\"var(--icon-color, #101214)\" d=\"m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z\"/>\n</svg>\n";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* __DxIcon__
|
|
13
|
+
*
|
|
14
|
+
* A temporary component to represent the icon for Dx.
|
|
15
|
+
* @deprecated This component has been replaced by the component `DxIcon` in `@atlaskit/logo`.
|
|
16
|
+
* Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
|
|
17
|
+
* to enable the new design by default.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export function DxIcon(_ref) {
|
|
21
|
+
var size = _ref.size,
|
|
22
|
+
_ref$appearance = _ref.appearance,
|
|
23
|
+
appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
|
|
24
|
+
_ref$label = _ref.label,
|
|
25
|
+
label = _ref$label === void 0 ? 'Dx' : _ref$label,
|
|
26
|
+
testId = _ref.testId;
|
|
27
|
+
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
28
|
+
svg: svg,
|
|
29
|
+
label: label,
|
|
30
|
+
appearance: appearance,
|
|
31
|
+
size: size,
|
|
32
|
+
testId: testId
|
|
33
|
+
});
|
|
34
|
+
}
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::300644d316956dfb8d6eb21b0ed204cd>>
|
|
4
4
|
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
5
|
*/
|
|
6
6
|
export var adminIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.444 5h3.111l.98 2.61 2.75-.457 1.555 2.694L17.07 12l1.77 2.153-1.555 2.694-2.75-.457-.979 2.61h-3.11l-.98-2.61-2.75.457-1.555-2.694L6.931 12 5.16 9.847l1.555-2.694 2.75.457zM12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25' clip-rule='evenodd'/> </svg> ";
|
|
@@ -19,6 +19,7 @@ export var confluenceIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/20
|
|
|
19
19
|
export var crowdIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M18.71 7.463 12 4.993l-6.71 2.47a.44.44 0 0 0-.29.433l.14 3.807c.103 3.148 1.684 5.489 4.163 7.018a.446.446 0 0 0 .646-.204l1.445-3.412a.22.22 0 0 0-.14-.298 2.585 2.585 0 1 1 1.492 0 .22.22 0 0 0-.14.298l1.446 3.412a.446.446 0 0 0 .645.204c2.48-1.529 4.06-3.87 4.163-7.018L19 7.896a.44.44 0 0 0-.29-.433'/> </svg> ";
|
|
20
20
|
export var customLinkIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M19 12a7 7 0 1 0-14 0 7 7 0 0 0 14 0m-9.37 4.625.026.074a5.26 5.26 0 0 1-2.833-3.824h2.136c.069 1.426.306 2.73.67 3.75m1.08-3.75c.068 1.255.278 2.353.567 3.162.179.5.37.841.54 1.042a.6.6 0 0 0 .183.165.7.7 0 0 0 .183-.165c.17-.2.361-.543.54-1.042.288-.809.498-1.907.566-3.162zm2.58-1.75h-2.58c.068-1.255.278-2.353.567-3.162.179-.5.37-.841.54-1.042A.7.7 0 0 1 12 6.756a.6.6 0 0 1 .183.165c.17.2.361.543.54 1.042.288.809.498 1.907.566 3.162m1.751 1.75c-.069 1.426-.306 2.73-.67 3.75l-.027.074a5.26 5.26 0 0 0 2.833-3.824zm2.136-1.75H15.04c-.069-1.426-.306-2.73-.67-3.75l-.027-.074a5.26 5.26 0 0 1 2.833 3.824m-8.218 0H6.823a5.26 5.26 0 0 1 2.833-3.824l-.027.074c-.364 1.02-.601 2.324-.67 3.75' clip-rule='evenodd'/> </svg> ";
|
|
21
21
|
export var customerServiceManagementIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M16.43 17.42A6.97 6.97 0 0 1 12 19H6.4v-.47l3.84-3.78a3.25 3.25 0 0 0 1.76.52c.65 0 1.25-.19 1.76-.51zm.99-.99A6.97 6.97 0 0 0 19 12a6.97 6.97 0 0 0-1.58-4.43l-2.67 2.67c.33.51.52 1.11.52 1.76s-.19 1.25-.51 1.76zm-.99-9.85-2.67 2.67A3.25 3.25 0 0 0 12 8.73c-.65 0-1.25.19-1.76.52L7.57 6.58A6.97 6.97 0 0 1 12 5c1.68 0 3.22.59 4.43 1.58m-9.85.99A6.97 6.97 0 0 0 5 12c0 1.68.59 3.22 1.58 4.43l2.67-2.67A3.25 3.25 0 0 1 8.73 12c0-.65.19-1.25.52-1.76z'/> </svg> ";
|
|
22
|
+
export var dxIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <path fill='%2394c748' d='M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z'/> <path fill='%23101214' d='m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z'/> </svg> ";
|
|
22
23
|
export var focusIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M20.84 12.21a4.29 4.29 0 0 0-6.05 0l-1.394 1.393c-.77.769-2.02.769-2.789 0L9.45 12.445 6.424 15.47l1.158 1.158a6.25 6.25 0 0 0 8.838 0zm-17.68-.418a4.253 4.253 0 0 0 6.034.017l1.412-1.412a1.973 1.973 0 0 1 2.788 0l1.158 1.158 3.026-3.025-1.158-1.158a6.25 6.25 0 0 0-8.838 0l-4.42 4.419z'/> </svg> ";
|
|
23
24
|
export var goalsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M14.352 12a2.352 2.352 0 1 1-4.704 0 2.352 2.352 0 0 1 4.704 0'/> <path fill='%23101214' fill-rule='evenodd' d='M12 18.563a6.562 6.562 0 1 0 0-13.125 6.562 6.562 0 0 0 0 13.125M16.102 12a4.102 4.102 0 1 1-8.204 0 4.102 4.102 0 0 1 8.204 0' clip-rule='evenodd'/> </svg> ";
|
|
24
25
|
export var guardDetectIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M5.49 10.87h13.02c.374 0 .574-.2.574-.574V5.907c0-.374-.2-.574-.574-.574h-2.744c-.374 0-.573.2-.573.574v2.22h-1.247v-2.22c0-.374-.2-.574-.574-.574h-2.743c-.374 0-.574.2-.574.574v2.22H8.807v-2.22c0-.374-.2-.574-.573-.574H5.49c-.374 0-.573.2-.573.574v4.39c0 .373.2.573.573.573m.225 3.84a8.7 8.7 0 0 1-.5-2.493c-.024-.324.126-.499.475-.499h12.62c.349 0 .498.15.498.449a8.2 8.2 0 0 1-.523 2.544c-.15.399-.375.573-.799.573H6.513c-.424 0-.649-.174-.798-.573m11.547 2.07C16.065 18.253 14.095 19.2 12 19.2s-4.116-.948-5.288-2.42c-.299-.398-.15-.648.15-.648h10.275c.3 0 .45.25.125.649'/> </svg> ";
|
|
@@ -64,6 +65,7 @@ export var rawIcons = {
|
|
|
64
65
|
crowd: crowdIcon,
|
|
65
66
|
customLink: customLinkIcon,
|
|
66
67
|
customerServiceManagement: customerServiceManagementIcon,
|
|
68
|
+
dx: dxIcon,
|
|
67
69
|
focus: focusIcon,
|
|
68
70
|
goals: goalsIcon,
|
|
69
71
|
guardDetect: guardDetectIcon,
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { BitbucketIcon as NewBitbucketIcon } from '../artifacts/logo-components/bitbucket';
|
|
2
|
+
import { BitbucketIcon as LegacyBitbucketIcon } from '../legacy-logos/bitbucket';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Bitbucket icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var BitbucketIcon = createFeatureFlaggedComponent(LegacyBitbucketIcon, NewBitbucketIcon);
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { ConfluenceIcon as NewConfluenceIcon } from '../artifacts/logo-components/confluence';
|
|
2
|
+
import { ConfluenceIcon as LegacyConfluenceIcon } from '../legacy-logos/confluence';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
1
4
|
/**
|
|
2
5
|
* __Confluence icon__
|
|
3
6
|
*
|
|
@@ -7,4 +10,4 @@
|
|
|
7
10
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
11
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
12
|
*/
|
|
10
|
-
export
|
|
13
|
+
export var ConfluenceIcon = createFeatureFlaggedComponent(LegacyConfluenceIcon, NewConfluenceIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { JiraServiceManagementIcon as NewJSIcon } from '../artifacts/logo-components/jira-service-management';
|
|
2
|
+
import { JiraServiceManagementIcon as LegacyJSIcon } from '../legacy-logos/jira-service-management';
|
|
3
|
+
import { createFeatureFlaggedServiceCollectionComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Jira service management icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var JiraServiceManagementIcon = createFeatureFlaggedServiceCollectionComponent(LegacyJSIcon, NewJSIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { OpsgenieIcon as NewOpsgenieIcon } from '../artifacts/logo-components/opsgenie';
|
|
2
|
+
import { OpsgenieIcon as LegacyOpsgenieIcon } from '../legacy-logos/opsgenie';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Opsgenie icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var OpsgenieIcon = createFeatureFlaggedComponent(LegacyOpsgenieIcon, NewOpsgenieIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { StatuspageIcon as NewStatuspageIcon } from '../artifacts/logo-components/statuspage';
|
|
2
|
+
import { StatuspageIcon as LegacyStatuspageIcon } from '../legacy-logos/statuspage';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Statuspage icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var StatuspageIcon = createFeatureFlaggedComponent(LegacyStatuspageIcon, NewStatuspageIcon);
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { TrelloIcon as NewTrelloIcon } from '../artifacts/logo-components/trello';
|
|
2
|
+
import { TrelloIcon as LegacyTrelloIcon } from '../legacy-logos/trello';
|
|
3
|
+
import { createFeatureFlaggedComponent } from '../logo-config';
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* __Trello icon__
|
|
3
7
|
*
|
|
@@ -7,4 +11,4 @@
|
|
|
7
11
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
12
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
13
|
*/
|
|
10
|
-
export
|
|
14
|
+
export var TrelloIcon = createFeatureFlaggedComponent(LegacyTrelloIcon, NewTrelloIcon);
|
package/dist/esm/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceL
|
|
|
12
12
|
import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from './artifacts/logo-components/confluence-data-center';
|
|
13
13
|
import { CrowdIcon as NewCrowdIcon, CrowdLogoCS as NewCrowdLogo } from './artifacts/logo-components/crowd';
|
|
14
14
|
import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from './artifacts/logo-components/customer-service-management';
|
|
15
|
+
import { DxIcon as NewDXIcon } from './artifacts/logo-components/dx';
|
|
15
16
|
import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from './artifacts/logo-components/focus';
|
|
16
17
|
import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from './artifacts/logo-components/goals';
|
|
17
18
|
import { GuardIcon as NewGuardIcon, GuardLogoCS as NewGuardLogo } from './artifacts/logo-components/guard';
|
|
@@ -595,7 +596,16 @@ export var CompassIcon = createFeatureFlaggedComponent(LegacyCompassIcon, NewCom
|
|
|
595
596
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
596
597
|
*/
|
|
597
598
|
export var CompassLogo = createFeatureFlaggedComponent(LegacyCompassLogo, NewCompassLogo);
|
|
598
|
-
|
|
599
|
+
/**
|
|
600
|
+
* __DX icon__
|
|
601
|
+
*
|
|
602
|
+
* The DX icon without an accompanying wordmark.
|
|
603
|
+
*
|
|
604
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
605
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
606
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
607
|
+
*/
|
|
608
|
+
export var DxIcon = tempSizeWrapper(NewDXIcon);
|
|
599
609
|
/**
|
|
600
610
|
* __Confluence icon__
|
|
601
611
|
*
|
package/dist/esm/logo-config.js
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d6e69e54d35c5132352d2d869cff6623>>
|
|
4
|
+
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { AppIconProps } from '../../../utils/types';
|
|
8
|
+
/**
|
|
9
|
+
* __DxIcon__
|
|
10
|
+
*
|
|
11
|
+
* A temporary component to represent the icon for Dx.
|
|
12
|
+
* @deprecated This component has been replaced by the component `DxIcon` in `@atlaskit/logo`.
|
|
13
|
+
* Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
|
|
14
|
+
* to enable the new design by default.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare function DxIcon({ size, appearance, label, testId }: AppIconProps): React.JSX.Element;
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::300644d316956dfb8d6eb21b0ed204cd>>
|
|
4
4
|
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
5
|
*/
|
|
6
6
|
export declare const adminIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.444 5h3.111l.98 2.61 2.75-.457 1.555 2.694L17.07 12l1.77 2.153-1.555 2.694-2.75-.457-.979 2.61h-3.11l-.98-2.61-2.75.457-1.555-2.694L6.931 12 5.16 9.847l1.555-2.694 2.75.457zM12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25' clip-rule='evenodd'/> </svg> ";
|
|
@@ -19,6 +19,7 @@ export declare const confluenceIcon = "data:image/svg+xml,<svg xmlns='http://www
|
|
|
19
19
|
export declare const crowdIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M18.71 7.463 12 4.993l-6.71 2.47a.44.44 0 0 0-.29.433l.14 3.807c.103 3.148 1.684 5.489 4.163 7.018a.446.446 0 0 0 .646-.204l1.445-3.412a.22.22 0 0 0-.14-.298 2.585 2.585 0 1 1 1.492 0 .22.22 0 0 0-.14.298l1.446 3.412a.446.446 0 0 0 .645.204c2.48-1.529 4.06-3.87 4.163-7.018L19 7.896a.44.44 0 0 0-.29-.433'/> </svg> ";
|
|
20
20
|
export declare const customLinkIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M19 12a7 7 0 1 0-14 0 7 7 0 0 0 14 0m-9.37 4.625.026.074a5.26 5.26 0 0 1-2.833-3.824h2.136c.069 1.426.306 2.73.67 3.75m1.08-3.75c.068 1.255.278 2.353.567 3.162.179.5.37.841.54 1.042a.6.6 0 0 0 .183.165.7.7 0 0 0 .183-.165c.17-.2.361-.543.54-1.042.288-.809.498-1.907.566-3.162zm2.58-1.75h-2.58c.068-1.255.278-2.353.567-3.162.179-.5.37-.841.54-1.042A.7.7 0 0 1 12 6.756a.6.6 0 0 1 .183.165c.17.2.361.543.54 1.042.288.809.498 1.907.566 3.162m1.751 1.75c-.069 1.426-.306 2.73-.67 3.75l-.027.074a5.26 5.26 0 0 0 2.833-3.824zm2.136-1.75H15.04c-.069-1.426-.306-2.73-.67-3.75l-.027-.074a5.26 5.26 0 0 1 2.833 3.824m-8.218 0H6.823a5.26 5.26 0 0 1 2.833-3.824l-.027.074c-.364 1.02-.601 2.324-.67 3.75' clip-rule='evenodd'/> </svg> ";
|
|
21
21
|
export declare const customerServiceManagementIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M16.43 17.42A6.97 6.97 0 0 1 12 19H6.4v-.47l3.84-3.78a3.25 3.25 0 0 0 1.76.52c.65 0 1.25-.19 1.76-.51zm.99-.99A6.97 6.97 0 0 0 19 12a6.97 6.97 0 0 0-1.58-4.43l-2.67 2.67c.33.51.52 1.11.52 1.76s-.19 1.25-.51 1.76zm-.99-9.85-2.67 2.67A3.25 3.25 0 0 0 12 8.73c-.65 0-1.25.19-1.76.52L7.57 6.58A6.97 6.97 0 0 1 12 5c1.68 0 3.22.59 4.43 1.58m-9.85.99A6.97 6.97 0 0 0 5 12c0 1.68.59 3.22 1.58 4.43l2.67-2.67A3.25 3.25 0 0 1 8.73 12c0-.65.19-1.25.52-1.76z'/> </svg> ";
|
|
22
|
+
export declare const dxIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <path fill='%2394c748' d='M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z'/> <path fill='%23101214' d='m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z'/> </svg> ";
|
|
22
23
|
export declare const focusIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M20.84 12.21a4.29 4.29 0 0 0-6.05 0l-1.394 1.393c-.77.769-2.02.769-2.789 0L9.45 12.445 6.424 15.47l1.158 1.158a6.25 6.25 0 0 0 8.838 0zm-17.68-.418a4.253 4.253 0 0 0 6.034.017l1.412-1.412a1.973 1.973 0 0 1 2.788 0l1.158 1.158 3.026-3.025-1.158-1.158a6.25 6.25 0 0 0-8.838 0l-4.42 4.419z'/> </svg> ";
|
|
23
24
|
export declare const goalsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M14.352 12a2.352 2.352 0 1 1-4.704 0 2.352 2.352 0 0 1 4.704 0'/> <path fill='%23101214' fill-rule='evenodd' d='M12 18.563a6.562 6.562 0 1 0 0-13.125 6.562 6.562 0 0 0 0 13.125M16.102 12a4.102 4.102 0 1 1-8.204 0 4.102 4.102 0 0 1 8.204 0' clip-rule='evenodd'/> </svg> ";
|
|
24
25
|
export declare const guardDetectIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M5.49 10.87h13.02c.374 0 .574-.2.574-.574V5.907c0-.374-.2-.574-.574-.574h-2.744c-.374 0-.573.2-.573.574v2.22h-1.247v-2.22c0-.374-.2-.574-.574-.574h-2.743c-.374 0-.574.2-.574.574v2.22H8.807v-2.22c0-.374-.2-.574-.573-.574H5.49c-.374 0-.573.2-.573.574v4.39c0 .373.2.573.573.573m.225 3.84a8.7 8.7 0 0 1-.5-2.493c-.024-.324.126-.499.475-.499h12.62c.349 0 .498.15.498.449a8.2 8.2 0 0 1-.523 2.544c-.15.399-.375.573-.799.573H6.513c-.424 0-.649-.174-.798-.573m11.547 2.07C16.065 18.253 14.095 19.2 12 19.2s-4.116-.948-5.288-2.42c-.299-.398-.15-.648.15-.648h10.275c.3 0 .45.25.125.649'/> </svg> ";
|
|
@@ -64,6 +65,7 @@ export declare const rawIcons: {
|
|
|
64
65
|
crowd: string;
|
|
65
66
|
customLink: string;
|
|
66
67
|
customerServiceManagement: string;
|
|
68
|
+
dx: string;
|
|
67
69
|
focus: string;
|
|
68
70
|
goals: string;
|
|
69
71
|
guardDetect: string;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const BitbucketIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const ConfluenceIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const JiraServiceManagementIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const OpsgenieIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const StatuspageIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const TrelloIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -524,6 +524,16 @@ export declare const CompassIcon: ({ size, shouldUseNewLogoDesign, ...props }: i
|
|
|
524
524
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
525
525
|
*/
|
|
526
526
|
export declare const CompassLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => React.JSX.Element;
|
|
527
|
+
/**
|
|
528
|
+
* __DX icon__
|
|
529
|
+
*
|
|
530
|
+
* The DX icon without an accompanying wordmark.
|
|
531
|
+
*
|
|
532
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
533
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
534
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
535
|
+
*/
|
|
536
|
+
export declare const DxIcon: ({ size, ...props }: import("./types").LogoProps) => React.JSX.Element;
|
|
527
537
|
/**
|
|
528
538
|
* __Confluence icon__
|
|
529
539
|
*
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d6e69e54d35c5132352d2d869cff6623>>
|
|
4
|
+
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { AppIconProps } from '../../../utils/types';
|
|
8
|
+
/**
|
|
9
|
+
* __DxIcon__
|
|
10
|
+
*
|
|
11
|
+
* A temporary component to represent the icon for Dx.
|
|
12
|
+
* @deprecated This component has been replaced by the component `DxIcon` in `@atlaskit/logo`.
|
|
13
|
+
* Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
|
|
14
|
+
* to enable the new design by default.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare function DxIcon({ size, appearance, label, testId }: AppIconProps): React.JSX.Element;
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::300644d316956dfb8d6eb21b0ed204cd>>
|
|
4
4
|
* @codegenCommand yarn workspace @atlaskit/logo generate:components
|
|
5
5
|
*/
|
|
6
6
|
export declare const adminIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.444 5h3.111l.98 2.61 2.75-.457 1.555 2.694L17.07 12l1.77 2.153-1.555 2.694-2.75-.457-.979 2.61h-3.11l-.98-2.61-2.75.457-1.555-2.694L6.931 12 5.16 9.847l1.555-2.694 2.75.457zM12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25' clip-rule='evenodd'/> </svg> ";
|
|
@@ -19,6 +19,7 @@ export declare const confluenceIcon = "data:image/svg+xml,<svg xmlns='http://www
|
|
|
19
19
|
export declare const crowdIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M18.71 7.463 12 4.993l-6.71 2.47a.44.44 0 0 0-.29.433l.14 3.807c.103 3.148 1.684 5.489 4.163 7.018a.446.446 0 0 0 .646-.204l1.445-3.412a.22.22 0 0 0-.14-.298 2.585 2.585 0 1 1 1.492 0 .22.22 0 0 0-.14.298l1.446 3.412a.446.446 0 0 0 .645.204c2.48-1.529 4.06-3.87 4.163-7.018L19 7.896a.44.44 0 0 0-.29-.433'/> </svg> ";
|
|
20
20
|
export declare const customLinkIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M19 12a7 7 0 1 0-14 0 7 7 0 0 0 14 0m-9.37 4.625.026.074a5.26 5.26 0 0 1-2.833-3.824h2.136c.069 1.426.306 2.73.67 3.75m1.08-3.75c.068 1.255.278 2.353.567 3.162.179.5.37.841.54 1.042a.6.6 0 0 0 .183.165.7.7 0 0 0 .183-.165c.17-.2.361-.543.54-1.042.288-.809.498-1.907.566-3.162zm2.58-1.75h-2.58c.068-1.255.278-2.353.567-3.162.179-.5.37-.841.54-1.042A.7.7 0 0 1 12 6.756a.6.6 0 0 1 .183.165c.17.2.361.543.54 1.042.288.809.498 1.907.566 3.162m1.751 1.75c-.069 1.426-.306 2.73-.67 3.75l-.027.074a5.26 5.26 0 0 0 2.833-3.824zm2.136-1.75H15.04c-.069-1.426-.306-2.73-.67-3.75l-.027-.074a5.26 5.26 0 0 1 2.833 3.824m-8.218 0H6.823a5.26 5.26 0 0 1 2.833-3.824l-.027.074c-.364 1.02-.601 2.324-.67 3.75' clip-rule='evenodd'/> </svg> ";
|
|
21
21
|
export declare const customerServiceManagementIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M16.43 17.42A6.97 6.97 0 0 1 12 19H6.4v-.47l3.84-3.78a3.25 3.25 0 0 0 1.76.52c.65 0 1.25-.19 1.76-.51zm.99-.99A6.97 6.97 0 0 0 19 12a6.97 6.97 0 0 0-1.58-4.43l-2.67 2.67c.33.51.52 1.11.52 1.76s-.19 1.25-.51 1.76zm-.99-9.85-2.67 2.67A3.25 3.25 0 0 0 12 8.73c-.65 0-1.25.19-1.76.52L7.57 6.58A6.97 6.97 0 0 1 12 5c1.68 0 3.22.59 4.43 1.58m-9.85.99A6.97 6.97 0 0 0 5 12c0 1.68.59 3.22 1.58 4.43l2.67-2.67A3.25 3.25 0 0 1 8.73 12c0-.65.19-1.25.52-1.76z'/> </svg> ";
|
|
22
|
+
export declare const dxIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <path fill='%2394c748' d='M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z'/> <path fill='%23101214' d='m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z'/> </svg> ";
|
|
22
23
|
export declare const focusIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M20.84 12.21a4.29 4.29 0 0 0-6.05 0l-1.394 1.393c-.77.769-2.02.769-2.789 0L9.45 12.445 6.424 15.47l1.158 1.158a6.25 6.25 0 0 0 8.838 0zm-17.68-.418a4.253 4.253 0 0 0 6.034.017l1.412-1.412a1.973 1.973 0 0 1 2.788 0l1.158 1.158 3.026-3.025-1.158-1.158a6.25 6.25 0 0 0-8.838 0l-4.42 4.419z'/> </svg> ";
|
|
23
24
|
export declare const goalsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M14.352 12a2.352 2.352 0 1 1-4.704 0 2.352 2.352 0 0 1 4.704 0'/> <path fill='%23101214' fill-rule='evenodd' d='M12 18.563a6.562 6.562 0 1 0 0-13.125 6.562 6.562 0 0 0 0 13.125M16.102 12a4.102 4.102 0 1 1-8.204 0 4.102 4.102 0 0 1 8.204 0' clip-rule='evenodd'/> </svg> ";
|
|
24
25
|
export declare const guardDetectIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M5.49 10.87h13.02c.374 0 .574-.2.574-.574V5.907c0-.374-.2-.574-.574-.574h-2.744c-.374 0-.573.2-.573.574v2.22h-1.247v-2.22c0-.374-.2-.574-.574-.574h-2.743c-.374 0-.574.2-.574.574v2.22H8.807v-2.22c0-.374-.2-.574-.573-.574H5.49c-.374 0-.573.2-.573.574v4.39c0 .373.2.573.573.573m.225 3.84a8.7 8.7 0 0 1-.5-2.493c-.024-.324.126-.499.475-.499h12.62c.349 0 .498.15.498.449a8.2 8.2 0 0 1-.523 2.544c-.15.399-.375.573-.799.573H6.513c-.424 0-.649-.174-.798-.573m11.547 2.07C16.065 18.253 14.095 19.2 12 19.2s-4.116-.948-5.288-2.42c-.299-.398-.15-.648.15-.648h10.275c.3 0 .45.25.125.649'/> </svg> ";
|
|
@@ -64,6 +65,7 @@ export declare const rawIcons: {
|
|
|
64
65
|
crowd: string;
|
|
65
66
|
customLink: string;
|
|
66
67
|
customerServiceManagement: string;
|
|
68
|
+
dx: string;
|
|
67
69
|
focus: string;
|
|
68
70
|
goals: string;
|
|
69
71
|
guardDetect: string;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const BitbucketIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const ConfluenceIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const JiraServiceManagementIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const OpsgenieIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const StatuspageIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* - [Code](https://atlassian.design/components/logo/code)
|
|
8
8
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export declare const TrelloIcon: ({ size, shouldUseNewLogoDesign, ...props }: import("..").LogoProps) => React.JSX.Element;
|
|
@@ -524,6 +524,16 @@ export declare const CompassIcon: ({ size, shouldUseNewLogoDesign, ...props }: i
|
|
|
524
524
|
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
525
525
|
*/
|
|
526
526
|
export declare const CompassLogo: ({ size, shouldUseNewLogoDesign, ...props }: import("./types").LogoProps) => React.JSX.Element;
|
|
527
|
+
/**
|
|
528
|
+
* __DX icon__
|
|
529
|
+
*
|
|
530
|
+
* The DX icon without an accompanying wordmark.
|
|
531
|
+
*
|
|
532
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
533
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
534
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
535
|
+
*/
|
|
536
|
+
export declare const DxIcon: ({ size, ...props }: import("./types").LogoProps) => React.JSX.Element;
|
|
527
537
|
/**
|
|
528
538
|
* __Confluence icon__
|
|
529
539
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.10.0",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
33
33
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
34
34
|
"@atlaskit/theme": "^21.0.0",
|
|
35
|
-
"@atlaskit/tokens": "^9.
|
|
35
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@compiled/react": "^0.18.6"
|
|
38
38
|
},
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"@atlaskit/code": "^17.4.0",
|
|
48
48
|
"@atlaskit/docs": "^11.2.0",
|
|
49
49
|
"@atlaskit/image": "^3.0.0",
|
|
50
|
-
"@atlaskit/link": "^3.
|
|
50
|
+
"@atlaskit/link": "^3.3.0",
|
|
51
51
|
"@atlaskit/primitives": "^17.0.0",
|
|
52
|
-
"@atlaskit/section-message": "^8.
|
|
52
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
53
53
|
"@atlaskit/select": "^21.6.0",
|
|
54
|
-
"@atlaskit/table": "^0.
|
|
54
|
+
"@atlaskit/table": "^0.13.0",
|
|
55
55
|
"@atlaskit/toggle": "^15.2.0",
|
|
56
56
|
"@atlassian/codegen": "^0.1.0",
|
|
57
57
|
"@atlassian/ssr-tests": "workspace:^",
|
|
58
58
|
"@atlassian/testing-library": "^0.4.0",
|
|
59
|
-
"@testing-library/react": "^
|
|
59
|
+
"@testing-library/react": "^16.3.0",
|
|
60
60
|
"fs-extra": "^4.0.2",
|
|
61
61
|
"jscodeshift": "^17.0.0",
|
|
62
62
|
"lodash": "^4.17.21",
|