@salutejs/plasma-new-hope 0.343.0-canary.2357.19712161711.0 → 0.343.0-canary.2358.19738569895.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 (179) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +26 -28
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +26 -28
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.js +0 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +4 -6
  6. package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  7. package/cjs/components/DatePicker/RangeDate/RangeDate.css +26 -28
  8. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
  9. package/cjs/components/DatePicker/SingleDate/SingleDate.css +26 -28
  10. package/cjs/components/DateTimePicker/DateTimePicker.css +26 -28
  11. package/cjs/components/DateTimePicker/ui/Input/Input.css +26 -28
  12. package/cjs/components/Pagination/Pagination.css +26 -28
  13. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
  14. package/cjs/components/Range/Range.css +26 -28
  15. package/cjs/components/Select/Select.css +26 -28
  16. package/cjs/components/Select/ui/Target/Target.css +26 -28
  17. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
  18. package/cjs/components/Slider/Slider.css +26 -28
  19. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
  20. package/cjs/components/Table/Table.css +26 -28
  21. package/cjs/components/Table/ui/Cell/Cell.css +26 -28
  22. package/cjs/components/Table/ui/EditableCell/EditableCell.css +26 -28
  23. package/cjs/components/Table/ui/HeadCell/HeadCell.css +26 -28
  24. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
  25. package/cjs/components/TextField/TextField.js +16 -23
  26. package/cjs/components/TextField/TextField.js.map +1 -1
  27. package/cjs/components/TextField/TextField.styles.js +8 -18
  28. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  29. package/cjs/components/TextField/{TextField.styles_146520i.css → TextField.styles_1pu4eym.css} +1 -1
  30. package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
  31. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  32. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  33. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  34. package/cjs/components/TextField/variations/_label-placement/{base_1s0mlhj.css → base_o4xjq1.css} +1 -1
  35. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  36. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  37. package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
  38. package/cjs/components/TextField/variations/_view/base.js +1 -1
  39. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  40. package/cjs/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
  41. package/cjs/components/TimePicker/TimePicker.css +26 -28
  42. package/cjs/index.css +26 -28
  43. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +0 -1
  44. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +17 -17
  45. package/emotion/cjs/components/TextField/TextField.js +17 -24
  46. package/emotion/cjs/components/TextField/TextField.styles.js +46 -49
  47. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  48. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  49. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  50. package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +59 -0
  51. package/emotion/cjs/examples/components/TextField/TextField.config.js +22 -25
  52. package/emotion/cjs/examples/components/TextField/TextField.js +29 -5
  53. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +0 -1
  54. package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +17 -17
  55. package/emotion/es/components/TextField/TextField.js +5 -12
  56. package/emotion/es/components/TextField/TextField.styles.js +46 -49
  57. package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
  58. package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
  59. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  60. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  61. package/emotion/es/examples/components/TextField/TextField.clear.config.js +49 -0
  62. package/emotion/es/examples/components/TextField/TextField.config.js +22 -25
  63. package/emotion/es/examples/components/TextField/TextField.js +15 -2
  64. package/es/components/Autocomplete/Autocomplete.css +26 -28
  65. package/es/components/Combobox/ComboboxNew/Combobox.css +26 -28
  66. package/es/components/Combobox/ComboboxNew/Combobox.js +0 -1
  67. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  68. package/es/components/Combobox/ComboboxNew/Combobox.styles.js +4 -6
  69. package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
  70. package/es/components/DatePicker/RangeDate/RangeDate.css +26 -28
  71. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
  72. package/es/components/DatePicker/SingleDate/SingleDate.css +26 -28
  73. package/es/components/DateTimePicker/DateTimePicker.css +26 -28
  74. package/es/components/DateTimePicker/ui/Input/Input.css +26 -28
  75. package/es/components/Pagination/Pagination.css +26 -28
  76. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
  77. package/es/components/Range/Range.css +26 -28
  78. package/es/components/Select/Select.css +26 -28
  79. package/es/components/Select/ui/Target/Target.css +26 -28
  80. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
  81. package/es/components/Slider/Slider.css +26 -28
  82. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
  83. package/es/components/Table/Table.css +26 -28
  84. package/es/components/Table/ui/Cell/Cell.css +26 -28
  85. package/es/components/Table/ui/EditableCell/EditableCell.css +26 -28
  86. package/es/components/Table/ui/HeadCell/HeadCell.css +26 -28
  87. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
  88. package/es/components/TextField/TextField.js +16 -23
  89. package/es/components/TextField/TextField.js.map +1 -1
  90. package/es/components/TextField/TextField.styles.js +8 -18
  91. package/es/components/TextField/TextField.styles.js.map +1 -1
  92. package/es/components/TextField/{TextField.styles_146520i.css → TextField.styles_1pu4eym.css} +1 -1
  93. package/es/components/TextField/ui/Hint/Hint.css +21 -21
  94. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  95. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  96. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  97. package/es/components/TextField/variations/_label-placement/{base_1s0mlhj.css → base_o4xjq1.css} +1 -1
  98. package/es/components/TextField/variations/_read-only/base.js +1 -1
  99. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  100. package/es/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
  101. package/es/components/TextField/variations/_view/base.js +1 -1
  102. package/es/components/TextField/variations/_view/base.js.map +1 -1
  103. package/es/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
  104. package/es/components/TimePicker/TimePicker.css +26 -28
  105. package/es/index.css +26 -28
  106. package/package.json +3 -3
  107. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +0 -1
  108. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +10 -10
  109. package/styled-components/cjs/components/TextField/TextField.js +16 -23
  110. package/styled-components/cjs/components/TextField/TextField.styles.js +31 -32
  111. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +6 -4
  112. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +3 -4
  113. package/styled-components/cjs/components/TextField/variations/_view/base.js +13 -2
  114. package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +670 -0
  115. package/styled-components/cjs/examples/components/TextField/TextField.config.js +10 -48
  116. package/styled-components/cjs/examples/components/TextField/TextField.js +29 -5
  117. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +0 -1
  118. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +10 -10
  119. package/styled-components/es/components/TextField/TextField.js +4 -11
  120. package/styled-components/es/components/TextField/TextField.styles.js +31 -32
  121. package/styled-components/es/components/TextField/variations/_label-placement/base.js +7 -5
  122. package/styled-components/es/components/TextField/variations/_read-only/base.js +3 -4
  123. package/styled-components/es/components/TextField/variations/_view/base.js +14 -3
  124. package/styled-components/es/examples/components/TextField/TextField.clear.config.js +660 -0
  125. package/styled-components/es/examples/components/TextField/TextField.config.js +10 -48
  126. package/styled-components/es/examples/components/TextField/TextField.js +15 -2
  127. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +8 -0
  128. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  129. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  130. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +0 -1
  131. package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
  132. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +8 -0
  133. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  134. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +8 -0
  135. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  136. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +8 -0
  137. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
  138. package/types/components/Range/Range.styles.d.ts +8 -0
  139. package/types/components/Range/Range.styles.d.ts.map +1 -1
  140. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +8 -0
  141. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  142. package/types/components/Slider/components/Double/Double.styles.d.ts +8 -0
  143. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  144. package/types/components/TextField/TextField.d.ts +0 -4
  145. package/types/components/TextField/TextField.d.ts.map +1 -1
  146. package/types/components/TextField/TextField.styles.d.ts +1 -4
  147. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  148. package/types/components/TextField/TextField.types.d.ts +8 -0
  149. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  150. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  151. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  152. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  153. package/types/components/TimePicker/TimePicker.styles.d.ts +8 -0
  154. package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
  155. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  156. package/types/examples/components/Mask/Mask.d.ts +8 -24
  157. package/types/examples/components/Mask/Mask.d.ts.map +1 -1
  158. package/types/examples/components/NumberFormat/NumberFormat.d.ts +8 -24
  159. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  160. package/types/examples/components/TextField/TextField.clear.config.d.ts +48 -0
  161. package/types/examples/components/TextField/TextField.clear.config.d.ts.map +1 -0
  162. package/types/examples/components/TextField/TextField.config.d.ts +0 -3
  163. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
  164. package/types/examples/components/TextField/TextField.d.ts +695 -2
  165. package/types/examples/components/TextField/TextField.d.ts.map +1 -1
  166. package/cjs/components/TextField/variations/_clear/base.js +0 -9
  167. package/cjs/components/TextField/variations/_clear/base.js.map +0 -1
  168. package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
  169. package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
  170. package/emotion/cjs/components/TextField/variations/_clear/base.js +0 -14
  171. package/emotion/es/components/TextField/variations/_clear/base.js +0 -4
  172. package/es/components/TextField/variations/_clear/base.js +0 -5
  173. package/es/components/TextField/variations/_clear/base.js.map +0 -1
  174. package/es/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
  175. package/es/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
  176. package/styled-components/cjs/components/TextField/variations/_clear/base.js +0 -52
  177. package/styled-components/es/components/TextField/variations/_clear/base.js +0 -42
  178. package/types/components/TextField/variations/_clear/base.d.ts +0 -2
  179. package/types/components/TextField/variations/_clear/base.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Range.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Range/Range.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW;;;;;;;;kBAgIyR,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArHtnB,CAAC;;;;;;;;;;;;wBAqHyQ,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArHtnB,CAAC;;;;;;;;;;;;wBAqHyQ,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArHtnB,CAAC;;;;;;;;;;;;wBAqHyQ,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArHtnB,CAAC;;;;;;;;;;;;wBAqHyQ,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;yIA9DnqB,CAAC;AAEF,eAAO,MAAM,IAAI,0CAEhB,CAAC;AAEF,eAAO,MAAM,WAAW,8KAAiB,CAAC;AAE1C,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,eAAe,qKAG3B,CAAC;AAEF,eAAO,MAAM,UAAU,qKAAe,CAAC;AAEvC,eAAO,MAAM,cAAc,qKAW1B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAAe,CAAC;AAE1C,eAAO,MAAM,iBAAiB,qKAY7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAW9B,CAAC"}
