@salutejs/plasma-new-hope 0.338.0-canary.2237.18342071625.0 → 0.338.0-canary.2254.18489699974.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 (249) hide show
  1. package/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -8
  2. package/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  3. package/cjs/components/Calendar/Calendar.tokens.js +1 -0
  4. package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
  5. package/cjs/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  6. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  7. package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  8. package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  9. package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  10. package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  11. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  12. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +4 -4
  13. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  14. package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_12b03hz.css → DateStructureItem.styles_z3dhwf.css} +1 -1
  15. package/cjs/components/DatePicker/DatePicker.tokens.js +3 -0
  16. package/cjs/components/DatePicker/DatePicker.tokens.js.map +1 -1
  17. package/cjs/components/DatePicker/DatePickerBase.styles.js +1 -1
  18. package/cjs/components/DatePicker/DatePickerBase.styles.js.map +1 -1
  19. package/{es/components/DatePicker/DatePickerBase.styles_1fnt3hc.css → cjs/components/DatePicker/DatePickerBase.styles_6x4unn.css} +1 -1
  20. package/cjs/components/DatePicker/RangeDate/RangeDate.css +8 -8
  21. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +6 -6
  22. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
  23. package/{es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_160e4y4.css → cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1wt56uj.css} +2 -2
  24. package/cjs/components/DatePicker/SingleDate/SingleDate.css +9 -9
  25. package/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +1 -1
  26. package/cjs/components/DatePicker/SingleDate/SingleDate.styles.js.map +1 -1
  27. package/{es/components/DatePicker/SingleDate/SingleDate.styles_15voqba.css → cjs/components/DatePicker/SingleDate/SingleDate.styles_5c37vu.css} +1 -1
  28. package/cjs/components/Drawer/Drawer.js +4 -1
  29. package/cjs/components/Drawer/Drawer.js.map +1 -1
  30. package/cjs/components/Modal/Modal.css +2 -2
  31. package/cjs/components/Modal/Modal.js +5 -4
  32. package/cjs/components/Modal/Modal.js.map +1 -1
  33. package/cjs/components/Popup/Popup.styles.js +3 -2
  34. package/cjs/components/Popup/Popup.styles.js.map +1 -1
  35. package/cjs/components/Slider/ui/Handler/Handler.js +6 -2
  36. package/cjs/components/Slider/ui/Handler/Handler.js.map +1 -1
  37. package/cjs/components/Tree/utils/traverseTree.js +1 -1
  38. package/cjs/components/Tree/utils/traverseTree.js.map +1 -1
  39. package/cjs/index.css +11 -11
  40. package/cjs/index.js +0 -2
  41. package/cjs/index.js.map +1 -1
  42. package/emotion/cjs/components/Calendar/Calendar.tokens.js +1 -0
  43. package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -9
  44. package/emotion/cjs/components/DatePicker/DatePicker.tokens.js +3 -0
  45. package/emotion/cjs/components/DatePicker/DatePickerBase.styles.js +5 -5
  46. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +7 -7
  47. package/emotion/cjs/components/Drawer/Drawer.js +3 -1
  48. package/emotion/cjs/components/Modal/Modal.js +7 -6
  49. package/emotion/cjs/components/Popup/Popup.styles.js +13 -13
  50. package/emotion/cjs/components/Scrollbar/Scrollbar.js +423 -0
  51. package/emotion/cjs/components/Scrollbar/Scrollbar.styles.js +59 -0
  52. package/emotion/cjs/components/Scrollbar/Scrollbar.tokens.js +39 -0
  53. package/emotion/cjs/components/Scrollbar/Scrollbar.types.js +4 -0
  54. package/emotion/cjs/components/Scrollbar/index.js +26 -0
  55. package/emotion/cjs/components/Scrollbar/utils.js +87 -0
  56. package/emotion/cjs/components/Scrollbar/variations/_size/base.js +12 -0
  57. package/emotion/cjs/components/Scrollbar/variations/_view/base.js +12 -0
  58. package/emotion/cjs/components/Slider/ui/Handler/Handler.js +6 -2
  59. package/emotion/cjs/components/Tree/utils/traverseTree.js +1 -1
  60. package/emotion/cjs/examples/components/Scrollbar/Scrollbar.config.js +27 -0
  61. package/emotion/cjs/examples/components/Scrollbar/Scrollbar.js +15 -0
  62. package/emotion/cjs/mixins/addScrollbar.js +30 -0
  63. package/emotion/cjs/mixins/index.js +0 -1
  64. package/emotion/es/components/Calendar/Calendar.tokens.js +1 -0
  65. package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -9
  66. package/emotion/es/components/DatePicker/DatePicker.tokens.js +3 -0
  67. package/emotion/es/components/DatePicker/DatePickerBase.styles.js +5 -5
  68. package/emotion/es/components/DatePicker/SingleDate/SingleDate.styles.js +7 -7
  69. package/emotion/es/components/Drawer/Drawer.js +3 -1
  70. package/emotion/es/components/Modal/Modal.js +6 -5
  71. package/emotion/es/components/Popup/Popup.styles.js +13 -13
  72. package/emotion/es/components/Scrollbar/Scrollbar.js +359 -0
  73. package/emotion/es/components/Scrollbar/Scrollbar.styles.js +24 -0
  74. package/emotion/es/components/Scrollbar/Scrollbar.tokens.js +21 -0
  75. package/emotion/es/components/Scrollbar/Scrollbar.types.js +1 -0
  76. package/emotion/es/components/Scrollbar/index.js +2 -0
  77. package/emotion/es/components/Scrollbar/utils.js +69 -0
  78. package/emotion/es/components/Scrollbar/variations/_size/base.js +2 -0
  79. package/emotion/es/components/Scrollbar/variations/_view/base.js +2 -0
  80. package/emotion/es/components/Slider/ui/Handler/Handler.js +6 -2
  81. package/emotion/es/components/Tree/utils/traverseTree.js +1 -1
  82. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  83. package/emotion/es/examples/components/Scrollbar/Scrollbar.config.js +17 -0
  84. package/emotion/es/examples/components/Scrollbar/Scrollbar.js +5 -0
  85. package/emotion/es/mixins/addScrollbar.js +9 -0
  86. package/emotion/es/mixins/index.js +0 -1
  87. package/es/_virtual/_rollupPluginBabelHelpers.js +1 -8
  88. package/es/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  89. package/es/components/Calendar/Calendar.tokens.js +1 -0
  90. package/es/components/Calendar/Calendar.tokens.js.map +1 -1
  91. package/es/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  92. package/es/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  93. package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  94. package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  95. package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  96. package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  97. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  98. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +4 -4
  99. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  100. package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_12b03hz.css → DateStructureItem.styles_z3dhwf.css} +1 -1
  101. package/es/components/DatePicker/DatePicker.tokens.js +3 -0
  102. package/es/components/DatePicker/DatePicker.tokens.js.map +1 -1
  103. package/es/components/DatePicker/DatePickerBase.styles.js +1 -1
  104. package/es/components/DatePicker/DatePickerBase.styles.js.map +1 -1
  105. package/{cjs/components/DatePicker/DatePickerBase.styles_1fnt3hc.css → es/components/DatePicker/DatePickerBase.styles_6x4unn.css} +1 -1
  106. package/es/components/DatePicker/RangeDate/RangeDate.css +8 -8
  107. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +6 -6
  108. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
  109. package/{cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_160e4y4.css → es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1wt56uj.css} +2 -2
  110. package/es/components/DatePicker/SingleDate/SingleDate.css +9 -9
  111. package/es/components/DatePicker/SingleDate/SingleDate.styles.js +1 -1
  112. package/es/components/DatePicker/SingleDate/SingleDate.styles.js.map +1 -1
  113. package/{cjs/components/DatePicker/SingleDate/SingleDate.styles_15voqba.css → es/components/DatePicker/SingleDate/SingleDate.styles_5c37vu.css} +1 -1
  114. package/es/components/Drawer/Drawer.js +4 -1
  115. package/es/components/Drawer/Drawer.js.map +1 -1
  116. package/es/components/Modal/Modal.css +2 -2
  117. package/es/components/Modal/Modal.js +5 -4
  118. package/es/components/Modal/Modal.js.map +1 -1
  119. package/es/components/Popup/Popup.styles.js +3 -2
  120. package/es/components/Popup/Popup.styles.js.map +1 -1
  121. package/es/components/Slider/ui/Handler/Handler.js +7 -3
  122. package/es/components/Slider/ui/Handler/Handler.js.map +1 -1
  123. package/es/components/Tree/utils/traverseTree.js +1 -1
  124. package/es/components/Tree/utils/traverseTree.js.map +1 -1
  125. package/es/index.css +11 -11
  126. package/es/index.js +0 -1
  127. package/es/index.js.map +1 -1
  128. package/package.json +2 -2
  129. package/styled-components/cjs/components/Calendar/Calendar.tokens.js +1 -0
  130. package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +8 -7
  131. package/styled-components/cjs/components/DatePicker/DatePicker.tokens.js +3 -0
  132. package/styled-components/cjs/components/DatePicker/DatePickerBase.styles.js +3 -3
  133. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +10 -4
  134. package/styled-components/cjs/components/Drawer/Drawer.js +3 -1
  135. package/styled-components/cjs/components/Modal/Modal.js +7 -6
  136. package/styled-components/cjs/components/Popup/Popup.styles.js +7 -7
  137. package/styled-components/cjs/components/Scrollbar/Scrollbar.js +423 -0
  138. package/styled-components/cjs/components/Scrollbar/Scrollbar.styles.js +121 -0
  139. package/styled-components/cjs/components/Scrollbar/Scrollbar.tokens.js +39 -0
  140. package/styled-components/cjs/components/Scrollbar/Scrollbar.types.js +4 -0
  141. package/styled-components/cjs/components/Scrollbar/index.js +26 -0
  142. package/styled-components/cjs/components/Scrollbar/utils.js +87 -0
  143. package/styled-components/cjs/components/Scrollbar/variations/_size/base.js +14 -0
  144. package/styled-components/cjs/components/Scrollbar/variations/_view/base.js +14 -0
  145. package/styled-components/cjs/components/Slider/ui/Handler/Handler.js +6 -2
  146. package/styled-components/cjs/components/Tree/utils/traverseTree.js +1 -1
  147. package/styled-components/cjs/examples/components/Scrollbar/Scrollbar.config.js +45 -0
  148. package/styled-components/cjs/examples/components/Scrollbar/Scrollbar.js +15 -0
  149. package/styled-components/cjs/mixins/addScrollbar.js +30 -0
  150. package/styled-components/cjs/mixins/index.js +0 -1
  151. package/styled-components/es/components/Calendar/Calendar.tokens.js +1 -0
  152. package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +8 -7
  153. package/styled-components/es/components/DatePicker/DatePicker.tokens.js +3 -0
  154. package/styled-components/es/components/DatePicker/DatePickerBase.styles.js +3 -3
  155. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.styles.js +10 -4
  156. package/styled-components/es/components/Drawer/Drawer.js +3 -1
  157. package/styled-components/es/components/Modal/Modal.js +6 -5
  158. package/styled-components/es/components/Popup/Popup.styles.js +7 -7
  159. package/styled-components/es/components/Scrollbar/Scrollbar.js +359 -0
  160. package/styled-components/es/components/Scrollbar/Scrollbar.styles.js +51 -0
  161. package/styled-components/es/components/Scrollbar/Scrollbar.tokens.js +21 -0
  162. package/styled-components/es/components/Scrollbar/Scrollbar.types.js +1 -0
  163. package/styled-components/es/components/Scrollbar/index.js +2 -0
  164. package/styled-components/es/components/Scrollbar/utils.js +69 -0
  165. package/styled-components/es/components/Scrollbar/variations/_size/base.js +4 -0
  166. package/styled-components/es/components/Scrollbar/variations/_view/base.js +4 -0
  167. package/styled-components/es/components/Slider/ui/Handler/Handler.js +6 -2
  168. package/styled-components/es/components/Tree/utils/traverseTree.js +1 -1
  169. package/styled-components/es/examples/components/Scrollbar/Scrollbar.config.js +35 -0
  170. package/styled-components/es/examples/components/Scrollbar/Scrollbar.js +5 -0
  171. package/styled-components/es/mixins/addScrollbar.js +9 -0
  172. package/styled-components/es/mixins/index.js +0 -1
  173. package/types/components/Accordion/ui/AccordionItem/AccordionItem.d.ts +1 -1
  174. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +8 -8
  175. package/types/components/Calendar/Calendar.tokens.d.ts +1 -0
  176. package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
  177. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts +1 -1
  178. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +8 -8
  179. package/types/components/DatePicker/DatePicker.tokens.d.ts +3 -0
  180. package/types/components/DatePicker/DatePicker.tokens.d.ts.map +1 -1
  181. package/types/components/DatePicker/DatePickerBase.styles.d.ts.map +1 -1
  182. package/types/components/DatePicker/RangeDate/RangeDate.d.ts +6 -6
  183. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +8 -8
  184. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  185. package/types/components/Drawer/Drawer.d.ts.map +1 -1
  186. package/types/components/Modal/Modal.d.ts.map +1 -1
  187. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -6
  188. package/types/components/Popup/Popup.types.d.ts +8 -1
  189. package/types/components/Popup/Popup.types.d.ts.map +1 -1
  190. package/types/components/Radiobox/Radiobox.d.ts +2 -2
  191. package/types/components/Range/Range.styles.d.ts +8 -8
  192. package/types/components/Scrollbar/Scrollbar.d.ts +23 -0
  193. package/types/components/Scrollbar/Scrollbar.d.ts.map +1 -0
  194. package/types/components/Scrollbar/Scrollbar.styles.d.ts +7 -0
  195. package/types/components/Scrollbar/Scrollbar.styles.d.ts.map +1 -0
  196. package/types/components/Scrollbar/Scrollbar.tokens.d.ts +22 -0
  197. package/types/components/Scrollbar/Scrollbar.tokens.d.ts.map +1 -0
  198. package/types/components/Scrollbar/Scrollbar.types.d.ts +52 -0
  199. package/types/components/Scrollbar/Scrollbar.types.d.ts.map +1 -0
  200. package/types/components/Scrollbar/index.d.ts +4 -0
  201. package/types/components/Scrollbar/index.d.ts.map +1 -0
  202. package/types/components/Scrollbar/utils.d.ts +7 -0
  203. package/types/components/Scrollbar/utils.d.ts.map +1 -0
  204. package/types/components/Scrollbar/variations/_size/base.d.ts +2 -0
  205. package/types/components/Scrollbar/variations/_size/base.d.ts.map +1 -0
  206. package/types/components/Scrollbar/variations/_view/base.d.ts +2 -0
  207. package/types/components/Scrollbar/variations/_view/base.d.ts.map +1 -0
  208. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  209. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +8 -8
  210. package/types/components/Select/utils/getView.d.ts +1 -1
  211. package/types/components/Slider/components/Double/Double.styles.d.ts +8 -8
  212. package/types/components/Slider/ui/Handler/Handler.d.ts.map +1 -1
  213. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +6 -6
  214. package/types/components/TimePicker/TimePicker.styles.d.ts +8 -8
  215. package/types/components/Tree/utils/traverseTree.d.ts.map +1 -1
  216. package/types/examples/components/Autocomplete/Autocomplete.d.ts +8 -8
  217. package/types/examples/components/Combobox/Legacy/Combobox.d.ts +2 -2
  218. package/types/examples/components/DatePicker/DatePicker.d.ts +3 -3
  219. package/types/examples/components/Mask/Mask.d.ts +8 -8
  220. package/types/examples/components/NumberFormat/NumberFormat.d.ts +8 -8
  221. package/types/examples/components/NumberInput/NumberInput.d.ts +2 -2
  222. package/types/examples/components/Radiobox/Radiobox.d.ts +2 -2
  223. package/types/examples/components/Scrollbar/Scrollbar.config.d.ts +16 -0
  224. package/types/examples/components/Scrollbar/Scrollbar.config.d.ts.map +1 -0
  225. package/types/examples/components/Scrollbar/Scrollbar.d.ts +10 -0
  226. package/types/examples/components/Scrollbar/Scrollbar.d.ts.map +1 -0
  227. package/types/examples/components/Select/Select.d.ts +6 -6
  228. package/types/examples/components/TextArea/TextArea.d.ts +8 -8
  229. package/types/examples/components/TextField/TextField.d.ts +8 -8
  230. package/types/examples/components/Tokens/Colors/Colors.styles.d.ts +1 -1
  231. package/types/examples/components/Tokens/Typography/Typography.styles.d.ts +1 -1
  232. package/types/mixins/addScrollbar.d.ts +4 -0
  233. package/types/mixins/addScrollbar.d.ts.map +1 -0
  234. package/types/mixins/index.d.ts +0 -1
  235. package/types/mixins/index.d.ts.map +1 -1
  236. package/types/types/InputHTMLAttributes.d.ts +9 -3
  237. package/types/types/InputHTMLAttributes.d.ts.map +1 -1
  238. package/types/types/TextareaHTMLAttributes.d.ts +9 -3
  239. package/types/types/TextareaHTMLAttributes.d.ts.map +1 -1
  240. package/cjs/mixins/applyDisabled.js +0 -22
  241. package/cjs/mixins/applyDisabled.js.map +0 -1
  242. package/emotion/cjs/mixins/applyDisabled.js +0 -47
  243. package/emotion/es/mixins/applyDisabled.js +0 -39
  244. package/es/mixins/applyDisabled.js +0 -18
  245. package/es/mixins/applyDisabled.js.map +0 -1
  246. package/styled-components/cjs/mixins/applyDisabled.js +0 -23
  247. package/styled-components/es/mixins/applyDisabled.js +0 -15
  248. package/types/mixins/applyDisabled.d.ts +0 -14
  249. package/types/mixins/applyDisabled.d.ts.map +0 -1
