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

@aboutbits/react-ui

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aboutbits/react-ui - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

components/form/useCustomInputCss.js

@@ -16,3 +16,3 @@ "use strict";

var customLabelCss = getCustomLabelCss(inputLabel, meta, disabled, mode);
var customErrorCss = getCustomErrorCss(inputLabel, mode);
var customErrorCss = getCustomErrorCss(inputError, mode);
return {

@@ -19,0 +19,0 @@ inputCss: input.base + ' ' + customInputCss,

@@ -8,2 +8,3 @@ export * from './Section/Section';

export * from './Section/SectionContentMessage';
export * from './Section/ConvenientSectionContentMessage';
export * from './SectionHeader/SectionHeader';

@@ -10,0 +11,0 @@ export * from './SectionHeader/SectionHeaderSpacer';

@@ -11,2 +11,3 @@ "use strict";

tslib_1.__exportStar(require("./Section/SectionContentMessage"), exports);
tslib_1.__exportStar(require("./Section/ConvenientSectionContentMessage"), exports);
tslib_1.__exportStar(require("./SectionHeader/SectionHeader"), exports);

@@ -13,0 +14,0 @@ tslib_1.__exportStar(require("./SectionHeader/SectionHeaderSpacer"), exports);

{
"name": "@aboutbits/react-ui",
"version": "0.2.6",
"version": "0.2.7",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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