1
+ {"version":3,"file":"Range.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Range/Range.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW;;;;;;;;;kBAgIgW,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArH7rB,CAAC;;;;;;;;;;;;;wBAqHgV,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArH7rB,CAAC;;;;;;;;;;;;;wBAqHgV,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArH7rB,CAAC;;;;;;;;;;;;;wBAqHgV,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCArH7rB,CAAC;;;;;;;;;;;;;wBAqHgV,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;yIA9D1uB,CAAC;AAEF,eAAO,MAAM,IAAI,0CAEhB,CAAC;AAEF,eAAO,MAAM,WAAW,8KAAiB,CAAC;AAE1C,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,eAAe,qKAG3B,CAAC;AAEF,eAAO,MAAM,UAAU,qKAAe,CAAC;AAEvC,eAAO,MAAM,cAAc,qKAW1B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAAe,CAAC;AAE1C,eAAO,MAAM,iBAAiB,qKAY7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAW9B,CAAC"}
@@ -2,6 +2,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
2
2
  opened: boolean;
3
3
  disabled?: boolean;
4
4
  } & (import("../../../../../../engines/types").PropsType<import("../../../../../../engines/types").Variants> & (({
5
+ appearance?: "default" | "clear";
5
6
  size?: string;
6
7
  view?: string;
7
8
  readOnly?: boolean;
@@ -38,6 +39,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
38
39
  chipView?: never;
39
40
  chipValidator?: never;
40
41
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
42
+ appearance?: "default" | "clear";
41
43
  size?: string;
42
44
  view?: string;
43
45
  readOnly?: boolean;
@@ -76,6 +78,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
76
78
  view?: string;
77
79
  };
78
80
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
81
+ appearance?: "default" | "clear";
79
82
  size?: string;
80
83
  view?: string;
81
84
  readOnly?: boolean;
@@ -112,6 +115,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
112
115
  chipView?: never;
113
116
  chipValidator?: never;
114
117
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
118
+ appearance?: "default" | "clear";
115
119
  size?: string;
116
120
  view?: string;
117
121
  readOnly?: boolean;
@@ -150,6 +154,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
150
154
  view?: string;
151
155
  };
152
156
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
157
+ appearance?: "default" | "clear";
153
158
  size?: string;
154
159
  view?: string;
155
160
  readOnly?: boolean;
@@ -186,6 +191,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
186
191
  chipView?: never;
187
192
  chipValidator?: never;
188
193
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
194
+ appearance?: "default" | "clear";
189
195
  size?: string;
190
196
  view?: string;
191
197
  readOnly?: boolean;
@@ -224,6 +230,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
224
230
  view?: string;
225
231
  };
226
232
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
233
+ appearance?: "default" | "clear";
227
234
  size?: string;
228
235
  view?: string;
229
236
  readOnly?: boolean;
@@ -260,6 +267,7 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
260
267
  chipView?: never;
261
268
  chipValidator?: never;
262
269
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
270
+ appearance?: "default" | "clear";
263
271
  size?: string;
264
272
  view?: string;
265
273
  readOnly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Textfield.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.styles.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;YAA+B,OAAO;eAAa,OAAO;;;;;;;;;kBAqFlF,MAAE,YAAY;mBAAqE,MACnF,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFgC,CAAC;;;;;;;;;;;;wBA4EvC,YAAY;yBACd,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACd,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFgC,CAAC;;;;;;;;;;;;wBA4EvC,YAAY;yBACd,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACd,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFgC,CAAC;;;;;;;;;;;;wBA4EvC,YAAY;yBACd,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACd,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFgC,CAAC;;;;;;;;;;;;wBA4EvC,YAAY;yBACd,YAAW;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;sJAkHX,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAA2B,OAAO;eAAa,OAAO;EAgBlF,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAG1C,CAAC;AAEF,eAAO,MAAM,WAAW,8JAGvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAG5B,CAAC"}
1
+ {"version":3,"file":"Textfield.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.styles.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;YAA+B,OAAO;eAAa,OAAO;;;;;;;;;;kBAqFhB,MAAO,YAAY;mBACtB,MAAO,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;sJAkHlF,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAA2B,OAAO;eAAa,OAAO;EAgBlF,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAG1C,CAAC;AAEF,eAAO,MAAM,WAAW,8JAGvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAG5B,CAAC"}
@@ -3,6 +3,7 @@ export declare const LabelContentLeft: import("@linaria/react").StyledComponent<
3
3
  export declare const Label: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & Record<never, unknown>>;
4
4
  export declare const InputsWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
5
  export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
6
+ appearance?: "default" | "clear";
6
7
  size?: string;
7
8
  view?: string;
8
9
  readOnly?: boolean;
@@ -39,6 +40,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
39
40
  chipView?: never;
40
41
  chipValidator?: never;
41
42
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
43
+ appearance?: "default" | "clear";
42
44
  size?: string;
43
45
  view?: string;
44
46
  readOnly?: boolean;
@@ -77,6 +79,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
77
79
  view?: string;
78
80
  };
