@conveyorhq/arrow-ds 2.0.0-beta.1 → 2.0.0-beta.10

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 (786) hide show
  1. package/package.json +34 -25
  2. package/public/components/Accordion/Accordion.d.ts +36 -17
  3. package/public/components/Accordion/Accordion.js +93 -55
  4. package/public/components/Accordion/context.d.ts +14 -0
  5. package/public/components/Accordion/context.js +33 -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 +18 -0
  9. package/public/components/Accordion/types.js +2 -0
  10. package/public/components/Avatar/Avatar.d.ts +2 -1
  11. package/public/components/Avatar/Avatar.js +28 -23
  12. package/public/components/Avatar/AvatarGroup.d.ts +1 -1
  13. package/public/components/Avatar/AvatarGroup.js +11 -1
  14. package/public/components/Button/Button.d.ts +3 -2
  15. package/public/components/Button/Button.js +5 -2
  16. package/public/components/Checkbox/Checkbox.js +2 -20
  17. package/public/components/CloseButton/CloseButton.d.ts +1 -2
  18. package/public/components/ConveyorLogo/ConveyorLogo.d.ts +2 -1
  19. package/public/components/ConveyorLogo/ConveyorLogo.js +8 -8
  20. package/public/components/DatePicker/DatePicker.js +41 -9
  21. package/public/components/DateRangePicker/CustomDateRangeInput.js +3 -2
  22. package/public/components/Divider/Divider.d.ts +1 -9
  23. package/public/components/Divider/Divider.js +13 -24
  24. package/public/components/Drawer/Drawer.js +4 -2
  25. package/public/components/FileUpload/FileUpload.d.ts +4 -1
  26. package/public/components/FileUpload/FileUpload.js +4 -4
  27. package/public/components/FileUpload/FileUploadDnD.d.ts +3 -0
  28. package/public/components/FileUpload/FileUploadDnD.js +6 -3
  29. package/public/components/Flex/Flex.js +3 -4
  30. package/public/components/Frame/Frame.d.ts +1 -1
  31. package/public/components/Grid/Grid.d.ts +2 -2
  32. package/public/components/Grid/Grid.js +9 -3
  33. package/public/components/Icon/Icon.d.ts +24 -1
  34. package/public/components/Icon/Icon.js +52 -3
  35. package/public/components/Icon/svg/ArrowToBottom.d.ts +2 -0
  36. package/public/components/Icon/svg/ArrowToBottom.js +14 -0
  37. package/public/components/Icon/svg/BadgeCheck.d.ts +2 -0
  38. package/public/components/Icon/svg/BadgeCheck.js +13 -0
  39. package/public/components/Icon/svg/CommentAltCheck.d.ts +2 -0
  40. package/public/components/Icon/svg/CommentAltCheck.js +13 -0
  41. package/public/components/Icon/svg/Folders.d.ts +2 -0
  42. package/public/components/Icon/svg/Folders.js +13 -0
  43. package/public/components/Icon/svg/index.d.ts +4 -0
  44. package/public/components/Icon/svg/index.js +4 -0
  45. package/public/components/Input/Input.d.ts +3 -2
  46. package/public/components/Input/Input.js +7 -6
  47. package/public/components/Kbd/Kbd.d.ts +3 -0
  48. package/public/components/{Fixed/Fixed.js → Kbd/Kbd.js} +6 -6
  49. package/public/components/Kbd/index.d.ts +1 -0
  50. package/public/components/{Aside → Kbd}/index.js +1 -1
  51. package/public/components/Loading/Loading.d.ts +3 -2
  52. package/public/components/Loading/Loading.js +4 -7
  53. package/public/components/Markdown/Markdown.d.ts +1 -1
  54. package/public/components/Markdown/Markdown.js +4 -3
  55. package/public/components/MarkdownEditor/MarkdownEditor.js +1 -2
  56. package/public/components/MarkdownEditor/MarkdownHelp.js +4 -7
  57. package/public/components/MenuRenderer/MenuRenderer.js +2 -2
  58. package/public/components/Modal/Modal.d.ts +6 -0
  59. package/public/components/Modal/Modal.js +30 -20
  60. package/public/components/Modal/context.d.ts +6 -0
  61. package/public/components/Modal/context.js +15 -0
  62. package/public/components/Modal/index.d.ts +1 -0
  63. package/public/components/Modal/index.js +1 -0
  64. package/public/components/OptionButton/OptionButton.d.ts +28 -1
  65. package/public/components/OptionButton/OptionButton.js +65 -13
  66. package/public/components/OptionButton/context.d.ts +11 -0
  67. package/public/components/OptionButton/context.js +16 -0
  68. package/public/components/Overlay/Overlay.js +2 -2
  69. package/public/components/Paragraph/Paragraph.js +3 -7
  70. package/public/components/Popover/Popover.js +4 -4
  71. package/public/components/Reference/Reference.d.ts +2 -2
  72. package/public/components/ScrollSpy/ScrollSpy.d.ts +92 -0
  73. package/public/components/ScrollSpy/ScrollSpy.js +224 -0
  74. package/public/components/ScrollSpy/actions.d.ts +5 -0
  75. package/public/components/ScrollSpy/actions.js +11 -0
  76. package/public/components/ScrollSpy/index.d.ts +2 -0
  77. package/public/components/{Appbar → ScrollSpy}/index.js +2 -1
  78. package/public/components/ScrollSpy/reducers.d.ts +6 -0
  79. package/public/components/ScrollSpy/reducers.js +23 -0
  80. package/public/components/ScrollSpy/selectors.d.ts +3 -0
  81. package/public/components/ScrollSpy/selectors.js +7 -0
  82. package/public/components/ScrollSpy/types.d.ts +11 -0
  83. package/public/components/ScrollSpy/types.js +7 -0
  84. package/public/components/Select/Select.d.ts +3 -1
  85. package/public/components/Select/Select.js +20 -15
  86. package/public/components/Select/SelectPopover.d.ts +7 -1
  87. package/public/components/Select/SelectPopover.js +25 -13
  88. package/public/components/Select/index.d.ts +2 -0
  89. package/public/components/Select/index.js +3 -0
  90. package/public/components/Select/theme.js +22 -22
  91. package/public/components/SelectNew/hooks/useSelectLayout.js +2 -2
  92. package/public/components/Snackbar/Snackbar.d.ts +14 -22
  93. package/public/components/Snackbar/Snackbar.js +28 -85
  94. package/public/components/Snackbar/SnackbarProvider.d.ts +2 -0
  95. package/public/components/Snackbar/SnackbarProvider.js +21 -0
  96. package/public/components/Snackbar/constants.d.ts +2 -0
  97. package/public/components/Snackbar/constants.js +5 -0
  98. package/public/components/Snackbar/context.d.ts +4 -0
  99. package/public/components/Snackbar/context.js +17 -0
  100. package/public/components/Snackbar/helpers.d.ts +3 -0
  101. package/public/components/Snackbar/helpers.js +31 -0
  102. package/public/components/Snackbar/hooks.d.ts +2 -0
  103. package/public/components/Snackbar/hooks.js +47 -0
  104. package/public/components/Snackbar/index.d.ts +6 -0
  105. package/public/components/Snackbar/index.js +6 -0
  106. package/public/components/Snackbar/types.d.ts +43 -0
  107. package/public/components/Snackbar/types.js +2 -0
  108. package/public/components/SpeechBubble/SpeechBubble.d.ts +1 -0
  109. package/public/components/SpeechBubble/SpeechBubble.js +9 -2
  110. package/public/components/Stack/Stack.js +1 -1
  111. package/public/components/Svg/Svg.d.ts +3 -3
  112. package/public/components/Svg/Svg.js +1 -2
  113. package/public/components/Tab/Tab.js +1 -1
  114. package/public/components/Table/FilterDropdown.js +4 -4
  115. package/public/components/Table/Table.d.ts +5 -2
  116. package/public/components/Table/Table.js +11 -4
  117. package/public/components/Table/TableCell.d.ts +1 -0
  118. package/public/components/Table/TableCell.js +4 -2
  119. package/public/components/Table/TableHeaderCell.d.ts +2 -1
  120. package/public/components/Table/TableHeaderCell.js +24 -7
  121. package/public/components/Table/index.d.ts +3 -0
  122. package/public/components/Tag/Tag.d.ts +2 -2
  123. package/public/components/Toast/Toast.d.ts +3 -3
  124. package/public/components/Toast/Toast.js +6 -2
  125. package/public/components/Tooltip/Tooltip.d.ts +8 -4
  126. package/public/components/Tooltip/Tooltip.js +96 -72
  127. package/public/components/Tooltip/context.d.ts +7 -0
  128. package/public/components/Tooltip/context.js +15 -0
  129. package/public/components/Tooltip/index.d.ts +1 -0
  130. package/public/components/Tooltip/index.js +1 -0
  131. package/public/components/VisuallyHidden/VisuallyHidden.d.ts +2 -1
  132. package/public/components/VisuallyHidden/VisuallyHidden.js +3 -5
  133. package/public/css/styles.css +3400 -32484
  134. package/public/css/styles.min.css +1 -1
  135. package/public/css/styles.min.css.map +1 -1
  136. package/public/hooks/index.d.ts +5 -0
  137. package/public/hooks/index.js +11 -1
  138. package/public/hooks/useCopyToClipboard.d.ts +1 -0
  139. package/public/hooks/useCopyToClipboard.js +49 -0
  140. package/public/hooks/useIntersection.d.ts +8 -0
  141. package/public/hooks/useIntersection.js +26 -0
  142. package/public/hooks/useMatchMedia.d.ts +1 -0
  143. package/public/hooks/useMatchMedia.js +27 -0
  144. package/public/hooks/usePrefersReducedMotion.d.ts +1 -0
  145. package/public/hooks/usePrefersReducedMotion.js +9 -0
  146. package/public/hooks/useScreenOrientation.d.ts +1 -0
  147. package/public/hooks/useScreenOrientation.js +24 -0
  148. package/public/index.d.ts +3 -22
  149. package/public/index.js +4 -23
  150. package/public/src/style-dictionary/dist/tokens.css +378 -0
  151. package/public/src/style-dictionary/dist/tokens.d.ts +428 -0
  152. package/public/src/style-dictionary/dist/tokens.js +428 -0
  153. package/public/src/style-dictionary/dist/tokens.module.js +428 -0
  154. package/public/src/style-dictionary/tailwind.config.js +87 -0
  155. package/public/storybook-components/ComponentHeading.js +3 -5
  156. package/public/storybook-components/ComponentStatus.d.ts +1 -0
  157. package/public/storybook-components/ComponentStatus.js +4 -0
  158. package/public/storybook-components/EnumTable.js +2 -1
  159. package/public/storybook-components/Story.d.ts +2 -1
  160. package/public/storybook-components/Story.js +4 -1
  161. package/public/storybook-components/index.d.ts +1 -1
  162. package/public/storybook-components/index.js +1 -1
  163. package/public/style-dictionary/dist/tokens.d.ts +433 -0
  164. package/public/style-dictionary/dist/tokens.js +426 -0
  165. package/public/style-dictionary/dist/tokens.module.d.ts +431 -0
  166. package/public/style-dictionary/dist/tokens.module.js +424 -0
  167. package/public/style-dictionary/src/border-radius.d.ts +31 -0
  168. package/public/style-dictionary/src/border-radius.js +12 -0
  169. package/public/style-dictionary/src/border-width.d.ts +21 -0
  170. package/public/style-dictionary/src/border-width.js +11 -0
  171. package/public/style-dictionary/src/color.d.ts +249 -0
  172. package/public/style-dictionary/src/color.js +99 -0
  173. package/public/style-dictionary/src/font-size.d.ts +45 -0
  174. package/public/style-dictionary/src/font-size.js +16 -0
  175. package/public/style-dictionary/src/font-weight.d.ts +13 -0
  176. package/public/style-dictionary/src/font-weight.js +8 -0
  177. package/public/style-dictionary/src/height.d.ts +215 -0
  178. package/public/style-dictionary/src/height.js +13 -0
  179. package/public/style-dictionary/src/leading.d.ts +17 -0
  180. package/public/style-dictionary/src/leading.js +9 -0
  181. package/public/style-dictionary/src/screen-width.d.ts +17 -0
  182. package/public/style-dictionary/src/screen-width.js +9 -0
  183. package/public/style-dictionary/src/shadow.d.ts +63 -0
  184. package/public/style-dictionary/src/shadow.js +20 -0
  185. package/public/style-dictionary/src/spacing.d.ts +197 -0
  186. package/public/style-dictionary/src/spacing.js +70 -0
  187. package/public/style-dictionary/src/tracking.d.ts +13 -0
  188. package/public/style-dictionary/src/tracking.js +8 -0
  189. package/public/style-dictionary/src/type.d.ts +13 -0
  190. package/public/style-dictionary/src/type.js +35 -0
  191. package/public/style-dictionary/src/width.d.ts +287 -0
  192. package/public/style-dictionary/src/width.js +32 -0
  193. package/public/style-dictionary/src/z-index.d.ts +53 -0
  194. package/public/style-dictionary/src/z-index.js +22 -0
  195. package/public/style-dictionary/tailwind.config.d.ts +392 -0
  196. package/public/style-dictionary/tailwind.config.js +66 -0
  197. package/public/tokens/box-shadow.d.ts +1 -0
  198. package/public/tokens/box-shadow.js +10 -9
  199. package/public/tokens/font-family.js +1 -1
  200. package/public/tokens/height.d.ts +65 -43
  201. package/public/tokens/height.js +3 -44
  202. package/public/tokens/index.d.ts +526 -173
  203. package/public/tokens/index.js +1 -1
  204. package/public/tokens/margin.d.ts +129 -47
  205. package/public/tokens/margin.js +3 -47
  206. package/public/tokens/padding.d.ts +65 -24
  207. package/public/tokens/padding.js +2 -24
  208. package/public/tokens/sizing-scale.d.ts +133 -0
  209. package/public/tokens/sizing-scale.js +136 -0
  210. package/public/tokens/width.d.ts +197 -63
  211. package/public/tokens/width.js +6 -63
  212. package/public/types/index.d.ts +14 -18
  213. package/public/types/index.js +3 -24
  214. package/public/utilities/index.d.ts +1 -0
  215. package/public/utilities/index.js +3 -1
  216. package/public/utilities/mergeEventHandlers.d.ts +3 -0
  217. package/public/utilities/mergeEventHandlers.js +13 -0
  218. package/src/components/Accordion/Accordion.story.mdx +229 -22
  219. package/src/components/Accordion/Accordion.tsx +294 -113
  220. package/src/components/Accordion/context.ts +65 -0
  221. package/src/components/Accordion/index.css +25 -15
  222. package/src/components/Accordion/index.ts +1 -0
  223. package/src/components/Accordion/types.ts +59 -0
  224. package/src/components/Avatar/Avatar.story.mdx +60 -0
  225. package/src/components/Avatar/Avatar.tsx +62 -58
  226. package/src/components/Avatar/AvatarGroup.tsx +11 -9
  227. package/src/components/Avatar/index.css +10 -2
  228. package/src/components/Banner/Banner.story.mdx +4 -12
  229. package/src/components/Button/Button.story.mdx +116 -1
  230. package/src/components/Button/Button.tsx +13 -7
  231. package/src/components/Button/index.css +12 -6
  232. package/src/components/Button/product.css +12 -0
  233. package/src/components/Card/Card.story.mdx +56 -73
  234. package/src/components/Card/index.css +2 -2
  235. package/src/components/Checkbox/Checkbox.tsx +4 -24
  236. package/src/components/Checkbox/index.css +4 -3
  237. package/src/components/CloseButton/CloseButton.tsx +1 -1
  238. package/src/components/CloseButton/index.css +0 -5
  239. package/src/components/ConveyorLogo/ConveyorLogo.story.mdx +31 -0
  240. package/src/components/ConveyorLogo/ConveyorLogo.tsx +9 -6
  241. package/src/components/DatePicker/DatePicker.story.mdx +21 -0
  242. package/src/components/DatePicker/DatePicker.tsx +83 -14
  243. package/src/components/DatePicker/index.css +52 -8
  244. package/src/components/DateRangePicker/CustomDateRangeInput.tsx +25 -32
  245. package/src/components/DateRangePicker/index.css +1 -12
  246. package/src/components/Divider/Divider.tsx +26 -40
  247. package/src/components/Divider/index.css +16 -0
  248. package/src/components/Drawer/Drawer.story.mdx +68 -70
  249. package/src/components/Drawer/Drawer.tsx +9 -8
  250. package/src/components/Drawer/index.css +26 -1
  251. package/src/components/FileUpload/FileUpload.story.mdx +27 -1
  252. package/src/components/FileUpload/FileUpload.tsx +13 -6
  253. package/src/components/FileUpload/FileUploadDnD.tsx +21 -6
  254. package/src/components/FileUpload/index.css +2 -3
  255. package/src/components/Flex/Flex.story.mdx +130 -0
  256. package/src/components/Flex/Flex.tsx +7 -6
  257. package/src/components/Flex/index.css +3 -0
  258. package/src/components/Frame/Frame.story.mdx +146 -6
  259. package/src/components/Frame/Frame.tsx +1 -1
  260. package/src/components/Frame/index.css +8 -13
  261. package/src/components/Grid/Grid.story.mdx +205 -3
  262. package/src/components/Grid/Grid.tsx +44 -5
  263. package/src/components/Grid/index.css +3 -0
  264. package/src/components/Icon/Icon.tsx +93 -9
  265. package/src/components/Icon/svg/ArrowToBottom.tsx +17 -0
  266. package/src/components/Icon/svg/BadgeCheck.tsx +13 -0
  267. package/src/components/Icon/svg/CommentAltCheck.tsx +13 -0
  268. package/src/components/Icon/svg/Folders.tsx +13 -0
  269. package/src/components/Icon/svg/index.ts +4 -0
  270. package/src/components/Input/Input.story.mdx +199 -13
  271. package/src/components/Input/Input.tsx +39 -6
  272. package/src/components/Input/brand.css +6 -12
  273. package/src/components/Input/index.css +14 -0
  274. package/src/components/Input/product.css +10 -52
  275. package/src/components/Kbd/Kbd.story.mdx +44 -0
  276. package/src/components/Kbd/Kbd.tsx +11 -0
  277. package/src/components/Kbd/index.css +17 -0
  278. package/src/components/Kbd/index.ts +1 -0
  279. package/src/components/Link/index.css +4 -14
  280. package/src/components/Loading/Loading.story.mdx +16 -9
  281. package/src/components/Loading/Loading.tsx +17 -8
  282. package/src/components/Loading/index.css +1 -67
  283. package/src/components/Markdown/Markdown.story.mdx +67 -0
  284. package/src/components/Markdown/Markdown.tsx +5 -2
  285. package/src/components/Markdown/index.css +8 -11
  286. package/src/components/MarkdownEditor/MarkdownEditor.tsx +2 -3
  287. package/src/components/MarkdownEditor/MarkdownHelp.tsx +7 -10
  288. package/src/components/MarkdownEditor/index.css +5 -1
  289. package/src/components/Menu/index.css +2 -6
  290. package/src/components/MenuRenderer/MenuRenderer.story.mdx +1 -1
  291. package/src/components/MenuRenderer/MenuRenderer.tsx +1 -1
  292. package/src/components/Modal/Modal.story.mdx +83 -0
  293. package/src/components/Modal/Modal.tsx +61 -43
  294. package/src/components/Modal/context.ts +20 -0
  295. package/src/components/Modal/index.css +8 -3
  296. package/src/components/Modal/index.ts +1 -0
  297. package/src/components/OptionButton/OptionButton.story.mdx +175 -21
  298. package/src/components/OptionButton/OptionButton.tsx +215 -26
  299. package/src/components/OptionButton/context.ts +22 -0
  300. package/src/components/OptionButton/index.css +16 -4
  301. package/src/components/Overlay/Overlay.story.mdx +26 -0
  302. package/src/components/Overlay/Overlay.tsx +2 -3
  303. package/src/components/Overlay/index.css +1 -0
  304. package/src/components/Paragraph/Paragraph.story.mdx +16 -2
  305. package/src/components/Paragraph/Paragraph.tsx +5 -13
  306. package/src/components/Paragraph/index.css +6 -0
  307. package/src/components/Popover/Popover.tsx +1 -1
  308. package/src/components/Popover/index.css +5 -6
  309. package/src/components/Radio/index.css +3 -6
  310. package/src/components/Reference/Reference.tsx +2 -2
  311. package/src/components/Reference/index.css +1 -7
  312. package/src/components/ScrollSpy/ScrollSpy.story.mdx +14 -0
  313. package/src/components/ScrollSpy/ScrollSpy.tsx +407 -0
  314. package/src/components/ScrollSpy/actions.ts +8 -0
  315. package/src/components/ScrollSpy/index.css +7 -0
  316. package/src/components/ScrollSpy/index.ts +2 -0
  317. package/src/components/ScrollSpy/reducers.ts +24 -0
  318. package/src/components/ScrollSpy/selectors.ts +5 -0
  319. package/src/components/ScrollSpy/types.ts +13 -0
  320. package/src/components/Select/Select.story.mdx +54 -12
  321. package/src/components/Select/Select.tsx +51 -13
  322. package/src/components/Select/SelectPopover.tsx +68 -25
  323. package/src/components/Select/index.css +6 -0
  324. package/src/components/Select/index.ts +14 -0
  325. package/src/components/Select/theme.ts +22 -22
  326. package/src/components/SelectNew/hooks/useSelectLayout.ts +1 -1
  327. package/src/components/Snackbar/Snackbar.story.mdx +96 -9
  328. package/src/components/Snackbar/Snackbar.tsx +56 -145
  329. package/src/components/Snackbar/SnackbarProvider.tsx +31 -0
  330. package/src/components/Snackbar/constants.ts +2 -0
  331. package/src/components/Snackbar/context.ts +20 -0
  332. package/src/components/Snackbar/helpers.tsx +52 -0
  333. package/src/components/Snackbar/hooks.ts +57 -0
  334. package/src/components/Snackbar/index.css +2 -12
  335. package/src/components/Snackbar/index.ts +6 -0
  336. package/src/components/Snackbar/types.ts +180 -0
  337. package/src/components/SpeechBubble/SpeechBubble.story.mdx +76 -0
  338. package/src/components/SpeechBubble/SpeechBubble.tsx +22 -1
  339. package/src/components/SpeechBubble/index.css +7 -4
  340. package/src/components/Stack/Stack.tsx +1 -1
  341. package/src/components/Stack/index.css +0 -416
  342. package/src/components/Svg/Svg.story.mdx +36 -0
  343. package/src/components/Svg/Svg.tsx +6 -4
  344. package/src/components/Tab/Tab.tsx +2 -2
  345. package/src/components/Tab/index.css +4 -10
  346. package/src/components/Table/FilterDropdown.tsx +1 -1
  347. package/src/components/Table/Table.story.mdx +243 -0
  348. package/src/components/Table/Table.tsx +36 -1
  349. package/src/components/Table/TableCell.tsx +24 -1
  350. package/src/components/Table/TableHeaderCell.tsx +64 -11
  351. package/src/components/Table/index.css +138 -20
  352. package/src/components/Table/index.ts +3 -0
  353. package/src/components/Tag/Tag.story.mdx +1 -1
  354. package/src/components/Tag/Tag.tsx +2 -2
  355. package/src/components/Tag/index.css +6 -17
  356. package/src/components/Text/Text.story.mdx +34 -0
  357. package/src/components/Toast/Toast.story.mdx +1 -1
  358. package/src/components/Toast/Toast.tsx +14 -10
  359. package/src/components/Toast/index.css +4 -7
  360. package/src/components/Toggle/index.css +2 -16
  361. package/src/components/Token/Token.story.mdx +2 -2
  362. package/src/components/Token/index.css +2 -9
  363. package/src/components/Tooltip/Tooltip.story.mdx +350 -118
  364. package/src/components/Tooltip/Tooltip.tsx +198 -83
  365. package/src/components/Tooltip/context.ts +21 -0
  366. package/src/components/Tooltip/index.css +22 -14
  367. package/src/components/Tooltip/index.ts +1 -0
  368. package/src/components/VisuallyHidden/VisuallyHidden.story.mdx +54 -0
  369. package/src/components/VisuallyHidden/VisuallyHidden.tsx +10 -5
  370. package/src/components/VisuallyHidden/index.css +3 -0
  371. package/src/css/base.css +29 -0
  372. package/src/css/components.css +7 -13
  373. package/src/css/fonts.css +13 -10
  374. package/src/css/styles.css +1 -13
  375. package/src/css/utilities/animations.css +13 -0
  376. package/src/css/utilities.css +13 -0
  377. package/src/docs/Colors.story.mdx +13 -13
  378. package/src/docs/Spacing.story.mdx +4 -20
  379. package/src/docs/Tokens.story.mdx +230 -0
  380. package/src/docs/Typography.story.mdx +27 -101
  381. package/src/docs/hooks/useDisclosureHook.story.mdx +58 -0
  382. package/src/docs/hooks/useKeyPressHook.story.mdx +54 -0
  383. package/src/docs/hooks/useMatchMediaHook.story.mdx +42 -0
  384. package/src/docs/hooks/useOutsideClickHook.story.mdx +56 -0
  385. package/src/docs/hooks/usePrefersReducedMotion.story.mdx +61 -0
  386. package/src/docs/hooks/useScreenOrientationHook.story.mdx +56 -0
  387. package/src/docs/hooks/useStepHook.story.mdx +102 -0
  388. package/src/hooks/index.ts +5 -0
  389. package/src/hooks/useCopyToClipboard.ts +61 -0
  390. package/src/hooks/useIntersection.ts +45 -0
  391. package/src/hooks/useMatchMedia.ts +40 -0
  392. package/src/hooks/usePrefersReducedMotion.ts +9 -0
  393. package/src/hooks/useScreenOrientation.ts +27 -0
  394. package/src/index.ts +3 -22
  395. package/src/storybook-components/ComponentHeading.tsx +4 -19
  396. package/src/storybook-components/ComponentStatus.tsx +4 -0
  397. package/src/storybook-components/EnumTable.tsx +3 -2
  398. package/src/storybook-components/Story.tsx +13 -1
  399. package/src/storybook-components/index.tsx +1 -1
  400. package/src/style-dictionary/dist/tokens.css +378 -0
  401. package/src/style-dictionary/dist/tokens.d.ts +428 -0
  402. package/src/style-dictionary/dist/tokens.js +428 -0
  403. package/src/style-dictionary/dist/tokens.module.js +428 -0
  404. package/src/style-dictionary/src/border-radius.js +11 -0
  405. package/src/style-dictionary/src/border-width.js +10 -0
  406. package/src/style-dictionary/src/color.js +98 -0
  407. package/src/style-dictionary/src/font-size.js +15 -0
  408. package/src/style-dictionary/src/font-weight.js +7 -0
  409. package/src/style-dictionary/src/height.js +13 -0
  410. package/src/style-dictionary/src/leading.js +8 -0
  411. package/src/style-dictionary/src/screen-width.js +8 -0
  412. package/src/style-dictionary/src/shadow.js +20 -0
  413. package/src/style-dictionary/src/spacing.js +69 -0
  414. package/src/style-dictionary/src/tracking.js +7 -0
  415. package/src/style-dictionary/src/type.js +34 -0
  416. package/src/style-dictionary/src/width.js +32 -0
  417. package/src/style-dictionary/src/z-index.js +21 -0
  418. package/src/style-dictionary/tailwind.config.js +87 -0
  419. package/src/tokens/borders.ts +6 -0
  420. package/src/tokens/box-shadow.ts +15 -9
  421. package/src/tokens/colors.ts +6 -0
  422. package/src/tokens/font-family.ts +4 -1
  423. package/src/tokens/font-size.ts +3 -0
  424. package/src/tokens/font-weight.ts +3 -0
  425. package/src/tokens/height.ts +6 -44
  426. package/src/tokens/index.ts +5 -4
  427. package/src/tokens/letter-spacing.ts +3 -0
  428. package/src/tokens/line-height.ts +3 -0
  429. package/src/tokens/margin.ts +7 -47
  430. package/src/tokens/padding.ts +6 -24
  431. package/src/tokens/screens.ts +3 -0
  432. package/src/tokens/sizing-scale.ts +140 -0
  433. package/src/tokens/width.ts +16 -63
  434. package/src/tokens/will-change.ts +3 -0
  435. package/src/tokens/z-index.ts +3 -0
  436. package/src/types/index.ts +37 -24
  437. package/src/utilities/index.ts +1 -0
  438. package/src/utilities/mergeEventHandlers.ts +20 -0
  439. package/public/components/Absolute/Absolute.d.ts +0 -2
  440. package/public/components/Absolute/Absolute.js +0 -14
  441. package/public/components/Absolute/index.d.ts +0 -1
  442. package/public/components/Absolute/index.js +0 -5
  443. package/public/components/Appbar/Appbar.d.ts +0 -61
  444. package/public/components/Appbar/Appbar.js +0 -44
  445. package/public/components/Appbar/AppbarClaimProfileButton.d.ts +0 -2
  446. package/public/components/Appbar/AppbarClaimProfileButton.js +0 -10
  447. package/public/components/Appbar/AppbarDropdownIcon.d.ts +0 -1
  448. package/public/components/Appbar/AppbarDropdownIcon.js +0 -10
  449. package/public/components/Appbar/AppbarLogInButton.d.ts +0 -2
  450. package/public/components/Appbar/AppbarLogInButton.js +0 -26
  451. package/public/components/Appbar/AppbarLogo.d.ts +0 -2
  452. package/public/components/Appbar/AppbarLogo.js +0 -31
  453. package/public/components/Appbar/AppbarOrganization.d.ts +0 -17
  454. package/public/components/Appbar/AppbarOrganization.js +0 -35
  455. package/public/components/Appbar/AppbarProductMenu.d.ts +0 -13
  456. package/public/components/Appbar/AppbarProductMenu.js +0 -67
  457. package/public/components/Appbar/AppbarTabMarker.d.ts +0 -1
  458. package/public/components/Appbar/AppbarTabMarker.js +0 -11
  459. package/public/components/Appbar/AppbarTabs.d.ts +0 -10
  460. package/public/components/Appbar/AppbarTabs.js +0 -42
  461. package/public/components/Appbar/AppbarUser.d.ts +0 -27
  462. package/public/components/Appbar/AppbarUser.js +0 -76
  463. package/public/components/Appbar/config.d.ts +0 -7
  464. package/public/components/Appbar/config.js +0 -13
  465. package/public/components/Appbar/context.d.ts +0 -10
  466. package/public/components/Appbar/context.js +0 -16
  467. package/public/components/Appbar/index.d.ts +0 -1
  468. package/public/components/AptibleLogo/AptibleLogo.d.ts +0 -7
  469. package/public/components/AptibleLogo/AptibleLogo.js +0 -25
  470. package/public/components/AptibleLogo/AptibleLogo.story.d.ts +0 -1
  471. package/public/components/AptibleLogo/AptibleLogo.story.js +0 -37
  472. package/public/components/AptibleLogo/index.d.ts +0 -1
  473. package/public/components/AptibleLogo/index.js +0 -5
  474. package/public/components/ArrowButton/ArrowButton.d.ts +0 -9
  475. package/public/components/ArrowButton/ArrowButton.js +0 -22
  476. package/public/components/ArrowButton/index.d.ts +0 -1
  477. package/public/components/ArrowButton/index.js +0 -13
  478. package/public/components/ArrowLink/ArrowLink.d.ts +0 -9
  479. package/public/components/ArrowLink/ArrowLink.js +0 -21
  480. package/public/components/ArrowLink/index.d.ts +0 -1
  481. package/public/components/ArrowLink/index.js +0 -13
  482. package/public/components/Aside/Aside.d.ts +0 -14
  483. package/public/components/Aside/Aside.js +0 -28
  484. package/public/components/Aside/index.d.ts +0 -1
  485. package/public/components/Combobox/Combobox.d.ts +0 -2
  486. package/public/components/Combobox/Combobox.js +0 -75
  487. package/public/components/Combobox/ComboboxMulti.d.ts +0 -2
  488. package/public/components/Combobox/ComboboxMulti.js +0 -57
  489. package/public/components/Combobox/index.d.ts +0 -2
  490. package/public/components/Combobox/index.js +0 -14
  491. package/public/components/Combobox/ui.d.ts +0 -73
  492. package/public/components/Combobox/ui.js +0 -97
  493. package/public/components/Combobox/useSelect.d.ts +0 -60
  494. package/public/components/Combobox/useSelect.js +0 -239
  495. package/public/components/Fixed/Fixed.d.ts +0 -2
  496. package/public/components/Fixed/Fixed.story.d.ts +0 -1
  497. package/public/components/Fixed/Fixed.story.js +0 -12
  498. package/public/components/Fixed/index.d.ts +0 -1
  499. package/public/components/Fixed/index.js +0 -5
  500. package/public/components/Flex/Flex.story.d.ts +0 -1
  501. package/public/components/Flex/Flex.story.js +0 -12
  502. package/public/components/IntegrationLogo/IntegrationLogo.d.ts +0 -10
  503. package/public/components/IntegrationLogo/IntegrationLogo.js +0 -33
  504. package/public/components/IntegrationLogo/IntegrationLogoSvg.d.ts +0 -9
  505. package/public/components/IntegrationLogo/IntegrationLogoSvg.js +0 -52
  506. package/public/components/IntegrationLogo/index.d.ts +0 -1
  507. package/public/components/IntegrationLogo/index.js +0 -13
  508. package/public/components/IntegrationLogo/svg/addigy.d.ts +0 -2
  509. package/public/components/IntegrationLogo/svg/addigy.js +0 -17
  510. package/public/components/IntegrationLogo/svg/aws.d.ts +0 -2
  511. package/public/components/IntegrationLogo/svg/aws.js +0 -22
  512. package/public/components/IntegrationLogo/svg/bamboohr.d.ts +0 -2
  513. package/public/components/IntegrationLogo/svg/bamboohr.js +0 -18
  514. package/public/components/IntegrationLogo/svg/bitbucket.d.ts +0 -2
  515. package/public/components/IntegrationLogo/svg/bitbucket.js +0 -18
  516. package/public/components/IntegrationLogo/svg/conveyor.d.ts +0 -2
  517. package/public/components/IntegrationLogo/svg/conveyor.js +0 -20
  518. package/public/components/IntegrationLogo/svg/default.d.ts +0 -2
  519. package/public/components/IntegrationLogo/svg/default.js +0 -13
  520. package/public/components/IntegrationLogo/svg/deploy.d.ts +0 -2
  521. package/public/components/IntegrationLogo/svg/deploy.js +0 -17
  522. package/public/components/IntegrationLogo/svg/events-api.d.ts +0 -2
  523. package/public/components/IntegrationLogo/svg/events-api.js +0 -26
  524. package/public/components/IntegrationLogo/svg/gcp.d.ts +0 -3
  525. package/public/components/IntegrationLogo/svg/gcp.js +0 -15
  526. package/public/components/IntegrationLogo/svg/github.d.ts +0 -3
  527. package/public/components/IntegrationLogo/svg/github.js +0 -12
  528. package/public/components/IntegrationLogo/svg/gitlab.d.ts +0 -2
  529. package/public/components/IntegrationLogo/svg/gitlab.js +0 -19
  530. package/public/components/IntegrationLogo/svg/gsuite.d.ts +0 -2
  531. package/public/components/IntegrationLogo/svg/gsuite.js +0 -15
  532. package/public/components/IntegrationLogo/svg/index.d.ts +0 -21
  533. package/public/components/IntegrationLogo/svg/index.js +0 -54
  534. package/public/components/IntegrationLogo/svg/jamf.d.ts +0 -2
  535. package/public/components/IntegrationLogo/svg/jamf.js +0 -20
  536. package/public/components/IntegrationLogo/svg/jira.d.ts +0 -2
  537. package/public/components/IntegrationLogo/svg/jira.js +0 -21
  538. package/public/components/IntegrationLogo/svg/jumpcloud.d.ts +0 -2
  539. package/public/components/IntegrationLogo/svg/jumpcloud.js +0 -28
  540. package/public/components/IntegrationLogo/svg/okta.d.ts +0 -2
  541. package/public/components/IntegrationLogo/svg/okta.js +0 -16
  542. package/public/components/IntegrationLogo/svg/onelogin.d.ts +0 -2
  543. package/public/components/IntegrationLogo/svg/onelogin.js +0 -18
  544. package/public/components/IntegrationLogo/svg/salesforce.d.ts +0 -2
  545. package/public/components/IntegrationLogo/svg/salesforce.js +0 -20
  546. package/public/components/IntegrationLogo/svg/slack.d.ts +0 -2
  547. package/public/components/IntegrationLogo/svg/slack.js +0 -19
  548. package/public/components/IntegrationLogo/svg/wrapper.d.ts +0 -11
  549. package/public/components/IntegrationLogo/svg/wrapper.js +0 -13
  550. package/public/components/IntegrationLogo/svg/zoom.d.ts +0 -2
  551. package/public/components/IntegrationLogo/svg/zoom.js +0 -23
  552. package/public/components/Meta/Meta.d.ts +0 -6
  553. package/public/components/Meta/Meta.js +0 -21
  554. package/public/components/Meta/Meta.story.d.ts +0 -1
  555. package/public/components/Meta/Meta.story.js +0 -39
  556. package/public/components/Meta/index.d.ts +0 -1
  557. package/public/components/Meta/index.js +0 -5
  558. package/public/components/Overlay/Overlay.story.d.ts +0 -1
  559. package/public/components/Overlay/Overlay.story.js +0 -12
  560. package/public/components/Pagination/Pagination.d.ts +0 -9
  561. package/public/components/Pagination/Pagination.js +0 -36
  562. package/public/components/Pagination/Pagination.story.d.ts +0 -1
  563. package/public/components/Pagination/Pagination.story.js +0 -37
  564. package/public/components/Pagination/index.d.ts +0 -1
  565. package/public/components/Pagination/index.js +0 -13
  566. package/public/components/ProductIcon/ProductIcon.d.ts +0 -7
  567. package/public/components/ProductIcon/ProductIcon.js +0 -31
  568. package/public/components/ProductIcon/ProductIcon.story.d.ts +0 -1
  569. package/public/components/ProductIcon/ProductIcon.story.js +0 -20
  570. package/public/components/ProductIcon/ProductIconComply.d.ts +0 -2
  571. package/public/components/ProductIcon/ProductIconComply.js +0 -11
  572. package/public/components/ProductIcon/ProductIconDeploy.d.ts +0 -2
  573. package/public/components/ProductIcon/ProductIconDeploy.js +0 -11
  574. package/public/components/ProductIcon/ProductIconExchange.d.ts +0 -2
  575. package/public/components/ProductIcon/ProductIconExchange.js +0 -11
  576. package/public/components/ProductIcon/ProductIconTrustCenter.d.ts +0 -2
  577. package/public/components/ProductIcon/ProductIconTrustCenter.js +0 -11
  578. package/public/components/ProductIcon/index.d.ts +0 -1
  579. package/public/components/ProductIcon/index.js +0 -5
  580. package/public/components/PropertyDiff/PropertyDiff.d.ts +0 -7
  581. package/public/components/PropertyDiff/PropertyDiff.js +0 -22
  582. package/public/components/PropertyDiff/index.d.ts +0 -1
  583. package/public/components/PropertyDiff/index.js +0 -13
  584. package/public/components/Relative/Relative.d.ts +0 -2
  585. package/public/components/Relative/Relative.js +0 -14
  586. package/public/components/Relative/Relative.story.d.ts +0 -1
  587. package/public/components/Relative/Relative.story.js +0 -12
  588. package/public/components/Relative/index.d.ts +0 -1
  589. package/public/components/Relative/index.js +0 -5
  590. package/public/components/SearchFilter/SearchFilter.d.ts +0 -17
  591. package/public/components/SearchFilter/SearchFilter.js +0 -103
  592. package/public/components/SearchFilter/index.d.ts +0 -1
  593. package/public/components/SearchFilter/index.js +0 -13
  594. package/public/components/SpeechBubble/SpeechBubble.story.d.ts +0 -1
  595. package/public/components/SpeechBubble/SpeechBubble.story.js +0 -19
  596. package/public/components/StatusLabel/StatusLabel.d.ts +0 -16
  597. package/public/components/StatusLabel/StatusLabel.js +0 -40
  598. package/public/components/StatusLabel/index.d.ts +0 -1
  599. package/public/components/StatusLabel/index.js +0 -13
  600. package/public/components/StatusPanel/StatusPanel.d.ts +0 -11
  601. package/public/components/StatusPanel/StatusPanel.js +0 -24
  602. package/public/components/StatusPanel/index.d.ts +0 -1
  603. package/public/components/StatusPanel/index.js +0 -13
  604. package/public/components/Sticky/Sticky.d.ts +0 -2
  605. package/public/components/Sticky/Sticky.js +0 -14
  606. package/public/components/Sticky/Sticky.story.d.ts +0 -1
  607. package/public/components/Sticky/Sticky.story.js +0 -12
  608. package/public/components/Sticky/index.d.ts +0 -1
  609. package/public/components/Sticky/index.js +0 -5
  610. package/public/components/Svg/Svg.story.d.ts +0 -1
  611. package/public/components/Svg/Svg.story.js +0 -14
  612. package/public/components/Text/Text.story.d.ts +0 -1
  613. package/public/components/Text/Text.story.js +0 -31
  614. package/public/components/TopBar/TopBar.d.ts +0 -14
  615. package/public/components/TopBar/TopBar.js +0 -24
  616. package/public/components/TopBar/TopBarBreadcrumbs.d.ts +0 -10
  617. package/public/components/TopBar/TopBarBreadcrumbs.js +0 -34
  618. package/public/components/TopBar/TopBarSubNav.d.ts +0 -2
  619. package/public/components/TopBar/TopBarSubNav.js +0 -16
  620. package/public/components/TopBar/TopBarSubNavItem.d.ts +0 -5
  621. package/public/components/TopBar/TopBarSubNavItem.js +0 -17
  622. package/public/components/TopBar/index.d.ts +0 -1
  623. package/public/components/TopBar/index.js +0 -13
  624. package/public/components/VendorLogo/VendorLogo.d.ts +0 -20
  625. package/public/components/VendorLogo/VendorLogo.js +0 -57
  626. package/public/components/VendorLogo/index.d.ts +0 -1
  627. package/public/components/VendorLogo/index.js +0 -13
  628. package/public/components/VisuallyHidden/VisuallyHidden.story.d.ts +0 -1
  629. package/public/components/VisuallyHidden/VisuallyHidden.story.js +0 -36
  630. package/public/components/useStep/ExampleSetupWizard.d.ts +0 -4
  631. package/public/components/useStep/ExampleSetupWizard.js +0 -33
  632. package/public/storybook-components/TailwindPropertyClasses.d.ts +0 -9
  633. package/public/storybook-components/TailwindPropertyClasses.js +0 -194
  634. package/public/tailwind.config.d.ts +0 -1
  635. package/public/tailwind.config.js +0 -4
  636. package/public/tokens/_tailwind-config.d.ts +0 -810
  637. package/public/tokens/_tailwind-config.js +0 -50
  638. package/src/components/Absolute/Absolute.story.mdx +0 -26
  639. package/src/components/Absolute/Absolute.tsx +0 -9
  640. package/src/components/Absolute/index.ts +0 -1
  641. package/src/components/Appbar/Appbar.story.mdx +0 -201
  642. package/src/components/Appbar/Appbar.tsx +0 -124
  643. package/src/components/Appbar/AppbarClaimProfileButton.tsx +0 -13
  644. package/src/components/Appbar/AppbarDropdownIcon.tsx +0 -6
  645. package/src/components/Appbar/AppbarLogInButton.tsx +0 -28
  646. package/src/components/Appbar/AppbarLogo.tsx +0 -43
  647. package/src/components/Appbar/AppbarOrganization.tsx +0 -96
  648. package/src/components/Appbar/AppbarProductMenu.tsx +0 -125
  649. package/src/components/Appbar/AppbarTabMarker.tsx +0 -5
  650. package/src/components/Appbar/AppbarTabs.tsx +0 -46
  651. package/src/components/Appbar/AppbarUser.tsx +0 -179
  652. package/src/components/Appbar/config.ts +0 -12
  653. package/src/components/Appbar/context.ts +0 -20
  654. package/src/components/Appbar/index.css +0 -324
  655. package/src/components/Appbar/index.ts +0 -1
  656. package/src/components/AptibleLogo/AptibleLogo.story.tsx +0 -22
  657. package/src/components/AptibleLogo/AptibleLogo.tsx +0 -42
  658. package/src/components/AptibleLogo/index.ts +0 -1
  659. package/src/components/ArrowButton/ArrowButton.story.mdx +0 -110
  660. package/src/components/ArrowButton/ArrowButton.tsx +0 -54
  661. package/src/components/ArrowButton/index.css +0 -42
  662. package/src/components/ArrowButton/index.ts +0 -1
  663. package/src/components/ArrowLink/ArrowLink.story.mdx +0 -65
  664. package/src/components/ArrowLink/ArrowLink.tsx +0 -42
  665. package/src/components/ArrowLink/index.ts +0 -1
  666. package/src/components/Aside/Aside.story.mdx +0 -65
  667. package/src/components/Aside/Aside.tsx +0 -59
  668. package/src/components/Aside/index.css +0 -11
  669. package/src/components/Aside/index.ts +0 -1
  670. package/src/components/Combobox/Combobox.story.mdx +0 -199
  671. package/src/components/Combobox/Combobox.tsx +0 -162
  672. package/src/components/Combobox/ComboboxMulti.tsx +0 -169
  673. package/src/components/Combobox/TODO.md +0 -33
  674. package/src/components/Combobox/index.css +0 -97
  675. package/src/components/Combobox/index.ts +0 -2
  676. package/src/components/Combobox/ui.tsx +0 -211
  677. package/src/components/Combobox/useSelect.ts +0 -347
  678. package/src/components/Fixed/Fixed.md +0 -16
  679. package/src/components/Fixed/Fixed.story.tsx +0 -12
  680. package/src/components/Fixed/Fixed.tsx +0 -9
  681. package/src/components/Fixed/index.ts +0 -1
  682. package/src/components/Flex/Flex.md +0 -14
  683. package/src/components/Flex/Flex.story.tsx +0 -12
  684. package/src/components/IntegrationLogo/IntegrationLogo.story.mdx +0 -159
  685. package/src/components/IntegrationLogo/IntegrationLogo.tsx +0 -54
  686. package/src/components/IntegrationLogo/IntegrationLogoSvg.tsx +0 -79
  687. package/src/components/IntegrationLogo/index.ts +0 -1
  688. package/src/components/IntegrationLogo/svg/addigy.tsx +0 -23
  689. package/src/components/IntegrationLogo/svg/aws.tsx +0 -52
  690. package/src/components/IntegrationLogo/svg/bamboohr.tsx +0 -34
  691. package/src/components/IntegrationLogo/svg/bitbucket.tsx +0 -37
  692. package/src/components/IntegrationLogo/svg/conveyor.tsx +0 -41
  693. package/src/components/IntegrationLogo/svg/default.tsx +0 -11
  694. package/src/components/IntegrationLogo/svg/deploy.tsx +0 -29
  695. package/src/components/IntegrationLogo/svg/events-api.tsx +0 -75
  696. package/src/components/IntegrationLogo/svg/gcp.tsx +0 -26
  697. package/src/components/IntegrationLogo/svg/github.tsx +0 -14
  698. package/src/components/IntegrationLogo/svg/gitlab.tsx +0 -40
  699. package/src/components/IntegrationLogo/svg/gsuite.tsx +0 -24
  700. package/src/components/IntegrationLogo/svg/index.ts +0 -21
  701. package/src/components/IntegrationLogo/svg/jamf.tsx +0 -36
  702. package/src/components/IntegrationLogo/svg/jira.tsx +0 -44
  703. package/src/components/IntegrationLogo/svg/jumpcloud.tsx +0 -86
  704. package/src/components/IntegrationLogo/svg/okta.tsx +0 -28
  705. package/src/components/IntegrationLogo/svg/onelogin.tsx +0 -34
  706. package/src/components/IntegrationLogo/svg/salesforce.tsx +0 -39
  707. package/src/components/IntegrationLogo/svg/slack.tsx +0 -40
  708. package/src/components/IntegrationLogo/svg/wrapper.tsx +0 -35
  709. package/src/components/IntegrationLogo/svg/zoom.tsx +0 -51
  710. package/src/components/Meta/Meta.md +0 -14
  711. package/src/components/Meta/Meta.story.tsx +0 -24
  712. package/src/components/Meta/Meta.tsx +0 -26
  713. package/src/components/Meta/index.ts +0 -1
  714. package/src/components/Overlay/Overlay.md +0 -14
  715. package/src/components/Overlay/Overlay.story.tsx +0 -12
  716. package/src/components/Pagination/Pagination.story.tsx +0 -25
  717. package/src/components/Pagination/Pagination.tsx +0 -78
  718. package/src/components/Pagination/index.css +0 -46
  719. package/src/components/Pagination/index.ts +0 -1
  720. package/src/components/ProductIcon/ProductIcon.md +0 -22
  721. package/src/components/ProductIcon/ProductIcon.story.tsx +0 -26
  722. package/src/components/ProductIcon/ProductIcon.tsx +0 -45
  723. package/src/components/ProductIcon/ProductIconComply.tsx +0 -17
  724. package/src/components/ProductIcon/ProductIconDeploy.tsx +0 -17
  725. package/src/components/ProductIcon/ProductIconExchange.tsx +0 -17
  726. package/src/components/ProductIcon/ProductIconTrustCenter.tsx +0 -17
  727. package/src/components/ProductIcon/index.css +0 -13
  728. package/src/components/ProductIcon/index.ts +0 -1
  729. package/src/components/PropertyDiff/PropertDiff.story.mdx +0 -46
  730. package/src/components/PropertyDiff/PropertyDiff.tsx +0 -48
  731. package/src/components/PropertyDiff/index.css +0 -33
  732. package/src/components/PropertyDiff/index.ts +0 -1
  733. package/src/components/Relative/Relative.md +0 -16
  734. package/src/components/Relative/Relative.story.tsx +0 -12
  735. package/src/components/Relative/Relative.tsx +0 -9
  736. package/src/components/Relative/index.ts +0 -1
  737. package/src/components/SearchFilter/SearchFilter.md +0 -17
  738. package/src/components/SearchFilter/SearchFilter.story.mdx +0 -186
  739. package/src/components/SearchFilter/SearchFilter.tsx +0 -187
  740. package/src/components/SearchFilter/index.css +0 -83
  741. package/src/components/SearchFilter/index.ts +0 -1
  742. package/src/components/SpeechBubble/SpeechBubble.md +0 -14
  743. package/src/components/SpeechBubble/SpeechBubble.story.tsx +0 -26
  744. package/src/components/StatusLabel/StatusLabel.story.mdx +0 -316
  745. package/src/components/StatusLabel/StatusLabel.tsx +0 -112
  746. package/src/components/StatusLabel/index.css +0 -23
  747. package/src/components/StatusLabel/index.ts +0 -1
  748. package/src/components/StatusPanel/StatusPanel.story.mdx +0 -109
  749. package/src/components/StatusPanel/StatusPanel.tsx +0 -51
  750. package/src/components/StatusPanel/index.css +0 -52
  751. package/src/components/StatusPanel/index.ts +0 -1
  752. package/src/components/Sticky/Sticky.md +0 -16
  753. package/src/components/Sticky/Sticky.story.tsx +0 -12
  754. package/src/components/Sticky/Sticky.tsx +0 -9
  755. package/src/components/Sticky/index.ts +0 -1
  756. package/src/components/Svg/Svg.md +0 -14
  757. package/src/components/Svg/Svg.story.tsx +0 -15
  758. package/src/components/Text/Text.md +0 -14
  759. package/src/components/Text/Text.story.tsx +0 -12
  760. package/src/components/TopBar/TopBar.story.mdx +0 -154
  761. package/src/components/TopBar/TopBar.tsx +0 -40
  762. package/src/components/TopBar/TopBarBreadcrumbs.tsx +0 -79
  763. package/src/components/TopBar/TopBarSubNav.tsx +0 -19
  764. package/src/components/TopBar/TopBarSubNavItem.tsx +0 -21
  765. package/src/components/TopBar/index.css +0 -102
  766. package/src/components/TopBar/index.ts +0 -1
  767. package/src/components/VendorLogo/VendorLogo.story.mdx +0 -209
  768. package/src/components/VendorLogo/VendorLogo.tsx +0 -110
  769. package/src/components/VendorLogo/index.css +0 -46
  770. package/src/components/VendorLogo/index.ts +0 -1
  771. package/src/components/VisuallyHidden/VisuallyHidden.md +0 -23
  772. package/src/components/VisuallyHidden/VisuallyHidden.story.tsx +0 -19
  773. package/src/components/useStep/ExampleSetupWizard.tsx +0 -63
  774. package/src/components/useStep/useStep.story.mdx +0 -76
  775. package/src/docs/TailwindClasses.story.mdx +0 -15
  776. package/src/docs/brand-components/BrandButton.story.mdx +0 -103
  777. package/src/docs/brand-components/BrandCheckbox.story.mdx +0 -63
  778. package/src/docs/brand-components/BrandFormGroup.story.mdx +0 -76
  779. package/src/docs/brand-components/BrandInput.story.mdx +0 -41
  780. package/src/docs/brand-components/BrandRadio.story.mdx +0 -45
  781. package/src/docs/brand-components/BrandTextArea.story.mdx +0 -41
  782. package/src/recipes/TopBarNavigation.story.mdx +0 -114
  783. package/src/storybook-components/TailwindPropertyClasses.tsx +0 -285
  784. package/src/tailwind.config.ts +0 -6
  785. package/src/templates/Index.story.mdx +0 -177
  786. package/src/tokens/_tailwind-config.ts +0 -69
