@apolitical/component-library 8.3.3 → 8.3.5

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.
@@ -7,6 +7,8 @@ interface Props {
7
7
  showLanguageSwitcher?: boolean;
8
8
  /** Function to handle the language switcher click */
9
9
  onLanguageSwitcherClick?: () => void;
10
+ suprSendWorkspaceKey?: string;
11
+ novuApplicationIdentifier?: string;
10
12
  }
11
13
  export declare enum NAVIGATION_MENUS {
12
14
  NAVIGATION = "navigation",
@@ -14,5 +16,5 @@ export declare enum NAVIGATION_MENUS {
14
16
  ACCOUNT = "account-navigation",
15
17
  SITE = "site-navigation"
16
18
  }
17
- declare const Header: ({ showNavigation, showLanguageUnavailableMessage, showLanguageSwitcher, onLanguageSwitcherClick, }: Props) => import("react/jsx-runtime").JSX.Element | null;
19
+ declare const Header: ({ showNavigation, showLanguageUnavailableMessage, showLanguageSwitcher, onLanguageSwitcherClick, suprSendWorkspaceKey, novuApplicationIdentifier, }: Props) => import("react/jsx-runtime").JSX.Element | null;
18
20
  export default Header;
@@ -37,6 +37,8 @@ interface Props {
37
37
  functions?: {
38
38
  onLanguageSwitcherClick?: () => void;
39
39
  };
40
+ suprSendWorkspaceKey?: string;
41
+ novuApplicationIdentifier?: string;
40
42
  }
41
- declare const PageLayout: ({ children, additionalContent: { prepended, appended }, reportError, forceShow, styling, className, locale, }: Props) => import("react/jsx-runtime").JSX.Element;
43
+ declare const PageLayout: ({ children, additionalContent: { prepended, appended }, reportError, forceShow, styling, className, locale, suprSendWorkspaceKey, novuApplicationIdentifier, }: Props) => import("react/jsx-runtime").JSX.Element;
42
44
  export default PageLayout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "8.3.3",
3
+ "version": "8.3.5",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -14,6 +14,8 @@
14
14
  "getstream": "8.4.1"
15
15
  },
16
16
  "dependencies": {
17
+ "@novu/react": "2.6.0",
18
+ "@suprsend/react-inbox": "3.6.1",
17
19
  "@tanstack/query-core": "5.8.3",
18
20
  "@tanstack/react-query": "5.8.3",
19
21
  "@tanstack/react-query-devtools": "5.8.3",
@@ -40,8 +42,8 @@
40
42
  "slate-history": "0.100.0",
41
43
  "slate-react": "0.102.0",
42
44
  "truncate": "3.0.0",
43
- "turndown": "7.1.3",
44
45
  "tslib": "2.6.2",
46
+ "turndown": "7.1.3",
45
47
  "unified": "11.0.4"
46
48
  }
47
49
  }