79
81
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
82
+ appearance?: "default" | "clear";
80
83
  size?: string;
81
84
  view?: string;
82
85
  readOnly?: boolean;
@@ -113,6 +116,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
113
116
  chipView?: never;
114
117
  chipValidator?: never;
115
118
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
119
+ appearance?: "default" | "clear";
116
120
  size?: string;
117
121
  view?: string;
118
122
  readOnly?: boolean;
@@ -151,6 +155,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
151
155
  view?: string;
152
156
  };
153
157
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
158
+ appearance?: "default" | "clear";
154
159
  size?: string;
155
160
  view?: string;
156
161
  readOnly?: boolean;
@@ -187,6 +192,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
187
192
  chipView?: never;
188
193
  chipValidator?: never;
189
194
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
195
+ appearance?: "default" | "clear";
190
196
  size?: string;
191
197
  view?: string;
192
198
  readOnly?: boolean;
@@ -225,6 +231,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
225
231
  view?: string;
226
232
  };
227
233
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
234
+ appearance?: "default" | "clear";
228
235
  size?: string;
229
236
  view?: string;
230
237
  readOnly?: boolean;
@@ -261,6 +268,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
261
268
  chipView?: never;
262
269
  chipValidator?: never;
263
270
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
271
+ appearance?: "default" | "clear";
264
272
  size?: string;
