@equinor/fusion-framework-react-components-bookmark 0.4.9 → 0.4.11

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,5 +1,5 @@
1
1
  export declare const EditBookmarkModal: ({ isOpen, onClose, bookmarkId, }: {
2
2
  readonly isOpen: boolean;
3
3
  readonly onClose: (b: boolean) => void;
4
- readonly bookmarkId?: string | undefined;
4
+ readonly bookmarkId?: string;
5
5
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Bookmark } from '@equinor/fusion-framework-module-bookmark';
3
2
  export type GroupingKeys = 'Group by app' | 'Created by' | 'Group by Context';
4
3
  export declare const useBookmarkGrouping: (bookmarks?: Bookmark[]) => {
@@ -1,4 +1,5 @@
1
1
  import { Bookmark } from '@equinor/fusion-framework-module-bookmark';
2
+ /** Helpers.. */
2
3
  export declare const filterEmptyGroups: (i: {
3
4
  values: Bookmark[];
4
5
  }) => number;
@@ -1 +1 @@
1
- export declare const version = "0.4.9";
1
+ export declare const version = "0.4.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-components-bookmark",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -22,8 +22,8 @@
22
22
  "directory": "packages/react/components/bookmark"
23
23
  },
24
24
  "dependencies": {
25
- "@equinor/fusion-framework-react": "^7.1.0",
26
- "@equinor/fusion-framework-react-module-bookmark": "^2.1.9"
25
+ "@equinor/fusion-framework-react": "^7.1.2",
26
+ "@equinor/fusion-framework-react-module-bookmark": "^2.1.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@equinor/eds-core-react": "^0.38.0",
@@ -33,10 +33,10 @@
33
33
  "@types/react": "^18.2.50",
34
34
  "react": "^18.2.0",
35
35
  "styled-components": "^6.0.7",
36
- "typescript": "^5.4.2",
37
- "@equinor/fusion-framework-module-app": "^5.3.6",
38
- "@equinor/fusion-framework-module-bookmark": "^1.2.6",
39
- "@equinor/fusion-framework-module-event": "^4.1.2"
36
+ "typescript": "^5.5.3",
37
+ "@equinor/fusion-framework-module-app": "^5.3.8",
38
+ "@equinor/fusion-framework-module-bookmark": "^1.2.8",
39
+ "@equinor/fusion-framework-module-event": "^4.2.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@equinor/eds-core-react": "^0.37.0",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '0.4.9';
2
+ export const version = '0.4.11';