@salutejs/plasma-new-hope 0.343.0-canary.2358.19815233540.0 → 0.343.0-canary.2365.19816292443.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 (188) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +28 -26
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +28 -26
  3. package/cjs/components/DatePicker/RangeDate/RangeDate.css +28 -26
  4. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
  5. package/cjs/components/DatePicker/SingleDate/SingleDate.css +28 -26
  6. package/cjs/components/DateTimePicker/DateTimePicker.css +28 -26
  7. package/cjs/components/DateTimePicker/ui/Input/Input.css +28 -26
  8. package/cjs/components/Pagination/Pagination.css +37 -35
  9. package/cjs/components/Pagination/Pagination.styles.js +7 -7
  10. package/cjs/components/Pagination/Pagination.styles.js.map +1 -1
  11. package/cjs/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_11gdtmg.css} +1 -1
  12. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
  13. package/cjs/components/Range/Range.css +28 -26
  14. package/cjs/components/Select/Select.css +28 -26
  15. package/cjs/components/Select/ui/Target/Target.css +28 -26
  16. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
  17. package/cjs/components/Slider/Slider.css +28 -26
  18. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
  19. package/cjs/components/Table/Table.css +28 -26
  20. package/cjs/components/Table/ui/Cell/Cell.css +28 -26
  21. package/cjs/components/Table/ui/EditableCell/EditableCell.css +28 -26
  22. package/cjs/components/Table/ui/HeadCell/HeadCell.css +28 -26
  23. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
  24. package/cjs/components/TextField/TextField.js +23 -16
  25. package/cjs/components/TextField/TextField.js.map +1 -1
  26. package/cjs/components/TextField/TextField.styles.js +18 -8
  27. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  28. package/cjs/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
  29. package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
  30. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  31. package/cjs/components/TextField/variations/_clear/base.js +9 -0
  32. package/cjs/components/TextField/variations/_clear/base.js.map +1 -0
  33. package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
  34. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  35. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  36. package/{es/components/TextField/variations/_label-placement/base_o4xjq1.css → cjs/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
  37. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  38. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  39. package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
  40. package/cjs/components/TextField/variations/_view/base.js +1 -1
  41. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  42. package/cjs/components/TextField/variations/_view/{base_1twy16p.css → base_1diyp23.css} +1 -1
  43. package/cjs/components/TimePicker/TimePicker.css +28 -26
  44. package/cjs/index.css +37 -35
  45. package/cjs/utils/createConditionalComponent.js +4 -8
  46. package/cjs/utils/createConditionalComponent.js.map +1 -1
  47. package/emotion/cjs/components/Pagination/Pagination.styles.js +18 -18
  48. package/emotion/cjs/components/TextField/TextField.js +24 -17
  49. package/emotion/cjs/components/TextField/TextField.styles.js +49 -46
  50. package/emotion/cjs/components/TextField/variations/_clear/base.js +14 -0
  51. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  52. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  53. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  54. package/emotion/cjs/examples/components/TextField/TextField.config.js +25 -22
  55. package/emotion/cjs/examples/components/TextField/TextField.js +5 -29
  56. package/emotion/cjs/utils/createConditionalComponent.js +8 -76
  57. package/emotion/es/components/Pagination/Pagination.styles.js +18 -18
  58. package/emotion/es/components/TextField/TextField.js +12 -5
  59. package/emotion/es/components/TextField/TextField.styles.js +49 -46
  60. package/emotion/es/components/TextField/variations/_clear/base.js +4 -0
  61. package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
  62. package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
  63. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  64. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  65. package/emotion/es/examples/components/TextField/TextField.config.js +25 -22
  66. package/emotion/es/examples/components/TextField/TextField.js +2 -15
  67. package/emotion/es/utils/createConditionalComponent.js +5 -37
  68. package/es/components/Autocomplete/Autocomplete.css +28 -26
  69. package/es/components/Combobox/ComboboxNew/Combobox.css +28 -26
  70. package/es/components/DatePicker/RangeDate/RangeDate.css +28 -26
  71. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
  72. package/es/components/DatePicker/SingleDate/SingleDate.css +28 -26
  73. package/es/components/DateTimePicker/DateTimePicker.css +28 -26
  74. package/es/components/DateTimePicker/ui/Input/Input.css +28 -26
  75. package/es/components/Pagination/Pagination.css +37 -35
  76. package/es/components/Pagination/Pagination.styles.js +7 -7
  77. package/es/components/Pagination/Pagination.styles.js.map +1 -1
  78. package/es/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_11gdtmg.css} +1 -1
  79. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
  80. package/es/components/Range/Range.css +28 -26
  81. package/es/components/Select/Select.css +28 -26
  82. package/es/components/Select/ui/Target/Target.css +28 -26
  83. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
  84. package/es/components/Slider/Slider.css +28 -26
  85. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
  86. package/es/components/Table/Table.css +28 -26
  87. package/es/components/Table/ui/Cell/Cell.css +28 -26
  88. package/es/components/Table/ui/EditableCell/EditableCell.css +28 -26
  89. package/es/components/Table/ui/HeadCell/HeadCell.css +28 -26
  90. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
  91. package/es/components/TextField/TextField.js +23 -16
  92. package/es/components/TextField/TextField.js.map +1 -1
  93. package/es/components/TextField/TextField.styles.js +18 -8
  94. package/es/components/TextField/TextField.styles.js.map +1 -1
  95. package/es/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
  96. package/es/components/TextField/ui/Hint/Hint.css +21 -21
  97. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  98. package/es/components/TextField/variations/_clear/base.js +5 -0
  99. package/es/components/TextField/variations/_clear/base.js.map +1 -0
  100. package/es/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
  101. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  102. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  103. package/{cjs/components/TextField/variations/_label-placement/base_o4xjq1.css → es/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
  104. package/es/components/TextField/variations/_read-only/base.js +1 -1
  105. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  106. package/es/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
  107. package/es/components/TextField/variations/_view/base.js +1 -1
  108. package/es/components/TextField/variations/_view/base.js.map +1 -1
  109. package/es/components/TextField/variations/_view/{base_1twy16p.css → base_1diyp23.css} +1 -1
  110. package/es/components/TimePicker/TimePicker.css +28 -26
  111. package/es/index.css +37 -35
  112. package/es/utils/createConditionalComponent.js +6 -10
  113. package/es/utils/createConditionalComponent.js.map +1 -1
  114. package/package.json +3 -3
  115. package/styled-components/cjs/components/Pagination/Pagination.styles.js +12 -14
  116. package/styled-components/cjs/components/TextField/TextField.js +23 -16
  117. package/styled-components/cjs/components/TextField/TextField.styles.js +32 -31
  118. package/styled-components/cjs/components/TextField/variations/_clear/base.js +52 -0
  119. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +4 -6
  120. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +4 -3
  121. package/styled-components/cjs/components/TextField/variations/_view/base.js +2 -13
  122. package/styled-components/cjs/examples/components/TextField/TextField.config.js +48 -10
  123. package/styled-components/cjs/examples/components/TextField/TextField.js +5 -29
  124. package/styled-components/cjs/utils/createConditionalComponent.js +8 -76
  125. package/styled-components/es/components/Pagination/Pagination.styles.js +12 -14
  126. package/styled-components/es/components/TextField/TextField.js +11 -4
  127. package/styled-components/es/components/TextField/TextField.styles.js +32 -31
  128. package/styled-components/es/components/TextField/variations/_clear/base.js +42 -0
  129. package/styled-components/es/components/TextField/variations/_label-placement/base.js +5 -7
  130. package/styled-components/es/components/TextField/variations/_read-only/base.js +4 -3
  131. package/styled-components/es/components/TextField/variations/_view/base.js +3 -14
  132. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  133. package/styled-components/es/examples/components/TextField/TextField.config.js +48 -10
  134. package/styled-components/es/examples/components/TextField/TextField.js +2 -15
  135. package/styled-components/es/utils/createConditionalComponent.js +5 -37
  136. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -8
  137. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  138. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -8
  139. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  140. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -8
  141. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  142. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +0 -8
  143. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
  144. package/types/components/Pagination/Pagination.styles.d.ts.map +1 -1
  145. package/types/components/Range/Range.styles.d.ts +0 -8
  146. package/types/components/Range/Range.styles.d.ts.map +1 -1
  147. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -8
  148. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  149. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -8
  150. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  151. package/types/components/TextField/TextField.d.ts +4 -0
  152. package/types/components/TextField/TextField.d.ts.map +1 -1
  153. package/types/components/TextField/TextField.styles.d.ts +4 -1
  154. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  155. package/types/components/TextField/TextField.types.d.ts +0 -8
  156. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  157. package/types/components/TextField/variations/_clear/base.d.ts +2 -0
  158. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -0
  159. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  160. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  161. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  162. package/types/components/TimePicker/TimePicker.styles.d.ts +0 -8
  163. package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
  164. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  165. package/types/examples/components/Checkbox/Checkbox.d.ts +2 -2
  166. package/types/examples/components/Checkbox/Checkbox.d.ts.map +1 -1
  167. package/types/examples/components/Chip/Chip.d.ts +2 -2
  168. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  169. package/types/examples/components/Mask/Mask.d.ts +33 -17
  170. package/types/examples/components/Mask/Mask.d.ts.map +1 -1
  171. package/types/examples/components/NumberFormat/NumberFormat.d.ts +40 -24
  172. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  173. package/types/examples/components/Radiobox/Radiobox.d.ts +8 -49
  174. package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
  175. package/types/examples/components/TextField/TextField.config.d.ts +3 -0
  176. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
  177. package/types/examples/components/TextField/TextField.d.ts +4 -970
  178. package/types/examples/components/TextField/TextField.d.ts.map +1 -1
  179. package/types/utils/createConditionalComponent.d.ts +1 -1
  180. package/types/utils/createConditionalComponent.d.ts.map +1 -1
  181. package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
  182. package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +0 -59
  183. package/emotion/es/examples/components/TextField/TextField.clear.config.js +0 -49
  184. package/es/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
  185. package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +0 -670
  186. package/styled-components/es/examples/components/TextField/TextField.clear.config.js +0 -660
  187. package/types/examples/components/TextField/TextField.clear.config.d.ts +0 -48
  188. package/types/examples/components/TextField/TextField.clear.config.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<import("../../../engines/types").PropsType<{
1
+ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
2
2
  view: {
3
3
  default: import("@linaria/core").LinariaClassName;
4
4
  positive: import("@linaria/core").LinariaClassName;
@@ -16,6 +16,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
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
+ };
19
22
  chipView: {
20
23
  default: import("@linaria/core").LinariaClassName;
21
24
  secondary: import("@linaria/core").LinariaClassName;
@@ -38,7 +41,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
38
41
  true: import("@linaria/core").LinariaClassName;
39
42
  };
40
43
  }> & {
41
- appearance?: "default" | "clear";
42
44
  size?: string;
43
45
  view?: string;
44
46
  readOnly?: boolean;
@@ -74,7 +76,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
74
76
  chipType?: never;
75
77
  chipView?: never;
76
78
  chipValidator?: never;
77
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
79
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
78
80
  view: {
79
81
  default: import("@linaria/core").LinariaClassName;
80
82
  positive: import("@linaria/core").LinariaClassName;
@@ -92,6 +94,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
92
94
  inner: import("@linaria/core").LinariaClassName;
93
95
  outer: import("@linaria/core").LinariaClassName;
94
96
  };
97
+ clear: {
98
+ true: import("@linaria/core").LinariaClassName;
99
+ };
95
100
  chipView: {
96
101
  default: import("@linaria/core").LinariaClassName;
97
102
  secondary: import("@linaria/core").LinariaClassName;
@@ -114,7 +119,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
114
119
  true: import("@linaria/core").LinariaClassName;
115
120
  };
116
121
  }> & {
117
- appearance?: "default" | "clear";
118
122
  size?: string;
119
123
  view?: string;
120
124
  readOnly?: boolean;
@@ -152,7 +156,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
152
156
  chipValidator?: (value: string) => {
153
157
  view?: string;
154
158
  };
155
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
159
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
156
160
  view: {
157
161
  default: import("@linaria/core").LinariaClassName;
158
162
  positive: import("@linaria/core").LinariaClassName;
@@ -170,6 +174,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
170
174
  inner: import("@linaria/core").LinariaClassName;
171
175
  outer: import("@linaria/core").LinariaClassName;
172
176
  };
177
+ clear: {
178
+ true: import("@linaria/core").LinariaClassName;
179
+ };
173
180
  chipView: {
174
181
  default: import("@linaria/core").LinariaClassName;
175
182
  secondary: import("@linaria/core").LinariaClassName;
@@ -192,7 +199,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
192
199
  true: import("@linaria/core").LinariaClassName;
193
200
  };
194
201
  }> & {
195
- appearance?: "default" | "clear";
196
202
  size?: string;
197
203
  view?: string;
198
204
  readOnly?: boolean;
@@ -228,7 +234,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
228
234
  chipType?: never;
229
235
  chipView?: never;
230
236
  chipValidator?: never;
231
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
237
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
232
238
  view: {
233
239
  default: import("@linaria/core").LinariaClassName;
234
240
  positive: import("@linaria/core").LinariaClassName;
@@ -246,6 +252,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
246
252
  inner: import("@linaria/core").LinariaClassName;
247
253
  outer: import("@linaria/core").LinariaClassName;
248
254
  };
255
+ clear: {
256
+ true: import("@linaria/core").LinariaClassName;
257
+ };
249
258
  chipView: {
250
259
  default: import("@linaria/core").LinariaClassName;
251
260
  secondary: import("@linaria/core").LinariaClassName;
@@ -268,7 +277,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
268
277
  true: import("@linaria/core").LinariaClassName;
269
278
  };
270
279
  }> & {
271
- appearance?: "default" | "clear";
272
280
  size?: string;
273
281
  view?: string;
274
282
  readOnly?: boolean;
@@ -306,7 +314,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
306
314
  chipValidator?: (value: string) => {
307
315
  view?: string;
308
316
  };
309
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
317
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
310
318
  view: {
311
319
  default: import("@linaria/core").LinariaClassName;
312
320
  positive: import("@linaria/core").LinariaClassName;
@@ -324,6 +332,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
324
332
  inner: import("@linaria/core").LinariaClassName;
325
333
  outer: import("@linaria/core").LinariaClassName;
326
334
  };
335
+ clear: {
336
+ true: import("@linaria/core").LinariaClassName;
337
+ };
327
338
  chipView: {
328
339
  default: import("@linaria/core").LinariaClassName;
329
340
  secondary: import("@linaria/core").LinariaClassName;
@@ -346,7 +357,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
346
357
  true: import("@linaria/core").LinariaClassName;
347
358
  };
348
359
  }> & {
349
- appearance?: "default" | "clear";
350
360
  size?: string;
351
361
  view?: string;
352
362
  readOnly?: boolean;
@@ -382,7 +392,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
382
392
  chipType?: never;
383
393
  chipView?: never;
384
394
  chipValidator?: never;
385
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
395
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
386
396
  view: {
387
397
  default: import("@linaria/core").LinariaClassName;
388
398
  positive: import("@linaria/core").LinariaClassName;
@@ -400,6 +410,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
400
410
  inner: import("@linaria/core").LinariaClassName;
401
411
  outer: import("@linaria/core").LinariaClassName;
402
412
  };
413
+ clear: {
414
+ true: import("@linaria/core").LinariaClassName;
415
+ };
403
416
  chipView: {
404
417
  default: import("@linaria/core").LinariaClassName;
405
418
  secondary: import("@linaria/core").LinariaClassName;
@@ -422,7 +435,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
422
435
  true: import("@linaria/core").LinariaClassName;
423
436
  };
424
437
  }> & {
425
- appearance?: "default" | "clear";
426
438
  size?: string;
427
439
  view?: string;
428
440
  readOnly?: boolean;
@@ -460,7 +472,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
460
472
  chipValidator?: (value: string) => {
461
473
  view?: string;
462
474
  };
463
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
475
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
464
476
  view: {
465
477
  default: import("@linaria/core").LinariaClassName;
466
478
  positive: import("@linaria/core").LinariaClassName;
@@ -478,6 +490,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
478
490
  inner: import("@linaria/core").LinariaClassName;
479
491
  outer: import("@linaria/core").LinariaClassName;
480
492
  };
493
+ clear: {
494
+ true: import("@linaria/core").LinariaClassName;
495
+ };
481
496
  chipView: {
482
497
  default: import("@linaria/core").LinariaClassName;
483
498
  secondary: import("@linaria/core").LinariaClassName;
@@ -500,7 +515,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
500
515
  true: import("@linaria/core").LinariaClassName;
501
516
  };
502
517
  }> & {
503
- appearance?: "default" | "clear";
504
518
  size?: string;
505
519
  view?: string;
506
520
  readOnly?: boolean;
@@ -536,7 +550,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
536
550
  chipType?: never;
537
551
  chipView?: never;
538
552
  chipValidator?: never;
539
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
553
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
540
554
  view: {
541
555
  default: import("@linaria/core").LinariaClassName;
542
556
  positive: import("@linaria/core").LinariaClassName;
@@ -554,6 +568,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
554
568
  inner: import("@linaria/core").LinariaClassName;
555
569
  outer: import("@linaria/core").LinariaClassName;
556
570
  };
571
+ clear: {
572
+ true: import("@linaria/core").LinariaClassName;
573
+ };
557
574
  chipView: {
558
575
  default: import("@linaria/core").LinariaClassName;
559
576
  secondary: import("@linaria/core").LinariaClassName;
@@ -576,7 +593,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
576
593
  true: import("@linaria/core").LinariaClassName;
577
594
  };
578
595
  }> & {
579
- appearance?: "default" | "clear";
580
596
  size?: string;
581
597
  view?: string;
582
598
  readOnly?: boolean;
@@ -614,5 +630,5 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<
614
630
  chipValidator?: (value: string) => {
615
631
  view?: string;
616
632
  };
617
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
633
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
618
634
  //# sourceMappingURL=Mask.d.ts.map
@@ -1 +1 @@
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;;;;;;;;;;;;;;;;;;;;;;;;;;oTAD3lM,CAAC"}
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,4 +1,4 @@
1
- export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Omit<Omit<import("../../../engines/types").PropsType<{
1
+ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
2
2
  view: {
3
3
  default: import("@linaria/core").LinariaClassName;
4
4
  positive: import("@linaria/core").LinariaClassName;
@@ -16,6 +16,9 @@ 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
+ };
19
22
  chipView: {
20
23
  default: import("@linaria/core").LinariaClassName;
21
24
  secondary: import("@linaria/core").LinariaClassName;
@@ -38,7 +41,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
38
41
  true: import("@linaria/core").LinariaClassName;
39
42
  };
40
43
  }> & {
41
- appearance?: "default" | "clear";
42
44
  size?: string;
43
45
  view?: string;
44
46
  readOnly?: boolean;
@@ -74,7 +76,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
74
76
  chipType?: never;
75
77
  chipView?: never;
76
78
  chipValidator?: never;
77
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
79
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
78
80
  thousandSeparator?: boolean | string;
79
81
  decimalSeparator?: string;
80
82
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -84,7 +86,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
84
86
  allowLeadingZeros?: boolean;
85
87
  isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
86
88
  onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
87
- } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
89
+ } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
88
90
  view: {
89
91
  default: import("@linaria/core").LinariaClassName;
90
92
  positive: import("@linaria/core").LinariaClassName;
@@ -102,6 +104,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
102
104
  inner: import("@linaria/core").LinariaClassName;
103
105
  outer: import("@linaria/core").LinariaClassName;
104
106
  };
107
+ clear: {
108
+ true: import("@linaria/core").LinariaClassName;
109
+ };
105
110
  chipView: {
106
111
  default: import("@linaria/core").LinariaClassName;
107
112
  secondary: import("@linaria/core").LinariaClassName;
@@ -124,7 +129,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
124
129
  true: import("@linaria/core").LinariaClassName;
125
130
  };
126
131
  }> & {
127
- appearance?: "default" | "clear";
128
132
  size?: string;
129
133
  view?: string;
130
134
  readOnly?: boolean;
@@ -162,7 +166,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
162
166
  chipValidator?: (value: string) => {
163
167
  view?: string;
164
168
  };
165
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
169
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
166
170
  thousandSeparator?: boolean | string;
167
171
  decimalSeparator?: string;
168
172
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -172,7 +176,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
172
176
  allowLeadingZeros?: boolean;
173
177
  isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
174
178
  onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
175
- } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
179
+ } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
176
180
  view: {
177
181
  default: import("@linaria/core").LinariaClassName;
178
182
  positive: import("@linaria/core").LinariaClassName;
@@ -190,6 +194,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
190
194
  inner: import("@linaria/core").LinariaClassName;
191
195
  outer: import("@linaria/core").LinariaClassName;
192
196
  };
