@veeqo/ui 14.1.0 → 14.2.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.
Files changed (75) hide show
  1. package/dist/components/Accordion/styled.d.ts +5 -1
  2. package/dist/components/Action/Action.cjs +19 -10
  3. package/dist/components/Action/Action.cjs.map +1 -1
  4. package/dist/components/Action/Action.d.ts +66 -19
  5. package/dist/components/Action/Action.js +19 -11
  6. package/dist/components/Action/Action.js.map +1 -1
  7. package/dist/components/Action/styles/button.module.scss.cjs +2 -2
  8. package/dist/components/Action/styles/button.module.scss.cjs.map +1 -1
  9. package/dist/components/Action/styles/button.module.scss.js +2 -2
  10. package/dist/components/Action/styles/button.module.scss.js.map +1 -1
  11. package/dist/components/Action/styles/link.module.scss.cjs +2 -2
  12. package/dist/components/Action/styles/link.module.scss.cjs.map +1 -1
  13. package/dist/components/Action/styles/link.module.scss.js +2 -2
  14. package/dist/components/Action/styles/link.module.scss.js.map +1 -1
  15. package/dist/components/Action/types.d.ts +17 -1
  16. package/dist/components/Action/utils.cjs +4 -2
  17. package/dist/components/Action/utils.cjs.map +1 -1
  18. package/dist/components/Action/utils.d.ts +3 -2
  19. package/dist/components/Action/utils.js +4 -2
  20. package/dist/components/Action/utils.js.map +1 -1
  21. package/dist/components/Anchor/Anchor.module.scss.cjs +2 -2
  22. package/dist/components/Anchor/Anchor.module.scss.cjs.map +1 -1
  23. package/dist/components/Anchor/Anchor.module.scss.js +2 -2
  24. package/dist/components/Anchor/Anchor.module.scss.js.map +1 -1
  25. package/dist/components/Banner/styled.d.ts +5 -1
  26. package/dist/components/DimensionsInput/DimensionsInput.d.ts +22 -22
  27. package/dist/components/FilterTag/styled.d.ts +5 -1
  28. package/dist/components/LegacyDataTable/SpecificState/styled.d.ts +11 -2
  29. package/dist/components/Pagination/styled.d.ts +22 -22
  30. package/dist/components/PhoneInput/index.d.ts +22 -22
  31. package/dist/components/Search/Search.d.ts +22 -22
  32. package/dist/components/Search/styled.d.ts +22 -22
  33. package/dist/components/Stack/Stack.cjs +2 -4
  34. package/dist/components/Stack/Stack.cjs.map +1 -1
  35. package/dist/components/Stack/Stack.js +2 -4
  36. package/dist/components/Stack/Stack.js.map +1 -1
  37. package/dist/components/Text/Text.cjs +27 -27
  38. package/dist/components/Text/Text.cjs.map +1 -1
  39. package/dist/components/Text/Text.d.ts +11 -2
  40. package/dist/components/Text/Text.js +25 -25
  41. package/dist/components/Text/Text.js.map +1 -1
  42. package/dist/components/Text/Text.module.scss.cjs +9 -0
  43. package/dist/components/Text/Text.module.scss.cjs.map +1 -0
  44. package/dist/components/Text/Text.module.scss.js +7 -0
  45. package/dist/components/Text/Text.module.scss.js.map +1 -0
  46. package/dist/components/Text/index.d.ts +1 -0
  47. package/dist/components/Text/textVariants.cjs +14 -0
  48. package/dist/components/Text/textVariants.cjs.map +1 -0
  49. package/dist/components/Text/textVariants.js +12 -0
  50. package/dist/components/Text/textVariants.js.map +1 -0
  51. package/dist/components/Text/types.d.ts +7 -8
  52. package/dist/components/Text/utils.cjs +2 -2
  53. package/dist/components/Text/utils.cjs.map +1 -1
  54. package/dist/components/Text/utils.d.ts +3 -2
  55. package/dist/components/Text/utils.js +2 -2
  56. package/dist/components/Text/utils.js.map +1 -1
  57. package/dist/components/TextField/TextField.d.ts +22 -22
  58. package/dist/components/TextField/index.d.ts +22 -22
  59. package/dist/components/ToastsLayout/components/styled.d.ts +6 -1
  60. package/dist/components/View/View.cjs +3 -3
  61. package/dist/components/View/View.cjs.map +1 -1
  62. package/dist/components/View/View.js +3 -3
  63. package/dist/components/View/View.js.map +1 -1
  64. package/dist/components/View/styled.cjs +11 -11
  65. package/dist/components/View/styled.cjs.map +1 -1
  66. package/dist/components/View/styled.d.ts +27 -8
  67. package/dist/components/View/styled.js +11 -11
  68. package/dist/components/View/styled.js.map +1 -1
  69. package/dist/components/ViewTab/ViewTab.d.ts +1 -1
  70. package/dist/components/index.d.ts +1 -0
  71. package/dist/theme/scss/text.module.scss.cjs +9 -0
  72. package/dist/theme/scss/text.module.scss.cjs.map +1 -0
  73. package/dist/theme/scss/text.module.scss.js +7 -0
  74. package/dist/theme/scss/text.module.scss.js.map +1 -0
  75. package/package.json +3 -1
