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.35 to 1.0.36

2

package.json
{
"name": "brahma-ui",
"version": "1.0.35",
"version": "1.0.36",
"description": "Brahma ui package contained shared components",

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

@@ -11,3 +11,3 @@ import { Typography } from 'components/Typography'

text-align: center;
border: 1px solid ${theme.colors.black};
border: 1px solid ${theme.colors.primary};
border-radius: ${theme.border.radius};

@@ -35,3 +35,3 @@

background: ${theme.colors.mainBg};
color: ${theme.colors.black};
color: ${theme.colors.primary};

@@ -38,0 +38,0 @@ transition: all ${theme.transition.fast};

@@ -71,7 +71,7 @@ import styled, { css } from 'styled-components'

border: 1px solid ${theme.colors.gray200};
text-align: center;
border-radius: 6px;
padding: 1.2rem 2rem;
text-align: left;
position: absolute;
z-index: 1;
z-index: ${theme.layers.alwaysOnTop};
margin-left: -${width / 2}px;

@@ -78,0 +78,0 @@

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

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

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