@@ -83,7 +83,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
83
83
  chipType?: never;
84
84
  chipView?: never;
85
85
  chipValidator?: never;
86
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
86
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
87
87
  labelPlacement?: string;
88
88
  readOnly?: boolean;
89
89
  disabled?: boolean;
@@ -140,7 +140,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
140
140
  chipValidator?: (value: string) => {
141
141
  view?: string;
142
142
  };
143
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
143
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
144
144
  labelPlacement?: string;
145
145
  readOnly?: boolean;
146
146
  disabled?: boolean;
@@ -195,7 +195,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
195
195
  chipType?: never;
196
196
  chipView?: never;
197
197
  chipValidator?: never;
198
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
198
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
199
199
  labelPlacement?: string;
200
200
  readOnly?: boolean;
201
201
  disabled?: boolean;
@@ -252,7 +252,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
252
252
  chipValidator?: (value: string) => {
253
253
  view?: string;
254
254
  };
255
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
255
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
256
256
  labelPlacement?: string;
257
257
  readOnly?: boolean;
258
258
  disabled?: boolean;
@@ -307,7 +307,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
307
307
  chipType?: never;
308
308
  chipView?: never;
309
309
  chipValidator?: never;
310
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
310
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
311
311
  labelPlacement?: string;
312
312
  readOnly?: boolean;
