@carbonbrief/carbon
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -5,2 +5,3 @@ /** @typedef {typeof __propDef.props} HeaderProps */ | ||
export default class Header extends SvelteComponent<{ | ||
shareActive?: boolean; | ||
shareTitle?: string; | ||
@@ -19,2 +20,3 @@ shareLink?: string; | ||
props: { | ||
shareActive?: boolean; | ||
shareTitle?: string; | ||
@@ -21,0 +23,0 @@ shareLink?: string; |
{ | ||
"name": "@carbonbrief/carbon", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85291
35
467