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

@ausbom/styles

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausbom/styles - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

5

docs/styles.md

@@ -16,3 +16,3 @@ ---

```text
```bash
npm install @ausbom/styles

@@ -54,4 +54,3 @@ ```

```javascript
```jsx
import React from 'react'

@@ -58,0 +57,0 @@ import styled from 'styled-components'

3

lib/ThemeProvider.d.ts
import React from 'react'
import { Breakpoint, GridProps } from '../../grid/src/Grid.d'
import { ButtonThemeProps } from '../../button/src/Button.d'
import { TypographyThemeProps } from '../../typography/src/Typography.d'
export interface IProps {

@@ -21,2 +21,3 @@ theme?: ThemeProps

grid: GridProps
typography: TypographyThemeProps
}

@@ -23,0 +24,0 @@

{
"name": "@ausbom/styles",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -108,3 +108,3 @@ "keywords": [],

},
"gitHead": "9417b59edf8a2921fe9072be38d2229f13e240e1"
"gitHead": "90c4ccc0d283e70c914a638aa4839aa31b27f829"
}
import React from 'react'
import { Breakpoint, GridProps } from '../../grid/src/Grid.d'
import { ButtonThemeProps } from '../../button/src/Button.d'
import { TypographyThemeProps } from '../../typography/src/Typography.d'
export interface IProps {

@@ -21,2 +21,3 @@ theme?: ThemeProps

grid: GridProps
typography: TypographyThemeProps
}

@@ -23,0 +24,0 @@

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