@equinor/fusion-framework-react-components-bookmark 0.1.10 → 0.1.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-components-bookmark",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@equinor/eds-utils": "^0.7.0",
27
- "@equinor/fusion-framework-react-module-bookmark": "^2.0.9"
27
+ "@equinor/fusion-framework-react-module-bookmark": "^2.0.11"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@emotion/css": "^11.10.6",
@@ -57,5 +57,5 @@
57
57
  "optional": true
58
58
  }
59
59
  },
60
- "gitHead": "753d04a18764d5a16d9491ec189df90089534879"
60
+ "gitHead": "14f91d99d307f05685875af6f29344dfb1702f92"
61
61
  }
@@ -113,7 +113,7 @@ export const SectionList = ({ bookmarkGroups }: SectionListProps) => {
113
113
 
114
114
  function createBookmarkActions(
115
115
  bookmark: Bookmark,
116
- deleteBookmarkById: (bookmarkId: string) => Promise<string>,
116
+ deleteBookmarkById: (bookmarkId: string) => Promise<string | undefined>,
117
117
  editBookmark: (bookmark: string) => void,
118
118
  shareBookmark: (bookmark: Bookmark) => void,
119
119
  removeBookmarkFavorite: (bookmarkId: string) => void,