@julo-ui/system
Advanced tools
Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7
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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34298
968