265
273
  view?: string;
266
274
  readOnly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Double.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Slider/components/Double/Double.styles.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,YAAY,qKAMxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAAe,CAAC;AAE7C,eAAO,MAAM,KAAK,8KAOjB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAKzB,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;;kBA6EujD,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFz7D,CAAC;;;;;;;;;;;;wBAmF4kD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFz7D,CAAC;;;;;;;;;;;;wBAmF4kD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFz7D,CAAC;;;;;;;;;;;;wBAmF4kD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFz7D,CAAC;;;;;;;;;;;;wBAmF4kD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+IAPj8D,CAAC;AAEF,eAAO,MAAM,aAAa,qKAEzB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAAe,CAAC"}
1
+ {"version":3,"file":"Double.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Slider/components/Double/Double.styles.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,YAAY,qKAMxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAAe,CAAC;AAE7C,eAAO,MAAM,KAAK,8KAOjB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAKzB,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;;;kBA6E8nD,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFhgE,CAAC;;;;;;;;;;;;;wBAmFmpD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFhgE,CAAC;;;;;;;;;;;;;wBAmFmpD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFhgE,CAAC;;;;;;;;;;;;;wBAmFmpD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAnFhgE,CAAC;;;;;;;;;;;;;wBAmFmpD,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+IAPxgE,CAAC;AAEF,eAAO,MAAM,aAAa,qKAEzB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAAe,CAAC"}
@@ -15,10 +15,6 @@ export declare const textFieldConfig: {
15
15
  size: {
16
16
  css: import("@linaria/core").LinariaClassName;
17
17
  };
18
- clear: {
19
- css: import("@linaria/core").LinariaClassName;
20
- attrs: boolean;
21
- };
22
18
  disabled: {
23
19
  css: import("@linaria/core").LinariaClassName;
24
20
  attrs: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAsCjH,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAIF,eAAO,MAAM,aAAa,SAAU,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC,4FA6jB5E,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBA/jBQ,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwmBhF,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAqCjH,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAIF,eAAO,MAAM,aAAa,SAAU,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC,4FAwjB5E,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBA1jBQ,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+lBhF,CAAC"}
@@ -15,10 +15,7 @@ export declare const OuterLabelWrapper: import("@linaria/react").StyledComponent
15
15
  export declare const TitleCaption: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
16
16
  export declare const StyledIndicatorWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
17
17
  export declare const Label: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & Record<never, unknown>>;
18
- export declare const StyledContentLeft: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
19
- isDefaultView: boolean;
20
- isClear: boolean;
21
- }>;
18
+ export declare const StyledContentLeft: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
22
19
  export declare const StyledContentRightWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
23
20
  export declare const StyledContentRight: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
24
21
  export declare const LeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAoB7B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAiBjB,CAAC;AAEF,eAAO,MAAM,cAAc;sBAAkC,OAAO;EASnE,CAAC;AAEF,eAAO,MAAM,gBAAgB;iBAA6B,OAAO;EAkBhE,CAAC;AAEF,eAAO,MAAM,qBAAqB,qKAIjC,CAAC;AAEF,eAAO,MAAM,iBAAiB;kBAA8B,OAAO;EAOlE,CAAC;AAEF,eAAO,MAAM,YAAY,qKAGxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,KAAK,8KAEjB,CAAC;AAEF,eAAO,MAAM,iBAAiB;mBAA+B,OAAO;aAAW,OAAO;EAerF,CAAC;AAEF,eAAO,MAAM,yBAAyB,qKAGrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAc9B,CAAC;AAEF,eAAO,MAAM,UAAU,qKAAe,CAAC;AAEvC,eAAO,MAAM,gBAAgB;eAA2B,OAAO;EAE9D,CAAC;AAEF,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,kBAAkB,uKAE9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAS7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAM7B,CAAC;AAEF,eAAO,MAAM,IAAI,8OAIhB,CAAC;AAEF,eAAO,MAAM,eAAe,qKAE3B,CAAC;AAEF,eAAO,MAAM,eAAe,qKA+B3B,CAAC"}
1
+ {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAoB7B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAiBjB,CAAC;AAEF,eAAO,MAAM,cAAc;sBAAkC,OAAO;EASnE,CAAC;AAEF,eAAO,MAAM,gBAAgB;iBAA6B,OAAO;EAkBhE,CAAC;AAEF,eAAO,MAAM,qBAAqB,qKAIjC,CAAC;AAEF,eAAO,MAAM,iBAAiB;kBAA8B,OAAO;EAOlE,CAAC;AAEF,eAAO,MAAM,YAAY,qKAGxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,KAAK,8KAEjB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAY7B,CAAC;AAEF,eAAO,MAAM,yBAAyB,qKAGrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAc9B,CAAC;AAEF,eAAO,MAAM,UAAU,qKAAe,CAAC;AAEvC,eAAO,MAAM,gBAAgB;eAA2B,OAAO;EAE9D,CAAC;AAEF,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,kBAAkB,uKAE9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAS7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAM7B,CAAC;AAEF,eAAO,MAAM,IAAI,8OAIhB,CAAC;AAEF,eAAO,MAAM,eAAe,qKAE3B,CAAC;AAEF,eAAO,MAAM,eAAe,qKA+B3B,CAAC"}
@@ -104,6 +104,8 @@ export type RequiredProps = {
104
104
  type ClearProps = {
105
105
  /**
106
106
  * view применяется с clear-токенами
107
+ * @deprecated
108
+ * use `appearance="clear"` instead
107
109
  */
108
110
  clear?: boolean;
109
111
  /**
@@ -228,6 +230,12 @@ export type TextFieldPropsBase = {
228
230
  onSearch?: (value: string, event?: KeyboardEvent<HTMLInputElement>) => void;
229
231
  } & LabelProps & RequiredProps & ClearProps & HintProps & TextFieldChipProps;
230
232
  export type TextFieldProps = {
233
+ /**
234
+ * Стиль компонента.
235
+ * Влияет на то, какие токены будут применены для стилизации.
236
+ * @default default
237
+ */
238
+ appearance?: 'default' | 'clear';
231
239
  /**
232
240
  * Размер контрола.
233
241
  */
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_label-placement/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAgDhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_label-placement/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAoDhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_read-only/base.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,IAAI,0CAuEhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_read-only/base.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,IAAI,0CAqEhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_view/base.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,IAAI,0CAwDhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_view/base.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,IAAI,0CA2FhB,CAAC"}
@@ -18,6 +18,7 @@ export declare const StyledTimePickerGrid: import("@linaria/react").StyledMeta &
18
18
  onChange?: (event: import("../TimePickerGrid/TimePickerGrid.types").TimePickerGridChangeEvent) => void;
19
19
  } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onChange"> & import("react").RefAttributes<HTMLDivElement>>;
20
20
  export declare const StyledInput: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & (({
21
+ appearance?: "default" | "clear";
21
22
  size?: string;
22
23
  view?: string;
23
24
  readOnly?: boolean;
@@ -54,6 +55,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
54
55
  chipView?: never;
55
56
  chipValidator?: never;
56
57
  } & Omit<import("../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
58
+ appearance?: "default" | "clear";
57
59
  size?: string;
58
60
  view?: string;
59
61
  readOnly?: boolean;
@@ -92,6 +94,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
92
94
  view?: string;
93
95
  };
94
96
  } & Omit<import("../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
97
+ appearance?: "default" | "clear";
95
98
  size?: string;
96
99
  view?: string;
97
100
  readOnly?: boolean;
@@ -128,6 +131,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
128
131
  chipView?: never;
129
132
  chipValidator?: never;
130
133
  } & Omit<import("../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
134
+ appearance?: "default" | "clear";
131
135
  size?: string;
132
136
  view?: string;
133
137
  readOnly?: boolean;
@@ -166,6 +170,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
166
170
  view?: string;
167
171
  };
168
172
  } & Omit<import("../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
173
+ appearance?: "default" | "clear";
169
174
  size?: string;
170
175
  view?: string;
171
176
  readOnly?: boolean;
@@ -202,6 +207,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
202
207
  chipView?: never;
203
208
  chipValidator?: never;
204
209
  } & Omit<import("../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
210
+ appearance?: "default" | "clear";
205
211
  size?: string;
206
212
  view?: string;
207
213
  readOnly?: boolean;
@@ -240,6 +246,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
240
246
  view?: string;
241
247
  };
242
248
  } & Omit<import("../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
249
+ appearance?: "default" | "clear";
243
250
  size?: string;
244
251
  view?: string;
245
252
  readOnly?: boolean;
@@ -276,6 +283,7 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
276
283
  chipView?: never;
277
284
  chipValidator?: never;
278
285
  } & Omit<import("../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
286
+ appearance?: "default" | "clear";
279
287
  size?: string;
280
288
  view?: string;
281
289
  readOnly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"TimePicker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TimePicker/TimePicker.styles.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,aAAa,mTAAoB,CAAC;AAE/C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;YAMA,CAAC;cAA0B,CAAC;cAEpD,CAAC;;;qHAmBT,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;;kBAsDkD,MAAO,YAAY;mBAEnC,MAAO,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxFP,CAAC;;;;;;;;;;;;wBAiFyD,YAAY;yBAE5B,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmD,YAAY;yBAE5B,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxFP,CAAC;;;;;;;;;;;;wBAiFyD,YAAY;yBAE5B,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmD,YAAY;yBAE5B,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxFP,CAAC;;;;;;;;;;;;wBAiFyD,YAAY;yBAE5B,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAPmD,YAAY;yBAE5B,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;oCAxFP,CAAC;;;;;;;;;;;;wBAiFyD,YAAY;yBAE5B,YAAY;;;oCAKhD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;yIAkC7B,CAAC;AAEF,eAAO,MAAM,IAAI,0CAwBhB,CAAC;AAEF,eAAO,MAAM,gBAAgB;YAAwB,MAAM,GAAG,MAAM;EAWnE,CAAC"}
1
+ {"version":3,"file":"TimePicker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TimePicker/TimePicker.styles.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,aAAa,mTAAoB,CAAC;AAE/C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;YAMA,CAAC;cAA0B,CAAC;cAEpD,CAAC;;;qHAmBT,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;;;kBAwDkB,MAAM,YAAY;mBAChB,MAAO,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;oCAzFT,CAAC;;;;;;;;;;;;;wBAmFwB,YAAY;yBACT,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBANgB,YAAY;yBACT,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;oCAzFT,CAAC;;;;;;;;;;;;;wBAmFwB,YAAY;yBACT,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBANgB,YAAY;yBACT,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;oCAzFT,CAAC;;;;;;;;;;;;;wBAmFwB,YAAY;yBACT,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBANgB,YAAY;yBACT,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;oCAzFT,CAAC;;;;;;;;;;;;;wBAmFwB,YAAY;yBACT,YAAY;;;oCAKhC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;yIAiC/B,CAAC;AAEF,eAAO,MAAM,IAAI,0CAwBhB,CAAC;AAEF,eAAO,MAAM,gBAAgB;YAAwB,MAAM,GAAG,MAAM;EAWnE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Autocomplete/Autocomplete.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAC+jB,MAAO,SAAS;;;;;;;;mBAA8uB,MAAO,OAAO;;;;;2FAAmkB,MAAO,SAAS;;;;;;;;;;kBAAsoH,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAA6oH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAj1K,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAA6oH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAA6oH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAj1K,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAA6oH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAA6oH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAj1K,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAA6oH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAA6oH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;mRAD73L,CAAC"}
1
+ {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Autocomplete/Autocomplete.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAC+jB,MAAO,SAAS;;;;;;;;mBAA8uB,MAAO,OAAO;;;;;2FAAmkB,MAAO,SAAS;;;;;;;;;;kBAA6sH,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAotH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAx5K,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAotH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAotH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAx5K,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAotH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAotH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAx5K,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAotH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;4BAAvJ,SAAS;;;;;;;;yBAAqvB,OAAO;;;;;iGAA0kB,SAAS;;;;;;;;;;wBAAotH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;mRADp8L,CAAC"}
@@ -16,9 +16,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
16
16
  inner: import("@linaria/core").LinariaClassName;
17
17
  outer: import("@linaria/core").LinariaClassName;
18
18
  };
19
- clear: {
20
- true: import("@linaria/core").LinariaClassName;
21
- };
22
19
  chipView: {
23
20
  default: import("@linaria/core").LinariaClassName;
24
21
  secondary: import("@linaria/core").LinariaClassName;
@@ -41,6 +38,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
41
38
  true: import("@linaria/core").LinariaClassName;
42
39
  };
43
40
  }> & {
41
+ appearance?: "default" | "clear";
44
42
  size?: string;
45
43
  view?: string;
46
44
  readOnly?: boolean;
@@ -94,9 +92,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
94
92
  inner: import("@linaria/core").LinariaClassName;
95
93
  outer: import("@linaria/core").LinariaClassName;
96
94
  };
97
- clear: {
98
- true: import("@linaria/core").LinariaClassName;
99
- };
100
95
  chipView: {
101
96
  default: import("@linaria/core").LinariaClassName;
102
97
  secondary: import("@linaria/core").LinariaClassName;
@@ -119,6 +114,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
119
114
  true: import("@linaria/core").LinariaClassName;
120
115
  };
121
116
  }> & {
117
+ appearance?: "default" | "clear";
122
118
  size?: string;
123
119
  view?: string;
124
120
  readOnly?: boolean;
@@ -174,9 +170,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
174
170
  inner: import("@linaria/core").LinariaClassName;
175
171
  outer: import("@linaria/core").LinariaClassName;
176
172
  };
