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

@julo-ui/system

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@julo-ui/system - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7

2

dist/index.d.ts
export { julo } from './factory.js';
export { default as forwardRef } from './forward-ref.js';
export { DOMAttributes, DOMElement, MaybeRenderProp, PropGetter, RequiredPropGetter } from './react-types.js';
export { DOMAttributes, DOMElement, EventOrValue, MaybeRenderProp, PropGetter, RequiredPropGetter } from './react-types.js';
export { HTMLJuloComponents, HTMLJuloProps, JuloHTMLElement, JuloReactElement, cssObjectManager, styled } from './system.js';

@@ -5,0 +5,0 @@ export { RecursiveCSSObject, RecursiveCSSSelector, RecursivePseudo, SystemStyleObject } from './styled-system-types.js';

@@ -6,2 +6,3 @@ /**

*/
declare type EventOrValue = React.ChangeEvent<HTMLInputElement> | string | number;
interface DOMElement extends Element, HTMLOrSVGElement {

@@ -23,2 +24,2 @@ }

export { DOMAttributes, DOMElement, MaybeRenderProp, PropGetter, RequiredPropGetter };
export { DOMAttributes, DOMElement, EventOrValue, MaybeRenderProp, PropGetter, RequiredPropGetter };

@@ -19,3 +19,3 @@ import { ElementType, ComponentPropsWithoutRef, ComponentProps } from 'react';

}
declare type Dict<T = unknown> = Record<string, T>;
declare type Dict<T = any> = Record<string, T>;
declare type DOMElements = keyof JSX.IntrinsicElements;

@@ -22,0 +22,0 @@ declare type As = ElementType;

{
"name": "@julo-ui/system",
"version": "0.0.1-alpha.6",
"version": "0.0.1-alpha.7",
"description": "Julo UI system primitives",

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

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