New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@utrecht/component-library-react

Package Overview
Dependencies
Maintainers
3
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@utrecht/component-library-react - npm Package Compare versions

Comparing version

to
1.0.0-alpha.4

3

dist/cjs/Article.d.ts

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

import { HTMLAttributes } from 'react';
declare type ArticleProps = HTMLAttributes<HTMLElement>;
export declare type ArticleProps = HTMLAttributes<HTMLElement>;
export declare const Article: import("react").ForwardRefExoticComponent<ArticleProps & import("react").RefAttributes<HTMLElement>>;
export {};
import { ButtonHTMLAttributes } from 'react';
interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
busy?: boolean;
}
export declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
export {};
import { InputHTMLAttributes } from 'react';
interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
export interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
invalid?: boolean;
}
export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
export {};
import { FieldsetHTMLAttributes } from 'react';
declare type FieldsetProps = FieldsetHTMLAttributes<HTMLFieldSetElement>;
export declare type FieldsetProps = FieldsetHTMLAttributes<HTMLFieldSetElement>;
export declare const Fieldset: import("react").ForwardRefExoticComponent<FieldsetProps & import("react").RefAttributes<HTMLFieldSetElement>>;
export {};
import { HTMLAttributes } from 'react';
declare type FieldsetLegendProps = HTMLAttributes<HTMLLegendElement>;
export declare type FieldsetLegendProps = HTMLAttributes<HTMLLegendElement>;
export declare const FieldsetLegend: import("react").ForwardRefExoticComponent<FieldsetLegendProps & import("react").RefAttributes<HTMLLegendElement>>;
export {};