197
+ clear: {
198
+ true: import("@linaria/core").LinariaClassName;
199
+ };
193
200
  chipView: {
194
201
  default: import("@linaria/core").LinariaClassName;
195
202
  secondary: import("@linaria/core").LinariaClassName;
@@ -212,7 +219,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
212
219
  true: import("@linaria/core").LinariaClassName;
213
220
  };
214
221
  }> & {
215
- appearance?: "default" | "clear";
216
222
  size?: string;
217
223
  view?: string;
218
224
  readOnly?: boolean;
@@ -248,7 +254,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
248
254
  chipType?: never;
249
255
  chipView?: never;
250
256
  chipValidator?: never;
251
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
257
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
252
258
  thousandSeparator?: boolean | string;
253
259
  decimalSeparator?: string;
254
260
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -258,7 +264,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
258
264
  allowLeadingZeros?: boolean;
259
265
  isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
260
266
  onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
261
- } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
267
+ } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
262
268
  view: {
263
269
  default: import("@linaria/core").LinariaClassName;
264
270
  positive: import("@linaria/core").LinariaClassName;
@@ -276,6 +282,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
276
282
  inner: import("@linaria/core").LinariaClassName;
277
283
  outer: import("@linaria/core").LinariaClassName;
278
284
  };
285
+ clear: {
286
+ true: import("@linaria/core").LinariaClassName;
287
+ };
279
288
  chipView: {
280
289
  default: import("@linaria/core").LinariaClassName;
281
290
  secondary: import("@linaria/core").LinariaClassName;
@@ -298,7 +307,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
298
307
  true: import("@linaria/core").LinariaClassName;
299
308
  };
