@salutejs/plasma-new-hope 0.151.0-canary.1446.10999563975.0 → 0.151.0-canary.1449.10999414938.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (225) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +17 -15
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -15
  3. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -15
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -15
  5. package/cjs/components/Combobox/ComboboxOld/Combobox.css +5 -6
  6. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +5 -6
  7. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +5 -6
  8. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +5 -6
  9. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +5 -6
  10. package/cjs/components/DatePicker/RangeDate/RangeDate.css +17 -15
  11. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -15
  12. package/cjs/components/DatePicker/SingleDate/SingleDate.css +17 -15
  13. package/cjs/components/Dropdown/Dropdown.css +5 -6
  14. package/cjs/components/Dropdown/Dropdown.tokens.js +5 -7
  15. package/cjs/components/Dropdown/Dropdown.tokens.js.map +1 -1
  16. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.css +5 -6
  17. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -9
  18. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  19. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +5 -27
  20. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js.map +1 -1
  21. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles_1o4szyu.css +5 -0
  22. package/cjs/components/Range/Range.css +17 -15
  23. package/cjs/components/Slider/Slider.css +17 -15
  24. package/cjs/components/Slider/components/Double/Double.css +17 -15
  25. package/cjs/components/TextField/TextField.js +24 -9
  26. package/cjs/components/TextField/TextField.js.map +1 -1
  27. package/cjs/components/TextField/TextField.styles.js +15 -7
  28. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  29. package/{es/components/TextField/TextField.styles_uponva.css → cjs/components/TextField/TextField.styles_1d2ryq.css} +2 -2
  30. package/cjs/components/TextField/TextField.tokens.js +9 -0
  31. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  32. package/cjs/components/TextField/variations/_clear/base.js +9 -0
  33. package/cjs/components/TextField/variations/_clear/base.js.map +1 -0
  34. package/cjs/components/TextField/variations/_clear/base_1v36fe3.css +1 -0
  35. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  36. package/cjs/components/TextField/variations/_disabled/base.js.map +1 -1
  37. package/cjs/components/TextField/variations/_disabled/base_2tv0nz.css +1 -0
  38. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  39. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  40. package/cjs/components/TextField/variations/_label-placement/base_1ghihns.css +1 -0
  41. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  42. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  43. package/cjs/components/TextField/variations/_read-only/base_kcc8wi.css +1 -0
  44. package/cjs/index.css +22 -21
  45. package/emotion/cjs/components/Dropdown/Dropdown.template-doc.mdx +0 -8
  46. package/emotion/cjs/components/Dropdown/Dropdown.tokens.js +5 -7
  47. package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -9
  48. package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +14 -24
  49. package/emotion/cjs/components/TextField/TextField.js +25 -10
  50. package/emotion/cjs/components/TextField/TextField.styles.js +20 -16
  51. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +50 -17
  52. package/emotion/cjs/components/TextField/TextField.tokens.js +9 -0
  53. package/emotion/cjs/components/TextField/variations/_clear/base.js +10 -0
  54. package/emotion/cjs/components/TextField/variations/_clear/tokens.json +10 -0
  55. package/emotion/cjs/components/TextField/variations/_disabled/base.js +1 -1
  56. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  57. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  58. package/emotion/cjs/examples/plasma_b2c/components/Dropdown/Dropdown.config.js +5 -5
  59. package/emotion/cjs/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +0 -2
  60. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +15 -12
  61. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +8 -0
  62. package/emotion/cjs/examples/plasma_web/components/Dropdown/Dropdown.config.js +5 -5
  63. package/emotion/cjs/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +0 -2
  64. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +15 -12
  65. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +8 -0
  66. package/emotion/es/components/Dropdown/Dropdown.template-doc.mdx +0 -8
  67. package/emotion/es/components/Dropdown/Dropdown.tokens.js +5 -7
  68. package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +4 -10
  69. package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +13 -23
  70. package/emotion/es/components/TextField/TextField.js +19 -4
  71. package/emotion/es/components/TextField/TextField.styles.js +20 -16
  72. package/emotion/es/components/TextField/TextField.template-doc.mdx +50 -17
  73. package/emotion/es/components/TextField/TextField.tokens.js +9 -0
  74. package/emotion/es/components/TextField/variations/_clear/base.js +4 -0
  75. package/emotion/es/components/TextField/variations/_clear/tokens.json +10 -0
  76. package/emotion/es/components/TextField/variations/_disabled/base.js +1 -1
  77. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  78. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  79. package/emotion/es/examples/plasma_b2c/components/Dropdown/Dropdown.config.js +5 -5
  80. package/emotion/es/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +0 -2
  81. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +15 -12
  82. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +8 -0
  83. package/emotion/es/examples/plasma_web/components/Dropdown/Dropdown.config.js +5 -5
  84. package/emotion/es/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +0 -2
  85. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +15 -12
  86. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +8 -0
  87. package/es/components/Autocomplete/Autocomplete.css +17 -15
  88. package/es/components/Combobox/ComboboxNew/Combobox.css +17 -15
  89. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -15
  90. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -15
  91. package/es/components/Combobox/ComboboxOld/Combobox.css +5 -6
  92. package/es/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +5 -6
  93. package/es/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +5 -6
  94. package/es/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +5 -6
  95. package/es/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +5 -6
  96. package/es/components/DatePicker/RangeDate/RangeDate.css +17 -15
  97. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -15
  98. package/es/components/DatePicker/SingleDate/SingleDate.css +17 -15
  99. package/es/components/Dropdown/Dropdown.css +5 -6
  100. package/es/components/Dropdown/Dropdown.tokens.js +5 -7
  101. package/es/components/Dropdown/Dropdown.tokens.js.map +1 -1
  102. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.css +5 -6
  103. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +4 -10
  104. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  105. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +6 -27
  106. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js.map +1 -1
  107. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles_1o4szyu.css +5 -0
  108. package/es/components/Range/Range.css +17 -15
  109. package/es/components/Slider/Slider.css +17 -15
  110. package/es/components/Slider/components/Double/Double.css +17 -15
  111. package/es/components/TextField/TextField.js +24 -9
  112. package/es/components/TextField/TextField.js.map +1 -1
  113. package/es/components/TextField/TextField.styles.js +15 -7
  114. package/es/components/TextField/TextField.styles.js.map +1 -1
  115. package/{cjs/components/TextField/TextField.styles_uponva.css → es/components/TextField/TextField.styles_1d2ryq.css} +2 -2
  116. package/es/components/TextField/TextField.tokens.js +9 -0
  117. package/es/components/TextField/TextField.tokens.js.map +1 -1
  118. package/es/components/TextField/variations/_clear/base.js +5 -0
  119. package/es/components/TextField/variations/_clear/base.js.map +1 -0
  120. package/es/components/TextField/variations/_clear/base_1v36fe3.css +1 -0
  121. package/es/components/TextField/variations/_disabled/base.js +1 -1
  122. package/es/components/TextField/variations/_disabled/base.js.map +1 -1
  123. package/es/components/TextField/variations/_disabled/base_2tv0nz.css +1 -0
  124. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  125. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  126. package/es/components/TextField/variations/_label-placement/base_1ghihns.css +1 -0
  127. package/es/components/TextField/variations/_read-only/base.js +1 -1
  128. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  129. package/es/components/TextField/variations/_read-only/base_kcc8wi.css +1 -0
  130. package/es/index.css +22 -21
  131. package/package.json +2 -2
  132. package/styled-components/cjs/components/Dropdown/Dropdown.template-doc.mdx +0 -8
  133. package/styled-components/cjs/components/Dropdown/Dropdown.tokens.js +5 -7
  134. package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -9
  135. package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +5 -14
  136. package/styled-components/cjs/components/TextField/TextField.js +24 -9
  137. package/styled-components/cjs/components/TextField/TextField.styles.js +7 -3
  138. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +50 -17
  139. package/styled-components/cjs/components/TextField/TextField.tokens.js +9 -0
  140. package/styled-components/cjs/components/TextField/variations/_clear/base.js +10 -0
  141. package/styled-components/cjs/components/TextField/variations/_clear/tokens.json +10 -0
  142. package/styled-components/cjs/components/TextField/variations/_disabled/base.js +1 -1
  143. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  144. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  145. package/styled-components/cjs/examples/plasma_b2c/components/Dropdown/Dropdown.config.js +5 -5
  146. package/styled-components/cjs/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +0 -2
  147. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +12 -9
  148. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +8 -0
  149. package/styled-components/cjs/examples/plasma_web/components/Dropdown/Dropdown.config.js +5 -5
  150. package/styled-components/cjs/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +0 -2
  151. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +12 -9
  152. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +8 -0
  153. package/styled-components/es/components/Dropdown/Dropdown.template-doc.mdx +0 -8
  154. package/styled-components/es/components/Dropdown/Dropdown.tokens.js +5 -7
  155. package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +4 -10
  156. package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +4 -13
  157. package/styled-components/es/components/TextField/TextField.js +18 -3
  158. package/styled-components/es/components/TextField/TextField.styles.js +7 -3
  159. package/styled-components/es/components/TextField/TextField.template-doc.mdx +50 -17
  160. package/styled-components/es/components/TextField/TextField.tokens.js +9 -0
  161. package/styled-components/es/components/TextField/variations/_clear/base.js +4 -0
  162. package/styled-components/es/components/TextField/variations/_clear/tokens.json +10 -0
  163. package/styled-components/es/components/TextField/variations/_disabled/base.js +1 -1
  164. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  165. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  166. package/styled-components/es/examples/plasma_b2c/components/Dropdown/Dropdown.config.js +5 -5
  167. package/styled-components/es/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +0 -2
  168. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +12 -9
  169. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +8 -0
  170. package/styled-components/es/examples/plasma_web/components/Dropdown/Dropdown.config.js +5 -5
  171. package/styled-components/es/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +0 -2
  172. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +12 -9
  173. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +8 -0
  174. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +120 -0
  175. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  176. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +120 -0
  177. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  178. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +120 -0
  179. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  180. package/types/components/Dropdown/Dropdown.tokens.d.ts +5 -7
  181. package/types/components/Dropdown/Dropdown.tokens.d.ts.map +1 -1
  182. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.d.ts.map +1 -1
  183. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +0 -3
  184. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts.map +1 -1
  185. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +0 -8
  186. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
  187. package/types/components/Range/Range.styles.d.ts +120 -0
  188. package/types/components/Range/Range.styles.d.ts.map +1 -1
  189. package/types/components/Slider/components/Double/Double.styles.d.ts +120 -0
  190. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  191. package/types/components/TextField/TextField.d.ts +4 -0
  192. package/types/components/TextField/TextField.d.ts.map +1 -1
  193. package/types/components/TextField/TextField.styles.d.ts +5 -4
  194. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  195. package/types/components/TextField/TextField.tokens.d.ts +9 -0
  196. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  197. package/types/components/TextField/TextField.types.d.ts +20 -1
  198. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  199. package/types/components/TextField/variations/_clear/base.d.ts +2 -0
  200. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -0
  201. package/types/components/TextField/variations/_disabled/base.d.ts.map +1 -1
  202. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  203. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  204. package/types/examples/plasma_b2c/components/Dropdown/Dropdown.config.d.ts.map +1 -1
  205. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +236 -0
  206. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  207. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +3 -0
  208. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  209. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +123 -0
  210. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  211. package/types/examples/plasma_web/components/Dropdown/Dropdown.config.d.ts.map +1 -1
  212. package/types/examples/plasma_web/components/Mask/Mask.d.ts +236 -0
  213. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  214. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +3 -0
  215. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  216. package/types/examples/plasma_web/components/TextField/TextField.d.ts +123 -0
  217. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  218. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles_blclup.css +0 -6
  219. package/cjs/components/TextField/variations/_disabled/base_1tnjoy9.css +0 -1
  220. package/cjs/components/TextField/variations/_label-placement/base_6k17xp.css +0 -1
  221. package/cjs/components/TextField/variations/_read-only/base_8onybn.css +0 -1
  222. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles_blclup.css +0 -6
  223. package/es/components/TextField/variations/_disabled/base_1tnjoy9.css +0 -1
  224. package/es/components/TextField/variations/_label-placement/base_6k17xp.css +0 -1
  225. package/es/components/TextField/variations/_read-only/base_8onybn.css +0 -1