@@ -5,16 +5,18 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
5
5
  style?: React.CSSProperties | undefined;
6
6
  title?: string | undefined;
7
7
  pattern?: string | undefined;
8
+ rel?: string | undefined;
8
9
  placeholder?: string | undefined;
9
- name?: string | undefined;
10
+ list?: string | undefined;
11
+ className?: string | undefined;
12
+ children?: React.ReactNode;
10
13
  defaultChecked?: boolean | undefined;
11
14
  defaultValue?: string | number | readonly string[] | undefined;
12
15
  suppressContentEditableWarning?: boolean | undefined;
13
16
  suppressHydrationWarning?: boolean | undefined;
14
17
  accessKey?: string | undefined;
15
18
  autoFocus?: boolean | undefined;
16
- className?: string | undefined;
17
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
19
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
18
20
  contextMenu?: string | undefined;
19
21
  dir?: string | undefined;
20
22
  draggable?: (boolean | "true" | "false") | undefined;
@@ -24,7 +26,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
24
26
  nonce?: string | undefined;
25
27
  spellCheck?: (boolean | "true" | "false") | undefined;
26
28
  tabIndex?: number | undefined;
27
- translate?: "no" | "yes" | undefined;
29
+ translate?: "yes" | "no" | undefined;
28
30
  radioGroup?: string | undefined;
29
31
  role?: React.AriaRole | undefined;
30
32
  about?: string | undefined;
@@ -33,7 +35,6 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
33
35
  inlist?: any;
34
36
  prefix?: string | undefined;
35
37
  property?: string | undefined;
36
- rel?: string | undefined;
37
38
  resource?: string | undefined;
38
39
  rev?: string | undefined;
39
40
  typeof?: string | undefined;
@@ -50,27 +51,27 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
50
51
  results?: number | undefined;
51
52
  security?: string | undefined;
52
53
  unselectable?: "on" | "off" | undefined;
53
- inputMode?: "text" | "none" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
54
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
54
55
  is?: string | undefined;
55
56
  'aria-activedescendant'?: string | undefined;
56
57
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
57
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
58
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
58
59
  'aria-busy'?: (boolean | "true" | "false") | undefined;
59
60
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
60
61
  'aria-colcount'?: number | undefined;
61
62
  'aria-colindex'?: number | undefined;
62
63
  'aria-colspan'?: number | undefined;
63
64
  'aria-controls'?: string | undefined;
64
- 'aria-current'?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
65
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
65
66
  'aria-describedby'?: string | undefined;
66
67
  'aria-details'?: string | undefined;
67
68
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
68
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
69
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
69
70
  'aria-errormessage'?: string | undefined;
70
71
  'aria-expanded'?: (boolean | "true" | "false") | undefined;
71
72
  'aria-flowto'?: string | undefined;
72
73
  'aria-grabbed'?: (boolean | "true" | "false") | undefined;
73
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
74
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
74
75
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
75
76
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
76
77
  'aria-keyshortcuts'?: string | undefined;
@@ -87,7 +88,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
87
88
  'aria-posinset'?: number | undefined;
88
89
  'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
89
90
  'aria-readonly'?: (boolean | "true" | "false") | undefined;
90
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
92
  'aria-required'?: (boolean | "true" | "false") | undefined;
92
93
  'aria-roledescription'?: string | undefined;
93
94
  'aria-rowcount'?: number | undefined;