300
309
  }> & {
301
- appearance?: "default" | "clear";
302
310
  size?: string;
303
311
  view?: string;
304
312
  readOnly?: boolean;
@@ -336,7 +344,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
336
344
  chipValidator?: (value: string) => {
337
345
  view?: string;
338
346
  };
339
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
347
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
340
348
  thousandSeparator?: boolean | string;
341
349
  decimalSeparator?: string;
342
350
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -346,7 +354,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
346
354
  allowLeadingZeros?: boolean;
347
355
  isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
348
356
  onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
349
- } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
357
+ } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
350
358
  view: {
351
359
  default: import("@linaria/core").LinariaClassName;
352
360
  positive: import("@linaria/core").LinariaClassName;
@@ -364,6 +372,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
364
372
  inner: import("@linaria/core").LinariaClassName;
365
373
  outer: import("@linaria/core").LinariaClassName;
366
374
  };
375
+ clear: {
376
+ true: import("@linaria/core").LinariaClassName;
377
+ };
367
378
  chipView: {
368
379
  default: import("@linaria/core").LinariaClassName;
369
380
  secondary: import("@linaria/core").LinariaClassName;
@@ -386,7 +397,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
386
397
  true: import("@linaria/core").LinariaClassName;
387
398
  };
388
399
  }> & {
389
- appearance?: "default" | "clear";
390
400
  size?: string;
391
401
  view?: string;
392
402
  readOnly?: boolean;
@@ -422,7 +432,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
422
432
  chipType?: never;
423
433
  chipView?: never;
424
434
  chipValidator?: never;
425
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
435
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
426
436
  thousandSeparator?: boolean | string;
427
437
  decimalSeparator?: string;
428
438
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -432,7 +442,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
432
442
  allowLeadingZeros?: boolean;
433
443
  isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
434
444
  onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
435
- } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
445
+ } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
436
446
  view: {
437
447
  default: import("@linaria/core").LinariaClassName;
438
448
  positive: import("@linaria/core").LinariaClassName;
@@ -450,6 +460,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
450
460
  inner: import("@linaria/core").LinariaClassName;
451
461
  outer: import("@linaria/core").LinariaClassName;
452
462
  };
