@atlaskit/logo 13.14.0 → 13.14.2
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 +12 -0
- package/Wrapper/package.json +2 -2
- package/atlas-icon/package.json +2 -2
- package/atlassian-icon/package.json +2 -2
- package/bitbucket-icon/package.json +2 -2
- package/confluence-icon/package.json +2 -2
- package/constants/package.json +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/constants.d.ts +2 -2
- package/dist/types/types.d.ts +5 -5
- package/dist/types/utils.d.ts +1 -1
- package/dist/types-ts4.5/atlas-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/atlas-logo/index.d.ts +2 -0
- package/dist/types-ts4.5/atlas-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/atlassian-analytics-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/atlassian-analytics-logo/index.d.ts +2 -0
- package/dist/types-ts4.5/atlassian-analytics-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/atlassian-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/atlassian-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/atlassian-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/atlassian-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/atlassian-start-logo/index.d.ts +1 -0
- package/dist/types-ts4.5/atlassian-start-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/bitbucket-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/bitbucket-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/bitbucket-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/bitbucket-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/compass-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/compass-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/compass-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/compass-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/confluence-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/confluence-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/confluence-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/confluence-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/constants.d.ts +37 -0
- package/dist/types-ts4.5/halp-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/halp-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/halp-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/halp-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/hipchat-logo/icon.d.ts +6 -0
- package/dist/types-ts4.5/hipchat-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/hipchat-logo/logo.d.ts +6 -0
- package/dist/types-ts4.5/hipchat-logo/wordmark.d.ts +6 -0
- package/dist/types-ts4.5/index.d.ts +22 -0
- package/dist/types-ts4.5/jira-align-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/jira-align-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/jira-align-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/jira-align-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/jira-core-logo/icon.d.ts +6 -0
- package/dist/types-ts4.5/jira-core-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/jira-core-logo/logo.d.ts +6 -0
- package/dist/types-ts4.5/jira-core-logo/wordmark.d.ts +6 -0
- package/dist/types-ts4.5/jira-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/jira-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/jira-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/jira-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/jira-product-discovery-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/jira-product-discovery-logo/index.d.ts +2 -0
- package/dist/types-ts4.5/jira-product-discovery-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/jira-service-desk-logo/icon.d.ts +6 -0
- package/dist/types-ts4.5/jira-service-desk-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/jira-service-desk-logo/logo.d.ts +6 -0
- package/dist/types-ts4.5/jira-service-desk-logo/wordmark.d.ts +6 -0
- package/dist/types-ts4.5/jira-service-management-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/jira-service-management-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/jira-service-management-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/jira-service-management-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/jira-software-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/jira-software-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/jira-software-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/jira-software-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/jira-work-management-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/jira-work-management-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/jira-work-management-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/jira-work-management-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/opsgenie-logo/index.d.ts +6 -0
- package/dist/types-ts4.5/opsgenie-logo/new-icon.d.ts +12 -0
- package/dist/types-ts4.5/opsgenie-logo/new-logo.d.ts +12 -0
- package/dist/types-ts4.5/opsgenie-logo/new-wordmark.d.ts +12 -0
- package/dist/types-ts4.5/opsgenie-logo/old-icon.d.ts +10 -0
- package/dist/types-ts4.5/opsgenie-logo/old-logo.d.ts +6 -0
- package/dist/types-ts4.5/opsgenie-logo/old-wordmark.d.ts +6 -0
- package/dist/types-ts4.5/statuspage-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/statuspage-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/statuspage-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/statuspage-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/stride-logo/icon.d.ts +6 -0
- package/dist/types-ts4.5/stride-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/stride-logo/logo.d.ts +6 -0
- package/dist/types-ts4.5/stride-logo/wordmark.d.ts +6 -0
- package/dist/types-ts4.5/trello-logo/icon.d.ts +12 -0
- package/dist/types-ts4.5/trello-logo/index.d.ts +3 -0
- package/dist/types-ts4.5/trello-logo/logo.d.ts +12 -0
- package/dist/types-ts4.5/trello-logo/wordmark.d.ts +12 -0
- package/dist/types-ts4.5/types.d.ts +47 -0
- package/dist/types-ts4.5/utils.d.ts +7 -0
- package/dist/types-ts4.5/wrapper.d.ts +10 -0
- package/hipchat-icon/package.json +2 -2
- package/jira-core-icon/package.json +2 -2
- package/jira-icon/package.json +2 -2
- package/jira-service-desk-icon/package.json +2 -2
- package/jira-service-management-icon/package.json +2 -2
- package/jira-software-icon/package.json +2 -2
- package/jra-service-desk-icon/package.json +2 -2
- package/ops-genie-icon/package.json +2 -2
- package/package.json +11 -3
- package/statuspage-icon/package.json +2 -2
- package/stride-icon/package.json +2 -2
- package/trello-icon/package.json +2 -2
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated JiraCoreIcon will be removed from @atlaskit/logo in the next major release. Please use JiraWorkManagementIcon instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const JiraCoreIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated JiraCoreLogo will be removed from @atlaskit/logo in the next major release. Please use JiraWorkManagementLogo instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const JiraCoreLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated JiraCoreWordmark will be removed from @atlaskit/logo in the next major release. Please use JiraWorkManagementWordmark instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const JiraCoreWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira icon__
|
|
5
|
+
*
|
|
6
|
+
* The Jira icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraIcon: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira logo__
|
|
5
|
+
*
|
|
6
|
+
* The Jira logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira wordmark__
|
|
5
|
+
*
|
|
6
|
+
* The Jira brand/product name styled as a logo, without an accompanying icon.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Product Discovery icon__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Product Discovery icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraProductDiscoveryIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Product Discovery logo__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Product Discovery logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraProductDiscoveryLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated JiraServiceDeskIcon will be removed from atlaskit/logo in the next major release. Please use JiraServiceManagementIcon instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const JiraServiceDeskIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated JiraServiceDeskLogo will be removed from atlaskit/logo in the next major release. Please use JiraServiceManagementLogo instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const JiraServiceDeskLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated JiraServiceDeskWordmark will be removed from atlaskit/logo in the next major release. Please use JiraServiceManagementWordmark instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const JiraServiceDeskWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Service Management icon__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Service Management icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraServiceManagementIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Service Management logo__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Service Management logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraServiceManagementLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Service Management wordmark__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Service Management brand/product name styled as a logo, without an accompanying icon.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraServiceManagementWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira software icon__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Software icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraSoftwareIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Software logo__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Software logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraSoftwareLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Software wordmark__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Software brand/product name styled as a logo, without an accompanying icon.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraSoftwareWordmark: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Work Management icon__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Work Management icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraWorkManagementIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Work Management logo__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Work Management logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraWorkManagementLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Jira Work Management wordmark__
|
|
5
|
+
*
|
|
6
|
+
* The Jira Work Management brand/product name styled as a logo, without an accompanying icon.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const JiraWorkManagementWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { OpsGenieIcon } from './old-icon';
|
|
2
|
+
export { OpsgenieIcon } from './new-icon';
|
|
3
|
+
export { OpsGenieLogo } from './old-logo';
|
|
4
|
+
export { OpsgenieLogo } from './new-logo';
|
|
5
|
+
export { OpsGenieWordmark } from './old-wordmark';
|
|
6
|
+
export { OpsgenieWordmark } from './new-wordmark';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Opsgenie icon__
|
|
5
|
+
*
|
|
6
|
+
* The Opsgenie icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const OpsgenieIcon: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Opsgenie logo__
|
|
5
|
+
*
|
|
6
|
+
* The Opsgenie logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const OpsgenieLogo: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Opsgenie wordmark__
|
|
5
|
+
*
|
|
6
|
+
* The Opsgenie brand/product name styled as a logo, without an accompanying icon.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const OpsgenieWordmark: ({ appearance, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* This is the old OpsGenieIcon that was meant to be deprecated but was never removed.
|
|
5
|
+
* This is because it casing it incorrect, it should be Opsgenie, not OpsGenie.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated OpsGenieIcon is incorrectly cased and will be removed from atlaskit/logo in the next major release. Please use OpsgenieIcon (no capital 'g') instead.
|
|
9
|
+
*/
|
|
10
|
+
export declare const OpsGenieIcon: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated OpsGenieLogo is incorrectly cased and will be removed from atlaskit/logo in the next major release. Please use OpsgenieLogo (no capital 'g') instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const OpsGenieLogo: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated OpsGenieWordmark is incorrectly cased and will be removed from atlaskit/logo in the next major release. Please use OpsgenieLogo (no capital 'g') instead.
|
|
5
|
+
*/
|
|
6
|
+
export declare const OpsGenieWordmark: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Statuspage icon__
|
|
5
|
+
*
|
|
6
|
+
* The Statuspage icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const StatuspageIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Statuspage logo__
|
|
5
|
+
*
|
|
6
|
+
* The Statuspage logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const StatuspageLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Statuspage wordmark__
|
|
5
|
+
*
|
|
6
|
+
* The Statuspage brand/product name styled as a logo, without an accompanying icon.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const StatuspageWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated StrideIcon will be removed from atlaskit/logo in the next major release.
|
|
5
|
+
*/
|
|
6
|
+
export declare const StrideIcon: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated StrideLogo will be removed from atlaskit/logo in the next major release.
|
|
5
|
+
*/
|
|
6
|
+
export declare const StrideLogo: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated StrideWordmark will be removed from atlaskit/logo in the next major release.
|
|
5
|
+
*/
|
|
6
|
+
export declare const StrideWordmark: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Trello logo__
|
|
5
|
+
*
|
|
6
|
+
* The Trello icon without an accompanying wordmark.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const TrelloIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Trello logo__
|
|
5
|
+
*
|
|
6
|
+
* The Trello logo with both the wordmark and the icon combined.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const AtlasLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LogoProps } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* __Trello wordmark__
|
|
5
|
+
*
|
|
6
|
+
* The Trello brand/product name styled as a logo, without an accompanying icon.
|
|
7
|
+
*
|
|
8
|
+
* - [Examples](https://atlassian.design/components/logo/examples)
|
|
9
|
+
* - [Code](https://atlassian.design/components/logo/code)
|
|
10
|
+
* - [Usage](https://atlassian.design/components/logo/usage)
|
|
11
|
+
*/
|
|
12
|
+
export declare const TrelloWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export type Appearance = 'brand' | 'neutral' | 'inverse';
|
|
2
|
+
export type Size = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3
|
+
export type LogoProps = {
|
|
4
|
+
/**
|
|
5
|
+
* The size of the icon, uses the same sizing scheme as in `@atlaskit/icon`.
|
|
6
|
+
*/
|
|
7
|
+
size?: Size;
|
|
8
|
+
/**
|
|
9
|
+
* Choice of logo appearance between 3 brand-approved color combinations that will be hooked up to design tokens and theming.
|
|
10
|
+
*/
|
|
11
|
+
appearance?: Appearance;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-171 Internal documentation for deprecation (no external access)} CSS color to be applied to the wordmark portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
14
|
+
*/
|
|
15
|
+
textColor?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-172 Internal documentation for deprecation (no external access)} CSS color to be applied to the non-gradient icon portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
18
|
+
*/
|
|
19
|
+
iconColor?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-173 Internal documentation for deprecation (no external access)} CSS color to start the gradient/shadow on the icon. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
22
|
+
*/
|
|
23
|
+
iconGradientStart?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-174 Internal documentation for deprecation (no external access)} CSS color to end the gradient/shadow on the icon. Should usually match iconColor to avoid
|
|
26
|
+
* rendering issues in some browsers such as Safari. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
27
|
+
*/
|
|
28
|
+
iconGradientStop?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Accessible text to be used for screen readers (it's optional since the default props provide a label that matches the logo).
|
|
31
|
+
*/
|
|
32
|
+
label?: string;
|
|
33
|
+
/**
|
|
34
|
+
* A testId prop is provided for specified elements, which is a unique string that appears as a data attribute data-testid in the rendered code, serving as a hook for automated tests.
|
|
35
|
+
* - `{testId}--wrapper` to access the svg element's wrapper
|
|
36
|
+
*/
|
|
37
|
+
testId?: string;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Utility type to make an optional property required.
|
|
41
|
+
* We use this to force new logos to use the appearance prop while older ones go through the deprecation process.
|
|
42
|
+
*/
|
|
43
|
+
type WithRequiredProperty<Type, Key extends keyof Type> = Type & {
|
|
44
|
+
[Property in Key]-?: Type[Property];
|
|
45
|
+
};
|
|
46
|
+
export type LogoPropsAppearanceRequired = Omit<WithRequiredProperty<LogoProps, 'appearance'>, 'iconColor' | 'iconGradientStart' | 'iconGradientStop' | 'textColor'>;
|
|
47
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const getColorsFromAppearance: (appearance?: string) => {
|
|
2
|
+
iconGradientStart: string | undefined;
|
|
3
|
+
iconGradientStop: string | undefined;
|
|
4
|
+
iconColor: string | undefined;
|
|
5
|
+
textColor: string | undefined;
|
|
6
|
+
atlassianLogoTextColor: string | undefined;
|
|
7
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
3
|
+
import { WrapperProps } from './constants';
|
|
4
|
+
/**
|
|
5
|
+
* __Wrapper__
|
|
6
|
+
*
|
|
7
|
+
* An internal component used by `@atlaskit/logo` to render logo SVGs with correct styles.
|
|
8
|
+
*/
|
|
9
|
+
declare const Wrapper: ({ label, svg, size, appearance, iconGradientStart, iconGradientStop, iconColor, textColor, testId: userDefinedTestId, ...rest }: WrapperProps) => jsx.JSX.Element;
|
|
10
|
+
export default Wrapper;
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"types": "../dist/types/jira-core-logo/icon.d.ts",
|
|
8
8
|
"typesVersions": {
|
|
9
|
-
">=4.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
11
|
+
"../dist/types-ts4.5/jira-core-logo/icon.d.ts"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|
package/jira-icon/package.json
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"types": "../dist/types/jira-service-desk-logo/icon.d.ts",
|
|
8
8
|
"typesVersions": {
|
|
9
|
-
">=4.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
11
|
+
"../dist/types-ts4.5/jira-service-desk-logo/icon.d.ts"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"types": "../dist/types/jira-service-management-logo/icon.d.ts",
|
|
8
8
|
"typesVersions": {
|
|
9
|
-
">=4.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
11
|
+
"../dist/types-ts4.5/jira-service-management-logo/icon.d.ts"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|