@conveyorhq/arrow-ds 1.219.0 → 1.219.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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@conveyorhq/arrow-ds",
3
3
  "author": "Conveyor",
4
4
  "license": "MIT",
5
- "version": "1.219.0",
5
+ "version": "1.219.1",
6
6
  "description": "Arrow Design System",
7
7
  "repository": "https://github.com/conveyor/arrow-ds",
8
8
  "publishConfig": {
@@ -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", "confluence", "conveyor", "deploy", "docusign", "drata", "events-api", "front", "gcp", "github", "gitlab", "google_drive", "gsuite", "hubspot", "jamf", "jira", "jumpcloud", "microsoft_teams", "notion", "okta", "onelogin", "service_now", "salesforce", "slack", "zendesk", "zoom"];
3
+ export declare const integrationLogoNames: readonly ["addigy", "aws", "bamboohr", "bitbucket", "confluence", "conveyor", "deploy", "docusign", "drata", "events-api", "front", "gcp", "github", "gitlab", "google_drive", "gsuite", "hubspot", "jamf", "jira", "jumpcloud", "microsoft_sharepoint", "microsoft_teams", "notion", "okta", "onelogin", "service_now", "salesforce", "slack", "zendesk", "zoom"];
4
4
  export type IntegrationLogoName = typeof integrationLogoNames[number];
5
5
  export interface IntegrationLogoProps extends SvgProps {
6
6
  logo?: IntegrationLogoName | string;
@@ -27,6 +27,7 @@ exports.integrationLogoNames = [
27
27
  "jamf",
28
28
  "jira",
29
29
  "jumpcloud",
30
+ "microsoft_sharepoint",
30
31
  "microsoft_teams",
31
32
  "notion",
32
33
  "okta",
@@ -47,6 +47,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }) => {
47
47
  return react_1.default.createElement(svg_1.JiraSvg, { ...rest });
48
48
  case "jumpcloud":
49
49
  return react_1.default.createElement(svg_1.JumpcloudSvg, { ...rest });
50
+ case "microsoft_sharepoint":
51
+ return react_1.default.createElement(svg_1.MicrosoftSharePointSvg, { ...rest });
50
52
  case "microsoft_teams":
51
53
  return react_1.default.createElement(svg_1.MicrosoftTeamsSvg, { ...rest });
52
54
  case "notion":
@@ -19,6 +19,7 @@ export { HubspotSvg } from "./hubspot";
19
19
  export { JamfSvg } from "./jamf";
20
20
  export { JiraSvg } from "./jira";
21
21
  export { JumpcloudSvg } from "./jumpcloud";
22
+ export { MicrosoftSharePointSvg } from "./microsoft-sharepoint";
22
23
  export { MicrosoftTeamsSvg } from "./microsoft-teams";
23
24
  export { NotionSvg } from "./notion";
24
25
  export { OktaSvg } from "./okta";
@@ -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.ZendeskSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.NotionSvg = exports.MicrosoftTeamsSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.HubspotSvg = exports.GsuiteSvg = exports.GoogleDriveSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.FrontSvg = exports.EventsAPI = exports.DrataSvg = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConfluenceSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
17
+ exports.ZoomSvg = exports.ZendeskSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.NotionSvg = exports.MicrosoftTeamsSvg = exports.MicrosoftSharePointSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.HubspotSvg = exports.GsuiteSvg = exports.GoogleDriveSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.FrontSvg = exports.EventsAPI = exports.DrataSvg = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConfluenceSvg = 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");
@@ -57,6 +57,8 @@ var jira_1 = require("./jira");
57
57
  Object.defineProperty(exports, "JiraSvg", { enumerable: true, get: function () { return jira_1.JiraSvg; } });
58
58
  var jumpcloud_1 = require("./jumpcloud");
59
59
  Object.defineProperty(exports, "JumpcloudSvg", { enumerable: true, get: function () { return jumpcloud_1.JumpcloudSvg; } });
60
+ var microsoft_sharepoint_1 = require("./microsoft-sharepoint");
61
+ Object.defineProperty(exports, "MicrosoftSharePointSvg", { enumerable: true, get: function () { return microsoft_sharepoint_1.MicrosoftSharePointSvg; } });
60
62
  var microsoft_teams_1 = require("./microsoft-teams");
61
63
  Object.defineProperty(exports, "MicrosoftTeamsSvg", { enumerable: true, get: function () { return microsoft_teams_1.MicrosoftTeamsSvg; } });
62
64
  var notion_1 = require("./notion");
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgLogoProps } from "./wrapper";
3
+ export declare const MicrosoftSharePointSvg: ({ color, ...rest }: SvgLogoProps) => React.JSX.Element;
@@ -0,0 +1,26 @@
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.MicrosoftSharePointSvg = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const wrapper_1 = require("./wrapper");
9
+ const MicrosoftSharePointSvg = ({ color, ...rest }) => {
10
+ return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, { viewBox: "0 0 1992.333 1946", ...rest },
11
+ react_1.default.createElement("title", null, "Microsoft SharePoint integration logo"),
12
+ react_1.default.createElement("circle", { fill: color || "#036c70", cx: "1019.333", cy: "556", r: "556" }),
13
+ react_1.default.createElement("circle", { fill: color || "#1a9ba1", cx: "1482.667", cy: "1065.667", r: "509.667" }),
14
+ react_1.default.createElement("circle", { fill: color || "#37c6d0", cx: "1088.833", cy: "1552.167", r: "393.833" }),
15
+ react_1.default.createElement("path", { opacity: ".1", d: "M1112,501.79v988.753c-0.23,34.357-21.05,65.222-52.82,78.303c-10.116,4.279-20.987,6.484-31.97,6.487H695.463c-0.463-7.877-0.463-15.29-0.463-23.167c-0.154-7.734,0.155-15.47,0.927-23.167c8.48-148.106,99.721-278.782,235.837-337.77v-86.18c-302.932-48.005-509.592-332.495-461.587-635.427c0.333-2.098,0.677-4.195,1.034-6.289c2.306-15.626,5.556-31.099,9.73-46.333h546.27C1073.964,417.178,1111.822,455.036,1112,501.79z" }),
16
+ react_1.default.createElement("path", { opacity: ".2", d: "M980.877,463.333H471.21c-51.486,302.386,151.908,589.256,454.293,640.742c9.156,1.559,18.35,2.888,27.573,3.986c-143.633,68.11-248.3,261.552-257.196,420.938c-0.771,7.697-1.081,15.433-0.927,23.167c0,7.877,0,15.29,0.463,23.167c0.836,15.574,2.85,31.063,6.023,46.333h279.39c34.357-0.23,65.222-21.05,78.303-52.82c4.279-10.115,6.485-20.987,6.487-31.97V548.123C1065.443,501.387,1027.613,463.537,980.877,463.333z" }),
17
+ react_1.default.createElement("path", { opacity: ".2", d: "M980.877,463.333H471.21c-51.475,302.414,151.95,589.297,454.364,640.773c6.186,1.053,12.389,2.001,18.607,2.844c-139,73.021-239.543,266-248.254,422.05h284.95c46.681-0.353,84.437-38.109,84.79-84.79V548.123C1065.489,501.369,1027.631,463.511,980.877,463.333z" }),
18
+ react_1.default.createElement("path", { opacity: ".2", d: "M934.543,463.333H471.21c-48.606,285.482,130.279,560.404,410.977,631.616C775.901,1216.384,710.711,1368.301,695.927,1529h238.617c46.754-0.178,84.612-38.036,84.79-84.79V548.123C1019.308,501.306,981.361,463.359,934.543,463.333z" }),
19
+ react_1.default.createElement("linearGradient", { id: "microsoft-sharepoint-a", gradientUnits: "userSpaceOnUse", x1: "177.0788", y1: "1551.0284", x2: "842.2545", y2: "398.9716", gradientTransform: "matrix(1 0 0 -1 0 1948)" },
20
+ react_1.default.createElement("stop", { offset: "0", stopColor: "#058f92" }),
21
+ react_1.default.createElement("stop", { offset: ".5", stopColor: "#038489" }),
22
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#026d71" })),
23
+ react_1.default.createElement("path", { fill: color || "url(#microsoft-sharepoint-a)", d: "M84.929,463.333h849.475c46.905,0,84.929,38.024,84.929,84.929v849.475c0,46.905-38.024,84.929-84.929,84.929H84.929c-46.905,0-84.929-38.024-84.929-84.929V548.262C0,501.357,38.024,463.333,84.929,463.333z" }),
24
+ react_1.default.createElement("path", { fill: "#fff", d: "M379.331,962.621c-19.903-13.202-36.528-30.777-48.604-51.384c-11.701-21.542-17.533-45.781-16.912-70.288c-1.042-33.181,10.155-65.586,31.46-91.045c22.388-25.49,51.326-44.366,83.678-54.581c36.871-12.136,75.49-18.116,114.304-17.699c51.043-1.865,102.015,5.272,150.583,21.082v106.567c-21.103-12.784-44.088-22.166-68.11-27.8c-26.065-6.392-52.81-9.597-79.647-9.545c-28.3-1.039-56.419,4.913-81.871,17.329c-19.65,8.475-32.392,27.807-32.433,49.206c-0.08,12.981,4.907,25.481,13.9,34.843c10.622,11.037,23.187,20.021,37.067,26.503c15.444,7.691,38.611,17.916,69.5,30.673c3.401,1.075,6.716,2.407,9.915,3.985c30.401,11.881,59.729,26.344,87.663,43.229c21.154,13.043,38.908,30.924,51.801,52.171c13.218,24.085,19.625,51.315,18.533,78.767c1.509,34.066-8.913,67.591-29.468,94.798c-20.488,25.012-47.88,43.446-78.767,53.005c-36.329,11.387-74.245,16.892-112.312,16.309c-34.154,0.155-68.258-2.635-101.933-8.34c-28.434-4.653-56.182-12.807-82.612-24.279v-112.358c25.264,18.043,53.489,31.529,83.4,39.847c29.81,9.289,60.798,14.251,92.018,14.734c28.895,1.83,57.739-4.291,83.4-17.699c17.976-10.144,28.909-29.358,28.449-49.994c0.12-14.359-5.56-28.158-15.753-38.271c-12.676-12.444-27.352-22.671-43.414-30.256c-18.533-9.267-45.824-21.483-81.871-36.65C432.618,993.951,405.161,979.594,379.331,962.621z" })));
25
+ };
26
+ exports.MicrosoftSharePointSvg = MicrosoftSharePointSvg;
@@ -23,6 +23,7 @@ export const integrationLogoNames = [
23
23
  "jamf",
24
24
  "jira",
25
25
  "jumpcloud",
26
+ "microsoft_sharepoint",
26
27
  "microsoft_teams",
27
28
  "notion",
28
29
  "okta",
@@ -23,6 +23,7 @@ import {
23
23
  JamfSvg,
24
24
  JiraSvg,
25
25
  JumpcloudSvg,
26
+ MicrosoftSharePointSvg,
26
27
  MicrosoftTeamsSvg,
27
28
  NotionSvg,
28
29
  OktaSvg,
@@ -83,6 +84,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }: IntegrationLogoSvgProps) => {
83
84
  return <JiraSvg {...rest} />;
84
85
  case "jumpcloud":
85
86
  return <JumpcloudSvg {...rest} />;
87
+ case "microsoft_sharepoint":
88
+ return <MicrosoftSharePointSvg {...rest} />;
86
89
  case "microsoft_teams":
87
90
  return <MicrosoftTeamsSvg {...rest} />;
88
91
  case "notion":
@@ -19,6 +19,7 @@ export { HubspotSvg } from "./hubspot";
19
19
  export { JamfSvg } from "./jamf";
20
20
  export { JiraSvg } from "./jira";
21
21
  export { JumpcloudSvg } from "./jumpcloud";
22
+ export { MicrosoftSharePointSvg } from "./microsoft-sharepoint";
22
23
  export { MicrosoftTeamsSvg } from "./microsoft-teams";
23
24
  export { NotionSvg } from "./notion";
24
25
  export { OktaSvg } from "./okta";
@@ -0,0 +1,60 @@
1
+ import React from "react";
2
+ import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
3
+
4
+ export const MicrosoftSharePointSvg = ({ color, ...rest }: SvgLogoProps) => {
5
+ return (
6
+ <IntegrationLogoSvgWrapper viewBox="0 0 1992.333 1946" {...rest}>
7
+ <title>Microsoft SharePoint integration logo</title>
8
+ <circle fill={color || "#036c70"} cx="1019.333" cy="556" r="556" />
9
+ <circle
10
+ fill={color || "#1a9ba1"}
11
+ cx="1482.667"
12
+ cy="1065.667"
13
+ r="509.667"
14
+ />
15
+ <circle
16
+ fill={color || "#37c6d0"}
17
+ cx="1088.833"
18
+ cy="1552.167"
19
+ r="393.833"
20
+ />
21
+ <path
22
+ opacity=".1"
23
+ d="M1112,501.79v988.753c-0.23,34.357-21.05,65.222-52.82,78.303c-10.116,4.279-20.987,6.484-31.97,6.487H695.463c-0.463-7.877-0.463-15.29-0.463-23.167c-0.154-7.734,0.155-15.47,0.927-23.167c8.48-148.106,99.721-278.782,235.837-337.77v-86.18c-302.932-48.005-509.592-332.495-461.587-635.427c0.333-2.098,0.677-4.195,1.034-6.289c2.306-15.626,5.556-31.099,9.73-46.333h546.27C1073.964,417.178,1111.822,455.036,1112,501.79z"
24
+ />
25
+ <path
26
+ opacity=".2"
27
+ d="M980.877,463.333H471.21c-51.486,302.386,151.908,589.256,454.293,640.742c9.156,1.559,18.35,2.888,27.573,3.986c-143.633,68.11-248.3,261.552-257.196,420.938c-0.771,7.697-1.081,15.433-0.927,23.167c0,7.877,0,15.29,0.463,23.167c0.836,15.574,2.85,31.063,6.023,46.333h279.39c34.357-0.23,65.222-21.05,78.303-52.82c4.279-10.115,6.485-20.987,6.487-31.97V548.123C1065.443,501.387,1027.613,463.537,980.877,463.333z"
28
+ />
29
+ <path
30
+ opacity=".2"
31
+ d="M980.877,463.333H471.21c-51.475,302.414,151.95,589.297,454.364,640.773c6.186,1.053,12.389,2.001,18.607,2.844c-139,73.021-239.543,266-248.254,422.05h284.95c46.681-0.353,84.437-38.109,84.79-84.79V548.123C1065.489,501.369,1027.631,463.511,980.877,463.333z"
32
+ />
33
+ <path
34
+ opacity=".2"
35
+ d="M934.543,463.333H471.21c-48.606,285.482,130.279,560.404,410.977,631.616C775.901,1216.384,710.711,1368.301,695.927,1529h238.617c46.754-0.178,84.612-38.036,84.79-84.79V548.123C1019.308,501.306,981.361,463.359,934.543,463.333z"
36
+ />
37
+ <linearGradient
38
+ id="microsoft-sharepoint-a"
39
+ gradientUnits="userSpaceOnUse"
40
+ x1="177.0788"
41
+ y1="1551.0284"
42
+ x2="842.2545"
43
+ y2="398.9716"
44
+ gradientTransform="matrix(1 0 0 -1 0 1948)"
45
+ >
46
+ <stop offset="0" stopColor="#058f92" />
47
+ <stop offset=".5" stopColor="#038489" />
48
+ <stop offset="1" stopColor="#026d71" />
49
+ </linearGradient>
50
+ <path
51
+ fill={color || "url(#microsoft-sharepoint-a)"}
52
+ d="M84.929,463.333h849.475c46.905,0,84.929,38.024,84.929,84.929v849.475c0,46.905-38.024,84.929-84.929,84.929H84.929c-46.905,0-84.929-38.024-84.929-84.929V548.262C0,501.357,38.024,463.333,84.929,463.333z"
53
+ />
54
+ <path
55
+ fill="#fff"
56
+ d="M379.331,962.621c-19.903-13.202-36.528-30.777-48.604-51.384c-11.701-21.542-17.533-45.781-16.912-70.288c-1.042-33.181,10.155-65.586,31.46-91.045c22.388-25.49,51.326-44.366,83.678-54.581c36.871-12.136,75.49-18.116,114.304-17.699c51.043-1.865,102.015,5.272,150.583,21.082v106.567c-21.103-12.784-44.088-22.166-68.11-27.8c-26.065-6.392-52.81-9.597-79.647-9.545c-28.3-1.039-56.419,4.913-81.871,17.329c-19.65,8.475-32.392,27.807-32.433,49.206c-0.08,12.981,4.907,25.481,13.9,34.843c10.622,11.037,23.187,20.021,37.067,26.503c15.444,7.691,38.611,17.916,69.5,30.673c3.401,1.075,6.716,2.407,9.915,3.985c30.401,11.881,59.729,26.344,87.663,43.229c21.154,13.043,38.908,30.924,51.801,52.171c13.218,24.085,19.625,51.315,18.533,78.767c1.509,34.066-8.913,67.591-29.468,94.798c-20.488,25.012-47.88,43.446-78.767,53.005c-36.329,11.387-74.245,16.892-112.312,16.309c-34.154,0.155-68.258-2.635-101.933-8.34c-28.434-4.653-56.182-12.807-82.612-24.279v-112.358c25.264,18.043,53.489,31.529,83.4,39.847c29.81,9.289,60.798,14.251,92.018,14.734c28.895,1.83,57.739-4.291,83.4-17.699c17.976-10.144,28.909-29.358,28.449-49.994c0.12-14.359-5.56-28.158-15.753-38.271c-12.676-12.444-27.352-22.671-43.414-30.256c-18.533-9.267-45.824-21.483-81.871-36.65C432.618,993.951,405.161,979.594,379.331,962.621z"
57
+ />
58
+ </IntegrationLogoSvgWrapper>
59
+ );
60
+ };