@conveyorhq/arrow-ds 1.62.2 → 1.64.0

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 (159) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
  3. package/public/components/FileUpload/FileUploadDnD.d.ts +2 -1
  4. package/public/components/FileUpload/FileUploadDnD.js +2 -1
  5. package/public/components/Icon/Icon.d.ts +2 -1
  6. package/public/components/Icon/Icon.js +3 -1
  7. package/public/css/styles.css +13 -9
  8. package/public/css/styles.min.css +1 -1
  9. package/public/css/styles.min.css.map +1 -1
  10. package/public/storybook-components/ComponentHeading.js +1 -1
  11. package/src/components/Absolute/Absolute.story.mdx +1 -1
  12. package/src/components/Accordion/Accordion.story.mdx +24 -20
  13. package/src/components/Appbar/Appbar.story.mdx +1 -1
  14. package/src/components/AptibleLogo/AptibleLogo.story.mdx +1 -1
  15. package/src/components/ArrowButton/ArrowButton.story.mdx +1 -1
  16. package/src/components/ArrowLink/ArrowLink.story.mdx +1 -1
  17. package/src/components/Aside/Aside.story.mdx +1 -1
  18. package/src/components/Avatar/Avatar.story.mdx +46 -36
  19. package/src/components/Badge/Badge.story.mdx +25 -17
  20. package/src/components/Banner/Banner.story.mdx +32 -24
  21. package/src/components/Box/Box.story.mdx +24 -10
  22. package/src/components/Button/Button.story.mdx +37 -130
  23. package/src/components/Button/ButtonGroup.story.mdx +135 -0
  24. package/src/components/Card/Card.story.mdx +76 -65
  25. package/src/components/Checkbox/Checkbox.story.mdx +17 -13
  26. package/src/components/CloseButton/CloseButton.story.mdx +30 -0
  27. package/src/components/Combobox/Combobox.story.mdx +1 -1
  28. package/src/components/ConveyorLogo/ConveyorLogo.story.mdx +46 -40
  29. package/src/components/DatePicker/DatePicker.story.mdx +26 -27
  30. package/src/components/DateRangePicker/DateRangePicker.story.mdx +16 -12
  31. package/src/components/Description/Description.story.mdx +18 -8
  32. package/src/components/Divider/Divider.story.mdx +27 -23
  33. package/src/components/Drawer/Drawer.story.mdx +31 -17
  34. package/src/components/FileUpload/FileUpload.story.mdx +19 -15
  35. package/src/components/FileUpload/FileUploadDnD.tsx +7 -0
  36. package/src/components/Fixed/Fixed.story.mdx +1 -1
  37. package/src/components/Flex/Flex.story.mdx +22 -17
  38. package/src/components/FormGroup/FormGroup.story.mdx +25 -12
  39. package/src/components/Frame/Frame.story.mdx +36 -31
  40. package/src/components/Grid/Grid.story.mdx +23 -23
  41. package/src/components/Heading/Heading.story.mdx +79 -0
  42. package/src/components/Icon/Icon.story.mdx +30 -23
  43. package/src/components/Icon/Icon.tsx +3 -0
  44. package/src/components/Image/Image.story.mdx +30 -0
  45. package/src/components/Input/Input.story.mdx +66 -51
  46. package/src/components/InputFeedback/InputFeedback.story.mdx +80 -0
  47. package/src/components/IntegrationLogo/IntegrationLogo.story.mdx +13 -13
  48. package/src/components/Kbd/Kbd.story.mdx +11 -13
  49. package/src/components/Label/Label.story.mdx +42 -0
  50. package/src/components/Link/Link.story.mdx +29 -26
  51. package/src/components/List/List.story.mdx +82 -0
  52. package/src/components/Loading/Loading.story.mdx +24 -17
  53. package/src/components/Markdown/Markdown.story.mdx +17 -13
  54. package/src/components/MarkdownEditor/MarkdownEditor.story.mdx +26 -18
  55. package/src/components/Menu/Menu.story.mdx +23 -19
  56. package/src/components/MenuRenderer/MenuRenderer.story.mdx +9 -5
  57. package/src/components/Modal/Modal.story.mdx +32 -30
  58. package/src/components/OptionButton/OptionButton.story.mdx +30 -23
  59. package/src/components/Overlay/Overlay.story.mdx +9 -5
  60. package/src/components/Pagination/Pagination.story.mdx +1 -1
  61. package/src/components/Panel/Panel.story.mdx +101 -0
  62. package/src/components/Paper/Paper.story.mdx +30 -13
  63. package/src/components/Paragraph/Paragraph.story.mdx +17 -9
  64. package/src/components/Popover/Popover.story.mdx +13 -9
  65. package/src/components/PopoverMenu/PopoverMenu.story.mdx +38 -0
  66. package/src/components/Portal/Portal.story.mdx +38 -0
  67. package/src/components/ProductIcon/ProductIcon.story.mdx +1 -1
  68. package/src/components/PropertyDiff/PropertDiff.story.mdx +1 -1
  69. package/src/components/Radio/Radio.story.mdx +19 -15
  70. package/src/components/Reference/Reference.story.mdx +33 -26
  71. package/src/components/Relative/Relative.story.mdx +1 -1
  72. package/src/components/ScrollPane/ScrollPane.story.mdx +23 -16
  73. package/src/components/ScrollSpy/ScrollSpy.story.mdx +27 -5
  74. package/src/components/SearchFilter/SearchFilter.story.mdx +1 -1
  75. package/src/components/Select/Select.story.mdx +72 -52
  76. package/src/components/SelectNew/SingleSelect.story.mdx +78 -55
  77. package/src/components/SimpleTable/SimpleTable.story.mdx +146 -0
  78. package/src/components/Skeleton/Skeleton.story.mdx +17 -10
  79. package/src/components/SmallCaps/SmallCaps.story.mdx +17 -13
  80. package/src/components/Snackbar/Snackbar.story.mdx +32 -26
  81. package/src/components/SpeechBubble/SpeechBubble.story.mdx +17 -14
  82. package/src/components/Stack/Stack.story.mdx +56 -46
  83. package/src/components/StatusLabel/StatusLabel.story.mdx +1 -1
  84. package/src/components/StatusPanel/StatusPanel.story.mdx +1 -1
  85. package/src/components/Sticky/Sticky.story.mdx +1 -1
  86. package/src/components/Svg/Svg.story.mdx +10 -12
  87. package/src/components/Tab/Tab.story.mdx +22 -12
  88. package/src/components/Table/Table.story.mdx +62 -46
  89. package/src/components/Tag/Tag.story.mdx +45 -33
  90. package/src/components/Text/Text.story.mdx +9 -13
  91. package/src/components/Textarea/Textarea.story.mdx +28 -15
  92. package/src/components/Toast/Toast.story.mdx +42 -28
  93. package/src/components/Toggle/Toggle.story.mdx +20 -16
  94. package/src/components/Token/Token.story.mdx +39 -28
  95. package/src/components/Tooltip/Tooltip.story.mdx +23 -19
  96. package/src/components/TopBar/TopBar.story.mdx +1 -1
  97. package/src/components/Truncate/Truncate.story.mdx +22 -13
  98. package/src/components/VendorLogo/VendorLogo.story.mdx +1 -1
  99. package/src/components/VisuallyHidden/VisuallyHidden.story.mdx +15 -12
  100. package/src/docs/About.story.mdx +1 -1
  101. package/src/docs/Colors.story.mdx +1 -1
  102. package/src/docs/Spacing.story.mdx +11 -9
  103. package/src/docs/Tokens.story.mdx +19 -17
  104. package/src/docs/Typography.story.mdx +1 -1
  105. package/src/docs/brand-components/BrandButton.story.mdx +1 -1
  106. package/src/docs/brand-components/BrandCheckbox.story.mdx +1 -1
  107. package/src/docs/brand-components/BrandFormGroup.story.mdx +1 -1
  108. package/src/docs/brand-components/BrandRadio.story.mdx +1 -1
  109. package/src/docs/brand-components/BrandTextArea.story.mdx +1 -1
  110. package/src/docs/hooks/useDisclosureHook.story.mdx +1 -1
  111. package/src/docs/hooks/useKeyPressHook.story.mdx +1 -1
  112. package/src/docs/hooks/useMatchMediaHook.story.mdx +1 -1
  113. package/src/docs/hooks/useOutsideClickHook.story.mdx +1 -1
  114. package/src/docs/hooks/usePrefersReducedMotion.story.mdx +1 -1
  115. package/src/docs/hooks/useScreenOrientationHook.story.mdx +1 -1
  116. package/src/docs/hooks/useStepHook.story.mdx +1 -1
  117. package/src/recipes/TopBarNavigation.story.mdx +1 -1
  118. package/src/storybook-components/ComponentHeading.tsx +2 -2
  119. package/src/templates/Index.story.mdx +1 -6
  120. package/public/components/CloseButton/CloseButton.story.d.ts +0 -1
  121. package/public/components/CloseButton/CloseButton.story.js +0 -12
  122. package/public/components/Heading/Heading.story.d.ts +0 -1
  123. package/public/components/Heading/Heading.story.js +0 -33
  124. package/public/components/Image/Image.story.d.ts +0 -1
  125. package/public/components/Image/Image.story.js +0 -12
  126. package/public/components/InputFeedback/InputFeedback.story.d.ts +0 -1
  127. package/public/components/InputFeedback/InputFeedback.story.js +0 -55
  128. package/public/components/Label/Label.story.d.ts +0 -1
  129. package/public/components/Label/Label.story.js +0 -12
  130. package/public/components/List/List.story.d.ts +0 -1
  131. package/public/components/List/List.story.js +0 -33
  132. package/public/components/Panel/Panel.story.d.ts +0 -1
  133. package/public/components/Panel/Panel.story.js +0 -36
  134. package/public/components/PopoverMenu/PopoverMenu.story.d.ts +0 -1
  135. package/public/components/PopoverMenu/PopoverMenu.story.js +0 -31
  136. package/public/components/Portal/Portal.story.d.ts +0 -1
  137. package/public/components/Portal/Portal.story.js +0 -12
  138. package/public/components/SimpleTable/SimpleTable.story.d.ts +0 -1
  139. package/public/components/SimpleTable/SimpleTable.story.js +0 -61
  140. package/src/components/CloseButton/CloseButton.md +0 -14
  141. package/src/components/CloseButton/CloseButton.story.tsx +0 -12
  142. package/src/components/Heading/Heading.md +0 -20
  143. package/src/components/Heading/Heading.story.tsx +0 -45
  144. package/src/components/Image/Image.md +0 -16
  145. package/src/components/Image/Image.story.tsx +0 -12
  146. package/src/components/InputFeedback/InputFeedback.md +0 -14
  147. package/src/components/InputFeedback/InputFeedback.story.tsx +0 -54
  148. package/src/components/Label/Label.story.tsx +0 -12
  149. package/src/components/Link/Link.md +0 -14
  150. package/src/components/List/List.md +0 -18
  151. package/src/components/List/List.story.tsx +0 -26
  152. package/src/components/Panel/Panel.md +0 -14
  153. package/src/components/Panel/Panel.mdx +0 -0
  154. package/src/components/Panel/Panel.story.tsx +0 -27
  155. package/src/components/PopoverMenu/PopoverMenu.md +0 -14
  156. package/src/components/PopoverMenu/PopoverMenu.story.tsx +0 -14
  157. package/src/components/Portal/Portal.md +0 -15
  158. package/src/components/Portal/Portal.story.tsx +0 -12
  159. package/src/components/SimpleTable/SimpleTable.story.tsx +0 -92
