@equinor/amplify-component-lib 12.0.5 → 12.0.6

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 (65) hide show
  1. package/dist/atoms/hooks/useAmplifyKit.js +1 -1
  2. package/dist/atoms/hooks/useSelect.d.ts +3 -3
  3. package/dist/atoms/utils/auth_environment.js +1 -1
  4. package/dist/atoms/utils/richtext.js +2 -2
  5. package/dist/molecules/DateRangePicker/DateRangePicker.d.ts +3 -3
  6. package/dist/molecules/Dialog/Dialog.d.ts +2 -2
  7. package/dist/molecules/EquinorLogo/EquinorLogo.d.ts +2 -2
  8. package/dist/molecules/IconCell/IconCell.js +1 -1
  9. package/dist/molecules/IconCell/IconCell.utils.js +2 -2
  10. package/dist/molecules/ListItem/ListItem.d.ts +2 -2
  11. package/dist/molecules/OptionalTooltip/OptionalTooltip.d.ts +4 -4
  12. package/dist/molecules/ProfileAvatar/ProfileAvatar.d.ts +2 -2
  13. package/dist/molecules/RichTextEditor/MenuBar/AddImageButton.js +1 -1
  14. package/dist/molecules/RichTextEditor/MenuBar/Table/Table.js +1 -1
  15. package/dist/molecules/RichTextEditor/MenuBar/TextAlignment.js +1 -1
  16. package/dist/molecules/RichTextEditor/MenuBar/TextClearFormatting.js +3 -3
  17. package/dist/molecules/RichTextEditor/MenuBar/TextCode.js +1 -1
  18. package/dist/molecules/RichTextEditor/MenuBar/TextColor.js +14 -14
  19. package/dist/molecules/RichTextEditor/MenuBar/TextFormatting.js +1 -1
  20. package/dist/molecules/RichTextEditor/MenuBar/TextHeaders.js +1 -1
  21. package/dist/molecules/RichTextEditor/MenuBar/TextHighlight.js +1 -1
  22. package/dist/molecules/RichTextEditor/MenuBar/TextHistory.js +1 -1
  23. package/dist/molecules/RichTextEditor/MenuBar/TextLinks.js +4 -4
  24. package/dist/molecules/RichTextEditor/MenuBar/TextLists.js +1 -1
  25. package/dist/molecules/RichTextEditor/RichTextEditor.types.js +1 -1
  26. package/dist/molecules/RichTextEditor/index.d.ts +5 -5
  27. package/dist/molecules/Search/Search.d.ts +2 -2
  28. package/dist/molecules/SelectionControls/Checkbox/Checkbox.d.ts +2 -2
  29. package/dist/molecules/SelectionControls/Radio/Radio.d.ts +2 -2
  30. package/dist/molecules/SelectionControls/Switch/Switch.d.ts +2 -2
  31. package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.d.ts +2 -2
  32. package/dist/molecules/TableHeader/TableHeader.js +1 -1
  33. package/dist/organisms/SideBar/SideBar.d.ts +2 -2
  34. package/dist/organisms/Status/collections/BadRequest.d.ts +2 -2
  35. package/dist/organisms/Status/collections/GenericError.d.ts +2 -2
  36. package/dist/organisms/ToggleGroup/ToggleGroup.d.ts +2 -2
  37. package/dist/organisms/ToggleGroup/ToggleGroupOption.d.ts +2 -2
  38. package/dist/organisms/TopBar/Account/Account.js +1 -1
  39. package/dist/organisms/TopBar/Actions.d.ts +2 -2
  40. package/dist/organisms/TopBar/FieldMenu/FieldMenu.d.ts +2 -2
  41. package/dist/organisms/TopBar/Notifications/FilterOptions.js +17 -17
  42. package/dist/organisms/TopBar/Notifications/NotificationProvider.d.ts +2 -2
  43. package/dist/organisms/TopBar/Notifications/NotificationsInner.js +3 -3
  44. package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.js +2 -2
  45. package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.js +6 -6
  46. package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.js +4 -4
  47. package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +1 -1
  48. package/dist/organisms/TopBar/Resources/Feedback/Feedback.const.js +1 -1
  49. package/dist/organisms/TopBar/Resources/Feedback/Feedback.types.js +1 -1
  50. package/dist/organisms/TopBar/Resources/Feedback/Feedback.utils.js +5 -5
  51. package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.js +3 -3
  52. package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.js +1 -1
  53. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/RequestStatus.js +2 -2
  54. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.js +1 -1
  55. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.js +4 -4
  56. package/dist/organisms/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +1 -1
  57. package/dist/organisms/TopBar/Resources/Resources.js +3 -3
  58. package/dist/organisms/TopBar/Settings.js +4 -4
  59. package/dist/organisms/TopBar/TopBar.js +1 -1
  60. package/dist/organisms/TopBar/TopBar.styles.js +25 -25
  61. package/dist/providers/SurveyProvider/SurveyDialog/SurveyDialog.js +1 -1
  62. package/dist/providers/SurveyProvider/SurveyProvider.js +1 -1
  63. package/dist/providers/ThemeProvider/ThemeProvider.js +1 -1
  64. package/package.json +3 -3
  65. package/dist/organisms/TopBar/Notifications/NotificationsTemplate/Notifications.types.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/amplify-component-lib",
3
- "version": "12.0.5",
3
+ "version": "12.0.6",
4
4
  "description": "Frontend Typescript components for the Amplify team",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@equinor/eds-icons": "^0.22.0",
55
- "@equinor/subsurface-app-management": "5.4.6",
55
+ "@equinor/subsurface-app-management": "5.4.7",
56
56
  "@eslint/js": "^9.22.0",
57
57
  "@faker-js/faker": "^9.6.0",
58
58
  "@storybook/addon-coverage": "^2.0.0",
@@ -114,7 +114,7 @@
114
114
  "@equinor/eds-core-react": "0.44.0",
115
115
  "@equinor/eds-data-grid-react": "^0.7.5",
116
116
  "@equinor/eds-icons": "*",
117
- "@equinor/subsurface-app-management": "^5.4.6",
117
+ "@equinor/subsurface-app-management": "^5.4.7",
118
118
  "@tanstack/react-query": "*",
119
119
  "@tanstack/react-router": "*",
120
120
  "@tiptap/core": "^3.1.0",
@@ -1 +0,0 @@
1
- let e=function(e){return e.READY_TO_REPORT=`readytoreport`,e.DEFAULT=`default`,e.REQUESTED_REVIEW=`requestReview`,e.REQUESTED_CHANGES=`requestedChanges`,e.MERGE_BRANCH=`mergeBranch`,e.QA_COMMENTS=` TaskInReview`,e.DUE_3_WEEKS=`WellDueForReport`,e.EXPERIENCE_READY_TO_PUBLISH=`WellReadyForPublishing `,e.SYSTEM_USER=`systemUser`,e}({}),t=function(e){return e.UNREAD=`unread`,e.SYSTEM=`systemUser`,e.USER=`user`,e}({}),n=function(e){return e.NEW_OLDEST=`newtoold`,e.OLD_NEWEST=`oldtonew`,e.UNREAD=`unread`,e}({});export{t as FilterNotification,e as NotificationsTypes,n as SortNotification};