@conveyorhq/arrow-ds 2.0.0-beta.6 → 2.0.0-beta.7

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.
Files changed (471) hide show
  1. package/package.json +28 -21
  2. package/public/components/Accordion/Accordion.d.ts +29 -17
  3. package/public/components/Accordion/Accordion.js +78 -56
  4. package/public/components/Accordion/context.d.ts +12 -0
  5. package/public/components/Accordion/context.js +30 -0
  6. package/public/components/Accordion/index.d.ts +1 -0
  7. package/public/components/Accordion/index.js +1 -0
  8. package/public/components/Accordion/types.d.ts +17 -0
  9. package/public/components/Accordion/types.js +2 -0
  10. package/public/components/Avatar/Avatar.d.ts +1 -1
  11. package/public/components/Avatar/AvatarGroup.d.ts +1 -1
  12. package/public/components/Avatar/AvatarGroup.js +11 -1
  13. package/public/components/Button/Button.d.ts +3 -2
  14. package/public/components/Button/Button.js +3 -0
  15. package/public/components/CloseButton/CloseButton.d.ts +1 -2
  16. package/public/components/ConveyorLogo/ConveyorLogo.js +1 -1
  17. package/public/components/Divider/Divider.d.ts +1 -9
  18. package/public/components/Divider/Divider.js +13 -24
  19. package/public/components/Drawer/Drawer.js +11 -9
  20. package/public/components/Flex/Flex.js +3 -4
  21. package/public/components/Grid/Grid.d.ts +2 -2
  22. package/public/components/Grid/Grid.js +9 -3
  23. package/public/components/Icon/Icon.d.ts +14 -0
  24. package/public/components/Icon/Icon.js +32 -2
  25. package/public/components/Icon/svg/ArrowToBottom.d.ts +2 -0
  26. package/public/components/Icon/svg/ArrowToBottom.js +14 -0
  27. package/public/components/Icon/svg/CommentAltCheck.d.ts +2 -0
  28. package/public/components/Icon/svg/CommentAltCheck.js +13 -0
  29. package/public/components/Icon/svg/index.d.ts +2 -0
  30. package/public/components/Icon/svg/index.js +2 -0
  31. package/public/components/Input/Input.d.ts +3 -2
  32. package/public/components/Input/Input.js +7 -6
  33. package/public/components/Loading/Loading.d.ts +3 -2
  34. package/public/components/Loading/Loading.js +4 -7
  35. package/public/components/Markdown/Markdown.d.ts +1 -1
  36. package/public/components/Markdown/Markdown.js +3 -3
  37. package/public/components/MarkdownEditor/MarkdownEditor.js +1 -2
  38. package/public/components/MarkdownEditor/MarkdownHelp.js +4 -7
  39. package/public/components/MenuRenderer/MenuRenderer.js +7 -4
  40. package/public/components/Modal/Modal.d.ts +6 -0
  41. package/public/components/Modal/Modal.js +29 -19
  42. package/public/components/Modal/context.d.ts +6 -0
  43. package/public/components/Modal/context.js +15 -0
  44. package/public/components/Modal/index.d.ts +1 -0
  45. package/public/components/Modal/index.js +1 -0
  46. package/public/components/OptionButton/OptionButton.d.ts +28 -1
  47. package/public/components/OptionButton/OptionButton.js +58 -11
  48. package/public/components/OptionButton/context.d.ts +11 -0
  49. package/public/components/OptionButton/context.js +16 -0
  50. package/public/components/Overlay/Overlay.js +2 -2
  51. package/public/components/Paragraph/Paragraph.js +3 -7
  52. package/public/components/Reference/Reference.d.ts +2 -2
  53. package/public/components/Select/Select.d.ts +1 -0
  54. package/public/components/Select/Select.js +12 -7
  55. package/public/components/Snackbar/Snackbar.d.ts +14 -22
  56. package/public/components/Snackbar/Snackbar.js +28 -85
  57. package/public/components/Snackbar/SnackbarProvider.d.ts +2 -0
  58. package/public/components/Snackbar/SnackbarProvider.js +21 -0
  59. package/public/components/Snackbar/constants.d.ts +2 -0
  60. package/public/components/Snackbar/constants.js +5 -0
  61. package/public/components/Snackbar/context.d.ts +4 -0
  62. package/public/components/Snackbar/context.js +17 -0
  63. package/public/components/Snackbar/helpers.d.ts +3 -0
  64. package/public/components/Snackbar/helpers.js +31 -0
  65. package/public/components/Snackbar/hooks.d.ts +2 -0
  66. package/public/components/Snackbar/hooks.js +47 -0
  67. package/public/components/Snackbar/index.d.ts +6 -0
  68. package/public/components/Snackbar/index.js +6 -0
  69. package/public/components/Snackbar/types.d.ts +43 -0
  70. package/public/components/Snackbar/types.js +2 -0
  71. package/public/components/SpeechBubble/SpeechBubble.d.ts +1 -0
  72. package/public/components/SpeechBubble/SpeechBubble.js +9 -2
  73. package/public/components/Table/Table.d.ts +5 -2
  74. package/public/components/Table/Table.js +11 -4
  75. package/public/components/Table/TableCell.d.ts +1 -0
  76. package/public/components/Table/TableCell.js +4 -2
  77. package/public/components/Table/TableHeaderCell.d.ts +2 -1
  78. package/public/components/Table/TableHeaderCell.js +24 -7
  79. package/public/components/Table/index.d.ts +3 -0
  80. package/public/components/Tag/Tag.d.ts +2 -2
  81. package/public/components/Toast/Toast.d.ts +3 -3
  82. package/public/components/Toast/Toast.js +6 -2
  83. package/public/css/styles.css +2550 -30950
  84. package/public/css/styles.min.css +1 -1
  85. package/public/css/styles.min.css.map +1 -1
  86. package/public/index.d.ts +0 -15
  87. package/public/index.js +0 -15
  88. package/public/storybook-components/ComponentHeading.js +3 -5
  89. package/public/storybook-components/ComponentStatus.d.ts +1 -0
  90. package/public/storybook-components/ComponentStatus.js +4 -0
  91. package/public/storybook-components/index.d.ts +1 -1
  92. package/public/storybook-components/index.js +1 -1
  93. package/public/style-dictionary/dist/tokens.css +377 -0
  94. package/public/style-dictionary/dist/tokens.d.ts +427 -0
  95. package/public/style-dictionary/dist/tokens.js +427 -0
  96. package/public/style-dictionary/dist/tokens.module.js +427 -0
  97. package/public/style-dictionary/src/border-radius.js +11 -0
  98. package/public/style-dictionary/src/border-width.js +10 -0
  99. package/public/style-dictionary/src/color.js +97 -0
  100. package/public/style-dictionary/src/font-size.js +15 -0
  101. package/public/style-dictionary/src/font-weight.js +7 -0
  102. package/public/style-dictionary/src/height.js +13 -0
  103. package/public/style-dictionary/src/leading.js +8 -0
  104. package/public/style-dictionary/src/screen-width.js +8 -0
  105. package/public/style-dictionary/src/shadow.js +19 -0
  106. package/public/style-dictionary/src/spacing.js +69 -0
  107. package/public/style-dictionary/src/tracking.js +7 -0
  108. package/public/style-dictionary/src/type.js +34 -0
  109. package/public/style-dictionary/src/width.js +32 -0
  110. package/public/style-dictionary/src/z-index.js +21 -0
  111. package/public/style-dictionary/tailwind.config.js +87 -0
  112. package/public/tokens/box-shadow.d.ts +1 -0
  113. package/public/tokens/box-shadow.js +1 -0
  114. package/public/tokens/font-family.js +1 -1
  115. package/public/tokens/height.d.ts +65 -43
  116. package/public/tokens/height.js +3 -44
  117. package/public/tokens/index.d.ts +526 -173
  118. package/public/tokens/index.js +1 -1
  119. package/public/tokens/margin.d.ts +129 -47
  120. package/public/tokens/margin.js +3 -47
  121. package/public/tokens/padding.d.ts +65 -24
  122. package/public/tokens/padding.js +2 -24
  123. package/public/tokens/sizing-scale.d.ts +133 -0
  124. package/public/tokens/sizing-scale.js +136 -0
  125. package/public/tokens/width.d.ts +197 -63
  126. package/public/tokens/width.js +6 -63
  127. package/public/types/index.d.ts +14 -2
  128. package/public/types/index.js +2 -4
  129. package/src/components/Accordion/Accordion.story.mdx +232 -22
  130. package/src/components/Accordion/Accordion.tsx +228 -117
  131. package/src/components/Accordion/context.ts +60 -0
  132. package/src/components/Accordion/index.css +0 -5
  133. package/src/components/Accordion/index.ts +1 -0
  134. package/src/components/Accordion/types.ts +55 -0
  135. package/src/components/Avatar/Avatar.story.mdx +60 -0
  136. package/src/components/Avatar/AvatarGroup.tsx +11 -9
  137. package/src/components/Avatar/index.css +8 -0
  138. package/src/components/Button/Button.story.mdx +116 -1
  139. package/src/components/Button/Button.tsx +10 -4
  140. package/src/components/Button/product.css +12 -0
  141. package/src/components/Card/Card.story.mdx +11 -36
  142. package/src/components/CloseButton/CloseButton.tsx +1 -1
  143. package/src/components/ConveyorLogo/ConveyorLogo.tsx +1 -0
  144. package/src/components/Divider/Divider.tsx +26 -40
  145. package/src/components/Divider/index.css +16 -0
  146. package/src/components/Drawer/Drawer.story.mdx +68 -70
  147. package/src/components/Drawer/Drawer.tsx +10 -9
  148. package/src/components/Drawer/index.css +26 -1
  149. package/src/components/Flex/Flex.story.mdx +130 -0
  150. package/src/components/Flex/Flex.tsx +7 -6
  151. package/src/components/Flex/index.css +3 -0
  152. package/src/components/Frame/Frame.story.mdx +7 -2
  153. package/src/components/Grid/Grid.story.mdx +205 -3
  154. package/src/components/Grid/Grid.tsx +44 -5
  155. package/src/components/Grid/index.css +3 -0
  156. package/src/components/Icon/Icon.tsx +60 -5
  157. package/src/components/Icon/svg/ArrowToBottom.tsx +17 -0
  158. package/src/components/Icon/svg/CommentAltCheck.tsx +13 -0
  159. package/src/components/Icon/svg/index.ts +2 -0
  160. package/src/components/Input/Input.story.mdx +199 -13
  161. package/src/components/Input/Input.tsx +39 -6
  162. package/src/components/Input/brand.css +7 -7
  163. package/src/components/Input/index.css +30 -0
  164. package/src/components/Input/product.css +12 -48
  165. package/src/components/Loading/Loading.story.mdx +16 -9
  166. package/src/components/Loading/Loading.tsx +17 -8
  167. package/src/components/Loading/index.css +1 -67
  168. package/src/components/Markdown/Markdown.story.mdx +67 -0
  169. package/src/components/Markdown/Markdown.tsx +3 -2
  170. package/src/components/MarkdownEditor/MarkdownEditor.tsx +2 -3
  171. package/src/components/MarkdownEditor/MarkdownHelp.tsx +7 -10
  172. package/src/components/MarkdownEditor/index.css +5 -1
  173. package/src/components/MenuRenderer/MenuRenderer.tsx +9 -7
  174. package/src/components/Modal/Modal.story.mdx +26 -0
  175. package/src/components/Modal/Modal.tsx +60 -42
  176. package/src/components/Modal/context.ts +20 -0
  177. package/src/components/Modal/index.ts +1 -0
  178. package/src/components/OptionButton/OptionButton.story.mdx +119 -20
  179. package/src/components/OptionButton/OptionButton.tsx +211 -23
  180. package/src/components/OptionButton/context.ts +22 -0
  181. package/src/components/OptionButton/index.css +1 -2
  182. package/src/components/Overlay/Overlay.tsx +2 -3
  183. package/src/components/Overlay/index.css +1 -0
  184. package/src/components/Paragraph/Paragraph.story.mdx +16 -2
  185. package/src/components/Paragraph/Paragraph.tsx +5 -13
  186. package/src/components/Paragraph/index.css +6 -0
  187. package/src/components/Popover/index.css +5 -6
  188. package/src/components/Reference/Reference.tsx +2 -2
  189. package/src/components/Select/Select.story.mdx +23 -10
  190. package/src/components/Select/Select.tsx +31 -6
  191. package/src/components/Snackbar/Snackbar.story.mdx +96 -9
  192. package/src/components/Snackbar/Snackbar.tsx +56 -145
  193. package/src/components/Snackbar/SnackbarProvider.tsx +31 -0
  194. package/src/components/Snackbar/constants.ts +2 -0
  195. package/src/components/Snackbar/context.ts +20 -0
  196. package/src/components/Snackbar/helpers.tsx +52 -0
  197. package/src/components/Snackbar/hooks.ts +57 -0
  198. package/src/components/Snackbar/index.ts +6 -0
  199. package/src/components/Snackbar/types.ts +180 -0
  200. package/src/components/SpeechBubble/SpeechBubble.story.mdx +76 -0
  201. package/src/components/SpeechBubble/SpeechBubble.tsx +22 -1
  202. package/src/components/SpeechBubble/index.css +7 -4
  203. package/src/components/Table/Table.story.mdx +243 -0
  204. package/src/components/Table/Table.tsx +36 -1
  205. package/src/components/Table/TableCell.tsx +24 -1
  206. package/src/components/Table/TableHeaderCell.tsx +64 -11
  207. package/src/components/Table/index.css +138 -10
  208. package/src/components/Table/index.ts +3 -0
  209. package/src/components/Tag/Tag.tsx +2 -2
  210. package/src/components/Toast/Toast.story.mdx +1 -1
  211. package/src/components/Toast/Toast.tsx +14 -10
  212. package/src/components/Toast/index.css +4 -2
  213. package/src/components/Toggle/index.css +2 -3
  214. package/src/css/base.css +6 -561
  215. package/src/css/components.css +4 -9
  216. package/src/css/fonts.css +13 -10
  217. package/src/css/styles.css +0 -1
  218. package/src/css/utilities/animations.css +13 -0
  219. package/src/docs/Typography.story.mdx +12 -9
  220. package/src/index.ts +0 -15
  221. package/src/storybook-components/ComponentHeading.tsx +4 -19
  222. package/src/storybook-components/ComponentStatus.tsx +4 -0
  223. package/src/storybook-components/index.tsx +1 -1
  224. package/src/tokens/box-shadow.ts +1 -0
  225. package/src/tokens/font-family.ts +1 -1
  226. package/src/tokens/height.ts +3 -44
  227. package/src/tokens/index.ts +2 -2
  228. package/src/tokens/margin.ts +4 -47
  229. package/src/tokens/padding.ts +3 -24
  230. package/src/tokens/sizing-scale.ts +134 -0
  231. package/src/tokens/width.ts +7 -63
  232. package/src/types/index.ts +34 -5
  233. package/public/components/Absolute/Absolute.d.ts +0 -2
  234. package/public/components/Absolute/Absolute.js +0 -14
  235. package/public/components/Absolute/index.d.ts +0 -1
  236. package/public/components/Absolute/index.js +0 -5
  237. package/public/components/Appbar/Appbar.d.ts +0 -40
  238. package/public/components/Appbar/Appbar.js +0 -29
  239. package/public/components/Appbar/AppbarLogo.d.ts +0 -2
  240. package/public/components/Appbar/AppbarLogo.js +0 -19
  241. package/public/components/Appbar/AppbarTabs.d.ts +0 -10
  242. package/public/components/Appbar/AppbarTabs.js +0 -42
  243. package/public/components/Appbar/AppbarUser.d.ts +0 -26
  244. package/public/components/Appbar/AppbarUser.js +0 -60
  245. package/public/components/Appbar/config.d.ts +0 -7
  246. package/public/components/Appbar/config.js +0 -13
  247. package/public/components/Appbar/index.d.ts +0 -1
  248. package/public/components/Appbar/index.js +0 -13
  249. package/public/components/ArrowButton/ArrowButton.d.ts +0 -9
  250. package/public/components/ArrowButton/ArrowButton.js +0 -22
  251. package/public/components/ArrowButton/index.d.ts +0 -1
  252. package/public/components/ArrowButton/index.js +0 -13
  253. package/public/components/ArrowLink/ArrowLink.d.ts +0 -9
  254. package/public/components/ArrowLink/ArrowLink.js +0 -21
  255. package/public/components/ArrowLink/index.d.ts +0 -1
  256. package/public/components/ArrowLink/index.js +0 -13
  257. package/public/components/Aside/Aside.d.ts +0 -14
  258. package/public/components/Aside/Aside.js +0 -28
  259. package/public/components/Aside/index.d.ts +0 -1
  260. package/public/components/Aside/index.js +0 -13
  261. package/public/components/Fixed/Fixed.d.ts +0 -2
  262. package/public/components/Fixed/Fixed.js +0 -14
  263. package/public/components/Fixed/Fixed.story.d.ts +0 -1
  264. package/public/components/Fixed/Fixed.story.js +0 -12
  265. package/public/components/Fixed/index.d.ts +0 -1
  266. package/public/components/Fixed/index.js +0 -5
  267. package/public/components/Flex/Flex.story.d.ts +0 -1
  268. package/public/components/Flex/Flex.story.js +0 -12
  269. package/public/components/IntegrationLogo/IntegrationLogo.d.ts +0 -10
  270. package/public/components/IntegrationLogo/IntegrationLogo.js +0 -33
  271. package/public/components/IntegrationLogo/IntegrationLogoSvg.d.ts +0 -9
  272. package/public/components/IntegrationLogo/IntegrationLogoSvg.js +0 -52
  273. package/public/components/IntegrationLogo/index.d.ts +0 -1
  274. package/public/components/IntegrationLogo/index.js +0 -13
  275. package/public/components/IntegrationLogo/svg/addigy.d.ts +0 -2
  276. package/public/components/IntegrationLogo/svg/addigy.js +0 -17
  277. package/public/components/IntegrationLogo/svg/aws.d.ts +0 -2
  278. package/public/components/IntegrationLogo/svg/aws.js +0 -22
  279. package/public/components/IntegrationLogo/svg/bamboohr.d.ts +0 -2
  280. package/public/components/IntegrationLogo/svg/bamboohr.js +0 -18
  281. package/public/components/IntegrationLogo/svg/bitbucket.d.ts +0 -2
  282. package/public/components/IntegrationLogo/svg/bitbucket.js +0 -18
  283. package/public/components/IntegrationLogo/svg/conveyor.d.ts +0 -2
  284. package/public/components/IntegrationLogo/svg/conveyor.js +0 -20
  285. package/public/components/IntegrationLogo/svg/default.d.ts +0 -2
  286. package/public/components/IntegrationLogo/svg/default.js +0 -13
  287. package/public/components/IntegrationLogo/svg/deploy.d.ts +0 -2
  288. package/public/components/IntegrationLogo/svg/deploy.js +0 -17
  289. package/public/components/IntegrationLogo/svg/events-api.d.ts +0 -2
  290. package/public/components/IntegrationLogo/svg/events-api.js +0 -26
  291. package/public/components/IntegrationLogo/svg/gcp.d.ts +0 -3
  292. package/public/components/IntegrationLogo/svg/gcp.js +0 -15
  293. package/public/components/IntegrationLogo/svg/github.d.ts +0 -3
  294. package/public/components/IntegrationLogo/svg/github.js +0 -12
  295. package/public/components/IntegrationLogo/svg/gitlab.d.ts +0 -2
  296. package/public/components/IntegrationLogo/svg/gitlab.js +0 -19
  297. package/public/components/IntegrationLogo/svg/gsuite.d.ts +0 -2
  298. package/public/components/IntegrationLogo/svg/gsuite.js +0 -15
  299. package/public/components/IntegrationLogo/svg/index.d.ts +0 -21
  300. package/public/components/IntegrationLogo/svg/index.js +0 -54
  301. package/public/components/IntegrationLogo/svg/jamf.d.ts +0 -2
  302. package/public/components/IntegrationLogo/svg/jamf.js +0 -20
  303. package/public/components/IntegrationLogo/svg/jira.d.ts +0 -2
  304. package/public/components/IntegrationLogo/svg/jira.js +0 -21
  305. package/public/components/IntegrationLogo/svg/jumpcloud.d.ts +0 -2
  306. package/public/components/IntegrationLogo/svg/jumpcloud.js +0 -28
  307. package/public/components/IntegrationLogo/svg/okta.d.ts +0 -2
  308. package/public/components/IntegrationLogo/svg/okta.js +0 -16
  309. package/public/components/IntegrationLogo/svg/onelogin.d.ts +0 -2
  310. package/public/components/IntegrationLogo/svg/onelogin.js +0 -18
  311. package/public/components/IntegrationLogo/svg/salesforce.d.ts +0 -2
  312. package/public/components/IntegrationLogo/svg/salesforce.js +0 -20
  313. package/public/components/IntegrationLogo/svg/slack.d.ts +0 -2
  314. package/public/components/IntegrationLogo/svg/slack.js +0 -19
  315. package/public/components/IntegrationLogo/svg/wrapper.d.ts +0 -11
  316. package/public/components/IntegrationLogo/svg/wrapper.js +0 -13
  317. package/public/components/IntegrationLogo/svg/zoom.d.ts +0 -2
  318. package/public/components/IntegrationLogo/svg/zoom.js +0 -23
  319. package/public/components/Meta/Meta.d.ts +0 -6
  320. package/public/components/Meta/Meta.js +0 -21
  321. package/public/components/Meta/Meta.story.d.ts +0 -1
  322. package/public/components/Meta/Meta.story.js +0 -39
  323. package/public/components/Meta/index.d.ts +0 -1
  324. package/public/components/Meta/index.js +0 -5
  325. package/public/components/PropertyDiff/PropertyDiff.d.ts +0 -7
  326. package/public/components/PropertyDiff/PropertyDiff.js +0 -22
  327. package/public/components/PropertyDiff/index.d.ts +0 -1
  328. package/public/components/PropertyDiff/index.js +0 -13
  329. package/public/components/Relative/Relative.d.ts +0 -2
  330. package/public/components/Relative/Relative.js +0 -14
  331. package/public/components/Relative/Relative.story.d.ts +0 -1
  332. package/public/components/Relative/Relative.story.js +0 -12
  333. package/public/components/Relative/index.d.ts +0 -1
  334. package/public/components/Relative/index.js +0 -5
  335. package/public/components/SpeechBubble/SpeechBubble.story.d.ts +0 -1
  336. package/public/components/SpeechBubble/SpeechBubble.story.js +0 -19
  337. package/public/components/StatusLabel/StatusLabel.d.ts +0 -16
  338. package/public/components/StatusLabel/StatusLabel.js +0 -40
  339. package/public/components/StatusLabel/index.d.ts +0 -1
  340. package/public/components/StatusLabel/index.js +0 -13
  341. package/public/components/StatusPanel/StatusPanel.d.ts +0 -11
  342. package/public/components/StatusPanel/StatusPanel.js +0 -24
  343. package/public/components/StatusPanel/index.d.ts +0 -1
  344. package/public/components/StatusPanel/index.js +0 -13
  345. package/public/components/Sticky/Sticky.d.ts +0 -2
  346. package/public/components/Sticky/Sticky.js +0 -14
  347. package/public/components/Sticky/Sticky.story.d.ts +0 -1
  348. package/public/components/Sticky/Sticky.story.js +0 -12
  349. package/public/components/Sticky/index.d.ts +0 -1
  350. package/public/components/Sticky/index.js +0 -5
  351. package/public/components/TopBar/TopBar.d.ts +0 -14
  352. package/public/components/TopBar/TopBar.js +0 -24
  353. package/public/components/TopBar/TopBarBreadcrumbs.d.ts +0 -10
  354. package/public/components/TopBar/TopBarBreadcrumbs.js +0 -34
  355. package/public/components/TopBar/TopBarSubNav.d.ts +0 -2
  356. package/public/components/TopBar/TopBarSubNav.js +0 -16
  357. package/public/components/TopBar/TopBarSubNavItem.d.ts +0 -5
  358. package/public/components/TopBar/TopBarSubNavItem.js +0 -17
  359. package/public/components/TopBar/index.d.ts +0 -1
  360. package/public/components/TopBar/index.js +0 -13
  361. package/public/components/VendorLogo/VendorLogo.d.ts +0 -20
  362. package/public/components/VendorLogo/VendorLogo.js +0 -57
  363. package/public/components/VendorLogo/index.d.ts +0 -1
  364. package/public/components/VendorLogo/index.js +0 -13
  365. package/public/storybook-components/TailwindPropertyClasses.d.ts +0 -9
  366. package/public/storybook-components/TailwindPropertyClasses.js +0 -194
  367. package/public/tailwind.config.d.ts +0 -1
  368. package/public/tailwind.config.js +0 -4
  369. package/public/tokens/_tailwind-config.d.ts +0 -810
  370. package/public/tokens/_tailwind-config.js +0 -50
  371. package/src/components/Absolute/Absolute.story.mdx +0 -26
  372. package/src/components/Absolute/Absolute.tsx +0 -9
  373. package/src/components/Absolute/index.ts +0 -1
  374. package/src/components/Appbar/Appbar.story.mdx +0 -118
  375. package/src/components/Appbar/Appbar.tsx +0 -64
  376. package/src/components/Appbar/AppbarLogo.tsx +0 -29
  377. package/src/components/Appbar/AppbarTabs.tsx +0 -47
  378. package/src/components/Appbar/AppbarUser.tsx +0 -144
  379. package/src/components/Appbar/config.ts +0 -12
  380. package/src/components/Appbar/index.css +0 -203
  381. package/src/components/Appbar/index.ts +0 -1
  382. package/src/components/ArrowButton/ArrowButton.story.mdx +0 -110
  383. package/src/components/ArrowButton/ArrowButton.tsx +0 -54
  384. package/src/components/ArrowButton/index.css +0 -42
  385. package/src/components/ArrowButton/index.ts +0 -1
  386. package/src/components/ArrowLink/ArrowLink.story.mdx +0 -65
  387. package/src/components/ArrowLink/ArrowLink.tsx +0 -42
  388. package/src/components/ArrowLink/index.ts +0 -1
  389. package/src/components/Aside/Aside.story.mdx +0 -65
  390. package/src/components/Aside/Aside.tsx +0 -59
  391. package/src/components/Aside/index.css +0 -11
  392. package/src/components/Aside/index.ts +0 -1
  393. package/src/components/Fixed/Fixed.md +0 -16
  394. package/src/components/Fixed/Fixed.story.tsx +0 -12
  395. package/src/components/Fixed/Fixed.tsx +0 -9
  396. package/src/components/Fixed/index.ts +0 -1
  397. package/src/components/Flex/Flex.md +0 -14
  398. package/src/components/Flex/Flex.story.tsx +0 -12
  399. package/src/components/IntegrationLogo/IntegrationLogo.story.mdx +0 -159
  400. package/src/components/IntegrationLogo/IntegrationLogo.tsx +0 -54
  401. package/src/components/IntegrationLogo/IntegrationLogoSvg.tsx +0 -79
  402. package/src/components/IntegrationLogo/index.ts +0 -1
  403. package/src/components/IntegrationLogo/svg/addigy.tsx +0 -23
  404. package/src/components/IntegrationLogo/svg/aws.tsx +0 -52
  405. package/src/components/IntegrationLogo/svg/bamboohr.tsx +0 -34
  406. package/src/components/IntegrationLogo/svg/bitbucket.tsx +0 -37
  407. package/src/components/IntegrationLogo/svg/conveyor.tsx +0 -41
  408. package/src/components/IntegrationLogo/svg/default.tsx +0 -11
  409. package/src/components/IntegrationLogo/svg/deploy.tsx +0 -29
  410. package/src/components/IntegrationLogo/svg/events-api.tsx +0 -75
  411. package/src/components/IntegrationLogo/svg/gcp.tsx +0 -26
  412. package/src/components/IntegrationLogo/svg/github.tsx +0 -14
  413. package/src/components/IntegrationLogo/svg/gitlab.tsx +0 -40
  414. package/src/components/IntegrationLogo/svg/gsuite.tsx +0 -24
  415. package/src/components/IntegrationLogo/svg/index.ts +0 -21
  416. package/src/components/IntegrationLogo/svg/jamf.tsx +0 -36
  417. package/src/components/IntegrationLogo/svg/jira.tsx +0 -44
  418. package/src/components/IntegrationLogo/svg/jumpcloud.tsx +0 -86
  419. package/src/components/IntegrationLogo/svg/okta.tsx +0 -28
  420. package/src/components/IntegrationLogo/svg/onelogin.tsx +0 -34
  421. package/src/components/IntegrationLogo/svg/salesforce.tsx +0 -39
  422. package/src/components/IntegrationLogo/svg/slack.tsx +0 -40
  423. package/src/components/IntegrationLogo/svg/wrapper.tsx +0 -35
  424. package/src/components/IntegrationLogo/svg/zoom.tsx +0 -51
  425. package/src/components/Meta/Meta.md +0 -14
  426. package/src/components/Meta/Meta.story.tsx +0 -24
  427. package/src/components/Meta/Meta.tsx +0 -26
  428. package/src/components/Meta/index.ts +0 -1
  429. package/src/components/PropertyDiff/PropertDiff.story.mdx +0 -46
  430. package/src/components/PropertyDiff/PropertyDiff.tsx +0 -48
  431. package/src/components/PropertyDiff/index.css +0 -33
  432. package/src/components/PropertyDiff/index.ts +0 -1
  433. package/src/components/Relative/Relative.md +0 -16
  434. package/src/components/Relative/Relative.story.tsx +0 -12
  435. package/src/components/Relative/Relative.tsx +0 -9
  436. package/src/components/Relative/index.ts +0 -1
  437. package/src/components/SpeechBubble/SpeechBubble.md +0 -14
  438. package/src/components/SpeechBubble/SpeechBubble.story.tsx +0 -26
  439. package/src/components/StatusLabel/StatusLabel.story.mdx +0 -316
  440. package/src/components/StatusLabel/StatusLabel.tsx +0 -112
  441. package/src/components/StatusLabel/index.css +0 -23
  442. package/src/components/StatusLabel/index.ts +0 -1
  443. package/src/components/StatusPanel/StatusPanel.story.mdx +0 -109
  444. package/src/components/StatusPanel/StatusPanel.tsx +0 -51
  445. package/src/components/StatusPanel/index.css +0 -52
  446. package/src/components/StatusPanel/index.ts +0 -1
  447. package/src/components/Sticky/Sticky.md +0 -16
  448. package/src/components/Sticky/Sticky.story.tsx +0 -12
  449. package/src/components/Sticky/Sticky.tsx +0 -9
  450. package/src/components/Sticky/index.ts +0 -1
  451. package/src/components/TopBar/TopBar.story.mdx +0 -154
  452. package/src/components/TopBar/TopBar.tsx +0 -40
  453. package/src/components/TopBar/TopBarBreadcrumbs.tsx +0 -79
  454. package/src/components/TopBar/TopBarSubNav.tsx +0 -19
  455. package/src/components/TopBar/TopBarSubNavItem.tsx +0 -21
  456. package/src/components/TopBar/index.css +0 -102
  457. package/src/components/TopBar/index.ts +0 -1
  458. package/src/components/VendorLogo/VendorLogo.story.mdx +0 -209
  459. package/src/components/VendorLogo/VendorLogo.tsx +0 -110
  460. package/src/components/VendorLogo/index.css +0 -46
  461. package/src/components/VendorLogo/index.ts +0 -1
  462. package/src/docs/TailwindClasses.story.mdx +0 -15
  463. package/src/docs/brand-components/BrandButton.story.mdx +0 -103
  464. package/src/docs/brand-components/BrandCheckbox.story.mdx +0 -63
  465. package/src/docs/brand-components/BrandFormGroup.story.mdx +0 -76
  466. package/src/docs/brand-components/BrandInput.story.mdx +0 -41
  467. package/src/docs/brand-components/BrandRadio.story.mdx +0 -45
  468. package/src/docs/brand-components/BrandTextArea.story.mdx +0 -41
  469. package/src/storybook-components/TailwindPropertyClasses.tsx +0 -285
  470. package/src/tailwind.config.ts +0 -6
  471. package/src/tokens/_tailwind-config.ts +0 -69
