Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openc-bv/design-system

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openc-bv/design-system - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

components/footer.svelte

3

components/hero.svelte.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc