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

@julo-ui/form-control

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@julo-ui/form-control - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

dist/index.d.ts

@@ -12,2 +12,4 @@ export { default as FormControl, default } from './FormControl.js';

export { FormControlOptions, FormControlProps } from './types.js';
export { FormControlProvider, useFormControlContext, useFormControlProvider } from './FormControlProvider.js';
import '@julo-ui/system';
import 'react';

10

dist/index.js

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

FormControl: () => FormControl_default,
FormControlProvider: () => FormControlProvider,
FormErrorMessage: () => FormErrorMessage_default,

@@ -37,3 +38,5 @@ FormHelperText: () => FormHelperText_default,

useFormControl: () => useFormControl,
useFormControlProps: () => useFormControlProps
useFormControlContext: () => useFormControlContext,
useFormControlProps: () => useFormControlProps,
useFormControlProvider: () => useFormControlProvider
});

@@ -471,2 +474,3 @@ module.exports = __toCommonJS(src_exports);

FormControl,
FormControlProvider,
FormErrorMessage,

@@ -477,3 +481,5 @@ FormHelperText,

useFormControl,
useFormControlProps
useFormControlContext,
useFormControlProps,
useFormControlProvider
});
{
"name": "@julo-ui/form-control",
"version": "0.0.6",
"version": "0.0.7",
"description": "React component to provide validation states for form fields",

@@ -29,5 +29,5 @@ "keywords": [

"@emotion/react": "^11.10.6",
"@julo-ui/context": "0.0.3",
"@julo-ui/dom-utils": "0.0.1",
"@julo-ui/function-utils": "0.0.1",
"@julo-ui/context": "0.0.4",
"@julo-ui/dom-utils": "0.0.2",
"@julo-ui/function-utils": "0.0.2",
"@julo-ui/badge": "0.0.5",

@@ -37,3 +37,3 @@ "@julo-ui/typography": "1.0.6"

"devDependencies": {
"@julo-ui/system": "0.0.1-alpha.6"
"@julo-ui/system": "0.0.1-alpha.7"
},

@@ -43,3 +43,3 @@ "peerDependencies": {

"react": ">=18",
"@julo-ui/system": "0.0.1-alpha.6"
"@julo-ui/system": "0.0.1-alpha.7"
},

@@ -46,0 +46,0 @@ "clean-package": "../../../clean-package.config.json",

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