@stenajs-webui/forms 20.11.6 → 20.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ import { InputElementProps } from "@stenajs-webui/core";
|
|
|
3
3
|
import { ValueAndOnValueChangeProps } from "../types";
|
|
4
4
|
export type LabelledTextInputVariant = "normal" | "error";
|
|
5
5
|
export type LabelledTextInputSize = "medium" | "large";
|
|
6
|
-
export type LabelledTextInputBorderVariant = "normalBorder" | "onlyTop" | "onlyBottom";
|
|
6
|
+
export type LabelledTextInputBorderVariant = "normalBorder" | "onlyTop" | "onlyBottom" | "onlyLeft" | "onlyRight";
|
|
7
7
|
export interface LabelledTextInputProps extends Omit<InputElementProps, "value" | "size">, ValueAndOnValueChangeProps<string> {
|
|
8
8
|
id?: string;
|
|
9
9
|
label?: string;
|