@openc-bv/design-system
Advanced tools
Comparing version 1.2.0 to 1.3.0
import { SvelteComponentTyped } from "svelte"; | ||
import type { BackgroundElement } from '../types'; | ||
declare const __propDef: { | ||
@@ -8,3 +9,3 @@ props: { | ||
/** Full-height hero */ fullHeight?: boolean; | ||
backgroundElement?: 'blue' | 'gold' | 'green' | 'redgold' | 'yellow' | undefined; | ||
backgroundElement?: BackgroundElement | undefined; | ||
/** Buttons */ buttons?: { | ||
@@ -11,0 +12,0 @@ danger?: boolean; |
@@ -7,2 +7,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
/** Label for screen readers */ srLabel?: string; | ||
/** Fix loading bar to the top of the page */ fixed?: boolean; | ||
}; | ||
@@ -9,0 +10,0 @@ events: { |
{ | ||
"name": "@openc-bv/design-system", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"peerDependencies": { | ||
@@ -38,2 +38,3 @@ "autoprefixer": "^10.4.2", | ||
"./components/button.svelte": "./components/button.svelte", | ||
"./components/footer.svelte": "./components/footer.svelte", | ||
"./components/grid.svelte": "./components/grid.svelte", | ||
@@ -40,0 +41,0 @@ "./components/hero.svelte": "./components/hero.svelte", |
@@ -23,1 +23,11 @@ /** Severity, e.g. for use with alert types. */ | ||
} | ||
/** Available background elements */ | ||
export declare const backgroundElements: { | ||
blue: any; | ||
gold: any; | ||
green: any; | ||
redgold: any; | ||
yellow: any; | ||
}; | ||
/** Available background elements */ | ||
export declare type BackgroundElement = 'blue' | 'gold' | 'green' | 'redgold' | 'yellow'; |
@@ -1,1 +0,8 @@ | ||
export {}; | ||
// Backgrounds | ||
import blue from './gfx/backgrounds/blue.png?width=1000&format=png&img'; | ||
import gold from './gfx/backgrounds/gold.png?width=1000&format=png&img'; | ||
import green from './gfx/backgrounds/green.png?width=1000&format=png&img'; | ||
import redgold from './gfx/backgrounds/redgold.png?width=1000&format=png&img'; | ||
import yellow from './gfx/backgrounds/yellow.png?width=1000&format=png&img'; | ||
/** Available background elements */ | ||
export const backgroundElements = { blue, gold, green, redgold, yellow }; |
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
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
606608
121
995