@spark-web/text-input 1.1.0 → 1.1.1
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.
|
@@ -4,7 +4,7 @@ import type { AllHTMLAttributes } from 'react';
|
|
|
4
4
|
import type { AdornmentsAsChildren } from './childrenToAdornments';
|
|
5
5
|
declare type ValidTypes = 'text' | 'password' | 'email' | 'search' | 'number' | 'tel' | 'url';
|
|
6
6
|
declare type ValidModes = 'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search';
|
|
7
|
-
declare type NativeInputProps = Pick<AllHTMLAttributes<HTMLInputElement>, '
|
|
7
|
+
declare type NativeInputProps = Pick<AllHTMLAttributes<HTMLInputElement>, 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'placeholder' | 'value' | 'required'>;
|
|
8
8
|
export declare type TextInputProps = {
|
|
9
9
|
/** Map of data attributes. */
|
|
10
10
|
data?: DataAttributeMap;
|
|
@@ -81,7 +81,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
81
81
|
readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | import("csstype").Property.BorderBlockColor[] | undefined;
|
|
82
82
|
readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
83
83
|
readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
84
|
-
readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] |
|
|
84
|
+
readonly borderBlockEndWidth?: string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
|
|
85
85
|
readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
86
86
|
readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
87
87
|
readonly borderBlockStartWidth?: string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
|
|
@@ -137,7 +137,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
137
137
|
readonly color?: import("csstype").Property.Color | import("csstype").Property.Color[] | undefined;
|
|
138
138
|
readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
139
139
|
readonly colorScheme?: import("csstype").Property.ColorScheme | import("csstype").Property.ColorScheme[] | undefined;
|
|
140
|
-
readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | import("csstype").Globals
|
|
140
|
+
readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | "auto" | import("csstype").Globals)[] | undefined;
|
|
141
141
|
readonly columnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
|
|
142
142
|
readonly columnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
143
143
|
readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
@@ -168,7 +168,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
168
168
|
readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
169
169
|
readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("csstype").Property.FontOpticalSizing[] | undefined;
|
|
170
170
|
readonly fontSize?: (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | import("csstype").Property.FontSize<string | number>[] | undefined;
|
|
171
|
-
readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | ((string & {}) | import("csstype").Globals | "
|
|
171
|
+
readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | ("none" | (string & {}) | import("csstype").Globals | "from-font")[] | undefined;
|
|
172
172
|
readonly fontSmooth?: string[] | import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
173
173
|
readonly fontStretch?: import("csstype").Property.FontStretch | import("csstype").Property.FontStretch[] | undefined;
|
|
174
174
|
readonly fontStyle?: import("csstype").Property.FontStyle | import("csstype").Property.FontStyle[] | undefined;
|
|
@@ -181,15 +181,15 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
181
181
|
readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
182
182
|
readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("csstype").Property.FontVariantPosition[] | undefined;
|
|
183
183
|
readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("csstype").Property.FontVariationSettings[] | undefined;
|
|
184
|
-
readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | ((string & {}) | import("csstype").Globals | "normal" | "
|
|
184
|
+
readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
185
185
|
readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
186
186
|
readonly gridAutoColumns?: (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
|
|
187
187
|
readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("csstype").Property.GridAutoFlow[] | undefined;
|
|
188
188
|
readonly gridAutoRows?: (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | import("csstype").Property.GridAutoRows<string | number>[] | undefined;
|
|
189
|
-
readonly gridColumnEnd?: ((string & {}) | import("csstype").Globals
|
|
190
|
-
readonly gridColumnStart?: ((string & {}) | import("csstype").Globals
|
|
191
|
-
readonly gridRowEnd?: ((string & {}) | import("csstype").Globals
|
|
192
|
-
readonly gridRowStart?: ((string & {}) | import("csstype").Globals
|
|
189
|
+
readonly gridColumnEnd?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridColumnEnd | import("csstype").Property.GridColumnEnd[] | undefined;
|
|
190
|
+
readonly gridColumnStart?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridColumnStart | import("csstype").Property.GridColumnStart[] | undefined;
|
|
191
|
+
readonly gridRowEnd?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridRowEnd | import("csstype").Property.GridRowEnd[] | undefined;
|
|
192
|
+
readonly gridRowStart?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridRowStart | import("csstype").Property.GridRowStart[] | undefined;
|
|
193
193
|
readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("csstype").Property.GridTemplateAreas[] | undefined;
|
|
194
194
|
readonly gridTemplateColumns?: (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
|
|
195
195
|
readonly gridTemplateRows?: (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
|
|
@@ -252,7 +252,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
252
252
|
readonly maxBlockSize?: (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
|
|
253
253
|
readonly maxHeight?: (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | import("csstype").Property.MaxHeight<string | number>[] | undefined;
|
|
254
254
|
readonly maxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
255
|
-
readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | ((string & {}) | import("csstype").Globals
|
|
255
|
+
readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | ("none" | (string & {}) | import("csstype").Globals)[] | undefined;
|
|
256
256
|
readonly maxWidth?: (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | import("csstype").Property.MaxWidth<string | number>[] | undefined;
|
|
257
257
|
readonly minBlockSize?: (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | import("csstype").Property.MinBlockSize<string | number>[] | undefined;
|
|
258
258
|
readonly minHeight?: (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | import("csstype").Property.MinHeight<string | number>[] | undefined;
|
|
@@ -316,7 +316,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
316
316
|
readonly rubyAlign?: import("csstype").Property.RubyAlign | import("csstype").Property.RubyAlign[] | undefined;
|
|
317
317
|
readonly rubyMerge?: import("csstype").Property.RubyMerge | import("csstype").Property.RubyMerge[] | undefined;
|
|
318
318
|
readonly rubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
|
|
319
|
-
readonly scale?: ((string & {}) | import("csstype").Globals
|
|
319
|
+
readonly scale?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | import("csstype").Property.Scale[] | undefined;
|
|
320
320
|
readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | import("csstype").Property.ScrollBehavior[] | undefined;
|
|
321
321
|
readonly scrollMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
322
322
|
readonly scrollMarginBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
|
|
@@ -402,10 +402,10 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
402
402
|
readonly wordSpacing?: string[] | import("csstype").Property.WordSpacing<string | number> | import("csstype").Property.WordSpacing<string | number>[] | undefined;
|
|
403
403
|
readonly wordWrap?: import("csstype").Property.WordWrap | import("csstype").Property.WordWrap[] | undefined;
|
|
404
404
|
readonly writingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
|
|
405
|
-
readonly zIndex?: ((string & {}) | import("csstype").Globals
|
|
406
|
-
readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | ((string & {}) | import("csstype").Globals | "normal"
|
|
405
|
+
readonly zIndex?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.ZIndex | import("csstype").Property.ZIndex[] | undefined;
|
|
406
|
+
readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | ((string & {}) | "reset" | import("csstype").Globals | "normal")[] | undefined;
|
|
407
407
|
readonly all?: import("csstype").Globals | import("csstype").Globals[] | undefined;
|
|
408
|
-
readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
408
|
+
readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
409
409
|
readonly background?: (string | (string & {}))[] | import("csstype").Property.Background<string | number> | import("csstype").Property.Background<string | number>[] | undefined;
|
|
410
410
|
readonly backgroundPosition?: (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
|
|
411
411
|
readonly border?: (string | (string & {}))[] | import("csstype").Property.Border<string | number> | import("csstype").Property.Border<string | number>[] | undefined;
|
|
@@ -414,7 +414,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
414
414
|
readonly borderBlockStart?: (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
|
|
415
415
|
readonly borderBottom?: (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | import("csstype").Property.BorderBottom<string | number>[] | undefined;
|
|
416
416
|
readonly borderColor?: import("csstype").Property.BorderColor | import("csstype").Property.BorderColor[] | undefined;
|
|
417
|
-
readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
417
|
+
readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
418
418
|
readonly borderInline?: (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | import("csstype").Property.BorderInline<string | number>[] | undefined;
|
|
419
419
|
readonly borderInlineEnd?: (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
|
|
420
420
|
readonly borderInlineStart?: (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
|
|
@@ -431,15 +431,15 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
431
431
|
readonly font?: import("csstype").Property.Font | import("csstype").Property.Font[] | undefined;
|
|
432
432
|
readonly gap?: (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | import("csstype").Property.Gap<string | number>[] | undefined;
|
|
433
433
|
readonly grid?: import("csstype").Property.Grid | import("csstype").Property.Grid[] | undefined;
|
|
434
|
-
readonly gridArea?: ((string & {}) | import("csstype").Globals
|
|
435
|
-
readonly gridColumn?: ((string & {}) | import("csstype").Globals
|
|
436
|
-
readonly gridRow?: ((string & {}) | import("csstype").Globals
|
|
434
|
+
readonly gridArea?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridArea | import("csstype").Property.GridArea[] | undefined;
|
|
435
|
+
readonly gridColumn?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridColumn | import("csstype").Property.GridColumn[] | undefined;
|
|
436
|
+
readonly gridRow?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridRow | import("csstype").Property.GridRow[] | undefined;
|
|
437
437
|
readonly gridTemplate?: import("csstype").Property.GridTemplate | import("csstype").Property.GridTemplate[] | undefined;
|
|
438
|
-
readonly lineClamp?: ((string & {}) | import("csstype").Globals
|
|
438
|
+
readonly lineClamp?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | import("csstype").Property.LineClamp[] | undefined;
|
|
439
439
|
readonly listStyle?: import("csstype").Property.ListStyle | import("csstype").Property.ListStyle[] | undefined;
|
|
440
440
|
readonly margin?: (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | import("csstype").Property.Margin<string | number>[] | undefined;
|
|
441
441
|
readonly mask?: (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | import("csstype").Property.Mask<string | number>[] | undefined;
|
|
442
|
-
readonly maskBorder?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
442
|
+
readonly maskBorder?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space" | "alpha" | "luminance")[] | undefined;
|
|
443
443
|
readonly motion?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | import("csstype").Property.Offset<string | number>[] | undefined;
|
|
444
444
|
readonly offset?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | import("csstype").Property.Offset<string | number>[] | undefined;
|
|
445
445
|
readonly outline?: (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | import("csstype").Property.Outline<string | number>[] | undefined;
|
|
@@ -471,7 +471,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
471
471
|
readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
472
472
|
readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
473
473
|
readonly MozBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
|
|
474
|
-
readonly MozColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | import("csstype").Globals
|
|
474
|
+
readonly MozColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | "auto" | import("csstype").Globals)[] | undefined;
|
|
475
475
|
readonly MozColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
|
|
476
476
|
readonly MozColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
477
477
|
readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
@@ -523,7 +523,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
523
523
|
readonly msGridColumns?: (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | import("csstype").Property.MsGridColumns<string | number>[] | undefined;
|
|
524
524
|
readonly msGridRows?: (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | import("csstype").Property.MsGridRows<string | number>[] | undefined;
|
|
525
525
|
readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("csstype").Property.MsHighContrastAdjust[] | undefined;
|
|
526
|
-
readonly msHyphenateLimitChars?: ((string & {}) | import("csstype").Globals
|
|
526
|
+
readonly msHyphenateLimitChars?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.MsHyphenateLimitChars | import("csstype").Property.MsHyphenateLimitChars[] | undefined;
|
|
527
527
|
readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("csstype").Property.MsHyphenateLimitLines[] | ((string & {}) | import("csstype").Globals | "no-limit")[] | undefined;
|
|
528
528
|
readonly msHyphenateLimitZone?: (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
|
|
529
529
|
readonly msHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
|
|
@@ -598,7 +598,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
598
598
|
readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
|
|
599
599
|
readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
|
|
600
600
|
readonly WebkitClipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
|
|
601
|
-
readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | import("csstype").Globals
|
|
601
|
+
readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | "auto" | import("csstype").Globals)[] | undefined;
|
|
602
602
|
readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
|
|
603
603
|
readonly WebkitColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
604
604
|
readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
@@ -621,7 +621,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
621
621
|
readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | ((string & {}) | import("csstype").Globals | "normal")[] | undefined;
|
|
622
622
|
readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
|
|
623
623
|
readonly WebkitLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
|
|
624
|
-
readonly WebkitLineClamp?: ((string & {}) | import("csstype").Globals
|
|
624
|
+
readonly WebkitLineClamp?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | import("csstype").Property.WebkitLineClamp[] | undefined;
|
|
625
625
|
readonly WebkitMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
626
626
|
readonly WebkitMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
627
627
|
readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -678,8 +678,8 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
678
678
|
readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("csstype").Property.WebkitUserModify[] | undefined;
|
|
679
679
|
readonly WebkitUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
|
|
680
680
|
readonly WebkitWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
|
|
681
|
-
readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
682
|
-
readonly MozBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
681
|
+
readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
682
|
+
readonly MozBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
683
683
|
readonly MozColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
684
684
|
readonly MozColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | import("csstype").Property.Columns<string | number>[] | undefined;
|
|
685
685
|
readonly MozTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -690,16 +690,16 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
690
690
|
readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
691
691
|
readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
692
692
|
readonly msTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
693
|
-
readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
693
|
+
readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
694
694
|
readonly WebkitBorderBefore?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
|
|
695
|
-
readonly WebkitBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
695
|
+
readonly WebkitBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
696
696
|
readonly WebkitBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
697
697
|
readonly WebkitColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
698
698
|
readonly WebkitColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | import("csstype").Property.Columns<string | number>[] | undefined;
|
|
699
699
|
readonly WebkitFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | import("csstype").Property.Flex<string | number>[] | undefined;
|
|
700
700
|
readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
|
|
701
701
|
readonly WebkitMask?: (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | import("csstype").Property.WebkitMask<string | number>[] | undefined;
|
|
702
|
-
readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
702
|
+
readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space" | "alpha" | "luminance")[] | undefined;
|
|
703
703
|
readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
|
|
704
704
|
readonly WebkitTextStroke?: (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
|
|
705
705
|
readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -777,7 +777,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
777
777
|
readonly MozUserInput?: import("csstype").Property.MozUserInput | import("csstype").Property.MozUserInput[] | undefined;
|
|
778
778
|
readonly msImeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
|
|
779
779
|
readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("csstype").Property.MsScrollbarTrackColor[] | undefined;
|
|
780
|
-
readonly OAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
780
|
+
readonly OAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
781
781
|
readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
782
782
|
readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
|
|
783
783
|
readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -787,7 +787,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
787
787
|
readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
|
|
788
788
|
readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
789
789
|
readonly OBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
790
|
-
readonly OBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
790
|
+
readonly OBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
791
791
|
readonly OObjectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
|
|
792
792
|
readonly OObjectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
793
793
|
readonly OTabSize?: (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
@@ -820,7 +820,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
820
820
|
readonly fillRule?: import("csstype").Property.FillRule | import("csstype").Property.FillRule[] | undefined;
|
|
821
821
|
readonly floodColor?: import("csstype").Property.FloodColor | import("csstype").Property.FloodColor[] | undefined;
|
|
822
822
|
readonly floodOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | import("csstype").Property.FloodOpacity[] | undefined;
|
|
823
|
-
readonly glyphOrientationVertical?: ((string & {}) | import("csstype").Globals
|
|
823
|
+
readonly glyphOrientationVertical?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GlyphOrientationVertical | import("csstype").Property.GlyphOrientationVertical[] | undefined;
|
|
824
824
|
readonly lightingColor?: import("csstype").Property.LightingColor | import("csstype").Property.LightingColor[] | undefined;
|
|
825
825
|
readonly marker?: import("csstype").Property.Marker | import("csstype").Property.Marker[] | undefined;
|
|
826
826
|
readonly markerEnd?: import("csstype").Property.MarkerEnd | import("csstype").Property.MarkerEnd[] | undefined;
|
|
@@ -1015,7 +1015,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1015
1015
|
readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | import("csstype").Property.BorderBlockColor[] | undefined;
|
|
1016
1016
|
readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
1017
1017
|
readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
1018
|
-
readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] |
|
|
1018
|
+
readonly borderBlockEndWidth?: string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
|
|
1019
1019
|
readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
1020
1020
|
readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
1021
1021
|
readonly borderBlockStartWidth?: string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
|
|
@@ -1071,7 +1071,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1071
1071
|
readonly color?: import("csstype").Property.Color | import("csstype").Property.Color[] | undefined;
|
|
1072
1072
|
readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1073
1073
|
readonly colorScheme?: import("csstype").Property.ColorScheme | import("csstype").Property.ColorScheme[] | undefined;
|
|
1074
|
-
readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | import("csstype").Globals
|
|
1074
|
+
readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | "auto" | import("csstype").Globals)[] | undefined;
|
|
1075
1075
|
readonly columnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
|
|
1076
1076
|
readonly columnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
1077
1077
|
readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
@@ -1102,7 +1102,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1102
1102
|
readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
1103
1103
|
readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("csstype").Property.FontOpticalSizing[] | undefined;
|
|
1104
1104
|
readonly fontSize?: (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | import("csstype").Property.FontSize<string | number>[] | undefined;
|
|
1105
|
-
readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | ((string & {}) | import("csstype").Globals | "
|
|
1105
|
+
readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | ("none" | (string & {}) | import("csstype").Globals | "from-font")[] | undefined;
|
|
1106
1106
|
readonly fontSmooth?: string[] | import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
1107
1107
|
readonly fontStretch?: import("csstype").Property.FontStretch | import("csstype").Property.FontStretch[] | undefined;
|
|
1108
1108
|
readonly fontStyle?: import("csstype").Property.FontStyle | import("csstype").Property.FontStyle[] | undefined;
|
|
@@ -1115,15 +1115,15 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1115
1115
|
readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
1116
1116
|
readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("csstype").Property.FontVariantPosition[] | undefined;
|
|
1117
1117
|
readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("csstype").Property.FontVariationSettings[] | undefined;
|
|
1118
|
-
readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | ((string & {}) | import("csstype").Globals | "normal" | "
|
|
1118
|
+
readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
1119
1119
|
readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
1120
1120
|
readonly gridAutoColumns?: (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
|
|
1121
1121
|
readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("csstype").Property.GridAutoFlow[] | undefined;
|
|
1122
1122
|
readonly gridAutoRows?: (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | import("csstype").Property.GridAutoRows<string | number>[] | undefined;
|
|
1123
|
-
readonly gridColumnEnd?: ((string & {}) | import("csstype").Globals
|
|
1124
|
-
readonly gridColumnStart?: ((string & {}) | import("csstype").Globals
|
|
1125
|
-
readonly gridRowEnd?: ((string & {}) | import("csstype").Globals
|
|
1126
|
-
readonly gridRowStart?: ((string & {}) | import("csstype").Globals
|
|
1123
|
+
readonly gridColumnEnd?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridColumnEnd | import("csstype").Property.GridColumnEnd[] | undefined;
|
|
1124
|
+
readonly gridColumnStart?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridColumnStart | import("csstype").Property.GridColumnStart[] | undefined;
|
|
1125
|
+
readonly gridRowEnd?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridRowEnd | import("csstype").Property.GridRowEnd[] | undefined;
|
|
1126
|
+
readonly gridRowStart?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridRowStart | import("csstype").Property.GridRowStart[] | undefined;
|
|
1127
1127
|
readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("csstype").Property.GridTemplateAreas[] | undefined;
|
|
1128
1128
|
readonly gridTemplateColumns?: (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
|
|
1129
1129
|
readonly gridTemplateRows?: (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
|
|
@@ -1186,7 +1186,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1186
1186
|
readonly maxBlockSize?: (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
|
|
1187
1187
|
readonly maxHeight?: (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | import("csstype").Property.MaxHeight<string | number>[] | undefined;
|
|
1188
1188
|
readonly maxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
1189
|
-
readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | ((string & {}) | import("csstype").Globals
|
|
1189
|
+
readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | ("none" | (string & {}) | import("csstype").Globals)[] | undefined;
|
|
1190
1190
|
readonly maxWidth?: (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | import("csstype").Property.MaxWidth<string | number>[] | undefined;
|
|
1191
1191
|
readonly minBlockSize?: (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | import("csstype").Property.MinBlockSize<string | number>[] | undefined;
|
|
1192
1192
|
readonly minHeight?: (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | import("csstype").Property.MinHeight<string | number>[] | undefined;
|
|
@@ -1250,7 +1250,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1250
1250
|
readonly rubyAlign?: import("csstype").Property.RubyAlign | import("csstype").Property.RubyAlign[] | undefined;
|
|
1251
1251
|
readonly rubyMerge?: import("csstype").Property.RubyMerge | import("csstype").Property.RubyMerge[] | undefined;
|
|
1252
1252
|
readonly rubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
|
|
1253
|
-
readonly scale?: ((string & {}) | import("csstype").Globals
|
|
1253
|
+
readonly scale?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | import("csstype").Property.Scale[] | undefined;
|
|
1254
1254
|
readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | import("csstype").Property.ScrollBehavior[] | undefined;
|
|
1255
1255
|
readonly scrollMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
1256
1256
|
readonly scrollMarginBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
|
|
@@ -1336,10 +1336,10 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1336
1336
|
readonly wordSpacing?: string[] | import("csstype").Property.WordSpacing<string | number> | import("csstype").Property.WordSpacing<string | number>[] | undefined;
|
|
1337
1337
|
readonly wordWrap?: import("csstype").Property.WordWrap | import("csstype").Property.WordWrap[] | undefined;
|
|
1338
1338
|
readonly writingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
|
|
1339
|
-
readonly zIndex?: ((string & {}) | import("csstype").Globals
|
|
1340
|
-
readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | ((string & {}) | import("csstype").Globals | "normal"
|
|
1339
|
+
readonly zIndex?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.ZIndex | import("csstype").Property.ZIndex[] | undefined;
|
|
1340
|
+
readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | ((string & {}) | "reset" | import("csstype").Globals | "normal")[] | undefined;
|
|
1341
1341
|
readonly all?: import("csstype").Globals | import("csstype").Globals[] | undefined;
|
|
1342
|
-
readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
1342
|
+
readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
1343
1343
|
readonly background?: (string | (string & {}))[] | import("csstype").Property.Background<string | number> | import("csstype").Property.Background<string | number>[] | undefined;
|
|
1344
1344
|
readonly backgroundPosition?: (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
|
|
1345
1345
|
readonly border?: (string | (string & {}))[] | import("csstype").Property.Border<string | number> | import("csstype").Property.Border<string | number>[] | undefined;
|
|
@@ -1348,7 +1348,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1348
1348
|
readonly borderBlockStart?: (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
|
|
1349
1349
|
readonly borderBottom?: (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | import("csstype").Property.BorderBottom<string | number>[] | undefined;
|
|
1350
1350
|
readonly borderColor?: import("csstype").Property.BorderColor | import("csstype").Property.BorderColor[] | undefined;
|
|
1351
|
-
readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
1351
|
+
readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
1352
1352
|
readonly borderInline?: (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | import("csstype").Property.BorderInline<string | number>[] | undefined;
|
|
1353
1353
|
readonly borderInlineEnd?: (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
|
|
1354
1354
|
readonly borderInlineStart?: (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
|
|
@@ -1365,15 +1365,15 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1365
1365
|
readonly font?: import("csstype").Property.Font | import("csstype").Property.Font[] | undefined;
|
|
1366
1366
|
readonly gap?: (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | import("csstype").Property.Gap<string | number>[] | undefined;
|
|
1367
1367
|
readonly grid?: import("csstype").Property.Grid | import("csstype").Property.Grid[] | undefined;
|
|
1368
|
-
readonly gridArea?: ((string & {}) | import("csstype").Globals
|
|
1369
|
-
readonly gridColumn?: ((string & {}) | import("csstype").Globals
|
|
1370
|
-
readonly gridRow?: ((string & {}) | import("csstype").Globals
|
|
1368
|
+
readonly gridArea?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridArea | import("csstype").Property.GridArea[] | undefined;
|
|
1369
|
+
readonly gridColumn?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridColumn | import("csstype").Property.GridColumn[] | undefined;
|
|
1370
|
+
readonly gridRow?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GridRow | import("csstype").Property.GridRow[] | undefined;
|
|
1371
1371
|
readonly gridTemplate?: import("csstype").Property.GridTemplate | import("csstype").Property.GridTemplate[] | undefined;
|
|
1372
|
-
readonly lineClamp?: ((string & {}) | import("csstype").Globals
|
|
1372
|
+
readonly lineClamp?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | import("csstype").Property.LineClamp[] | undefined;
|
|
1373
1373
|
readonly listStyle?: import("csstype").Property.ListStyle | import("csstype").Property.ListStyle[] | undefined;
|
|
1374
1374
|
readonly margin?: (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | import("csstype").Property.Margin<string | number>[] | undefined;
|
|
1375
1375
|
readonly mask?: (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | import("csstype").Property.Mask<string | number>[] | undefined;
|
|
1376
|
-
readonly maskBorder?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
1376
|
+
readonly maskBorder?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space" | "alpha" | "luminance")[] | undefined;
|
|
1377
1377
|
readonly motion?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | import("csstype").Property.Offset<string | number>[] | undefined;
|
|
1378
1378
|
readonly offset?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | import("csstype").Property.Offset<string | number>[] | undefined;
|
|
1379
1379
|
readonly outline?: (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | import("csstype").Property.Outline<string | number>[] | undefined;
|
|
@@ -1405,7 +1405,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1405
1405
|
readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
1406
1406
|
readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
1407
1407
|
readonly MozBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
|
|
1408
|
-
readonly MozColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | import("csstype").Globals
|
|
1408
|
+
readonly MozColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | "auto" | import("csstype").Globals)[] | undefined;
|
|
1409
1409
|
readonly MozColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
|
|
1410
1410
|
readonly MozColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
1411
1411
|
readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
@@ -1457,7 +1457,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1457
1457
|
readonly msGridColumns?: (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | import("csstype").Property.MsGridColumns<string | number>[] | undefined;
|
|
1458
1458
|
readonly msGridRows?: (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | import("csstype").Property.MsGridRows<string | number>[] | undefined;
|
|
1459
1459
|
readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("csstype").Property.MsHighContrastAdjust[] | undefined;
|
|
1460
|
-
readonly msHyphenateLimitChars?: ((string & {}) | import("csstype").Globals
|
|
1460
|
+
readonly msHyphenateLimitChars?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.MsHyphenateLimitChars | import("csstype").Property.MsHyphenateLimitChars[] | undefined;
|
|
1461
1461
|
readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("csstype").Property.MsHyphenateLimitLines[] | ((string & {}) | import("csstype").Globals | "no-limit")[] | undefined;
|
|
1462
1462
|
readonly msHyphenateLimitZone?: (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
|
|
1463
1463
|
readonly msHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
|
|
@@ -1532,7 +1532,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1532
1532
|
readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
|
|
1533
1533
|
readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
|
|
1534
1534
|
readonly WebkitClipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
|
|
1535
|
-
readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | import("csstype").Globals
|
|
1535
|
+
readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | ((string & {}) | "auto" | import("csstype").Globals)[] | undefined;
|
|
1536
1536
|
readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
|
|
1537
1537
|
readonly WebkitColumnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
1538
1538
|
readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
@@ -1555,7 +1555,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1555
1555
|
readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | ((string & {}) | import("csstype").Globals | "normal")[] | undefined;
|
|
1556
1556
|
readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
|
|
1557
1557
|
readonly WebkitLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
|
|
1558
|
-
readonly WebkitLineClamp?: ((string & {}) | import("csstype").Globals
|
|
1558
|
+
readonly WebkitLineClamp?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | import("csstype").Property.WebkitLineClamp[] | undefined;
|
|
1559
1559
|
readonly WebkitMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
1560
1560
|
readonly WebkitMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
1561
1561
|
readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -1612,8 +1612,8 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1612
1612
|
readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("csstype").Property.WebkitUserModify[] | undefined;
|
|
1613
1613
|
readonly WebkitUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
|
|
1614
1614
|
readonly WebkitWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
|
|
1615
|
-
readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
1616
|
-
readonly MozBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
1615
|
+
readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
1616
|
+
readonly MozBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
1617
1617
|
readonly MozColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
1618
1618
|
readonly MozColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | import("csstype").Property.Columns<string | number>[] | undefined;
|
|
1619
1619
|
readonly MozTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -1624,16 +1624,16 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1624
1624
|
readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
1625
1625
|
readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
1626
1626
|
readonly msTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1627
|
-
readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
1627
|
+
readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
1628
1628
|
readonly WebkitBorderBefore?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
|
|
1629
|
-
readonly WebkitBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
1629
|
+
readonly WebkitBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
1630
1630
|
readonly WebkitBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
1631
1631
|
readonly WebkitColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
1632
1632
|
readonly WebkitColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | import("csstype").Property.Columns<string | number>[] | undefined;
|
|
1633
1633
|
readonly WebkitFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | import("csstype").Property.Flex<string | number>[] | undefined;
|
|
1634
1634
|
readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
|
|
1635
1635
|
readonly WebkitMask?: (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | import("csstype").Property.WebkitMask<string | number>[] | undefined;
|
|
1636
|
-
readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
1636
|
+
readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space" | "alpha" | "luminance")[] | undefined;
|
|
1637
1637
|
readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
|
|
1638
1638
|
readonly WebkitTextStroke?: (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
|
|
1639
1639
|
readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
@@ -1711,7 +1711,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1711
1711
|
readonly MozUserInput?: import("csstype").Property.MozUserInput | import("csstype").Property.MozUserInput[] | undefined;
|
|
1712
1712
|
readonly msImeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
|
|
1713
1713
|
readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("csstype").Property.MsScrollbarTrackColor[] | undefined;
|
|
1714
|
-
readonly OAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("
|
|
1714
|
+
readonly OAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | (import("csstype").Globals | ("normal" | "alternate" | "alternate-reverse" | "reverse") | ("none" | "backwards" | "both" | "forwards") | "infinite" | "paused" | "running" | ((string & {}) | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear"))[] | undefined;
|
|
1715
1715
|
readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1716
1716
|
readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
|
|
1717
1717
|
readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
@@ -1721,7 +1721,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1721
1721
|
readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
|
|
1722
1722
|
readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
1723
1723
|
readonly OBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
1724
|
-
readonly OBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ((string & {}) | import("csstype").Globals | "stretch" | "
|
|
1724
|
+
readonly OBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | ("repeat" | "none" | (string & {}) | "round" | import("csstype").Globals | "stretch" | "space")[] | undefined;
|
|
1725
1725
|
readonly OObjectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
|
|
1726
1726
|
readonly OObjectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
1727
1727
|
readonly OTabSize?: (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
@@ -1754,7 +1754,7 @@ export declare const useInput: ({ disabled, isNested }: UseInputProps) => {
|
|
|
1754
1754
|
readonly fillRule?: import("csstype").Property.FillRule | import("csstype").Property.FillRule[] | undefined;
|
|
1755
1755
|
readonly floodColor?: import("csstype").Property.FloodColor | import("csstype").Property.FloodColor[] | undefined;
|
|
1756
1756
|
readonly floodOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | import("csstype").Property.FloodOpacity[] | undefined;
|
|
1757
|
-
readonly glyphOrientationVertical?: ((string & {}) | import("csstype").Globals
|
|
1757
|
+
readonly glyphOrientationVertical?: ((string & {}) | "auto" | import("csstype").Globals)[] | import("csstype").Property.GlyphOrientationVertical | import("csstype").Property.GlyphOrientationVertical[] | undefined;
|
|
1758
1758
|
readonly lightingColor?: import("csstype").Property.LightingColor | import("csstype").Property.LightingColor[] | undefined;
|
|
1759
1759
|
readonly marker?: import("csstype").Property.Marker | import("csstype").Property.Marker[] | undefined;
|
|
1760
1760
|
readonly markerEnd?: import("csstype").Property.MarkerEnd | import("csstype").Property.MarkerEnd[] | undefined;
|
|
@@ -67,6 +67,7 @@ var InputAdornment = function InputAdornment(_ref) {
|
|
|
67
67
|
paddingLeft: paddingLeft,
|
|
68
68
|
paddingRight: paddingRight,
|
|
69
69
|
children: /*#__PURE__*/jsxRuntime.jsx(box.Box, {
|
|
70
|
+
display: "flex",
|
|
70
71
|
alignItems: "center",
|
|
71
72
|
justifyContent: "center",
|
|
72
73
|
style: {
|
|
@@ -176,6 +177,7 @@ var TextInput = /*#__PURE__*/react.forwardRef(function (_ref, forwardedRef) {
|
|
|
176
177
|
})),
|
|
177
178
|
children: [startAdornment, /*#__PURE__*/jsxRuntime.jsx(box.Box, _objectSpread(_objectSpread({
|
|
178
179
|
as: "input",
|
|
180
|
+
"aria-invalid": invalid || undefined,
|
|
179
181
|
ref: forwardedRef,
|
|
180
182
|
disabled: disabled // Styles
|
|
181
183
|
,
|
|
@@ -67,6 +67,7 @@ var InputAdornment = function InputAdornment(_ref) {
|
|
|
67
67
|
paddingLeft: paddingLeft,
|
|
68
68
|
paddingRight: paddingRight,
|
|
69
69
|
children: /*#__PURE__*/jsxRuntime.jsx(box.Box, {
|
|
70
|
+
display: "flex",
|
|
70
71
|
alignItems: "center",
|
|
71
72
|
justifyContent: "center",
|
|
72
73
|
style: {
|
|
@@ -176,6 +177,7 @@ var TextInput = /*#__PURE__*/react.forwardRef(function (_ref, forwardedRef) {
|
|
|
176
177
|
})),
|
|
177
178
|
children: [startAdornment, /*#__PURE__*/jsxRuntime.jsx(box.Box, _objectSpread(_objectSpread({
|
|
178
179
|
as: "input",
|
|
180
|
+
"aria-invalid": invalid || undefined,
|
|
179
181
|
ref: forwardedRef,
|
|
180
182
|
disabled: disabled // Styles
|
|
181
183
|
,
|
|
@@ -63,6 +63,7 @@ var InputAdornment = function InputAdornment(_ref) {
|
|
|
63
63
|
paddingLeft: paddingLeft,
|
|
64
64
|
paddingRight: paddingRight,
|
|
65
65
|
children: /*#__PURE__*/jsx(Box, {
|
|
66
|
+
display: "flex",
|
|
66
67
|
alignItems: "center",
|
|
67
68
|
justifyContent: "center",
|
|
68
69
|
style: {
|
|
@@ -172,6 +173,7 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {
|
|
|
172
173
|
})),
|
|
173
174
|
children: [startAdornment, /*#__PURE__*/jsx(Box, _objectSpread(_objectSpread({
|
|
174
175
|
as: "input",
|
|
176
|
+
"aria-invalid": invalid || undefined,
|
|
175
177
|
ref: forwardedRef,
|
|
176
178
|
disabled: disabled // Styles
|
|
177
179
|
,
|