177
- clear: {
178
- true: import("@linaria/core").LinariaClassName;
179
- };
180
173
  chipView: {
181
174
  default: import("@linaria/core").LinariaClassName;
182
175
  secondary: import("@linaria/core").LinariaClassName;
@@ -199,6 +192,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
199
192
  true: import("@linaria/core").LinariaClassName;
200
193
  };
201
194
  }> & {
195
+ appearance?: "default" | "clear";
202
196
  size?: string;
203
197
  view?: string;
204
198
  readOnly?: boolean;
@@ -252,9 +246,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
252
246
  inner: import("@linaria/core").LinariaClassName;
253
247
  outer: import("@linaria/core").LinariaClassName;
254
248
  };
255
- clear: {
256
- true: import("@linaria/core").LinariaClassName;
257
- };
258
249
  chipView: {
259
250
  default: import("@linaria/core").LinariaClassName;
260
251
  secondary: import("@linaria/core").LinariaClassName;
@@ -277,6 +268,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
277
268
  true: import("@linaria/core").LinariaClassName;
278
269
  };
279
270
  }> & {
271
+ appearance?: "default" | "clear";
280
272
  size?: string;
281
273
  view?: string;
282
274
  readOnly?: boolean;
@@ -332,9 +324,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
332
324
  inner: import("@linaria/core").LinariaClassName;
333
325
  outer: import("@linaria/core").LinariaClassName;
334
326
  };
