@candulabs/core
Advanced tools
Comparing version 0.8.0-alpha.14 to 0.8.0-alpha.15
@@ -6,2 +6,10 @@ # Change Log | ||
# 0.8.0-alpha.15 (2021-07-16) | ||
**Note:** Version bump only for package @candulabs/core | ||
# 0.8.0-alpha.14 (2021-07-15) | ||
@@ -8,0 +16,0 @@ |
@@ -7,4 +7,4 @@ import React from 'preact/compat'; | ||
} | ||
export declare const RenderContent: ({ tutorialDocument }: RenderContentProps) => React.JSX.Element | null; | ||
export declare const RenderContent: ({ tutorialDocument, slug }: RenderContentProps) => React.JSX.Element | null; | ||
export declare const Content: (props: ContentProps) => React.JSX.Element; | ||
export {}; |
@@ -20,2 +20,4 @@ import { PackageInfo } from '../models'; | ||
abstract renderContent(props: SingletonRenderProp<ContentProps>): SingletonRenderUnmountFunction; | ||
abstract renderTutorial(props: SingletonRenderProp<ContentProps>): SingletonRenderUnmountFunction; | ||
abstract renderPortal(props: SingletonRenderProp<ContentProps>): SingletonRenderUnmountFunction; | ||
abstract getProvider(): CanduProviderContextType; | ||
@@ -22,0 +24,0 @@ attachClient(client: PreviewClient): void; |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.8.0-alpha.14", | ||
"version": "0.8.0-alpha.15", | ||
"main": "dist/index.js", | ||
@@ -30,3 +30,3 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"@candulabs/eventing": "^0.8.0-alpha.14", | ||
"@candulabs/eventing": "^0.8.0-alpha.15", | ||
"dataloader": "^2.0.0", | ||
@@ -37,3 +37,3 @@ "preact": "10.5.13", | ||
}, | ||
"gitHead": "9e2e2136e925388fbd0b02718d912d59a0dd41a1" | ||
"gitHead": "6d868d035a0ed6289ecd384bb2d3a8e7db150995" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
573244
3753