@equinor/fusion-framework-react-components-bookmark 0.1.1-next.11 → 0.1.1-next.13

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.
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Bookmark: () => JSX.Element;
3
2
  export default Bookmark;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const CreateBookmarkModal: ({ isOpen, onClose, }: {
3
2
  isOpen: boolean;
4
3
  onClose: (b: boolean) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const EditBookmarkModal: ({ isOpen, onClose, bookmarkId, }: {
3
2
  isOpen: boolean;
4
3
  onClose: (b: boolean) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GroupingKeys } from '../../hooks/useBookmarkGrouping';
3
2
  type BookmarkFilterProps = {
4
3
  searchText: string;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const ImportBookmarkModal: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Loading: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { useBookmarkGrouping } from '../../hooks';
3
2
  type SectionListProps = {
4
3
  bookmarkGroups: ReturnType<typeof useBookmarkGrouping>['bookmarkGroups'];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type SharedIconProps = {
3
2
  createdBy: string;
4
3
  createdById: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-components-bookmark",
3
- "version": "0.1.1-next.11",
3
+ "version": "0.1.1-next.13",
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.0-next.11"
27
+ "@equinor/fusion-framework-react-module-bookmark": "^2.0.0-next.13"
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": "278330e42e38f94327a98c0fc6121efe87a63b00"
60
+ "gitHead": "4e9c1d4fffaf455043b1fcf40a48744092f0cc71"
61
61
  }