@equinor/amplify-component-lib 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (600) hide show
  1. package/LICENSE.md +7 -0
  2. package/README.md +66 -0
  3. package/dist/esm/_virtual/_commonjsHelpers.js +1 -0
  4. package/dist/esm/_virtual/lodash.js +1 -0
  5. package/dist/esm/api/core/ApiError.js +1 -0
  6. package/dist/esm/api/core/CancelablePromise.js +1 -0
  7. package/dist/esm/api/core/OpenAPI.js +1 -0
  8. package/dist/esm/api/core/request.js +1 -0
  9. package/dist/esm/api/models/ServiceNowUrgency.js +1 -0
  10. package/dist/esm/api/models/TutorialPosition.js +1 -0
  11. package/dist/esm/api/services/PortalService.js +1 -0
  12. package/dist/esm/api/services/ReleaseNotesService.js +1 -0
  13. package/dist/esm/api/services/TutorialService.js +1 -0
  14. package/dist/esm/components/DataDisplay/Badge/Badge.js +1 -0
  15. package/dist/esm/components/DataDisplay/Badge/Badge.styles.js +17 -0
  16. package/dist/esm/components/DataDisplay/Chip/Chip.js +1 -0
  17. package/dist/esm/components/DataDisplay/Chip/Chip.styles.js +72 -0
  18. package/dist/esm/components/DataDisplay/Chip/InteractiveChip.js +1 -0
  19. package/dist/esm/components/DataDisplay/Chip/ReadOnlyChip.js +1 -0
  20. package/dist/esm/components/DataDisplay/DataCard.js +27 -0
  21. package/dist/esm/components/DataDisplay/HeaderDrawer.js +21 -0
  22. package/dist/esm/components/DataDisplay/InfoElement/CopyText.js +41 -0
  23. package/dist/esm/components/DataDisplay/InfoElement/InfoElement.js +1 -0
  24. package/dist/esm/components/DataDisplay/OptionalTooltip.js +4 -0
  25. package/dist/esm/components/DataDisplay/ProfileAvatar.js +21 -0
  26. package/dist/esm/components/DataDisplay/RichTextDisplay.js +1 -0
  27. package/dist/esm/components/DataDisplay/Table/Table.js +35 -0
  28. package/dist/esm/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.js +14 -0
  29. package/dist/esm/components/DataDisplay/Tutorial/Tutorial.js +1 -0
  30. package/dist/esm/components/DataDisplay/Tutorial/TutorialStart.js +39 -0
  31. package/dist/esm/components/DataDisplay/Tutorial/TutorialSteps.js +50 -0
  32. package/dist/esm/components/DataDisplay/Workflow/StatusChip.js +25 -0
  33. package/dist/esm/components/DataDisplay/Workflow/WorkflowDescription.js +24 -0
  34. package/dist/esm/components/DataDisplay/Workflow/WorkflowStatusBar.js +33 -0
  35. package/dist/esm/components/Feature/Feature.js +1 -0
  36. package/dist/esm/components/Feedback/AnimatedCheckmark.js +24 -0
  37. package/dist/esm/components/Feedback/ConfirmationPopup.js +22 -0
  38. package/dist/esm/components/Feedback/ErrorPage/Action.js +1 -0
  39. package/dist/esm/components/Feedback/ErrorPage/Description.js +1 -0
  40. package/dist/esm/components/Feedback/ErrorPage/Details.js +23 -0
  41. package/dist/esm/components/Feedback/ErrorPage/ErrorPage.js +14 -0
  42. package/dist/esm/components/Feedback/ErrorPage/MissingAccesses.js +11 -0
  43. package/dist/esm/components/Feedback/ErrorPage/Title.js +1 -0
  44. package/dist/esm/components/Feedback/ErrorPage/illustrations/GlitchAnimation.js +18 -0
  45. package/dist/esm/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.js +18 -0
  46. package/dist/esm/components/Feedback/ErrorPage/index.js +1 -0
  47. package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.js +1 -0
  48. package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.styles.js +86 -0
  49. package/dist/esm/components/Feedback/FileProgress/FileProgress.js +1 -0
  50. package/dist/esm/components/Feedback/FileProgress/FileProgress.utils.js +1 -0
  51. package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.js +1 -0
  52. package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.styles.js +32 -0
  53. package/dist/esm/components/Feedback/FullPageSpinner.js +18 -0
  54. package/dist/esm/components/Feedback/FullPageStatus.js +18 -0
  55. package/dist/esm/components/Feedback/PageNotFound.js +1 -0
  56. package/dist/esm/components/Feedback/Skeleton/Skeleton.styles.js +1 -0
  57. package/dist/esm/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.js +28 -0
  58. package/dist/esm/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.js +1 -0
  59. package/dist/esm/components/Feedback/Stepper/Step.js +25 -0
  60. package/dist/esm/components/Feedback/Stepper/StepLine.js +7 -0
  61. package/dist/esm/components/Feedback/Stepper/Stepper.js +10 -0
  62. package/dist/esm/components/Feedback/Unauthorized.js +4 -0
  63. package/dist/esm/components/Icons/AmplifyIcons.js +1 -0
  64. package/dist/esm/components/Icons/ApplicationIcon/Acquire.js +1 -0
  65. package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.constants.js +1 -0
  66. package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.js +1 -0
  67. package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconBase.js +39 -0
  68. package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconCollection.js +1 -0
  69. package/dist/esm/components/Icons/ApplicationIcon/Bravos.js +1 -0
  70. package/dist/esm/components/Icons/ApplicationIcon/Dasha.js +1 -0
  71. package/dist/esm/components/Icons/ApplicationIcon/Fallback.js +1 -0
  72. package/dist/esm/components/Icons/ApplicationIcon/FourDInsight.js +1 -0
  73. package/dist/esm/components/Icons/ApplicationIcon/InPress.js +1 -0
  74. package/dist/esm/components/Icons/ApplicationIcon/LoggingQualification.js +1 -0
  75. package/dist/esm/components/Icons/ApplicationIcon/Orca.js +1 -0
  76. package/dist/esm/components/Icons/ApplicationIcon/Portal.js +1 -0
  77. package/dist/esm/components/Icons/ApplicationIcon/Premo.js +1 -0
  78. package/dist/esm/components/Icons/ApplicationIcon/Pwex.js +1 -0
  79. package/dist/esm/components/Icons/ApplicationIcon/Recap.js +1 -0
  80. package/dist/esm/components/Icons/EquinorLogo.js +1 -0
  81. package/dist/esm/components/Icons/Fallback.js +1 -0
  82. package/dist/esm/components/Icons/FeedBackIcon/FeedBackIcon.js +1 -0
  83. package/dist/esm/components/Icons/FeedBackIcon/NegativeFilled.js +1 -0
  84. package/dist/esm/components/Icons/FeedBackIcon/NegativeOutlined.js +1 -0
  85. package/dist/esm/components/Icons/FeedBackIcon/PositiveFilled.js +1 -0
  86. package/dist/esm/components/Icons/FeedBackIcon/PositiveOutlined.js +1 -0
  87. package/dist/esm/components/Inputs/CommentField/CommentField.js +40 -0
  88. package/dist/esm/components/Inputs/CommentField/NewCommentField.js +45 -0
  89. package/dist/esm/components/Inputs/ContentMenu.js +52 -0
  90. package/dist/esm/components/Inputs/EditableField.js +20 -0
  91. package/dist/esm/components/Inputs/ExpandingIconButton/ExpandingIconButton.js +24 -0
  92. package/dist/esm/components/Inputs/FileUploadArea.js +32 -0
  93. package/dist/esm/components/Inputs/IconToggleButton.js +1 -0
  94. package/dist/esm/components/Inputs/RichTextEditor/MenuBar/AddImage.js +1 -0
  95. package/dist/esm/components/Inputs/RichTextEditor/MenuBar/Links.js +6 -0
  96. package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.js +13 -0
  97. package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.js +14 -0
  98. package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuButton.js +28 -0
  99. package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TableBar.js +6 -0
  100. package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TextColor.js +45 -0
  101. package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.js +1 -0
  102. package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.styles.js +139 -0
  103. package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.types.js +1 -0
  104. package/dist/esm/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.js +1 -0
  105. package/dist/esm/components/Inputs/Search/Search.js +13 -0
  106. package/dist/esm/components/Inputs/Select/ComboBox/ComboBox.js +1 -0
  107. package/dist/esm/components/Inputs/Select/GroupedSelectMenu.js +1 -0
  108. package/dist/esm/components/Inputs/Select/Select.js +1 -0
  109. package/dist/esm/components/Inputs/Select/Select.styles.js +149 -0
  110. package/dist/esm/components/Inputs/Select/Select.utils.js +1 -0
  111. package/dist/esm/components/Inputs/Select/SelectMenu.js +1 -0
  112. package/dist/esm/components/Inputs/Select/SelectMenuItem.js +1 -0
  113. package/dist/esm/components/Inputs/Select/SingleSelect/SingleSelect.js +1 -0
  114. package/dist/esm/components/Inputs/SelectDrawer/MultiSelectDrawer.js +28 -0
  115. package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.js +1 -0
  116. package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.styles.js +37 -0
  117. package/dist/esm/components/Inputs/SelectDrawer/SingleSelectDrawer.js +25 -0
  118. package/dist/esm/components/Inputs/Sieve/Filter.js +1 -0
  119. package/dist/esm/components/Inputs/Sieve/Sieve.js +1 -0
  120. package/dist/esm/components/Inputs/Sieve/Sieve.styles.js +39 -0
  121. package/dist/esm/components/Inputs/Sieve/Sort.js +1 -0
  122. package/dist/esm/components/Inputs/SingleFilterMenu.js +20 -0
  123. package/dist/esm/components/Inputs/TextField/TextField.js +3 -0
  124. package/dist/esm/components/Navigation/PageWithTitle.js +1 -0
  125. package/dist/esm/components/Navigation/SelectField/ChangingField.js +24 -0
  126. package/dist/esm/components/Navigation/SelectField/SelectField.js +15 -0
  127. package/dist/esm/components/Navigation/SelectField/SelectorCard/SelectorCard.js +70 -0
  128. package/dist/esm/components/Navigation/SelectField/SelectorCard/Skeleton.js +24 -0
  129. package/dist/esm/components/Navigation/SideBar/CreateItem.js +1 -0
  130. package/dist/esm/components/Navigation/SideBar/CreateItem.styles.js +23 -0
  131. package/dist/esm/components/Navigation/SideBar/MenuItem.js +1 -0
  132. package/dist/esm/components/Navigation/SideBar/MenuItem.styles.js +38 -0
  133. package/dist/esm/components/Navigation/SideBar/SideBar.js +1 -0
  134. package/dist/esm/components/Navigation/SideBar/SideBar.styles.js +32 -0
  135. package/dist/esm/components/Navigation/SideBar/ToggleOpen.js +1 -0
  136. package/dist/esm/components/Navigation/SideBar/ToggleOpen.styles.js +21 -0
  137. package/dist/esm/components/Navigation/SideBar/index.js +1 -0
  138. package/dist/esm/components/Navigation/TableOfContents/TableOfContents.constants.js +1 -0
  139. package/dist/esm/components/Navigation/TableOfContents/TableOfContents.js +1 -0
  140. package/dist/esm/components/Navigation/TableOfContents/TableOfContents.styles.js +165 -0
  141. package/dist/esm/components/Navigation/TableOfContents/TableOfContentsItem.js +1 -0
  142. package/dist/esm/components/Navigation/TopBar/Account/Account.js +1 -0
  143. package/dist/esm/components/Navigation/TopBar/Account/Account.styles.js +36 -0
  144. package/dist/esm/components/Navigation/TopBar/Actions.js +6 -0
  145. package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.js +1 -0
  146. package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +73 -0
  147. package/dist/esm/components/Navigation/TopBar/FieldSelector.js +69 -0
  148. package/dist/esm/components/Navigation/TopBar/Guidelines/Colorbox.js +6 -0
  149. package/dist/esm/components/Navigation/TopBar/Guidelines/Guidelines.js +1 -0
  150. package/dist/esm/components/Navigation/TopBar/Guidelines/Item.js +6 -0
  151. package/dist/esm/components/Navigation/TopBar/Guidelines/Section.js +19 -0
  152. package/dist/esm/components/Navigation/TopBar/Guidelines/index.js +1 -0
  153. package/dist/esm/components/Navigation/TopBar/Notifications/FilterOptions.js +36 -0
  154. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationProvider.js +1 -0
  155. package/dist/esm/components/Navigation/TopBar/Notifications/Notifications.js +1 -0
  156. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsInner.js +8 -0
  157. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.js +6 -0
  158. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.js +6 -0
  159. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.js +7 -0
  160. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +7 -0
  161. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.js +5 -0
  162. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.js +14 -0
  163. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.js +7 -0
  164. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.js +7 -0
  165. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.js +6 -0
  166. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +1 -0
  167. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.js +53 -0
  168. package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/Notifications.types.js +1 -0
  169. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.const.js +1 -0
  170. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.js +1 -0
  171. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.js +41 -0
  172. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.types.js +1 -0
  173. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.js +1 -0
  174. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.js +1 -0
  175. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.js +9 -0
  176. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.js +5 -0
  177. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.js +7 -0
  178. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.js +3 -0
  179. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.js +7 -0
  180. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.js +5 -0
  181. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.js +79 -0
  182. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.js +3 -0
  183. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.js +1 -0
  184. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +7 -0
  185. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +4 -0
  186. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.js +5 -0
  187. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +9 -0
  188. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +20 -0
  189. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.js +1 -0
  190. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.js +9 -0
  191. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useFeedbackContext.js +1 -0
  192. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.js +1 -0
  193. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackFileUpload.js +1 -0
  194. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackPostMessage.js +1 -0
  195. package/dist/esm/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +1 -0
  196. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.js +1 -0
  197. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.styles.js +42 -0
  198. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.js +1 -0
  199. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.js +43 -0
  200. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +1 -0
  201. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.js +23 -0
  202. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.js +1 -0
  203. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.js +42 -0
  204. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.js +1 -0
  205. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.js +1 -0
  206. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.js +69 -0
  207. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +1 -0
  208. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.js +16 -0
  209. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.js +1 -0
  210. package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.js +28 -0
  211. package/dist/esm/components/Navigation/TopBar/Resources/ResourceMenuItem.js +20 -0
  212. package/dist/esm/components/Navigation/TopBar/Resources/Resources.js +6 -0
  213. package/dist/esm/components/Navigation/TopBar/Resources/TransferToAppDialog.js +33 -0
  214. package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.js +15 -0
  215. package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.js +12 -0
  216. package/dist/esm/components/Navigation/TopBar/Settings.js +25 -0
  217. package/dist/esm/components/Navigation/TopBar/TopBar.js +1 -0
  218. package/dist/esm/components/Navigation/TopBar/TopBar.styles.js +65 -0
  219. package/dist/esm/components/Navigation/TopBar/TopBarMenu.js +7 -0
  220. package/dist/esm/components/Navigation/TopBar/index.js +1 -0
  221. package/dist/esm/components/Template/Template.js +62 -0
  222. package/dist/esm/components/Visuals/Waves/VisualWaves.js +48 -0
  223. package/dist/esm/components/Visuals/Waves/WaveShapeWithNoise.js +1 -0
  224. package/dist/esm/components/index.js +1 -0
  225. package/dist/esm/constants/colors.js +1 -0
  226. package/dist/esm/constants/index.js +1 -0
  227. package/dist/esm/hooks/index.js +1 -0
  228. package/dist/esm/hooks/useDebounce.js +1 -0
  229. package/dist/esm/hooks/useFakeProgress.js +1 -0
  230. package/dist/esm/hooks/useFeatureToggling.js +1 -0
  231. package/dist/esm/hooks/useLocalStorage.js +1 -0
  232. package/dist/esm/hooks/useOnScreen.js +1 -0
  233. package/dist/esm/hooks/usePrevious.js +1 -0
  234. package/dist/esm/hooks/useReleaseNotesQuery.js +1 -0
  235. package/dist/esm/hooks/useSelect.js +1 -0
  236. package/dist/esm/hooks/useSignalRMessages.js +1 -0
  237. package/dist/esm/index.js +1 -0
  238. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/clickbounds.js +1 -0
  239. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/colors.js +1 -0
  240. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/elevation.js +1 -0
  241. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/index.js +1 -0
  242. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/interactions.js +1 -0
  243. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/shape.js +1 -0
  244. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/spacings.js +1 -0
  245. package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/typography.js +1 -0
  246. package/dist/esm/node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js +1 -0
  247. package/dist/esm/node_modules/highlight.js/styles/base16/solarized-dark.css +163 -0
  248. package/dist/esm/node_modules/lodash/lodash.js +9 -0
  249. package/dist/esm/node_modules/prosemirror-model/dist/index.js +1 -0
  250. package/dist/esm/node_modules/prosemirror-state/dist/index.js +1 -0
  251. package/dist/esm/node_modules/prosemirror-transform/dist/index.js +1 -0
  252. package/dist/esm/providers/AuthProvider/AuthProvider.js +1 -0
  253. package/dist/esm/providers/AuthProvider/AuthProviderInner.js +1 -0
  254. package/dist/esm/providers/FeatureToggleProvider.js +1 -0
  255. package/dist/esm/providers/ReleaseNotesProvider.js +1 -0
  256. package/dist/esm/providers/SideBarProvider.js +1 -0
  257. package/dist/esm/providers/SnackbarProvider.js +1 -0
  258. package/dist/esm/providers/TableOfContentsProvider.js +1 -0
  259. package/dist/esm/providers/TableOfContentsProvider.utils.js +1 -0
  260. package/dist/esm/providers/TutorialProvider/TutorialDialog.js +1 -0
  261. package/dist/esm/providers/TutorialProvider/TutorialProvider.const.js +1 -0
  262. package/dist/esm/providers/TutorialProvider/TutorialProvider.hooks.js +1 -0
  263. package/dist/esm/providers/TutorialProvider/TutorialProvider.js +1 -0
  264. package/dist/esm/providers/TutorialProvider/TutorialProvider.styles.js +67 -0
  265. package/dist/esm/providers/TutorialProvider/TutorialProvider.utils.js +1 -0
  266. package/dist/esm/providers/TutorialProvider/TutorialProviderInner.js +1 -0
  267. package/dist/esm/providers/TutorialProvider/TutorialStepIndicator.js +25 -0
  268. package/dist/esm/providers/TutorialStepsProvider.js +1 -0
  269. package/dist/esm/providers/index.js +1 -0
  270. package/dist/esm/style/darkTokens.js +1 -0
  271. package/dist/esm/style/index.js +1 -0
  272. package/dist/esm/style/spacingTokens.js +1 -0
  273. package/dist/esm/style/spacings.js +1 -0
  274. package/dist/esm/types/Environment.js +1 -0
  275. package/dist/esm/types/Errors.js +1 -0
  276. package/dist/esm/utils/auth_environment.js +1 -0
  277. package/dist/esm/utils/coordinate.js +1 -0
  278. package/dist/esm/utils/date.js +1 -0
  279. package/dist/esm/utils/errors.js +1 -0
  280. package/dist/esm/utils/export.js +1 -0
  281. package/dist/esm/utils/favicon.js +1 -0
  282. package/dist/esm/utils/index.js +1 -0
  283. package/dist/esm/utils/map.js +1 -0
  284. package/dist/esm/utils/releaseNotes.js +1 -0
  285. package/dist/esm/utils/size.js +1 -0
  286. package/dist/esm/utils/sort.js +1 -0
  287. package/dist/esm/utils/string.js +1 -0
  288. package/dist/esm/utils/url.js +1 -0
  289. package/dist/types/api/core/ApiError.d.ts +10 -0
  290. package/dist/types/api/core/ApiRequestOptions.d.ts +13 -0
  291. package/dist/types/api/core/ApiResult.d.ts +7 -0
  292. package/dist/types/api/core/CancelablePromise.d.ts +26 -0
  293. package/dist/types/api/core/OpenAPI.d.ts +32 -0
  294. package/dist/types/api/core/request.d.ts +13 -0
  295. package/dist/types/api/index.d.ts +15 -0
  296. package/dist/types/api/models/AccessRole.d.ts +4 -0
  297. package/dist/types/api/models/Applications.d.ts +17 -0
  298. package/dist/types/api/models/CustomTutorialStep.d.ts +4 -0
  299. package/dist/types/api/models/Feature.d.ts +8 -0
  300. package/dist/types/api/models/FeatureToggleDto.d.ts +5 -0
  301. package/dist/types/api/models/GenericTutorialStep.d.ts +7 -0
  302. package/dist/types/api/models/GraphUser.d.ts +6 -0
  303. package/dist/types/api/models/ReleaseNote.d.ts +9 -0
  304. package/dist/types/api/models/ReleaseNotePatch.d.ts +8 -0
  305. package/dist/types/api/models/ServiceNowIncidentAttachmentResponse.d.ts +7 -0
  306. package/dist/types/api/models/ServiceNowIncidentResponse.d.ts +13 -0
  307. package/dist/types/api/models/ServiceNowUrgency.d.ts +5 -0
  308. package/dist/types/api/models/Tutorial.d.ts +13 -0
  309. package/dist/types/api/models/TutorialPosition.d.ts +7 -0
  310. package/dist/types/api/models/TutorialStepBase.d.ts +4 -0
  311. package/dist/types/api/services/PortalService.d.ts +35 -0
  312. package/dist/types/api/services/ReleaseNotesService.d.ts +28 -0
  313. package/dist/types/api/services/TutorialService.d.ts +12 -0
  314. package/dist/types/components/DataDisplay/Badge/Badge.d.ts +7 -0
  315. package/dist/types/components/DataDisplay/Badge/Badge.styles.d.ts +6 -0
  316. package/dist/types/components/DataDisplay/Chip/Chip.d.ts +14 -0
  317. package/dist/types/components/DataDisplay/Chip/Chip.styles.d.ts +4 -0
  318. package/dist/types/components/DataDisplay/Chip/InteractiveChip.d.ts +4 -0
  319. package/dist/types/components/DataDisplay/Chip/ReadOnlyChip.d.ts +4 -0
  320. package/dist/types/components/DataDisplay/DataCard.d.ts +18 -0
  321. package/dist/types/components/DataDisplay/HeaderDrawer.d.ts +11 -0
  322. package/dist/types/components/DataDisplay/InfoElement/CopyText.d.ts +10 -0
  323. package/dist/types/components/DataDisplay/InfoElement/InfoElement.d.ts +9 -0
  324. package/dist/types/components/DataDisplay/OptionalTooltip.d.ts +9 -0
  325. package/dist/types/components/DataDisplay/ProfileAvatar.d.ts +9 -0
  326. package/dist/types/components/DataDisplay/RichTextDisplay.d.ts +9 -0
  327. package/dist/types/components/DataDisplay/Table/Table.d.ts +2 -0
  328. package/dist/types/components/DataDisplay/Table/stories/data.d.ts +13 -0
  329. package/dist/types/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.d.ts +8 -0
  330. package/dist/types/components/DataDisplay/Tutorial/Tutorial.d.ts +20 -0
  331. package/dist/types/components/DataDisplay/Tutorial/TutorialStart.d.ts +11 -0
  332. package/dist/types/components/DataDisplay/Tutorial/TutorialSteps.d.ts +9 -0
  333. package/dist/types/components/DataDisplay/Tutorial/stories/TutorialStoryComponent.d.ts +4 -0
  334. package/dist/types/components/DataDisplay/Workflow/StatusChip.d.ts +13 -0
  335. package/dist/types/components/DataDisplay/Workflow/WorkflowDescription.d.ts +17 -0
  336. package/dist/types/components/DataDisplay/Workflow/WorkflowStatusBar.d.ts +23 -0
  337. package/dist/types/components/Feature/Feature.d.ts +9 -0
  338. package/dist/types/components/Feedback/AnimatedCheckmark.d.ts +6 -0
  339. package/dist/types/components/Feedback/ConfirmationPopup.d.ts +17 -0
  340. package/dist/types/components/Feedback/ErrorPage/Action.d.ts +6 -0
  341. package/dist/types/components/Feedback/ErrorPage/Description.d.ts +5 -0
  342. package/dist/types/components/Feedback/ErrorPage/Details.d.ts +5 -0
  343. package/dist/types/components/Feedback/ErrorPage/ErrorPage.d.ts +6 -0
  344. package/dist/types/components/Feedback/ErrorPage/MissingAccesses.d.ts +10 -0
  345. package/dist/types/components/Feedback/ErrorPage/Title.d.ts +5 -0
  346. package/dist/types/components/Feedback/ErrorPage/illustrations/GlitchAnimation.d.ts +3 -0
  347. package/dist/types/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.d.ts +3 -0
  348. package/dist/types/components/Feedback/ErrorPage/index.d.ts +16 -0
  349. package/dist/types/components/Feedback/FileProgress/CompactFileProgress.d.ts +6 -0
  350. package/dist/types/components/Feedback/FileProgress/CompactFileProgress.styles.d.ts +31 -0
  351. package/dist/types/components/Feedback/FileProgress/FileProgress.d.ts +28 -0
  352. package/dist/types/components/Feedback/FileProgress/FileProgress.utils.d.ts +2 -0
  353. package/dist/types/components/Feedback/FileProgress/RegularFileProgress.d.ts +6 -0
  354. package/dist/types/components/Feedback/FileProgress/RegularFileProgress.styles.d.ts +18 -0
  355. package/dist/types/components/Feedback/FullPageSpinner.d.ts +7 -0
  356. package/dist/types/components/Feedback/FullPageStatus.d.ts +8 -0
  357. package/dist/types/components/Feedback/PageNotFound.d.ts +3 -0
  358. package/dist/types/components/Feedback/Skeleton/Skeleton.styles.d.ts +4 -0
  359. package/dist/types/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.d.ts +6 -0
  360. package/dist/types/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +6 -0
  361. package/dist/types/components/Feedback/Stepper/Step.d.ts +10 -0
  362. package/dist/types/components/Feedback/Stepper/StepLine.d.ts +6 -0
  363. package/dist/types/components/Feedback/Stepper/Stepper.d.ts +10 -0
  364. package/dist/types/components/Feedback/Unauthorized.d.ts +2 -0
  365. package/dist/types/components/Icons/AmplifyIcons.d.ts +36 -0
  366. package/dist/types/components/Icons/ApplicationIcon/Acquire.d.ts +3 -0
  367. package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.constants.d.ts +1 -0
  368. package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.d.ts +8 -0
  369. package/dist/types/components/Icons/ApplicationIcon/ApplicationIconBase.d.ts +16 -0
  370. package/dist/types/components/Icons/ApplicationIcon/ApplicationIconCollection.d.ts +16 -0
  371. package/dist/types/components/Icons/ApplicationIcon/Bravos.d.ts +3 -0
  372. package/dist/types/components/Icons/ApplicationIcon/Dasha.d.ts +3 -0
  373. package/dist/types/components/Icons/ApplicationIcon/Fallback.d.ts +3 -0
  374. package/dist/types/components/Icons/ApplicationIcon/FourDInsight.d.ts +3 -0
  375. package/dist/types/components/Icons/ApplicationIcon/InPress.d.ts +3 -0
  376. package/dist/types/components/Icons/ApplicationIcon/LoggingQualification.d.ts +3 -0
  377. package/dist/types/components/Icons/ApplicationIcon/Orca.d.ts +3 -0
  378. package/dist/types/components/Icons/ApplicationIcon/Portal.d.ts +3 -0
  379. package/dist/types/components/Icons/ApplicationIcon/Premo.d.ts +3 -0
  380. package/dist/types/components/Icons/ApplicationIcon/Pwex.d.ts +3 -0
  381. package/dist/types/components/Icons/ApplicationIcon/Recap.d.ts +3 -0
  382. package/dist/types/components/Icons/EquinorLogo.d.ts +8 -0
  383. package/dist/types/components/Icons/Fallback.d.ts +4 -0
  384. package/dist/types/components/Icons/FeedBackIcon/FeedBackIcon.d.ts +8 -0
  385. package/dist/types/components/Icons/FeedBackIcon/NegativeFilled.d.ts +4 -0
  386. package/dist/types/components/Icons/FeedBackIcon/NegativeOutlined.d.ts +4 -0
  387. package/dist/types/components/Icons/FeedBackIcon/PositiveFilled.d.ts +4 -0
  388. package/dist/types/components/Icons/FeedBackIcon/PositiveOutlined.d.ts +4 -0
  389. package/dist/types/components/Inputs/CommentField/CommentField.d.ts +13 -0
  390. package/dist/types/components/Inputs/CommentField/NewCommentField.d.ts +9 -0
  391. package/dist/types/components/Inputs/ContentMenu.d.ts +14 -0
  392. package/dist/types/components/Inputs/EditableField.d.ts +13 -0
  393. package/dist/types/components/Inputs/ExpandingIconButton/ExpandingIconButton.d.ts +12 -0
  394. package/dist/types/components/Inputs/FileUploadArea.d.ts +7 -0
  395. package/dist/types/components/Inputs/IconToggleButton.d.ts +22 -0
  396. package/dist/types/components/Inputs/RichTextEditor/MenuBar/AddImage.d.ts +7 -0
  397. package/dist/types/components/Inputs/RichTextEditor/MenuBar/Links.d.ts +3 -0
  398. package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.d.ts +8 -0
  399. package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.d.ts +1 -0
  400. package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuButton.d.ts +15 -0
  401. package/dist/types/components/Inputs/RichTextEditor/MenuBar/TableBar.d.ts +3 -0
  402. package/dist/types/components/Inputs/RichTextEditor/MenuBar/TextColor.d.ts +3 -0
  403. package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.d.ts +17 -0
  404. package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.styles.d.ts +9 -0
  405. package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.types.d.ts +18 -0
  406. package/dist/types/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.d.ts +10 -0
  407. package/dist/types/components/Inputs/Search/Search.d.ts +2 -0
  408. package/dist/types/components/Inputs/Select/ComboBox/ComboBox.d.ts +3 -0
  409. package/dist/types/components/Inputs/Select/GroupedSelectMenu.d.ts +2 -0
  410. package/dist/types/components/Inputs/Select/Select.d.ts +3 -0
  411. package/dist/types/components/Inputs/Select/Select.styles.d.ts +110 -0
  412. package/dist/types/components/Inputs/Select/Select.types.d.ts +69 -0
  413. package/dist/types/components/Inputs/Select/Select.utils.d.ts +6 -0
  414. package/dist/types/components/Inputs/Select/SelectMenu.d.ts +2 -0
  415. package/dist/types/components/Inputs/Select/SelectMenuItem.d.ts +2 -0
  416. package/dist/types/components/Inputs/Select/SingleSelect/SingleSelect.d.ts +3 -0
  417. package/dist/types/components/Inputs/SelectDrawer/MultiSelectDrawer.d.ts +29 -0
  418. package/dist/types/components/Inputs/SelectDrawer/OptionDrawer.d.ts +35 -0
  419. package/dist/types/components/Inputs/SelectDrawer/OptionDrawer.styles.d.ts +14 -0
  420. package/dist/types/components/Inputs/SelectDrawer/SingleSelectDrawer.d.ts +27 -0
  421. package/dist/types/components/Inputs/SelectDrawer/index.d.ts +11 -0
  422. package/dist/types/components/Inputs/SelectDrawer/stories/data.d.ts +7 -0
  423. package/dist/types/components/Inputs/Sieve/Filter.d.ts +13 -0
  424. package/dist/types/components/Inputs/Sieve/Sieve.d.ts +4 -0
  425. package/dist/types/components/Inputs/Sieve/Sieve.styles.d.ts +40 -0
  426. package/dist/types/components/Inputs/Sieve/Sieve.types.d.ts +25 -0
  427. package/dist/types/components/Inputs/Sieve/Sort.d.ts +9 -0
  428. package/dist/types/components/Inputs/SingleFilterMenu.d.ts +12 -0
  429. package/dist/types/components/Inputs/TextField/TextField.d.ts +3 -0
  430. package/dist/types/components/Navigation/PageWithTitle.d.ts +7 -0
  431. package/dist/types/components/Navigation/SelectField/ChangingField.d.ts +17 -0
  432. package/dist/types/components/Navigation/SelectField/SelectField.d.ts +12 -0
  433. package/dist/types/components/Navigation/SelectField/SelectorCard/SelectorCard.d.ts +9 -0
  434. package/dist/types/components/Navigation/SelectField/SelectorCard/Skeleton.d.ts +2 -0
  435. package/dist/types/components/Navigation/SideBar/CreateItem.d.ts +8 -0
  436. package/dist/types/components/Navigation/SideBar/CreateItem.styles.d.ts +19 -0
  437. package/dist/types/components/Navigation/SideBar/MenuItem.d.ts +18 -0
  438. package/dist/types/components/Navigation/SideBar/MenuItem.styles.d.ts +17 -0
  439. package/dist/types/components/Navigation/SideBar/SideBar.d.ts +16 -0
  440. package/dist/types/components/Navigation/SideBar/SideBar.styles.d.ts +8 -0
  441. package/dist/types/components/Navigation/SideBar/ToggleOpen.d.ts +7 -0
  442. package/dist/types/components/Navigation/SideBar/ToggleOpen.styles.d.ts +5 -0
  443. package/dist/types/components/Navigation/SideBar/index.d.ts +8 -0
  444. package/dist/types/components/Navigation/TableOfContents/TableOfContents.constants.d.ts +3 -0
  445. package/dist/types/components/Navigation/TableOfContents/TableOfContents.d.ts +8 -0
  446. package/dist/types/components/Navigation/TableOfContents/TableOfContents.styles.d.ts +814 -0
  447. package/dist/types/components/Navigation/TableOfContents/TableOfContents.types.d.ts +1 -0
  448. package/dist/types/components/Navigation/TableOfContents/TableOfContentsItem.d.ts +11 -0
  449. package/dist/types/components/Navigation/TopBar/Account/Account.d.ts +10 -0
  450. package/dist/types/components/Navigation/TopBar/Account/Account.styles.d.ts +16 -0
  451. package/dist/types/components/Navigation/TopBar/Account/stories/data.d.ts +9 -0
  452. package/dist/types/components/Navigation/TopBar/Actions.d.ts +2 -0
  453. package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +3 -0
  454. package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +25 -0
  455. package/dist/types/components/Navigation/TopBar/FieldSelector.d.ts +9 -0
  456. package/dist/types/components/Navigation/TopBar/Guidelines/Colorbox.d.ts +5 -0
  457. package/dist/types/components/Navigation/TopBar/Guidelines/Guidelines.d.ts +10 -0
  458. package/dist/types/components/Navigation/TopBar/Guidelines/Item.d.ts +7 -0
  459. package/dist/types/components/Navigation/TopBar/Guidelines/Section.d.ts +7 -0
  460. package/dist/types/components/Navigation/TopBar/Guidelines/index.d.ts +8 -0
  461. package/dist/types/components/Navigation/TopBar/Notifications/FilterOptions.d.ts +10 -0
  462. package/dist/types/components/Navigation/TopBar/Notifications/NotificationProvider.d.ts +12 -0
  463. package/dist/types/components/Navigation/TopBar/Notifications/Notifications.d.ts +4 -0
  464. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsInner.d.ts +10 -0
  465. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.d.ts +4 -0
  466. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.d.ts +7 -0
  467. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.d.ts +7 -0
  468. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.d.ts +3 -0
  469. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.d.ts +7 -0
  470. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.d.ts +7 -0
  471. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.d.ts +7 -0
  472. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.d.ts +7 -0
  473. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.d.ts +7 -0
  474. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/SystemUserDefault.d.ts +7 -0
  475. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.d.ts +4 -0
  476. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +37 -0
  477. package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/Notifications.types.d.ts +96 -0
  478. package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.const.d.ts +9 -0
  479. package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.d.ts +9 -0
  480. package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.d.ts +8 -0
  481. package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.types.d.ts +57 -0
  482. package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.d.ts +9 -0
  483. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.d.ts +3 -0
  484. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.d.ts +3 -0
  485. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.d.ts +7 -0
  486. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.d.ts +3 -0
  487. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.d.ts +3 -0
  488. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.d.ts +14 -0
  489. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.d.ts +4 -0
  490. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.d.ts +20 -0
  491. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.d.ts +3 -0
  492. package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.d.ts +3 -0
  493. package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.d.ts +6 -0
  494. package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.d.ts +7 -0
  495. package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.d.ts +8 -0
  496. package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.d.ts +3 -0
  497. package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +5 -0
  498. package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.d.ts +3 -0
  499. package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.d.ts +4 -0
  500. package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useFeedbackContext.d.ts +2 -0
  501. package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.d.ts +2 -0
  502. package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackFileUpload.d.ts +2 -0
  503. package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackPostMessage.d.ts +2 -0
  504. package/dist/types/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.d.ts +37 -0
  505. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.d.ts +3 -0
  506. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.styles.d.ts +5 -0
  507. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.d.ts +6 -0
  508. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.d.ts +25 -0
  509. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.d.ts +3 -0
  510. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.d.ts +4 -0
  511. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.d.ts +4 -0
  512. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.d.ts +19 -0
  513. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.d.ts +19 -0
  514. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.d.ts +4 -0
  515. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.d.ts +28 -0
  516. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.d.ts +7 -0
  517. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.d.ts +3 -0
  518. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.d.ts +1 -0
  519. package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.d.ts +6 -0
  520. package/dist/types/components/Navigation/TopBar/Resources/ResourceMenuItem.d.ts +12 -0
  521. package/dist/types/components/Navigation/TopBar/Resources/Resources.d.ts +13 -0
  522. package/dist/types/components/Navigation/TopBar/Resources/TransferToAppDialog.d.ts +8 -0
  523. package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.d.ts +15 -0
  524. package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.d.ts +4 -0
  525. package/dist/types/components/Navigation/TopBar/Settings.d.ts +20 -0
  526. package/dist/types/components/Navigation/TopBar/TopBar.d.ts +16 -0
  527. package/dist/types/components/Navigation/TopBar/TopBar.styles.d.ts +50 -0
  528. package/dist/types/components/Navigation/TopBar/TopBarMenu.d.ts +13 -0
  529. package/dist/types/components/Navigation/TopBar/index.d.ts +23 -0
  530. package/dist/types/components/Template/Template.d.ts +14 -0
  531. package/dist/types/components/Visuals/Waves/VisualWaves.d.ts +9 -0
  532. package/dist/types/components/Visuals/Waves/WaveShapeWithNoise.d.ts +7 -0
  533. package/dist/types/components/index.d.ts +104 -0
  534. package/dist/types/constants/colors.d.ts +7 -0
  535. package/dist/types/constants/index.d.ts +2 -0
  536. package/dist/types/hooks/index.d.ts +17 -0
  537. package/dist/types/hooks/useDebounce.d.ts +1 -0
  538. package/dist/types/hooks/useFakeProgress.d.ts +10 -0
  539. package/dist/types/hooks/useFeatureToggling.d.ts +3 -0
  540. package/dist/types/hooks/useLocalStorage.d.ts +4 -0
  541. package/dist/types/hooks/useOnScreen.d.ts +4 -0
  542. package/dist/types/hooks/usePrevious.d.ts +1 -0
  543. package/dist/types/hooks/useReleaseNotesQuery.d.ts +6 -0
  544. package/dist/types/hooks/useSelect.d.ts +22 -0
  545. package/dist/types/hooks/useSignalRMessages.d.ts +12 -0
  546. package/dist/types/index.d.ts +20 -0
  547. package/dist/types/providers/AuthProvider/AuthProvider.d.ts +17 -0
  548. package/dist/types/providers/AuthProvider/AuthProviderInner.d.ts +16 -0
  549. package/dist/types/providers/FeatureToggleProvider.d.ts +14 -0
  550. package/dist/types/providers/ReleaseNotesProvider.d.ts +21 -0
  551. package/dist/types/providers/SideBarProvider.d.ts +10 -0
  552. package/dist/types/providers/SnackbarProvider.d.ts +21 -0
  553. package/dist/types/providers/TableOfContentsProvider.d.ts +26 -0
  554. package/dist/types/providers/TableOfContentsProvider.utils.d.ts +2 -0
  555. package/dist/types/providers/TutorialProvider/TutorialDialog.d.ts +3 -0
  556. package/dist/types/providers/TutorialProvider/TutorialProvider.const.d.ts +7 -0
  557. package/dist/types/providers/TutorialProvider/TutorialProvider.d.ts +30 -0
  558. package/dist/types/providers/TutorialProvider/TutorialProvider.hooks.d.ts +3 -0
  559. package/dist/types/providers/TutorialProvider/TutorialProvider.styles.d.ts +26 -0
  560. package/dist/types/providers/TutorialProvider/TutorialProvider.types.d.ts +11 -0
  561. package/dist/types/providers/TutorialProvider/TutorialProvider.utils.d.ts +3 -0
  562. package/dist/types/providers/TutorialProvider/TutorialProviderInner.d.ts +3 -0
  563. package/dist/types/providers/TutorialProvider/TutorialStepIndicator.d.ts +8 -0
  564. package/dist/types/providers/TutorialStepsProvider.d.ts +13 -0
  565. package/dist/types/providers/index.d.ts +10 -0
  566. package/dist/types/storybook/InfoCard.d.ts +8 -0
  567. package/dist/types/storybook/Links.d.ts +9 -0
  568. package/dist/types/storybook/PropsTable.d.ts +10 -0
  569. package/dist/types/storybook/Stack.d.ts +9 -0
  570. package/dist/types/storybook/Story.d.ts +2 -0
  571. package/dist/types/storybook/index.d.ts +6 -0
  572. package/dist/types/storybook/useMockProgress.d.ts +1 -0
  573. package/dist/types/style/darkTokens.d.ts +1 -0
  574. package/dist/types/style/index.d.ts +2 -0
  575. package/dist/types/style/spacingTokens.d.ts +1 -0
  576. package/dist/types/style/spacings.d.ts +11 -0
  577. package/dist/types/tests/browserMocks.d.ts +24 -0
  578. package/dist/types/tests/setupTests.d.ts +2 -0
  579. package/dist/types/tests/test-utils.d.ts +6 -0
  580. package/dist/types/types/Environment.d.ts +6 -0
  581. package/dist/types/types/Errors.d.ts +19 -0
  582. package/dist/types/types/Field.d.ts +5 -0
  583. package/dist/types/types/Guidelines.d.ts +14 -0
  584. package/dist/types/types/Icon.d.ts +7 -0
  585. package/dist/types/types/index.d.ts +5 -0
  586. package/dist/types/utils/UtilStory.d.ts +7 -0
  587. package/dist/types/utils/auth_environment.d.ts +47 -0
  588. package/dist/types/utils/coordinate.d.ts +7 -0
  589. package/dist/types/utils/date.d.ts +15 -0
  590. package/dist/types/utils/errors.d.ts +8 -0
  591. package/dist/types/utils/export.d.ts +3 -0
  592. package/dist/types/utils/favicon.d.ts +4 -0
  593. package/dist/types/utils/index.d.ts +12 -0
  594. package/dist/types/utils/map.d.ts +14 -0
  595. package/dist/types/utils/releaseNotes.d.ts +18 -0
  596. package/dist/types/utils/size.d.ts +5 -0
  597. package/dist/types/utils/sort.d.ts +10 -0
  598. package/dist/types/utils/string.d.ts +5 -0
  599. package/dist/types/utils/url.d.ts +5 -0
  600. package/package.json +178 -0
