Socket
Socket
Sign inDemoInstall

@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 0.0.5 to 0.0.6

gfx/logo-navbar.svg

2

ambient.d.ts

@@ -30,3 +30,3 @@ /**

declare module '*.svelte' {
export { SvelteComponentDev as default } from 'svelte/internal';
export { SvelteComponentDev as default } from 'svelte/internal';
}

@@ -9,3 +9,4 @@ import { SvelteComponentTyped } from "svelte";

/** Vertical or horizontal */ orientation?: Orientation;
/** Key-value pair of input options. The key is equivalent to `value="..."`
/**
* Key-value pair of input options. The key is equivalent to `value="..."`
* and the value represents the option label.

@@ -12,0 +13,0 @@ */ options: Object;

@@ -18,3 +18,3 @@ import { SvelteComponentTyped } from "svelte";

* likely that you need to set this to `true`.
*/ opened?: boolean;
*/ hamburgerOpen?: boolean;
};

@@ -21,0 +21,0 @@ events: {

import { SvelteComponentTyped } from "svelte";
import type { StructuredNavigationItem } from "../types";
import type { StructuredNavigationItem } from '../types';
declare const __propDef: {

@@ -4,0 +4,0 @@ props: {

import { SvelteComponentTyped } from "svelte";
import type { OneLevelNavigationItem } from "../types";
import type { OneLevelNavigationItem } from '../types';
declare const __propDef: {

@@ -4,0 +4,0 @@ props: {

{
"name": "@openc-bv/design-system",
"version": "0.0.5",
"version": "0.0.6",
"peerDependencies": {

@@ -34,3 +34,2 @@ "autoprefixer": "^10.4.2",

"./.DS_Store": "./.DS_Store",
"./COLOPHON.md": "./COLOPHON.md",
"./components/alert.svelte": "./components/alert.svelte",

@@ -62,2 +61,3 @@ "./components/box.svelte": "./components/box.svelte",

"./gfx/logo-blue.png": "./gfx/logo-blue.png",
"./gfx/logo-navbar.svg": "./gfx/logo-navbar.svg",
"./gfx/navbar-grid.png": "./gfx/navbar-grid.png",

@@ -64,0 +64,0 @@ "./styles/all.scss": "./styles/all.scss",

@@ -38,4 +38,4 @@ import preprocess from 'svelte-preprocess';

vite: {
plugins: [imagetools()],
},
plugins: [imagetools()]
}
}

@@ -42,0 +42,0 @@ };

@@ -1,3 +0,1 @@

;
;
export {};

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