@@ -1,52 +0,0 @@
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
- const react_1 = __importDefault(require("react"));
7
- const svg_1 = require("./svg");
8
- const IntegrationLogoSvg = ({ logo, ...rest }) => {
9
- switch (logo) {
10
- case "addigy":
11
- return react_1.default.createElement(svg_1.AddigySvg, Object.assign({}, rest));
12
- case "aws":
13
- return react_1.default.createElement(svg_1.AwsSvg, Object.assign({}, rest));
14
- case "bamboohr":
15
- return react_1.default.createElement(svg_1.BambooHrSvg, Object.assign({}, rest));
16
- case "bitbucket":
17
- return react_1.default.createElement(svg_1.BitbucketSvg, Object.assign({}, rest));
18
- case "conveyor":
19
- return react_1.default.createElement(svg_1.ConveyorSvg, Object.assign({}, rest));
20
- case "deploy":
21
- return react_1.default.createElement(svg_1.DeploySvg, Object.assign({}, rest));
22
- case "events-api":
23
- return react_1.default.createElement(svg_1.EventsAPI, Object.assign({}, rest));
24
- case "gcp":
25
- return react_1.default.createElement(svg_1.GcpSvg, Object.assign({}, rest));
26
- case "github":
27
- return react_1.default.createElement(svg_1.GithubSvg, Object.assign({}, rest));
28
- case "gitlab":
29
- return react_1.default.createElement(svg_1.GitlabSvg, Object.assign({}, rest));
30
- case "gsuite":
31
- return react_1.default.createElement(svg_1.GsuiteSvg, Object.assign({}, rest));
32
- case "jamf":
33
- return react_1.default.createElement(svg_1.JamfSvg, Object.assign({}, rest));
34
- case "jira":
35
- return react_1.default.createElement(svg_1.JiraSvg, Object.assign({}, rest));
36
- case "jumpcloud":
37
- return react_1.default.createElement(svg_1.JumpcloudSvg, Object.assign({}, rest));
38
- case "okta":
39
- return react_1.default.createElement(svg_1.OktaSvg, Object.assign({}, rest));
40
- case "onelogin":
41
- return react_1.default.createElement(svg_1.OneLoginSvg, Object.assign({}, rest));
42
- case "salesforce":
43
- return react_1.default.createElement(svg_1.SalesforceSvg, Object.assign({}, rest));
44
- case "slack":
45
- return react_1.default.createElement(svg_1.SlackSvg, Object.assign({}, rest));
46
- case "zoom":
47
- return react_1.default.createElement(svg_1.ZoomSvg, Object.assign({}, rest));
48
- default:
49
- return react_1.default.createElement(svg_1.DefaultSvg, Object.assign({}, rest));
50
- }
51
- };
52
- exports.default = IntegrationLogoSvg;
@@ -1 +0,0 @@
1
- export * from "./IntegrationLogo";
@@ -1,13 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./IntegrationLogo"), exports);
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const AddigySvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,17 +0,0 @@
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.AddigySvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const AddigySvg = ({ color, square, ...rest }) => {
10
- const viewBox = "0 0 32 32";
11
- const path = (react_1.default.createElement(react_1.default.Fragment, null,
12
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.4246 22.7281L15.2402 7.84787L21.3036 5.93106L28.8469 15.9669L26.4246 22.7281ZM0 27.96H30.3571L32 15.7831L22.3505 3L6.8423 4.40076L22.71 25.5118L20.162 23.3718H12.8786L16.1671 20.0166L13.3872 17.6819L0 27.96Z", fill: color || "#53bdcd" })));
13
- return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: viewBox }, rest),
14
- react_1.default.createElement("title", null, "Addigy integration logo"),
15
- path));
16
- };
17
- exports.AddigySvg = AddigySvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const AwsSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,22 +0,0 @@
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.AwsSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const AwsSvg = ({ color, square, ...rest }) => {
10
- const viewBox = square ? "0 0 32 32" : "0 0 54 32";
11
- const path = square ? (react_1.default.createElement(react_1.default.Fragment, null,
12
- react_1.default.createElement("path", { d: "M9.01791 12.9498C9.01791 13.3436 9.06048 13.6629 9.13498 13.897C9.22012 14.1311 9.32655 14.3866 9.47555 14.6633C9.52877 14.7484 9.55005 14.8336 9.55005 14.9081C9.55005 15.0145 9.4862 15.1209 9.34784 15.2274L8.67734 15.6744C8.58155 15.7382 8.48577 15.7701 8.40062 15.7701C8.29419 15.7701 8.18777 15.7169 8.08134 15.6211C7.93234 15.4615 7.80462 15.2912 7.69819 15.1209C7.59177 14.94 7.48534 14.7378 7.36827 14.493C6.53812 15.4721 5.49512 15.9617 4.23926 15.9617C3.34526 15.9617 2.63219 15.7063 2.11069 15.1954C1.58919 14.6846 1.32312 14.0034 1.32312 13.152C1.32312 12.2474 1.64241 11.513 2.29162 10.9596C2.94084 10.4061 3.80291 10.1294 4.89912 10.1294C5.26098 10.1294 5.63348 10.1614 6.02726 10.2146C6.42105 10.2678 6.82548 10.3529 7.25119 10.4487V9.67179C7.25119 8.86293 7.08091 8.29886 6.75098 7.96893C6.41041 7.639 5.83569 7.47936 5.01619 7.47936C4.64369 7.47936 4.26055 7.52193 3.86676 7.61771C3.47298 7.7135 3.08984 7.83057 2.71734 7.97957C2.54705 8.05407 2.41933 8.09664 2.34483 8.11793C2.27033 8.13922 2.21712 8.14986 2.17455 8.14986C2.02555 8.14986 1.95105 8.04343 1.95105 7.81993V7.29843C1.95105 7.12814 1.97233 7.00043 2.02555 6.92593C2.07876 6.85143 2.17455 6.77693 2.32355 6.70243C2.69605 6.51086 3.14305 6.35121 3.66455 6.2235C4.18605 6.08514 4.73948 6.02129 5.32484 6.02129C6.59134 6.02129 7.51727 6.30864 8.11327 6.88336C8.69862 7.45807 8.99662 8.33079 8.99662 9.5015V12.9498H9.01791ZM4.69691 14.5675C5.04812 14.5675 5.40998 14.5036 5.79312 14.3759C6.17627 14.2482 6.51684 14.0141 6.80419 13.6948C6.97448 13.4926 7.10219 13.2691 7.16605 13.0136C7.22991 12.7582 7.27248 12.4496 7.27248 12.0877V11.6407C6.96384 11.5662 6.63391 11.5024 6.29334 11.4598C5.95276 11.4172 5.62284 11.3959 5.29291 11.3959C4.57984 11.3959 4.05834 11.5343 3.70712 11.8216C3.35591 12.109 3.18562 12.5134 3.18562 13.0456C3.18562 13.5458 3.31334 13.9183 3.57941 14.1737C3.83484 14.4398 4.20734 14.5675 4.69691 14.5675ZM13.2431 15.7169C13.0516 15.7169 12.9238 15.685 12.8387 15.6105C12.7536 15.5466 12.6791 15.3976 12.6152 15.1954L10.1141 6.9685C10.0503 6.75564 10.0183 6.61729 10.0183 6.54279C10.0183 6.3725 10.1035 6.27671 10.2738 6.27671H11.3168C11.519 6.27671 11.6573 6.30864 11.7318 6.38314C11.817 6.447 11.8808 6.596 11.9447 6.79821L13.7327 13.8438L15.393 6.79821C15.4462 6.58536 15.5101 6.447 15.5952 6.38314C15.6803 6.31929 15.8293 6.27671 16.0209 6.27671H16.8723C17.0746 6.27671 17.2129 6.30864 17.2981 6.38314C17.3832 6.447 17.4577 6.596 17.5003 6.79821L19.1818 13.9289L21.0231 6.79821C21.0869 6.58536 21.1614 6.447 21.2359 6.38314C21.3211 6.31929 21.4594 6.27671 21.651 6.27671H22.6408C22.8111 6.27671 22.9068 6.36186 22.9068 6.54279C22.9068 6.596 22.8962 6.64921 22.8856 6.71307C22.8749 6.77693 22.8536 6.86207 22.8111 6.97914L20.2461 15.2061C20.1823 15.4189 20.1078 15.5573 20.0226 15.6211C19.9375 15.685 19.7991 15.7276 19.6182 15.7276H18.7029C18.5007 15.7276 18.3623 15.6956 18.2772 15.6211C18.1921 15.5466 18.1176 15.4083 18.075 15.1954L16.4253 8.33079L14.7863 15.1848C14.7331 15.3976 14.6693 15.536 14.5841 15.6105C14.499 15.685 14.35 15.7169 14.1584 15.7169H13.2431ZM26.9192 16.0043C26.3658 16.0043 25.8123 15.9404 25.2802 15.8127C24.7481 15.685 24.333 15.5466 24.0563 15.387C23.886 15.2912 23.7689 15.1848 23.7263 15.089C23.6838 14.9932 23.6625 14.8868 23.6625 14.791V14.2482C23.6625 14.0247 23.7476 13.9183 23.9073 13.9183C23.9711 13.9183 24.035 13.9289 24.0988 13.9502C24.1627 13.9715 24.2585 14.0141 24.3649 14.0566C24.7268 14.2163 25.1206 14.344 25.5356 14.4291C25.9613 14.5143 26.3764 14.5569 26.8021 14.5569C27.4726 14.5569 27.9941 14.4398 28.356 14.2056C28.7178 13.9715 28.9094 13.6309 28.9094 13.1946C28.9094 12.8966 28.8136 12.6518 28.6221 12.4496C28.4305 12.2474 28.0686 12.0664 27.5471 11.8961L26.0039 11.4172C25.227 11.1724 24.6523 10.8106 24.3011 10.3316C23.9498 9.86336 23.7689 9.34186 23.7689 8.78843C23.7689 8.34143 23.8647 7.94764 24.0563 7.60707C24.2478 7.2665 24.5033 6.9685 24.8226 6.73436C25.1418 6.48957 25.5037 6.30864 25.9294 6.18093C26.3551 6.05321 26.8021 6 27.2704 6C27.5046 6 27.7493 6.01064 27.9835 6.04257C28.2283 6.0745 28.4518 6.11707 28.6753 6.15964C28.8881 6.21286 29.0903 6.26607 29.2819 6.32993C29.4735 6.39379 29.6225 6.45764 29.7289 6.5215C29.8779 6.60664 29.9843 6.69179 30.0482 6.78757C30.1121 6.87271 30.144 6.98979 30.144 7.13879V7.639C30.144 7.8625 30.0588 7.97957 29.8992 7.97957C29.8141 7.97957 29.6757 7.937 29.4948 7.85186C28.8881 7.57514 28.207 7.43679 27.4513 7.43679C26.8447 7.43679 26.3658 7.53257 26.0358 7.73479C25.7059 7.937 25.5356 8.24564 25.5356 8.682C25.5356 8.98 25.6421 9.23543 25.8549 9.43764C26.0678 9.63986 26.4616 9.84207 27.0256 10.023L28.5369 10.5019C29.3032 10.7467 29.8566 11.0873 30.1866 11.5236C30.5165 11.96 30.6761 12.4602 30.6761 13.0136C30.6761 13.4713 30.5803 13.8864 30.3994 14.2482C30.2078 14.6101 29.9524 14.9294 29.6225 15.1848C29.2926 15.4509 28.8988 15.6424 28.4411 15.7808C27.9622 15.9298 27.462 16.0043 26.9192 16.0043Z", fill: color || "#252f3e" }),
13
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.9307 21.1767C25.4292 23.7629 20.3419 25.1359 15.9677 25.1359C9.83741 25.1359 4.31377 22.8689 0.141765 19.1014C-0.188164 18.8034 0.109836 18.3989 0.503622 18.6331C5.0162 21.2512 10.5824 22.837 16.3402 22.837C20.2248 22.837 24.4926 22.0281 28.4199 20.3679C29.0052 20.1018 29.5054 20.751 28.9307 21.1767Z", fill: color || "#ff9900" }),
14
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.3888 19.5164C29.9418 18.9417 27.4301 19.2397 26.2913 19.3781C25.9507 19.4206 25.8975 19.1226 26.2061 18.8991C28.207 17.4943 31.4956 17.8987 31.8788 18.367C32.2619 18.8459 31.7724 22.1346 29.8992 23.7097C29.6119 23.9545 29.3351 23.8268 29.4629 23.5075C29.8886 22.4539 30.8358 20.0805 30.3888 19.5164Z", fill: color || "#ff9900" }))) : (react_1.default.createElement(react_1.default.Fragment, null,
15
- react_1.default.createElement("path", { d: "M15.0802 11.6218C15.0802 12.2803 15.1514 12.8142 15.276 13.2058C15.4184 13.5973 15.5963 14.0245 15.8455 14.4872C15.9345 14.6296 15.9701 14.772 15.9701 14.8966C15.9701 15.0745 15.8633 15.2525 15.6319 15.4305L14.5107 16.178C14.3505 16.2848 14.1903 16.3382 14.048 16.3382C13.87 16.3382 13.692 16.2492 13.514 16.089C13.2649 15.822 13.0513 15.5373 12.8733 15.2525C12.6953 14.9499 12.5174 14.6118 12.3216 14.2025C10.9334 15.8398 9.18923 16.6585 7.08912 16.6585C5.59412 16.6585 4.40168 16.2314 3.5296 15.3771C2.65752 14.5228 2.21259 13.3838 2.21259 11.96C2.21259 10.4472 2.74651 9.21914 3.83216 8.29366C4.91781 7.36819 6.35942 6.90545 8.19256 6.90545C8.79768 6.90545 9.4206 6.95885 10.0791 7.04783C10.7376 7.13682 11.4139 7.2792 12.1258 7.43938V6.14016C12.1258 4.78754 11.8411 3.84427 11.2893 3.29255C10.7198 2.74082 9.75875 2.47386 8.38834 2.47386C7.76542 2.47386 7.12471 2.54505 6.4662 2.70523C5.80769 2.86541 5.16698 3.06118 4.54407 3.31035C4.2593 3.43493 4.04573 3.50612 3.92115 3.54171C3.79657 3.57731 3.70758 3.59511 3.63639 3.59511C3.38722 3.59511 3.26264 3.41713 3.26264 3.04338V2.1713C3.26264 1.88654 3.29824 1.67297 3.38722 1.54839C3.47621 1.4238 3.63639 1.29922 3.88556 1.17464C4.50847 0.854283 5.25597 0.587319 6.12805 0.373749C7.00013 0.14238 7.9256 0.0355951 8.90447 0.0355951C11.0224 0.0355951 12.5708 0.516129 13.5674 1.4772C14.5463 2.43827 15.0446 3.89767 15.0446 5.8554V11.6218H15.0802ZM7.85441 14.327C8.44173 14.327 9.04685 14.2202 9.68756 14.0067C10.3283 13.7931 10.8978 13.4016 11.3783 12.8676C11.6631 12.5295 11.8767 12.1557 11.9834 11.7286C12.0902 11.3014 12.1614 10.7853 12.1614 10.1802V9.43271C11.6453 9.30812 11.0936 9.20134 10.524 9.13015C9.95452 9.05896 9.4028 9.02336 8.85107 9.02336C7.65864 9.02336 6.78656 9.25473 6.19924 9.73526C5.61192 10.2158 5.32716 10.8921 5.32716 11.782C5.32716 12.6185 5.54073 13.2414 5.98567 13.6685C6.41281 14.1135 7.03572 14.327 7.85441 14.327ZM22.1458 16.2492C21.8255 16.2492 21.6119 16.1958 21.4695 16.0712C21.3272 15.9644 21.2026 15.7152 21.0958 15.3771L16.9134 1.61958C16.8066 1.26363 16.7532 1.03226 16.7532 0.907675C16.7532 0.622915 16.8956 0.462736 17.1803 0.462736H18.9245C19.2626 0.462736 19.494 0.516129 19.6186 0.640712C19.761 0.747497 19.8678 0.996663 19.9745 1.33482L22.9645 13.1168L25.741 1.33482C25.8299 0.978866 25.9367 0.747497 26.0791 0.640712C26.2215 0.533927 26.4707 0.462736 26.791 0.462736H28.2148C28.553 0.462736 28.7843 0.516129 28.9267 0.640712C29.0691 0.747497 29.1937 0.996663 29.2649 1.33482L32.0769 13.2592L35.1559 1.33482C35.2626 0.978866 35.3872 0.747497 35.5118 0.640712C35.6542 0.533927 35.8856 0.462736 36.2059 0.462736H37.8611C38.1458 0.462736 38.306 0.605117 38.306 0.907675C38.306 0.996663 38.2882 1.08565 38.2704 1.19244C38.2526 1.29922 38.217 1.4416 38.1459 1.63738L33.8566 15.3949C33.7499 15.7508 33.6253 15.9822 33.4829 16.089C33.3405 16.1958 33.1091 16.267 32.8066 16.267H31.276C30.9378 16.267 30.7065 16.2136 30.5641 16.089C30.4217 15.9644 30.2971 15.733 30.2259 15.3771L27.4673 3.89767L24.7265 15.3593C24.6375 15.7152 24.5307 15.9466 24.3883 16.0712C24.246 16.1958 23.9968 16.2492 23.6764 16.2492H22.1458ZM45.0157 16.7297C44.0902 16.7297 43.1648 16.6229 42.2749 16.4093C41.385 16.1958 40.6909 15.9644 40.2282 15.6974C39.9434 15.5373 39.7476 15.3593 39.6764 15.1991C39.6053 15.0389 39.5697 14.861 39.5697 14.7008V13.7931C39.5697 13.4194 39.712 13.2414 39.979 13.2414C40.0858 13.2414 40.1926 13.2592 40.2994 13.2948C40.4061 13.3304 40.5663 13.4016 40.7443 13.4728C41.3494 13.7397 42.0079 13.9533 42.702 14.0957C43.4139 14.238 44.108 14.3092 44.8199 14.3092C45.9412 14.3092 46.8133 14.1135 47.4184 13.7219C48.0235 13.3304 48.3438 12.7608 48.3438 12.0311C48.3438 11.5328 48.1837 11.1235 47.8633 10.7853C47.543 10.4472 46.9378 10.1446 46.0658 9.85985L43.4851 9.05896C42.1859 8.64961 41.2248 8.0445 40.6375 7.24361C40.0502 6.46051 39.7476 5.58843 39.7476 4.66296C39.7476 3.91546 39.9078 3.25695 40.2282 2.68743C40.5485 2.11791 40.9757 1.61958 41.5096 1.22803C42.0435 0.818688 42.6486 0.516129 43.3605 0.302558C44.0724 0.0889878 44.8199 0 45.603 0C45.9946 0 46.4039 0.0177976 46.7955 0.0711902C47.2048 0.124583 47.5786 0.195773 47.9523 0.266963C48.3083 0.355951 48.6464 0.444939 48.9668 0.551724C49.2871 0.65851 49.5363 0.765295 49.7143 0.87208C49.9634 1.01446 50.1414 1.15684 50.2482 1.31702C50.355 1.4594 50.4084 1.65517 50.4084 1.90434V2.74082C50.4084 3.11457 50.266 3.31035 49.999 3.31035C49.8566 3.31035 49.6253 3.23916 49.3227 3.09678C48.3083 2.63404 47.1692 2.40267 45.9056 2.40267C44.8911 2.40267 44.0902 2.56285 43.5385 2.901C42.9868 3.23916 42.702 3.75528 42.702 4.48498C42.702 4.98332 42.88 5.41046 43.236 5.74861C43.5919 6.08677 44.2504 6.42492 45.1937 6.72748L47.7209 7.52837C49.0024 7.93771 49.9278 8.50723 50.4796 9.23693C51.0313 9.96663 51.2982 10.8031 51.2982 11.7286C51.2982 12.4939 51.1381 13.188 50.8355 13.7931C50.5152 14.3982 50.088 14.9322 49.5363 15.3593C48.9846 15.8042 48.3261 16.1246 47.5608 16.356C46.7599 16.6051 45.9234 16.7297 45.0157 16.7297Z", fill: color || "#252f3e" }),
16
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48.3795 25.3793C42.5241 29.7041 34.0168 32 26.702 32C16.4506 32 7.21371 28.2091 0.237066 21.9088C-0.314658 21.4105 0.183674 20.7342 0.842183 21.1257C8.38835 25.5039 17.6965 28.1557 27.3249 28.1557C33.8211 28.1557 40.9579 26.8031 47.5252 24.0267C48.504 23.5818 49.3405 24.6674 48.3795 25.3793Z", fill: color || "#ff9900" }),
17
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50.8178 22.6029C50.0703 21.6418 45.87 22.1402 43.9657 22.3715C43.3962 22.4427 43.3072 21.9444 43.8233 21.5706C47.1693 19.2214 52.6687 19.8977 53.3094 20.6808C53.9501 21.4816 53.1314 26.9811 49.9991 29.6151C49.5185 30.0245 49.0558 29.8109 49.2694 29.277C49.9813 27.515 51.5653 23.5462 50.8178 22.6029Z", fill: color || "#ff9900" })));
18
- return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: viewBox }, rest),
19
- react_1.default.createElement("title", null, "AWS integration logo"),
20
- path));
21
- };
22
- exports.AwsSvg = AwsSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const BambooHrSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,18 +0,0 @@
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.BambooHrSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const BambooHrSvg = ({ color = "#69c52f", square, ...rest }) => {
10
- const viewBox = square ? "0 0 32 32" : "0 0 210 32";
11
- const path = square ? (react_1.default.createElement(react_1.default.Fragment, null,
12
- react_1.default.createElement("path", { fill: color, d: "M32 16c0 8.836-7.163 16-16 16s-16-7.164-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16zM18.874 13.214c-1.904 0-2.925 0.654-3.641 1.364l-0.195 0.205-0.001-6.382h-1.645v10.445c0 3.214 2.476 5.216 5.316 5.216 3.129 0 5.498-2.408 5.498-5.504 0-2.874-2.471-5.345-5.333-5.345zM12.616 15.334l-0.73-2.392c-0.436-1.258-0.565-1.983-1.792-3.279-0.42-0.445-2.012-1.423-1.815-1.21 2.017 2.177 3.049 4.816 3.447 5.548-0.365-0.444-0.794-0.842-1.282-1.338-0.416-0.422-0.851-0.803-1.264-1.058-0.272-0.168-0.424-0.261-0.7-0.404-1.243-0.646-2.447-1.036-2.91-1.152-0.565-0.141-1.122-0.177-1.122-0.177s1.801 1.52 2.572 2.488c0.772 0.967 1.559 1.835 2.429 2.19s1.173 0.456 1.857 0.56c0.59 0.089 1.31 0.224 1.31 0.224zM18.708 22.563c-2.066 0-3.815-1.629-3.815-3.812 0-2.184 1.474-3.977 3.852-3.977s3.779 1.923 3.779 3.936c0 2.191-1.483 3.852-3.816 3.852z" }),
13
- react_1.default.createElement("path", { fill: color, d: "M29.987 28.832c0.009 0.020 0.017 0.039 0.025 0.057s0.015 0.037 0.020 0.057c0.007-0.020 0.014-0.039 0.019-0.057s0.014-0.037 0.026-0.057l0.365-0.654c0.013-0.019 0.025-0.031 0.037-0.037s0.029-0.009 0.052-0.009h0.229v1.279h-0.238v-0.788l0.019-0.162-0.395 0.726c-0.019 0.040-0.050 0.061-0.095 0.061h-0.039c-0.045 0-0.076-0.020-0.093-0.061l-0.397-0.719 0.017 0.156v0.788h-0.238v-1.279h0.229c0.024 0 0.042 0.003 0.052 0.009s0.023 0.018 0.039 0.037zM29.095 28.133v0.227h-0.389v1.052h-0.272v-1.052h-0.389v-0.227h1.050z" }))) : (react_1.default.createElement("path", { fill: color, d: "M53.242 28.743c3.778 0 7.261-3.214 7.261-7.78 0-4.82-3.232-7.99-7.177-7.99-5.037 0-7.428 3.974-7.428 7.862s2.392 7.907 7.344 7.907zM60.209 13.648v-2.916h3.314v20.252h-3.314v-2.706h-0.084c-1.469 1.776-3.944 3.425-7.344 3.425-5.453 0-10.322-4.271-10.322-10.867 0-6.259 4.531-10.779 10.533-10.779 3.651 0 5.789 1.943 7.174 3.592zM89.425 10.056c4.532 0 7.68 3.17 7.68 9.133v11.795h-3.316v-12.052c0-3.127-1.425-5.875-4.825-5.875-2.812 0-5.456 2.029-5.456 6.681v11.246h-3.357v-12.052c0-3.338-1.804-5.875-4.783-5.875-3.358 0-5.497 2.452-5.497 6.681v11.246h-3.317v-20.252h3.317v2.537h0.085c1.341-1.817 3.397-3.212 5.999-3.212 3.147 0 5.706 1.817 6.547 4.185 1.007-2.031 3.441-4.185 6.924-4.185zM133.906 28.658c4.237 0 7.301-3.383 7.301-7.822 0-4.271-2.895-7.779-7.301-7.779-4.28 0-7.302 3.298-7.302 7.779 0 4.566 3.441 7.822 7.302 7.822zM133.906 10.056c6.251 0 10.742 4.65 10.742 10.779 0 5.962-4.532 10.867-10.742 10.867-6.086 0-10.744-4.737-10.744-10.867 0-6.259 4.7-10.779 10.744-10.779zM157.512 28.658c4.238 0 7.304-3.383 7.304-7.822 0-4.271-2.895-7.779-7.304-7.779-4.278 0-7.3 3.298-7.3 7.779 0 4.566 3.441 7.822 7.3 7.822zM157.512 10.056c6.256 0 10.744 4.65 10.744 10.779 0 5.962-4.533 10.867-10.744 10.867-6.082 0-10.741-4.737-10.741-10.867 0-6.259 4.7-10.779 10.741-10.779zM183.993 19.413v-8.612h2.437v20.183h-2.437v-9.322h-10.656v9.322h-2.436v-20.183h2.436v8.612zM192.597 20.3h3.641c2.647 0 3.968-1.627 3.968-3.581 0-2.367-1.409-3.669-3.997-3.669h-3.613zM202.731 16.72c0 2.87-2.116 5.090-4.639 5.594l6.314 8.67h-3.087l-6.047-8.434h-2.676v8.434h-2.439v-20.182h5.789c4.991 0 6.785 3.137 6.785 5.918zM28.921 28.936c4.733 0 7.739-3.394 7.739-7.87 0-4.115-2.841-8.043-7.664-8.043s-7.812 3.664-7.812 8.125c0 4.459 3.547 7.788 7.737 7.788zM29.256 9.835c5.804 0 10.815 5.047 10.815 10.919 0 6.325-4.804 11.246-11.151 11.246-5.761 0-10.781-4.092-10.781-10.659v-21.341h3.336l0.001 13.040 0.396-0.419c1.452-1.452 3.522-2.787 7.384-2.787zM110.242 28.936c4.733 0 7.739-3.394 7.739-7.87 0-4.115-2.841-8.043-7.663-8.043s-7.812 3.664-7.812 8.125c0 4.459 3.546 7.788 7.737 7.788zM110.578 9.835c5.803 0 10.815 5.047 10.815 10.919 0 6.325-4.804 11.246-11.15 11.246-5.761 0-10.782-4.092-10.782-10.659v-19.332h3.337l0.001 11.031 0.395-0.419c1.453-1.452 3.523-2.787 7.384-2.787zM11.451 2.577c2.49 2.649 2.751 4.129 3.634 6.699l1.481 4.889c0 0-1.46-0.277-2.656-0.458-1.388-0.212-2.002-0.42-3.766-1.144s-3.361-2.497-4.926-4.474c-1.564-1.978-5.217-5.084-5.217-5.084s1.129 0.075 2.275 0.362c0.938 0.236 3.381 1.034 5.902 2.354 0.559 0.292 0.868 0.482 1.419 0.825 0.838 0.522 1.72 1.3 2.564 2.162 0.991 1.013 1.86 1.828 2.601 2.734-0.807-1.498-2.9-6.887-6.99-11.337-0.401-0.436 2.827 1.564 3.68 2.472zM209.194 13.957c0.098-0.246 0.148-0.514 0.148-0.805 0-0.282-0.049-0.546-0.148-0.79s-0.234-0.456-0.408-0.635c-0.174-0.179-0.377-0.32-0.611-0.423s-0.487-0.155-0.76-0.155c-0.275 0-0.531 0.051-0.768 0.155s-0.442 0.245-0.615 0.423c-0.173 0.18-0.309 0.391-0.408 0.635s-0.147 0.508-0.147 0.79c0 0.291 0.049 0.559 0.147 0.805 0.098 0.247 0.234 0.461 0.408 0.643s0.378 0.323 0.615 0.426c0.236 0.103 0.492 0.155 0.768 0.155 0.272 0 0.525-0.052 0.76-0.155s0.438-0.245 0.611-0.426c0.174-0.182 0.31-0.395 0.408-0.643zM209.579 12.223c0.126 0.286 0.188 0.596 0.188 0.929 0 0.341-0.062 0.656-0.188 0.945s-0.295 0.539-0.508 0.751c-0.213 0.213-0.462 0.379-0.746 0.497s-0.588 0.177-0.91 0.177c-0.322 0-0.626-0.059-0.912-0.177s-0.537-0.284-0.753-0.497c-0.215-0.212-0.385-0.463-0.511-0.751s-0.188-0.604-0.188-0.945c0-0.332 0.062-0.642 0.188-0.929s0.296-0.535 0.511-0.746c0.216-0.21 0.466-0.375 0.753-0.496s0.59-0.18 0.912-0.18c0.323 0 0.625 0.060 0.91 0.18s0.533 0.286 0.746 0.496c0.213 0.211 0.383 0.46 0.508 0.746zM207.371 13.007c0.096 0 0.187-0.003 0.273-0.009s0.162-0.024 0.229-0.054c0.067-0.030 0.12-0.075 0.16-0.136s0.059-0.146 0.059-0.256c0-0.093-0.017-0.167-0.053-0.221s-0.082-0.096-0.138-0.126c-0.057-0.030-0.121-0.050-0.194-0.060s-0.146-0.016-0.217-0.016h-0.564v0.878zM208.312 13.118c-0.138 0.116-0.309 0.184-0.515 0.205l0.785 1.22h-0.458l-0.747-1.188h-0.451v1.188h-0.427v-2.762h1.061c0.326 0 0.567 0.066 0.724 0.196s0.235 0.329 0.235 0.594c0 0.249-0.069 0.431-0.207 0.547z" }));
14
- return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: viewBox }, rest),
15
- react_1.default.createElement("title", null, "BambooHR integration logo"),
16
- path));
17
- };
18
- exports.BambooHrSvg = BambooHrSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const BitbucketSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,18 +0,0 @@
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.BitbucketSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const BitbucketSvg = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: "0 0 32 32" }, rest),
10
- react_1.default.createElement("title", null, "Bitbucket integration logo"),
11
- react_1.default.createElement("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
12
- react_1.default.createElement("path", { d: "M4.77044 5C4.29089 5 3.93123 5.43959 4.01115 5.87918L7.24814 25.7007C7.32806 26.2203 7.76766 26.5799 8.28717 26.5799H23.9526C24.3123 26.5799 24.632 26.3002 24.7119 25.9405L27.9888 5.91915C28.0688 5.43959 27.7091 5.03997 27.2296 5.03997L4.77044 5ZM18.5177 19.3067H13.5223L12.2035 12.2333H19.7565L18.5177 19.3067Z", fill: color || "#2684ff" }),
13
- react_1.default.createElement("path", { d: "M26.9098 12.2333H19.7165L18.5176 19.3067H13.5222L7.64771 26.3002C7.64771 26.3002 7.92744 26.54 8.32707 26.54H23.9925C24.3522 26.54 24.6719 26.2602 24.7518 25.9005L26.9098 12.2333Z", fill: color || "url(#paint0_linear)" }),
14
- react_1.default.createElement("defs", null,
15
- react_1.default.createElement("linearGradient", { id: "paint0_linear", x1: "28.5925", y1: "14.2265", x2: "16.672", y2: "23.5316", gradientUnits: "userSpaceOnUse" },
16
- react_1.default.createElement("stop", { offset: "0.176", stopColor: "#0052cc" }),
17
- react_1.default.createElement("stop", { offset: "1", stopColor: "#2684ff" }))))));
18
- exports.BitbucketSvg = BitbucketSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const ConveyorSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,20 +0,0 @@
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.ConveyorSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const tokens_1 = require("../../../tokens");
10
- const ConveyorSvg = ({ color = tokens_1.colors.brandGreen["400"], square, ...rest }) => {
11
- const viewBox = "0 0 32 32";
12
- const path = (react_1.default.createElement(react_1.default.Fragment, null,
13
- react_1.default.createElement("path", { fill: color, d: "M19.042 31.58c-1.17 0.275-2.389 0.42-3.642 0.42-0.24 0-0.479-0.005-0.716-0.016v-2.851c0-1.318-1.285-2.25-2.533-1.843-1.934 0.63-3.873 1.249-5.809 1.872-1.371-0.954-2.586-2.118-3.598-3.447l7.94-2.602c1.96-0.637 4.054-0.299 5.721 0.918s2.633 3.115 2.637 5.186l0.001 2.362z" }),
14
- react_1.default.createElement("path", { fill: color, d: "M20.856 31.037l0.004-8.342c-0.003-2.071 0.95-3.969 2.636-5.191 1.647-1.216 3.736-1.548 5.716-0.909l2.066 0.675c-0.117 1.502-0.441 2.946-0.943 4.302-0.876-0.286-1.751-0.576-2.627-0.861-1.23-0.401-2.48 0.525-2.48 1.824v6.057c-1.308 1.032-2.781 1.862-4.372 2.445z" }),
15
- react_1.default.createElement("path", { fill: color, d: "M31.314 15.338l-7.709-2.523c-1.98-0.64-3.471-2.149-4.105-4.12s-0.299-4.075 0.911-5.75l1.212-1.677c1.363 0.582 2.629 1.349 3.767 2.27-0.512 0.704-1.032 1.403-1.555 2.099-0.802 1.066-0.321 2.608 0.946 3.015l5.558 1.785c0.567 1.536 0.906 3.184 0.976 4.901z" }),
16
- react_1.default.createElement("path", { fill: color, d: "M14.89 0.008c0.169-0.005 0.339-0.008 0.509-0.008 1.534 0 3.017 0.218 4.421 0.624l-4.725 6.537c-1.211 1.675-3.098 2.645-5.159 2.648s-3.949-0.956-5.166-2.651l-1.287-1.776c0.971-1.099 2.091-2.063 3.327-2.859l1.565 2.223c0.764 1.085 2.365 1.090 3.135 0.008l3.379-4.747z" }),
17
- react_1.default.createElement("path", { fill: color, d: "M0.145 11.383c0.487-1.624 1.223-3.14 2.165-4.502l4.823 6.663c1.217 1.695 1.548 3.795 0.906 5.745-0.636 1.99-2.137 3.487-4.097 4.124l-2.253 0.733c-0.737-1.249-1.31-2.608-1.689-4.046l2.681-0.912c1.244-0.423 1.711-1.948 0.93-3.009-1.168-1.589-2.318-3.193-3.466-4.797z" })));
18
- return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: viewBox }, rest), path));
19
- };
20
- exports.ConveyorSvg = ConveyorSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const DefaultSvg: ({ color, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,13 +0,0 @@
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.DefaultSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const conveyor_1 = require("./conveyor");
9
- const tokens_1 = require("../../../tokens");
10
- const DefaultSvg = ({ color = tokens_1.colors.gray["500"], ...rest }) => {
11
- return react_1.default.createElement(conveyor_1.ConveyorSvg, Object.assign({ color: color }, rest));
12
- };
13
- exports.DefaultSvg = DefaultSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const DeploySvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,17 +0,0 @@
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.DeploySvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const tokens_1 = require("../../../tokens");
10
- const DeploySvg = ({ color = tokens_1.colors.gold["400"], square, ...rest }) => {
11
- const viewBox = square ? "0 0 32 32" : "0 0 32 28";
12
- const path = square ? (react_1.default.createElement("path", { fill: color, d: "M32 22.9362V29.3368L22.3991 19.7359V29.6124H17.5994V8.53555L32 22.9362ZM22.3991 2.39999H16L32 18.4V11.9964L22.3991 2.39999ZM14.3991 8.52646L0 22.9271V29.3262L9.59636 19.7207V29.6064H14.3961V8.52646H14.3991ZM0 11.9964V18.3954L16 2.39999H9.54033L0 11.9964Z" })) : (react_1.default.createElement("path", { fill: color, d: "M32 20.5362V26.9368L22.3991 17.3359V27.2124H17.5994V6.13555L32 20.5362ZM22.3991 0H16L32 16V9.59636L22.3991 0ZM14.3991 6.12647L0 20.5271V26.9262L9.59636 17.3207V27.2064H14.3961V6.12647H14.3991ZM0 9.59636V15.9955L16 0H9.54033L0 9.59636Z" }));
13
- return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: viewBox }, rest),
14
- react_1.default.createElement("title", null, "Aptible Deploy integration logo"),
15
- path));
16
- };
17
- exports.DeploySvg = DeploySvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const EventsAPI: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,26 +0,0 @@
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.EventsAPI = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const tokens_1 = require("../../../tokens");
10
- const EventsAPI = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: "0 0 32 32" }, rest),
11
- react_1.default.createElement("title", null, "Events API logo"),
12
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 27.9585C22.6045 27.9585 27.9585 22.6045 27.9585 16C27.9585 9.39556 22.6045 4.04157 16 4.04157C9.39554 4.04157 4.04156 9.39556 4.04156 16C4.04156 22.6045 9.39554 27.9585 16 27.9585ZM16 29.6728C23.5513 29.6728 29.6728 23.5513 29.6728 16C29.6728 8.44878 23.5513 2.32729 16 2.32729C8.44876 2.32729 2.32727 8.44878 2.32727 16C2.32727 23.5513 8.44876 29.6728 16 29.6728Z", fill: color || tokens_1.colors.gray["500"] }),
13
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.90908 15.1429L29.0909 15.1429V16.8572L2.90908 16.8572V15.1429Z", fill: color || tokens_1.colors.gray["500"] }),
14
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.8572 3.49092L16.8572 29.6728L15.1429 29.6728L15.1429 3.49092L16.8572 3.49092Z", fill: color || tokens_1.colors.gray["500"] }),
15
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.1429 8.00002L7.42855 25.7143L6.21637 24.5021L23.9307 6.78783L25.1429 8.00002Z", fill: color || tokens_1.colors.gray["500"] }),
16
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.881 27.1429L6.45243 7.71429L7.66461 6.50211L27.0932 25.9307L25.881 27.1429Z", fill: color || tokens_1.colors.gray["500"] }),
17
- react_1.default.createElement("path", { d: "M22.8572 16C22.8572 19.7871 19.7871 22.8572 16 22.8572C12.2129 22.8572 9.14288 19.7871 9.14288 16C9.14288 12.2129 12.2129 9.14287 16 9.14287C19.7871 9.14287 22.8572 12.2129 22.8572 16Z", fill: color || tokens_1.colors.gray["700"] }),
18
- react_1.default.createElement("path", { d: "M4.74075 16C4.74075 17.3091 3.6795 18.3703 2.37037 18.3703C1.06125 18.3703 0 17.3091 0 16C0 14.6908 1.06125 13.6296 2.37037 13.6296C3.6795 13.6296 4.74075 14.6908 4.74075 16Z", fill: color || tokens_1.colors.gray["700"] }),
19
- react_1.default.createElement("path", { d: "M32 16.0847C32 17.3938 30.9388 18.4551 29.6297 18.4551C28.3205 18.4551 27.2593 17.3938 27.2593 16.0847C27.2593 14.7756 28.3205 13.7143 29.6297 13.7143C30.9388 13.7143 32 14.7756 32 16.0847Z", fill: color || tokens_1.colors.gray["700"] }),
20
- react_1.default.createElement("path", { d: "M16 4.74075C14.6909 4.74075 13.6297 3.67949 13.6297 2.37037C13.6297 1.06125 14.6909 -1.57964e-07 16 -1.01762e-07C17.3092 -4.55604e-08 18.3704 1.06125 18.3704 2.37037C18.3704 3.67949 17.3092 4.74075 16 4.74075Z", fill: color || tokens_1.colors.gray["700"] }),
21
- react_1.default.createElement("path", { d: "M16 32.0001C14.6909 32.0001 13.6297 30.9388 13.6297 29.6297C13.6297 28.3206 14.6909 27.2593 16 27.2593C17.3092 27.2593 18.3704 28.3206 18.3704 29.6297C18.3704 30.9388 17.3092 32.0001 16 32.0001Z", fill: color || tokens_1.colors.gray["700"] }),
22
- react_1.default.createElement("path", { d: "M23.9615 8.03856C23.0358 7.11288 23.0358 5.61204 23.9615 4.68635C24.8872 3.76066 26.388 3.76066 27.3137 4.68635C28.2394 5.61204 28.2394 7.11288 27.3137 8.03856C26.388 8.96425 24.8872 8.96425 23.9615 8.03856Z", fill: color || tokens_1.colors.gray["700"] }),
23
- react_1.default.createElement("path", { d: "M4.68634 27.3137C3.76065 26.388 3.76065 24.8872 4.68634 23.9615C5.61203 23.0358 7.11286 23.0358 8.03855 23.9615C8.96424 24.8872 8.96424 26.388 8.03855 27.3137C7.11286 28.2394 5.61203 28.2394 4.68634 27.3137Z", fill: color || tokens_1.colors.gray["700"] }),
24
- react_1.default.createElement("path", { d: "M23.9616 23.9616C24.8873 23.0359 26.3881 23.0359 27.3138 23.9616C28.2395 24.8873 28.2395 26.3881 27.3138 27.3138C26.3881 28.2395 24.8873 28.2395 23.9616 27.3138C23.0359 26.3881 23.0359 24.8873 23.9616 23.9616Z", fill: color || tokens_1.colors.gray["700"] }),
25
- react_1.default.createElement("path", { d: "M4.68632 4.68633C5.61201 3.76064 7.11284 3.76064 8.03853 4.68633C8.96422 5.61201 8.96422 7.11285 8.03853 8.03854C7.11285 8.96423 5.61201 8.96423 4.68632 8.03854C3.76063 7.11285 3.76063 5.61201 4.68632 4.68633Z", fill: color || tokens_1.colors.gray["700"] })));
26
- exports.EventsAPI = EventsAPI;
@@ -1,3 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- declare const GcpSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
3
- export { GcpSvg };
@@ -1,15 +0,0 @@
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.GcpSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const GcpSvg = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: "0 0 64 64" }, rest),
10
- react_1.default.createElement("title", null, "GCP integration logo"),
11
- react_1.default.createElement("path", { d: "M40.728 20.488l2.05.035 5.57-5.57.27-2.36C44.2 8.657 38.367 6.26 31.993 6.26c-11.54 0-21.28 7.852-24.163 18.488.608-.424 1.908-.106 1.908-.106l11.13-1.83s.572-.947.862-.9A13.88 13.88 0 0 1 32 17.375c3.3.007 6.34 1.173 8.728 3.102z", fill: "#ea4335" }),
12
- react_1.default.createElement("path", { d: "M56.17 24.77c-1.293-4.77-3.958-8.982-7.555-12.177l-7.887 7.887c3.16 2.55 5.187 6.452 5.187 10.82v1.392c3.837 0 6.954 3.124 6.954 6.954 0 3.837-3.124 6.954-6.954 6.954H32.007L30.615 48v8.346l1.392 1.385h13.908A18.11 18.11 0 0 0 64 39.647c-.007-6.155-3.1-11.6-7.83-14.876z", fill: "#4285f4" }),
13
- react_1.default.createElement("path", { d: "M18.085 57.74h13.9V46.6h-13.9a6.89 6.89 0 0 1-2.862-.622l-2.007.615-5.57 5.57-.488 1.88a18 18 0 0 0 10.926 3.689z", fill: "#34a853" }),
14
- react_1.default.createElement("path", { d: "M18.085 21.57A18.11 18.11 0 0 0 0 39.654c0 5.873 2.813 11.095 7.166 14.403l8.064-8.064a6.96 6.96 0 0 1-4.099-6.339c0-3.837 3.124-6.954 6.954-6.954 2.82 0 5.244 1.7 6.34 4.1l8.064-8.064c-3.307-4.353-8.53-7.166-14.403-7.166z", fill: "#fbbc05" })));
15
- exports.GcpSvg = GcpSvg;
@@ -1,3 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- declare const GithubSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
3
- export { GithubSvg };
@@ -1,12 +0,0 @@
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.GithubSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const GithubSvg = ({ color = "#161514", square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: "0 0 32 32" }, rest),
10
- react_1.default.createElement("title", null, "Github integration logo"),
11
- react_1.default.createElement("path", { fill: color, d: "M16 0.399994C7.16 0.399994 0 7.56399 0 16.4C0 23.4707 4.584 29.4667 10.94 31.58C11.74 31.7307 12.0333 31.236 12.0333 30.8107C12.0333 30.4307 12.02 29.424 12.0133 28.0907C7.56267 29.056 6.624 25.944 6.624 25.944C5.896 24.0973 4.844 23.604 4.844 23.604C3.39467 22.612 4.956 22.632 4.956 22.632C6.56267 22.744 7.40667 24.28 7.40667 24.28C8.83333 26.7267 11.152 26.02 12.0667 25.6107C12.2107 24.576 12.6227 23.8707 13.08 23.4707C9.52667 23.0707 5.792 21.6947 5.792 15.564C5.792 13.8173 6.412 12.3907 7.43867 11.2707C7.25867 10.8667 6.71867 9.23999 7.57867 7.03599C7.57867 7.03599 8.91867 6.60666 11.9787 8.67599C13.2587 8.31999 14.6187 8.14399 15.9787 8.13599C17.3387 8.14399 18.6987 8.31999 19.9787 8.67599C23.0187 6.60666 24.3587 7.03599 24.3587 7.03599C25.2187 9.23999 24.6787 10.8667 24.5187 11.2707C25.5387 12.3907 26.1587 13.8173 26.1587 15.564C26.1587 21.7107 22.4187 23.064 18.8587 23.4573C19.4187 23.9373 19.9387 24.9187 19.9387 26.4173C19.9387 28.5587 19.9187 30.2787 19.9187 30.7987C19.9187 31.2187 20.1987 31.7187 21.0187 31.5587C27.42 29.46 32 23.46 32 16.4C32 7.56399 24.836 0.399994 16 0.399994" })));
12
- exports.GithubSvg = GithubSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const GitlabSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,19 +0,0 @@
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.GitlabSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const GitlabSvg = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: "0 0 32 32" }, rest),
10
- react_1.default.createElement("title", null, "Gitlab integration logo"),
11
- react_1.default.createElement("path", { d: "M31.9415 17.8289L30.149 12.3285L26.6019 1.41847C26.561 1.29675 26.4829 1.19092 26.3786 1.11594C26.2742 1.04097 26.1489 1.00063 26.0203 1.00063C25.8917 1.00063 25.7664 1.04097 25.6621 1.11594C25.5577 1.19092 25.4796 1.29675 25.4388 1.41847L21.8916 12.3219H10.106L6.55885 1.41847C6.51827 1.29663 6.4403 1.19064 6.336 1.11553C6.23171 1.04042 6.10637 1 5.97777 1C5.84917 1 5.72383 1.04042 5.61953 1.11553C5.51523 1.19064 5.43726 1.29663 5.39669 1.41847L1.85522 12.3219L0.06269 17.8289C-0.0169457 18.0735 -0.0171059 18.3368 0.0622329 18.5814C0.141572 18.826 0.296346 19.0393 0.504425 19.1908L16.0002 30.4321L31.4932 19.1908C31.7022 19.04 31.8581 18.8271 31.9386 18.5825C32.0192 18.3379 32.0202 18.0742 31.9415 17.8289", fill: color || "#fc6d26" }),
12
- react_1.default.createElement("path", { d: "M16.0002 30.4236L21.8926 12.3209H10.1107L16.0002 30.4236Z", fill: color || "#e24329" }),
13
- react_1.default.createElement("path", { d: "M16.0002 30.4236L10.106 12.3209H1.85902L16.0002 30.4236Z", fill: color || "#fc6d26" }),
14
- react_1.default.createElement("path", { d: "M1.85238 12.3266L0.0598438 17.8271C-0.0197918 18.0716 -0.0199513 18.3349 0.0593875 18.5795C0.138726 18.8241 0.293501 19.0374 0.501579 19.1889L16.0002 30.4321L1.85238 12.3266Z", fill: color || "#fca326" }),
15
- react_1.default.createElement("path", { d: "M1.85522 12.3266H10.1126L6.55885 1.42414C6.51801 1.30243 6.4399 1.1966 6.33554 1.12162C6.23119 1.04664 6.10586 1.0063 5.97729 1.0063C5.84872 1.0063 5.7234 1.04664 5.61905 1.12162C5.51469 1.1966 5.43658 1.30243 5.39574 1.42414L1.85522 12.3266Z", fill: color || "#e24329" }),
16
- react_1.default.createElement("path", { d: "M16.0002 30.4236L21.8925 12.3209H30.1528L16.0002 30.4236Z", fill: color || "#fc6d26" }),
17
- react_1.default.createElement("path", { d: "M30.1471 12.3266L31.9397 17.8271C32.0197 18.0715 32.0201 18.3351 31.9408 18.5798C31.8614 18.8245 31.7063 19.0377 31.4979 19.1889L16.0002 30.4236L30.1433 12.3266H30.1471Z", fill: color || "#fca326" }),
18
- react_1.default.createElement("path", { d: "M30.1509 12.3266H21.8944L25.4416 1.42414C25.4822 1.30231 25.5601 1.19632 25.6644 1.12121C25.7687 1.0461 25.8941 1.00568 26.0227 1.00568C26.1513 1.00568 26.2766 1.0461 26.3809 1.12121C26.4852 1.19632 26.5632 1.30231 26.6038 1.42414L30.1509 12.3266Z", fill: color || "#e24329" })));
19
- exports.GitlabSvg = GitlabSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const GsuiteSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,15 +0,0 @@
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.GsuiteSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const GsuiteSvg = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: "0 0 32 32" }, rest),
10
- react_1.default.createElement("title", null, "GSuite integration logo"),
11
- react_1.default.createElement("path", { fill: color || "#4285f4", d: "M31.7526 16.3674C31.7526 15.2798 31.664 14.1863 31.4751 13.1163H16.3172V19.2776H24.9974C24.6372 21.2647 23.4799 23.0226 21.7851 24.1396V28.1374H26.9637C30.0048 25.3507 31.7526 21.2354 31.7526 16.3674Z" }),
12
- react_1.default.createElement("path", { fill: color || "#34a853", d: "M16.3172 32C20.6514 32 24.3065 30.5831 26.9696 28.1374L21.791 24.1396C20.3502 25.1156 18.4902 25.6682 16.3231 25.6682C12.1306 25.6682 8.57589 22.8521 7.30044 19.0659H1.95651V23.1872C4.68457 28.5901 10.2411 32 16.3172 32V32Z" }),
13
- react_1.default.createElement("path", { fill: color || "#fbbc04", d: "M7.29454 19.066C6.62138 17.0788 6.62138 14.9271 7.29454 12.9399V8.81866H1.95652C-0.322767 13.3397 -0.322767 18.6662 1.95652 23.1872L7.29454 19.066V19.066Z" }),
14
- react_1.default.createElement("path", { fill: color || "#ea4335", d: "M16.3172 6.3318C18.6083 6.29652 20.8226 7.15487 22.4819 8.73047L27.07 4.16241C24.1648 1.44626 20.3089 -0.047038 16.3172 -5.15278e-06C10.2411 -5.15278e-06 4.68457 3.40988 1.95651 8.81866L7.29453 12.9399C8.56408 9.14789 12.1247 6.3318 16.3172 6.3318V6.3318Z" })));
15
- exports.GsuiteSvg = GsuiteSvg;
@@ -1,21 +0,0 @@
1
- export { AddigySvg } from "./addigy";
2
- export { AwsSvg } from "./aws";
3
- export { BambooHrSvg } from "./bamboohr";
4
- export { BitbucketSvg } from "./bitbucket";
5
- export { ConveyorSvg } from "./conveyor";
6
- export { DefaultSvg } from "./default";
7
- export { DeploySvg } from "./deploy";
8
- export { EventsAPI } from "./events-api";
9
- export { GcpSvg } from "./gcp";
10
- export { GithubSvg } from "./github";
11
- export { GitlabSvg } from "./gitlab";
12
- export { GsuiteSvg } from "./gsuite";
13
- export { JamfSvg } from "./jamf";
14
- export { JiraSvg } from "./jira";
15
- export { JumpcloudSvg } from "./jumpcloud";
16
- export { OktaSvg } from "./okta";
17
- export { OneLoginSvg } from "./onelogin";
18
- export { SalesforceSvg } from "./salesforce";
19
- export { SlackSvg } from "./slack";
20
- export { ZoomSvg } from "./zoom";
21
- export * from "./wrapper";
@@ -1,54 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- exports.ZoomSvg = exports.SlackSvg = exports.SalesforceSvg = exports.OneLoginSvg = exports.OktaSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.GsuiteSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.EventsAPI = exports.DeploySvg = exports.DefaultSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
14
- var addigy_1 = require("./addigy");
15
- Object.defineProperty(exports, "AddigySvg", { enumerable: true, get: function () { return addigy_1.AddigySvg; } });
16
- var aws_1 = require("./aws");
17
- Object.defineProperty(exports, "AwsSvg", { enumerable: true, get: function () { return aws_1.AwsSvg; } });
18
- var bamboohr_1 = require("./bamboohr");
19
- Object.defineProperty(exports, "BambooHrSvg", { enumerable: true, get: function () { return bamboohr_1.BambooHrSvg; } });
20
- var bitbucket_1 = require("./bitbucket");
21
- Object.defineProperty(exports, "BitbucketSvg", { enumerable: true, get: function () { return bitbucket_1.BitbucketSvg; } });
22
- var conveyor_1 = require("./conveyor");
23
- Object.defineProperty(exports, "ConveyorSvg", { enumerable: true, get: function () { return conveyor_1.ConveyorSvg; } });
24
- var default_1 = require("./default");
25
- Object.defineProperty(exports, "DefaultSvg", { enumerable: true, get: function () { return default_1.DefaultSvg; } });
26
- var deploy_1 = require("./deploy");
27
- Object.defineProperty(exports, "DeploySvg", { enumerable: true, get: function () { return deploy_1.DeploySvg; } });
28
- var events_api_1 = require("./events-api");
29
- Object.defineProperty(exports, "EventsAPI", { enumerable: true, get: function () { return events_api_1.EventsAPI; } });
30
- var gcp_1 = require("./gcp");
31
- Object.defineProperty(exports, "GcpSvg", { enumerable: true, get: function () { return gcp_1.GcpSvg; } });
32
- var github_1 = require("./github");
33
- Object.defineProperty(exports, "GithubSvg", { enumerable: true, get: function () { return github_1.GithubSvg; } });
34
- var gitlab_1 = require("./gitlab");
35
- Object.defineProperty(exports, "GitlabSvg", { enumerable: true, get: function () { return gitlab_1.GitlabSvg; } });
36
- var gsuite_1 = require("./gsuite");
37
- Object.defineProperty(exports, "GsuiteSvg", { enumerable: true, get: function () { return gsuite_1.GsuiteSvg; } });
38
- var jamf_1 = require("./jamf");
39
- Object.defineProperty(exports, "JamfSvg", { enumerable: true, get: function () { return jamf_1.JamfSvg; } });
40
- var jira_1 = require("./jira");
41
- Object.defineProperty(exports, "JiraSvg", { enumerable: true, get: function () { return jira_1.JiraSvg; } });
42
- var jumpcloud_1 = require("./jumpcloud");
43
- Object.defineProperty(exports, "JumpcloudSvg", { enumerable: true, get: function () { return jumpcloud_1.JumpcloudSvg; } });
44
- var okta_1 = require("./okta");
45
- Object.defineProperty(exports, "OktaSvg", { enumerable: true, get: function () { return okta_1.OktaSvg; } });
46
- var onelogin_1 = require("./onelogin");
47
- Object.defineProperty(exports, "OneLoginSvg", { enumerable: true, get: function () { return onelogin_1.OneLoginSvg; } });
48
- var salesforce_1 = require("./salesforce");
49
- Object.defineProperty(exports, "SalesforceSvg", { enumerable: true, get: function () { return salesforce_1.SalesforceSvg; } });
50
- var slack_1 = require("./slack");
51
- Object.defineProperty(exports, "SlackSvg", { enumerable: true, get: function () { return slack_1.SlackSvg; } });
52
- var zoom_1 = require("./zoom");
53
- Object.defineProperty(exports, "ZoomSvg", { enumerable: true, get: function () { return zoom_1.ZoomSvg; } });
54
- __exportStar(require("./wrapper"), exports);
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const JamfSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,20 +0,0 @@
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.JamfSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const JamfSvg = ({ color, square, ...rest }) => {
10
- const viewBox = square ? "0 0 32 32" : "0 0 93 32";
11
- const path = square ? (react_1.default.createElement(react_1.default.Fragment, null,
12
- react_1.default.createElement("path", { fill: color || "#778eb1", d: "M2.342 0.332c-0.949 0-1.718 0.77-1.718 1.72v11.893c0 0.925 0.75 1.677 1.675 1.677h5.989c2.742 0 6.505-0.564 7.539-5.436 0.001-0.001 1.027-4.879 1.636-7.77 0.227-1.075-0.594-2.083-1.692-2.083h-13.429z" }),
13
- react_1.default.createElement("path", { fill: color || "#778eb1", d: "M25.262 5.973c-4.044 0-6.434 1.704-7.523 5.362 0.002-0.007-2.817 8.711-2.817 8.711-1.033 2.863-2.695 4.043-5.73 4.043h-6.961c-0.888 0-1.608 0.721-1.608 1.609v4.443c0 0.85 0.688 1.539 1.538 1.539h28.256c0.886 0 1.605-0.718 1.605-1.605v-22.553c0-0.856-0.693-1.548-1.547-1.548h-5.212z" }))) : (react_1.default.createElement(react_1.default.Fragment, null,
14
- react_1.default.createElement("path", { fill: color || "#778eb1", d: "M19.2 4c-3.143 0-5.029 1.314-5.886 4.171l-2.171 6.8c-0.8 2.229-2.114 3.143-4.457 3.143h-5.429c-0.686 0-1.257 0.571-1.257 1.257v3.486c0 0.629 0.514 1.143 1.2 1.143h22.057c0.686 0 1.257-0.571 1.257-1.257v-17.543c0-0.686-0.514-1.2-1.2-1.2h-4.114zM1.314 0c-0.686 0-1.314 0.629-1.314 1.314v9.257c0 0.743 0.571 1.314 1.314 1.314h4.686c2.114 0 5.086-0.457 5.886-4.229 0 0 0.8-3.829 1.257-6.057 0.171-0.857-0.457-1.6-1.314-1.6h-10.514z" }),
15
- react_1.default.createElement("path", { fill: color || "#204156", d: "M87.371 7.6c0-3.143 2.114-4.629 5.086-4.743v2.571h-0.514c-1.314 0-2 1.086-2 2.4v2.057h2.4v2.286h-2.4v12.686h-2.571v-12.743h-2.229v-2.286h2.229v-2.229zM78.457 15.829c0-2.571-1.486-3.714-3.257-3.714-2.114 0-3.714 1.371-3.714 3.829v9.029h-2.571v-9.143c0-2.571-1.486-3.714-3.257-3.714-2.114 0-3.714 1.371-3.714 3.829v9.029h-2.514v-14.914h2.571v1.771h0.057c0.686-1.543 2.514-2.114 4.057-2.114 1.486 0 3.143 0.4 4.343 2.571 0.914-1.886 2.857-2.571 4.8-2.571 3.2 0 5.657 1.943 5.657 5.829v9.429h-2.571v-9.143h0.114zM47.485 17.086c-3.143 0-4.171 1.543-4.171 2.971s1.029 2.971 4.171 2.971c3.143 0 4.171-1.543 4.171-2.971s-1.086-2.971-4.171-2.971zM51.543 14.971c0-2.457-2.457-3.029-4.4-3.029-1.371 0-2.686 0.343-4.057 1.029l-1.143-2.114c2.229-0.971 4-1.143 5.314-1.143 3.543 0 6.857 1.543 6.857 5.086v10.171h-2.4v-1.6c-1.314 1.371-2.743 1.943-4.686 1.943-3.6 0-6.457-2-6.457-5.371 0-2.743 2.286-5.143 6.4-5.143 1.543 0 3.2 0.457 4.571 1.714v-1.543zM35.714 3.429c0.971 0 1.771 0.8 1.771 1.771 0 1.029-0.8 1.829-1.771 1.829s-1.771-0.8-1.771-1.771c0-1.029 0.8-1.829 1.771-1.829zM34.514 9.943h2.571l0.057 16.857c0 3.886-2.514 5.2-5.314 5.2h-0.971v-2.4h0.971c2.514 0 2.743-1.371 2.743-2.686l-0.057-16.971z" })));
16
- return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: viewBox }, rest),
17
- react_1.default.createElement("title", null, "Jamf integration logo"),
18
- path));
19
- };
20
- exports.JamfSvg = JamfSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const JiraSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,21 +0,0 @@
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.JiraSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const JiraSvg = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: "0 0 32 32" }, rest),
10
- react_1.default.createElement("title", null, "Jira integration logo"),
11
- react_1.default.createElement("path", { d: "M31.1047 15.1045L17.3349 1.33474L16.0001 0L5.63475 10.3654L0.895579 15.1045C0.658281 15.3421 0.524994 15.6642 0.524994 16C0.524994 16.3358 0.658281 16.6579 0.895579 16.8955L10.3655 26.3654L16.0001 32L26.3655 21.6346L26.526 21.4741L31.1047 16.8955C31.342 16.6579 31.4752 16.3358 31.4752 16C31.4752 15.6642 31.342 15.3421 31.1047 15.1045V15.1045ZM16.0001 20.7307L11.2694 16L16.0001 11.2693L20.7308 16L16.0001 20.7307Z", fill: color || "#2684ff" }),
12
- react_1.default.createElement("path", { d: "M16.0001 11.2693C14.5122 9.78121 13.6736 7.7649 13.6672 5.6606C13.6609 3.55631 14.4874 1.53499 15.9663 0.0380096L5.61362 10.3865L11.2483 16.0211L16.0001 11.2693Z", fill: color || "url(#jira_paint0_linear)" }),
13
- react_1.default.createElement("path", { d: "M20.7435 15.9873L16.0001 20.7307C16.7404 21.4705 17.3276 22.3489 17.7282 23.3157C18.1288 24.2825 18.335 25.3188 18.335 26.3654C18.335 27.4119 18.1288 28.4482 17.7282 29.415C17.3276 30.3818 16.7404 31.2602 16.0001 32V32L26.3782 21.622L20.7435 15.9873Z", fill: color || "url(#jira_paint1_linear)" }),
14
- react_1.default.createElement("defs", null,
15
- react_1.default.createElement("linearGradient", { id: "jira_paint0_linear", x1: "15.1553", y1: "6.48363", x2: "8.5492", y2: "13.0897", gradientUnits: "userSpaceOnUse" },
16
- react_1.default.createElement("stop", { offset: "0.18", stopColor: "#0052cc" }),
17
- react_1.default.createElement("stop", { offset: "1", stopColor: "#2684ff" })),
18
- react_1.default.createElement("linearGradient", { id: "jira_paint1_linear", x1: "418.46", y1: "981.231", x2: "646.623", y2: "833.356", gradientUnits: "userSpaceOnUse" },
19
- react_1.default.createElement("stop", { offset: "0.18", stopColor: "#0052cc" }),
20
- react_1.default.createElement("stop", { offset: "1", stopColor: "#2684ff" })))));
21
- exports.JiraSvg = JiraSvg;
@@ -1,2 +0,0 @@
1
- import { SvgLogoProps } from "./wrapper";
2
- export declare const JumpcloudSvg: ({ color, square, ...rest }: SvgLogoProps) => JSX.Element;
@@ -1,28 +0,0 @@
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.JumpcloudSvg = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const wrapper_1 = require("./wrapper");
9
- const JumpcloudSvg = ({ color = "#1e8194", square, ...rest }) => {
10
- const viewBox = square ? "0 0 32 32" : "0 0 67 32";
11
- const path = square ? (react_1.default.createElement(react_1.default.Fragment, null,
12
- react_1.default.createElement("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M8.26074 20.808C7.07373 21.2503 6.10694 22.0136 5.51967 22.9633C5.39958 23.1571 5.53428 23.4084 5.76199 23.4084H8.18734H13.3067C13.4257 23.4084 13.5448 23.3132 13.579 23.1995C13.7518 22.6226 14.0643 22.0923 14.4449 21.5942C14.0362 21.2916 13.5815 21.0308 13.0779 20.8351C12.8987 20.7656 12.8573 20.5301 12.9988 20.3997C13.8626 19.6004 14.3237 18.3741 14.0276 17.0507C13.7379 15.7574 12.6852 14.719 11.3885 14.4468C9.13488 13.9739 7.14999 15.6808 7.14999 17.851C7.14999 18.8926 7.61111 19.8234 8.33665 20.461C8.45496 20.5647 8.40827 20.7532 8.26074 20.808Z" }),
13
- react_1.default.createElement("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M18.176 20.0194C17.1886 20.3658 16.3237 20.9018 15.6505 21.5724C15.4585 21.7634 15.2871 21.968 15.1278 22.1797C14.93 22.4427 14.7625 22.7217 14.6242 23.0125C14.5369 23.1967 14.683 23.4084 14.8869 23.4084H23.5373H26.6651C26.8803 23.4084 27.0146 23.1824 26.9209 22.9886C26.6893 22.5075 26.3821 22.0585 25.9969 21.6587C25.3148 20.9502 24.4225 20.3844 23.3973 20.0234C23.2369 19.9667 23.1895 19.7607 23.3217 19.6535C24.4321 18.748 25.0504 17.2631 24.7108 15.658C24.5565 14.9307 24.1684 14.2665 23.6453 13.7387C22.7983 12.8849 21.9758 12.6126 21.189 12.5353C21.1377 12.5303 21.0871 12.5303 21.0354 12.5275C20.9345 12.5211 20.8337 12.5154 20.7343 12.5164C20.6787 12.5171 20.6245 12.5218 20.5696 12.5246C20.4777 12.5296 20.3858 12.5353 20.2952 12.546C20.2375 12.5531 20.1801 12.5631 20.1231 12.5727C20.038 12.5866 19.9531 12.6023 19.8701 12.6216C19.8131 12.6347 19.7564 12.6497 19.6998 12.6654C19.6185 12.6882 19.5383 12.7135 19.4596 12.7409C19.4051 12.7598 19.3509 12.7791 19.2975 12.8001C19.218 12.8318 19.1403 12.8671 19.0633 12.9034C19.0145 12.9266 18.965 12.9487 18.9172 12.974C18.8353 13.0167 18.7558 13.0645 18.6774 13.113C18.6382 13.1368 18.5979 13.1589 18.5598 13.1842C18.4568 13.2527 18.3574 13.3261 18.2612 13.4034C18.2501 13.4123 18.238 13.4201 18.227 13.429C18.1204 13.5171 18.0189 13.6108 17.9216 13.7091C17.8934 13.7373 17.8685 13.7683 17.8414 13.7975C17.7744 13.8688 17.7088 13.9411 17.6479 14.0174C17.6158 14.0573 17.5862 14.0993 17.5556 14.1403C17.5036 14.2102 17.453 14.2807 17.4056 14.3538C17.3753 14.3998 17.3475 14.4479 17.3197 14.4953C17.2773 14.5672 17.2359 14.6403 17.1982 14.7148C17.1725 14.7657 17.1476 14.817 17.1237 14.8691C17.0891 14.945 17.0571 15.0227 17.0271 15.1007C17.0068 15.1542 16.9865 15.2076 16.9683 15.2618C16.9409 15.3437 16.9177 15.4278 16.8953 15.5123C16.8814 15.5654 16.8661 15.6178 16.8543 15.6719C16.8336 15.7657 16.8187 15.8615 16.8048 15.9577C16.7983 16.0044 16.7887 16.0504 16.7837 16.0974C16.7681 16.2417 16.7584 16.3882 16.7584 16.5368C16.7584 17.7997 17.3414 18.9258 18.2526 19.6627C18.3791 19.7654 18.33 19.9656 18.176 20.0194Z" }),
14
- react_1.default.createElement("mask", { id: "jumpcloud-square-mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: "0", y: "8", width: "32", height: "16" },
15
- react_1.default.createElement("path", { d: "M0 8H32V23.4746H0V8Z", fill: "white" })),
16
- react_1.default.createElement("g", { mask: "url(#jumpcloud-square-mask0)" },
17
- react_1.default.createElement("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M31.9998 19.2283C31.9998 16.9113 30.1215 15.0326 27.8041 15.0326C27.441 15.0326 27.0914 15.0835 26.7554 15.1698C26.5038 12.4818 24.2431 10.3775 21.4892 10.3775C21.244 10.3775 21.0052 10.4 20.769 10.4321C19.6511 8.9571 17.8854 7.99994 15.8919 7.99994C13.189 7.99994 10.8994 9.7532 10.0873 12.1828C8.30837 12.305 6.75894 13.2562 5.82744 14.6588C5.41122 14.5319 4.96934 14.4624 4.51178 14.4624C2.0198 14.4624 -0.000366211 16.4826 -0.000366211 18.9746C-0.000366211 21.386 1.8933 23.3499 4.27374 23.4746C4.71526 22.2063 5.74084 21.0767 7.05151 20.3693C6.5348 19.6374 6.24972 18.7593 6.24972 17.851C6.24972 15.4338 8.21643 13.4671 10.6336 13.4671C10.9429 13.4671 11.2561 13.4999 11.5651 13.564C13.2856 13.9222 14.6458 15.3323 14.949 17.0731C15.1546 18.2529 14.8842 19.4275 14.2164 20.37C14.5125 20.5297 14.784 20.7139 15.0434 20.9085C15.5758 20.3843 16.2094 19.9335 16.9122 19.58C16.234 18.7208 15.8584 17.656 15.8584 16.5367C15.8584 13.8224 18.0664 11.6141 20.7811 11.6141C21.1314 11.6141 21.4863 11.6511 21.8359 11.7242C23.6857 12.1119 25.1938 13.6139 25.589 15.4616C25.9047 16.9391 25.548 18.4375 24.649 19.5793C25.408 19.9613 26.0868 20.4545 26.6452 21.0343C27.3024 21.7167 27.7902 22.5687 28.0632 23.4112C30.259 23.2765 31.9998 21.458 31.9998 19.2283Z" })))) : (react_1.default.createElement(react_1.default.Fragment, null,
18
- react_1.default.createElement("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M17.5024 26.4858C15.0478 27.4003 13.0486 28.9788 11.8341 30.9426C11.5858 31.3435 11.8644 31.863 12.3352 31.863H17.3506H27.937C28.1831 31.863 28.4292 31.6663 28.5 31.4312C28.8574 30.2381 29.5036 29.1416 30.2906 28.1114C29.4454 27.4858 28.5051 26.9464 27.4639 26.5418C27.0932 26.3981 27.0077 25.911 27.3003 25.6413C29.0865 23.9885 30.0401 21.4528 29.4277 18.7159C28.8286 16.0417 26.6518 13.8943 23.9702 13.3313C19.31 12.3535 15.2055 15.8832 15.2055 20.371C15.2055 22.525 16.159 24.4498 17.6594 25.7681C17.904 25.9825 17.8075 26.3723 17.5024 26.4858Z" }),
19
- react_1.default.createElement("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M38.0063 24.8551C35.9643 25.5714 34.1758 26.6797 32.7838 28.0665C32.3866 28.4615 32.0322 28.8845 31.7028 29.3222C31.2938 29.866 30.9475 30.443 30.6615 31.0444C30.481 31.4253 30.7831 31.8631 31.2046 31.8631H49.093H55.5608C56.0059 31.8631 56.2837 31.3959 56.0899 30.995C55.6109 30.0002 54.9757 29.0717 54.1791 28.2449C52.7687 26.7799 50.9235 25.6097 48.8034 24.8632C48.4718 24.746 48.3738 24.3201 48.6472 24.0983C50.9434 22.2258 52.2219 19.1551 51.5196 15.8361C51.2005 14.3321 50.398 12.9585 49.3163 11.8672C47.5646 10.1015 45.8639 9.53854 44.2368 9.37863C44.1307 9.36832 44.026 9.36832 43.9192 9.36242C43.7106 9.34916 43.5021 9.33737 43.2965 9.33958C43.1815 9.34105 43.0695 9.35063 42.956 9.35653C42.7659 9.36684 42.5758 9.37863 42.3886 9.40074C42.2693 9.41548 42.1506 9.43611 42.0327 9.45601C41.8566 9.48475 41.6812 9.51717 41.5095 9.55696C41.3916 9.58423 41.2744 9.61518 41.1573 9.6476C40.9892 9.69477 40.8234 9.74709 40.6606 9.80383C40.5478 9.84288 40.4358 9.88268 40.3253 9.92615C40.161 9.99174 40.0003 10.0647 39.8412 10.1399C39.7402 10.1878 39.6378 10.2334 39.539 10.2858C39.3695 10.3742 39.2052 10.4729 39.0431 10.5732C38.962 10.6225 38.8788 10.6682 38.7999 10.7205C38.5869 10.862 38.3813 11.0138 38.1824 11.1737C38.1595 11.1922 38.1345 11.2084 38.1116 11.2268C37.8913 11.4088 37.6813 11.6026 37.4801 11.806C37.4219 11.8642 37.3703 11.9283 37.3143 11.9887C37.1758 12.1361 37.0402 12.2857 36.9142 12.4434C36.8478 12.526 36.7867 12.6129 36.7233 12.6977C36.6157 12.8421 36.5111 12.988 36.4131 13.1391C36.3504 13.2341 36.293 13.3336 36.2355 13.4316C36.1478 13.5805 36.0623 13.7315 35.9842 13.8855C35.9311 13.9909 35.8796 14.097 35.8302 14.2046C35.7587 14.3616 35.6924 14.5222 35.6305 14.6836C35.5885 14.7941 35.5465 14.9047 35.5089 15.0167C35.4521 15.1862 35.4043 15.3601 35.3578 15.5347C35.3291 15.6445 35.2974 15.7529 35.2731 15.8649C35.2303 16.0587 35.1994 16.2569 35.1707 16.4559C35.1574 16.5524 35.1375 16.6475 35.1272 16.7447C35.0947 17.0432 35.0749 17.346 35.0749 17.6533C35.0749 20.2649 36.2804 22.5935 38.1647 24.1175C38.4263 24.3297 38.3246 24.7438 38.0063 24.8551Z" }),
20
- react_1.default.createElement("mask", { id: "jumpcloud-mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "67", height: "32" },
21
- react_1.default.createElement("path", { d: "M0.420013 0H66.5929V32H0.420013V0Z", fill: "white" })),
22
- react_1.default.createElement("g", { mask: "url(#jumpcloud-mask0)" },
23
- react_1.default.createElement("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M66.5929 23.219C66.5929 18.4277 62.7087 14.5427 57.9166 14.5427C57.1657 14.5427 56.4428 14.6481 55.7479 14.8264C55.2276 9.26797 50.5527 4.91655 44.8579 4.91655C44.3509 4.91655 43.8572 4.96298 43.3686 5.0293C41.057 1.97925 37.4056 -7.62939e-05 33.2834 -7.62939e-05C27.694 -7.62939e-05 22.9593 3.62549 21.2799 8.64971C17.6013 8.90247 14.3972 10.8693 12.471 13.7697C11.6103 13.5074 10.6965 13.3637 9.75033 13.3637C4.59716 13.3637 0.419647 17.5412 0.419647 22.6944C0.419647 27.681 4.33556 31.7421 9.25808 32C10.1711 29.3774 12.2919 27.0414 15.0022 25.5786C13.9337 24.065 13.3442 22.2493 13.3442 20.3709C13.3442 15.3725 17.4112 11.3055 22.4096 11.3055C23.0492 11.3055 23.697 11.3733 24.3359 11.5059C27.8937 12.2465 30.7064 15.1625 31.3335 18.7622C31.7587 21.2021 31.1994 23.631 29.8184 25.5801C30.4308 25.9102 30.9923 26.2912 31.5288 26.6935C32.6297 25.6096 33.94 24.6774 35.3931 23.9464C33.9908 22.1697 33.2141 19.9678 33.2141 17.6532C33.2141 12.0402 37.78 7.47361 43.3937 7.47361C44.1181 7.47361 44.852 7.55025 45.5749 7.70131C49.4002 8.50306 52.5188 11.6091 53.336 15.43C53.9889 18.4852 53.2513 21.5839 51.3921 23.9449C52.9617 24.7349 54.3655 25.7547 55.5202 26.9537C56.8791 28.3648 57.8879 30.1268 58.4523 31.8688C62.9931 31.5903 66.5929 27.8299 66.5929 23.219Z" }))));
24
- return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, Object.assign({ viewBox: viewBox }, rest),
25
- react_1.default.createElement("title", null, "Jumpcloud integration logo"),
26
- path));
27
- };
28
- exports.JumpcloudSvg = JumpcloudSvg;