313
313
  disabled?: boolean;
@@ -364,7 +364,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
364
364
  chipValidator?: (value: string) => {
365
365
  view?: string;
366
366
  };
367
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
367
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
368
368
  labelPlacement?: string;
369
369
  readOnly?: boolean;
370
370
  disabled?: boolean;
@@ -419,7 +419,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
419
419
  chipType?: never;
420
420
  chipView?: never;
421
421
  chipValidator?: never;
422
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
422
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
423
423
  labelPlacement?: string;
424
424
  readOnly?: boolean;
425
425
  disabled?: boolean;
@@ -476,5 +476,5 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
476
476
  chipValidator?: (value: string) => {
477
477
  view?: string;
478
478
  };
479
- }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "value" | "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
479
+ }, "labelPlacement" | "chipView" | "chipType" | "chips" | "enumerationType" | "chipValidator" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
480
480
  //# sourceMappingURL=Autocomplete.d.ts.map
@@ -8,11 +8,11 @@ export declare const Combobox: import("react").FunctionComponent<import("../../.
8
8
  view: {
9
9
  default: import("@linaria/core").LinariaClassName;
10
10
  };
11
- }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "target" | "type" | "onChange" | "value" | "checked" | "maxLength" | "minLength" | "size"> & import("../../../../components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
11
+ }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value" | "target" | "maxLength" | "minLength" | "type" | "checked"> & import("../../../../components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
12
12
  valueType?: "single";