335
- clear: {
336
- true: import("@linaria/core").LinariaClassName;
337
- };
338
327
  chipView: {
339
328
  default: import("@linaria/core").LinariaClassName;
340
329
  secondary: import("@linaria/core").LinariaClassName;
@@ -357,6 +346,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
357
346
  true: import("@linaria/core").LinariaClassName;
358
347
  };
359
348
  }> & {
349
+ appearance?: "default" | "clear";
360
350
  size?: string;
361
351
  view?: string;
362
352
  readOnly?: boolean;
@@ -410,9 +400,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
410
400
  inner: import("@linaria/core").LinariaClassName;
411
401
  outer: import("@linaria/core").LinariaClassName;
412
402
  };
413
- clear: {
414
- true: import("@linaria/core").LinariaClassName;
415
- };
416
403
  chipView: {
417
404
  default: import("@linaria/core").LinariaClassName;
418
405
  secondary: import("@linaria/core").LinariaClassName;
@@ -435,6 +422,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
435
422
  true: import("@linaria/core").LinariaClassName;
436
423
  };
437
424
  }> & {
425
+ appearance?: "default" | "clear";
438
426
  size?: string;
439
427
  view?: string;
440
428
  readOnly?: boolean;
@@ -490,9 +478,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
490
478
  inner: import("@linaria/core").LinariaClassName;
491
479
  outer: import("@linaria/core").LinariaClassName;
492
480
  };