@@ -22,6 +22,63 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
22
22
  } & {
23
23
  required: true;
24
24
  optional?: false | undefined;
25
+ } & {
26
+ clear?: boolean | undefined;
27
+ hasDivider?: boolean | undefined;
28
+ } & {
29
+ chips?: undefined;
30
+ onChangeChips?: undefined;
31
+ enumerationType?: "plain" | undefined;
32
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
33
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
34
+ size?: string | undefined;
35
+ view?: string | undefined;
36
+ readOnly?: boolean | undefined;
37
+ disabled?: boolean | undefined;
38
+ } & {
39
+ label?: string | undefined;
40
+ labelPlacement?: "inner" | "outer" | undefined;
41
+ leftHelper?: string | undefined;
42
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
43
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
44
+ textBefore?: string | undefined;
45
+ textAfter?: string | undefined;
46
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
47
+ } & {
48
+ requiredPlacement?: "left" | "right" | undefined;
49
+ } & {
50
+ required: true;
51
+ optional?: false | undefined;
52
+ } & {
53
+ clear?: boolean | undefined;
54
+ hasDivider?: boolean | undefined;
55
+ } & {
56
+ enumerationType: "chip";
57
+ onSearch?: undefined;
58
+ chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
59
+ onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
60
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
61
+ size?: string | undefined;
62
+ view?: string | undefined;
63
+ readOnly?: boolean | undefined;
64
+ disabled?: boolean | undefined;
65
+ } & {
66
+ label?: string | undefined;
67
+ labelPlacement?: "inner" | "outer" | undefined;
68
+ leftHelper?: string | undefined;
69
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
70
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
71
+ textBefore?: string | undefined;
72
+ textAfter?: string | undefined;
73
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
74
+ } & {
75
+ requiredPlacement?: "left" | "right" | undefined;
76
+ } & {
77
+ required: true;
78
+ optional?: false | undefined;
79
+ } & {
80
+ clear?: false | undefined;
81
+ hasDivider?: undefined;
25
82
  } & {
26
83
  chips?: undefined;
27
84
  onChangeChips?: undefined;
@@ -46,6 +103,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
46
103
  } & {
47
104
  required: true;
48
105
  optional?: false | undefined;
106
+ } & {
107
+ clear?: false | undefined;
108
+ hasDivider?: undefined;
49
109
  } & {
50
110
  enumerationType: "chip";
51
111
  onSearch?: undefined;
@@ -70,6 +130,63 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
70
130
  } & {
71
131
  optional?: true | undefined;
72
132
  required?: false | undefined;
133
+ } & {
134
+ clear?: boolean | undefined;
135
+ hasDivider?: boolean | undefined;
136
+ } & {
137
+ chips?: undefined;
138
+ onChangeChips?: undefined;
139
+ enumerationType?: "plain" | undefined;
140
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
141
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
142
+ size?: string | undefined;
143
+ view?: string | undefined;
144
+ readOnly?: boolean | undefined;
145
+ disabled?: boolean | undefined;
146
+ } & {
147
+ label?: string | undefined;
148
+ labelPlacement?: "inner" | "outer" | undefined;
149
+ leftHelper?: string | undefined;
150
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
151
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
152
+ textBefore?: string | undefined;
153
+ textAfter?: string | undefined;
154
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
155
+ } & {
156
+ requiredPlacement?: "left" | "right" | undefined;
157
+ } & {
158
+ optional?: true | undefined;
159
+ required?: false | undefined;
160
+ } & {
161
+ clear?: boolean | undefined;
162
+ hasDivider?: boolean | undefined;
163
+ } & {
164
+ enumerationType: "chip";
165
+ onSearch?: undefined;
166
+ chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
167
+ onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
168
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
169
+ size?: string | undefined;
170
+ view?: string | undefined;
171
+ readOnly?: boolean | undefined;
172
+ disabled?: boolean | undefined;
173
+ } & {
174
+ label?: string | undefined;
175
+ labelPlacement?: "inner" | "outer" | undefined;
176
+ leftHelper?: string | undefined;
177
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
178
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
179
+ textBefore?: string | undefined;
180
+ textAfter?: string | undefined;
181
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
182
+ } & {
183
+ requiredPlacement?: "left" | "right" | undefined;
184
+ } & {
185
+ optional?: true | undefined;
186
+ required?: false | undefined;
187
+ } & {
188
+ clear?: false | undefined;
189
+ hasDivider?: undefined;
73
190
  } & {
74
191
  chips?: undefined;
75
192
  onChangeChips?: undefined;
@@ -94,6 +211,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
94
211
  } & {
95
212
  optional?: true | undefined;
96
213
  required?: false | undefined;
214
+ } & {
215
+ clear?: false | undefined;
216
+ hasDivider?: undefined;
97
217
  } & {
98
218
  enumerationType: "chip";
99
219
  onSearch?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Double.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Slider/components/Double/Double.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,YAAY,qKAMxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAAe,CAAC;AAE7C,eAAO,MAAM,KAAK,8KAOjB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAIzB,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qJAiCvB,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":";AASA,eAAO,MAAM,YAAY,qKAMxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAAe,CAAC;AAE7C,eAAO,MAAM,KAAK,8KAOjB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAIzB,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qJAiCvB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAEzB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAAe,CAAC"}
@@ -15,6 +15,10 @@ 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
+ };
18
22
  disabled: {
19
23
  css: import("@linaria/core").LinariaClassName;
20
24
  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;AAKvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAuC,cAAc,EAAE,MAAM,mBAAmB,CAAC;AA4B7F,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,aAAa,SAAU,UAAU,cAAc,EAAE,cAAc,CAAC,4FAiRxE,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBAnRQ,UAAU,cAAc,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;CA+S5E,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAKvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAuC,cAAc,EAAE,MAAM,mBAAmB,CAAC;AA6B7F,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,aAAa,SAAU,UAAU,cAAc,EAAE,cAAc,CAAC,4FAkSxE,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBApSQ,UAAU,cAAc,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoU5E,CAAC"}
@@ -6,12 +6,13 @@ export declare const Input: import("@linaria/react").StyledComponent<import("rea
6
6
  export declare const InputContainer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
7
7
  export declare const InputPlaceholder: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
8
8
  export declare const Label: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & Record<never, unknown>>;
9
- export declare const StyledContentLeft: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
10
- as?: import("react").ElementType<any> | undefined;
11
- }>;
12
- export declare const StyledContentRight: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown> & {
9
+ export declare const StyledContentLeft: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
10
+ isDefaultView: boolean;
11
+ isClear: boolean;
12
+ } & {
13
13
  as?: import("react").ElementType<any> | undefined;
14
14
  }>;
15
+ export declare const StyledContentRight: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
15
16
  export declare const LeftHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
16
17
  export declare const StyledTextBefore: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
17
18
  export declare const StyledTextAfter: 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":";AAIA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAoB7B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAajB,CAAC;AAEF,eAAO,MAAM,cAAc,qKAI1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAgB5B,CAAC;AAEF,eAAO,MAAM,KAAK,8KAGjB,CAAC;AAOF,eAAO,MAAM,iBAAiB;;EAE7B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;EAa9B,CAAC;AAEF,eAAO,MAAM,UAAU,qKAAe,CAAC;AAEvC,eAAO,MAAM,gBAAgB,qKAAe,CAAC;AAE7C,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,kBAAkB,uKAE9B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAyB3B,CAAC"}
1
+ {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAoB7B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAajB,CAAC;AAEF,eAAO,MAAM,cAAc,qKAI1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAgB5B,CAAC;AAEF,eAAO,MAAM,KAAK,8KAGjB,CAAC;AAQF,eAAO,MAAM,iBAAiB;mBANwB,OAAO;aAAW,OAAO;;;EAQ9E,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAe9B,CAAC;AAEF,eAAO,MAAM,UAAU,qKAAe,CAAC;AAEvC,eAAO,MAAM,gBAAgB,qKAAe,CAAC;AAE7C,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,kBAAkB,uKAE9B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAyB3B,CAAC"}
@@ -6,24 +6,32 @@ export declare const classes: {
6
6
  innerLabelPlacement: string;
7
7
  outerLabelPlacement: string;
8
8
  hideLabel: string;
9
+ clear: string;
10
+ hasDivider: string;
9
11
  textFieldGroupItem: string;
10
12
  };
11
13
  export declare const tokens: {
12
14
  color: string;
15
+ clearColor: string;
13
16
  backgroundColor: string;
14
17
  backgroundColorHover: string;
15
18
  backgroundColorFocus: string;
16
19
  borderColor: string;
17
20
  borderColorHover: string;
18
21
  borderColorFocus: string;
22
+ dividerColor: string;
23
+ dividerColorHover: string;
24
+ dividerColorFocus: string;
19
25
  /** Цвета для read-only состояния */
20
26
  colorReadOnly: string;
21
27
  backgroundColorReadOnly: string;
22
28
  borderColorReadOnly: string;
23
29
  placeholderColorReadOnly: string;
30
+ dividerColorReadOnly: string;
24
31
  /** Цвет каретки */
25
32
  caretColor: string;
26
33
  placeholderColor: string;
34
+ clearPlaceholderColor: string;
27
35
  optionalColor: string;
28
36
  height: string;
29
37
  borderWidth: string;
@@ -49,6 +57,7 @@ export declare const tokens: {
49
57
  labelColor: string;
50
58
  labelColorReadOnly: string;
51
59
  labelOffset: string;
60
+ clearLabelOffset: string;
52
61
  labelFontFamily: string;
53
62
  labelFontStyle: string;
54
63
  labelFontSize: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;CASnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;IAWf,oCAAoC;;;;;IAMpC,mBAAmB;;;;;;;IASnB,kCAAkC;;;;;;;;;;;;;;;;;IAwBlC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCpB,qCAAqC;;;;;IAMrC,6DAA6D;;IAG7D,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CrB,CAAC"}
1
+ {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;CAWnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;IAgBf,oCAAoC;;;;;;IAOpC,mBAAmB;;;;;;;;IAUnB,kCAAkC;;;;;;;;;;;;;;;;;IAwBlC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmCpB,qCAAqC;;;;;IAMrC,6DAA6D;;IAG7D,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CrB,CAAC"}
@@ -68,6 +68,25 @@ declare type RequiredProps = {
68
68
  */
69
69
  required?: never | false;
70
70
  });
71
+ declare type ClearProps = {
72
+ /**
73
+ * view применяется с clear-токенами
74
+ */
75
+ clear?: boolean;
76
+ /**
77
+ * отобразить ли divider
78
+ */
79
+ hasDivider?: boolean;
80
+ } | {
81
+ /**
82
+ * view применяется с clear-токенами
83
+ */
84
+ clear?: false;
85
+ /**
86
+ * отобразить ли divider
87
+ */
88
+ hasDivider?: never;
89
+ };
71
90
  export declare type TextFieldPropsBase = {
72
91
  /**
73
92
  * Метка-подпись к элементу
@@ -101,7 +120,7 @@ export declare type TextFieldPropsBase = {
101
120
  * Callback по нажатию Enter
102
121
  */
103
122
  onSearch?: (value: string, event?: KeyboardEvent<HTMLInputElement>) => void;
104
- } & RequiredProps & TextFieldChipProps;
123
+ } & RequiredProps & ClearProps & TextFieldChipProps;
105
124
  export declare type TextFieldProps = {
106
125
  /**
107
126
  * Размер контрола.
@@ -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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"}
@@ -0,0 +1,2 @@
1
+ export declare const base: import("@linaria/core").LinariaClassName;
2
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_clear/base.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,IAAI,0CAmEhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_disabled/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAUhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_disabled/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAWhB,CAAC"}
@@ -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,0CAkDhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_label-placement/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAuDhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_read-only/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CA8BhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_read-only/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAoChB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Dropdown/Dropdown.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CAkIlB,CAAC"}
1
+ {"version":3,"file":"Dropdown.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Dropdown/Dropdown.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CAqGlB,CAAC"}
@@ -16,6 +16,115 @@ 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
+ disabled: {
23
+ true: import("@linaria/core").LinariaClassName;
24
+ };
25
+ readOnly: {
26
+ true: import("@linaria/core").LinariaClassName;
27
+ };
28
+ }> & {
29
+ size?: string | undefined;
30
+ view?: string | undefined;
31
+ readOnly?: boolean | undefined;
32
+ disabled?: boolean | undefined;
33
+ } & {
34
+ label?: string | undefined;
35
+ labelPlacement?: "inner" | "outer" | undefined;
36
+ leftHelper?: string | undefined;
37
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
38
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
39
+ textBefore?: string | undefined;
40
+ textAfter?: string | undefined;
41
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
42
+ } & {
43
+ requiredPlacement?: "left" | "right" | undefined;
44
+ } & {
45
+ required: true;
46
+ optional?: false | undefined;
47
+ } & {
48
+ clear?: boolean | undefined;
49
+ hasDivider?: boolean | undefined;
50
+ } & {
51
+ chips?: undefined;
52
+ onChangeChips?: undefined;
53
+ enumerationType?: "plain" | undefined;
54
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
55
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
56
+ view: {
57
+ default: import("@linaria/core").LinariaClassName;
58
+ positive: import("@linaria/core").LinariaClassName;
59
+ warning: import("@linaria/core").LinariaClassName;
60
+ negative: import("@linaria/core").LinariaClassName;
61
+ };
62
+ size: {
63
+ l: import("@linaria/core").LinariaClassName;
64
+ m: import("@linaria/core").LinariaClassName;
65
+ s: import("@linaria/core").LinariaClassName;
66
+ xs: import("@linaria/core").LinariaClassName;
67
+ };
68
+ labelPlacement: {
69
+ inner: import("@linaria/core").LinariaClassName;
70
+ outer: import("@linaria/core").LinariaClassName;
71
+ };
72
+ clear: {
73
+ true: import("@linaria/core").LinariaClassName;
74
+ };
75
+ disabled: {
76
+ true: import("@linaria/core").LinariaClassName;
77
+ };
78
+ readOnly: {
79
+ true: import("@linaria/core").LinariaClassName;
80
+ };
81
+ }> & {
82
+ size?: string | undefined;
83
+ view?: string | undefined;
84
+ readOnly?: boolean | undefined;
85
+ disabled?: boolean | undefined;
86
+ } & {
87
+ label?: string | undefined;
88
+ labelPlacement?: "inner" | "outer" | undefined;
89
+ leftHelper?: string | undefined;
90
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
91
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
92
+ textBefore?: string | undefined;
93
+ textAfter?: string | undefined;
94
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
95
+ } & {
96
+ requiredPlacement?: "left" | "right" | undefined;
97
+ } & {
98
+ required: true;
99
+ optional?: false | undefined;
100
+ } & {
101
+ clear?: boolean | undefined;
102
+ hasDivider?: boolean | undefined;
103
+ } & {
104
+ enumerationType: "chip";
105
+ onSearch?: undefined;
106
+ chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
107
+ onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
108
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
109
+ view: {
110
+ default: import("@linaria/core").LinariaClassName;
111
+ positive: import("@linaria/core").LinariaClassName;
112
+ warning: import("@linaria/core").LinariaClassName;
113
+ negative: import("@linaria/core").LinariaClassName;
114
+ };
115
+ size: {
116
+ l: import("@linaria/core").LinariaClassName;
117
+ m: import("@linaria/core").LinariaClassName;
118
+ s: import("@linaria/core").LinariaClassName;
119
+ xs: import("@linaria/core").LinariaClassName;
120
+ };
121
+ labelPlacement: {
122
+ inner: import("@linaria/core").LinariaClassName;
123
+ outer: import("@linaria/core").LinariaClassName;
124
+ };
125
+ clear: {
126
+ true: import("@linaria/core").LinariaClassName;
127
+ };
19
128
  disabled: {
20
129
  true: import("@linaria/core").LinariaClassName;
21
130
  };
@@ -41,6 +150,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
41
150
  } & {
42
151
  required: true;
43
152
  optional?: false | undefined;
153
+ } & {
154
+ clear?: false | undefined;
155
+ hasDivider?: undefined;
44
156
  } & {
45
157
  chips?: undefined;
46
158
  onChangeChips?: undefined;
@@ -63,6 +175,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
63
175
  inner: import("@linaria/core").LinariaClassName;
64
176
  outer: import("@linaria/core").LinariaClassName;
65
177
  };
178
+ clear: {
179
+ true: import("@linaria/core").LinariaClassName;
180
+ };
66
181
  disabled: {
67
182
  true: import("@linaria/core").LinariaClassName;
68
183
  };
@@ -88,6 +203,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
88
203
  } & {
89
204
  required: true;
90
205
  optional?: false | undefined;
206
+ } & {
207
+ clear?: false | undefined;
208
+ hasDivider?: undefined;
91
209
  } & {
92
210
  enumerationType: "chip";
93
211
  onSearch?: undefined;
@@ -110,6 +228,115 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
110
228
  inner: import("@linaria/core").LinariaClassName;
111
229
  outer: import("@linaria/core").LinariaClassName;
112
230
  };
231
+ clear: {
232
+ true: import("@linaria/core").LinariaClassName;
233
+ };
234
+ disabled: {
235
+ true: import("@linaria/core").LinariaClassName;
236
+ };
237
+ readOnly: {
238
+ true: import("@linaria/core").LinariaClassName;
239
+ };
240
+ }> & {
241
+ size?: string | undefined;
242
+ view?: string | undefined;
243
+ readOnly?: boolean | undefined;
244
+ disabled?: boolean | undefined;
245
+ } & {
246
+ label?: string | undefined;
247
+ labelPlacement?: "inner" | "outer" | undefined;
248
+ leftHelper?: string | undefined;
249
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
250
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
251
+ textBefore?: string | undefined;
252
+ textAfter?: string | undefined;
253
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
254
+ } & {
255
+ requiredPlacement?: "left" | "right" | undefined;
256
+ } & {
257
+ optional?: true | undefined;
258
+ required?: false | undefined;
259
+ } & {
260
+ clear?: boolean | undefined;
261
+ hasDivider?: boolean | undefined;
262
+ } & {
263
+ chips?: undefined;
264
+ onChangeChips?: undefined;
265
+ enumerationType?: "plain" | undefined;
266
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
267
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
268
+ view: {
269
+ default: import("@linaria/core").LinariaClassName;
270
+ positive: import("@linaria/core").LinariaClassName;
271
+ warning: import("@linaria/core").LinariaClassName;
272
+ negative: import("@linaria/core").LinariaClassName;
273
+ };
274
+ size: {
275
+ l: import("@linaria/core").LinariaClassName;
276
+ m: import("@linaria/core").LinariaClassName;
277
+ s: import("@linaria/core").LinariaClassName;
278
+ xs: import("@linaria/core").LinariaClassName;
279
+ };
280
+ labelPlacement: {
281
+ inner: import("@linaria/core").LinariaClassName;
282
+ outer: import("@linaria/core").LinariaClassName;
283
+ };
284
+ clear: {
285
+ true: import("@linaria/core").LinariaClassName;
286
+ };
287
+ disabled: {
288
+ true: import("@linaria/core").LinariaClassName;
289
+ };
290
+ readOnly: {
291
+ true: import("@linaria/core").LinariaClassName;
292
+ };
293
+ }> & {
294
+ size?: string | undefined;
295
+ view?: string | undefined;
296
+ readOnly?: boolean | undefined;
297
+ disabled?: boolean | undefined;
298
+ } & {
299
+ label?: string | undefined;
300
+ labelPlacement?: "inner" | "outer" | undefined;
301
+ leftHelper?: string | undefined;
302
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
303
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
304
+ textBefore?: string | undefined;
305
+ textAfter?: string | undefined;
306
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
307
+ } & {
308
+ requiredPlacement?: "left" | "right" | undefined;
309
+ } & {
310
+ optional?: true | undefined;
311
+ required?: false | undefined;
312
+ } & {
313
+ clear?: boolean | undefined;
314
+ hasDivider?: boolean | undefined;
315
+ } & {
316
+ enumerationType: "chip";
317
+ onSearch?: undefined;
318
+ chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
319
+ onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
320
+ } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
321
+ view: {
322
+ default: import("@linaria/core").LinariaClassName;
323
+ positive: import("@linaria/core").LinariaClassName;
324
+ warning: import("@linaria/core").LinariaClassName;
325
+ negative: import("@linaria/core").LinariaClassName;
326
+ };
327
+ size: {
328
+ l: import("@linaria/core").LinariaClassName;
329
+ m: import("@linaria/core").LinariaClassName;
330
+ s: import("@linaria/core").LinariaClassName;
331
+ xs: import("@linaria/core").LinariaClassName;
332
+ };
333
+ labelPlacement: {
334
+ inner: import("@linaria/core").LinariaClassName;
335
+ outer: import("@linaria/core").LinariaClassName;
336
+ };
337
+ clear: {
338
+ true: import("@linaria/core").LinariaClassName;
339
+ };
113
340
  disabled: {
114
341
  true: import("@linaria/core").LinariaClassName;
115
342
  };
@@ -135,6 +362,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
135
362
  } & {
136
363
  optional?: true | undefined;
137
364
  required?: false | undefined;
365
+ } & {
366
+ clear?: false | undefined;
367
+ hasDivider?: undefined;
138
368
  } & {
139
369
  chips?: undefined;
140
370
  onChangeChips?: undefined;
@@ -157,6 +387,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
157
387
  inner: import("@linaria/core").LinariaClassName;
158
388
  outer: import("@linaria/core").LinariaClassName;
159
389
  };
390
+ clear: {
391
+ true: import("@linaria/core").LinariaClassName;
392
+ };
160
393
  disabled: {
161
394
  true: import("@linaria/core").LinariaClassName;
162
395
  };
@@ -182,6 +415,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
182
415
  } & {
183
416
  optional?: true | undefined;
184
417
  required?: false | undefined;
418
+ } & {
419
+ clear?: false | undefined;
420
+ hasDivider?: undefined;
185
421
  } & {
186
422
  enumerationType: "chip";
187
423
  onSearch?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Mask.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Mask/Mask.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2QAAyB,CAAC"}
1
+ {"version":3,"file":"Mask.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Mask/Mask.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2QAAyB,CAAC"}
@@ -21,6 +21,9 @@ export declare const config: {
21
21
  inner: import("@linaria/core").LinariaClassName;
22
22
  outer: import("@linaria/core").LinariaClassName;
23
23
  };
24
+ clear: {
25
+ true: import("@linaria/core").LinariaClassName;
26
+ };
24
27
  disabled: {
25
28
  true: import("@linaria/core").LinariaClassName;
26
29
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkZlB,CAAC"}
1
+ {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiblB,CAAC"}