463
+ clear: {
464
+ true: import("@linaria/core").LinariaClassName;
465
+ };
453
466
  chipView: {
454
467
  default: import("@linaria/core").LinariaClassName;
455
468
  secondary: import("@linaria/core").LinariaClassName;
@@ -472,7 +485,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
472
485
  true: import("@linaria/core").LinariaClassName;
473
486
  };
474
487
  }> & {
475
- appearance?: "default" | "clear";
476
488
  size?: string;
477
489
  view?: string;
478
490
  readOnly?: boolean;
@@ -510,7 +522,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
510
522
  chipValidator?: (value: string) => {
511
523
  view?: string;
512
524
  };
513
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
525
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
514
526
  thousandSeparator?: boolean | string;
515
527
  decimalSeparator?: string;
516
528
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -520,7 +532,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
520
532
  allowLeadingZeros?: boolean;
521
533
  isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
522
534
  onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
523
- } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
535
+ } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
524
536
  view: {
525
537
  default: import("@linaria/core").LinariaClassName;
526
538
  positive: import("@linaria/core").LinariaClassName;
@@ -538,6 +550,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
538
550
  inner: import("@linaria/core").LinariaClassName;
539
551
  outer: import("@linaria/core").LinariaClassName;
540
552
  };
553
+ clear: {
554
+ true: import("@linaria/core").LinariaClassName;
555
+ };
541
556
  chipView: {
542
557
  default: import("@linaria/core").LinariaClassName;
543
558
  secondary: import("@linaria/core").LinariaClassName;
@@ -560,7 +575,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
560
575
  true: import("@linaria/core").LinariaClassName;
561
576
  };
