ricos-context
Advanced tools
Comparing version 10.93.0 to 10.94.0
@@ -41,3 +41,4 @@ 'use strict'; | ||
jsdomMode: false, | ||
environment: "liveSite" | ||
environment: "liveSite", | ||
tabIndex: 0 | ||
}); | ||
@@ -59,3 +60,4 @@ const RicosContextProvider = ({ | ||
content = null, | ||
environment = "liveSite" | ||
environment = "liveSite", | ||
tabIndex = 0 | ||
}) => { | ||
@@ -79,3 +81,4 @@ return /* @__PURE__ */ React__default.default.createElement( | ||
content, | ||
environment | ||
environment, | ||
tabIndex | ||
} | ||
@@ -82,0 +85,0 @@ }, |
@@ -35,3 +35,4 @@ import React from 'react'; | ||
jsdomMode: false, | ||
environment: "liveSite" | ||
environment: "liveSite", | ||
tabIndex: 0 | ||
}); | ||
@@ -53,3 +54,4 @@ const RicosContextProvider = ({ | ||
content = null, | ||
environment = "liveSite" | ||
environment = "liveSite", | ||
tabIndex = 0 | ||
}) => { | ||
@@ -73,3 +75,4 @@ return /* @__PURE__ */ React.createElement( | ||
content, | ||
environment | ||
environment, | ||
tabIndex | ||
} | ||
@@ -76,0 +79,0 @@ }, |
@@ -5,3 +5,3 @@ import type { ComponentType } from 'react'; | ||
export declare const RicosContext: React.Context<GeneralContext>; | ||
export declare const RicosContextProvider: ({ children, isMobile, locale, localeContent, experiments, languageDir, theme, t, portal, editorExternalContainer, debugMode, jsdomMode, platform, content, environment, }: { | ||
export declare const RicosContextProvider: ({ children, isMobile, locale, localeContent, experiments, languageDir, theme, t, portal, editorExternalContainer, debugMode, jsdomMode, platform, content, environment, tabIndex, }: { | ||
children: React.ReactNode; | ||
@@ -22,2 +22,3 @@ isMobile: boolean; | ||
environment?: import("ricos-types").Environment | undefined; | ||
tabIndex?: number | undefined; | ||
}) => React.JSX.Element; | ||
@@ -24,0 +25,0 @@ export declare function withRicosContext<T = any>(Component: ComponentType<T>): (props: T) => React.JSX.Element; |
{ | ||
"name": "ricos-context", | ||
"version": "10.93.0", | ||
"version": "10.94.0", | ||
"author": { | ||
@@ -33,3 +33,3 @@ "name": "Alex Greenstein", | ||
"dependencies": { | ||
"ricos-types": "10.93.0" | ||
"ricos-types": "10.94.0" | ||
}, | ||
@@ -81,3 +81,3 @@ "peerDependencies": { | ||
}, | ||
"falconPackageHash": "35f80a0d6c8cea669b47ba4bfb248251facf9be1a38f3125d0ee5390" | ||
"falconPackageHash": "428deedeecb090fa85a78b3664dd60861aadabdb3e56afcaf1458245" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
384314
2041
+ Addedricos-content@10.94.0(transitive)
+ Addedricos-schema@10.94.0(transitive)
+ Addedricos-types@10.94.0(transitive)
- Removedricos-content@10.93.0(transitive)
- Removedricos-schema@10.93.0(transitive)
- Removedricos-types@10.93.0(transitive)
Updatedricos-types@10.94.0