Socket
Socket
Sign inDemoInstall

@os-design/website

Package Overview
Dependencies
Maintainers
1
Versions
533
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/website - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

8

lib/Footer/index.d.ts
import React from 'react';
import { BaseProps } from '@os-design/styled';
export interface FooterProps extends BaseProps {
import { WithDarkMode } from '@os-design/utils';
export interface FooterProps extends BaseProps, WithDarkMode {
/**

@@ -20,7 +21,2 @@ * The logo component in SVG. Placed on the right side.

maxHeight?: string | number;
/**
* Sets the dark mode.
* @default false
*/
darkMode?: boolean;
}

@@ -27,0 +23,0 @@ declare const Footer: React.FC<FooterProps>;

import { BaseProps } from '@os-design/styled';
import React from 'react';
export interface NavigationProps extends BaseProps {
/**
* Sets the dark mode.
* @default false
*/
darkMode?: boolean;
import { WithDarkMode } from '@os-design/utils';
export interface NavigationProps extends BaseProps, WithDarkMode {
}

@@ -10,0 +6,0 @@ declare const Navigation: React.FC<NavigationProps>;

@@ -1,11 +0,6 @@

import { WithSizing } from '@os-design/utils';
import { WithDarkMode, WithSizing } from '@os-design/utils';
import { BaseProps } from '@os-design/styled';
import React from 'react';
export interface SectionProps extends BaseProps, WithSizing {
export interface SectionProps extends BaseProps, WithDarkMode, WithSizing {
/**
* Sets the dark mode.
* @default false
*/
darkMode?: boolean;
/**
* Adds the extra padding for the absolute header.

@@ -12,0 +7,0 @@ * @default false

{
"name": "@os-design/website",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",

@@ -19,3 +19,3 @@ "main": "lib/index.js",

"@emotion/core": "^10.0.22",
"@os-design/core": "^0.0.8",
"@os-design/core": "^0.0.9",
"@os-design/icons": "^0.0.4",

@@ -34,3 +34,3 @@ "@os-design/styled": "^0.0.3",

},
"gitHead": "20ff93290cd3ffa53152966903fe814b0e333a12"
"gitHead": "6e11e102c96c57775aa20aeee2787459da0039fa"
}

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