493
- clear: {
494
- true: import("@linaria/core").LinariaClassName;
495
- };
496
481
  chipView: {
497
482
  default: import("@linaria/core").LinariaClassName;
498
483
  secondary: import("@linaria/core").LinariaClassName;
@@ -515,6 +500,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
515
500
  true: import("@linaria/core").LinariaClassName;
516
501
  };
517
502
  }> & {
503
+ appearance?: "default" | "clear";
518
504
  size?: string;
519
505
  view?: string;
520
506
  readOnly?: boolean;
@@ -568,9 +554,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
568
554
  inner: import("@linaria/core").LinariaClassName;
569
555
  outer: import("@linaria/core").LinariaClassName;
570
556
  };
571
- clear: {
572
- true: import("@linaria/core").LinariaClassName;
573
- };
574
557
  chipView: {
575
558
  default: import("@linaria/core").LinariaClassName;
576
559
  secondary: import("@linaria/core").LinariaClassName;
@@ -593,6 +576,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
593
576
  true: import("@linaria/core").LinariaClassName;
594
577
  };
595
578
  }> & {
579
+ appearance?: "default" | "clear";
596
580
  size?: string;
597
581
  view?: string;
598
582
  readOnly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Mask.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Mask/Mask.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAC0rL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA80J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA80J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA80J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA80J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+PADphM,CAAC"}
1
+ {"version":3,"file":"Mask.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Mask/Mask.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACiwL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;+PAD3lM,CAAC"}
@@ -16,9 +16,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
16
16
  inner: import("@linaria/core").LinariaClassName;
17
17
  outer: import("@linaria/core").LinariaClassName;
18
18
  };
19
- clear: {
20
- true: import("@linaria/core").LinariaClassName;
21
- };
22
19
  chipView: {
23
20
  default: import("@linaria/core").LinariaClassName;
24
21
  secondary: import("@linaria/core").LinariaClassName;
@@ -41,6 +38,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
41
38
  true: import("@linaria/core").LinariaClassName;
42
39
  };
