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

brahma-ui

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brahma-ui - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

lib/components/Logo/index.d.ts

1

lib/components/index.d.ts

@@ -14,4 +14,5 @@ export { Button } from './Button';

export { Tag } from './Tag';
export { Logo } from './Logo';
export { ThemeProviderContext, useThemeContext } from '../styles/customProvider';
export { default as theme } from '../styles/theme';
export type { TColors } from '../types/colors';

4

lib/index.d.ts

@@ -126,2 +126,4 @@ /// <reference types="react" />

declare function Logo(): JSX.Element;
declare const defaultTheme: {

@@ -215,2 +217,2 @@ readonly grid: {

export { Button, Card, Checkbox, Footer, Input, _default as MediaMatch, Navbar, ProgressBar, Switch, TColors, TabSelector, Tabs, Tag, ThemeProviderContext, Typography, defaultTheme as theme, useThemeContext };
export { Button, Card, Checkbox, Footer, Input, Logo, _default as MediaMatch, Navbar, ProgressBar, Switch, TColors, TabSelector, Tabs, Tag, ThemeProviderContext, Typography, defaultTheme as theme, useThemeContext };
{
"name": "brahma-ui",
"version": "1.0.17",
"version": "1.0.18",
"description": "Brahma ui package contained shared components",

@@ -5,0 +5,0 @@ "scripts": {

@@ -67,2 +67,3 @@ import styled, { css } from 'styled-components'

${({ theme, backgroundColor }) => css`
position: relative;
width: 100%;

@@ -69,0 +70,0 @@ height: 100%;

@@ -14,4 +14,5 @@ export { Button } from './Button'

export { Tag } from './Tag'
export { Logo } from './Logo'
export { ThemeProviderContext, useThemeContext } from '../styles/customProvider'
export { default as theme } from '../styles/theme'
export type { TColors } from '../types/colors'

@@ -73,2 +73,3 @@ import styled, { css } from 'styled-components'

top: 75px;
height: 70%;
left: 0;

@@ -75,0 +76,0 @@ width: 100%;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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