562
577
  }> & {
563
- appearance?: "default" | "clear";
564
578
  size?: string;
565
579
  view?: string;
566
580
  readOnly?: boolean;
@@ -596,7 +610,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
596
610
  chipType?: never;
597
611
  chipView?: never;
598
612
  chipValidator?: never;
599
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
613
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
600
614
  thousandSeparator?: boolean | string;
601
615
  decimalSeparator?: string;
602
616
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -606,7 +620,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
606
620
  allowLeadingZeros?: boolean;
607
621
  isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
608
622
  onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
609
- } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
623
+ } & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
610
624
  view: {
611
625
  default: import("@linaria/core").LinariaClassName;
612
626
  positive: import("@linaria/core").LinariaClassName;
@@ -624,6 +638,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
624
638
  inner: import("@linaria/core").LinariaClassName;
625
639
  outer: import("@linaria/core").LinariaClassName;
626
640
  };
641
+ clear: {
642
+ true: import("@linaria/core").LinariaClassName;
643
+ };
627
644
  chipView: {
628
645
  default: import("@linaria/core").LinariaClassName;
629
646
  secondary: import("@linaria/core").LinariaClassName;
@@ -646,7 +663,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
646
663
  true: import("@linaria/core").LinariaClassName;
647
664
  };
648
665
  }> & {
649
- appearance?: "default" | "clear";
650
666
  size?: string;
651
667
  view?: string;
652
668
  readOnly?: boolean;
@@ -684,7 +700,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
684
700
  chipValidator?: (value: string) => {
685
701
  view?: string;
686
702
  };
687
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
703
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
688
704
  thousandSeparator?: boolean | string;
689
705
  decimalSeparator?: string;
690
706
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -1 +1 @@
1
- {"version":3,"file":"NumberFormat.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/NumberFormat/NumberFormat.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACytL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;8NADzmE,CAAC"}
1
+ {"version":3,"file":"NumberFormat.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/NumberFormat/NumberFormat.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACkpL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;8NADzmE,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { ComponentProps } from 'react';
1
2
  export declare const RadioboxDefault: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
2
3
  size: {
3
4
  s: import("@linaria/core").LinariaClassName;
@@ -44,53 +45,11 @@ export declare const RadioboxOutline: import("react").FunctionComponent<import("
44
45
  true: import("@linaria/core").LinariaClassName;
45
46
  };
46
47
  }> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
47
- export declare const Radiobox: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
48
- size: {
49
- s: import("@linaria/core").LinariaClassName;
50
- m: import("@linaria/core").LinariaClassName;
51
- l: import("@linaria/core").LinariaClassName;
52
- };
53
- view: {
54
- accent: import("@linaria/core").LinariaClassName;
55
- default: import("@linaria/core").LinariaClassName;
56
- secondary: import("@linaria/core").LinariaClassName;
57
- tertiary: import("@linaria/core").LinariaClassName;
58
- paragraph: import("@linaria/core").LinariaClassName;
59
- positive: import("@linaria/core").LinariaClassName;
60
- warning: import("@linaria/core").LinariaClassName;
61
- negative: import("@linaria/core").LinariaClassName;
62
- };
63
- disabled: {
64
- true: import("@linaria/core").LinariaClassName;
65
- };
66
- focused: {
67
- true: import("@linaria/core").LinariaClassName;
68
- };
69
- }> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement> & {
70
- appearance: "outline";
71
- }, "ref"> | Omit<import("../../../engines/types").PropsType<{
72
- size: {
73
- s: import("@linaria/core").LinariaClassName;
74
- m: import("@linaria/core").LinariaClassName;
75
- l: import("@linaria/core").LinariaClassName;
76
- };
77
- view: {
78
- accent: import("@linaria/core").LinariaClassName;
79
- default: import("@linaria/core").LinariaClassName;
80
- secondary: import("@linaria/core").LinariaClassName;
81
- tertiary: import("@linaria/core").LinariaClassName;
82
- paragraph: import("@linaria/core").LinariaClassName;
83
- positive: import("@linaria/core").LinariaClassName;
84
- warning: import("@linaria/core").LinariaClassName;
85
- negative: import("@linaria/core").LinariaClassName;
86
- };
87
- disabled: {
88
- true: import("@linaria/core").LinariaClassName;
89
- };
90
- focused: {
91
- true: import("@linaria/core").LinariaClassName;
92
- };
93
- }> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement> & {
94
- appearance?: "default" | undefined;
95
- }, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
48
+ type CheckboxProps = (ComponentProps<typeof RadioboxDefault> & {
49
+ appearance: 'outline';
50
+ }) | (ComponentProps<typeof RadioboxOutline> & {
51
+ appearance?: 'default' | undefined;
52
+ });
53
+ export declare const Radiobox: import("react").FC<CheckboxProps>;
54
+ export {};
96
55
  //# sourceMappingURL=Radiobox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Radiobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Radiobox/Radiobox.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAG9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAU9D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;gBANC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;iBAGR,SAAS,GAAG,SAAS;6DAQ1C,CAAC"}
1
+ {"version":3,"file":"Radiobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Radiobox/Radiobox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAG9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAE9D,KAAK,aAAa,GACZ,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,GAAG;IACtC,UAAU,EAAE,SAAS,CAAC;CACzB,CAAC,GACF,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,GAAG;IACtC,UAAU,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACtC,CAAC,CAAC;AAET,eAAO,MAAM,QAAQ,mCAKnB,CAAC"}
@@ -22,6 +22,9 @@ export declare const config: {
22
22
  inner: import("@linaria/core").LinariaClassName;
23
23
  outer: import("@linaria/core").LinariaClassName;
24
24
  };
25
+ clear: {
26
+ true: import("@linaria/core").LinariaClassName;
27
+ };
25
28
  chipView: {
26
29
  default: import("@linaria/core").LinariaClassName;
27
30
  secondary: import("@linaria/core").LinariaClassName;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAusBlB,CAAC"}
1
+ {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2uBlB,CAAC"}