@@ -95,12 +96,11 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
95
96
  'aria-rowspan'?: number | undefined;
96
97
  'aria-selected'?: (boolean | "true" | "false") | undefined;
97
98
  'aria-setsize'?: number | undefined;
98
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
99
+ 'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
99
100
  'aria-valuemax'?: number | undefined;
100
101
  'aria-valuemin'?: number | undefined;
101
102
  'aria-valuenow'?: number | undefined;
102
103
  'aria-valuetext'?: string | undefined;
103
- children?: React.ReactNode;
104
104
  dangerouslySetInnerHTML?: {
105
105
  __html: string | TrustedHTML;
106
106
  } | undefined;
@@ -263,12 +263,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
263
263
  onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLInputElement> & React.AnimationEventHandler<HTMLTextAreaElement>) | undefined;
264
264
  onTransitionEnd?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
265
265
  onTransitionEndCapture?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
266
- height?: string | number | undefined;
267
- max?: string | number | undefined;
268
- min?: string | number | undefined;
269
- width?: string | number | undefined;
270
266
  alt?: string | undefined;
271
- src?: string | undefined;
272
267
  disabled?: boolean | undefined;
273
268
  formAction?: string | undefined;
274
269
  formEncType?: string | undefined;
@@ -280,15 +275,20 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
280
275
  capture?: boolean | "user" | "environment" | undefined;
281
276
  checked?: boolean | undefined;
282
277
  enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
283
- list?: string | undefined;
278
+ multiple?: boolean | undefined;
279
+ cols?: number | undefined;
280
+ dirName?: string | undefined;
284
281
  maxLength?: number | undefined;
285
282
  minLength?: number | undefined;
286
- multiple?: boolean | undefined;
283
+ src?: string | undefined;
284
+ name?: string | undefined;
285
+ height?: string | number | undefined;
286
+ max?: string | number | undefined;
287
+ min?: string | number | undefined;
288
+ width?: string | number | undefined;
287
289
  readOnly?: boolean | undefined;
288
290
  required?: boolean | undefined;
289
291
  step?: string | number | undefined;
290
- cols?: number | undefined;
291
- dirName?: string | undefined;
292
292
  rows?: number | undefined;
293
293
  wrap?: string | undefined;
294
294
  } & {
@@ -4,7 +4,11 @@ import { AnimatedDropdown } from '../AnimatedDropdown';
4
4
  declare const Container: import("styled-components").StyledComponent<"div", any, {
5
5
  as: string;
6
6
  }, "as">;
7
- declare const GroupLabel: import("styled-components").StyledComponent<"span", any, {} & import("../Text/types").TextProps, never>;
7
+ declare const GroupLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
8
+ as?: import("../Text").ValidTextTag | undefined;
9
+ muted?: boolean | undefined;
10
+ variant?: "body" | "button" | "link" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
11
+ } & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
8
12
  declare const MainIcon: import("styled-components").StyledComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element, any, {
9
13
  $shouldShow?: boolean | undefined;
10
14
  }, never>;
@@ -1,8 +1,17 @@
1
+ /// <reference types="react" />
1
2
  type SpecificStateContainerPropTypes = {
2
3
  height: number;
3
4
  };
4
5
  declare const SpecificStateContainer: import("styled-components").StyledComponent<"div", any, SpecificStateContainerPropTypes, never>;
5
6
  declare const EllipseContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- declare const TitleText: import("styled-components").StyledComponent<"span", any, {} & import("../../Text/types").TextProps, never>;
7
- declare const SubTitleText: import("styled-components").StyledComponent<"span", any, {} & import("../../Text/types").TextProps, never>;
7
+ declare const TitleText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
8
+ as?: import("../../Text").ValidTextTag | undefined;
9
+ muted?: boolean | undefined;
10
+ variant?: "body" | "button" | "link" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
11
+ } & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
12
+ declare const SubTitleText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
13
+ as?: import("../../Text").ValidTextTag | undefined;
14
+ muted?: boolean | undefined;
15
+ variant?: "body" | "button" | "link" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
16
+ } & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
8
17
  export { SpecificStateContainer, EllipseContainer, TitleText, SubTitleText };
@@ -21,16 +21,18 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
21
21
  style?: import("react").CSSProperties | undefined;
22
22
  title?: string | undefined;
23
23
  pattern?: string | undefined;
24
+ rel?: string | undefined;
24
25
  placeholder?: string | undefined;
