@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
@@ -31,6 +31,7 @@ const faFileAlt_1 = require("@fortawesome/free-regular-svg-icons/faFileAlt");
31
31
  const faQuestionCircle_1 = require("@fortawesome/free-regular-svg-icons/faQuestionCircle");
32
32
  const faUser_1 = require("@fortawesome/free-regular-svg-icons/faUser");
33
33
  const faCheckCircle_1 = require("@fortawesome/free-regular-svg-icons/faCheckCircle");
34
+ const faCircle_1 = require("@fortawesome/free-regular-svg-icons/faCircle");
34
35
  const faTimesCircle_1 = require("@fortawesome/free-regular-svg-icons/faTimesCircle");
35
36
  const faClock_1 = require("@fortawesome/free-regular-svg-icons/faClock");
36
37
  const faKeyboard_1 = require("@fortawesome/free-regular-svg-icons/faKeyboard");
@@ -44,27 +45,37 @@ const faArrowRight_1 = require("@fortawesome/free-solid-svg-icons/faArrowRight")
44
45
  const faArrowUp_1 = require("@fortawesome/free-solid-svg-icons/faArrowUp");
45
46
  const faBackward_1 = require("@fortawesome/free-solid-svg-icons/faBackward");
46
47
  const faBan_1 = require("@fortawesome/free-solid-svg-icons/faBan");
48
+ const faBatteryHalf_1 = require("@fortawesome/free-solid-svg-icons/faBatteryHalf");
49
+ const faBed_1 = require("@fortawesome/free-solid-svg-icons/faBed");
50
+ const faBell_1 = require("@fortawesome/free-solid-svg-icons/faBell");
47
51
  const faBolt_1 = require("@fortawesome/free-solid-svg-icons/faBolt");
48
52
  const faCalculator_1 = require("@fortawesome/free-solid-svg-icons/faCalculator");
49
53
  const faCalendar_1 = require("@fortawesome/free-solid-svg-icons/faCalendar");
50
54
  const faCaretDown_1 = require("@fortawesome/free-solid-svg-icons/faCaretDown");
55
+ const faCaretLeft_1 = require("@fortawesome/free-solid-svg-icons/faCaretLeft");
56
+ const faCaretRight_1 = require("@fortawesome/free-solid-svg-icons/faCaretRight");
51
57
  const faCaretUp_1 = require("@fortawesome/free-solid-svg-icons/faCaretUp");
58
+ const faChartLine_1 = require("@fortawesome/free-solid-svg-icons/faChartLine");
52
59
  const faCheck_1 = require("@fortawesome/free-solid-svg-icons/faCheck");
53
60
  const faCheckCircle_2 = require("@fortawesome/free-solid-svg-icons/faCheckCircle");
54
61
  const faChevronDown_1 = require("@fortawesome/free-solid-svg-icons/faChevronDown");
55
62
  const faChevronLeft_1 = require("@fortawesome/free-solid-svg-icons/faChevronLeft");
56
63
  const faChevronRight_1 = require("@fortawesome/free-solid-svg-icons/faChevronRight");
57
64
  const faChevronUp_1 = require("@fortawesome/free-solid-svg-icons/faChevronUp");
58
- const faCircle_1 = require("@fortawesome/free-solid-svg-icons/faCircle");
65
+ const faCircle_2 = require("@fortawesome/free-solid-svg-icons/faCircle");
59
66
  const faCircleNotch_1 = require("@fortawesome/free-solid-svg-icons/faCircleNotch");
60
67
  const faClipboard_1 = require("@fortawesome/free-solid-svg-icons/faClipboard");
68
+ const faClock_2 = require("@fortawesome/free-solid-svg-icons/faClock");
61
69
  const faCog_1 = require("@fortawesome/free-solid-svg-icons/faCog");
62
70
  const faColumns_1 = require("@fortawesome/free-solid-svg-icons/faColumns");
63
71
  const faCommentAlt_1 = require("@fortawesome/free-solid-svg-icons/faCommentAlt");
72
+ const faCompass_1 = require("@fortawesome/free-solid-svg-icons/faCompass");
64
73
  const faCompress_1 = require("@fortawesome/free-solid-svg-icons/faCompress");
74
+ const faCrown_1 = require("@fortawesome/free-solid-svg-icons/faCrown");
65
75
  const faEllipsisH_1 = require("@fortawesome/free-solid-svg-icons/faEllipsisH");
66
76
  const faEllipsisV_1 = require("@fortawesome/free-solid-svg-icons/faEllipsisV");
67
77
  const faEnvelope_1 = require("@fortawesome/free-solid-svg-icons/faEnvelope");
78
+ const faExclamationCircle_1 = require("@fortawesome/free-solid-svg-icons/faExclamationCircle");
68
79
  const faExclamationTriangle_1 = require("@fortawesome/free-solid-svg-icons/faExclamationTriangle");
69
80
  const faExpand_1 = require("@fortawesome/free-solid-svg-icons/faExpand");
70
81
  const faExternalLinkAlt_1 = require("@fortawesome/free-solid-svg-icons/faExternalLinkAlt");
@@ -83,6 +94,7 @@ const faForward_1 = require("@fortawesome/free-solid-svg-icons/faForward");
83
94
  const faGripLines_1 = require("@fortawesome/free-solid-svg-icons/faGripLines");
84
95
  const faGripLinesVertical_1 = require("@fortawesome/free-solid-svg-icons/faGripLinesVertical");
85
96
  const faHashtag_1 = require("@fortawesome/free-solid-svg-icons/faHashtag");
97
+ const faHighlighter_1 = require("@fortawesome/free-solid-svg-icons/faHighlighter");
86
98
  const faInfoCircle_1 = require("@fortawesome/free-solid-svg-icons/faInfoCircle");
87
99
  const faKey_1 = require("@fortawesome/free-solid-svg-icons/faKey");
88
100
  const faLayerGroup_1 = require("@fortawesome/free-solid-svg-icons/faLayerGroup");