@@ -0,0 +1,9 @@
1
+ declare const OptionalTooltip: import("react").ForwardRefExoticComponent<{
2
+ textTransform?: string;
3
+ } & {
4
+ placement?: import("@floating-ui/utils").Placement;
5
+ title?: string;
6
+ children: React.ReactElement & React.RefAttributes<HTMLElement>;
7
+ enterDelay?: number;
8
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
9
+ export default OptionalTooltip;
@@ -0,0 +1,9 @@
1
+ export declare function nameToInitials(name: string): string | undefined;
2
+ export interface ProfileAvatarProps {
3
+ url?: string;
4
+ name?: string;
5
+ size?: 'small' | 'small-medium' | 'medium' | 'large' | 'x-large' | number;
6
+ disabled?: boolean;
7
+ }
8
+ declare const ProfileAvatar: import("react").ForwardRefExoticComponent<ProfileAvatarProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ export default ProfileAvatar;
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ export interface RichTextDisplayProps {
3
+ value: string | null | undefined;
4
+ imgReadToken?: string;
5
+ lightBackground?: boolean;
6
+ padding?: 'sm' | 'md' | 'lg' | 'none';
7
+ }
8
+ declare const RichTextDisplay: FC<RichTextDisplayProps>;
9
+ export default RichTextDisplay;
@@ -0,0 +1,2 @@
1
+ import { EdsDataGridProps } from '@equinor/eds-data-grid-react';
2
+ export declare const Table: <T>(props: EdsDataGridProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ export declare const data: ({
2
+ albumId: number;
3
+ id: number;
4
+ title: string;
5
+ url: string;
6
+ thumbnailUrl: string;
7
+ } | {
8
+ albumId: number;
9
+ id: number;
10
+ title: string;
11
+ url: string;
12
+ thumbnailUrl?: undefined;
13
+ })[];
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ interface HighlightBlocksProps {
3
+ children: ReactNode;
4
+ active: boolean;
5
+ className?: string;
6
+ }
7
+ declare const HighlightBlocks: import("react").ForwardRefExoticComponent<HighlightBlocksProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ export default HighlightBlocks;
@@ -0,0 +1,20 @@
1
+ import { ReactElement } from 'react';
2
+ export interface Step {
3
+ key: string;
4
+ title: string;
5
+ body: ReactElement;
6
+ button: string;
7
+ }
8
+ export interface TutorialProps {
9
+ steps: Step[];
10
+ tutorialTitle: string;
11
+ imageSource?: string;
12
+ tutorialIntro: string;
13
+ }
14
+ /**
15
+ * @deprecated since version 6.3.0. We use TutorialProvider instead, and add tutorials to a database on amplify-portal.
16
+ * You can read a small guide in the front-end docs on the JS devops (JS devops -> Overview -> Wiki -> Documentation ->
17
+ * Front-end docs -> Guides -> Creating tutorial for TutorialProvider)
18
+ */
19
+ declare const Tutorial: import("react").ForwardRefExoticComponent<TutorialProps & import("react").RefAttributes<HTMLDivElement>>;
20
+ export default Tutorial;
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ interface TutorialStartProps {
3
+ title: string;
4
+ imageSource?: string;
5
+ content: string;
6
+ show: boolean;
7
+ acceptTour: () => void;
8
+ denyTour: () => void;
9
+ }
10
+ declare const TutorialStart: FC<TutorialStartProps>;
11
+ export default TutorialStart;
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { Step } from './Tutorial';
3
+ interface TutorialStepsProps {
4
+ show: boolean;
5
+ onClose: () => void;
6
+ steps: Step[];
7
+ }
8
+ declare const TutorialSteps: FC<TutorialStepsProps>;
9
+ export default TutorialSteps;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { TutorialProps } from '../Tutorial';
3
+ declare const TutorialStoryComponent: FC<TutorialProps>;
4
+ export default TutorialStoryComponent;
@@ -0,0 +1,13 @@
1
+ import { CSSProperties, FC, ReactNode } from 'react';
2
+ export interface StatusChipProps {
3
+ disabled?: boolean;
4
+ color?: string;
5
+ backgroundColor?: string;
6
+ style?: CSSProperties;
7
+ children: ReactNode;
8
+ }
9
+ /**
10
+ * @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
11
+ */
12
+ declare const StatusChip: FC<StatusChipProps>;
13
+ export default StatusChip;
@@ -0,0 +1,17 @@
1
+ import { FC } from 'react';
2
+ interface WorkflowDescriptionType {
3
+ color?: string;
4
+ backgroundColor?: string;
5
+ label: string;
6
+ notApprovedLabel?: string;
7
+ approvedUser?: string;
8
+ approvedDate?: string;
9
+ }
10
+ export interface WorkflowDescriptionProps {
11
+ options: WorkflowDescriptionType[];
12
+ }
13
+ /**
14
+ * @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
15
+ */
16
+ declare const WorkflowDescription: FC<WorkflowDescriptionProps>;
17
+ export default WorkflowDescription;
@@ -0,0 +1,23 @@
1
+ import { FC } from 'react';
2
+ type Placement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end';
3
+ interface WorkflowStatusBarType {
4
+ color: string;
5
+ backgroundColor: string;
6
+ label: string;
7
+ value: string;
8
+ }
9
+ export interface WorkflowStatusBarProps {
10
+ options: WorkflowStatusBarType[];
11
+ disableTooltip?: boolean;
12
+ tooltipPlacement?: Placement;
13
+ activeNode: string;
14
+ highlightActiveNode?: boolean;
15
+ showAlert?: boolean;
16
+ lineDefaultColor?: string;
17
+ lineActiveColor?: string;
18
+ }
19
+ /**
20
+ * @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
21
+ */
22
+ declare const WorkflowStatusBar: FC<WorkflowStatusBarProps>;
23
+ export default WorkflowStatusBar;
@@ -0,0 +1,9 @@
1
+ import { DetailedHTMLProps, FC, HTMLAttributes, ReactNode } from 'react';
2
+ interface FeatureProps {
3
+ featureKey: string;
4
+ children: ReactNode;
5
+ fallback?: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
6
+ showIfKeyMissing?: boolean;
7
+ }
8
+ declare const Feature: FC<FeatureProps>;
9
+ export default Feature;
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ interface AnimatedCheckmarkProps {
3
+ portal?: boolean;
4
+ }
5
+ declare const AnimatedCheckmark: FC<AnimatedCheckmarkProps>;
6
+ export default AnimatedCheckmark;
@@ -0,0 +1,17 @@
1
+ import React, { ReactNode } from 'react';
2
+ export interface ConfirmationPopupProps {
3
+ show: boolean;
4
+ title?: string;
5
+ body?: string;
6
+ actions?: JSX.Element[];
7
+ actionPosition?: 'left' | 'right';
8
+ onClose?: () => void | undefined;
9
+ children?: ReactNode;
10
+ width?: string;
11
+ isDismissable?: boolean;
12
+ }
13
+ /**
14
+ * @deprecated Being deprecated, will implement new Dialog component that will resolve this use case
15
+ */
16
+ declare const ConfirmationPopup: React.ForwardRefExoticComponent<ConfirmationPopupProps & React.RefAttributes<HTMLDivElement>>;
17
+ export default ConfirmationPopup;
@@ -0,0 +1,6 @@
1
+ interface ActionProps {
2
+ buttonText?: string;
3
+ onClick?: () => void;
4
+ }
5
+ export declare const Action: import("react").ForwardRefExoticComponent<ActionProps & import("react").RefAttributes<HTMLButtonElement>>;
6
+ export {};
@@ -0,0 +1,5 @@
1
+ interface DescriptionProps {
2
+ text?: string;
3
+ }
4
+ export declare const Description: import("react").ForwardRefExoticComponent<DescriptionProps & import("react").RefAttributes<HTMLDivElement>>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ interface DetailsProps {
2
+ text?: string;
3
+ }
4
+ export declare const Details: import("react").ForwardRefExoticComponent<DetailsProps & import("react").RefAttributes<HTMLDivElement>>;
5
+ export {};
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ export interface ErrorContentProps {
3
+ illustration?: ReactNode;
4
+ children: ReactNode;
5
+ }
6
+ export declare const ErrorPage: import("react").ForwardRefExoticComponent<ErrorContentProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,10 @@
1
+ interface AccessType {
2
+ url?: string;
3
+ title: string;
4
+ }
5
+ interface MissingAccessesProps {
6
+ accesses?: AccessType[];
7
+ text?: string;
8
+ }
9
+ export declare const MissingAccesses: import("react").ForwardRefExoticComponent<MissingAccessesProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ export {};
@@ -0,0 +1,5 @@
1
+ interface TitleProps {
2
+ title?: string;
3
+ }
4
+ export declare const Title: import("react").ForwardRefExoticComponent<TitleProps & import("react").RefAttributes<HTMLDivElement>>;
5
+ export {};
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const GlitchAnimation: FC;
3
+ export default GlitchAnimation;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const QuestioningAnimation: FC;
3
+ export default QuestioningAnimation;
@@ -0,0 +1,16 @@
1
+ import { Action } from './Action';
2
+ import { Description } from './Description';
3
+ import { Details } from './Details';
4
+ import { ErrorContentProps, ErrorPage as DefaultErrorPage } from './ErrorPage';
5
+ import { MissingAccesses } from './MissingAccesses';
6
+ import { Title } from './Title';
7
+ type ErrorPageType = typeof DefaultErrorPage & {
8
+ Title: typeof Title;
9
+ Description: typeof Description;
10
+ Action: typeof Action;
11
+ Details: typeof Details;
12
+ MissingAccesses: typeof MissingAccesses;
13
+ };
14
+ declare const ErrorPage: ErrorPageType;
15
+ export default ErrorPage;
16
+ export type { ErrorContentProps };
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ import { CompactFileProgressBaseProps, FileProgressPropsExtension } from './FileProgress';
3
+ interface CompactFileProgressProps extends CompactFileProgressBaseProps, FileProgressPropsExtension {
4
+ }
5
+ declare const CompactFileProgress: FC<CompactFileProgressProps>;
6
+ export default CompactFileProgress;
@@ -0,0 +1,31 @@
1
+ interface ContainerProps {
2
+ $isError?: boolean;
3
+ }
4
+ export declare const CompactFileProgressContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>> & string;
5
+ export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
6
+ as?: import("react").ElementType | undefined;
7
+ } & import("@equinor/eds-core-react").TypographyProps & Omit<any, "children" | "variant" | "onClick" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "italic" | "bold" | "link" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
8
+ export declare const LoadingWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export declare const ImageWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export declare const Rejection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
+ export declare const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
+ export declare const AdditionalText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
13
+ as?: import("react").ElementType | undefined;
14
+ } & import("@equinor/eds-core-react").TypographyProps & Omit<any, "children" | "variant" | "onClick" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "italic" | "bold" | "link" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
15
+ export declare const FileTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
16
+ placement?: import("@floating-ui/utils").Placement;
17
+ title?: string;
18
+ children: React.ReactElement & React.RefAttributes<HTMLElement>;
19
+ enterDelay?: number;
20
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
21
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
22
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
23
+ placement?: import("@floating-ui/utils").Placement;
24
+ title?: string;
25
+ children: React.ReactElement & React.RefAttributes<HTMLElement>;
26
+ enterDelay?: number;
27
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
28
+ export declare const CircularProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>, "ref"> & {
29
+ ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
30
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>, keyof import("react").Component<any, {}, any>>;
31
+ export {};
@@ -0,0 +1,28 @@
1
+ import { FC } from 'react';
2
+ import { FileWithPath } from 'react-dropzone';
3
+ interface FileProgressBaseProps {
4
+ onDelete: () => void;
5
+ file: FileWithPath | File;
6
+ isDone?: boolean;
7
+ progressPercent?: number;
8
+ onCancel?: () => void;
9
+ isError?: boolean;
10
+ }
11
+ export interface RegularFileProgressBaseProps extends FileProgressBaseProps {
12
+ compact?: false;
13
+ fullErrorText?: string;
14
+ customLoadingText?: string;
15
+ customCompleteText?: string;
16
+ onRetry?: () => void;
17
+ }
18
+ export interface CompactFileProgressBaseProps extends FileProgressBaseProps {
19
+ compact: true;
20
+ shortErrorText?: string;
21
+ fullErrorText?: string;
22
+ }
23
+ export interface FileProgressPropsExtension {
24
+ showCompleteState: boolean;
25
+ handleOnClick: () => void;
26
+ }
27
+ declare const FileProgress: FC<RegularFileProgressBaseProps | CompactFileProgressBaseProps>;
28
+ export default FileProgress;
@@ -0,0 +1,2 @@
1
+ import { FileWithPath } from 'react-dropzone';
2
+ export declare const readUploadedFileAsText: (inputFile: FileWithPath) => Promise<string>;
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ import { FileProgressPropsExtension, RegularFileProgressBaseProps } from './FileProgress';
3
+ interface RegularFileProgressProps extends RegularFileProgressBaseProps, FileProgressPropsExtension {
4
+ }
5
+ declare const RegularFileProgress: FC<RegularFileProgressProps>;
6
+ export default RegularFileProgress;
@@ -0,0 +1,18 @@
1
+ interface ContainerProps {
2
+ $isError?: boolean;
3
+ }
4
+ export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>> & string;
5
+ export declare const RegularFileProgressWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export declare const FileName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ export declare const RegularFileProgressDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export declare const ProgressWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export declare const LinearProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
10
+ variant?: "indeterminate" | "determinate";
11
+ value?: number;
12
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
13
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
15
+ variant?: "indeterminate" | "determinate";
16
+ value?: number;
17
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
18
+ export {};
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ export interface FullpageSpinnerProps {
3
+ variant?: 'equinor' | 'circle' | 'dots';
4
+ withoutScrim?: boolean;
5
+ }
6
+ declare const FullPageSpinner: FC<FullpageSpinnerProps>;
7
+ export default FullPageSpinner;
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ export interface FullPageStatusProps {
3
+ loading: boolean;
4
+ error: boolean;
5
+ errorMessage: string;
6
+ }
7
+ declare const FullPageStatus: FC<FullPageStatusProps>;
8
+ export default FullPageStatus;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const PageNotFound: FC;
3
+ export default PageNotFound;
@@ -0,0 +1,4 @@
1
+ export declare const COLORS: {
2
+ START: string;
3
+ END: string;
4
+ };
@@ -0,0 +1,6 @@
1
+ export declare const skeletonBaseloading: import("styled-components/dist/models/Keyframes").default;
2
+ interface SkeletonBaseProps {
3
+ $offset?: number;
4
+ }
5
+ declare const SkeletonBase: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SkeletonBaseProps>> & string;
6
+ export default SkeletonBase;
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ export interface SkeletonGradientProps {
3
+ duration?: string;
4
+ }
5
+ declare const SkeletonGradient: FC<SkeletonGradientProps>;
6
+ export default SkeletonGradient;
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ interface StepProps {
3
+ currentIndex: number;
4
+ setCurrentIndex: (value: number) => void;
5
+ index: number;
6
+ onlyShowCurrentStepLabel?: boolean;
7
+ children?: string;
8
+ }
9
+ declare const Step: FC<StepProps>;
10
+ export default Step;
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ interface StepLineProps {
3
+ done: boolean;
4
+ }
5
+ declare const StepLine: FC<StepLineProps>;
6
+ export default StepLine;
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ export interface StepperProps {
3
+ current: number;
4
+ setCurrent: (value: number) => void;
5
+ steps: string[];
6
+ onlyShowCurrentStepLabel?: boolean;
7
+ maxWidth?: string;
8
+ }
9
+ declare const Stepper: FC<StepperProps>;
10
+ export default Stepper;
@@ -0,0 +1,2 @@
1
+ import { FC } from 'react';
2
+ export declare const Unauthorized: FC;
@@ -0,0 +1,36 @@
1
+ import { IconData } from '@equinor/eds-icons';
2
+ export declare const amplify_wellbore: IconData;
3
+ export declare const amplify_wireline_open_hole: IconData;
4
+ export declare const amplify_wireline_cased_hole: IconData;
5
+ export declare const amplify_lwd: IconData;
6
+ export declare const amplify_aml: IconData;
7
+ export declare const amplify_success: IconData;
8
+ export declare const amplify_failure: IconData;
9
+ export declare const amplify_snail: IconData;
10
+ export declare const amplify_h1: IconData;
11
+ export declare const amplify_h2: IconData;
12
+ export declare const amplify_h3: IconData;
13
+ export declare const amplify_h4: IconData;
14
+ export declare const amplify_sharepoint: IconData;
15
+ export declare const amplify_tutorials: IconData;
16
+ export declare const amplify_small_portal: IconData;
17
+ export declare const amplify_sort_small: IconData;
18
+ export declare const amplify_info_small: IconData;
19
+ export declare const amplify_table_row_heading: IconData;
20
+ export declare const amplify_table_column_heading: IconData;
21
+ export declare const amplify_table_add_column_left: IconData;
22
+ export declare const amplify_table_add_column_right: IconData;
23
+ export declare const amplify_table_remove_column: IconData;
24
+ export declare const amplify_table_add_row_above: IconData;
25
+ export declare const amplify_table_add_row_below: IconData;
26
+ export declare const amplify_table_remove_row: IconData;
27
+ export declare const amplify_table_merge_cells: IconData;
28
+ export declare const amplify_table_split_cell: IconData;
29
+ export declare const amplify_resources: IconData;
30
+ export declare const amplify_overview: IconData;
31
+ export declare const amplify_shield_person: IconData;
32
+ export declare const amplify_merged: IconData;
33
+ export declare const amplify_branch: IconData;
34
+ export declare const amplify_sidebyside: IconData;
35
+ export declare const amplify_overlay: IconData;
36
+ export declare const amplify_calculator: IconData;
@@ -0,0 +1,3 @@
1
+ import { AppIconProps } from 'src/types';
2
+ declare const Acquire: import("react").ForwardRefExoticComponent<AppIconProps & import("react").RefAttributes<HTMLDivElement>>;
3
+ export default Acquire;
@@ -0,0 +1 @@
1
+ export declare const GRAYSCALE_FILTER_VALUE = "grayscale(1) brightness(1.25)";
@@ -0,0 +1,8 @@
1
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
2
+ import { AppIconProps } from '../../../types';
3
+ export type ApplicationName = 'acquire' | '4dinsight' | 'recap' | 'dasha' | 'orca' | 'portal' | 'logging-qualification' | 'pwex' | 'inpress' | 'bravos' | 'premo';
4
+ export interface ApplicationIconProps extends Partial<AppIconProps> {
5
+ name: ApplicationName | string;
6
+ }
7
+ declare const ApplicationIcon: ForwardRefExoticComponent<ApplicationIconProps & RefAttributes<HTMLDivElement>>;
8
+ export default ApplicationIcon;
@@ -0,0 +1,16 @@
1
+ import { IconData } from '@equinor/eds-icons';
2
+ import { IconDataWithColor } from './ApplicationIconCollection';
3
+ import { AppIconProps } from 'src/types';
4
+ export interface ShapeProps {
5
+ top: number;
6
+ left: number;
7
+ rotation: number;
8
+ }
9
+ interface ApplicationIconBaseProps extends Required<AppIconProps> {
10
+ iconData: IconData | IconDataWithColor[];
11
+ shapes: ShapeProps[];
12
+ iconOnly: boolean;
13
+ withHover: boolean;
14
+ }
15
+ declare const ApplicationIconBase: import("react").ForwardRefExoticComponent<ApplicationIconBaseProps & import("react").RefAttributes<HTMLDivElement>>;
16
+ export default ApplicationIconBase;
@@ -0,0 +1,16 @@
1
+ import { IconData } from '@equinor/eds-icons';
2
+ export type IconDataWithColor = IconData & {
3
+ color: string;
4
+ };
5
+ export declare const acquire: IconData;
6
+ export declare const dasha: IconData;
7
+ export declare const recap: IconData;
8
+ export declare const portal: IconData;
9
+ export declare const premo: IconData;
10
+ export declare const pwex: IconData;
11
+ export declare const fourDInsight: IconData;
12
+ export declare const inPress: IconData;
13
+ export declare const loggingQualification: IconData;
14
+ export declare const orca: IconData;
15
+ export declare const fallback: IconData;
16
+ export declare const bravos: IconDataWithColor[];
@@ -0,0 +1,3 @@
1
+ import { AppIconProps } from 'src/types';
2
+ declare const Bravos: import("react").ForwardRefExoticComponent<AppIconProps & import("react").RefAttributes<HTMLDivElement>>;
3
+ export default Bravos;
@@ -0,0 +1,3 @@
1
+ import { AppIconProps } from 'src/types';
2
+ declare const Dasha: import("react").ForwardRefExoticComponent<AppIconProps & import("react").RefAttributes<HTMLDivElement>>;
3
+ export default Dasha;
@@ -0,0 +1,3 @@
1
+ import { AppIconProps } from 'src/types';
2
+ declare const Fallback: import("react").ForwardRefExoticComponent<AppIconProps & import("react").RefAttributes<HTMLDivElement>>;
3
+ export default Fallback;
@@ -0,0 +1,3 @@
1
+ import { AppIconProps } from 'src/types';
2
+ declare const FourDInsight: import("react").ForwardRefExoticComponent<AppIconProps & import("react").RefAttributes<HTMLDivElement>>;
3
+ export default FourDInsight;