@conveyorhq/arrow-ds 1.177.1 → 1.178.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/components/IntegrationLogo/IntegrationLogo.d.ts +1 -1
- package/public/components/IntegrationLogo/IntegrationLogo.js +1 -0
- package/public/components/IntegrationLogo/IntegrationLogoSvg.js +2 -0
- package/public/components/IntegrationLogo/svg/hubspot.d.ts +3 -0
- package/public/components/IntegrationLogo/svg/hubspot.js +18 -0
- package/public/components/IntegrationLogo/svg/index.d.ts +1 -0
- package/public/components/IntegrationLogo/svg/index.js +3 -1
- package/src/components/IntegrationLogo/IntegrationLogo.stories.mdx +1 -0
- package/src/components/IntegrationLogo/IntegrationLogo.tsx +1 -0
- package/src/components/IntegrationLogo/IntegrationLogoSvg.tsx +3 -0
- package/src/components/IntegrationLogo/svg/hubspot.tsx +29 -0
- package/src/components/IntegrationLogo/svg/index.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { SvgProps } from "../Svg";
|
|
3
|
-
export declare const integrationLogoNames: readonly ["addigy", "aws", "bamboohr", "bitbucket", "conveyor", "deploy", "docusign", "events-api", "gcp", "github", "gitlab", "gsuite", "jamf", "jira", "jumpcloud", "microsoft_teams", "okta", "onelogin", "service_now", "salesforce", "slack", "zoom"];
|
|
3
|
+
export declare const integrationLogoNames: readonly ["addigy", "aws", "bamboohr", "bitbucket", "conveyor", "deploy", "docusign", "events-api", "gcp", "github", "gitlab", "gsuite", "hubspot", "jamf", "jira", "jumpcloud", "microsoft_teams", "okta", "onelogin", "service_now", "salesforce", "slack", "zoom"];
|
|
4
4
|
export type IntegrationLogoName = typeof integrationLogoNames[number];
|
|
5
5
|
export interface IntegrationLogoProps extends SvgProps {
|
|
6
6
|
logo?: IntegrationLogoName | string;
|
|
@@ -31,6 +31,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }) => {
|
|
|
31
31
|
return react_1.default.createElement(svg_1.GitlabSvg, { ...rest });
|
|
32
32
|
case "gsuite":
|
|
33
33
|
return react_1.default.createElement(svg_1.GsuiteSvg, { ...rest });
|
|
34
|
+
case "hubspot":
|
|
35
|
+
return react_1.default.createElement(svg_1.HubspotSvg, { ...rest });
|
|
34
36
|
case "jamf":
|
|
35
37
|
return react_1.default.createElement(svg_1.JamfSvg, { ...rest });
|
|
36
38
|
case "jira":
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.HubspotSvg = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const wrapper_1 = require("./wrapper");
|
|
9
|
+
const HubspotSvg = ({ color, square, ...rest }) => {
|
|
10
|
+
const viewBox = square ? "0 0 27 28" : "0 0 106 31";
|
|
11
|
+
const path = square ? (react_1.default.createElement("path", { fill: color || "#ff5c35", d: "M19.614233,20.1771162 C17.5228041,20.1771162 15.8274241,18.4993457 15.8274241,16.4299995 C15.8274241,14.3602937 17.5228041,12.6825232 19.614233,12.6825232 C21.7056619,12.6825232 23.4010418,14.3602937 23.4010418,16.4299995 C23.4010418,18.4993457 21.7056619,20.1771162 19.614233,20.1771162 M20.7478775,9.21551429 L20.7478775,5.88190722 C21.6271788,5.47091457 22.243053,4.59067833 22.243053,3.56912967 L22.243053,3.49218091 C22.243053,2.08229273 21.0774338,0.928780545 19.6527478,0.928780545 L19.5753548,0.928780545 C18.1506688,0.928780545 16.9850496,2.08229273 16.9850496,3.49218091 L16.9850496,3.56912967 C16.9850496,4.59067833 17.6009238,5.47127414 18.4802251,5.88226679 L18.4802251,9.21551429 C17.1710836,9.4157968 15.9749432,9.95012321 14.9884545,10.7365107 L5.73944086,3.61659339 C5.80048326,3.3846684 5.84335828,3.14591151 5.84372163,2.89492912 C5.84517502,1.29842223 4.53930368,0.00215931486 2.92531356,1.87311107e-06 C1.31205014,-0.00179599501 0.00181863138,1.29087118 1.8932965e-06,2.88773765 C-0.00181484479,4.48460412 1.30405649,5.78086703 2.91804661,5.7826649 C3.44381061,5.78338405 3.93069642,5.63559929 4.35726652,5.39540411 L13.4551275,12.3995387 C12.6815604,13.5552084 12.2281026,14.9395668 12.2281026,16.4299995 C12.2281026,17.9901894 12.7262522,19.433518 13.5677653,20.6204705 L10.8012365,23.3586237 C10.5825013,23.2935408 10.3557723,23.2482346 10.1152362,23.2482346 C8.78938076,23.2482346 7.71423516,24.3118533 7.71423516,25.6239375 C7.71423516,26.9363812 8.78938076,28 10.1152362,28 C11.441455,28 12.5162373,26.9363812 12.5162373,25.6239375 C12.5162373,25.3866189 12.4704555,25.1618854 12.4046896,24.9454221 L15.1414238,22.2371135 C16.3837093,23.1752411 17.9308435,23.7390526 19.614233,23.7390526 C23.6935367,23.7390526 27,20.466573 27,16.4299995 C27,12.7756527 24.2872467,9.7566726 20.7478775,9.21551429" })) : (react_1.default.createElement(react_1.default.Fragment, null,
|
|
12
|
+
react_1.default.createElement("path", { fill: color || "#213343", d: "M11.48 4.974v8.475H3.694V4.974H0v20.231h3.695v-8.2h7.784v8.2h3.696V4.974zm15.522 13.692a3.057 3.057 0 1 1-6.115 0V10h-3.505v8.666a6.556 6.556 0 0 0 13.112 0V10h-3.492v8.666zm25.971-7.773c0-1.777 1.175-2.34 2.462-2.34 1.038 0 2.408.79 3.305 1.748l2.295-2.706c-1.146-1.55-3.47-2.621-5.373-2.621-3.803 0-6.553 2.227-6.553 5.919 0 6.85 8.372 4.676 8.372 8.51 0 1.182-1.148 2.226-2.462 2.226-2.073 0-2.745-1.013-3.697-2.085l-2.548 2.649c1.63 2 3.64 3.016 6.047 3.016 3.613 0 6.519-2.254 6.519-5.778 0-7.604-8.373-5.241-8.373-8.538m51.8 11.08c-2.071 0-2.66-.896-2.66-2.268V13.63h3.22v-3.078h-3.22V6.491l-3.554 1.595V20.46c0 3.165 2.184 4.76 5.178 4.76.47.008.94-.03 1.402-.112l.867-3.192c-.391.027-.84.054-1.233.054M40.344 10.101c-1.736 0-2.948.504-4.12 1.653V5.095h-3.51v12.343c0 4.62 3.34 7.786 7.094 7.786 4.164 0 7.827-3.222 7.827-7.56 0-4.284-3.371-7.56-7.291-7.56m-.022 11.587a3.983 3.983 0 1 1 0-7.967 3.983 3.983 0 0 1 0 7.967m38.142-4.211c0-4.346-3.655-7.56-7.827-7.56-3.753 0-7.094 3.165-7.094 7.786v12.35h3.51v-6.668c1.17 1.147 2.384 1.653 4.118 1.653 3.92 0 7.292-3.276 7.292-7.561m-3.323-.044a3.983 3.983 0 1 1-7.967 0 3.983 3.983 0 0 1 7.967 0" }),
|
|
13
|
+
react_1.default.createElement("path", { fill: color || "#ff5c35", d: "M89.806 9.75V6.223a2.716 2.716 0 0 0 1.566-2.448v-.081c0-1.5-1.216-2.716-2.716-2.716h-.081a2.716 2.716 0 0 0-2.716 2.716v.081a2.716 2.716 0 0 0 1.566 2.448V9.75a7.691 7.691 0 0 0-3.657 1.61l-9.673-7.534c.069-.249.105-.505.109-.762a3.06 3.06 0 1 0-3.064 3.054 3.027 3.027 0 0 0 1.507-.41l9.525 7.412a7.715 7.715 0 0 0 .118 8.69l-2.897 2.898a2.488 2.488 0 0 0-.724-.118 2.513 2.513 0 1 0 2.515 2.515 2.48 2.48 0 0 0-.118-.724l2.866-2.867A7.728 7.728 0 1 0 89.806 9.75m-1.188 11.6a3.965 3.965 0 1 1 0-7.927 3.965 3.965 0 0 1 .004 7.925" })));
|
|
14
|
+
return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, { viewBox: viewBox, ...rest },
|
|
15
|
+
react_1.default.createElement("title", null, "HubSpot integration logo"),
|
|
16
|
+
path));
|
|
17
|
+
};
|
|
18
|
+
exports.HubspotSvg = HubspotSvg;
|
|
@@ -11,6 +11,7 @@ export { GcpSvg } from "./gcp";
|
|
|
11
11
|
export { GithubSvg } from "./github";
|
|
12
12
|
export { GitlabSvg } from "./gitlab";
|
|
13
13
|
export { GsuiteSvg } from "./gsuite";
|
|
14
|
+
export { HubspotSvg } from "./hubspot";
|
|
14
15
|
export { JamfSvg } from "./jamf";
|
|
15
16
|
export { JiraSvg } from "./jira";
|
|
16
17
|
export { JumpcloudSvg } from "./jumpcloud";
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.ZoomSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.MicrosoftTeamsSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.GsuiteSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.EventsAPI = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
|
|
17
|
+
exports.ZoomSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.MicrosoftTeamsSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.HubspotSvg = exports.GsuiteSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.EventsAPI = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
|
|
18
18
|
var addigy_1 = require("./addigy");
|
|
19
19
|
Object.defineProperty(exports, "AddigySvg", { enumerable: true, get: function () { return addigy_1.AddigySvg; } });
|
|
20
20
|
var aws_1 = require("./aws");
|
|
@@ -41,6 +41,8 @@ var gitlab_1 = require("./gitlab");
|
|
|
41
41
|
Object.defineProperty(exports, "GitlabSvg", { enumerable: true, get: function () { return gitlab_1.GitlabSvg; } });
|
|
42
42
|
var gsuite_1 = require("./gsuite");
|
|
43
43
|
Object.defineProperty(exports, "GsuiteSvg", { enumerable: true, get: function () { return gsuite_1.GsuiteSvg; } });
|
|
44
|
+
var hubspot_1 = require("./hubspot");
|
|
45
|
+
Object.defineProperty(exports, "HubspotSvg", { enumerable: true, get: function () { return hubspot_1.HubspotSvg; } });
|
|
44
46
|
var jamf_1 = require("./jamf");
|
|
45
47
|
Object.defineProperty(exports, "JamfSvg", { enumerable: true, get: function () { return jamf_1.JamfSvg; } });
|
|
46
48
|
var jira_1 = require("./jira");
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GithubSvg,
|
|
16
16
|
GitlabSvg,
|
|
17
17
|
GsuiteSvg,
|
|
18
|
+
HubspotSvg,
|
|
18
19
|
JamfSvg,
|
|
19
20
|
JiraSvg,
|
|
20
21
|
JumpcloudSvg,
|
|
@@ -60,6 +61,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }: IntegrationLogoSvgProps) => {
|
|
|
60
61
|
return <GitlabSvg {...rest} />;
|
|
61
62
|
case "gsuite":
|
|
62
63
|
return <GsuiteSvg {...rest} />;
|
|
64
|
+
case "hubspot":
|
|
65
|
+
return <HubspotSvg {...rest} />;
|
|
63
66
|
case "jamf":
|
|
64
67
|
return <JamfSvg {...rest} />;
|
|
65
68
|
case "jira":
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
+
|
|
4
|
+
export const HubspotSvg = ({ color, square, ...rest }: SvgLogoProps) => {
|
|
5
|
+
const viewBox = square ? "0 0 27 28" : "0 0 106 31";
|
|
6
|
+
const path = square ? (
|
|
7
|
+
<path
|
|
8
|
+
fill={color || "#ff5c35"}
|
|
9
|
+
d="M19.614233,20.1771162 C17.5228041,20.1771162 15.8274241,18.4993457 15.8274241,16.4299995 C15.8274241,14.3602937 17.5228041,12.6825232 19.614233,12.6825232 C21.7056619,12.6825232 23.4010418,14.3602937 23.4010418,16.4299995 C23.4010418,18.4993457 21.7056619,20.1771162 19.614233,20.1771162 M20.7478775,9.21551429 L20.7478775,5.88190722 C21.6271788,5.47091457 22.243053,4.59067833 22.243053,3.56912967 L22.243053,3.49218091 C22.243053,2.08229273 21.0774338,0.928780545 19.6527478,0.928780545 L19.5753548,0.928780545 C18.1506688,0.928780545 16.9850496,2.08229273 16.9850496,3.49218091 L16.9850496,3.56912967 C16.9850496,4.59067833 17.6009238,5.47127414 18.4802251,5.88226679 L18.4802251,9.21551429 C17.1710836,9.4157968 15.9749432,9.95012321 14.9884545,10.7365107 L5.73944086,3.61659339 C5.80048326,3.3846684 5.84335828,3.14591151 5.84372163,2.89492912 C5.84517502,1.29842223 4.53930368,0.00215931486 2.92531356,1.87311107e-06 C1.31205014,-0.00179599501 0.00181863138,1.29087118 1.8932965e-06,2.88773765 C-0.00181484479,4.48460412 1.30405649,5.78086703 2.91804661,5.7826649 C3.44381061,5.78338405 3.93069642,5.63559929 4.35726652,5.39540411 L13.4551275,12.3995387 C12.6815604,13.5552084 12.2281026,14.9395668 12.2281026,16.4299995 C12.2281026,17.9901894 12.7262522,19.433518 13.5677653,20.6204705 L10.8012365,23.3586237 C10.5825013,23.2935408 10.3557723,23.2482346 10.1152362,23.2482346 C8.78938076,23.2482346 7.71423516,24.3118533 7.71423516,25.6239375 C7.71423516,26.9363812 8.78938076,28 10.1152362,28 C11.441455,28 12.5162373,26.9363812 12.5162373,25.6239375 C12.5162373,25.3866189 12.4704555,25.1618854 12.4046896,24.9454221 L15.1414238,22.2371135 C16.3837093,23.1752411 17.9308435,23.7390526 19.614233,23.7390526 C23.6935367,23.7390526 27,20.466573 27,16.4299995 C27,12.7756527 24.2872467,9.7566726 20.7478775,9.21551429"
|
|
10
|
+
/>
|
|
11
|
+
) : (
|
|
12
|
+
<>
|
|
13
|
+
<path
|
|
14
|
+
fill={color || "#213343"}
|
|
15
|
+
d="M11.48 4.974v8.475H3.694V4.974H0v20.231h3.695v-8.2h7.784v8.2h3.696V4.974zm15.522 13.692a3.057 3.057 0 1 1-6.115 0V10h-3.505v8.666a6.556 6.556 0 0 0 13.112 0V10h-3.492v8.666zm25.971-7.773c0-1.777 1.175-2.34 2.462-2.34 1.038 0 2.408.79 3.305 1.748l2.295-2.706c-1.146-1.55-3.47-2.621-5.373-2.621-3.803 0-6.553 2.227-6.553 5.919 0 6.85 8.372 4.676 8.372 8.51 0 1.182-1.148 2.226-2.462 2.226-2.073 0-2.745-1.013-3.697-2.085l-2.548 2.649c1.63 2 3.64 3.016 6.047 3.016 3.613 0 6.519-2.254 6.519-5.778 0-7.604-8.373-5.241-8.373-8.538m51.8 11.08c-2.071 0-2.66-.896-2.66-2.268V13.63h3.22v-3.078h-3.22V6.491l-3.554 1.595V20.46c0 3.165 2.184 4.76 5.178 4.76.47.008.94-.03 1.402-.112l.867-3.192c-.391.027-.84.054-1.233.054M40.344 10.101c-1.736 0-2.948.504-4.12 1.653V5.095h-3.51v12.343c0 4.62 3.34 7.786 7.094 7.786 4.164 0 7.827-3.222 7.827-7.56 0-4.284-3.371-7.56-7.291-7.56m-.022 11.587a3.983 3.983 0 1 1 0-7.967 3.983 3.983 0 0 1 0 7.967m38.142-4.211c0-4.346-3.655-7.56-7.827-7.56-3.753 0-7.094 3.165-7.094 7.786v12.35h3.51v-6.668c1.17 1.147 2.384 1.653 4.118 1.653 3.92 0 7.292-3.276 7.292-7.561m-3.323-.044a3.983 3.983 0 1 1-7.967 0 3.983 3.983 0 0 1 7.967 0"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fill={color || "#ff5c35"}
|
|
19
|
+
d="M89.806 9.75V6.223a2.716 2.716 0 0 0 1.566-2.448v-.081c0-1.5-1.216-2.716-2.716-2.716h-.081a2.716 2.716 0 0 0-2.716 2.716v.081a2.716 2.716 0 0 0 1.566 2.448V9.75a7.691 7.691 0 0 0-3.657 1.61l-9.673-7.534c.069-.249.105-.505.109-.762a3.06 3.06 0 1 0-3.064 3.054 3.027 3.027 0 0 0 1.507-.41l9.525 7.412a7.715 7.715 0 0 0 .118 8.69l-2.897 2.898a2.488 2.488 0 0 0-.724-.118 2.513 2.513 0 1 0 2.515 2.515 2.48 2.48 0 0 0-.118-.724l2.866-2.867A7.728 7.728 0 1 0 89.806 9.75m-1.188 11.6a3.965 3.965 0 1 1 0-7.927 3.965 3.965 0 0 1 .004 7.925"
|
|
20
|
+
/>
|
|
21
|
+
</>
|
|
22
|
+
);
|
|
23
|
+
return (
|
|
24
|
+
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
25
|
+
<title>HubSpot integration logo</title>
|
|
26
|
+
{path}
|
|
27
|
+
</IntegrationLogoSvgWrapper>
|
|
28
|
+
);
|
|
29
|
+
};
|
|
@@ -11,6 +11,7 @@ export { GcpSvg } from "./gcp";
|
|
|
11
11
|
export { GithubSvg } from "./github";
|
|
12
12
|
export { GitlabSvg } from "./gitlab";
|
|
13
13
|
export { GsuiteSvg } from "./gsuite";
|
|
14
|
+
export { HubspotSvg } from "./hubspot";
|
|
14
15
|
export { JamfSvg } from "./jamf";
|
|
15
16
|
export { JiraSvg } from "./jira";
|
|
16
17
|
export { JumpcloudSvg } from "./jumpcloud";
|