@@ -93,6 +105,7 @@ const faLongArrowAltRight_1 = require("@fortawesome/free-solid-svg-icons/faLongA
93
105
  const faMagic_1 = require("@fortawesome/free-solid-svg-icons/faMagic");
94
106
  const faMapSigns_1 = require("@fortawesome/free-solid-svg-icons/faMapSigns");
95
107
  const faMinus_1 = require("@fortawesome/free-solid-svg-icons/faMinus");
108
+ const faMousePointer_1 = require("@fortawesome/free-solid-svg-icons/faMousePointer");
96
109
  const faPaperclip_1 = require("@fortawesome/free-solid-svg-icons/faPaperclip");
97
110
  const faPause_1 = require("@fortawesome/free-solid-svg-icons/faPause");
98
111
  const faPen_1 = require("@fortawesome/free-solid-svg-icons/faPen");
@@ -100,10 +113,14 @@ const faPlay_1 = require("@fortawesome/free-solid-svg-icons/faPlay");
100
113
  const faPlus_1 = require("@fortawesome/free-solid-svg-icons/faPlus");
101
114
  const faPlusCircle_1 = require("@fortawesome/free-solid-svg-icons/faPlusCircle");
102
115
  const faPooStorm_1 = require("@fortawesome/free-solid-svg-icons/faPooStorm");
116
+ const faQuestion_1 = require("@fortawesome/free-solid-svg-icons/faQuestion");
103
117
  const faQuestionCircle_2 = require("@fortawesome/free-solid-svg-icons/faQuestionCircle");
104
118
  const faScroll_1 = require("@fortawesome/free-solid-svg-icons/faScroll");
105
119
  const faSearch_1 = require("@fortawesome/free-solid-svg-icons/faSearch");
120
+ const faShareAlt_1 = require("@fortawesome/free-solid-svg-icons/faShareAlt");
106
121
  const faShieldAlt_1 = require("@fortawesome/free-solid-svg-icons/faShieldAlt");
122
+ const faSignature_1 = require("@fortawesome/free-solid-svg-icons/faSignature");
123
+ const faSignOutAlt_1 = require("@fortawesome/free-solid-svg-icons/faSignOutAlt");
107
124
  const faSlidersH_1 = require("@fortawesome/free-solid-svg-icons/faSlidersH");
108
125
  const faSort_1 = require("@fortawesome/free-solid-svg-icons/faSort");
109
126
  const faSortDown_1 = require("@fortawesome/free-solid-svg-icons/faSortDown");
@@ -114,30 +131,44 @@ const faStar_2 = require("@fortawesome/free-solid-svg-icons/faStar");
114
131
  const faSync_1 = require("@fortawesome/free-solid-svg-icons/faSync");
115
132
  const faTasks_1 = require("@fortawesome/free-solid-svg-icons/faTasks");
116
133
  const faThLarge_1 = require("@fortawesome/free-solid-svg-icons/faThLarge");
134
+ const faThumbsDown_2 = require("@fortawesome/free-solid-svg-icons/faThumbsDown");
135
+ const faThumbsUp_2 = require("@fortawesome/free-solid-svg-icons/faThumbsUp");
117
136
  const faTicketAlt_1 = require("@fortawesome/free-solid-svg-icons/faTicketAlt");
118
137
  const faTimes_1 = require("@fortawesome/free-solid-svg-icons/faTimes");
138
+ const faTimesCircle_2 = require("@fortawesome/free-solid-svg-icons/faTimesCircle");
139
+ const faTools_1 = require("@fortawesome/free-solid-svg-icons/faTools");
119
140
  const faTrash_1 = require("@fortawesome/free-solid-svg-icons/faTrash");
141
+ const faUnlock_1 = require("@fortawesome/free-solid-svg-icons/faUnlock");
120
142
  const faUser_2 = require("@fortawesome/free-solid-svg-icons/faUser");
121
143
  const faUserAstronaut_1 = require("@fortawesome/free-solid-svg-icons/faUserAstronaut");
144
+ const faUserFriends_1 = require("@fortawesome/free-solid-svg-icons/faUserFriends");
122
145
  const faUserPlus_1 = require("@fortawesome/free-solid-svg-icons/faUserPlus");
123
146
  const faUsers_1 = require("@fortawesome/free-solid-svg-icons/faUsers");
124
- const faUserFriends_1 = require("@fortawesome/free-solid-svg-icons/faUserFriends");
147
+ const faUserShield_1 = require("@fortawesome/free-solid-svg-icons/faUserShield");
125
148
  const svg_1 = require("./svg");
126
149
  const status_1 = require("../../contexts/status");
127
150
  const types_1 = require("../../types");
128
151
  const utilities_1 = require("../../utilities");
129
152
  const cn = utilities_1.bemHOF("Icon");
130
- fontawesome_svg_core_1.library.add(faArchive_1.faArchive, faArrowDown_1.faArrowDown, faArrowLeft_1.faArrowLeft, faArrowRight_1.faArrowRight, faArrowUp_1.faArrowUp, faBackward_1.faBackward, faBan_1.faBan, faBolt_1.faBolt, faCalculator_1.faCalculator, faCalendar_1.faCalendar, faCaretDown_1.faCaretDown, faCaretUp_1.faCaretUp, faCheck_1.faCheck, faCheckCircle_2.faCheckCircle, faCheckCircle_1.faCheckCircle, faChevronDown_1.faChevronDown, faChevronLeft_1.faChevronLeft, faChevronRight_1.faChevronRight, faChevronUp_1.faChevronUp, faCircle_1.faCircle, faCircleNotch_1.faCircleNotch, faClipboard_1.faClipboard, faClock_1.faClock, faCog_1.faCog, faColumns_1.faColumns, faCommentAlt_1.faCommentAlt, faCompress_1.faCompress, faEllipsisH_1.faEllipsisH, faEllipsisV_1.faEllipsisV, faEnvelope_1.faEnvelope, faExclamationTriangle_1.faExclamationTriangle, faExpand_1.faExpand, faExternalLinkAlt_1.faExternalLinkAlt, faExternalLinkSquareAlt_1.faExternalLinkSquareAlt, faEye_1.faEye, faEyeSlash_1.faEyeSlash, faFastBackward_1.faFastBackward, faFastForward_1.faFastForward, faFileAlt_1.faFileAlt, faFileAlt_2.faFileAlt, faFileImport_1.faFileImport, faFileSignature_1.faFileSignature, faFilter_1.faFilter, faFlag_1.faFlag, faFolder_1.faFolder, faForward_1.faForward, faGripLines_1.faGripLines, faGripLinesVertical_1.faGripLinesVertical, faHashtag_1.faHashtag, faInfoCircle_1.faInfoCircle, faKey_1.faKey, faKeyboard_1.faKeyboard, faLayerGroup_1.faLayerGroup, faLevelUpAlt_1.faLevelUpAlt, faListUl_1.faListUl, faLock_1.faLock, faLongArrowAltRight_1.faLongArrowAltRight, faMagic_1.faMagic, faMapSigns_1.faMapSigns, faMinus_1.faMinus, faPaperclip_1.faPaperclip, faPause_1.faPause, faPen_1.faPen, faPlay_1.faPlay, faPlus_1.faPlus, faPlusCircle_1.faPlusCircle, faPooStorm_1.faPooStorm, faQuestionCircle_2.faQuestionCircle, faQuestionCircle_1.faQuestionCircle, faScroll_1.faScroll, faSearch_1.faSearch, faShieldAlt_1.faShieldAlt, faSlidersH_1.faSlidersH, faSort_1.faSort, faSortDown_1.faSortDown, faSortUp_1.faSortUp, faSpinner_1.faSpinner, faSquare_1.faSquare, faStar_1.faStar, faStar_2.faStar, faSync_1.faSync, faTasks_1.faTasks, faThLarge_1.faThLarge, faThumbsDown_1.faThumbsDown, faThumbsUp_1.faThumbsUp, faTicketAlt_1.faTicketAlt, faTimes_1.faTimes, faTimesCircle_1.faTimesCircle, faTrash_1.faTrash, faUser_2.faUser, faUserAstronaut_1.faUserAstronaut, faUserPlus_1.faUserPlus, faUser_1.faUser, faUsers_1.faUsers, faUserFriends_1.faUserFriends);
153
+ fontawesome_svg_core_1.library.add(faArchive_1.faArchive, faArrowDown_1.faArrowDown, faArrowLeft_1.faArrowLeft, faArrowRight_1.faArrowRight, faArrowUp_1.faArrowUp, faBackward_1.faBackward, faBan_1.faBan, faBatteryHalf_1.faBatteryHalf, faBed_1.faBed, faBell_1.faBell, faBolt_1.faBolt, faCalculator_1.faCalculator, faCalendar_1.faCalendar, faCaretDown_1.faCaretDown, faCaretLeft_1.faCaretLeft, faCaretRight_1.faCaretRight, faCaretUp_1.faCaretUp, faChartLine_1.faChartLine, faCheck_1.faCheck, faCheckCircle_2.faCheckCircle, faCheckCircle_1.faCheckCircle, faChevronDown_1.faChevronDown, faChevronLeft_1.faChevronLeft, faChevronRight_1.faChevronRight, faChevronUp_1.faChevronUp, faCircle_2.faCircle, faCircleNotch_1.faCircleNotch, faCircle_1.faCircle, faClipboard_1.faClipboard, faClock_1.faClock, faClock_2.faClock, faCog_1.faCog, faColumns_1.faColumns, faCommentAlt_1.faCommentAlt, faCompass_1.faCompass, faCompress_1.faCompress, faCrown_1.faCrown, faEllipsisH_1.faEllipsisH, faEllipsisV_1.faEllipsisV, faEnvelope_1.faEnvelope, faExclamationCircle_1.faExclamationCircle, faExclamationTriangle_1.faExclamationTriangle, faExpand_1.faExpand, faExternalLinkAlt_1.faExternalLinkAlt, faExternalLinkSquareAlt_1.faExternalLinkSquareAlt, faEye_1.faEye, faEyeSlash_1.faEyeSlash, faFastBackward_1.faFastBackward, faFastForward_1.faFastForward, faFileAlt_1.faFileAlt, faFileAlt_2.faFileAlt, faFileImport_1.faFileImport, faFileSignature_1.faFileSignature, faFilter_1.faFilter, faFlag_1.faFlag, faFolder_1.faFolder, faForward_1.faForward, faGripLines_1.faGripLines, faGripLinesVertical_1.faGripLinesVertical, faHashtag_1.faHashtag, faHighlighter_1.faHighlighter, faInfoCircle_1.faInfoCircle, faKey_1.faKey, faKeyboard_1.faKeyboard, faLayerGroup_1.faLayerGroup, faLevelUpAlt_1.faLevelUpAlt, faListUl_1.faListUl, faLock_1.faLock, faLongArrowAltRight_1.faLongArrowAltRight, faMagic_1.faMagic, faMapSigns_1.faMapSigns, faMinus_1.faMinus, faMousePointer_1.faMousePointer, faPaperclip_1.faPaperclip, faPause_1.faPause, faPen_1.faPen, faPlay_1.faPlay, faPlus_1.faPlus, faPlusCircle_1.faPlusCircle, faPooStorm_1.faPooStorm, faQuestion_1.faQuestion, faQuestionCircle_2.faQuestionCircle, faQuestionCircle_1.faQuestionCircle, faScroll_1.faScroll, faSearch_1.faSearch, faShareAlt_1.faShareAlt, faShieldAlt_1.faShieldAlt, faSignature_1.faSignature, faSignOutAlt_1.faSignOutAlt, faSlidersH_1.faSlidersH, faSort_1.faSort, faSortDown_1.faSortDown, faSortUp_1.faSortUp, faSpinner_1.faSpinner, faSquare_1.faSquare, faStar_1.faStar, faStar_2.faStar, faSync_1.faSync, faTasks_1.faTasks, faThLarge_1.faThLarge, faThumbsDown_1.faThumbsDown, faThumbsDown_2.faThumbsDown, faThumbsUp_1.faThumbsUp, faThumbsUp_2.faThumbsUp, faTicketAlt_1.faTicketAlt, faTimes_1.faTimes, faTimesCircle_1.faTimesCircle, faTimesCircle_2.faTimesCircle, faTools_1.faTools, faTrash_1.faTrash, faUnlock_1.faUnlock, faUser_2.faUser, faUserAstronaut_1.faUserAstronaut, faUserFriends_1.faUserFriends, faUserPlus_1.faUserPlus, faUser_1.faUser, faUsers_1.faUsers, faUserShield_1.faUserShield);
131
154
  var CUSTOM_ICON_TYPE;
132
155
  (function (CUSTOM_ICON_TYPE) {
156
+ CUSTOM_ICON_TYPE["ARROW_TO_BOTTOM"] = "arrow-to-bottom";
157
+ CUSTOM_ICON_TYPE["BADGE_CHECK"] = "badge-check";
158
+ CUSTOM_ICON_TYPE["COMMENT_ALT_CHECK"] = "comment-alt-check";
133
159
  CUSTOM_ICON_TYPE["DIALOG_CHECK"] = "dialog-check";
160
+ CUSTOM_ICON_TYPE["FOLDERS"] = "folders";
134
161
  CUSTOM_ICON_TYPE["SCROLL"] = "scroll";
135
162
  CUSTOM_ICON_TYPE["SPARKLE"] = "sparkle";
136
163
  CUSTOM_ICON_TYPE["TRIANGLE_DOWN"] = "triangle-down";
137
164
  CUSTOM_ICON_TYPE["TRIANGLE_UP"] = "triangle-up";
138
165
  })(CUSTOM_ICON_TYPE = exports.CUSTOM_ICON_TYPE || (exports.CUSTOM_ICON_TYPE = {}));
139
166
  const CustomIcons = {
167
+ [CUSTOM_ICON_TYPE.ARROW_TO_BOTTOM]: svg_1.ArrowToBottom,
168
+ [CUSTOM_ICON_TYPE.BADGE_CHECK]: svg_1.BadgeCheck,
169
+ [CUSTOM_ICON_TYPE.COMMENT_ALT_CHECK]: svg_1.CommentAltCheck,
140
170
  [CUSTOM_ICON_TYPE.DIALOG_CHECK]: svg_1.DialogCheck,
171
+ [CUSTOM_ICON_TYPE.FOLDERS]: svg_1.Folders,
141
172
  [CUSTOM_ICON_TYPE.SCROLL]: svg_1.Scroll,
142
173
  [CUSTOM_ICON_TYPE.SPARKLE]: svg_1.Sparkle,
143
174
  [CUSTOM_ICON_TYPE.TRIANGLE_DOWN]: svg_1.TriangleDown,
@@ -152,11 +183,17 @@ var ICON_TYPE;
152
183
  ICON_TYPE["ARROW_UP"] = "arrow-up";
153
184
  ICON_TYPE["BACKWARD"] = "backward";
154
185
  ICON_TYPE["BAN"] = "ban";
186
+ ICON_TYPE["BATTERY_HALF"] = "battery-half";
187
+ ICON_TYPE["BED"] = "bed";
188
+ ICON_TYPE["BELL"] = "bell";
155
189
  ICON_TYPE["BOLT"] = "bolt";
156
190
  ICON_TYPE["CALENDAR"] = "calendar";
157
191
  ICON_TYPE["CALCULATOR"] = "calculator";
158
192
  ICON_TYPE["CARET_DOWN"] = "caret-down";
193
+ ICON_TYPE["CARET_LEFT"] = "caret-left";
194
+ ICON_TYPE["CARET_RIGHT"] = "caret-right";
159
195
  ICON_TYPE["CARET_UP"] = "caret-up";
196
+ ICON_TYPE["CHART_LINE"] = "chart-line";
160
197
  ICON_TYPE["CHECK"] = "check";
161
198
  ICON_TYPE["CHECK_CIRCLE"] = "check-circle";
162
199
  ICON_TYPE["CHEVRON_DOWN"] = "chevron-down";
@@ -170,10 +207,13 @@ var ICON_TYPE;
170
207
  ICON_TYPE["COG"] = "cog";
171
208
  ICON_TYPE["COLUMNS"] = "columns";
172
209
  ICON_TYPE["COMMENT_ALT"] = "comment-alt";
210
+ ICON_TYPE["COMPASS"] = "compass";
173
211
  ICON_TYPE["COMPRESS"] = "compress";
212
+ ICON_TYPE["CROWN"] = "crown";
174
213
  ICON_TYPE["ELLIPSIS_H"] = "ellipsis-h";
175
214
  ICON_TYPE["ELLIPSIS_V"] = "ellipsis-v";
176
215
  ICON_TYPE["ENVELOPE"] = "envelope";
216
+ ICON_TYPE["EXCLAMATION_CIRCLE"] = "exclamation-circle";
177
217
  ICON_TYPE["EXCLAMATION_TRIANGLE"] = "exclamation-triangle";
178
218
  ICON_TYPE["EXPAND"] = "expand";
179
219
  ICON_TYPE["EXTERNAL_LINK_ALT"] = "external-link-alt";
@@ -192,6 +232,7 @@ var ICON_TYPE;
192
232
  ICON_TYPE["GRIP_LINES"] = "grip-lines";
193
233
  ICON_TYPE["GRIP_LINES_VERTICAL"] = "grip-lines-vertical";
194
234
  ICON_TYPE["HASHTAG"] = "hashtag";
235
+ ICON_TYPE["HIGHLIGHTER"] = "highlighter";
195
236
  ICON_TYPE["INFO_CIRCLE"] = "info-circle";
196
237
  ICON_TYPE["KEY"] = "key";
197
238
  ICON_TYPE["KEYBOARD"] = "keyboard";
@@ -203,6 +244,7 @@ var ICON_TYPE;
203
244
  ICON_TYPE["MAGIC"] = "magic";
204
245
  ICON_TYPE["MAP_SIGNS"] = "map-signs";
205
246
  ICON_TYPE["MINUS"] = "minus";
247
+ ICON_TYPE["MOUSE_POINTER"] = "mouse-pointer";
206
248
  ICON_TYPE["PAPERCLIP"] = "paperclip";
207
249
  ICON_TYPE["PAUSE"] = "pause";
208
250
  ICON_TYPE["PEN"] = "pen";
@@ -210,10 +252,14 @@ var ICON_TYPE;
210
252
  ICON_TYPE["PLUS"] = "plus";
211
253
  ICON_TYPE["PLUS_CIRCLE"] = "plus-circle";
212
254
  ICON_TYPE["POO_STORM"] = "poo-storm";
255
+ ICON_TYPE["QUESTION"] = "question";
213
256
  ICON_TYPE["QUESTION_CIRCLE"] = "question-circle";
214
257
  ICON_TYPE["SCROLL"] = "scroll";
215
258
  ICON_TYPE["SEARCH"] = "search";
259
+ ICON_TYPE["SHARE_ALT"] = "share-alt";
216
260
  ICON_TYPE["SHIELD_ALT"] = "shield-alt";
261
+ ICON_TYPE["SIGN_OUT_ALT"] = "sign-out-alt";
262
+ ICON_TYPE["SIGNATURE"] = "signature";
217
263
  ICON_TYPE["SLIDERS_H"] = "sliders-h";
218
264
  ICON_TYPE["SORT"] = "sort";
219
265
  ICON_TYPE["SORT_DOWN"] = "sort-down";
@@ -229,12 +275,15 @@ var ICON_TYPE;
229
275
  ICON_TYPE["TH_LARGE"] = "th-large";
230
276
  ICON_TYPE["THUMBS_DOWN"] = "thumbs-down";
231
277
  ICON_TYPE["THUMBS_UP"] = "thumbs-up";
278
+ ICON_TYPE["TOOLS"] = "tools";
232
279
  ICON_TYPE["TRASH"] = "trash";
280
+ ICON_TYPE["UNLOCK"] = "unlock";
233
281
  ICON_TYPE["USER"] = "user";
234
282
  ICON_TYPE["USER_ASTRONAUT"] = "user-astronaut";
235
283
  ICON_TYPE["USER_PLUS"] = "user-plus";
236
284
  ICON_TYPE["USERS"] = "users";
237
285
  ICON_TYPE["USER_FRIENDS"] = "user-friends";
286
+ ICON_TYPE["USER_SHIELD"] = "user-shield";
238
287
  })(ICON_TYPE = exports.ICON_TYPE || (exports.ICON_TYPE = {}));