25
- name?: string | undefined;
26
+ list?: string | undefined;
27
+ className?: string | undefined;
28
+ children?: import("react").ReactNode;
26
29
  defaultChecked?: boolean | undefined;
27
30
  defaultValue?: string | number | readonly string[] | undefined;
28
31
  suppressContentEditableWarning?: boolean | undefined;
29
32
  suppressHydrationWarning?: boolean | undefined;
30
33
  accessKey?: string | undefined;
31
34
  autoFocus?: boolean | undefined;
32
- className?: string | undefined;
33
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
35
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
34
36
  contextMenu?: string | undefined;
35
37
  dir?: string | undefined;
36
38
  draggable?: (boolean | "true" | "false") | undefined;
@@ -40,7 +42,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
40
42
  nonce?: string | undefined;
41
43
  spellCheck?: (boolean | "true" | "false") | undefined;
42
44
  tabIndex?: number | undefined;
43
- translate?: "no" | "yes" | undefined;
45
+ translate?: "yes" | "no" | undefined;
44
46
  radioGroup?: string | undefined;
45
47
  role?: import("react").AriaRole | undefined;
46
48
  about?: string | undefined;
@@ -49,7 +51,6 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
49
51
  inlist?: any;
50
52
  prefix?: string | undefined;
51
53
  property?: string | undefined;
52
- rel?: string | undefined;
53
54
  resource?: string | undefined;
54
55
  rev?: string | undefined;
55
56
  typeof?: string | undefined;
@@ -66,27 +67,27 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
66
67
  results?: number | undefined;
67
68
  security?: string | undefined;
68
69
  unselectable?: "on" | "off" | undefined;
69
- inputMode?: "text" | "none" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
70
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
70
71
  is?: string | undefined;
71
72
  'aria-activedescendant'?: string | undefined;
72
73
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
73
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
74
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
74
75
  'aria-busy'?: (boolean | "true" | "false") | undefined;
75
76
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
76
77
  'aria-colcount'?: number | undefined;
77
78
  'aria-colindex'?: number | undefined;
78
79
  'aria-colspan'?: number | undefined;
79
80
  'aria-controls'?: string | undefined;
80
- 'aria-current'?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
81
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
81
82
  'aria-describedby'?: string | undefined;
82
83
  'aria-details'?: string | undefined;
83
84
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
84
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
85
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
85
86
  'aria-errormessage'?: string | undefined;
86
87
  'aria-expanded'?: (boolean | "true" | "false") | undefined;
87
88
  'aria-flowto'?: string | undefined;
88
89
  'aria-grabbed'?: (boolean | "true" | "false") | undefined;
89
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
90
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
90
91
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
91
92
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
92
93
  'aria-keyshortcuts'?: string | undefined;
@@ -103,7 +104,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
103
104
  'aria-posinset'?: number | undefined;
104
105
  'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
105
106
  'aria-readonly'?: (boolean | "true" | "false") | undefined;
106
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
107
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
107
108
  'aria-required'?: (boolean | "true" | "false") | undefined;
108
109
  'aria-roledescription'?: string | undefined;
109
110
  'aria-rowcount'?: number | undefined;
@@ -111,12 +112,11 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
111
112
  'aria-rowspan'?: number | undefined;
112
113
  'aria-selected'?: (boolean | "true" | "false") | undefined;
113
114
  'aria-setsize'?: number | undefined;
114
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
115
+ 'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
115
116
  'aria-valuemax'?: number | undefined;
116
117
  'aria-valuemin'?: number | undefined;
117
118
  'aria-valuenow'?: number | undefined;
118
119
  'aria-valuetext'?: string | undefined;
119
- children?: import("react").ReactNode;
120
120
  dangerouslySetInnerHTML?: {
121
121
  __html: string | TrustedHTML;
122
122
  } | undefined;
@@ -279,12 +279,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
279
279
  onAnimationIterationCapture?: (import("react").AnimationEventHandler<HTMLInputElement> & import("react").AnimationEventHandler<HTMLTextAreaElement>) | undefined;
280
280
  onTransitionEnd?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
281
281
  onTransitionEndCapture?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
282
- height?: string | number | undefined;
283
- max?: string | number | undefined;
284
- min?: string | number | undefined;
285
- width?: string | number | undefined;
286
282
  alt?: string | undefined;