@@ -6,6 +6,9 @@ import {
6
6
  SourceState,
7
7
  } from "@storybook/addon-docs/blocks";
8
8
  import { ComponentHeading } from "../../storybook-components";
9
+ import { useDisclosure } from "../../hooks";
10
+ import { Button } from "../Button";
11
+ import { Flex } from "../Flex";
9
12
  import { Panel } from "../Panel";
10
13
  import { Grid } from "./Grid";
11
14
 
@@ -17,10 +20,22 @@ import { Grid } from "./Grid";
17
20
  sourcePath="src/components/Grid/Grid.tsx"
18
21
  />
19
22
 
23
+ `Grid` is just a `Box` with [grid layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) enabled.
24
+
25
+ `Grid` also provides a `Grid.Item` child component. `Grid.Item` is not required
26
+ to use with `Grid`. Any child component of a `Grid` becomes a grid item.
27
+ `Grid.Item` just exposes some props to help you place the item within the grid.
28
+ Otherwise, you’ll likely need to apply a `style` prop to your grid items to
29
+ place them on rows or columns. There is an example below.
30
+
31
+ ## Installation
32
+
20
33
  ```jsx
21
34
  import { Grid } from "@conveyorhq/arrow-ds";
22
35
  ```
23
36
 
37
+ ## Basic usage
38
+
24
39
  <Preview withSource={SourceState.OPEN}>