239
288
  var ICON_STYLE_PREFIX;
240
289
  (function (ICON_STYLE_PREFIX) {
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from "../../Svg";
2
+ export declare const ArrowToBottom: (props: SvgProps) => JSX.Element;
@@ -0,0 +1,14 @@
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.ArrowToBottom = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const Svg_1 = require("../../Svg");
9
+ const ArrowToBottom = (props) => {
10
+ return (react_1.default.createElement(Svg_1.Svg, Object.assign({ width: "27", height: "32", viewBox: "0 0 27 32", fill: "none" }, props),
11
+ react_1.default.createElement("path", { 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", fill: "currentColor" }),
12
+ react_1.default.createElement("path", { 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", fill: "currentColor" })));
13
+ };
14
+ exports.ArrowToBottom = ArrowToBottom;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from "../../Svg";
2
+ export declare const BadgeCheck: (props: SvgProps) => JSX.Element;
@@ -0,0 +1,13 @@
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.BadgeCheck = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const Svg_1 = require("../../Svg");
9
+ const BadgeCheck = (props) => {
10
+ return (react_1.default.createElement(Svg_1.Svg, Object.assign({ width: "15", height: "15", viewBox: "0 0 15 15", fill: "none" }, props),
11
+ react_1.default.createElement("path", { 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", fill: "currentColor" })));
12
+ };
13
+ exports.BadgeCheck = BadgeCheck;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from "../../Svg";
2
+ export declare const CommentAltCheck: (props: SvgProps) => JSX.Element;
@@ -0,0 +1,13 @@
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.CommentAltCheck = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const Svg_1 = require("../../Svg");
9
+ const CommentAltCheck = (props) => {
10
+ return (react_1.default.createElement(Svg_1.Svg, Object.assign({ width: "30", height: "32", viewBox: "0 0 30 32", fill: "none" }, props),
11
+ react_1.default.createElement("path", { d: "M26.133 1.067h-22.4c-2.1 0-3.733 1.692-3.733 3.733v16.8c0 2.1 1.633 3.733 3.733 3.733h5.6v4.9c0 0.583 0.642 0.933 1.108 0.583l7.292-5.483h8.4c2.042 0 3.733-1.633 3.733-3.733v-16.8c0-2.042-1.692-3.733-3.733-3.733zM21.583 10.633l-7.642 7.583c-0.292 0.292-0.7 0.292-0.933 0l-4.433-4.433c-0.233-0.233-0.233-0.642 0-0.933l1.517-1.517c0.292-0.233 0.7-0.233 0.933 0.058l2.45 2.45 5.658-5.6c0.292-0.292 0.7-0.292 0.933 0l1.517 1.517c0.233 0.233 0.233 0.642 0 0.875z", fill: "currentColor" })));
12
+ };
13
+ exports.CommentAltCheck = CommentAltCheck;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from "../../Svg";
2
+ export declare const Folders: (props: SvgProps) => JSX.Element;
@@ -0,0 +1,13 @@
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.Folders = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const Svg_1 = require("../../Svg");
9
+ const Folders = (props) => {
10
+ return (react_1.default.createElement(Svg_1.Svg, Object.assign({ width: "18", height: "15", viewBox: "0 0 18 15", fill: "none" }, props),
11
+ react_1.default.createElement("path", { d: "M2.625 9.4375V3.75H1.3125C0.574219 3.75 0 4.35156 0 5.0625V12.9375C0 13.6758 0.574219 14.25 1.3125 14.25H12.6875C13.3984 14.25 14 13.6758 14 12.9375V11.625H4.8125C3.58203 11.625 2.625 10.668 2.625 9.4375ZM16.1875 2H10.9375L9.1875 0.25H4.8125C4.07422 0.25 3.5 0.851562 3.5 1.5625V9.4375C3.5 10.1758 4.07422 10.75 4.8125 10.75H16.1875C16.8984 10.75 17.5 10.1758 17.5 9.4375V3.3125C17.5 2.60156 16.8984 2 16.1875 2Z", fill: "currentColor" })));
12
+ };
13
+ exports.Folders = Folders;
@@ -1,4 +1,8 @@
1
+ export * from "./ArrowToBottom";
2
+ export * from "./BadgeCheck";
3
+ export * from "./CommentAltCheck";
1
4
  export * from "./DialogCheck";
5
+ export * from "./Folders";
2
6
  export * from "./Scroll";
3
7
  export * from "./Sparkle";
4
8
  export * from "./Triangle";
@@ -10,7 +10,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./ArrowToBottom"), exports);
14
+ __exportStar(require("./BadgeCheck"), exports);
15
+ __exportStar(require("./CommentAltCheck"), exports);
13
16
  __exportStar(require("./DialogCheck"), exports);
17
+ __exportStar(require("./Folders"), exports);
14
18
  __exportStar(require("./Scroll"), exports);
15
19
  __exportStar(require("./Sparkle"), exports);
16
20
  __exportStar(require("./Triangle"), exports);
@@ -1,6 +1,6 @@
1
1
  import { InputHTMLAttributes, ForwardRefExoticComponent } from "react";
2
2
  import { STATUS_VARIANT, THEME } from "../../types";
3
- import { SharedFaIconProps, ICON_TYPE } from "../Icon";
3
+ import { SharedFaIconProps, IconType } from "../Icon";
4
4
  export declare enum INPUT_ICON_POSITION {
5
5
  LEFT = "left",
6
6
  RIGHT = "right"
@@ -10,9 +10,10 @@ export interface InputBaseProps {
10
10
  as?: any;
11
11
  variant?: STATUS_VARIANT;
12
12
  theme?: THEME;
13
- icon?: ICON_TYPE;
13
+ icon?: IconType;
14
14
  iconPosition?: INPUT_ICON_POSITION;
15
15
  iconProps?: SharedFaIconProps;
16
+ wrapperClassName?: string;
16
17
  }
17
18
  export interface InputProps extends InputBaseProps, InputHTMLAttributes<HTMLInputElement> {
18
19
  }
@@ -36,17 +36,18 @@ var INPUT_ICON_POSITION;
36
36
  INPUT_ICON_POSITION["RIGHT"] = "right";
37
37
  })(INPUT_ICON_POSITION = exports.INPUT_ICON_POSITION || (exports.INPUT_ICON_POSITION = {}));
38
38
  const cn = "TextInput";
39
- const Input = react_1.forwardRef(({ as: Component = "input", className, icon, iconPosition = INPUT_ICON_POSITION.LEFT, iconProps, id: idProp, type, variant: variantProp = types_1.STATUS_VARIANT.DEFAULT, theme: themeProp, ...rest }, ref) => {
39
+ const Input = react_1.forwardRef(({ as: Component = "input", className, wrapperClassName, icon, iconPosition = INPUT_ICON_POSITION.LEFT, iconProps = {}, id: idProp, type, variant: variantProp = types_1.STATUS_VARIANT.DEFAULT, theme: themeProp, disabled, ...rest }, ref) => {
40
40
  const isTextInput = type !== "radio" && type !== "checkbox";
41
41
  const { id: idContext, variant: variantContext, theme: themeContext, } = react_1.useContext(FormGroupContext_1.FormGroupContext);
42
42
  const id = idContext || idProp;
43
43
  const variant = variantContext || variantProp;
44
44
  const theme = themeProp || themeContext;
45
- const inputClasses = classnames_1.default(isTextInput && bem_1.bem(cn), bem_1.bem(cn, { m: variant }), bem_1.bem(cn, { m: theme }), icon && bem_1.bem(cn, { m: `icon-${iconPosition}` }), !icon && className);
46
- const wrapperClasses = classnames_1.default(bem_1.bem(cn, { e: "wrapper" }), className);
47
- const iconClasses = classnames_1.default(bem_1.bem(cn, { e: "icon" }), bem_1.bem(cn, { e: "icon", m: iconPosition }));
45
+ const inputClasses = classnames_1.default(isTextInput && bem_1.bem(cn), bem_1.bem(cn, { m: variant }), bem_1.bem(cn, { m: theme }), disabled && bem_1.bem(cn, { m: "disabled" }), icon && bem_1.bem(cn, { m: `icon-${iconPosition}` }), className);
46
+ const wrapperClasses = classnames_1.default(bem_1.bem(cn, { e: "wrapper" }), wrapperClassName);
47
+ const { className: iconClassName, ...iconPropsRest } = iconProps;
48
+ const iconClasses = classnames_1.default(bem_1.bem(cn, { e: "icon" }), bem_1.bem(cn, { e: "icon", m: iconPosition }), iconClassName);
48
49
  return isTextInput && icon ? (react_1.default.createElement(Box_1.Box, { className: wrapperClasses },
49
- react_1.default.createElement(Component, Object.assign({ ref: ref, className: inputClasses, id: id, type: type }, rest)),
50
- react_1.default.createElement(Icon_1.Icon, Object.assign({ icon: icon, className: iconClasses }, iconProps)))) : (react_1.default.createElement(Component, Object.assign({ ref: ref, className: inputClasses, id: id, type: type }, rest)));
50
+ react_1.default.createElement(Component, Object.assign({ ref: ref, className: inputClasses, id: id, type: type, disabled: disabled }, rest)),
51
+ react_1.default.createElement(Icon_1.Icon, Object.assign({ icon: icon, className: iconClasses }, iconPropsRest)))) : (react_1.default.createElement(Component, Object.assign({ ref: ref, className: inputClasses, id: id, type: type, disabled: disabled }, rest)));
51
52
  });
52
53
  exports.Input = Input;
@@ -0,0 +1,3 @@
1
+ import { HTMLAttributes } from "react";
2
+ export declare type KbdProps = HTMLAttributes<HTMLElement>;
3
+ export declare const Kbd: ({ className, ...rest }: KbdProps) => JSX.Element;
@@ -3,12 +3,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.Fixed = void 0;
6
+ exports.Kbd = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const classnames_1 = __importDefault(require("classnames"));
9
- const Box_1 = require("../Box");
10
- const Fixed = (props) => {
11
- const { className, ...rest } = props;
12
- return react_1.default.createElement(Box_1.Box, Object.assign({ className: classnames_1.default("fixed", className) }, rest));
9
+ const bem_1 = require("../../utilities/bem");
10
+ const cn = bem_1.bemHOF("Kbd");
11
+ const Kbd = ({ className, ...rest }) => {
12
+ return react_1.default.createElement("kbd", Object.assign({ className: classnames_1.default(cn(), className) }, rest));
13
13
  };
14
- exports.Fixed = Fixed;
14
+ exports.Kbd = Kbd;
@@ -0,0 +1 @@
1
+ export * from "./Kbd";
@@ -10,4 +10,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./Aside"), exports);
13
+ __exportStar(require("./Kbd"), exports);
@@ -1,2 +1,3 @@
1
- import { BoxProps } from "../Box";
2
- export declare const Loading: ({ className, ...rest }: BoxProps) => JSX.Element;
1
+ import { ConveyorLogoProps } from "../ConveyorLogo";
2
+ export declare type LoadingProps = Omit<ConveyorLogoProps, "variant">;
3
+ export declare const Loading: ({ theme, height, className, ...rest }: LoadingProps) => JSX.Element;
@@ -6,14 +6,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.Loading = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const classnames_1 = __importDefault(require("classnames"));
9
- const Box_1 = require("../Box");
10
9
  const bem_1 = require("../../utilities/bem");
10
+ const types_1 = require("../../types");
11
+ const ConveyorLogo_1 = require("../ConveyorLogo");
11
12
  const cn = "Loading";
12
- const Loading = ({ className, ...rest }) => {
13
- return (react_1.default.createElement(Box_1.Box, Object.assign({ className: classnames_1.default(bem_1.bem(cn), className) }, rest),
14
- react_1.default.createElement(Box_1.Box, null),
15
- react_1.default.createElement(Box_1.Box, null),
16
- react_1.default.createElement(Box_1.Box, null),
17
- react_1.default.createElement(Box_1.Box, null)));
13
+ const Loading = ({ theme = types_1.THEME.BRAND, height = 40, className, ...rest }) => {
14
+ return (react_1.default.createElement(ConveyorLogo_1.ConveyorLogo, Object.assign({ className: classnames_1.default(bem_1.bem(cn), className), variant: "icon", height: height, theme: theme }, rest)));
18
15
  };
19
16
  exports.Loading = Loading;
@@ -6,4 +6,4 @@ export interface MarkdownProps extends ReactMarkdownProps {
6
6
  skipHtml?: boolean;
7
7
  renderPlainText?: boolean;
8
8
  }
9
- export declare const Markdown: ({ children, className, escapeHtml, skipHtml, renderPlainText, ...rest }: MarkdownProps) => JSX.Element;
9
+ export declare const Markdown: ({ children, className, escapeHtml, skipHtml, renderPlainText, renderers, ...rest }: MarkdownProps) => JSX.Element;
@@ -7,18 +7,19 @@ exports.Markdown = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const classnames_1 = __importDefault(require("classnames"));
9
9
  const react_markdown_1 = __importDefault(require("react-markdown"));
10
+ const remark_breaks_1 = __importDefault(require("remark-breaks"));
10
11
  const bem_1 = require("../../utilities/bem");
11
12
  const Text_1 = require("../Text");
12
13
  const cn = "Markdown";
13
14
  const TextRenderer = (as = "p") => ({ children, }) => react_1.default.createElement(Text_1.Text, { as: as }, children);
14
- const Markdown = ({ children, className, escapeHtml = true, skipHtml = false, renderPlainText = false, ...rest }) => {
15
- const renderers = renderPlainText
15
+ const Markdown = ({ children, className, escapeHtml = true, skipHtml = false, renderPlainText = false, renderers, ...rest }) => {
16
+ const plainTextRenderers = renderPlainText
16
17
  ? {
17
18
  heading: TextRenderer(),
18
19
  strong: TextRenderer("span"),
19
20
  emphasis: TextRenderer("span"),
20
21
  }
21
22
  : undefined;
22
- return (react_1.default.createElement(react_markdown_1.default, Object.assign({ className: classnames_1.default(bem_1.bem(cn), className), source: children, escapeHtml: escapeHtml, skipHtml: skipHtml, renderers: renderers }, rest)));
23
+ return (react_1.default.createElement(react_markdown_1.default, Object.assign({ className: classnames_1.default(bem_1.bem(cn), className), source: children, escapeHtml: escapeHtml, skipHtml: skipHtml, renderers: { ...plainTextRenderers, ...renderers }, plugins: [remark_breaks_1.default] }, rest)));
23
24
  };
24
25
  exports.Markdown = Markdown;
@@ -14,7 +14,6 @@ const hooks_1 = require("../../hooks");
14
14
  const types_1 = require("../../types");
15
15
  const Box_1 = require("../Box");
16
16
  const Flex_1 = require("../Flex");
17
- const Fixed_1 = require("../Fixed");
18
17
  const Link_1 = require("../Link");
19
18
  const Markdown_1 = require("../Markdown");
20
19
  const Portal_1 = require("../Portal");
@@ -35,7 +34,7 @@ const MarkdownEditor = (props) => {
35
34
  return isOpen ? (react_1.default.createElement(Portal_1.Portal, null,
36
35
  react_1.default.createElement(react_focus_lock_1.default, { returnFocus: true },
37
36
  react_1.default.createElement(react_remove_scroll_1.RemoveScroll, null,
38
- react_1.default.createElement(Fixed_1.Fixed, { className: classnames_1.default(bem_1.bem(cn), showBackdrop && "bg-screen") },
37
+ react_1.default.createElement(Flex_1.Flex, { className: classnames_1.default(bem_1.bem(cn), showBackdrop && "bg-screen") },
39
38
  react_1.default.createElement(Flex_1.Flex, { className: bem_1.bem(cn, { e: "popover" }) },
40
39
  react_1.default.createElement(Box_1.Box, { className: "w-1/2" },
41
40
  react_1.default.createElement(react_codemirror2_1.Controlled, { value: value, options: options, onBeforeChange: onBeforeChange })),
@@ -7,20 +7,17 @@ exports.MarkdownHelp = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const bem_1 = require("../../utilities/bem");
9
9
  const Box_1 = require("../Box");
10
- const Fixed_1 = require("../Fixed");
11
10
  const Heading_1 = require("../Heading");
12
11
  const Paragraph_1 = require("../Paragraph");
13
- const Relative_1 = require("../Relative");
14
- const Absolute_1 = require("../Absolute");
15
12
  const CloseButton_1 = require("../CloseButton");
16
13
  const cn = "MarkdownHelp";
17
14
  const CodeExamples = ({ heading, headingLevel = 3, children, }) => (react_1.default.createElement(react_1.default.Fragment, null,
18
15
  headingLevel === 3 ? (react_1.default.createElement(Heading_1.Heading.H3, { className: "text-gray-400" }, heading)) : (react_1.default.createElement(Heading_1.Heading.H4, { className: "text-gray-400" }, heading)),
19
16
  react_1.default.createElement(Box_1.Box, { as: "pre", className: bem_1.bem(cn, { e: "preformattedText" }) }, react_1.default.Children.map(children, (child) => (react_1.default.createElement(Box_1.Box, { key: child }, child))))));
20
17
  const MarkdownHelp = ({ isOpen, onClose, }) => {
21
- return isOpen ? (react_1.default.createElement(Fixed_1.Fixed, { className: bem_1.bem(cn) },
22
- react_1.default.createElement(Fixed_1.Fixed, { className: bem_1.bem(cn, { e: "panel" }) },
23
- react_1.default.createElement(Relative_1.Relative, { className: bem_1.bem(cn, { e: "header" }) },
18
+ return isOpen ? (react_1.default.createElement(Box_1.Box, { className: bem_1.bem(cn) },
19
+ react_1.default.createElement(Box_1.Box, { className: bem_1.bem(cn, { e: "panel" }) },
20
+ react_1.default.createElement(Box_1.Box, { className: bem_1.bem(cn, { e: "header" }) },
24
21
  react_1.default.createElement(CloseButton_1.CloseButton, { className: bem_1.bem(cn, { e: "closeButton" }), onClick: onClose })),
25
22
  react_1.default.createElement(Box_1.Box, { className: bem_1.bem(cn, { e: "scrollBox" }) },
26
23
  react_1.default.createElement(Heading_1.Heading.H2, { className: "text-gray-400" }, "Markdown help"),
@@ -65,6 +62,6 @@ const MarkdownHelp = ({ isOpen, onClose, }) => {
65
62
  "![alt text][image]",
66
63
  "[image]: https://www.conveyorhq.com/image.jpg",
67
64
  ]))),
68
- react_1.default.createElement(Absolute_1.Absolute, { className: bem_1.bem(cn, { e: "cover" }), onClick: onClose }))) : null;
65
+ react_1.default.createElement(Box_1.Box, { className: bem_1.bem(cn, { e: "cover" }), onClick: onClose }))) : null;
69
66
  };
70
67
  exports.MarkdownHelp = MarkdownHelp;
@@ -26,7 +26,7 @@ exports.MenuRenderer = void 0;
26
26
  const react_1 = __importStar(require("react"));
27
27
  const auto_id_1 = require("@reach/auto-id");
28
28
  const react_focus_lock_1 = __importDefault(require("react-focus-lock"));
29
- const react_popper_2_1 = require("react-popper-2");
29
+ const react_popper_1 = require("react-popper");
30
30
  const react_spring_1 = require("react-spring");
31
31
  const d3_ease_1 = require("d3-ease");
32
32
  const hooks_1 = require("../../hooks");
@@ -58,7 +58,7 @@ const MenuRenderer = ({ children, className, placement = "bottom-start", positio
58
58
  const [minWidth, setMinWidth] = react_1.useState(0);
59
59
  const [referenceElement, setReferenceElement] = react_1.useState(null);
60
60
  const [popperElement, setPopperElement] = react_1.useState(null);
61
- const { styles, attributes, update } = react_popper_2_1.usePopper(referenceElement, popperElement, {
61
+ const { styles, attributes, update } = react_popper_1.usePopper(referenceElement, popperElement, {
62
62
  placement,
63
63
  modifiers: [...defaultPopperModifiers, ...popperModifiers],
64
64
  strategy: position,
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { ModalProps as RoModalProps } from "react-overlays/Modal";
3
3
  import { BoxProps } from "../Box";
4
+ import { CloseButtonProps } from "../CloseButton";
4
5
  import { StackProps } from "../Stack";
5
6
  export declare enum MODAL_SIZE {
6
7
  DEFAULT = "default",
@@ -20,6 +21,7 @@ export interface ModalProps extends RoModalProps {
20
21
  size?: MODAL_SIZE;
21
22
  center?: boolean;
22
23
  disableBackdrop?: boolean;
24
+ noHeader?: boolean;
23
25
  }
24
26
  export interface ModalBodyProps extends BoxProps {
25
27
  padded?: boolean;
@@ -30,15 +32,19 @@ export interface ModalFooterMultiStepProps extends BoxProps {
30
32
  leftButtonLabel?: string;
31
33
  rightButtonLabel?: string;
32
34
  }
35
+ export declare const ModalHeader: (props: BoxProps) => JSX.Element;
33
36
  export declare const ModalBody: (props: ModalBodyProps) => JSX.Element;
34
37
  export declare const ModalTabs: (props: StackProps) => JSX.Element;
35
38
  export declare const ModalFooter: (props: BoxProps) => JSX.Element;
36
39
  export declare const ModalFooterMultiStep: ({ steps, currentStep, leftButtonLabel, rightButtonLabel, children, className, ...rest }: ModalFooterMultiStepProps) => JSX.Element;
40
+ export declare const ModalCloseButton: ({ className, ...rest }: CloseButtonProps) => JSX.Element;
37
41
  export declare const Modal: {
38
42
  (props: ModalProps): JSX.Element;
39
43
  Root: any;
40
44
  Tabs: (props: StackProps) => JSX.Element;
45
+ Header: (props: BoxProps) => JSX.Element;
41
46
  Body: (props: ModalBodyProps) => JSX.Element;
42
47
  Footer: (props: BoxProps) => JSX.Element;
43
48
  FooterMultiStep: ({ steps, currentStep, leftButtonLabel, rightButtonLabel, children, className, ...rest }: ModalFooterMultiStepProps) => JSX.Element;
49
+ CloseButton: ({ className, ...rest }: CloseButtonProps) => JSX.Element;
44
50
  };