@equinor/echo-framework 0.15.0 → 0.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-framework",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "peerDependencies": {
5
5
  "@equinor/echo-base": ">= 0.6.12 < 0.7.0",
6
6
  "@equinor/echo-components": ">= 0.8.0 < 0.9.0",
@@ -16,7 +16,7 @@
16
16
  "history": "5.3.0",
17
17
  "lodash": "4.17.21",
18
18
  "react-router-dom": "5.3.4",
19
- "ua-parser-js": "1.0.35",
19
+ "ua-parser-js": "1.0.36",
20
20
  "zustand": "4.4.1"
21
21
  },
22
22
  "main": "./index.cjs.js",
@@ -2,7 +2,7 @@
2
2
  interface TagNoProps {
3
3
  tagNo: string;
4
4
  className?: string;
5
- replaceLastNavigationItem?: boolean;
5
+ keepLastNavigationItem?: boolean;
6
6
  }
7
- export declare const TagNumber: ({ tagNo, className, replaceLastNavigationItem }: TagNoProps) => JSX.Element;
7
+ export declare const TagNumber: ({ tagNo, className, keepLastNavigationItem }: TagNoProps) => JSX.Element;
8
8
  export {};
@@ -0,0 +1,2 @@
1
+ import React, { FunctionComponent } from 'react';
2
+ export declare const SemiIcon: FunctionComponent<React.SVGProps<SVGSVGElement>>;
@@ -21,6 +21,6 @@ type ShowDetailsArgs = {
21
21
  content: ReactNode;
22
22
  header?: ReactNode;
23
23
  subHeader?: ReactNode;
24
- replaceLastNavigationItem?: boolean;
24
+ keepLastNavigationItem?: boolean;
25
25
  };
26
26
  export {};
@@ -14,6 +14,7 @@ export declare const themeConst: {
14
14
  equiGreen2: string;
15
15
  equiGreen3: string;
16
16
  echoText: string;
17
+ strongGray: string;
17
18
  disabledBackgroundColor: string;
18
19
  disabledColor: string;
19
20
  onGoing: string;
@@ -48,4 +49,6 @@ export declare const themeConst: {
48
49
  toggleActive: string;
49
50
  toggleInactive: string;
50
51
  dividerColor: string;
52
+ tertiaryText: string;
53
+ secondaryText: string;
51
54
  };
@@ -4,7 +4,7 @@ export type SetActiveTagNo = (argsORtagNo: string | {
4
4
  activeTagSubTab?: string;
5
5
  instCode?: string;
6
6
  activePanelKey?: string;
7
- replaceLastNavigationItem?: boolean;
7
+ keepLastNavigationItem?: boolean;
8
8
  }, activeTagTab?: string, activeTagSubTab?: string, instCode?: string) => void;
9
9
  export type TagData = [(tagNo: string, instCode: string) => void];
10
10
  export type SetActiveCommPackNo = (argsORcommPackNo: string | {