@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,29 @@
1
+ import { CSSProperties } from 'react';
2
+ export interface MultiSelectDrawerProps<T extends {
3
+ id: string;
4
+ label: string;
5
+ children?: T[];
6
+ }> {
7
+ disabled?: boolean;
8
+ id?: string;
9
+ items: T[];
10
+ selectedItems: T[];
11
+ label: string;
12
+ meta?: string;
13
+ onChange: (values: T[]) => void;
14
+ placeholder?: string;
15
+ readOnly?: boolean;
16
+ style?: CSSProperties;
17
+ }
18
+ /**
19
+ * @deprecated Use ComboBox instead
20
+ */
21
+ declare const MultiSelectDrawer: {
22
+ <T extends {
23
+ id: string;
24
+ label: string;
25
+ children?: T[];
26
+ }>({ disabled, id, items, selectedItems, label, meta, onChange, placeholder, readOnly, style, }: MultiSelectDrawerProps<T>): import("react/jsx-runtime").JSX.Element;
27
+ displayName: string;
28
+ };
29
+ export default MultiSelectDrawer;
@@ -0,0 +1,35 @@
1
+ import { ChangeEvent, Dispatch, MouseEvent, SetStateAction } from 'react';
2
+ export interface ToggleEventProps<T> {
3
+ items: T[];
4
+ toggle: boolean;
5
+ event: MouseEvent | ChangeEvent;
6
+ }
7
+ export interface OptionDrawerProps<T extends {
8
+ id: string;
9
+ label: string;
10
+ parentId?: string;
11
+ children?: T[];
12
+ }> {
13
+ item: T;
14
+ onToggle: ({ items, toggle, event }: ToggleEventProps<T>) => void;
15
+ section?: number;
16
+ selectedItems?: T[];
17
+ singleSelect?: boolean;
18
+ siblings?: number;
19
+ animateCheck?: boolean;
20
+ animateUncheck?: boolean;
21
+ animateParent?: Dispatch<SetStateAction<boolean>>;
22
+ openAll?: boolean;
23
+ showIntermediateParent?: boolean;
24
+ parentHasNestedItems?: boolean;
25
+ }
26
+ declare const OptionDrawer: {
27
+ <T extends {
28
+ id: string;
29
+ label: string;
30
+ parentId?: string;
31
+ children?: T[];
32
+ }>({ item, onToggle, section, selectedItems, singleSelect, siblings, animateCheck, animateUncheck, animateParent, openAll, showIntermediateParent, parentHasNestedItems, }: OptionDrawerProps<T>): import("react/jsx-runtime").JSX.Element;
33
+ displayName: string;
34
+ };
35
+ export default OptionDrawer;
@@ -0,0 +1,14 @@
1
+ interface StyledOptionProps {
2
+ $section: number;
3
+ $animationActive?: boolean;
4
+ }
5
+ declare const StyledOptionWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledOptionProps>> & string;
6
+ declare const StyledOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledOptionProps>> & string;
7
+ declare const StyledIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("@equinor/eds-core-react").IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>, "ref"> & {
8
+ 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;
9
+ }, never>> & string & Omit<import("@equinor/eds-core-react/dist/types/components/Icon/Icon.types").IconType, keyof import("react").Component<any, {}, any>>;
10
+ interface StyledOptionItemProps {
11
+ $paddedLeft?: boolean;
12
+ }
13
+ declare const StyledOptionItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledOptionItemProps>> & string;
14
+ export { StyledOptionWrapper, StyledOption, StyledIcon, StyledOptionItem };
@@ -0,0 +1,27 @@
1
+ import { CSSProperties } from 'react';
2
+ export interface SingleSelectDrawerProps<T extends {
3
+ id: string;
4
+ label: string;
5
+ }> {
6
+ disabled?: boolean;
7
+ id?: string;
8
+ items: T[];
9
+ initialItem: T | undefined;
10
+ label: string;
11
+ meta?: string;
12
+ onChange?: (value: T | undefined) => void;
13
+ placeholder?: string;
14
+ readOnly?: boolean;
15
+ style?: CSSProperties;
16
+ }
17
+ /**
18
+ * @deprecated Use ComboBox instead
19
+ */
20
+ declare const SingleSelectDrawer: {
21
+ <T extends {
22
+ id: string;
23
+ label: string;
24
+ }>({ disabled, onChange, items, label, initialItem, meta, readOnly, placeholder, }: SingleSelectDrawerProps<T>): import("react/jsx-runtime").JSX.Element;
25
+ displayName: string;
26
+ };
27
+ export default SingleSelectDrawer;
@@ -0,0 +1,11 @@
1
+ import MultiSelectDrawer from './MultiSelectDrawer';
2
+ import OptionDrawer from './OptionDrawer';
3
+ import SingleSelectDrawer from './SingleSelectDrawer';
4
+ export { MultiSelectDrawer, OptionDrawer, SingleSelectDrawer };
5
+ interface SelectItem<T> {
6
+ object: T;
7
+ id: string;
8
+ label: string;
9
+ children: SelectItem<T>[];
10
+ }
11
+ export type { SelectItem };
@@ -0,0 +1,7 @@
1
+ export interface ValueType {
2
+ id: string;
3
+ label: string;
4
+ children?: ValueType[];
5
+ value: number;
6
+ }
7
+ export declare const items: ValueType[];
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { FilterValues, Option } from './Sieve.types';
3
+ export interface FilterOption {
4
+ label: string;
5
+ options: Option[];
6
+ }
7
+ interface FilterProps {
8
+ options: FilterOption[];
9
+ filterValues: FilterValues | undefined;
10
+ setFilterValues: (values: FilterValues | undefined) => void;
11
+ }
12
+ declare const Filter: FC<FilterProps>;
13
+ export default Filter;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { SieveProps } from './Sieve.types';
3
+ declare const Sieve: FC<SieveProps>;
4
+ export default Sieve;
@@ -0,0 +1,40 @@
1
+ declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ declare const FilterChip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
4
+ disabled?: boolean;
5
+ onDelete?: (Event: any) => void;
6
+ variant?: "active" | "error" | "default";
7
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
8
+ 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;
9
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
10
+ disabled?: boolean;
11
+ onDelete?: (Event: any) => void;
12
+ variant?: "active" | "error" | "default";
13
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
14
+ declare const Search: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("@equinor/eds-core-react").SearchProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
15
+ ref?: ((instance: HTMLInputElement | 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<HTMLInputElement> | null | undefined;
16
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("@equinor/eds-core-react").SearchProps & import("react").RefAttributes<HTMLInputElement>>, keyof import("react").Component<any, {}, any>>;
17
+ declare const MenuItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
18
+ as?: import("react").ElementType | undefined;
19
+ } & {
20
+ index?: number;
21
+ active?: boolean;
22
+ disabled?: boolean;
23
+ onClick?: (e: React.MouseEvent) => void;
24
+ closeMenuOnClick?: boolean;
25
+ as?: import("react").ElementType;
26
+ } & import("react").HTMLAttributes<HTMLButtonElement> & Omit<any, "disabled" | "active" | "as" | keyof import("react").HTMLAttributes<HTMLButtonElement> | "index" | "closeMenuOnClick">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").MenuItemProps, HTMLButtonElement> & {
27
+ displayName?: string;
28
+ }, keyof import("react").Component<any, {}, any>>;
29
+ declare const Chip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
30
+ disabled?: boolean;
31
+ onDelete?: (Event: any) => void;
32
+ variant?: "active" | "error" | "default";
33
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
34
+ 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;
35
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
36
+ disabled?: boolean;
37
+ onDelete?: (Event: any) => void;
38
+ variant?: "active" | "error" | "default";
39
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
40
+ export { Chip, Container, FilterChip, MenuItem, Search, Wrapper };
@@ -0,0 +1,25 @@
1
+ import { FilterOption } from './Filter';
2
+ interface Option {
3
+ label: string;
4
+ value: string;
5
+ }
6
+ type FilterValues = Record<string, Option[]>;
7
+ interface SieveValue {
8
+ searchValue: string | undefined;
9
+ sortValue: Option | undefined;
10
+ filterValues: FilterValues | undefined;
11
+ }
12
+ interface SieveProps {
13
+ searchPlaceholder: string;
14
+ sortOptions?: Option[];
15
+ filterOptions?: FilterOption[];
16
+ sieveValue: SieveValue;
17
+ onUpdate: (value: SieveValue) => void;
18
+ showChips?: boolean;
19
+ minSearchWidth?: string;
20
+ syncWithSearchParams?: boolean;
21
+ isLoadingOptions?: boolean;
22
+ debounceSearchValue?: boolean;
23
+ onIsTyping?: (value: boolean) => void;
24
+ }
25
+ export type { FilterValues, Option, SieveProps, SieveValue };
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { Option } from './Sieve.types';
3
+ interface SortProps {
4
+ options: Option[];
5
+ selectedOption: Option | undefined;
6
+ setSelectedOption: (value: Option) => void;
7
+ }
8
+ declare const Sort: FC<SortProps>;
9
+ export default Sort;
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { IconData } from '@equinor/eds-icons';
3
+ export interface SingleFilterMenuProps {
4
+ onChange: (selectedId: string | undefined | null) => void;
5
+ customIcon?: IconData;
6
+ menuTitle: string;
7
+ data: string[];
8
+ showChip?: boolean;
9
+ chipColor?: string;
10
+ }
11
+ declare const SingleFilterMenu: FC<SingleFilterMenuProps>;
12
+ export default SingleFilterMenu;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { TextFieldProps } from '@equinor/eds-core-react';
3
+ export declare const TextField: FC<TextFieldProps>;
@@ -0,0 +1,7 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface RouteWithTitleProps {
3
+ title: string;
4
+ children: ReactNode;
5
+ }
6
+ declare const PageWithTitle: FC<RouteWithTitleProps>;
7
+ export default PageWithTitle;
@@ -0,0 +1,17 @@
1
+ import React, { FC } from 'react';
2
+ export declare const LinearProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
3
+ variant?: "indeterminate" | "determinate";
4
+ value?: number;
5
+ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
7
+ }, never>> & string & Omit<React.ForwardRefExoticComponent<{
8
+ variant?: "indeterminate" | "determinate";
9
+ value?: number;
10
+ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>, keyof React.Component<any, {}, any>>;
11
+ interface ChangingFieldProps {
12
+ fieldName: string;
13
+ onChangedField: () => void;
14
+ finishedText: string;
15
+ }
16
+ declare const ChangingField: FC<ChangingFieldProps>;
17
+ export default ChangingField;
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { Field } from 'src/types/Field';
3
+ export interface SelectFieldProps {
4
+ setField: (value: Field) => void;
5
+ fields: Field[];
6
+ isLoading?: boolean;
7
+ onChangedField: () => void;
8
+ showAccessITLink?: boolean;
9
+ finishedText: string;
10
+ }
11
+ declare const SelectField: FC<SelectFieldProps>;
12
+ export default SelectField;
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { Field } from 'src/types/Field';
3
+ export interface FieldSelectorType {
4
+ availableFields: Field[];
5
+ onSelect: (selectedField: Field) => void;
6
+ showAccessITLink?: boolean;
7
+ }
8
+ declare const SelectorCard: FC<FieldSelectorType>;
9
+ export default SelectorCard;
@@ -0,0 +1,2 @@
1
+ declare const SelectorSkeleton: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SelectorSkeleton;
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ export interface CreateItemProps {
3
+ createLabel: string;
4
+ onCreate: () => void;
5
+ disabled?: boolean;
6
+ }
7
+ declare const CreateItem: FC<CreateItemProps>;
8
+ export default CreateItem;
@@ -0,0 +1,19 @@
1
+ import { ButtonProps } from '@equinor/eds-core-react';
2
+ export declare const MenuItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ interface CreateButtonProps extends ButtonProps {
4
+ $open?: boolean;
5
+ }
6
+ export declare const CreateButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<{
7
+ as?: import("react").ElementType | undefined;
8
+ } & {
9
+ color?: "danger" | "primary" | "secondary";
10
+ variant?: "ghost" | "contained" | "contained_icon" | "outlined" | "ghost_icon";
11
+ href?: string;
12
+ disabled?: boolean;
13
+ type?: string;
14
+ fullWidth?: boolean;
15
+ } & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "href" | "fullWidth">, CreateButtonProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<ButtonProps, HTMLButtonElement> & {
16
+ Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
17
+ Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
18
+ }, keyof import("react").Component<any, {}, any>>;
19
+ export {};
@@ -0,0 +1,18 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { IconData } from '@equinor/eds-icons';
3
+ export interface MenuItemType {
4
+ icon: IconData;
5
+ name: string;
6
+ link: string;
7
+ onClick?: () => void;
8
+ replace?: boolean;
9
+ }
10
+ export type MenuItemProps = {
11
+ currentUrl?: string;
12
+ disabled?: boolean;
13
+ } & MenuItemType & HTMLAttributes<HTMLAnchorElement>;
14
+ declare const MenuItem: import("react").ForwardRefExoticComponent<{
15
+ currentUrl?: string;
16
+ disabled?: boolean;
17
+ } & MenuItemType & HTMLAttributes<HTMLAnchorElement> & import("react").RefAttributes<HTMLAnchorElement>>;
18
+ export default MenuItem;
@@ -0,0 +1,17 @@
1
+ interface LinkProps {
2
+ $active?: boolean;
3
+ $open?: boolean;
4
+ $disabled?: boolean;
5
+ }
6
+ export declare const Link: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, "ref"> & {
7
+ ref?: ((instance: HTMLAnchorElement | 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<HTMLAnchorElement> | null | undefined;
8
+ }, LinkProps>> & string & Omit<import("react").ForwardRefExoticComponent<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
9
+ export declare const IconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ interface ItemTextProps {
11
+ $active: boolean;
12
+ $disabled: boolean;
13
+ }
14
+ export declare const ItemText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
15
+ as?: import("react").ElementType | undefined;
16
+ } & 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, ItemTextProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
17
+ export {};
@@ -0,0 +1,16 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ interface SideBarProps extends HTMLAttributes<HTMLDivElement> {
3
+ children: ReactNode;
4
+ showCreate?: boolean;
5
+ bottomItem?: ReactNode;
6
+ }
7
+ interface BaseSideBar extends SideBarProps {
8
+ onCreate?: undefined;
9
+ }
10
+ interface SideBarWithCreate extends SideBarProps {
11
+ onCreate: () => void;
12
+ createLabel: string;
13
+ createDisabled?: boolean;
14
+ }
15
+ export declare const SideBar: import("react").ForwardRefExoticComponent<(BaseSideBar | SideBarWithCreate) & import("react").RefAttributes<HTMLDivElement>>;
16
+ export {};
@@ -0,0 +1,8 @@
1
+ interface ContainerProps {
2
+ $width: string;
3
+ }
4
+ export declare const NavigationContainer: 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 TopItemContainer: 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 BottomItemContainer: 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 EquinorIconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export {};
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ export interface ToggleOpenProps {
3
+ isOpen: boolean;
4
+ toggle: () => void;
5
+ }
6
+ declare const ToggleOpen: FC<ToggleOpenProps>;
7
+ export default ToggleOpen;
@@ -0,0 +1,5 @@
1
+ interface ContainerProps {
2
+ $open?: 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").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ContainerProps>> & string;
5
+ export {};
@@ -0,0 +1,8 @@
1
+ import MenuItem, { MenuItemType as ItemType } from './MenuItem';
2
+ import { SideBar as BaseSideBar } from './SideBar';
3
+ type SidebarType = typeof BaseSideBar & {
4
+ Item: typeof MenuItem;
5
+ };
6
+ declare const SideBar: SidebarType;
7
+ export default SideBar;
8
+ export type { ItemType, SidebarType };
@@ -0,0 +1,3 @@
1
+ import { TableOfContentsVariants } from './TableOfContents.types';
2
+ export declare const HEIGHT: Record<TableOfContentsVariants, string>;
3
+ export declare const GAP: Record<TableOfContentsVariants, string>;
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { TableOfContentsVariants } from './TableOfContents.types';
3
+ export interface TableOfContentsProps {
4
+ variant?: TableOfContentsVariants;
5
+ onlyShowSelectedChildren?: boolean;
6
+ isLink?: boolean;
7
+ }
8
+ export declare const TableOfContents: FC<TableOfContentsProps>;