13
13
  value?: import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue;
14
14
  onChangeValue?: (value?: import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue) => void;
15
- } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "target" | "type" | "onChange" | "value" | "checked" | "maxLength" | "minLength" | "size"> & import("../../../../components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
15
+ } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value" | "target" | "maxLength" | "minLength" | "type" | "checked"> & import("../../../../components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
16
16
  valueType: "multiple";
17
17
  value?: Array<import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>;
18
18
  onChangeValue?: (value?: Array<import("../../../../components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>) => void;
@@ -78,13 +78,13 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
78
78
  };
79
79
  }) => void;
80
80
  } & {
81
+ size?: string | undefined;
82
+ disabled?: boolean | undefined;
81
83
  label?: string | undefined;
82
84
  view?: string | undefined;
83
- disabled?: boolean | undefined;
84
- autoComplete?: string | undefined;
85
85
  readOnly?: boolean | undefined;
86
86
  required?: boolean | undefined;
87
- size?: string | undefined;
87
+ autoComplete?: string | undefined;
88
88
  contentLeft?: import("react").ReactNode;
89
89
  contentRight?: import("react").ReactNode;
90
90
  leftHelper?: string | undefined;
@@ -76,7 +76,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
76
76
  chipType?: never;
77
77
  chipView?: never;
78
78
  chipValidator?: never;
79
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | 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<{
80
80
  view: {
81
81
  default: import("@linaria/core").LinariaClassName;
82
82
  positive: import("@linaria/core").LinariaClassName;
@@ -156,7 +156,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
156
156
  chipValidator?: (value: string) => {
157
157
  view?: string;
158
158
  };
159
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | 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<{
160
160
  view: {
161
161
  default: import("@linaria/core").LinariaClassName;
162
162
  positive: import("@linaria/core").LinariaClassName;
@@ -234,7 +234,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
234
234
  chipType?: never;
235
235
  chipView?: never;
236
236
  chipValidator?: never;
237
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | 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<{
238
238
  view: {
239
239
  default: import("@linaria/core").LinariaClassName;
240
240
  positive: import("@linaria/core").LinariaClassName;
@@ -314,7 +314,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
314
314
  chipValidator?: (value: string) => {
315
315
  view?: string;
316
316
  };
317
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | 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<{
318
318
  view: {
319
319
  default: import("@linaria/core").LinariaClassName;
320
320
  positive: import("@linaria/core").LinariaClassName;
@@ -392,7 +392,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
392
392
  chipType?: never;
393
393
  chipView?: never;
394
394
  chipValidator?: never;
395
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | 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<{
396
396
  view: {
397
397
  default: import("@linaria/core").LinariaClassName;
398
398
  positive: import("@linaria/core").LinariaClassName;
@@ -472,7 +472,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
472
472
  chipValidator?: (value: string) => {
473
473
  view?: string;
474
474
  };
475
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | 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<{
476
476
  view: {
477
477
  default: import("@linaria/core").LinariaClassName;
478
478
  positive: import("@linaria/core").LinariaClassName;
@@ -550,7 +550,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
550
550
  chipType?: never;
551
551
  chipView?: never;
552
552
  chipValidator?: never;
553
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | 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<{
554
554
  view: {
555
555
  default: import("@linaria/core").LinariaClassName;
556
556
  positive: import("@linaria/core").LinariaClassName;
@@ -630,5 +630,5 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
630
630
  chipValidator?: (value: string) => {
631
631
  view?: string;
632
632
  };
633
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & 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>>;
634
634
  //# sourceMappingURL=Mask.d.ts.map
@@ -76,7 +76,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
76
76
  chipType?: never;
77
77
  chipView?: never;
78
78
  chipValidator?: never;
79
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
79
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
80
80
  thousandSeparator?: boolean | string;
81
81
  decimalSeparator?: string;
82
82
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -166,7 +166,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
166
166
  chipValidator?: (value: string) => {
167
167
  view?: string;
168
168
  };
169
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
169
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
170
170
  thousandSeparator?: boolean | string;
171
171
  decimalSeparator?: string;
172
172
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -254,7 +254,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
254
254
  chipType?: never;
255
255
  chipView?: never;
256
256
  chipValidator?: never;
257
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
257
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
258
258
  thousandSeparator?: boolean | string;
259
259
  decimalSeparator?: string;
260
260
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -344,7 +344,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
344
344
  chipValidator?: (value: string) => {
345
345
  view?: string;
346
346
  };
347
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
347
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
348
348
  thousandSeparator?: boolean | string;
349
349
  decimalSeparator?: string;
350
350
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -432,7 +432,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
432
432
  chipType?: never;
433
433
  chipView?: never;
434
434
  chipValidator?: never;
435
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
435
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
436
436
  thousandSeparator?: boolean | string;
437
437
  decimalSeparator?: string;
438
438
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -522,7 +522,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
522
522
  chipValidator?: (value: string) => {
523
523
  view?: string;
524
524
  };
525
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
525
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
526
526
  thousandSeparator?: boolean | string;
527
527
  decimalSeparator?: string;
528
528
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -610,7 +610,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
610
610
  chipType?: never;
611
611
  chipView?: never;
612
612
  chipValidator?: never;
613
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
613
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
614
614
  thousandSeparator?: boolean | string;
615
615
  decimalSeparator?: string;
616
616
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -700,7 +700,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
700
700
  chipValidator?: (value: string) => {
701
701
  view?: string;
702
702
  };
703
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & {
703
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
704
704
  thousandSeparator?: boolean | string;
705
705
  decimalSeparator?: string;
706
706
  thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
@@ -53,7 +53,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("../.
53
53
  } & {
54
54
  segmentation?: "clear";
55
55
  inputBackgroundType?: never;
56
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
56
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
57
57
  value?: string | number;
58
58
  min?: number;
59
59
  max?: number;
@@ -79,5 +79,5 @@ export declare const NumberInput: import("react").FunctionComponent<import("../.
79
79
  } & {
80
80
  segmentation?: string;
81
81
  inputBackgroundType?: string;
82
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
82
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
83
83
  //# sourceMappingURL=NumberInput.d.ts.map
@@ -21,7 +21,7 @@ export declare const RadioboxDefault: import("react").FunctionComponent<import("
21
21
  focused: {
22
22
  true: import("@linaria/core").LinariaClassName;
23
23
  };
24
- }> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
24
+ }> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
25
25
  export declare const RadioboxOutline: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
26
26
  size: {
27
27
  s: import("@linaria/core").LinariaClassName;
@@ -44,7 +44,7 @@ export declare const RadioboxOutline: import("react").FunctionComponent<import("
44
44
  focused: {
45
45
  true: import("@linaria/core").LinariaClassName;
46
46
  };
47
- }> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
47
+ }> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
48
48
  type CheckboxProps = (ComponentProps<typeof RadioboxDefault> & {
49
49
  appearance: 'outline';
50
50
  }) | (ComponentProps<typeof RadioboxOutline> & {
@@ -0,0 +1,16 @@
1
+ export declare const config: {
2
+ defaults: {
3
+ view: string;
4
+ size: string;
5
+ };
6
+ variations: {
7
+ view: {
8
+ default: import("@linaria/core").LinariaClassName;
9
+ };
10
+ size: {
11
+ m: import("@linaria/core").LinariaClassName;
12
+ s: import("@linaria/core").LinariaClassName;
13
+ };
14
+ };
15
+ };
16
+ //# sourceMappingURL=Scrollbar.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Scrollbar.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Scrollbar/Scrollbar.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CA6BlB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const Scrollbar: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
2
+ view: {
3
+ default: import("@linaria/core").LinariaClassName;
4
+ };
5
+ size: {
6
+ m: import("@linaria/core").LinariaClassName;
7
+ s: import("@linaria/core").LinariaClassName;
8
+ };
9
+ }> & import("../../../components/Scrollbar").ScrollBarProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ //# sourceMappingURL=Scrollbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Scrollbar.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Scrollbar/Scrollbar.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,SAAS;;;;;;;;4GAA0B,CAAC"}
@@ -98,7 +98,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
98
98
  listHeight?: import("react").CSSProperties["height"];
99
99
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
100
100
  listOverflow?: import("react").CSSProperties["overflow"];
101
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
101
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
102
102
  hintText: string;
103
103
  hintTrigger?: "hover" | "click";
104
104
  hintView?: string;
@@ -158,7 +158,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
158
158
  listHeight?: import("react").CSSProperties["height"];
159
159
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
160
160
  listOverflow?: import("react").CSSProperties["overflow"];
161
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
161
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
162
162
  hintTrigger?: never;
163
163
  hintText?: never;
164
164
  hintView?: never;
@@ -217,7 +217,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
217
217
  listHeight?: import("react").CSSProperties["height"];
218
218
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
219
219
  listOverflow?: import("react").CSSProperties["overflow"];
220
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
220
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
221
221
  hintTrigger?: never;
222
222
  hintText?: never;
223
223
  hintView?: never;
@@ -277,7 +277,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
277
277
  listHeight?: import("react").CSSProperties["height"];
278
278
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
279
279
  listOverflow?: import("react").CSSProperties["overflow"];
280
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
280
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
281
281
  target: "button-like";
282
282
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
283
283
  contentLeft?: never;
@@ -324,7 +324,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
324
324
  listHeight?: import("react").CSSProperties["height"];
325
325
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
326
326
  listOverflow?: import("react").CSSProperties["overflow"];
327
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
327
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
328
328
  target: "button-like";
329
329
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
330
330
  contentLeft?: never;
@@ -372,6 +372,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
372
372
  listHeight?: import("react").CSSProperties["height"];
373
373
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
374
374
  listOverflow?: import("react").CSSProperties["overflow"];
375
- } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
375
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
376
376
  export { Select };
377
377
  //# sourceMappingURL=Select.d.ts.map
@@ -28,7 +28,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
28
28
  disabled: {
29
29
  true: import("@linaria/core").LinariaClassName;
30
30
  };
31
- }> & ((Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
31
+ }> & ((Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
32
32
  status?: "" | "success" | "warning" | "error";
33
33
  label?: string;
34
34
  labelPlacement?: "inner" | "outer";
@@ -75,7 +75,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
75
75
  hasDivider?: undefined;
76
76
  } & {
77
77
  labelAriaHidden?: boolean;
78
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
78
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
79
79
  status?: "" | "success" | "warning" | "error";
80
80
  label?: string;
81
81
  labelPlacement?: "inner" | "outer";
@@ -122,7 +122,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
122
122
  hasDivider?: undefined;
123
123
  } & {
124
124
  labelAriaHidden?: boolean;
125
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
125
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
126
126
  status?: "" | "success" | "warning" | "error";
127
127
  label?: string;
128
128
  labelPlacement?: "inner" | "outer";
@@ -169,7 +169,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
169
169
  hasDivider?: undefined;
170
170
  } & {
171
171
  labelAriaHidden?: boolean;
172
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
172
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
173
173
  status?: "" | "success" | "warning" | "error";
174
174
  label?: string;
175
175
  labelPlacement?: "inner" | "outer";
@@ -216,7 +216,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
216
216
  width?: undefined;
217
217
  } & {
218
218
  labelAriaHidden?: boolean;
219
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
219
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
220
220
  status?: "" | "success" | "warning" | "error";
221
221
  label?: string;
222
222
  labelPlacement?: "inner" | "outer";
@@ -263,7 +263,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
263
263
  hasDivider?: undefined;
264
264
  } & {
265
265
  labelAriaHidden?: boolean;
266
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
266
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
267
267
  status?: "" | "success" | "warning" | "error";
268
268
  label?: string;
269
269
  labelPlacement?: "inner" | "outer";
@@ -310,7 +310,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
310
310
  hasDivider?: undefined;
311
311
  } & {
312
312
  labelAriaHidden?: boolean;
313
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
313
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
314
314
  status?: "" | "success" | "warning" | "error";
315
315
  label?: string;
316
316
  labelPlacement?: "inner" | "outer";
@@ -357,7 +357,7 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
357
357
  hasDivider?: undefined;
358
358
  } & {
359
359
  labelAriaHidden?: boolean;
360
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
360
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../..").TextareaHTMLAttributes<HTMLTextAreaElement>, "cols" | "rows" | "required"> & {
361
361
  status?: "" | "success" | "warning" | "error";
362
362
  label?: string;
363
363
  labelPlacement?: "inner" | "outer";
@@ -76,7 +76,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
76
76
  chipType?: never;
77
77
  chipView?: never;
78
78
  chipValidator?: never;
79
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
79
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
80
80
  size?: string;
81
81
  view?: string;
82
82
  readOnly?: boolean;
@@ -114,7 +114,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
114
114
  chipValidator?: (value: string) => {
115
115
  view?: string;
116
116
  };
117
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
117
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
118
118
  size?: string;
119
119
  view?: string;
120
120
  readOnly?: boolean;
@@ -150,7 +150,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
150
150
  chipType?: never;
151
151
  chipView?: never;
152
152
  chipValidator?: never;
153
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
153
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
154
154
  size?: string;
155
155
  view?: string;
156
156
  readOnly?: boolean;
@@ -188,7 +188,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
188
188
  chipValidator?: (value: string) => {
189
189
  view?: string;
190
190
  };
191
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
191
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
192
192
  size?: string;
193
193
  view?: string;
194
194
  readOnly?: boolean;
@@ -224,7 +224,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
224
224
  chipType?: never;
225
225
  chipView?: never;
226
226
  chipValidator?: never;
227
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
227
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
228
228
  size?: string;
229
229
  view?: string;
230
230
  readOnly?: boolean;
@@ -262,7 +262,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
262
262
  chipValidator?: (value: string) => {
263
263
  view?: string;
264
264
  };
265
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
265
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
266
266
  size?: string;
267
267
  view?: string;
268
268
  readOnly?: boolean;
@@ -298,7 +298,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
298
298
  chipType?: never;
299
299
  chipView?: never;
300
300
  chipValidator?: never;
301
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
301
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
302
302
  size?: string;
303
303
  view?: string;
304
304
  readOnly?: boolean;
@@ -336,5 +336,5 @@ export declare const TextField: import("react").FunctionComponent<import("../../
336
336
  chipValidator?: (value: string) => {
337
337
  view?: string;
338
338
  };
339
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
339
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
340
340
  //# sourceMappingURL=TextField.d.ts.map
@@ -35,7 +35,7 @@ export declare const StyledSegmentItem: import("@linaria/react").StyledMeta & im
35
35
  export declare const AccordionInfo: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
36
36
  export declare const Subcategory: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
37
37
  export declare const ColumnTitle: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
38
- export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "title" | "onChange"> & {
38
+ export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "onChange" | "title"> & {
39
39
  value?: boolean;
40
40
  type?: "clear" | "arrow" | "sign";
41
41
  contentLeft?: import("react").ReactNode;
@@ -37,7 +37,7 @@ export declare const StyledSegmentItem: import("@linaria/react").StyledMeta & im
37
37
  export declare const AccordionTypographyTitle: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
38
38
  export declare const FontFamily: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
39
39
  export declare const AccordionInfo: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
40
- export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "title" | "onChange"> & {
40
+ export declare const StyledAccordionItem: import("@linaria/react").StyledMeta & import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "onChange" | "title"> & {
41
41
  value?: boolean;
42
42
  type?: "clear" | "arrow" | "sign";
43
43
  contentLeft?: import("react").ReactNode;
@@ -0,0 +1,4 @@
1
+ export declare const scrollbarLarge: () => string;
2
+ export declare const scrollbarSmall: () => string;
3
+ export declare const scrollbarTest: () => string;
4
+ //# sourceMappingURL=addScrollbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addScrollbar.d.ts","sourceRoot":"","sources":["../../src/mixins/addScrollbar.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,cA2B1B,CAAC;AAEF,eAAO,MAAM,cAAc,cA+B1B,CAAC;AAEF,eAAO,MAAM,aAAa,cA4BzB,CAAC"}
@@ -8,7 +8,6 @@ export * from './addFocus';
8
8
  export * from './typography';
9
9
  export * from './applyRoundness';
10
10
  export * from './applySkeletonGradient';
11
- export * from './applyDisabled';
12
11
  export * from './applyHidden';
13
12
  export * from './createApplyPaperMixin';
14
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mixins/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mixins/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC"}