@@ -25,2 +25,2 @@ "use strict";

});
exports.FieldsetLegend.displayName = 'utrecht-form-fieldset__legend';
exports.FieldsetLegend.displayName = 'utrecht-form-fieldset-legend';
import { HTMLAttributes } from 'react';
declare type FormFieldProps = HTMLAttributes<HTMLDivElement>;
export declare type FormFieldProps = HTMLAttributes<HTMLDivElement>;
export declare const FormField: import("react").ForwardRefExoticComponent<FormFieldProps & import("react").RefAttributes<HTMLDivElement>>;
export {};
import { HTMLAttributes } from 'react';
interface FormFieldDescriptionProps extends HTMLAttributes<HTMLDivElement> {
export interface FormFieldDescriptionProps extends HTMLAttributes<HTMLDivElement> {
invalid?: boolean;

@@ -8,2 +8,1 @@ valid?: boolean;

export declare const FormFieldDescription: import("react").ForwardRefExoticComponent<FormFieldDescriptionProps & import("react").RefAttributes<HTMLDivElement>>;
export {};
import { LabelHTMLAttributes } from 'react';
interface FormLabelProps extends LabelHTMLAttributes<HTMLLabelElement> {
export interface FormLabelProps extends LabelHTMLAttributes<HTMLLabelElement> {
htmlFor: string;

@@ -9,2 +9,1 @@ type?: 'checkbox' | 'radio';

export declare const FormLabel: import("react").ForwardRefExoticComponent<FormLabelProps & import("react").RefAttributes<HTMLLabelElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type Heading1Props = HTMLAttributes<HTMLHeadingElement>;
export declare type Heading1Props = HTMLAttributes<HTMLHeadingElement>;
export declare const Heading1: import("react").ForwardRefExoticComponent<Heading1Props & import("react").RefAttributes<HTMLHeadingElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type Heading2Props = HTMLAttributes<HTMLHeadingElement>;
export declare type Heading2Props = HTMLAttributes<HTMLHeadingElement>;
export declare const Heading2: import("react").ForwardRefExoticComponent<Heading2Props & import("react").RefAttributes<HTMLHeadingElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type Heading3Props = HTMLAttributes<HTMLHeadingElement>;
export declare type Heading3Props = HTMLAttributes<HTMLHeadingElement>;
export declare const Heading3: import("react").ForwardRefExoticComponent<Heading3Props & import("react").RefAttributes<HTMLHeadingElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type Heading4Props = HTMLAttributes<HTMLHeadingElement>;
export declare type Heading4Props = HTMLAttributes<HTMLHeadingElement>;
export declare const Heading4: import("react").ForwardRefExoticComponent<Heading4Props & import("react").RefAttributes<HTMLHeadingElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type Heading5Props = HTMLAttributes<HTMLHeadingElement>;
export declare type Heading5Props = HTMLAttributes<HTMLHeadingElement>;
export declare const Heading5: import("react").ForwardRefExoticComponent<Heading5Props & import("react").RefAttributes<HTMLHeadingElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type Heading6Props = HTMLAttributes<HTMLHeadingElement>;
export declare type Heading6Props = HTMLAttributes<HTMLHeadingElement>;
export declare const Heading6: import("react").ForwardRefExoticComponent<Heading6Props & import("react").RefAttributes<HTMLHeadingElement>>;
export {};

@@ -7,3 +7,3 @@ /**

import { AnchorHTMLAttributes } from 'react';
interface LinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
export interface LinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
activeStyle?: boolean;

@@ -17,2 +17,1 @@ external?: boolean;

export declare const Link: import("react").ForwardRefExoticComponent<LinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
export {};

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

import { OlHTMLAttributes } from 'react';
declare type OrderedListProps = OlHTMLAttributes<HTMLOListElement>;
export declare type OrderedListProps = OlHTMLAttributes<HTMLOListElement>;
export declare const OrderedList: import("react").ForwardRefExoticComponent<OrderedListProps & import("react").RefAttributes<HTMLOListElement>>;
export {};

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

import { LiHTMLAttributes } from 'react';
declare type OrderedListItemProps = LiHTMLAttributes<HTMLLIElement>;
export declare type OrderedListItemProps = LiHTMLAttributes<HTMLLIElement>;
export declare const OrderedListItem: import("react").ForwardRefExoticComponent<OrderedListItemProps & import("react").RefAttributes<HTMLLIElement>>;
export {};

@@ -29,2 +29,2 @@ "use strict";

});
exports.OrderedListItem.displayName = 'utrecht-ordered-list__item';
exports.OrderedListItem.displayName = 'utrecht-ordered-list-item';

@@ -6,6 +6,5 @@ /**

import { HTMLAttributes } from 'react';
declare type PageContentProps = HTMLAttributes<HTMLDivElement>;
export declare type PageContentProps = HTMLAttributes<HTMLDivElement>;
export declare const PageContent: import("react").ForwardRefExoticComponent<PageContentProps & import("react").RefAttributes<HTMLDivElement>>;
declare type PageContentMainProps = HTMLAttributes<HTMLDivElement>;
export declare type PageContentMainProps = HTMLAttributes<HTMLDivElement>;
export declare const PageContentMain: import("react").ForwardRefExoticComponent<PageContentMainProps & import("react").RefAttributes<HTMLDivElement>>;
export {};

@@ -34,2 +34,2 @@ "use strict";

});
exports.PageContentMain.displayName = 'utrecht-page-content__main';
exports.PageContentMain.displayName = 'utrecht-page-content-main';

@@ -6,6 +6,5 @@ /**

import { HTMLAttributes } from 'react';
interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
export interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
lead?: boolean;
}
export declare const Paragraph: import("react").ForwardRefExoticComponent<ParagraphProps & import("react").RefAttributes<HTMLParagraphElement>>;
export {};
import { InputHTMLAttributes } from 'react';
interface RadioButtonProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
export interface RadioButtonProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
invalid?: boolean;
}
export declare const RadioButton: import("react").ForwardRefExoticComponent<RadioButtonProps & import("react").RefAttributes<HTMLInputElement>>;
export {};
import { OptionHTMLAttributes, SelectHTMLAttributes } from 'react';
interface SelectProps extends SelectHTMLAttributes<HTMLSelectElement> {
export interface SelectProps extends SelectHTMLAttributes<HTMLSelectElement> {
invalid?: boolean;
}
export declare const Select: import("react").ForwardRefExoticComponent<SelectProps & import("react").RefAttributes<HTMLSelectElement>>;
interface SelectOptionProps extends OptionHTMLAttributes<HTMLOptionElement> {
export interface SelectOptionProps extends OptionHTMLAttributes<HTMLOptionElement> {
disabled?: boolean;

@@ -12,2 +12,1 @@ invalid?: boolean;

export declare const SelectOption: import("react").ForwardRefExoticComponent<SelectOptionProps & import("react").RefAttributes<HTMLOptionElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type SeparatorProps = HTMLAttributes<HTMLHRElement>;
export declare type SeparatorProps = HTMLAttributes<HTMLHRElement>;
export declare const Separator: import("react").ForwardRefExoticComponent<SeparatorProps & import("react").RefAttributes<HTMLHRElement>>;
export {};

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

import { TableHTMLAttributes } from 'react';
declare type TableProps = TableHTMLAttributes<HTMLTableElement>;
export declare type TableProps = TableHTMLAttributes<HTMLTableElement>;
export declare const Table: import("react").ForwardRefExoticComponent<TableProps & import("react").RefAttributes<HTMLTableElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type TableBodyProps = HTMLAttributes<HTMLTableSectionElement>;
export declare type TableBodyProps = HTMLAttributes<HTMLTableSectionElement>;
export declare const TableBody: import("react").ForwardRefExoticComponent<TableBodyProps & import("react").RefAttributes<HTMLTableSectionElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type TableCaptionProps = HTMLAttributes<HTMLTableCaptionElement>;
export declare type TableCaptionProps = HTMLAttributes<HTMLTableCaptionElement>;
export declare const TableCaption: import("react").ForwardRefExoticComponent<TableCaptionProps & import("react").RefAttributes<HTMLTableCaptionElement>>;
export {};

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

import { TdHTMLAttributes } from 'react';
declare type TableCellProps = TdHTMLAttributes<HTMLTableCellElement>;
export declare type TableCellProps = TdHTMLAttributes<HTMLTableCellElement>;
export declare const TableCell: import("react").ForwardRefExoticComponent<TableCellProps & import("react").RefAttributes<HTMLTableCellElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type TableFooterProps = HTMLAttributes<HTMLTableSectionElement>;
export declare type TableFooterProps = HTMLAttributes<HTMLTableSectionElement>;
export declare const TableFooter: import("react").ForwardRefExoticComponent<TableFooterProps & import("react").RefAttributes<HTMLTableSectionElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type TableHeaderProps = HTMLAttributes<HTMLTableSectionElement>;
export declare type TableHeaderProps = HTMLAttributes<HTMLTableSectionElement>;
export declare const TableHeader: import("react").ForwardRefExoticComponent<TableHeaderProps & import("react").RefAttributes<HTMLTableSectionElement>>;
export {};

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

import { ThHTMLAttributes } from 'react';
declare type TableHeaderCellProps = ThHTMLAttributes<HTMLTableCellElement>;
export declare type TableHeaderCellProps = ThHTMLAttributes<HTMLTableCellElement>;
export declare const TableHeaderCell: import("react").ForwardRefExoticComponent<TableHeaderCellProps & import("react").RefAttributes<HTMLTableCellElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type TableRowProps = HTMLAttributes<HTMLTableRowElement>;
export declare type TableRowProps = HTMLAttributes<HTMLTableRowElement>;
export declare const TableRow: import("react").ForwardRefExoticComponent<TableRowProps & import("react").RefAttributes<HTMLTableRowElement>>;
export {};
import { TextareaHTMLAttributes } from 'react';
interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
invalid?: boolean;
}
export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
export {};
import { InputHTMLAttributes } from 'react';
export declare type TextboxTypes = 'email' | 'number' | 'password' | 'tel' | 'text' | 'url';
interface TextboxProps extends InputHTMLAttributes<HTMLInputElement> {
export interface TextboxProps extends InputHTMLAttributes<HTMLInputElement> {
invalid?: boolean;

@@ -8,2 +8,1 @@ type?: TextboxTypes;

export declare const Textbox: import("react").ForwardRefExoticComponent<TextboxProps & import("react").RefAttributes<HTMLInputElement>>;
export {};

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

import { HTMLAttributes } from 'react';
declare type UnorderedListProps = HTMLAttributes<HTMLUListElement>;
export declare type UnorderedListProps = HTMLAttributes<HTMLUListElement>;
export declare const UnorderedList: import("react").ForwardRefExoticComponent<UnorderedListProps & import("react").RefAttributes<HTMLUListElement>>;
export {};

@@ -29,2 +29,2 @@ "use strict";

});
exports.UnorderedListItem.displayName = 'utrecht-unordered-list__item';
exports.UnorderedListItem.displayName = 'utrecht-unordered-list-item';
{
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"author": "Community for NL Design System",

@@ -224,3 +224,3 @@ "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",

},
"gitHead": "9fb090363d0ba7a963be19aa9181106ee0c5c35e"
"gitHead": "7e7bbdee2da3d64d8b86d08ab00aa4d165ba4c5f"
}

Sorry, the diff of this file is not supported yet