25
40
  <Story name="Grid">
26
41
  <Grid columns={["repeat(2, 1fr)"]} gap="24px">
@@ -34,16 +49,18 @@ import { Grid } from "@conveyorhq/arrow-ds";
34
49
  </Story>
35
50
  </Preview>
36
51
 
37
- ## Props
38
-
39
- Both `Grid` and `Grid.Item` extend `BoxProps`.
52
+ ## API
40
53
 
41
54
  ### Grid
42
55
 
56
+ Extends `BoxProps`
57
+
43
58
  <Props of={Grid} />
44
59
 
45
60
  ### Grid.Item
46
61
 
62
+ Extends `BoxProps`
63
+
47
64
  <Props of={Grid.Item} />
48
65
 
49
66
  ## Demos
@@ -117,3 +134,188 @@ convention is to put the names inside square brackets.
117
134
  </Grid>
118
135
  </Story>
119
136
  </Preview>
137
+
138
+ ### Spacing grid items
139
+
140
+ Use the `gap` property or gap [classnames](https://tailwindcss.com/docs/gap) to
141
+ set space between grid items. Gap can be set vertically, horizontally or both.
142
+
143
+ You can pass up to two values to gap; the first value being x-axis (row gap) add
144
+ the second value being y-axis (column gap).
145
+
146
+ Gap will not add space to the beginning or end of the list of grid items.
147
+
148
+ #### Equal gap on all sides
149
+
150
+ Use `gap="8px"` or `className="gap-2"`
151
+
152
+ <Preview withSource={SourceState.OPEN}>
153
+ <Story name="Grid with equal gap">
154
+ <Grid columns="repeat(4, 1fr)" gap="8px">
155
+ {[...Array(12).keys()].map((item) => {
156
+ return (
157
+ <Grid.Item key={`grid-item-${item}`}>
158
+ <Panel className="p-8">Grid item {item + 1}</Panel>
159
+ </Grid.Item>
160
+ );
161
+ })}
162
+ </Grid>
163
+ </Story>
164
+ </Preview>
165
+
166
+ #### Unequal gap on all sides
167
+
168
+ Use `gap="16px 8px"` or `className="gap-x-4 gap-y-2"`
169
+
170
+ <Preview withSource={SourceState.OPEN}>
171
+ <Story name="Grid with unequal gap">
172
+ <Grid columns="repeat(4, 1fr)" gap="16px 8px">
173
+ {[...Array(12).keys()].map((item) => {
174
+ return (
175
+ <Grid.Item key={`grid-item-${item}`}>
176
+ <Panel className="p-8">Grid item {item + 1}</Panel>
177
+ </Grid.Item>
178
+ );
179
+ })}
180
+ </Grid>
181
+ </Story>
182
+ </Preview>
183
+
184
+ #### Column gap
185
+
186
+ Use `gap="0 8px"` or `className="gap-y-2"`
187
+
188
+ <Preview withSource={SourceState.OPEN}>
189
+ <Story name="Grid with column gap">
190
+ <Grid columns="repeat(4, 1fr)" gap="0 8px">
191
+ {[...Array(12).keys()].map((item) => {
192
+ return (
193
+ <Grid.Item key={`grid-item-${item}`}>
194
+ <Panel className="p-8">Grid item {item + 1}</Panel>
195
+ </Grid.Item>
196
+ );
197
+ })}
198
+ </Grid>
199
+ </Story>
200
+ </Preview>
201
+
202
+ #### Row gap
203
+
204
+ Use `gap="8px 0"` or `className="gap-x-2"`
205
+
206
+ <Preview withSource={SourceState.OPEN}>
207
+ <Story name="Grid with row gap">
208
+ <Grid columns="repeat(4, 1fr)" gap="8px 0">
209
+ {[...Array(12).keys()].map((item) => {
210
+ return (
211
+ <Grid.Item key={`grid-item-${item}`}>
212
+ <Panel className="p-8">Grid item {item + 1}</Panel>
213
+ </Grid.Item>
214
+ );
215
+ })}
216
+ </Grid>
217
+ </Story>
218
+ </Preview>
219
+
220
+ ### Using Grid.Item
221
+
222
+ `Grid.Item` provides props to help you place the item within the grid. These
223
+ props are not required nor always necessary to place items on the grid. If you
224
+ have a complex grid layout, you might want to be explicit in setting the row and
225
+ column for each item, otherwise the grid will place the items implicitly. In the
226
+ example below, Grid Item 4 does not define its column or row, but the grid
227
+ places the item in the first available spot on the grid. If we had 5 items and
228
+ one item did not define columns or rows, it would be placed outside of the grid
229
+ that was defined. You can try this below.
230
+
231
+ When a `column` or `row` value has two numbers divided by `/`, this is
232
+ shorthand for `grid-*-start` and `grid-*-end`.
233
+
234
+ When using `area`, values that are divided by `/`, this is shorthand for
235
+ `grid-row-start grid-column-start grid-row-end grid-column-end`.
236
+
237
+ A `grid-*-end` value of `-1` will extend the column full-width or row
238
+ full-height.
239
+
240
+ <Preview withSource={SourceState.OPEN}>
241
+ <Story name="Grid.Item">
242
+ {() => {
243
+ const { isOpen, onToggle } = useDisclosure();
244
+ return (
245
+ <>
246
+ <Flex className="items-center gap-2 mb-4">
247
+ <Button onClick={onToggle}>
248
+ {isOpen ? "Remove" : "Add"} Grid Item 5
249
+ </Button>
250
+ {isOpen
251
+ ? "That is because Grid Item 5 has explictly defined the space that Grid Item 4 implicitly occupies"
252
+ : "This will push Grid Item 4 outside of the explict grid and create an implicit third row"}
253
+ </Flex>
254
+ <Grid columns="1fr 2fr 1fr" rows="repeat(2, 1fr)" gap="8px">
255
+ <Grid.Item column="1 / 3" row="2 / auto">
256
+ <Panel className="p-8">Grid item 1</Panel>
257
+ </Grid.Item>
258
+ <Grid.Item column="2" row="1">
259
+ <Panel className="p-8">Grid item 2</Panel>
260
+ </Grid.Item>
261
+ <Grid.Item area="1 / 3 / -1 / -1">
262
+ <Panel className="p-8 h-full">Grid item 3</Panel>
263
+ </Grid.Item>
264
+ <Grid.Item>
265
+ <Panel
266
+ className={`p-8 ${isOpen ? "bg-red-200" : "bg-green-200"}`}
267
+ >
268
+ Grid item 4
269
+ </Panel>
270
+ </Grid.Item>
271
+ {isOpen && (
272
+ <Grid.Item area="1 / 1 / 2 / 2">
273
+ <Panel className="p-8 bg-gold-200">Grid item 5</Panel>
274
+ </Grid.Item>
275
+ )}
276
+ </Grid>
277
+ </>
278
+ );
279
+ }}
280
+ </Story>
281
+ </Preview>
282
+
283
+ ### Opting out of Grid.Item
284
+
285
+ As stated above, `Grid.Item` is not required. Here’s how you might use
286
+ custom components inside of a grid.
287
+
288
+ <Preview withSource={SourceState.OPEN}>
289
+ <Story name="Grid without Grid.Item">
290
+ <Grid columns="1fr 2fr 1fr" rows="repeat(2, 1fr)" gap="8px">
291
+ <Panel
292
+ className="p-8"
293
+ style={{
294
+ gridColumn: "3",
295
+ gridRow: "2 / auto",
296
+ }}
297
+ >
298
+ Grid item 1
299
+ </Panel>
300
+ <Panel
301
+ className="p-8"
302
+ style={{
303
+ gridColumn: "2",
304
+ gridRow: "2",
305
+ }}
306
+ >
307
+ Grid item 2
308
+ </Panel>
309
+ <Panel
310
+ className="p-8"
311
+ style={{
312
+ gridColumn: "1",
313
+ gridRow: "1",
314
+ }}
315
+ >
316
+ Grid item 3
317
+ </Panel>
318
+ <Panel className="p-8 h-full">Grid item 4</Panel>
319
+ </Grid>
320
+ </Story>
321
+ </Preview>
@@ -1,16 +1,50 @@
1
1
  import React, { ForwardRefExoticComponent, forwardRef } from "react";
2
2
  import classNames from "classnames";
3
3
  import { Box, BoxProps } from "../Box";
4
+ import { bemHOF } from "../../utilities";
5
+
6
+ const cn = bemHOF("Grid");
4
7
 
5
8
  interface GridProps extends BoxProps {
6
- columns?: string[];
7
- rows?: string[];
9
+ /**
10
+ * Maps to the
11
+ * [`grid-template-columns` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns)
12
+ * which defines the line names and track sizing functions of the grid columns.
13
+ */
14
+ columns?: string | string[];
15
+ /**
16
+ * Maps to the
17
+ * [`grid-template-rows` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows)
18
+ * which defines the line names and track sizing functions of the grid rows.
19
+ */
20
+ rows?: string | string[];
21
+ /**
22
+ * Sets the gaps (gutters) between rows and columns. It can be a single value
23
+ * to set both row and column gaps or two values separated by a space to define
24
+ * separate row and column gaps.
25
+ */
8
26
  gap?: string;
9
27
  }
10
28
 
11
29
  interface GridItemProps extends BoxProps {
30
+ /**
31
+ * Specifies a grid item’s size and location within a grid column; internally,
32
+ * it sets the [`grid-column`](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column)
33
+ * CSS property
34
+ */
12
35
  column?: string;
36
+ /**
37
+ * Specifies a grid item’s size and location within a grid row; internally,
38
+ * it sets the [`grid-row`](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row)
39
+ * CSS property
40
+ */
13
41
  row?: string;
42
+ /**
43
+ * Specifies a grid item’s size and location within a grid; internally,
44
+ * it sets the [`grid-area`](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area)
45
+ * CSS property. `grid-area` is a shorthand property that can set both column
46
+ * and row in a single value.
47
+ */
14
48
  area?: string;
15
49
  }
16
50
 
@@ -53,16 +87,21 @@ export const GridItem: ForwardRefExoticComponent<GridItemProps> = forwardRef<
53
87
  export const Grid = forwardRef<HTMLDivElement, GridProps>((props, ref) => {
54
88
  const { className, style, columns = [], rows = [], gap, ...rest } = props;
55
89
 
90
+ const gridTemplateColumns = Array.isArray(columns)
91
+ ? columns.join(" ")
92
+ : columns;
93
+ const gridTemplateRows = Array.isArray(rows) ? rows.join(" ") : rows;
94
+
56
95
  const styles = {
57
- gridTemplateColumns: columns.join(" "),
58
- gridTemplateRows: rows.join(" "),
96
+ gridTemplateColumns,
97
+ gridTemplateRows,
59
98
  gap,
60
99
  ...style,
61
100
  };
62
101
 
63
102
  return (
64
103
  <Box
65
- className={classNames("grid", className)}
104
+ className={classNames(cn(), className)}
66
105
  ref={ref}
67
106
  style={styles}
68
107
  {...rest}
@@ -0,0 +1,3 @@
1
+ .ads-Grid {
2
+ @apply grid;
3
+ }
@@ -8,12 +8,13 @@ import { faFileAlt } from "@fortawesome/free-regular-svg-icons/faFileAlt";
8
8
  import { faQuestionCircle as faQuestionCircleRegular } from "@fortawesome/free-regular-svg-icons/faQuestionCircle";
9
9
  import { faUser as faUserRegular } from "@fortawesome/free-regular-svg-icons/faUser";
10
10
  import { faCheckCircle as faCheckCircleRegular } from "@fortawesome/free-regular-svg-icons/faCheckCircle";
11
- import { faTimesCircle } from "@fortawesome/free-regular-svg-icons/faTimesCircle";
11
+ import { faCircle as faCircleRegular } from "@fortawesome/free-regular-svg-icons/faCircle";
12
+ import { faTimesCircle as faTimesCircleRegular } from "@fortawesome/free-regular-svg-icons/faTimesCircle";
12
13
  import { faClock } from "@fortawesome/free-regular-svg-icons/faClock";
13
14
  import { faKeyboard } from "@fortawesome/free-regular-svg-icons/faKeyboard";
14
15
  import { faStar } from "@fortawesome/free-regular-svg-icons/faStar";
15
- import { faThumbsDown } from "@fortawesome/free-regular-svg-icons/faThumbsDown";
16
- import { faThumbsUp } from "@fortawesome/free-regular-svg-icons/faThumbsUp";
16
+ import { faThumbsDown as faThumbsDownRegular } from "@fortawesome/free-regular-svg-icons/faThumbsDown";
17
+ import { faThumbsUp as faThumbsUpRegular } from "@fortawesome/free-regular-svg-icons/faThumbsUp";
17
18
 
18
19
  // fas
19
20
  import { faArchive } from "@fortawesome/free-solid-svg-icons/faArchive";
@@ -23,11 +24,17 @@ import { faArrowRight } from "@fortawesome/free-solid-svg-icons/faArrowRight";
23
24
  import { faArrowUp } from "@fortawesome/free-solid-svg-icons/faArrowUp";
24
25
  import { faBackward } from "@fortawesome/free-solid-svg-icons/faBackward";
25
26
  import { faBan } from "@fortawesome/free-solid-svg-icons/faBan";
27
+ import { faBatteryHalf } from "@fortawesome/free-solid-svg-icons/faBatteryHalf";
28
+ import { faBed } from "@fortawesome/free-solid-svg-icons/faBed";
29
+ import { faBell } from "@fortawesome/free-solid-svg-icons/faBell";
26
30
  import { faBolt } from "@fortawesome/free-solid-svg-icons/faBolt";
27
31
  import { faCalculator } from "@fortawesome/free-solid-svg-icons/faCalculator";
28
32
  import { faCalendar } from "@fortawesome/free-solid-svg-icons/faCalendar";
29
33
  import { faCaretDown } from "@fortawesome/free-solid-svg-icons/faCaretDown";
34
+ import { faCaretLeft } from "@fortawesome/free-solid-svg-icons/faCaretLeft";
35
+ import { faCaretRight } from "@fortawesome/free-solid-svg-icons/faCaretRight";
30
36
  import { faCaretUp } from "@fortawesome/free-solid-svg-icons/faCaretUp";
37
+ import { faChartLine } from "@fortawesome/free-solid-svg-icons/faChartLine";
31
38
  import { faCheck } from "@fortawesome/free-solid-svg-icons/faCheck";
32
39
  import { faCheckCircle } from "@fortawesome/free-solid-svg-icons/faCheckCircle";
33
40
  import { faChevronDown } from "@fortawesome/free-solid-svg-icons/faChevronDown";
@@ -37,13 +44,17 @@ import { faChevronUp } from "@fortawesome/free-solid-svg-icons/faChevronUp";
37
44
  import { faCircle } from "@fortawesome/free-solid-svg-icons/faCircle";
38
45
  import { faCircleNotch } from "@fortawesome/free-solid-svg-icons/faCircleNotch";
39
46
  import { faClipboard } from "@fortawesome/free-solid-svg-icons/faClipboard";
47
+ import { faClock as faClockSolid } from "@fortawesome/free-solid-svg-icons/faClock";
40
48
  import { faCog } from "@fortawesome/free-solid-svg-icons/faCog";
41
49
  import { faColumns } from "@fortawesome/free-solid-svg-icons/faColumns";
42
50
  import { faCommentAlt } from "@fortawesome/free-solid-svg-icons/faCommentAlt";
51
+ import { faCompass } from "@fortawesome/free-solid-svg-icons/faCompass";
43
52
  import { faCompress } from "@fortawesome/free-solid-svg-icons/faCompress";
53
+ import { faCrown } from "@fortawesome/free-solid-svg-icons/faCrown";
44
54
  import { faEllipsisH } from "@fortawesome/free-solid-svg-icons/faEllipsisH";
45
55
  import { faEllipsisV } from "@fortawesome/free-solid-svg-icons/faEllipsisV";
46
56
  import { faEnvelope } from "@fortawesome/free-solid-svg-icons/faEnvelope";
57
+ import { faExclamationCircle } from "@fortawesome/free-solid-svg-icons/faExclamationCircle";
47
58
  import { faExclamationTriangle } from "@fortawesome/free-solid-svg-icons/faExclamationTriangle";
48
59
  import { faExpand } from "@fortawesome/free-solid-svg-icons/faExpand";
49
60
  import { faExternalLinkAlt } from "@fortawesome/free-solid-svg-icons/faExternalLinkAlt";
@@ -62,6 +73,7 @@ import { faForward } from "@fortawesome/free-solid-svg-icons/faForward";
62
73
  import { faGripLines } from "@fortawesome/free-solid-svg-icons/faGripLines";
63
74
  import { faGripLinesVertical } from "@fortawesome/free-solid-svg-icons/faGripLinesVertical";
64
75
  import { faHashtag } from "@fortawesome/free-solid-svg-icons/faHashtag";
76
+ import { faHighlighter } from "@fortawesome/free-solid-svg-icons/faHighlighter";
65
77
  import { faInfoCircle } from "@fortawesome/free-solid-svg-icons/faInfoCircle";
66
78
  import { faKey } from "@fortawesome/free-solid-svg-icons/faKey";
67
79
  import { faLayerGroup } from "@fortawesome/free-solid-svg-icons/faLayerGroup";
@@ -72,6 +84,7 @@ import { faLongArrowAltRight } from "@fortawesome/free-solid-svg-icons/faLongArr
72
84
  import { faMagic } from "@fortawesome/free-solid-svg-icons/faMagic";
73
85
  import { faMapSigns } from "@fortawesome/free-solid-svg-icons/faMapSigns";
74
86
  import { faMinus } from "@fortawesome/free-solid-svg-icons/faMinus";
87
+ import { faMousePointer } from "@fortawesome/free-solid-svg-icons/faMousePointer";
75
88
  import { faPaperclip } from "@fortawesome/free-solid-svg-icons/faPaperclip";
76
89
  import { faPause } from "@fortawesome/free-solid-svg-icons/faPause";
77
90
  import { faPen } from "@fortawesome/free-solid-svg-icons/faPen";
@@ -79,10 +92,14 @@ import { faPlay } from "@fortawesome/free-solid-svg-icons/faPlay";
79
92
  import { faPlus } from "@fortawesome/free-solid-svg-icons/faPlus";
80
93
  import { faPlusCircle } from "@fortawesome/free-solid-svg-icons/faPlusCircle";
81
94
  import { faPooStorm } from "@fortawesome/free-solid-svg-icons/faPooStorm";
95
+ import { faQuestion } from "@fortawesome/free-solid-svg-icons/faQuestion";
82
96
  import { faQuestionCircle } from "@fortawesome/free-solid-svg-icons/faQuestionCircle";
83
97
  import { faScroll } from "@fortawesome/free-solid-svg-icons/faScroll";
84
98
  import { faSearch } from "@fortawesome/free-solid-svg-icons/faSearch";
99
+ import { faShareAlt } from "@fortawesome/free-solid-svg-icons/faShareAlt";
85
100
  import { faShieldAlt } from "@fortawesome/free-solid-svg-icons/faShieldAlt";
101
+ import { faSignature } from "@fortawesome/free-solid-svg-icons/faSignature";
102
+ import { faSignOutAlt } from "@fortawesome/free-solid-svg-icons/faSignOutAlt";
86
103
  import { faSlidersH } from "@fortawesome/free-solid-svg-icons/faSlidersH";
87
104
  import { faSort } from "@fortawesome/free-solid-svg-icons/faSort";
88
105
  import { faSortDown } from "@fortawesome/free-solid-svg-icons/faSortDown";
@@ -93,17 +110,33 @@ import { faStar as faStarSolid } from "@fortawesome/free-solid-svg-icons/faStar"
93
110
  import { faSync } from "@fortawesome/free-solid-svg-icons/faSync";
94
111
  import { faTasks } from "@fortawesome/free-solid-svg-icons/faTasks";
95
112
  import { faThLarge } from "@fortawesome/free-solid-svg-icons/faThLarge";
113
+ import { faThumbsDown as faThumbsDownSolid } from "@fortawesome/free-solid-svg-icons/faThumbsDown";
114
+ import { faThumbsUp as faThumbsUpSolid } from "@fortawesome/free-solid-svg-icons/faThumbsUp";
96
115
  import { faTicketAlt } from "@fortawesome/free-solid-svg-icons/faTicketAlt";
97
116
  import { faTimes } from "@fortawesome/free-solid-svg-icons/faTimes";
117
+ import { faTimesCircle as faTimesCircleSolid } from "@fortawesome/free-solid-svg-icons/faTimesCircle";
118
+ import { faTools } from "@fortawesome/free-solid-svg-icons/faTools";
98
119
  import { faTrash } from "@fortawesome/free-solid-svg-icons/faTrash";
120
+ import { faUnlock } from "@fortawesome/free-solid-svg-icons/faUnlock";
99
121
  import { faUser } from "@fortawesome/free-solid-svg-icons/faUser";
100
122
  import { faUserAstronaut } from "@fortawesome/free-solid-svg-icons/faUserAstronaut";
123
+ import { faUserFriends } from "@fortawesome/free-solid-svg-icons/faUserFriends";
101
124
  import { faUserPlus } from "@fortawesome/free-solid-svg-icons/faUserPlus";
102
125
  import { faUsers } from "@fortawesome/free-solid-svg-icons/faUsers";
103
- import { faUserFriends } from "@fortawesome/free-solid-svg-icons/faUserFriends";
126
+ import { faUserShield } from "@fortawesome/free-solid-svg-icons/faUserShield";
104
127
 
105
128
  // Custom icon SVGs
106
- import { DialogCheck, Scroll, Sparkle, TriangleDown, TriangleUp } from "./svg";
129
+ import {
130
+ ArrowToBottom,
131
+ BadgeCheck,
132
+ CommentAltCheck,
133
+ DialogCheck,
134
+ Folders,
135
+ Scroll,
136
+ Sparkle,
137
+ TriangleDown,
138
+ TriangleUp,
139
+ } from "./svg";
107
140
 
108
141
  import { StatusContext } from "../../contexts/status";
109
142
  import { STATUS_VARIANT } from "../../types";
@@ -120,11 +153,17 @@ library.add(
120
153
  faArrowUp,
121
154
  faBackward,
122
155
  faBan,
156
+ faBatteryHalf,
157
+ faBed,
158
+ faBell,
123
159
  faBolt,
124
160
  faCalculator,
125
161
  faCalendar,
126
162
  faCaretDown,
163
+ faCaretLeft,
164
+ faCaretRight,
127
165
  faCaretUp,
166
+ faChartLine,
128
167
  faCheck,
129
168
  faCheckCircle,
130
169
  faCheckCircleRegular,
@@ -134,15 +173,20 @@ library.add(
134
173
  faChevronUp,
135
174
  faCircle,
136
175
  faCircleNotch,
176
+ faCircleRegular,
137
177
  faClipboard,
138
178
  faClock,
179
+ faClockSolid,
139
180
  faCog,
140
181
  faColumns,
141
182
  faCommentAlt,
183
+ faCompass,
142
184
  faCompress,
185
+ faCrown,
143
186
  faEllipsisH,
144
187
  faEllipsisV,
145
188
  faEnvelope,
189
+ faExclamationCircle,
146
190
  faExclamationTriangle,
147
191
  faExpand,
148
192
  faExternalLinkAlt,
@@ -162,6 +206,7 @@ library.add(
162
206
  faGripLines,
163
207
  faGripLinesVertical,
164
208
  faHashtag,
209
+ faHighlighter,
165
210
  faInfoCircle,
166
211
  faKey,
167
212
  faKeyboard,
@@ -173,6 +218,7 @@ library.add(
173
218
  faMagic,
174
219
  faMapSigns,
175
220
  faMinus,
221
+ faMousePointer,
176
222
  faPaperclip,
177
223
  faPause,
178
224
  faPen,
@@ -180,11 +226,15 @@ library.add(
180
226
  faPlus,
181
227
  faPlusCircle,
182
228
  faPooStorm,
229
+ faQuestion,
183
230
  faQuestionCircle,
184
231
  faQuestionCircleRegular,
185
232
  faScroll,
186
233
  faSearch,
234
+ faShareAlt,
187
235
  faShieldAlt,
236
+ faSignature,
237
+ faSignOutAlt,
188
238
  faSlidersH,
189
239
  faSort,
190
240
  faSortDown,
@@ -196,22 +246,32 @@ library.add(
196
246
  faSync,
197
247
  faTasks,
198
248
  faThLarge,
199
- faThumbsDown,
200
- faThumbsUp,
249
+ faThumbsDownRegular,
250
+ faThumbsDownSolid,
251
+ faThumbsUpRegular,
252
+ faThumbsUpSolid,
201
253
  faTicketAlt,
202
254
  faTimes,
203
- faTimesCircle,
255
+ faTimesCircleRegular,
256
+ faTimesCircleSolid,
257
+ faTools,
204
258
  faTrash,
259
+ faUnlock,
205
260
  faUser,
206
261
  faUserAstronaut,
262
+ faUserFriends,
207
263
  faUserPlus,
208
264
  faUserRegular,
209
265
  faUsers,
210
- faUserFriends,
266
+ faUserShield,
211
267
  );
212
268
 
213
269
  export enum CUSTOM_ICON_TYPE {
270
+ ARROW_TO_BOTTOM = "arrow-to-bottom",
271
+ BADGE_CHECK = "badge-check",
272
+ COMMENT_ALT_CHECK = "comment-alt-check",
214
273
  DIALOG_CHECK = "dialog-check",
274
+ FOLDERS = "folders",
215
275
  SCROLL = "scroll",
216
276
  SPARKLE = "sparkle",
217
277
  TRIANGLE_DOWN = "triangle-down",
@@ -223,7 +283,11 @@ type CustomIconPaths = Record<
223
283
  (props: SvgProps) => JSX.Element
224
284
  >;
225
285
  const CustomIcons: CustomIconPaths = {
286
+ [CUSTOM_ICON_TYPE.ARROW_TO_BOTTOM]: ArrowToBottom,
287
+ [CUSTOM_ICON_TYPE.BADGE_CHECK]: BadgeCheck,
288
+ [CUSTOM_ICON_TYPE.COMMENT_ALT_CHECK]: CommentAltCheck,
226
289
  [CUSTOM_ICON_TYPE.DIALOG_CHECK]: DialogCheck,
290
+ [CUSTOM_ICON_TYPE.FOLDERS]: Folders,
227
291
  [CUSTOM_ICON_TYPE.SCROLL]: Scroll,
228
292
  [CUSTOM_ICON_TYPE.SPARKLE]: Sparkle,
229
293
  [CUSTOM_ICON_TYPE.TRIANGLE_DOWN]: TriangleDown,
@@ -238,11 +302,17 @@ export enum ICON_TYPE {
238
302
  ARROW_UP = "arrow-up",
239
303
  BACKWARD = "backward",
240
304
  BAN = "ban",
305
+ BATTERY_HALF = "battery-half",
306
+ BED = "bed",
307
+ BELL = "bell",
241
308
  BOLT = "bolt",
242
309
  CALENDAR = "calendar",
243
310
  CALCULATOR = "calculator",
244
311
  CARET_DOWN = "caret-down",
312
+ CARET_LEFT = "caret-left",
313
+ CARET_RIGHT = "caret-right",
245
314
  CARET_UP = "caret-up",
315
+ CHART_LINE = "chart-line",
246
316
  CHECK = "check",
247
317
  CHECK_CIRCLE = "check-circle",
248
318
  CHEVRON_DOWN = "chevron-down",
@@ -256,10 +326,13 @@ export enum ICON_TYPE {
256
326
  COG = "cog",
257
327
  COLUMNS = "columns",
258
328
  COMMENT_ALT = "comment-alt",
329
+ COMPASS = "compass",
259
330
  COMPRESS = "compress",
331
+ CROWN = "crown",
260
332
  ELLIPSIS_H = "ellipsis-h",
261
333
  ELLIPSIS_V = "ellipsis-v",
262
334
  ENVELOPE = "envelope",
335
+ EXCLAMATION_CIRCLE = "exclamation-circle",
263
336
  EXCLAMATION_TRIANGLE = "exclamation-triangle",
264
337
  EXPAND = "expand",
265
338
  EXTERNAL_LINK_ALT = "external-link-alt",
@@ -278,6 +351,7 @@ export enum ICON_TYPE {
278
351
  GRIP_LINES = "grip-lines",
279
352
  GRIP_LINES_VERTICAL = "grip-lines-vertical",
280
353
  HASHTAG = "hashtag",
354
+ HIGHLIGHTER = "highlighter",
281
355
  INFO_CIRCLE = "info-circle",
282
356
  KEY = "key",
283
357
  KEYBOARD = "keyboard",
@@ -289,6 +363,7 @@ export enum ICON_TYPE {
289
363
  MAGIC = "magic",
290
364
  MAP_SIGNS = "map-signs",
291
365
  MINUS = "minus",
366
+ MOUSE_POINTER = "mouse-pointer",
292
367
  PAPERCLIP = "paperclip",
293
368
  PAUSE = "pause",
294
369
  PEN = "pen",
@@ -296,10 +371,14 @@ export enum ICON_TYPE {
296
371
  PLUS = "plus",
297
372
  PLUS_CIRCLE = "plus-circle",
298
373
  POO_STORM = "poo-storm", // Use in storybook examples
374
+ QUESTION = "question",
299
375
  QUESTION_CIRCLE = "question-circle",
300
376
  SCROLL = "scroll",
301
377
  SEARCH = "search",
378
+ SHARE_ALT = "share-alt",
302
379
  SHIELD_ALT = "shield-alt",
380
+ SIGN_OUT_ALT = "sign-out-alt",
381
+ SIGNATURE = "signature",
303
382
  SLIDERS_H = "sliders-h",
304
383
  SORT = "sort",
305
384
  SORT_DOWN = "sort-down",
@@ -315,12 +394,15 @@ export enum ICON_TYPE {
315
394
  TH_LARGE = "th-large",
316
395
  THUMBS_DOWN = "thumbs-down",
317
396
  THUMBS_UP = "thumbs-up",
397
+ TOOLS = "tools",
318
398
  TRASH = "trash",
399
+ UNLOCK = "unlock",
319
400
  USER = "user",
320
401
  USER_ASTRONAUT = "user-astronaut",
321
402
  USER_PLUS = "user-plus",
322
403
  USERS = "users",
323
404
  USER_FRIENDS = "user-friends",
405
+ USER_SHIELD = "user-shield",
324
406
  }
325
407
 
326
408
  export enum ICON_STYLE_PREFIX {
@@ -465,3 +547,5 @@ export const StatusIcon = forwardRef<HTMLSpanElement, StatusIconProps>(
465
547
  return <Icon ref={ref} icon={icon} {...rest} />;
466
548
  },
467
549
  );
550
+
551
+ export type IconType = ICON_TYPE | CUSTOM_ICON_TYPE;
@@ -0,0 +1,17 @@
1
+ import React from "react";
2
+ import { Svg, SvgProps } from "../../Svg";
3
+
4
+ export const ArrowToBottom = (props: SvgProps) => {
5
+ return (
6
+ <Svg width="27" height="32" viewBox="0 0 27 32" fill="none" {...props}>
7
+ <path
8
+ d="M1.671 26.82h24.063c0.923 0 1.671 0.748 1.671 1.671v1.838c0 0.923-0.748 1.671-1.671 1.671h-24.063c-0.923 0-1.671-0.748-1.671-1.671v-1.838c0-0.923 0.748-1.671 1.671-1.671z"
9
+ fill="currentColor"
10
+ />
11
+ <path
12
+ d="M23.047 11.777l1.613 1.609c0.541 0.54 0.541 1.413 0 1.947l-9.853 9.996c-0.541 0.54-1.751 0.54-2.286 0l-9.858-9.996c-0.541-0.54-0.541-1.413 0-1.947l1.613-1.609c0.547-0.546 1.44-0.534 1.975 0.023l4.94 4.832-0.084-15.254c0-0.764 0.616-1.378 1.382-1.378h2.428c0.766 0 1.382 0.615 1.382 1.378v15.254l4.773-4.832c0.536-0.563 1.428-0.574 1.975-0.023z"
13
+ fill="currentColor"
14
+ />
15
+ </Svg>
16
+ );
17
+ };
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { Svg, SvgProps } from "../../Svg";
3
+
4
+ export const BadgeCheck = (props: SvgProps) => {
5
+ return (
6
+ <Svg width="15" height="15" viewBox="0 0 15 15" fill="none" {...props}>
7
+ <path
8
+ d="M14.5 7.75C14.5 6.73828 13.8438 5.86328 12.9141 5.50781C13.3242 4.63281 13.1602 3.53906 12.4492 2.80078C11.7109 2.08984 10.6172 1.92578 9.74219 2.33594C9.38672 1.40625 8.51172 0.75 7.5 0.75C6.46094 0.75 5.58594 1.40625 5.23047 2.33594C4.35547 1.92578 3.26172 2.08984 2.55078 2.80078C1.8125 3.53906 1.64844 4.63281 2.05859 5.50781C1.12891 5.86328 0.5 6.73828 0.5 7.75C0.5 8.78906 1.12891 9.66406 2.05859 10.0195C1.64844 10.8945 1.8125 11.9883 2.55078 12.6992C3.26172 13.4375 4.35547 13.6016 5.23047 13.1914C5.58594 14.1211 6.46094 14.75 7.5 14.75C8.51172 14.75 9.38672 14.1211 9.74219 13.1914C10.6445 13.6016 11.7109 13.4375 12.4492 12.6992C13.1602 11.9883 13.3242 10.8945 12.9141 10.0195C13.8438 9.66406 14.5 8.78906 14.5 7.75ZM10.5352 6.54688L6.95312 10.1016C6.81641 10.2383 6.625 10.2109 6.51562 10.1016L4.4375 8.02344C4.32812 7.91406 4.32812 7.72266 4.4375 7.58594L5.14844 6.875C5.28516 6.76562 5.47656 6.76562 5.58594 6.90234L6.73438 8.05078L9.38672 5.42578C9.52344 5.28906 9.71484 5.28906 9.82422 5.42578L10.5352 6.13672C10.6445 6.24609 10.6445 6.4375 10.5352 6.54688Z"
9
+ fill="currentColor"
10
+ />
11
+ </Svg>
12
+ );
13
+ };