package/README.md CHANGED
@@ -93,7 +93,7 @@ All documentation exists within the `src` directory of this repo. If it applies
93
93
  Each MDX file should start with importing the `Meta` component and passing a `title` to it:
94
94
 
95
95
  ```mdx
96
- import { Meta } from "@storybook/addon-docs/blocks";
96
+ import { Meta } from "@storybook/addon-docs";
97
97
 
98
98
  <Meta title="Arrow Design System/Introduction" />
99
99
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@conveyorhq/arrow-ds",
3
3
  "author": "Conveyor",
4
4
  "license": "MIT",
5
- "version": "1.62.2",
5
+ "version": "1.64.0",
6
6
  "description": "Arrow Design System",
7
7
  "repository": "https://github.com/conveyor/arrow-ds",
8
8
  "publishConfig": {
@@ -63,8 +63,8 @@
63
63
  "style-dictionary:build": "style-dictionary build --config ./style-dictionary.config.js",
64
64
  "style-dictionary:clean": "style-dictionary clean --config ./style-dictionary.config.js",
65
65
  "generate": "plop",
66
- "lint:check": "prettier --check 'src/**/**.{ts,tsx,js,css,mdx}' && eslint 'src/**/**.{ts,tsx,js,mdx}'",
67
- "lint:fix": "eslint 'src/**/**.{ts,tsx,js,mdx}' --fix && prettier --write 'src/**/**.{ts,tsx,js,css,mdx}'",
66
+ "lint:check": "prettier --check 'src/**/**.{ts,tsx,js,css}' && eslint 'src/**/**.{ts,tsx,js}'",
67
+ "lint:fix": "eslint 'src/**/**.{ts,tsx,js}' --fix && prettier --write 'src/**/**.{ts,tsx,js,css}'",
68
68
  "test": "yarn run lint:check && tsc --noEmit",
69
69
  "bundle-analyzer": "BUNDLE_ANALYZER=true yarn build-storybook",
70
70
  "commit": "npx git-cz --disable-emoji --issues"
@@ -104,13 +104,13 @@
104
104
  "@babel/preset-typescript": "^7.7.2",
105
105
  "@commitlint/cli": "^16.2.1",
106
106
  "@commitlint/config-conventional": "^16.2.1",
107
- "@storybook/addon-actions": "^v6.5.0-alpha.44",
108
- "@storybook/addon-docs": "^v6.5.0-alpha.44",
107
+ "@storybook/addon-actions": "^6.5.9",
108
+ "@storybook/addon-docs": "^6.5.9",
109
109
  "@storybook/addon-postcss": "^2.0.0",
110
- "@storybook/builder-webpack5": "^6.4.19",
111
- "@storybook/manager-webpack5": "^6.4.19",
112
- "@storybook/react": "^v6.5.0-alpha.44",
113
- "@storybook/theming": "^v6.5.0-alpha.44",
110
+ "@storybook/builder-webpack5": "^6.5.9",
111
+ "@storybook/manager-webpack5": "^6.5.9",
112
+ "@storybook/react": "^6.5.9",
113
+ "@storybook/theming": "^6.5.9",
114
114
  "@types/classnames": "^2.2.9",
115
115
  "@types/codemirror": "^0.0.91",
116
116
  "@types/d3-ease": "^1.0.9",
@@ -1,4 +1,4 @@
1
- import { HTMLProps } from "react";
1
+ import { HTMLProps, ReactNode } from "react";
2
2
  import { ButtonProps } from "../Button";
3
3
  interface FileUploadDndPropsBase extends Omit<HTMLProps<HTMLLabelElement>, "onChange" | "value"> {
4
4
  className?: string;
@@ -7,6 +7,7 @@ interface FileUploadDndPropsBase extends Omit<HTMLProps<HTMLLabelElement>, "onCh
7
7
  inputProps?: HTMLProps<HTMLInputElement>;
8
8
  buttonProps?: ButtonProps;
9
9
  hideFileLabel?: boolean;
10
+ dropAreaComponent?: (active: boolean) => ReactNode;
10
11
  }
11
12
  interface FileUploadDndPropsSingle extends FileUploadDndPropsBase {
12
13
  onChange: (file: File | null) => void;
@@ -35,7 +35,7 @@ const Text_1 = require("../Text");
35
35
  const Truncate_1 = require("../Truncate");
36
36
  const cn = utilities_1.bemHOF("FileUpload");
37
37
  const ERROR_TIMEOUT = 5000;
38
- const FileUploadInput = ({ inputProps, buttonProps, className, accept, label = "Select file", hideFileLabel, ...props }) => {
38
+ const FileUploadInput = ({ inputProps, buttonProps, className, accept, label = "Select file", hideFileLabel, dropAreaComponent = () => null, ...props }) => {
39
39
  const inputRef = react_1.useRef(null);
40
40
  const { id: contextId } = react_1.useContext(FormGroupContext_1.FormGroupContext);
41
41
  const inputId = inputProps ? inputProps.id : undefined;
@@ -138,6 +138,7 @@ const FileUploadInput = ({ inputProps, buttonProps, className, accept, label = "
138
138
  }, [value, multiple]);
139
139
  return (react_1.default.createElement("label", Object.assign({ ref: drop, htmlFor: id, className: classnames_1.default(cn(), isActive && cn({ m: "active" }), className) }, labelRest),
140
140
  react_1.default.createElement("input", Object.assign({ className: classnames_1.default(cn({ e: "input" }), inputClassName), ref: inputRef, type: "file", id: id, multiple: props.multiple, accept: accept }, inputRest, { onChange: handleInputChange })),
141
+ dropAreaComponent(isActive),
141
142
  react_1.default.createElement(Button_1.Button, Object.assign({ className: classnames_1.default(cn({ e: "button" })), as: "div", variant: Button_1.BUTTON_VARIANT.SECONDARY, tabIndex: -1 }, buttonProps), label),
142
143
  errorText && (react_1.default.createElement(Truncate_1.Truncate, { className: cn({ e: "truncate" }) },
143
144
  react_1.default.createElement(Text_1.Text, { as: "span", className: cn({ e: "error" }) }, errorText))),
@@ -120,7 +120,8 @@ export declare enum ICON_TYPE {
120
120
  USER_PLUS = "user-plus",
121
121
  USERS = "users",
122
122
  USER_FRIENDS = "user-friends",
123
- USER_SHIELD = "user-shield"
123
+ USER_SHIELD = "user-shield",
124
+ WRENCH = "wrench"
124
125
  }
125
126
  export declare enum ICON_STYLE_PREFIX {
126
127
  SOLID = "fas",
@@ -145,12 +145,13 @@ const faUserFriends_1 = require("@fortawesome/free-solid-svg-icons/faUserFriends
145
145
  const faUserPlus_1 = require("@fortawesome/free-solid-svg-icons/faUserPlus");
146
146
  const faUsers_1 = require("@fortawesome/free-solid-svg-icons/faUsers");
147
147
  const faUserShield_1 = require("@fortawesome/free-solid-svg-icons/faUserShield");
148
+ const faWrench_1 = require("@fortawesome/free-solid-svg-icons/faWrench");
148
149
  const svg_1 = require("./svg");
149
150
  const status_1 = require("../../contexts/status");
150
151
  const types_1 = require("../../types");
151
152
  const utilities_1 = require("../../utilities");
152
153
  const cn = utilities_1.bemHOF("Icon");
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);
154
+ 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, faWrench_1.faWrench);
154
155
  var CUSTOM_ICON_TYPE;
155
156
  (function (CUSTOM_ICON_TYPE) {
156
157
  CUSTOM_ICON_TYPE["ARROW_TO_BOTTOM"] = "arrow-to-bottom";
@@ -284,6 +285,7 @@ var ICON_TYPE;
284
285
  ICON_TYPE["USERS"] = "users";
285
286
  ICON_TYPE["USER_FRIENDS"] = "user-friends";
286
287
  ICON_TYPE["USER_SHIELD"] = "user-shield";
288
+ ICON_TYPE["WRENCH"] = "wrench";
287
289
  })(ICON_TYPE = exports.ICON_TYPE || (exports.ICON_TYPE = {}));
288
290
  var ICON_STYLE_PREFIX;
289
291
  (function (ICON_STYLE_PREFIX) {
@@ -7966,6 +7966,11 @@ override built-in Image component classes */
7966
7966
  margin-bottom: 20px;
7967
7967
  }
7968
7968
 
7969
+ .my-1 {
7970
+ margin-top: 4px;
7971
+ margin-bottom: 4px;
7972
+ }
7973
+
7969
7974
  .mx-auto {
7970
7975
  margin-left: auto;
7971
7976
  margin-right: auto;
@@ -7991,11 +7996,6 @@ override built-in Image component classes */
7991
7996
  margin-right: 4px;
7992
7997
  }
7993
7998
 
7994
- .my-1 {
7995
- margin-top: 4px;
7996
- margin-bottom: 4px;
7997
- }
7998
-
7999
7999
  .ml-auto {
8000
8000
  margin-left: auto;
8001
8001
  }
@@ -8044,10 +8044,6 @@ override built-in Image component classes */
8044
8044
  margin-top: 32px;
8045
8045
  }
8046
8046
 
8047
- .mb-8 {
8048
- margin-bottom: 32px;
8049
- }
8050
-
8051
8047
  .mb-1 {
8052
8048
  margin-bottom: 4px;
8053
8049
  }
@@ -8080,6 +8076,10 @@ override built-in Image component classes */
8080
8076
  margin-bottom: -4px;
8081
8077
  }
8082
8078
 
8079
+ .mb-8 {
8080
+ margin-bottom: 32px;
8081
+ }
8082
+
8083
8083
  .ml-1 {
8084
8084
  margin-left: 4px;
8085
8085
  }
@@ -8313,6 +8313,10 @@ override built-in Image component classes */
8313
8313
  resize: both;
8314
8314
  }
8315
8315
 
8316
+ .list-disc {
8317
+ list-style-type: disc;
8318
+ }
8319
+
8316
8320
  .flex-row {
8317
8321
  flex-direction: row;
8318
8322
  }