43
40
  }> & {
41
+ appearance?: "default" | "clear";
44
42
  size?: string;
45
43
  view?: string;
46
44
  readOnly?: boolean;
@@ -104,9 +102,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
104
102
  inner: import("@linaria/core").LinariaClassName;
105
103
  outer: import("@linaria/core").LinariaClassName;
106
104
  };
107
- clear: {
108
- true: import("@linaria/core").LinariaClassName;
109
- };
110
105
  chipView: {
111
106
  default: import("@linaria/core").LinariaClassName;
112
107
  secondary: import("@linaria/core").LinariaClassName;
@@ -129,6 +124,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
129
124
  true: import("@linaria/core").LinariaClassName;
130
125
  };
131
126
  }> & {
127
+ appearance?: "default" | "clear";
132
128
  size?: string;
133
129
  view?: string;
134
130
  readOnly?: boolean;
@@ -194,9 +190,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
194
190
  inner: import("@linaria/core").LinariaClassName;
195
191
  outer: import("@linaria/core").LinariaClassName;
196
192
  };
197
- clear: {
198
- true: import("@linaria/core").LinariaClassName;
199
- };
200
193
  chipView: {
201
194
  default: import("@linaria/core").LinariaClassName;
202
195
  secondary: import("@linaria/core").LinariaClassName;
@@ -219,6 +212,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
219
212
  true: import("@linaria/core").LinariaClassName;
220
213
  };
221
214
  }> & {
215
+ appearance?: "default" | "clear";
222
216
  size?: string;
223
217
  view?: string;
224
218
  readOnly?: boolean;
@@ -282,9 +276,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
282
276
  inner: import("@linaria/core").LinariaClassName;
283
277
  outer: import("@linaria/core").LinariaClassName;
284
278
  };
285
- clear: {
286
- true: import("@linaria/core").LinariaClassName;
287
- };
288
279
  chipView: {
289
280
  default: import("@linaria/core").LinariaClassName;
290
281
  secondary: import("@linaria/core").LinariaClassName;
@@ -307,6 +298,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
307
298
  true: import("@linaria/core").LinariaClassName;
308
299
  };
309
300
  }> & {
301
+ appearance?: "default" | "clear";
310
302
  size?: string;
311
303
  view?: string;
312
304
  readOnly?: boolean;
@@ -372,9 +364,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
372
364
  inner: import("@linaria/core").LinariaClassName;
373
365
  outer: import("@linaria/core").LinariaClassName;
374
366
  };
375
- clear: {
376
- true: import("@linaria/core").LinariaClassName;
377
- };
378
367
  chipView: {
379
368
  default: import("@linaria/core").LinariaClassName;
380
369
  secondary: import("@linaria/core").LinariaClassName;
@@ -397,6 +386,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
397
386
  true: import("@linaria/core").LinariaClassName;
398
387
  };
399
388
  }> & {
389
+ appearance?: "default" | "clear";
400
390
  size?: string;
401
391
  view?: string;
402
392
  readOnly?: boolean;
@@ -460,9 +450,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
460
450
  inner: import("@linaria/core").LinariaClassName;
461
451
  outer: import("@linaria/core").LinariaClassName;
462
452
  };
463
- clear: {
464
- true: import("@linaria/core").LinariaClassName;
465
- };
466
453
  chipView: {
467
454
  default: import("@linaria/core").LinariaClassName;
468
455
  secondary: import("@linaria/core").LinariaClassName;
@@ -485,6 +472,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
485
472
  true: import("@linaria/core").LinariaClassName;
486
473
  };
487
474
  }> & {
475
+ appearance?: "default" | "clear";
488
476
  size?: string;
489
477
  view?: string;
490
478
  readOnly?: boolean;
@@ -550,9 +538,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
550
538
  inner: import("@linaria/core").LinariaClassName;
551
539
  outer: import("@linaria/core").LinariaClassName;
552
540
  };
553
- clear: {
554
- true: import("@linaria/core").LinariaClassName;
555
- };
556
541
  chipView: {
557
542
  default: import("@linaria/core").LinariaClassName;
558
543
  secondary: import("@linaria/core").LinariaClassName;
@@ -575,6 +560,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
575
560
  true: import("@linaria/core").LinariaClassName;
576
561
  };
577
562
  }> & {
563
+ appearance?: "default" | "clear";
578
564
  size?: string;
579
565
  view?: string;
580
566
  readOnly?: boolean;
@@ -638,9 +624,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
638
624
  inner: import("@linaria/core").LinariaClassName;
639
625
  outer: import("@linaria/core").LinariaClassName;
640
626
  };
641
- clear: {
642
- true: import("@linaria/core").LinariaClassName;
643
- };
644
627
  chipView: {
645
628
  default: import("@linaria/core").LinariaClassName;
646
629
  secondary: import("@linaria/core").LinariaClassName;
@@ -663,6 +646,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
663
646
  true: import("@linaria/core").LinariaClassName;
664
647
  };
665
648
  }> & {
649
+ appearance?: "default" | "clear";
666
650
  size?: string;
667
651
  view?: string;
668
652
  readOnly?: boolean;