287
- src?: string | undefined;
288
283
  disabled?: boolean | undefined;
289
284
  formAction?: string | undefined;
290
285
  formEncType?: string | undefined;
@@ -296,15 +291,20 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
296
291
  capture?: boolean | "user" | "environment" | undefined;
297
292
  checked?: boolean | undefined;
298
293
  enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
299
- list?: string | undefined;
294
+ multiple?: boolean | undefined;
295
+ cols?: number | undefined;
296
+ dirName?: string | undefined;
300
297
  maxLength?: number | undefined;
301
298
  minLength?: number | undefined;
302
- multiple?: boolean | undefined;
299
+ src?: string | undefined;
300
+ name?: string | undefined;
301
+ height?: string | number | undefined;
302
+ max?: string | number | undefined;
303
+ min?: string | number | undefined;
304
+ width?: string | number | undefined;
303
305
  readOnly?: boolean | undefined;
304
306
  required?: boolean | undefined;
305
307
  step?: string | number | undefined;
306
- cols?: number | undefined;
307
- dirName?: string | undefined;
308
308
  rows?: number | undefined;
309
309
  wrap?: string | undefined;
310
310
  } & {
@@ -5,16 +5,18 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
5
5
  style?: import("react").CSSProperties | undefined;
6
6
  title?: string | undefined;
7
7
  pattern?: string | undefined;
8
+ rel?: string | undefined;
8
9
  placeholder?: string | undefined;
9
- name?: string | undefined;
10
+ list?: string | undefined;
11
+ className?: string | undefined;
12
+ children?: import("react").ReactNode;
10
13
  defaultChecked?: boolean | undefined;
11
14
  defaultValue?: string | number | readonly string[] | undefined;
12
15
  suppressContentEditableWarning?: boolean | undefined;
13
16
  suppressHydrationWarning?: boolean | undefined;
14
17
  accessKey?: string | undefined;
15
18
  autoFocus?: boolean | undefined;
16
- className?: string | undefined;
17
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
19
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
18
20
  contextMenu?: string | undefined;
19
21
  dir?: string | undefined;
20
22
  draggable?: (boolean | "true" | "false") | undefined;
@@ -24,7 +26,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
24
26
  nonce?: string | undefined;
25
27
  spellCheck?: (boolean | "true" | "false") | undefined;
26
28
  tabIndex?: number | undefined;
27
- translate?: "no" | "yes" | undefined;
29
+ translate?: "yes" | "no" | undefined;
28
30
  radioGroup?: string | undefined;
29
31
  role?: import("react").AriaRole | undefined;
30
32
  about?: string | undefined;
@@ -33,7 +35,6 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
33
35
  inlist?: any;
34
36
  prefix?: string | undefined;
35
37
  property?: string | undefined;
36
- rel?: string | undefined;
37
38
  resource?: string | undefined;
38
39
  rev?: string | undefined;
39
40
  typeof?: string | undefined;
@@ -50,27 +51,27 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
50
51
  results?: number | undefined;
51
52
  security?: string | undefined;
52
53
  unselectable?: "on" | "off" | undefined;
53
- inputMode?: "text" | "none" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
54
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
54
55
  is?: string | undefined;
55
56
  'aria-activedescendant'?: string | undefined;
56
57
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
57
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
58
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
58
59
  'aria-busy'?: (boolean | "true" | "false") | undefined;
59
60
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
60
61
  'aria-colcount'?: number | undefined;
61
62
  'aria-colindex'?: number | undefined;
62
63
  'aria-colspan'?: number | undefined;
63
64
  'aria-controls'?: string | undefined;
64
- 'aria-current'?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
65
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
65
66
  'aria-describedby'?: string | undefined;
66
67
  'aria-details'?: string | undefined;
67
68
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
68
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
69
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
69
70
  'aria-errormessage'?: string | undefined;
70
71
  'aria-expanded'?: (boolean | "true" | "false") | undefined;
71
72
  'aria-flowto'?: string | undefined;
72
73
  'aria-grabbed'?: (boolean | "true" | "false") | undefined;
73
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
74
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
74
75
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
75
76
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
76
77
  'aria-keyshortcuts'?: string | undefined;
@@ -87,7 +88,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
87
88
  'aria-posinset'?: number | undefined;
88
89
  'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
89
90
  'aria-readonly'?: (boolean | "true" | "false") | undefined;
90
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
92
  'aria-required'?: (boolean | "true" | "false") | undefined;
92
93
  'aria-roledescription'?: string | undefined;
93
94
  'aria-rowcount'?: number | undefined;
@@ -95,12 +96,11 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
95
96
  'aria-rowspan'?: number | undefined;
96
97
  'aria-selected'?: (boolean | "true" | "false") | undefined;
97
98
  'aria-setsize'?: number | undefined;
98
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
99
+ 'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
99
100
  'aria-valuemax'?: number | undefined;
100
101
  'aria-valuemin'?: number | undefined;
101
102
  'aria-valuenow'?: number | undefined;
102
103
  'aria-valuetext'?: string | undefined;
103
- children?: import("react").ReactNode;
104
104
  dangerouslySetInnerHTML?: {
105
105
  __html: string | TrustedHTML;
106
106
  } | undefined;
@@ -263,12 +263,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
263
263
  onAnimationIterationCapture?: (import("react").AnimationEventHandler<HTMLInputElement> & import("react").AnimationEventHandler<HTMLTextAreaElement>) | undefined;
264
264
  onTransitionEnd?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
265
265
  onTransitionEndCapture?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
266
- height?: string | number | undefined;
267
- max?: string | number | undefined;
268
- min?: string | number | undefined;
269
- width?: string | number | undefined;
270
266
  alt?: string | undefined;
271
- src?: string | undefined;
272
267
  disabled?: boolean | undefined;
273
268
  formAction?: string | undefined;
274
269
  formEncType?: string | undefined;
@@ -280,15 +275,20 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
280
275
  capture?: boolean | "user" | "environment" | undefined;
281
276
  checked?: boolean | undefined;
282
277
  enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
283
- list?: string | undefined;
278
+ multiple?: boolean | undefined;
279
+ cols?: number | undefined;
280
+ dirName?: string | undefined;
284
281
  maxLength?: number | undefined;
285
282
  minLength?: number | undefined;
286
- multiple?: boolean | undefined;
283
+ src?: string | undefined;
284
+ name?: string | undefined;
285
+ height?: string | number | undefined;
286
+ max?: string | number | undefined;
287
+ min?: string | number | undefined;
288
+ width?: string | number | undefined;
287
289
  readOnly?: boolean | undefined;
288
290
  required?: boolean | undefined;
289
291
  step?: string | number | undefined;
290
- cols?: number | undefined;
291
- dirName?: string | undefined;
292
292
  rows?: number | undefined;
293
293
  wrap?: string | undefined;
294
294
  } & {
@@ -5,16 +5,18 @@ export declare const Search: React.ForwardRefExoticComponent<{
5
5
  style?: React.CSSProperties | undefined;
6
6
  title?: string | undefined;
7
7
  pattern?: string | undefined;
8
+ rel?: string | undefined;
8
9
  placeholder?: string | undefined;
9
- name?: string | undefined;
10
+ list?: string | undefined;
11
+ className?: string | undefined;
12
+ children?: React.ReactNode;
10
13
  defaultChecked?: boolean | undefined;
11
14
  defaultValue?: string | number | readonly string[] | undefined;
12
15
  suppressContentEditableWarning?: boolean | undefined;
13
16
  suppressHydrationWarning?: boolean | undefined;
14
17
  accessKey?: string | undefined;
15
18
  autoFocus?: boolean | undefined;
16
- className?: string | undefined;
17
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
19
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
18
20
  contextMenu?: string | undefined;
19
21
  dir?: string | undefined;
20
22
  draggable?: (boolean | "true" | "false") | undefined;
@@ -24,7 +26,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
24
26
  nonce?: string | undefined;
25
27
  spellCheck?: (boolean | "true" | "false") | undefined;
26
28
  tabIndex?: number | undefined;
27
- translate?: "no" | "yes" | undefined;
29
+ translate?: "yes" | "no" | undefined;
28
30
  radioGroup?: string | undefined;
29
31
  role?: React.AriaRole | undefined;
30
32
  about?: string | undefined;
@@ -33,7 +35,6 @@ export declare const Search: React.ForwardRefExoticComponent<{
33
35
  inlist?: any;
34
36
  prefix?: string | undefined;
35
37
  property?: string | undefined;
36
- rel?: string | undefined;
37
38
  resource?: string | undefined;
38
39
  rev?: string | undefined;
39
40
  typeof?: string | undefined;
@@ -50,27 +51,27 @@ export declare const Search: React.ForwardRefExoticComponent<{
50
51
  results?: number | undefined;
51
52
  security?: string | undefined;
52
53
  unselectable?: "on" | "off" | undefined;
53
- inputMode?: "text" | "none" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
54
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
54
55
  is?: string | undefined;
55
56
  'aria-activedescendant'?: string | undefined;
56
57
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
57
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
58
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
58
59
  'aria-busy'?: (boolean | "true" | "false") | undefined;
59
60
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
60
61
  'aria-colcount'?: number | undefined;
61
62
  'aria-colindex'?: number | undefined;
62
63
  'aria-colspan'?: number | undefined;
63
64
  'aria-controls'?: string | undefined;
64
- 'aria-current'?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
65
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
65
66
  'aria-describedby'?: string | undefined;
66
67
  'aria-details'?: string | undefined;
67
68
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
68
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
69
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
69
70
  'aria-errormessage'?: string | undefined;
70
71
  'aria-expanded'?: (boolean | "true" | "false") | undefined;
71
72
  'aria-flowto'?: string | undefined;
72
73
  'aria-grabbed'?: (boolean | "true" | "false") | undefined;
73
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
74
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
74
75
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
75
76
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
76
77
  'aria-keyshortcuts'?: string | undefined;
@@ -87,7 +88,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
87
88
  'aria-posinset'?: number | undefined;
88
89
  'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
89
90
  'aria-readonly'?: (boolean | "true" | "false") | undefined;
90
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
92
  'aria-required'?: (boolean | "true" | "false") | undefined;
92
93
  'aria-roledescription'?: string | undefined;
93
94
  'aria-rowcount'?: number | undefined;
@@ -95,12 +96,11 @@ export declare const Search: React.ForwardRefExoticComponent<{
95
96
  'aria-rowspan'?: number | undefined;
96
97
  'aria-selected'?: (boolean | "true" | "false") | undefined;
97
98
  'aria-setsize'?: number | undefined;
98
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
99
+ 'aria-sort'?: "other" | "none" | "ascending" | "descending" | undefined;
99
100
  'aria-valuemax'?: number | undefined;
100
101
  'aria-valuemin'?: number | undefined;
101
102
  'aria-valuenow'?: number | undefined;
102
103
  'aria-valuetext'?: string | undefined;
103
- children?: React.ReactNode;
104
104
  dangerouslySetInnerHTML?: {
105
105
  __html: string | TrustedHTML;
106
106
  } | undefined;
@@ -263,12 +263,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
263
263
  onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLInputElement> & React.AnimationEventHandler<HTMLTextAreaElement>) | undefined;
264
264
  onTransitionEnd?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
265
265
  onTransitionEndCapture?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
266
- height?: string | number | undefined;
267
- max?: string | number | undefined;
268
- min?: string | number | undefined;
269
- width?: string | number | undefined;
270
266
  alt?: string | undefined;
271
- src?: string | undefined;
272
267
  disabled?: boolean | undefined;
273
268
  formAction?: string | undefined;
274
269
  formEncType?: string | undefined;
@@ -280,15 +275,20 @@ export declare const Search: React.ForwardRefExoticComponent<{
280
275
  capture?: boolean | "user" | "environment" | undefined;
281
276
  checked?: boolean | undefined;
282
277
  enterKeyHint?: "search" | "previous" | "next" | "enter" | "done" | "go" | "send" | undefined;
283
- list?: string | undefined;
278
+ multiple?: boolean | undefined;
279
+ cols?: number | undefined;
280
+ dirName?: string | undefined;
284
281
  maxLength?: number | undefined;
285
282
  minLength?: number | undefined;
286
- multiple?: boolean | undefined;
283
+ src?: string | undefined;
284
+ name?: string | undefined;
285
+ height?: string | number | undefined;
286
+ max?: string | number | undefined;
287
+ min?: string | number | undefined;
288
+ width?: string | number | undefined;
287
289
  readOnly?: boolean | undefined;
288
290
  required?: boolean | undefined;
289
291
  step?: string | number | undefined;
290
- cols?: number | undefined;
291
- dirName?: string | undefined;
292
292
  rows?: number | undefined;
293
293
  wrap?: string | undefined;
294
294
  } & {