@fdnd/components
Advanced tools
Comparing version 0.0.4 to 0.0.5
/** @typedef {typeof __propDef.props} FdndLogoProps */ | ||
/** @typedef {typeof __propDef.events} FdndLogoEvents */ | ||
/** @typedef {typeof __propDef.slots} FdndLogoSlots */ | ||
export default class FdndLogo extends SvelteComponentTyped<{ | ||
color?: string | undefined; | ||
}, { | ||
export default class FdndLogo extends SvelteComponentTyped<{}, { | ||
[evt: string]: CustomEvent<any>; | ||
@@ -15,5 +13,3 @@ }, {}> { | ||
declare const __propDef: { | ||
props: { | ||
color?: string | undefined; | ||
}; | ||
props: {}; | ||
events: { | ||
@@ -20,0 +16,0 @@ [evt: string]: CustomEvent<any>; |
@@ -0,1 +1,6 @@ | ||
export { default as Button } from "./atoms/Button.svelte"; | ||
export { default as FdndLogo } from "./atoms/FdndLogo.svelte"; | ||
export { default as HvaLogo } from "./atoms/HvaLogo.svelte"; | ||
export { default as HvaPayoff } from "./atoms/HvaPayoff.svelte"; | ||
export { default as Link } from "./atoms/Link.svelte"; | ||
export { default as Branding } from "./molecules/Branding.svelte"; | ||
@@ -10,3 +15,4 @@ export { default as Codestring } from "./molecules/Codestring.svelte"; | ||
export { default as Footer } from "./organisms/Footer.svelte"; | ||
export { default as Wrapper } from "./templates/Wrapper.svelte"; | ||
export { default as CollapsingColumns } from "./templates/CollapsingColumns.svelte"; | ||
export { default as Documentation } from "./templates/Documentation.svelte"; |
// Basic style for every page | ||
import './styles/_basics.css'; | ||
// Atoms | ||
export { default as Button } from './atoms/Button.svelte'; | ||
export { default as FdndLogo } from './atoms/FdndLogo.svelte'; | ||
export { default as HvaLogo } from './atoms/HvaLogo.svelte'; | ||
export { default as HvaPayoff } from './atoms/HvaPayoff.svelte'; | ||
export { default as Link } from './atoms/Link.svelte'; | ||
// Molecules | ||
@@ -18,3 +25,4 @@ export { default as Branding } from './molecules/Branding.svelte'; | ||
// Templates | ||
export { default as Wrapper } from './templates/Wrapper.svelte'; | ||
export { default as CollapsingColumns } from './templates/CollapsingColumns.svelte'; | ||
export { default as Documentation } from './templates/Documentation.svelte'; |
{ | ||
"name": "@fdnd/components", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"svelte": "index.js", | ||
@@ -26,3 +26,3 @@ "type": "module", | ||
"./atoms/HvaPayoff.svelte": "./atoms/HvaPayoff.svelte", | ||
"./atoms/NavLink.svelte": "./atoms/NavLink.svelte", | ||
"./atoms/Link.svelte": "./atoms/Link.svelte", | ||
".": "./index.js", | ||
@@ -39,4 +39,5 @@ "./molecules/Branding.svelte": "./molecules/Branding.svelte", | ||
"./templates/CollapsingColumns.svelte": "./templates/CollapsingColumns.svelte", | ||
"./templates/Documentation.svelte": "./templates/Documentation.svelte" | ||
"./templates/Documentation.svelte": "./templates/Documentation.svelte", | ||
"./templates/Wrapper.svelte": "./templates/Wrapper.svelte" | ||
} | ||
} |
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
109679
70
1456