@purpurds/text-field
Advanced tools
Comparing version 5.2.0 to 5.3.0
Name: @purpurds/field-error-text | ||
Version: 5.1.2 | ||
Version: 5.2.0 | ||
License: AGPL-3.0-only | ||
@@ -9,3 +9,3 @@ Private: false | ||
Name: @purpurds/field-helper-text | ||
Version: 5.1.2 | ||
Version: 5.2.0 | ||
License: AGPL-3.0-only | ||
@@ -17,3 +17,3 @@ Private: false | ||
Name: @purpurds/icon | ||
Version: 5.1.2 | ||
Version: 5.2.0 | ||
License: AGPL-3.0-only | ||
@@ -25,3 +25,3 @@ Private: false | ||
Name: @purpurds/label | ||
Version: 5.1.2 | ||
Version: 5.2.0 | ||
License: AGPL-3.0-only | ||
@@ -33,3 +33,3 @@ Private: false | ||
Name: @purpurds/spinner | ||
Version: 5.1.2 | ||
Version: 5.2.0 | ||
License: AGPL-3.0-only | ||
@@ -36,0 +36,0 @@ Private: false |
import { default as React, ComponentPropsWithoutRef, HTMLInputTypeAttribute, ReactNode } from 'react'; | ||
export type TextFieldProps = ComponentPropsWithoutRef<"input"> & { | ||
id: string | undefined; | ||
["data-testid"]?: string; | ||
@@ -52,3 +51,2 @@ className?: string; | ||
export declare const TextField: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { | ||
id: string | undefined; | ||
"data-testid"?: string | undefined; | ||
@@ -55,0 +53,0 @@ className?: string | undefined; |
{ | ||
"name": "@purpurds/text-field", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"license": "AGPL-3.0-only", | ||
@@ -18,8 +18,8 @@ "main": "./dist/text-field.cjs.js", | ||
"classnames": "~2.5.0", | ||
"@purpurds/field-error-text": "5.2.0", | ||
"@purpurds/label": "5.2.0", | ||
"@purpurds/spinner": "5.2.0", | ||
"@purpurds/icon": "5.2.0", | ||
"@purpurds/tokens": "5.2.0", | ||
"@purpurds/field-helper-text": "5.2.0" | ||
"@purpurds/field-error-text": "5.3.0", | ||
"@purpurds/spinner": "5.3.0", | ||
"@purpurds/label": "5.3.0", | ||
"@purpurds/tokens": "5.3.0", | ||
"@purpurds/icon": "5.3.0", | ||
"@purpurds/field-helper-text": "5.3.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "devDependencies": { | ||
"@testing-library/react": "~14.3.0", | ||
"@types/node": "18", | ||
"@types/node": "20.12.12", | ||
"@types/react-dom": "~18.3.0", | ||
@@ -39,0 +39,0 @@ "@types/react": "~18.3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
993475
1352
+ Added@purpurds/field-error-text@5.3.0(transitive)
+ Added@purpurds/field-helper-text@5.3.0(transitive)
+ Added@purpurds/icon@5.3.0(transitive)
+ Added@purpurds/label@5.3.0(transitive)
+ Added@purpurds/paragraph@5.3.0(transitive)
+ Added@purpurds/spinner@5.3.0(transitive)
+ Added@purpurds/tokens@5.3.0(transitive)
- Removed@purpurds/field-error-text@5.2.0(transitive)
- Removed@purpurds/field-helper-text@5.2.0(transitive)
- Removed@purpurds/icon@5.2.0(transitive)
- Removed@purpurds/label@5.2.0(transitive)
- Removed@purpurds/paragraph@5.2.0(transitive)
- Removed@purpurds/spinner@5.2.0(transitive)
- Removed@purpurds/tokens@5.2.0(transitive)
Updated@purpurds/icon@5.3.0
Updated@purpurds/label@5.3.0
Updated@purpurds/spinner@5.3.0
Updated@purpurds/tokens@5.3.0