@skbkontur/react-ui 0.0.0-a8f1c3e7a1 → 0.0.0-aa4659ca48

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 (1206) hide show
  1. package/CHANGELOG.md +217 -0
  2. package/README.md +7 -7
  3. package/cjs/components/Autocomplete/Autocomplete.d.ts +17 -26
  4. package/cjs/components/Autocomplete/Autocomplete.js +61 -56
  5. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  6. package/cjs/components/Button/ArrowLeftIcon.d.ts +1 -1
  7. package/cjs/components/Button/ArrowRightIcon.d.ts +1 -1
  8. package/cjs/components/Button/Button.d.ts +27 -14
  9. package/cjs/components/Button/Button.js +44 -20
  10. package/cjs/components/Button/Button.js.map +1 -1
  11. package/cjs/components/Button/Button.mixins.d.ts +0 -1
  12. package/cjs/components/Button/Button.mixins.js +2 -9
  13. package/cjs/components/Button/Button.mixins.js.map +1 -1
  14. package/cjs/components/Button/Button.styles.d.ts +3 -3
  15. package/cjs/components/Button/Button.styles.js +48 -58
  16. package/cjs/components/Button/Button.styles.js.map +1 -1
  17. package/cjs/components/Button/ButtonArrow.js +13 -14
  18. package/cjs/components/Button/ButtonArrow.js.map +1 -1
  19. package/cjs/components/Calendar/Calendar.d.ts +2 -0
  20. package/cjs/components/Calendar/Calendar.js +1 -0
  21. package/cjs/components/Calendar/Calendar.js.map +1 -1
  22. package/cjs/components/Center/Center.d.ts +2 -0
  23. package/cjs/components/Center/Center.js +1 -0
  24. package/cjs/components/Center/Center.js.map +1 -1
  25. package/cjs/components/Checkbox/Checkbox.d.ts +7 -16
  26. package/cjs/components/Checkbox/Checkbox.js +24 -54
  27. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  28. package/cjs/components/Checkbox/Checkbox.styles.d.ts +0 -3
  29. package/cjs/components/Checkbox/Checkbox.styles.js +16 -43
  30. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  31. package/cjs/components/Checkbox/CheckedIcon.d.ts +1 -1
  32. package/cjs/components/Checkbox/IndeterminateIcon.d.ts +1 -1
  33. package/cjs/components/ComboBox/ComboBox.d.ts +22 -3
  34. package/cjs/components/ComboBox/ComboBox.js +26 -1
  35. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  36. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +15 -45
  37. package/cjs/components/CurrencyInput/CurrencyInput.js +17 -55
  38. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  39. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +1 -1
  40. package/cjs/components/CurrencyInput/CursorHelper.js +5 -2
  41. package/cjs/components/CurrencyInput/CursorHelper.js.map +1 -1
  42. package/cjs/components/CurrencyInput/constants.js +1 -2
  43. package/cjs/components/CurrencyInput/constants.js.map +1 -1
  44. package/cjs/components/CurrencyLabel/CurrencyLabel.js +21 -28
  45. package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
  46. package/cjs/components/DateInput/CalendarIcon.d.ts +1 -1
  47. package/cjs/components/DateInput/DateInput.d.ts +5 -2
  48. package/cjs/components/DateInput/DateInput.js +7 -25
  49. package/cjs/components/DateInput/DateInput.js.map +1 -1
  50. package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +1 -1
  51. package/cjs/components/DateInput/helpers/InternalDateMediator.js +1 -10
  52. package/cjs/components/DateInput/helpers/InternalDateMediator.js.map +1 -1
  53. package/cjs/components/DatePicker/DatePicker.d.ts +8 -35
  54. package/cjs/components/DatePicker/DatePicker.js +6 -60
  55. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  56. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +34 -28
  57. package/cjs/components/DateRangePicker/DateRangePicker.js +24 -1
  58. package/cjs/components/DateRangePicker/DateRangePicker.js.map +1 -1
  59. package/cjs/components/DateRangePicker/DateRangePickerInput.js +2 -2
  60. package/cjs/components/DateRangePicker/DateRangePickerInput.js.map +1 -1
  61. package/cjs/components/Dropdown/Dropdown.d.ts +2 -47
  62. package/cjs/components/Dropdown/Dropdown.js +2 -82
  63. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  64. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +4 -2
  65. package/cjs/components/DropdownMenu/DropdownMenu.js +3 -1
  66. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  67. package/cjs/components/FileUploader/FileUploader.js +1 -0
  68. package/cjs/components/FileUploader/FileUploader.js.map +1 -1
  69. package/cjs/components/FileUploader/UploadIcon.d.ts +1 -1
  70. package/cjs/components/FxInput/FxInput.d.ts +25 -21
  71. package/cjs/components/FxInput/FxInput.js +129 -68
  72. package/cjs/components/FxInput/FxInput.js.map +1 -1
  73. package/cjs/components/FxInput/FxInputRestoreBtn.js +2 -3
  74. package/cjs/components/FxInput/FxInputRestoreBtn.js.map +1 -1
  75. package/cjs/components/FxInput/MathFunctionIcon.d.ts +1 -1
  76. package/cjs/components/FxInput/UndoIcon.d.ts +1 -1
  77. package/cjs/components/Gapped/Gapped.d.ts +2 -15
  78. package/cjs/components/Gapped/Gapped.js +1 -25
  79. package/cjs/components/Gapped/Gapped.js.map +1 -1
  80. package/cjs/components/GlobalLoader/GlobalLoader.d.ts +2 -0
  81. package/cjs/components/GlobalLoader/GlobalLoader.js +1 -0
  82. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
  83. package/cjs/components/GlobalLoader/useParams.d.ts +2 -2
  84. package/cjs/components/Group/Group.d.ts +4 -4
  85. package/cjs/components/Group/Group.js +80 -41
  86. package/cjs/components/Group/Group.js.map +1 -1
  87. package/cjs/components/Group/Group.styles.d.ts +1 -1
  88. package/cjs/components/Group/Group.styles.js +7 -7
  89. package/cjs/components/Group/Group.styles.js.map +1 -1
  90. package/cjs/components/Hint/Hint.d.ts +2 -0
  91. package/cjs/components/Hint/Hint.js +1 -0
  92. package/cjs/components/Hint/Hint.js.map +1 -1
  93. package/cjs/components/Input/Input.d.ts +33 -66
  94. package/cjs/components/Input/Input.js +31 -181
  95. package/cjs/components/Input/Input.js.map +1 -1
  96. package/cjs/components/Input/Input.styles.d.ts +0 -7
  97. package/cjs/components/Input/Input.styles.js +14 -76
  98. package/cjs/components/Input/Input.styles.js.map +1 -1
  99. package/cjs/components/Input/InputLayout/InputLayout.d.ts +1 -0
  100. package/cjs/components/Input/InputLayout/InputLayout.js +4 -2
  101. package/cjs/components/Input/InputLayout/InputLayout.js.map +1 -1
  102. package/cjs/components/Kebab/Kebab.d.ts +4 -2
  103. package/cjs/components/Kebab/Kebab.js +9 -29
  104. package/cjs/components/Kebab/Kebab.js.map +1 -1
  105. package/cjs/components/Kebab/KebabIcon.d.ts +1 -1
  106. package/cjs/components/Link/Link.d.ts +12 -10
  107. package/cjs/components/Link/Link.js +11 -2
  108. package/cjs/components/Link/Link.js.map +1 -1
  109. package/cjs/components/Loader/Loader.d.ts +7 -36
  110. package/cjs/components/Loader/Loader.js +9 -59
  111. package/cjs/components/Loader/Loader.js.map +1 -1
  112. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +1 -0
  113. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js +107 -78
  114. package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js.map +1 -1
  115. package/cjs/components/MaskedInput/FixedIMaskInput.js +3 -2
  116. package/cjs/components/MaskedInput/FixedIMaskInput.js.map +1 -1
  117. package/cjs/components/MaskedInput/MaskedInput.d.ts +9 -0
  118. package/cjs/components/MaskedInput/MaskedInput.js +44 -9
  119. package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
  120. package/cjs/components/MenuFooter/MenuFooter.d.ts +1 -1
  121. package/cjs/components/MenuFooter/MenuFooter.js +0 -1
  122. package/cjs/components/MenuFooter/MenuFooter.js.map +1 -1
  123. package/cjs/components/MenuHeader/MenuHeader.d.ts +1 -1
  124. package/cjs/components/MenuHeader/MenuHeader.js +0 -1
  125. package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
  126. package/cjs/components/MenuItem/MenuItem.d.ts +2 -17
  127. package/cjs/components/MenuItem/MenuItem.js +5 -34
  128. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  129. package/cjs/components/MenuItem/MenuItem.styles.d.ts +1 -2
  130. package/cjs/components/MenuItem/MenuItem.styles.js +12 -17
  131. package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
  132. package/cjs/components/MiniModal/MiniModal.styles.d.ts +1 -1
  133. package/cjs/components/MiniModal/MiniModal.styles.js +4 -2
  134. package/cjs/components/MiniModal/MiniModal.styles.js.map +1 -1
  135. package/cjs/components/MiniModal/MiniModalBody.js +10 -2
  136. package/cjs/components/MiniModal/MiniModalBody.js.map +1 -1
  137. package/cjs/components/Modal/Modal.d.ts +1 -1
  138. package/cjs/components/Modal/Modal.js +2 -18
  139. package/cjs/components/Modal/Modal.js.map +1 -1
  140. package/cjs/components/Modal/Modal.styles.d.ts +8 -21
  141. package/cjs/components/Modal/Modal.styles.js +82 -168
  142. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  143. package/cjs/components/Modal/ModalBody.d.ts +2 -0
  144. package/cjs/components/Modal/ModalBody.js +2 -6
  145. package/cjs/components/Modal/ModalBody.js.map +1 -1
  146. package/cjs/components/Modal/ModalClose.js +1 -6
  147. package/cjs/components/Modal/ModalClose.js.map +1 -1
  148. package/cjs/components/Modal/ModalFooter.js +2 -5
  149. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  150. package/cjs/components/Modal/ModalHeader.d.ts +5 -0
  151. package/cjs/components/Modal/ModalHeader.js +9 -7
  152. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  153. package/cjs/components/Paging/DotsIcon.d.ts +3 -0
  154. package/cjs/components/Paging/DotsIcon.js +13 -0
  155. package/cjs/components/Paging/DotsIcon.js.map +1 -0
  156. package/cjs/components/Paging/ForwardIcon.d.ts +4 -1
  157. package/cjs/components/Paging/ForwardIcon.js +13 -1
  158. package/cjs/components/Paging/ForwardIcon.js.map +1 -1
  159. package/cjs/components/Paging/NavigationHelper.js +5 -7
  160. package/cjs/components/Paging/NavigationHelper.js.map +1 -1
  161. package/cjs/components/Paging/Paging.d.ts +14 -3
  162. package/cjs/components/Paging/Paging.js +116 -58
  163. package/cjs/components/Paging/Paging.js.map +1 -1
  164. package/cjs/components/Paging/Paging.styles.d.ts +16 -1
  165. package/cjs/components/Paging/Paging.styles.js +123 -28
  166. package/cjs/components/Paging/Paging.styles.js.map +1 -1
  167. package/cjs/components/Paging/PagingHelper.d.ts +1 -1
  168. package/cjs/components/Paging/PagingHelper.js +18 -11
  169. package/cjs/components/Paging/PagingHelper.js.map +1 -1
  170. package/cjs/components/PasswordInput/ClosedIcon.d.ts +1 -1
  171. package/cjs/components/PasswordInput/OpenedIcon.d.ts +1 -1
  172. package/cjs/components/PasswordInput/PasswordInput.d.ts +10 -18
  173. package/cjs/components/PasswordInput/PasswordInput.js +22 -46
  174. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  175. package/cjs/components/Radio/Radio.d.ts +4 -1
  176. package/cjs/components/Radio/Radio.js +9 -10
  177. package/cjs/components/Radio/Radio.js.map +1 -1
  178. package/cjs/components/Radio/Radio.styles.d.ts +0 -2
  179. package/cjs/components/Radio/Radio.styles.js +19 -31
  180. package/cjs/components/Radio/Radio.styles.js.map +1 -1
  181. package/cjs/components/RadioGroup/RadioGroup.d.ts +2 -1
  182. package/cjs/components/RadioGroup/RadioGroup.js +1 -15
  183. package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  184. package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +0 -1
  185. package/cjs/components/RadioGroup/RadioGroup.styles.js +5 -10
  186. package/cjs/components/RadioGroup/RadioGroup.styles.js.map +1 -1
  187. package/cjs/components/ResponsiveLayout/decorator.d.ts +4 -2
  188. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +3 -14
  189. package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +1 -1
  190. package/cjs/components/ScrollContainer/ScrollContainer.js +3 -19
  191. package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
  192. package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +0 -1
  193. package/cjs/components/ScrollContainer/ScrollContainer.styles.js +10 -20
  194. package/cjs/components/ScrollContainer/ScrollContainer.styles.js.map +1 -1
  195. package/cjs/components/Select/ArrowDownIcon.d.ts +1 -1
  196. package/cjs/components/Select/Select.d.ts +4 -1
  197. package/cjs/components/Select/Select.js +10 -6
  198. package/cjs/components/Select/Select.js.map +1 -1
  199. package/cjs/components/SidePage/SidePage.js +5 -12
  200. package/cjs/components/SidePage/SidePage.js.map +1 -1
  201. package/cjs/components/SidePage/SidePage.styles.d.ts +2 -7
  202. package/cjs/components/SidePage/SidePage.styles.js +41 -74
  203. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  204. package/cjs/components/SidePage/SidePageBody.d.ts +2 -0
  205. package/cjs/components/SidePage/SidePageBody.js +1 -0
  206. package/cjs/components/SidePage/SidePageBody.js.map +1 -1
  207. package/cjs/components/SidePage/SidePageCloseButton.js +3 -7
  208. package/cjs/components/SidePage/SidePageCloseButton.js.map +1 -1
  209. package/cjs/components/SidePage/SidePageContainer.d.ts +2 -0
  210. package/cjs/components/SidePage/SidePageContainer.js +1 -0
  211. package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
  212. package/cjs/components/SidePage/SidePageFooter.d.ts +2 -0
  213. package/cjs/components/SidePage/SidePageFooter.js +1 -0
  214. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  215. package/cjs/components/SidePage/SidePageHeader.d.ts +10 -7
  216. package/cjs/components/SidePage/SidePageHeader.js +31 -51
  217. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  218. package/cjs/components/SingleToast/SingleToast.d.ts +17 -4
  219. package/cjs/components/SingleToast/SingleToast.js +28 -5
  220. package/cjs/components/SingleToast/SingleToast.js.map +1 -1
  221. package/cjs/components/Spinner/Spinner.d.ts +2 -18
  222. package/cjs/components/Spinner/Spinner.js +2 -33
  223. package/cjs/components/Spinner/Spinner.js.map +1 -1
  224. package/cjs/components/Spinner/Spinner.styles.js +10 -15
  225. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  226. package/cjs/components/Sticky/Sticky.d.ts +2 -13
  227. package/cjs/components/Sticky/Sticky.js +4 -30
  228. package/cjs/components/Sticky/Sticky.js.map +1 -1
  229. package/cjs/components/Switcher/Switcher.d.ts +6 -21
  230. package/cjs/components/Switcher/Switcher.js +8 -26
  231. package/cjs/components/Switcher/Switcher.js.map +1 -1
  232. package/cjs/components/Switcher/Switcher.styles.d.ts +1 -1
  233. package/cjs/components/Switcher/Switcher.styles.js +14 -17
  234. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  235. package/cjs/components/Tabs/Indicator.d.ts +2 -0
  236. package/cjs/components/Tabs/Indicator.js +1 -0
  237. package/cjs/components/Tabs/Indicator.js.map +1 -1
  238. package/cjs/components/Tabs/Tab.d.ts +2 -0
  239. package/cjs/components/Tabs/Tab.js +1 -0
  240. package/cjs/components/Tabs/Tab.js.map +1 -1
  241. package/cjs/components/Tabs/Tabs.d.ts +2 -0
  242. package/cjs/components/Tabs/Tabs.js +1 -0
  243. package/cjs/components/Tabs/Tabs.js.map +1 -1
  244. package/cjs/components/Textarea/Textarea.d.ts +10 -47
  245. package/cjs/components/Textarea/Textarea.js +28 -66
  246. package/cjs/components/Textarea/Textarea.js.map +1 -1
  247. package/cjs/components/Textarea/Textarea.styles.js +3 -2
  248. package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
  249. package/cjs/components/Textarea/TextareaCounter.js +2 -13
  250. package/cjs/components/Textarea/TextareaCounter.js.map +1 -1
  251. package/cjs/components/Toast/Toast.d.ts +30 -16
  252. package/cjs/components/Toast/Toast.js +57 -52
  253. package/cjs/components/Toast/Toast.js.map +1 -1
  254. package/cjs/components/Toast/ToastView.d.ts +7 -15
  255. package/cjs/components/Toast/ToastView.js +19 -22
  256. package/cjs/components/Toast/ToastView.js.map +1 -1
  257. package/cjs/components/Toast/ToastView.styles.d.ts +4 -0
  258. package/cjs/components/Toast/ToastView.styles.js +43 -9
  259. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  260. package/cjs/components/Toggle/Toggle.d.ts +4 -11
  261. package/cjs/components/Toggle/Toggle.js +4 -14
  262. package/cjs/components/Toggle/Toggle.js.map +1 -1
  263. package/cjs/components/Token/Token.d.ts +2 -0
  264. package/cjs/components/Token/Token.js +1 -0
  265. package/cjs/components/Token/Token.js.map +1 -1
  266. package/cjs/components/TokenInput/TokenInput.d.ts +9 -3
  267. package/cjs/components/TokenInput/TokenInput.js +74 -58
  268. package/cjs/components/TokenInput/TokenInput.js.map +1 -1
  269. package/cjs/components/Tooltip/Tooltip.d.ts +14 -10
  270. package/cjs/components/Tooltip/Tooltip.js +96 -19
  271. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  272. package/cjs/components/Tooltip/Tooltip.styles.d.ts +7 -1
  273. package/cjs/components/Tooltip/Tooltip.styles.js +50 -12
  274. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  275. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +4 -2
  276. package/cjs/components/TooltipMenu/TooltipMenu.js +4 -2
  277. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  278. package/cjs/components/__stories__/Form.js +95 -0
  279. package/cjs/components/__stories__/Form.js.map +1 -0
  280. package/cjs/index.d.ts +2 -0
  281. package/cjs/index.js +1 -0
  282. package/cjs/index.js.map +1 -1
  283. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.d.ts +1 -0
  284. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js +16 -7
  285. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.js.map +1 -1
  286. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +3 -0
  287. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js +27 -9
  288. package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js.map +1 -1
  289. package/cjs/internal/ClearCrossIcon/CrossIcon.d.ts +1 -1
  290. package/cjs/internal/CloseButtonIcon/CrossIcon.d.ts +1 -1
  291. package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +2 -0
  292. package/cjs/internal/CommonWrapper/CommonWrapper.js +1 -0
  293. package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -1
  294. package/cjs/internal/CommonWrapper/types.d.ts +1 -1
  295. package/cjs/internal/CommonWrapper/types.js.map +1 -1
  296. package/cjs/internal/ComponentTable.js +2 -3
  297. package/cjs/internal/ComponentTable.js.map +1 -1
  298. package/cjs/internal/CustomComboBox/ArrowDownIcon.d.ts +1 -1
  299. package/cjs/internal/CustomComboBox/ComboBoxMenu.js +1 -1
  300. package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
  301. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +12 -4
  302. package/cjs/internal/CustomComboBox/ComboBoxView.js +48 -6
  303. package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
  304. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +12 -6
  305. package/cjs/internal/CustomComboBox/CustomComboBox.js +12 -10
  306. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  307. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +0 -1
  308. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +18 -24
  309. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  310. package/cjs/internal/DateSelect/DateSelect.d.ts +0 -10
  311. package/cjs/internal/DateSelect/DateSelect.js +2 -19
  312. package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
  313. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +2 -2
  314. package/cjs/internal/FileUploaderControl/FileUploaderFile/DeleteIcon.d.ts +1 -1
  315. package/cjs/internal/FileUploaderControl/FileUploaderFile/ErrorIcon.d.ts +1 -1
  316. package/cjs/internal/FileUploaderControl/FileUploaderFile/OkIcon.d.ts +1 -1
  317. package/cjs/internal/FocusControlWrapper/FocusControlWrapper.stories.d.ts +3 -2
  318. package/cjs/internal/FocusTrap/FocusTrap.d.ts +2 -0
  319. package/cjs/internal/FocusTrap/FocusTrap.js +1 -0
  320. package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
  321. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  322. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +1 -0
  323. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  324. package/cjs/internal/InputLikeText/InputLikeText.d.ts +4 -13
  325. package/cjs/internal/InputLikeText/InputLikeText.js +17 -111
  326. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  327. package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +1 -0
  328. package/cjs/internal/InputLikeText/InputLikeText.styles.js +12 -4
  329. package/cjs/internal/InputLikeText/InputLikeText.styles.js.map +1 -1
  330. package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.d.ts +37 -0
  331. package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.js +235 -0
  332. package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.js.map +1 -0
  333. package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.styles.d.ts +3 -0
  334. package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.styles.js +10 -0
  335. package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.styles.js.map +1 -0
  336. package/cjs/internal/Menu/Menu.d.ts +4 -3
  337. package/cjs/internal/Menu/Menu.js +4 -10
  338. package/cjs/internal/Menu/Menu.js.map +1 -1
  339. package/cjs/internal/Menu/Menu.styles.d.ts +0 -2
  340. package/cjs/internal/Menu/Menu.styles.js +9 -23
  341. package/cjs/internal/Menu/Menu.styles.js.map +1 -1
  342. package/cjs/internal/MobilePopup/MobilePopup.d.ts +2 -0
  343. package/cjs/internal/MobilePopup/MobilePopup.js +1 -0
  344. package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -1
  345. package/cjs/internal/Popup/Popup.d.ts +41 -61
  346. package/cjs/internal/Popup/Popup.js +58 -118
  347. package/cjs/internal/Popup/Popup.js.map +1 -1
  348. package/cjs/internal/Popup/PopupPin.d.ts +16 -42
  349. package/cjs/internal/Popup/PopupPin.js +130 -224
  350. package/cjs/internal/Popup/PopupPin.js.map +1 -1
  351. package/cjs/internal/Popup/PopupPin.styles.d.ts +5 -1
  352. package/cjs/internal/Popup/PopupPin.styles.js +25 -3
  353. package/cjs/internal/Popup/PopupPin.styles.js.map +1 -1
  354. package/cjs/internal/PopupMenu/PopupMenu.d.ts +2 -0
  355. package/cjs/internal/PopupMenu/PopupMenu.js +1 -0
  356. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  357. package/cjs/internal/PopupMenu/validatePositions.js +5 -2
  358. package/cjs/internal/PopupMenu/validatePositions.js.map +1 -1
  359. package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +0 -6
  360. package/cjs/internal/RenderContainer/RenderInnerContainer.js +0 -9
  361. package/cjs/internal/RenderContainer/RenderInnerContainer.js.map +1 -1
  362. package/cjs/internal/RenderLayer/RenderLayer.d.ts +2 -3
  363. package/cjs/internal/RenderLayer/RenderLayer.js +3 -12
  364. package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
  365. package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  366. package/cjs/internal/ResizeDetector/ResizeDetector.js +8 -1
  367. package/cjs/internal/ResizeDetector/ResizeDetector.js.map +1 -1
  368. package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +1 -0
  369. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js +7 -1
  370. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js.map +1 -1
  371. package/cjs/internal/SpinnerIcon/SpinnerIcon.d.ts +1 -2
  372. package/cjs/internal/SpinnerIcon/SpinnerIcon.js +1 -55
  373. package/cjs/internal/SpinnerIcon/SpinnerIcon.js.map +1 -1
  374. package/cjs/internal/ThemePlayground/HintPlayground.js +7 -4
  375. package/cjs/internal/ThemePlayground/HintPlayground.js.map +1 -1
  376. package/cjs/internal/ThemePlayground/Playground.js +5 -1
  377. package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
  378. package/cjs/internal/ThemePlayground/Playground.styles.js +5 -8
  379. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  380. package/cjs/internal/ThemePlayground/ShowcaseGroup.js +12 -1
  381. package/cjs/internal/ThemePlayground/ShowcaseGroup.js.map +1 -1
  382. package/cjs/internal/ThemePlayground/helpers.d.ts +1 -1
  383. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  384. package/cjs/internal/ZIndex/ZIndex.d.ts +3 -3
  385. package/cjs/internal/ZIndex/ZIndex.js +5 -1
  386. package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
  387. package/cjs/internal/icons2022/LoadingIcon.d.ts +1 -1
  388. package/cjs/internal/icons2022/LoadingIcon.js +0 -1
  389. package/cjs/internal/icons2022/LoadingIcon.js.map +1 -1
  390. package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.d.ts +2 -0
  391. package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.js +16 -0
  392. package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.js.map +1 -0
  393. package/cjs/internal/icons2022/iconSizer.d.ts +1 -1
  394. package/cjs/internal/themes/BasicTheme.d.ts +86 -57
  395. package/cjs/internal/themes/BasicTheme.js +144 -67
  396. package/cjs/internal/themes/BasicTheme.js.map +1 -1
  397. package/cjs/internal/themes/DarkTheme6_0.d.ts +1 -0
  398. package/cjs/internal/themes/DarkTheme6_0.js +575 -0
  399. package/cjs/internal/themes/DarkTheme6_0.js.map +1 -0
  400. package/cjs/internal/themes/LightTheme6_0.d.ts +1 -0
  401. package/cjs/internal/themes/{LightTheme5_0.js → LightTheme6_0.js} +4 -4
  402. package/cjs/internal/themes/{LightTheme5_0.js.map → LightTheme6_0.js.map} +1 -1
  403. package/cjs/lib/blink.d.ts +15 -0
  404. package/cjs/lib/blink.js +65 -0
  405. package/cjs/lib/blink.js.map +1 -0
  406. package/cjs/lib/client.d.ts +0 -2
  407. package/cjs/lib/client.js +1 -3
  408. package/cjs/lib/client.js.map +1 -1
  409. package/cjs/lib/createPropsGetter.d.ts +1 -1
  410. package/cjs/lib/currentEnvironment.js +0 -1
  411. package/cjs/lib/currentEnvironment.js.map +1 -1
  412. package/cjs/lib/date/InternalDate.js +5 -4
  413. package/cjs/lib/date/InternalDate.js.map +1 -1
  414. package/cjs/lib/date/InternalDateGetter.d.ts +1 -1
  415. package/cjs/lib/date/InternalDateGetter.js +2 -2
  416. package/cjs/lib/date/InternalDateGetter.js.map +1 -1
  417. package/cjs/lib/delay.mts +3 -0
  418. package/cjs/lib/dom/getDOMRect.d.ts +1 -1
  419. package/cjs/lib/dom/getScrollWidth.js +4 -2
  420. package/cjs/lib/dom/getScrollWidth.js.map +1 -1
  421. package/cjs/lib/events/MouseDrag.js +1 -7
  422. package/cjs/lib/events/MouseDrag.js.map +1 -1
  423. package/cjs/lib/events/keyboard/identifiers.js +2 -10
  424. package/cjs/lib/events/keyboard/identifiers.js.map +1 -1
  425. package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +1 -7
  426. package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +0 -5
  427. package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js +1 -13
  428. package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
  429. package/cjs/lib/forwardRefAndName.d.ts +1 -1
  430. package/cjs/lib/forwardRefAndName.js +0 -1
  431. package/cjs/lib/forwardRefAndName.js.map +1 -1
  432. package/cjs/lib/listenFocusOutside.js +3 -1
  433. package/cjs/lib/listenFocusOutside.js.map +1 -1
  434. package/cjs/lib/locale/decorators.d.ts +3 -2
  435. package/cjs/lib/needsPolyfillPlaceholder.js +1 -3
  436. package/cjs/lib/needsPolyfillPlaceholder.js.map +1 -1
  437. package/cjs/lib/rootNode/getRootNode.js +2 -2
  438. package/cjs/lib/rootNode/getRootNode.js.map +1 -1
  439. package/cjs/lib/rootNode/rootNodeDecorator.d.ts +3 -2
  440. package/cjs/lib/rootNode/rootNodeDecorator.js +1 -0
  441. package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -1
  442. package/cjs/lib/size/SizeControlContext.d.ts +6 -0
  443. package/cjs/lib/size/SizeControlContext.js +16 -0
  444. package/cjs/lib/size/SizeControlContext.js.map +1 -0
  445. package/cjs/lib/size/SizeDecorator.d.ts +33 -0
  446. package/cjs/lib/size/SizeDecorator.js +41 -0
  447. package/cjs/lib/size/SizeDecorator.js.map +1 -0
  448. package/cjs/lib/size/constants.d.ts +2 -0
  449. package/cjs/lib/size/constants.js +3 -0
  450. package/cjs/lib/size/constants.js.map +1 -0
  451. package/cjs/lib/size/index.d.ts +1 -0
  452. package/cjs/lib/size/index.js +1 -0
  453. package/cjs/lib/size/index.js.map +1 -0
  454. package/cjs/lib/size/useSizeControl.d.ts +2 -0
  455. package/cjs/lib/size/useSizeControl.js +10 -0
  456. package/cjs/lib/size/useSizeControl.js.map +1 -0
  457. package/cjs/lib/styles/Mixins.js +1 -3
  458. package/cjs/lib/styles/Mixins.js.map +1 -1
  459. package/cjs/lib/theming/Emotion.d.ts +7 -7
  460. package/cjs/lib/theming/ThemeHelpers.js +1 -1
  461. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  462. package/cjs/lib/theming/ThemeVersions.d.ts +1 -1
  463. package/cjs/lib/theming/ThemeVersions.js.map +1 -1
  464. package/cjs/lib/theming/themes/DarkTheme.d.ts +1 -3
  465. package/cjs/lib/theming/themes/DarkTheme.js +3 -7
  466. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
  467. package/cjs/lib/theming/themes/LightTheme.d.ts +1 -3
  468. package/cjs/lib/theming/themes/LightTheme.js +3 -7
  469. package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
  470. package/cjs/lib/typeGuards.js +1 -1
  471. package/cjs/lib/typeGuards.js.map +1 -1
  472. package/cjs/lib/utils.d.ts +20 -5
  473. package/cjs/lib/utils.js +39 -16
  474. package/cjs/lib/utils.js.map +1 -1
  475. package/cjs/lib/withClassWrapper.js +5 -2
  476. package/cjs/lib/withClassWrapper.js.map +1 -1
  477. package/cjs/test-setup.d.ts +1 -0
  478. package/cjs/vitest.config.d.ts +2 -0
  479. package/components/Autocomplete/Autocomplete/Autocomplete.js +49 -47
  480. package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
  481. package/components/Autocomplete/Autocomplete.d.ts +17 -26
  482. package/components/Button/ArrowLeftIcon.d.ts +1 -1
  483. package/components/Button/ArrowRightIcon.d.ts +1 -1
  484. package/components/Button/Button/Button.js +45 -27
  485. package/components/Button/Button/Button.js.map +1 -1
  486. package/components/Button/Button.d.ts +27 -14
  487. package/components/Button/Button.mixins/Button.mixins.js +1 -4
  488. package/components/Button/Button.mixins/Button.mixins.js.map +1 -1
  489. package/components/Button/Button.mixins.d.ts +0 -1
  490. package/components/Button/Button.styles/Button.styles.js +29 -29
  491. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  492. package/components/Button/Button.styles.d.ts +3 -3
  493. package/components/Button/ButtonArrow/ButtonArrow.js +1 -3
  494. package/components/Button/ButtonArrow/ButtonArrow.js.map +1 -1
  495. package/components/Calendar/Calendar/Calendar.js.map +1 -1
  496. package/components/Calendar/Calendar.d.ts +2 -0
  497. package/components/Center/Center/Center.js.map +1 -1
  498. package/components/Center/Center.d.ts +2 -0
  499. package/components/Checkbox/Checkbox/Checkbox.js +17 -43
  500. package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
  501. package/components/Checkbox/Checkbox.d.ts +7 -16
  502. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js +16 -25
  503. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
  504. package/components/Checkbox/Checkbox.styles.d.ts +0 -3
  505. package/components/Checkbox/CheckedIcon.d.ts +1 -1
  506. package/components/Checkbox/IndeterminateIcon.d.ts +1 -1
  507. package/components/ComboBox/ComboBox/ComboBox.js +2 -1
  508. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  509. package/components/ComboBox/ComboBox.d.ts +22 -3
  510. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +20 -61
  511. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  512. package/components/CurrencyInput/CurrencyInput.d.ts +15 -45
  513. package/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +1 -1
  514. package/components/CurrencyInput/CursorHelper/CursorHelper.js +3 -1
  515. package/components/CurrencyInput/CursorHelper/CursorHelper.js.map +1 -1
  516. package/components/CurrencyInput/constants/constants.js +0 -1
  517. package/components/CurrencyInput/constants/constants.js.map +1 -1
  518. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +10 -22
  519. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
  520. package/components/DateInput/CalendarIcon.d.ts +1 -1
  521. package/components/DateInput/DateInput/DateInput.js +14 -24
  522. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  523. package/components/DateInput/DateInput.d.ts +5 -2
  524. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js +2 -2
  525. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js.map +1 -1
  526. package/components/DateInput/helpers/InternalDateMediator.d.ts +1 -1
  527. package/components/DatePicker/DatePicker/DatePicker.js +1 -32
  528. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  529. package/components/DatePicker/DatePicker.d.ts +8 -35
  530. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js +14 -1
  531. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js.map +1 -1
  532. package/components/DateRangePicker/DateRangePicker.d.ts +34 -28
  533. package/components/DateRangePicker/DateRangePickerInput/DateRangePickerInput.js +2 -2
  534. package/components/DateRangePicker/DateRangePickerInput/DateRangePickerInput.js.map +1 -1
  535. package/components/Dropdown/Dropdown/Dropdown.js +1 -47
  536. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  537. package/components/Dropdown/Dropdown.d.ts +2 -47
  538. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +4 -3
  539. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  540. package/components/DropdownMenu/DropdownMenu.d.ts +4 -2
  541. package/components/FileUploader/FileUploader/FileUploader.js +1 -0
  542. package/components/FileUploader/FileUploader/FileUploader.js.map +1 -1
  543. package/components/FileUploader/UploadIcon.d.ts +1 -1
  544. package/components/FxInput/FxInput/FxInput.js +112 -72
  545. package/components/FxInput/FxInput/FxInput.js.map +1 -1
  546. package/components/FxInput/FxInput.d.ts +25 -21
  547. package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js +2 -2
  548. package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js.map +1 -1
  549. package/components/FxInput/MathFunctionIcon.d.ts +1 -1
  550. package/components/FxInput/UndoIcon.d.ts +1 -1
  551. package/components/Gapped/Gapped/Gapped.js +1 -16
  552. package/components/Gapped/Gapped/Gapped.js.map +1 -1
  553. package/components/Gapped/Gapped.d.ts +2 -15
  554. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
  555. package/components/GlobalLoader/GlobalLoader.d.ts +2 -0
  556. package/components/GlobalLoader/useParams.d.ts +2 -2
  557. package/components/Group/Group/Group.js +68 -37
  558. package/components/Group/Group/Group.js.map +1 -1
  559. package/components/Group/Group.d.ts +4 -4
  560. package/components/Group/Group.styles/Group.styles.js +5 -5
  561. package/components/Group/Group.styles/Group.styles.js.map +1 -1
  562. package/components/Group/Group.styles.d.ts +1 -1
  563. package/components/Hint/Hint/Hint.js.map +1 -1
  564. package/components/Hint/Hint.d.ts +2 -0
  565. package/components/Input/Input/Input.js +42 -166
  566. package/components/Input/Input/Input.js.map +1 -1
  567. package/components/Input/Input.d.ts +33 -66
  568. package/components/Input/Input.styles/Input.styles.js +15 -37
  569. package/components/Input/Input.styles/Input.styles.js.map +1 -1
  570. package/components/Input/Input.styles.d.ts +0 -7
  571. package/components/Input/InputLayout/InputLayout/InputLayout.js +5 -2
  572. package/components/Input/InputLayout/InputLayout/InputLayout.js.map +1 -1
  573. package/components/Input/InputLayout/InputLayout.d.ts +1 -0
  574. package/components/Kebab/Kebab/Kebab.js +8 -26
  575. package/components/Kebab/Kebab/Kebab.js.map +1 -1
  576. package/components/Kebab/Kebab.d.ts +4 -2
  577. package/components/Kebab/KebabIcon.d.ts +1 -1
  578. package/components/Link/Link/Link.js +5 -2
  579. package/components/Link/Link/Link.js.map +1 -1
  580. package/components/Link/Link.d.ts +12 -10
  581. package/components/Loader/Loader/Loader.js +4 -37
  582. package/components/Loader/Loader/Loader.js.map +1 -1
  583. package/components/Loader/Loader.d.ts +7 -36
  584. package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js +81 -66
  585. package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js.map +1 -1
  586. package/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +1 -0
  587. package/components/MaskedInput/FixedIMaskInput/FixedIMaskInput.js +3 -2
  588. package/components/MaskedInput/FixedIMaskInput/FixedIMaskInput.js.map +1 -1
  589. package/components/MaskedInput/MaskedInput/MaskedInput.js +29 -7
  590. package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
  591. package/components/MaskedInput/MaskedInput.d.ts +9 -0
  592. package/components/MenuFooter/MenuFooter/MenuFooter.js +0 -2
  593. package/components/MenuFooter/MenuFooter/MenuFooter.js.map +1 -1
  594. package/components/MenuFooter/MenuFooter.d.ts +1 -1
  595. package/components/MenuHeader/MenuHeader/MenuHeader.js +0 -2
  596. package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
  597. package/components/MenuHeader/MenuHeader.d.ts +1 -1
  598. package/components/MenuItem/MenuItem/MenuItem.js +3 -17
  599. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  600. package/components/MenuItem/MenuItem.d.ts +2 -17
  601. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +12 -15
  602. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
  603. package/components/MenuItem/MenuItem.styles.d.ts +1 -2
  604. package/components/MiniModal/MiniModal.styles/MiniModal.styles.js +2 -2
  605. package/components/MiniModal/MiniModal.styles/MiniModal.styles.js.map +1 -1
  606. package/components/MiniModal/MiniModal.styles.d.ts +1 -1
  607. package/components/MiniModal/MiniModalBody/MiniModalBody.js +11 -5
  608. package/components/MiniModal/MiniModalBody/MiniModalBody.js.map +1 -1
  609. package/components/Modal/Modal/Modal.js +8 -16
  610. package/components/Modal/Modal/Modal.js.map +1 -1
  611. package/components/Modal/Modal.d.ts +1 -1
  612. package/components/Modal/Modal.styles/Modal.styles.js +55 -95
  613. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  614. package/components/Modal/Modal.styles.d.ts +8 -21
  615. package/components/Modal/ModalBody/ModalBody.js +1 -3
  616. package/components/Modal/ModalBody/ModalBody.js.map +1 -1
  617. package/components/Modal/ModalBody.d.ts +2 -0
  618. package/components/Modal/ModalClose/ModalClose.js +1 -3
  619. package/components/Modal/ModalClose/ModalClose.js.map +1 -1
  620. package/components/Modal/ModalFooter/ModalFooter.js +2 -4
  621. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  622. package/components/Modal/ModalHeader/ModalHeader.js +4 -4
  623. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  624. package/components/Modal/ModalHeader.d.ts +5 -0
  625. package/components/Paging/DotsIcon/DotsIcon.js +14 -0
  626. package/components/Paging/DotsIcon/DotsIcon.js.map +1 -0
  627. package/components/Paging/DotsIcon/package.json +6 -0
  628. package/components/Paging/DotsIcon.d.ts +3 -0
  629. package/components/Paging/ForwardIcon/ForwardIcon.js +15 -1
  630. package/components/Paging/ForwardIcon/ForwardIcon.js.map +1 -1
  631. package/components/Paging/ForwardIcon.d.ts +4 -1
  632. package/components/Paging/NavigationHelper/NavigationHelper.js +4 -7
  633. package/components/Paging/NavigationHelper/NavigationHelper.js.map +1 -1
  634. package/components/Paging/Paging/Paging.js +89 -57
  635. package/components/Paging/Paging/Paging.js.map +1 -1
  636. package/components/Paging/Paging.d.ts +14 -3
  637. package/components/Paging/Paging.styles/Paging.styles.js +61 -16
  638. package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
  639. package/components/Paging/Paging.styles.d.ts +16 -1
  640. package/components/Paging/PagingHelper/PagingHelper.js +16 -8
  641. package/components/Paging/PagingHelper/PagingHelper.js.map +1 -1
  642. package/components/Paging/PagingHelper.d.ts +1 -1
  643. package/components/PasswordInput/ClosedIcon.d.ts +1 -1
  644. package/components/PasswordInput/OpenedIcon.d.ts +1 -1
  645. package/components/PasswordInput/PasswordInput/PasswordInput.js +17 -37
  646. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  647. package/components/PasswordInput/PasswordInput.d.ts +10 -18
  648. package/components/Radio/Radio/Radio.js +10 -11
  649. package/components/Radio/Radio/Radio.js.map +1 -1
  650. package/components/Radio/Radio.d.ts +4 -1
  651. package/components/Radio/Radio.styles/Radio.styles.js +19 -25
  652. package/components/Radio/Radio.styles/Radio.styles.js.map +1 -1
  653. package/components/Radio/Radio.styles.d.ts +0 -2
  654. package/components/RadioGroup/RadioGroup/RadioGroup.js +18 -23
  655. package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
  656. package/components/RadioGroup/RadioGroup.d.ts +2 -1
  657. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js +5 -8
  658. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js.map +1 -1
  659. package/components/RadioGroup/RadioGroup.styles.d.ts +0 -1
  660. package/components/ResponsiveLayout/decorator.d.ts +4 -2
  661. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +2 -15
  662. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
  663. package/components/ScrollContainer/ScrollContainer.d.ts +3 -14
  664. package/components/ScrollContainer/ScrollContainer.helpers.d.ts +1 -1
  665. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js +10 -13
  666. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js.map +1 -1
  667. package/components/ScrollContainer/ScrollContainer.styles.d.ts +0 -1
  668. package/components/Select/ArrowDownIcon.d.ts +1 -1
  669. package/components/Select/Select/Select.js +14 -13
  670. package/components/Select/Select/Select.js.map +1 -1
  671. package/components/Select/Select.d.ts +4 -1
  672. package/components/SidePage/SidePage/SidePage.js +6 -11
  673. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  674. package/components/SidePage/SidePage.styles/SidePage.styles.js +27 -43
  675. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  676. package/components/SidePage/SidePage.styles.d.ts +2 -7
  677. package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
  678. package/components/SidePage/SidePageBody.d.ts +2 -0
  679. package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js +1 -3
  680. package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js.map +1 -1
  681. package/components/SidePage/SidePageContainer/SidePageContainer.js.map +1 -1
  682. package/components/SidePage/SidePageContainer.d.ts +2 -0
  683. package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
  684. package/components/SidePage/SidePageFooter.d.ts +2 -0
  685. package/components/SidePage/SidePageHeader/SidePageHeader.js +32 -65
  686. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  687. package/components/SidePage/SidePageHeader.d.ts +10 -7
  688. package/components/SingleToast/SingleToast/SingleToast.js +23 -14
  689. package/components/SingleToast/SingleToast/SingleToast.js.map +1 -1
  690. package/components/SingleToast/SingleToast.d.ts +17 -4
  691. package/components/Spinner/Spinner/Spinner.js +1 -19
  692. package/components/Spinner/Spinner/Spinner.js.map +1 -1
  693. package/components/Spinner/Spinner.d.ts +2 -18
  694. package/components/Spinner/Spinner.styles/Spinner.styles.js +2 -3
  695. package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
  696. package/components/Sticky/Sticky/Sticky.js +6 -21
  697. package/components/Sticky/Sticky/Sticky.js.map +1 -1
  698. package/components/Sticky/Sticky.d.ts +2 -13
  699. package/components/Switcher/Switcher/Switcher.js +14 -22
  700. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  701. package/components/Switcher/Switcher.d.ts +6 -21
  702. package/components/Switcher/Switcher.styles/Switcher.styles.js +9 -11
  703. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  704. package/components/Switcher/Switcher.styles.d.ts +1 -1
  705. package/components/Tabs/Indicator/Indicator.js.map +1 -1
  706. package/components/Tabs/Indicator.d.ts +2 -0
  707. package/components/Tabs/Tab/Tab.js.map +1 -1
  708. package/components/Tabs/Tab.d.ts +2 -0
  709. package/components/Tabs/Tabs/Tabs.js.map +1 -1
  710. package/components/Tabs/Tabs.d.ts +2 -0
  711. package/components/Textarea/Textarea/Textarea.js +26 -60
  712. package/components/Textarea/Textarea/Textarea.js.map +1 -1
  713. package/components/Textarea/Textarea.d.ts +10 -47
  714. package/components/Textarea/Textarea.styles/Textarea.styles.js +1 -1
  715. package/components/Textarea/Textarea.styles/Textarea.styles.js.map +1 -1
  716. package/components/Textarea/TextareaCounter/TextareaCounter.js +1 -11
  717. package/components/Textarea/TextareaCounter/TextareaCounter.js.map +1 -1
  718. package/components/Toast/Toast/Toast.js +46 -41
  719. package/components/Toast/Toast/Toast.js.map +1 -1
  720. package/components/Toast/Toast.d.ts +30 -16
  721. package/components/Toast/ToastView/ToastView.js +20 -22
  722. package/components/Toast/ToastView/ToastView.js.map +1 -1
  723. package/components/Toast/ToastView.d.ts +7 -15
  724. package/components/Toast/ToastView.styles/ToastView.styles.js +17 -5
  725. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  726. package/components/Toast/ToastView.styles.d.ts +4 -0
  727. package/components/Toggle/Toggle/Toggle.js +11 -20
  728. package/components/Toggle/Toggle/Toggle.js.map +1 -1
  729. package/components/Toggle/Toggle.d.ts +4 -11
  730. package/components/Token/Token/Token.js.map +1 -1
  731. package/components/Token/Token.d.ts +2 -0
  732. package/components/TokenInput/TokenInput/TokenInput.js +106 -88
  733. package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
  734. package/components/TokenInput/TokenInput.d.ts +9 -3
  735. package/components/Tooltip/Tooltip/Tooltip.js +96 -48
  736. package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
  737. package/components/Tooltip/Tooltip.d.ts +14 -10
  738. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js +22 -4
  739. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
  740. package/components/Tooltip/Tooltip.styles.d.ts +7 -1
  741. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js +4 -3
  742. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
  743. package/components/TooltipMenu/TooltipMenu.d.ts +4 -2
  744. package/components/__stories__/Form/Form.js +98 -0
  745. package/components/__stories__/Form/Form.js.map +1 -0
  746. package/components/__stories__/Form/package.json +6 -0
  747. package/index.d.ts +2 -0
  748. package/index.js +2 -0
  749. package/index.js.map +1 -1
  750. package/internal/ClearCrossIcon/ClearCrossIcon/ClearCrossIcon.js +21 -7
  751. package/internal/ClearCrossIcon/ClearCrossIcon/ClearCrossIcon.js.map +1 -1
  752. package/internal/ClearCrossIcon/ClearCrossIcon.d.ts +1 -0
  753. package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js +14 -5
  754. package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js.map +1 -1
  755. package/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +3 -0
  756. package/internal/ClearCrossIcon/CrossIcon.d.ts +1 -1
  757. package/internal/CloseButtonIcon/CrossIcon.d.ts +1 -1
  758. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -1
  759. package/internal/CommonWrapper/CommonWrapper.d.ts +2 -0
  760. package/internal/CommonWrapper/types/types.js.map +1 -1
  761. package/internal/CommonWrapper/types.d.ts +1 -1
  762. package/internal/ComponentTable/ComponentTable.js +0 -2
  763. package/internal/ComponentTable/ComponentTable.js.map +1 -1
  764. package/internal/CustomComboBox/ArrowDownIcon.d.ts +1 -1
  765. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js +0 -1
  766. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
  767. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +69 -40
  768. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
  769. package/internal/CustomComboBox/ComboBoxView.d.ts +12 -4
  770. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +18 -19
  771. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  772. package/internal/CustomComboBox/CustomComboBox.d.ts +12 -6
  773. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +18 -23
  774. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  775. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +0 -1
  776. package/internal/DateSelect/DateSelect/DateSelect.js +2 -11
  777. package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
  778. package/internal/DateSelect/DateSelect.d.ts +0 -10
  779. package/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +2 -2
  780. package/internal/FileUploaderControl/FileUploaderFile/DeleteIcon.d.ts +1 -1
  781. package/internal/FileUploaderControl/FileUploaderFile/ErrorIcon.d.ts +1 -1
  782. package/internal/FileUploaderControl/FileUploaderFile/OkIcon.d.ts +1 -1
  783. package/internal/FocusControlWrapper/FocusControlWrapper.stories.d.ts +3 -2
  784. package/internal/FocusTrap/FocusTrap/FocusTrap.js.map +1 -1
  785. package/internal/FocusTrap/FocusTrap.d.ts +2 -0
  786. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  787. package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  788. package/internal/InputLikeText/InputLikeText/InputLikeText.js +22 -115
  789. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  790. package/internal/InputLikeText/InputLikeText.d.ts +4 -13
  791. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js +7 -4
  792. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js.map +1 -1
  793. package/internal/InputLikeText/InputLikeText.styles.d.ts +1 -0
  794. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout/InternalTextareaWithLayout.js +249 -0
  795. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout/InternalTextareaWithLayout.js.map +1 -0
  796. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout/package.json +6 -0
  797. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.d.ts +37 -0
  798. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.styles/InternalTextareaWithLayout.styles.js +8 -0
  799. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.styles/InternalTextareaWithLayout.styles.js.map +1 -0
  800. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.styles/package.json +6 -0
  801. package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.styles.d.ts +3 -0
  802. package/internal/Menu/Menu/Menu.js +2 -5
  803. package/internal/Menu/Menu/Menu.js.map +1 -1
  804. package/internal/Menu/Menu.d.ts +4 -3
  805. package/internal/Menu/Menu.styles/Menu.styles.js +9 -15
  806. package/internal/Menu/Menu.styles/Menu.styles.js.map +1 -1
  807. package/internal/Menu/Menu.styles.d.ts +0 -2
  808. package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -1
  809. package/internal/MobilePopup/MobilePopup.d.ts +2 -0
  810. package/internal/Popup/Popup/Popup.js +29 -94
  811. package/internal/Popup/Popup/Popup.js.map +1 -1
  812. package/internal/Popup/Popup.d.ts +41 -61
  813. package/internal/Popup/PopupPin/PopupPin.js +115 -172
  814. package/internal/Popup/PopupPin/PopupPin.js.map +1 -1
  815. package/internal/Popup/PopupPin.d.ts +16 -42
  816. package/internal/Popup/PopupPin.styles/PopupPin.styles.js +15 -3
  817. package/internal/Popup/PopupPin.styles/PopupPin.styles.js.map +1 -1
  818. package/internal/Popup/PopupPin.styles.d.ts +5 -1
  819. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  820. package/internal/PopupMenu/PopupMenu.d.ts +2 -0
  821. package/internal/PopupMenu/validatePositions/validatePositions.js +3 -1
  822. package/internal/PopupMenu/validatePositions/validatePositions.js.map +1 -1
  823. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js +0 -8
  824. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js.map +1 -1
  825. package/internal/RenderContainer/RenderInnerContainer.d.ts +0 -6
  826. package/internal/RenderLayer/RenderLayer/RenderLayer.js +3 -11
  827. package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
  828. package/internal/RenderLayer/RenderLayer.d.ts +2 -3
  829. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js +1 -1
  830. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js.map +1 -1
  831. package/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  832. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js +4 -1
  833. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js.map +1 -1
  834. package/internal/ResizeDetector/ResizeDetector.styles.d.ts +1 -0
  835. package/internal/SpinnerIcon/SpinnerIcon/SpinnerIcon.js +0 -41
  836. package/internal/SpinnerIcon/SpinnerIcon/SpinnerIcon.js.map +1 -1
  837. package/internal/SpinnerIcon/SpinnerIcon.d.ts +1 -2
  838. package/internal/ThemePlayground/HintPlayground/HintPlayground.js +10 -8
  839. package/internal/ThemePlayground/HintPlayground/HintPlayground.js.map +1 -1
  840. package/internal/ThemePlayground/Playground/Playground.js +8 -5
  841. package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
  842. package/internal/ThemePlayground/Playground.styles/Playground.styles.js +4 -4
  843. package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
  844. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js +6 -1
  845. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js.map +1 -1
  846. package/internal/ThemePlayground/helpers.d.ts +1 -1
  847. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  848. package/internal/ZIndex/ZIndex/ZIndex.js +8 -10
  849. package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
  850. package/internal/ZIndex/ZIndex.d.ts +3 -3
  851. package/internal/icons2022/LoadingIcon/LoadingIcon.js +0 -1
  852. package/internal/icons2022/LoadingIcon/LoadingIcon.js.map +1 -1
  853. package/internal/icons2022/LoadingIcon.d.ts +1 -1
  854. package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/UiMenuDots3HIcon16Regular.js +21 -0
  855. package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/UiMenuDots3HIcon16Regular.js.map +1 -0
  856. package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/package.json +6 -0
  857. package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.d.ts +2 -0
  858. package/internal/icons2022/iconSizer.d.ts +1 -1
  859. package/internal/themes/BasicTheme/BasicTheme.js +176 -103
  860. package/internal/themes/BasicTheme/BasicTheme.js.map +1 -1
  861. package/internal/themes/BasicTheme.d.ts +86 -57
  862. package/internal/themes/DarkTheme6_0/DarkTheme6_0.js +409 -0
  863. package/internal/themes/DarkTheme6_0/DarkTheme6_0.js.map +1 -0
  864. package/internal/themes/DarkTheme6_0/package.json +6 -0
  865. package/internal/themes/DarkTheme6_0.d.ts +1 -0
  866. package/internal/themes/{LightTheme5_0/LightTheme5_0.js → LightTheme6_0/LightTheme6_0.js} +5 -5
  867. package/internal/themes/{LightTheme5_0/LightTheme5_0.js.map → LightTheme6_0/LightTheme6_0.js.map} +1 -1
  868. package/internal/themes/LightTheme6_0/package.json +6 -0
  869. package/internal/themes/LightTheme6_0.d.ts +1 -0
  870. package/lib/blink/blink.js +63 -0
  871. package/lib/blink/blink.js.map +1 -0
  872. package/lib/blink/package.json +6 -0
  873. package/lib/blink.d.ts +15 -0
  874. package/lib/client/client.js +0 -2
  875. package/lib/client/client.js.map +1 -1
  876. package/lib/client.d.ts +0 -2
  877. package/lib/createPropsGetter.d.ts +1 -1
  878. package/lib/currentEnvironment/currentEnvironment.js +2 -3
  879. package/lib/currentEnvironment/currentEnvironment.js.map +1 -1
  880. package/lib/date/InternalDate/InternalDate.js +5 -4
  881. package/lib/date/InternalDate/InternalDate.js.map +1 -1
  882. package/lib/date/InternalDateGetter/InternalDateGetter.js +2 -2
  883. package/lib/date/InternalDateGetter/InternalDateGetter.js.map +1 -1
  884. package/lib/date/InternalDateGetter.d.ts +1 -1
  885. package/lib/delay.d.mts +1 -0
  886. package/lib/delay.mts +3 -0
  887. package/lib/dom/getDOMRect.d.ts +1 -1
  888. package/lib/dom/getScrollWidth/getScrollWidth.js +3 -1
  889. package/lib/dom/getScrollWidth/getScrollWidth.js.map +1 -1
  890. package/lib/events/MouseDrag/MouseDrag.js +0 -7
  891. package/lib/events/MouseDrag/MouseDrag.js.map +1 -1
  892. package/lib/events/keyboard/identifiers/identifiers.js +1 -10
  893. package/lib/events/keyboard/identifiers/identifiers.js.map +1 -1
  894. package/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +1 -7
  895. package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js +1 -7
  896. package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
  897. package/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +0 -5
  898. package/lib/forwardRefAndName/forwardRefAndName.js.map +1 -1
  899. package/lib/forwardRefAndName.d.ts +1 -1
  900. package/lib/listenFocusOutside/listenFocusOutside.js +3 -1
  901. package/lib/listenFocusOutside/listenFocusOutside.js.map +1 -1
  902. package/lib/locale/decorators.d.ts +3 -2
  903. package/lib/needsPolyfillPlaceholder/needsPolyfillPlaceholder.js +1 -2
  904. package/lib/needsPolyfillPlaceholder/needsPolyfillPlaceholder.js.map +1 -1
  905. package/lib/rootNode/getRootNode/getRootNode.js +1 -1
  906. package/lib/rootNode/getRootNode/getRootNode.js.map +1 -1
  907. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -1
  908. package/lib/rootNode/rootNodeDecorator.d.ts +3 -2
  909. package/lib/size/SizeControlContext/SizeControlContext.js +7 -0
  910. package/lib/size/SizeControlContext/SizeControlContext.js.map +1 -0
  911. package/lib/size/SizeControlContext/package.json +6 -0
  912. package/lib/size/SizeControlContext.d.ts +6 -0
  913. package/lib/size/SizeDecorator/SizeDecorator.js +41 -0
  914. package/lib/size/SizeDecorator/SizeDecorator.js.map +1 -0
  915. package/lib/size/SizeDecorator/package.json +6 -0
  916. package/lib/size/SizeDecorator.d.ts +33 -0
  917. package/lib/size/constants/constants.js +1 -0
  918. package/lib/size/constants/constants.js.map +1 -0
  919. package/lib/size/constants/package.json +6 -0
  920. package/lib/size/constants.d.ts +2 -0
  921. package/lib/size/index/index.js +1 -0
  922. package/lib/size/index/index.js.map +1 -0
  923. package/{internal/InternalMaskedInput → lib/size}/index/package.json +1 -1
  924. package/lib/size/index.d.ts +1 -0
  925. package/{internal/InternalMaskedInput → lib/size}/package.json +1 -1
  926. package/lib/size/useSizeControl/package.json +6 -0
  927. package/lib/size/useSizeControl/useSizeControl.js +7 -0
  928. package/lib/size/useSizeControl/useSizeControl.js.map +1 -0
  929. package/lib/size/useSizeControl.d.ts +2 -0
  930. package/lib/styles/Mixins/Mixins.js +1 -1
  931. package/lib/styles/Mixins/Mixins.js.map +1 -1
  932. package/lib/theming/Emotion.d.ts +7 -7
  933. package/lib/theming/ThemeHelpers/ThemeHelpers.js +1 -1
  934. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  935. package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -1
  936. package/lib/theming/ThemeVersions.d.ts +1 -1
  937. package/lib/theming/themes/DarkTheme/DarkTheme.js +3 -7
  938. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
  939. package/lib/theming/themes/DarkTheme.d.ts +1 -3
  940. package/lib/theming/themes/LightTheme/LightTheme.js +3 -7
  941. package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
  942. package/lib/theming/themes/LightTheme.d.ts +1 -3
  943. package/lib/typeGuards/typeGuards.js +1 -1
  944. package/lib/typeGuards/typeGuards.js.map +1 -1
  945. package/lib/utils/utils.js +32 -14
  946. package/lib/utils/utils.js.map +1 -1
  947. package/lib/utils.d.ts +20 -5
  948. package/lib/withClassWrapper/withClassWrapper.js +3 -1
  949. package/lib/withClassWrapper/withClassWrapper.js.map +1 -1
  950. package/package.json +23 -39
  951. package/test-setup.d.ts +1 -0
  952. package/vitest.config.d.ts +2 -0
  953. package/cjs/components/Autocomplete/Autocomplete.md +0 -113
  954. package/cjs/components/Button/Button.md +0 -261
  955. package/cjs/components/Calendar/Calendar.md +0 -276
  956. package/cjs/components/Calendar/CalendarDay.md +0 -70
  957. package/cjs/components/Center/Center.md +0 -26
  958. package/cjs/components/Checkbox/Checkbox.md +0 -171
  959. package/cjs/components/ComboBox/ComboBox.md +0 -574
  960. package/cjs/components/CurrencyInput/CurrencyInput.md +0 -39
  961. package/cjs/components/CurrencyLabel/CurrencyLabel.md +0 -29
  962. package/cjs/components/DateInput/DateInput.md +0 -111
  963. package/cjs/components/DatePicker/DatePicker.md +0 -368
  964. package/cjs/components/Dropdown/Dropdown.md +0 -45
  965. package/cjs/components/DropdownMenu/DropdownMenu.md +0 -290
  966. package/cjs/components/FileUploader/FileUploader.md +0 -131
  967. package/cjs/components/FxInput/FxInput.md +0 -31
  968. package/cjs/components/Gapped/Gapped.md +0 -44
  969. package/cjs/components/GlobalLoader/GlobalLoader.md +0 -97
  970. package/cjs/components/Group/Group.md +0 -19
  971. package/cjs/components/Hint/Hint.md +0 -86
  972. package/cjs/components/Input/Input.md +0 -86
  973. package/cjs/components/Input/InputLayout/PolyfillPlaceholder.d.ts +0 -10
  974. package/cjs/components/Input/InputLayout/PolyfillPlaceholder.js +0 -46
  975. package/cjs/components/Input/InputLayout/PolyfillPlaceholder.js.map +0 -1
  976. package/cjs/components/Kebab/Kebab.md +0 -306
  977. package/cjs/components/Link/Link.md +0 -182
  978. package/cjs/components/Loader/Loader.md +0 -33
  979. package/cjs/components/MaskedInput/MaskedInput.md +0 -114
  980. package/cjs/components/MenuFooter/MenuFooter.md +0 -27
  981. package/cjs/components/MenuHeader/MenuHeader.md +0 -35
  982. package/cjs/components/MenuItem/MenuItem.md +0 -139
  983. package/cjs/components/MenuSeparator/MenuSeparator.md +0 -14
  984. package/cjs/components/MiniModal/MiniModal.md +0 -231
  985. package/cjs/components/Modal/Modal.md +0 -56
  986. package/cjs/components/Paging/Paging.md +0 -57
  987. package/cjs/components/PasswordInput/PasswordInput.md +0 -29
  988. package/cjs/components/Radio/Radio.md +0 -57
  989. package/cjs/components/RadioGroup/RadioGroup.md +0 -44
  990. package/cjs/components/ResponsiveLayout/ResponsiveLayout.md +0 -75
  991. package/cjs/components/ScrollContainer/ScrollContainer.md +0 -224
  992. package/cjs/components/Select/Select.md +0 -113
  993. package/cjs/components/SidePage/SidePage.md +0 -65
  994. package/cjs/components/SingleToast/SingleToast.md +0 -36
  995. package/cjs/components/Spinner/Spinner.md +0 -36
  996. package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +0 -25
  997. package/cjs/components/Spinner/SpinnerFallbackAnimation.js +0 -197
  998. package/cjs/components/Spinner/SpinnerFallbackAnimation.js.map +0 -1
  999. package/cjs/components/Sticky/Sticky.md +0 -28
  1000. package/cjs/components/Switcher/Switcher.md +0 -111
  1001. package/cjs/components/Tabs/Tab.md +0 -73
  1002. package/cjs/components/Tabs/Tabs.md +0 -54
  1003. package/cjs/components/Textarea/Textarea.md +0 -58
  1004. package/cjs/components/Toast/Toast.md +0 -69
  1005. package/cjs/components/Toast/ToastStatic.d.ts +0 -10
  1006. package/cjs/components/Toast/ToastStatic.js +0 -53
  1007. package/cjs/components/Toast/ToastStatic.js.map +0 -1
  1008. package/cjs/components/Toggle/Toggle.md +0 -110
  1009. package/cjs/components/Token/Token.md +0 -48
  1010. package/cjs/components/TokenInput/TokenInput.md +0 -277
  1011. package/cjs/components/Tooltip/Tooltip.md +0 -322
  1012. package/cjs/components/TooltipMenu/TooltipMenu.md +0 -241
  1013. package/cjs/internal/DataTids/DATATIDS.md +0 -12
  1014. package/cjs/internal/DataTids/DataTids.d.ts +0 -12
  1015. package/cjs/internal/DataTids/DataTids.js +0 -50
  1016. package/cjs/internal/DataTids/DataTids.js.map +0 -1
  1017. package/cjs/internal/DataTids/DataTids.styles.d.ts +0 -7
  1018. package/cjs/internal/DataTids/DataTids.styles.js +0 -42
  1019. package/cjs/internal/DataTids/DataTids.styles.js.map +0 -1
  1020. package/cjs/internal/DataTids/componentsDataTids.d.ts +0 -5
  1021. package/cjs/internal/DataTids/componentsDataTids.js +0 -15
  1022. package/cjs/internal/DataTids/componentsDataTids.js.map +0 -1
  1023. package/cjs/internal/InputLikeText/HiddenInput.d.ts +0 -13
  1024. package/cjs/internal/InputLikeText/HiddenInput.js +0 -43
  1025. package/cjs/internal/InputLikeText/HiddenInput.js.map +0 -1
  1026. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.d.ts +0 -50
  1027. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.js +0 -241
  1028. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.js.map +0 -1
  1029. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +0 -6
  1030. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.js +0 -30
  1031. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.js.map +0 -1
  1032. package/cjs/internal/InternalMaskedInput/index.d.ts +0 -1
  1033. package/cjs/internal/InternalMaskedInput/index.js +0 -1
  1034. package/cjs/internal/InternalMaskedInput/index.js.map +0 -1
  1035. package/cjs/internal/ThemePlayground/Playground.md +0 -7
  1036. package/cjs/internal/themes/BasicLightTheme.d.ts +0 -5
  1037. package/cjs/internal/themes/BasicLightTheme.js +0 -6
  1038. package/cjs/internal/themes/BasicLightTheme.js.map +0 -1
  1039. package/cjs/internal/themes/DarkTheme5_0.d.ts +0 -1
  1040. package/cjs/internal/themes/DarkTheme5_0.js +0 -570
  1041. package/cjs/internal/themes/DarkTheme5_0.js.map +0 -1
  1042. package/cjs/internal/themes/DarkTheme5_1.d.ts +0 -1
  1043. package/cjs/internal/themes/DarkTheme5_1.js +0 -41
  1044. package/cjs/internal/themes/DarkTheme5_1.js.map +0 -1
  1045. package/cjs/internal/themes/DarkTheme5_2.d.ts +0 -1
  1046. package/cjs/internal/themes/DarkTheme5_2.js +0 -29
  1047. package/cjs/internal/themes/DarkTheme5_2.js.map +0 -1
  1048. package/cjs/internal/themes/LightTheme5_0.d.ts +0 -1
  1049. package/cjs/internal/themes/LightTheme5_1.d.ts +0 -1
  1050. package/cjs/internal/themes/LightTheme5_1.js +0 -41
  1051. package/cjs/internal/themes/LightTheme5_1.js.map +0 -1
  1052. package/cjs/internal/themes/LightTheme5_2.d.ts +0 -1
  1053. package/cjs/internal/themes/LightTheme5_2.js +0 -27
  1054. package/cjs/internal/themes/LightTheme5_2.js.map +0 -1
  1055. package/cjs/lib/SSRSafe.d.ts +0 -2
  1056. package/cjs/lib/SSRSafe.js +0 -5
  1057. package/cjs/lib/SSRSafe.js.map +0 -1
  1058. package/cjs/lib/events/fixClickFocusIE.d.ts +0 -1
  1059. package/cjs/lib/events/fixClickFocusIE.js +0 -20
  1060. package/cjs/lib/events/fixClickFocusIE.js.map +0 -1
  1061. package/cjs/lib/events/stopPropagation.d.ts +0 -1
  1062. package/cjs/lib/events/stopPropagation.js +0 -7
  1063. package/cjs/lib/events/stopPropagation.js.map +0 -1
  1064. package/cjs/lib/events/tabListener.d.ts +0 -1
  1065. package/cjs/lib/events/tabListener.js +0 -2
  1066. package/cjs/lib/events/tabListener.js.map +0 -1
  1067. package/cjs/lib/featureFlagsContext/FEATUREFLAGSCONTEXT.md +0 -64
  1068. package/cjs/lib/locale/LOCALECONTEXT.md +0 -222
  1069. package/cjs/lib/theming/ThemeContext.md +0 -265
  1070. package/components/Autocomplete/Autocomplete.md +0 -113
  1071. package/components/Button/Button.md +0 -261
  1072. package/components/Calendar/Calendar.md +0 -276
  1073. package/components/Calendar/CalendarDay.md +0 -70
  1074. package/components/Center/Center.md +0 -26
  1075. package/components/Checkbox/Checkbox.md +0 -171
  1076. package/components/ComboBox/ComboBox.md +0 -574
  1077. package/components/CurrencyInput/CurrencyInput.md +0 -39
  1078. package/components/CurrencyLabel/CurrencyLabel.md +0 -29
  1079. package/components/DateInput/DateInput.md +0 -111
  1080. package/components/DatePicker/DatePicker.md +0 -368
  1081. package/components/Dropdown/Dropdown.md +0 -45
  1082. package/components/DropdownMenu/DropdownMenu.md +0 -290
  1083. package/components/FileUploader/FileUploader.md +0 -131
  1084. package/components/FxInput/FxInput.md +0 -31
  1085. package/components/Gapped/Gapped.md +0 -44
  1086. package/components/GlobalLoader/GlobalLoader.md +0 -97
  1087. package/components/Group/Group.md +0 -19
  1088. package/components/Hint/Hint.md +0 -86
  1089. package/components/Input/Input.md +0 -86
  1090. package/components/Input/InputLayout/PolyfillPlaceholder/PolyfillPlaceholder.js +0 -29
  1091. package/components/Input/InputLayout/PolyfillPlaceholder/PolyfillPlaceholder.js.map +0 -1
  1092. package/components/Input/InputLayout/PolyfillPlaceholder/package.json +0 -6
  1093. package/components/Input/InputLayout/PolyfillPlaceholder.d.ts +0 -10
  1094. package/components/Kebab/Kebab.md +0 -306
  1095. package/components/Link/Link.md +0 -182
  1096. package/components/Loader/Loader.md +0 -33
  1097. package/components/MaskedInput/MaskedInput.md +0 -114
  1098. package/components/MenuFooter/MenuFooter.md +0 -27
  1099. package/components/MenuHeader/MenuHeader.md +0 -35
  1100. package/components/MenuItem/MenuItem.md +0 -139
  1101. package/components/MenuSeparator/MenuSeparator.md +0 -14
  1102. package/components/MiniModal/MiniModal.md +0 -231
  1103. package/components/Modal/Modal.md +0 -56
  1104. package/components/Paging/Paging.md +0 -57
  1105. package/components/PasswordInput/PasswordInput.md +0 -29
  1106. package/components/Radio/Radio.md +0 -57
  1107. package/components/RadioGroup/RadioGroup.md +0 -44
  1108. package/components/ResponsiveLayout/ResponsiveLayout.md +0 -75
  1109. package/components/ScrollContainer/ScrollContainer.md +0 -224
  1110. package/components/Select/Select.md +0 -113
  1111. package/components/SidePage/SidePage.md +0 -65
  1112. package/components/SingleToast/SingleToast.md +0 -36
  1113. package/components/Spinner/Spinner.md +0 -36
  1114. package/components/Spinner/SpinnerFallbackAnimation/SpinnerFallbackAnimation.js +0 -146
  1115. package/components/Spinner/SpinnerFallbackAnimation/SpinnerFallbackAnimation.js.map +0 -1
  1116. package/components/Spinner/SpinnerFallbackAnimation/package.json +0 -6
  1117. package/components/Spinner/SpinnerFallbackAnimation.d.ts +0 -25
  1118. package/components/Sticky/Sticky.md +0 -28
  1119. package/components/Switcher/Switcher.md +0 -111
  1120. package/components/Tabs/Tab.md +0 -73
  1121. package/components/Tabs/Tabs.md +0 -54
  1122. package/components/Textarea/Textarea.md +0 -58
  1123. package/components/Toast/Toast.md +0 -69
  1124. package/components/Toast/ToastStatic/ToastStatic.js +0 -39
  1125. package/components/Toast/ToastStatic/ToastStatic.js.map +0 -1
  1126. package/components/Toast/ToastStatic/package.json +0 -6
  1127. package/components/Toast/ToastStatic.d.ts +0 -10
  1128. package/components/Toggle/Toggle.md +0 -110
  1129. package/components/Token/Token.md +0 -48
  1130. package/components/TokenInput/TokenInput.md +0 -277
  1131. package/components/Tooltip/Tooltip.md +0 -322
  1132. package/components/TooltipMenu/TooltipMenu.md +0 -241
  1133. package/internal/DataTids/DATATIDS.md +0 -12
  1134. package/internal/DataTids/DataTids/DataTids.js +0 -69
  1135. package/internal/DataTids/DataTids/DataTids.js.map +0 -1
  1136. package/internal/DataTids/DataTids/package.json +0 -6
  1137. package/internal/DataTids/DataTids.d.ts +0 -12
  1138. package/internal/DataTids/DataTids.styles/DataTids.styles.js +0 -20
  1139. package/internal/DataTids/DataTids.styles/DataTids.styles.js.map +0 -1
  1140. package/internal/DataTids/DataTids.styles/package.json +0 -6
  1141. package/internal/DataTids/DataTids.styles.d.ts +0 -7
  1142. package/internal/DataTids/componentsDataTids/componentsDataTids.js +0 -12
  1143. package/internal/DataTids/componentsDataTids/componentsDataTids.js.map +0 -1
  1144. package/internal/DataTids/componentsDataTids/package.json +0 -6
  1145. package/internal/DataTids/componentsDataTids.d.ts +0 -5
  1146. package/internal/InputLikeText/HiddenInput/HiddenInput.js +0 -42
  1147. package/internal/InputLikeText/HiddenInput/HiddenInput.js.map +0 -1
  1148. package/internal/InputLikeText/HiddenInput/package.json +0 -6
  1149. package/internal/InputLikeText/HiddenInput.d.ts +0 -13
  1150. package/internal/InternalMaskedInput/InternalMaskedInput/InternalMaskedInput.js +0 -191
  1151. package/internal/InternalMaskedInput/InternalMaskedInput/InternalMaskedInput.js.map +0 -1
  1152. package/internal/InternalMaskedInput/InternalMaskedInput/package.json +0 -6
  1153. package/internal/InternalMaskedInput/InternalMaskedInput.d.ts +0 -50
  1154. package/internal/InternalMaskedInput/InternalMaskedInput.styles/InternalMaskedInput.styles.js +0 -14
  1155. package/internal/InternalMaskedInput/InternalMaskedInput.styles/InternalMaskedInput.styles.js.map +0 -1
  1156. package/internal/InternalMaskedInput/InternalMaskedInput.styles/package.json +0 -6
  1157. package/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +0 -6
  1158. package/internal/InternalMaskedInput/index/index.js +0 -1
  1159. package/internal/InternalMaskedInput/index/index.js.map +0 -1
  1160. package/internal/InternalMaskedInput/index.d.ts +0 -1
  1161. package/internal/ThemePlayground/Playground.md +0 -7
  1162. package/internal/themes/BasicLightTheme/BasicLightTheme.js +0 -6
  1163. package/internal/themes/BasicLightTheme/BasicLightTheme.js.map +0 -1
  1164. package/internal/themes/BasicLightTheme/package.json +0 -6
  1165. package/internal/themes/BasicLightTheme.d.ts +0 -5
  1166. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js +0 -409
  1167. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js.map +0 -1
  1168. package/internal/themes/DarkTheme5_0/package.json +0 -6
  1169. package/internal/themes/DarkTheme5_0.d.ts +0 -1
  1170. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js +0 -52
  1171. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js.map +0 -1
  1172. package/internal/themes/DarkTheme5_1/package.json +0 -6
  1173. package/internal/themes/DarkTheme5_1.d.ts +0 -1
  1174. package/internal/themes/DarkTheme5_2/DarkTheme5_2.js +0 -27
  1175. package/internal/themes/DarkTheme5_2/DarkTheme5_2.js.map +0 -1
  1176. package/internal/themes/DarkTheme5_2/package.json +0 -6
  1177. package/internal/themes/DarkTheme5_2.d.ts +0 -1
  1178. package/internal/themes/LightTheme5_0/package.json +0 -6
  1179. package/internal/themes/LightTheme5_0.d.ts +0 -1
  1180. package/internal/themes/LightTheme5_1/LightTheme5_1.js +0 -52
  1181. package/internal/themes/LightTheme5_1/LightTheme5_1.js.map +0 -1
  1182. package/internal/themes/LightTheme5_1/package.json +0 -6
  1183. package/internal/themes/LightTheme5_1.d.ts +0 -1
  1184. package/internal/themes/LightTheme5_2/LightTheme5_2.js +0 -27
  1185. package/internal/themes/LightTheme5_2/LightTheme5_2.js.map +0 -1
  1186. package/internal/themes/LightTheme5_2/package.json +0 -6
  1187. package/internal/themes/LightTheme5_2.d.ts +0 -1
  1188. package/lib/SSRSafe/SSRSafe.js +0 -4
  1189. package/lib/SSRSafe/SSRSafe.js.map +0 -1
  1190. package/lib/SSRSafe/package.json +0 -6
  1191. package/lib/SSRSafe.d.ts +0 -2
  1192. package/lib/events/fixClickFocusIE/fixClickFocusIE.js +0 -18
  1193. package/lib/events/fixClickFocusIE/fixClickFocusIE.js.map +0 -1
  1194. package/lib/events/fixClickFocusIE/package.json +0 -6
  1195. package/lib/events/fixClickFocusIE.d.ts +0 -1
  1196. package/lib/events/stopPropagation/package.json +0 -6
  1197. package/lib/events/stopPropagation/stopPropagation.js +0 -7
  1198. package/lib/events/stopPropagation/stopPropagation.js.map +0 -1
  1199. package/lib/events/stopPropagation.d.ts +0 -1
  1200. package/lib/events/tabListener/package.json +0 -6
  1201. package/lib/events/tabListener/tabListener.js +0 -2
  1202. package/lib/events/tabListener/tabListener.js.map +0 -1
  1203. package/lib/events/tabListener.d.ts +0 -1
  1204. package/lib/featureFlagsContext/FEATUREFLAGSCONTEXT.md +0 -64
  1205. package/lib/locale/LOCALECONTEXT.md +0 -222
  1206. package/lib/theming/ThemeContext.md +0 -265
@@ -1,5 +1,5 @@
1
1
  import _taggedTemplateLiteralLoose from "@babel/runtime/helpers/esm/taggedTemplateLiteralLoose";
2
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28, _templateObject29, _templateObject30, _templateObject31, _templateObject32, _templateObject33, _templateObject34, _templateObject35, _templateObject36, _templateObject37, _templateObject38, _templateObject39, _templateObject40, _templateObject41, _templateObject42, _templateObject43, _templateObject44, _templateObject45, _templateObject46, _templateObject47, _templateObject48, _templateObject49, _templateObject50, _templateObject51, _templateObject52, _templateObject53, _templateObject54, _templateObject55, _templateObject56, _templateObject57, _templateObject58, _templateObject59, _templateObject60, _templateObject61;
2
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28, _templateObject29, _templateObject30, _templateObject31, _templateObject32, _templateObject33, _templateObject34, _templateObject35, _templateObject36, _templateObject37, _templateObject38, _templateObject39, _templateObject40, _templateObject41, _templateObject42, _templateObject43, _templateObject44, _templateObject45, _templateObject46, _templateObject47, _templateObject48;
3
3
  import { css, memoizeStyle, prefix } from "../../../lib/theming/Emotion";
4
4
  import { resetButton } from "../../../lib/styles/Mixins";
5
5
  export var modalGlobalClasses = prefix('modal')({
@@ -14,187 +14,147 @@ export var styles = memoizeStyle({
14
14
  return css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n background: ", ";\n opacity: ", ";\n "])), t.modalBackBg, t.modalBackOpacity);
15
15
  },
16
16
  container: function container() {
17
- return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n position: relative;\n white-space: nowrap;\n text-align: center;\n height: 100%;\n overflow-y: auto;\n outline: none;\n "])));
17
+ return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n position: relative;\n white-space: nowrap;\n text-align: center;\n height: 100%;\n min-height: 64px;\n overflow-y: auto;\n outline: none;\n "])));
18
18
  },
19
19
  containerDesktop: function containerDesktop() {
20
20
  return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n &::before {\n content: '';\n display: inline-block;\n vertical-align: middle;\n height: 80%; /* to vertical align modal 40%/60% of screen height */\n }\n "])));
21
21
  },
22
- container5_2: function container5_2() {
23
- return css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n min-height: 64px;\n "])));
24
- },
25
- containerMobile: function containerMobile(t) {
26
- return css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n height: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n "])), t.mobileModalContainerHeight, t.mobileModalContainerMarginTop, t.mobileModalContainerMarginRight, t.mobileModalContainerMarginBottom, t.mobileModalContainerMarginLeft);
27
- },
28
22
  mobileContainerFullscreen5_2: function mobileContainerFullscreen5_2() {
29
- return css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n margin: 0;\n "])));
23
+ return css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n margin: 0;\n "])));
30
24
  },
31
25
  mobileContainerSmall5_2: function mobileContainerSmall5_2() {
32
- return css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\n margin: 0;\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n "])));
26
+ return css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n margin: 0;\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n "])));
33
27
  },
34
28
  mobileContainerSmallTop5_2: function mobileContainerSmallTop5_2() {
35
- return css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteralLoose(["\n align-content: start;\n "])));
29
+ return css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n align-content: start;\n "])));
36
30
  },
37
31
  mobileContainerSmallBottom5_2: function mobileContainerSmallBottom5_2() {
38
- return css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteralLoose(["\n align-content: end;\n "])));
32
+ return css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\n align-content: end;\n "])));
39
33
  },
40
34
  window: function window(t) {
41
- return css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteralLoose(["\n position: relative;\n white-space: normal;\n margin: auto;\n box-shadow: ", ";\n background: ", ";\n border-radius: ", ";\n "])), t.modalWindowShadow, t.modalBg, t.modalBorderRadius);
35
+ return css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteralLoose(["\n position: relative;\n white-space: normal;\n margin: auto;\n box-shadow: ", ";\n background: ", ";\n border-radius: ", ";\n "])), t.modalWindowShadow, t.modalBg, t.modalBorderRadius);
42
36
  },
43
37
  mobileWindow: function mobileWindow() {
44
- return css(_templateObject12 || (_templateObject12 = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%;\n overflow: auto;\n "])));
38
+ return css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%;\n overflow: auto;\n "])));
45
39
  },
46
- mobileWindowFullscreen5_2: function mobileWindowFullscreen5_2() {
47
- return css(_templateObject13 || (_templateObject13 = _taggedTemplateLiteralLoose(["\n border-radius: 0;\n "])));
40
+ mobileWindowFullscreen: function mobileWindowFullscreen() {
41
+ return css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteralLoose(["\n border-radius: 0;\n "])));
48
42
  },
49
43
  centerContainer: function centerContainer() {
50
- return css(_templateObject14 || (_templateObject14 = _taggedTemplateLiteralLoose(["\n position: relative;\n display: inline-block;\n text-align: left;\n vertical-align: middle;\n box-sizing: border-box;\n z-index: 10;\n margin: 40px 20px;\n "])));
44
+ return css(_templateObject12 || (_templateObject12 = _taggedTemplateLiteralLoose(["\n position: relative;\n display: inline-block;\n text-align: left;\n vertical-align: middle;\n box-sizing: border-box;\n z-index: 10;\n margin: 40px 20px;\n "])));
51
45
  },
52
- mobileCenterContainer: function mobileCenterContainer() {
53
- return css(_templateObject15 || (_templateObject15 = _taggedTemplateLiteralLoose(["\n margin: 0;\n width: 100%;\n height: 100%;\n "])));
46
+ mobileCenterContainer: function mobileCenterContainer(t) {
47
+ return css(_templateObject13 || (_templateObject13 = _taggedTemplateLiteralLoose(["\n padding: 0;\n width: calc(100% - ", " - ", ");\n display: inline-flex;\n margin: ", " ", "\n ", " ", ";\n max-height: calc(100% - ", " - ", ");\n "])), t.mobileModalContainerMarginLeft, t.mobileModalContainerMarginRight, t.mobileModalContainerMarginTop, t.mobileModalContainerMarginRight, t.mobileModalContainerMarginBottom, t.mobileModalContainerMarginLeft, t.mobileModalContainerMarginTop, t.mobileModalContainerMarginBottom);
54
48
  },
55
- mobileCenterContainer5_2: function mobileCenterContainer5_2(t) {
56
- return css(_templateObject16 || (_templateObject16 = _taggedTemplateLiteralLoose(["\n padding: 0;\n width: calc(100% - ", " - ", ");\n display: inline-flex;\n margin: ", " ", "\n ", " ", ";\n max-height: calc(100% - ", " - ", ");\n "])), t.mobileModalContainerMarginLeft, t.mobileModalContainerMarginRight, t.mobileModalContainerMarginTop, t.mobileModalContainerMarginRight, t.mobileModalContainerMarginBottom, t.mobileModalContainerMarginLeft, t.mobileModalContainerMarginTop, t.mobileModalContainerMarginBottom);
49
+ mobileCenterContainerBig: function mobileCenterContainerBig(t) {
50
+ return css(_templateObject14 || (_templateObject14 = _taggedTemplateLiteralLoose(["\n height: calc(100% - ", " - ", ");\n "])), t.mobileModalContainerMarginTop, t.mobileModalContainerMarginBottom);
57
51
  },
58
- mobileCenterContainerBig5_2: function mobileCenterContainerBig5_2(t) {
59
- return css(_templateObject17 || (_templateObject17 = _taggedTemplateLiteralLoose(["\n height: calc(100% - ", " - ", ");\n "])), t.mobileModalContainerMarginTop, t.mobileModalContainerMarginBottom);
60
- },
61
- mobileCenterContainerFullscreen5_2: function mobileCenterContainerFullscreen5_2() {
62
- return css(_templateObject18 || (_templateObject18 = _taggedTemplateLiteralLoose(["\n margin: 0;\n width: 100%;\n height: 100%;\n max-height: 100%;\n "])));
52
+ mobileCenterContainerFullscreen: function mobileCenterContainerFullscreen() {
53
+ return css(_templateObject15 || (_templateObject15 = _taggedTemplateLiteralLoose(["\n margin: 0;\n width: 100%;\n height: 100%;\n max-height: 100%;\n "])));
63
54
  },
64
55
  alignTop: function alignTop() {
65
- return css(_templateObject19 || (_templateObject19 = _taggedTemplateLiteralLoose(["\n vertical-align: top;\n "])));
56
+ return css(_templateObject16 || (_templateObject16 = _taggedTemplateLiteralLoose(["\n vertical-align: top;\n "])));
66
57
  },
67
58
  close: function close(t) {
68
- var padding = parseInt(t.modalCloseButtonPadding);
69
- return css(_templateObject20 || (_templateObject20 = _taggedTemplateLiteralLoose(["\n ", ";\n position: absolute;\n display: flex;\n right: ", "px;\n top: ", "px;\n background: transparent;\n cursor: pointer;\n color: ", ";\n text-align: center;\n vertical-align: middle;\n padding: ", ";\n margin: -", ";\n\n &:hover {\n color: ", ";\n }\n\n & > svg {\n width: ", ";\n height: ", ";\n box-sizing: content-box;\n }\n "])), resetButton(), padding, padding, t.modalCloseButtonColor, t.modalCloseButtonClickArea, t.modalCloseButtonClickArea, t.modalCloseButtonHoverColor, t.modalCloseIconSize, t.modalCloseIconSize);
70
- },
71
- close5_1: function close5_1(t) {
72
- return css(_templateObject21 || (_templateObject21 = _taggedTemplateLiteralLoose(["\n justify-content: center;\n align-items: center;\n right: ", ";\n top: ", ";\n\n padding-top: ", ";\n margin-top: -", ";\n padding-right: ", ";\n margin-right: -", ";\n padding-bottom: ", ";\n margin-bottom: -", ";\n padding-left: ", ";\n margin-left: -", ";\n "])), t.modalCloseButtonClickAreaRight, t.modalCloseButtonClickAreaTop, t.modalCloseButtonClickAreaTop, t.modalCloseButtonClickAreaTop, t.modalCloseButtonClickAreaRight, t.modalCloseButtonClickAreaRight, t.modalCloseButtonClickAreaBottom, t.modalCloseButtonClickAreaBottom, t.modalCloseButtonClickAreaLeft, t.modalCloseButtonClickAreaLeft);
59
+ return css(_templateObject17 || (_templateObject17 = _taggedTemplateLiteralLoose(["\n ", ";\n position: absolute;\n display: flex;\n justify-content: center;\n align-items: center;\n right: ", ";\n top: ", ";\n background: transparent;\n cursor: pointer;\n color: ", ";\n text-align: center;\n vertical-align: middle;\n padding-top: ", ";\n margin-top: -", ";\n padding-right: ", ";\n margin-right: -", ";\n padding-bottom: ", ";\n margin-bottom: -", ";\n padding-left: ", ";\n margin-left: -", ";\n\n &:hover {\n color: ", ";\n }\n\n & > svg {\n width: ", ";\n height: ", ";\n box-sizing: content-box;\n }\n "])), resetButton(), t.modalCloseButtonClickAreaRight, t.modalCloseButtonClickAreaTop, t.modalCloseButtonColor, t.modalCloseButtonClickAreaTop, t.modalCloseButtonClickAreaTop, t.modalCloseButtonClickAreaRight, t.modalCloseButtonClickAreaRight, t.modalCloseButtonClickAreaBottom, t.modalCloseButtonClickAreaBottom, t.modalCloseButtonClickAreaLeft, t.modalCloseButtonClickAreaLeft, t.modalCloseButtonHoverColor, t.modalCloseIconSize, t.modalCloseIconSize);
73
60
  },
74
61
  closeMobile: function closeMobile(t) {
75
- return css(_templateObject22 || (_templateObject22 = _taggedTemplateLiteralLoose(["\n right: ", ";\n top: ", "px;\n padding: ", ";\n margin: -", ";\n\n & > svg {\n width: ", ";\n height: ", ";\n }\n "])), t.mobileModalCloseButtonRightPadding, parseInt(t.mobileModalCloseButtonTopPadding) + parseInt(t.mobileModalHeaderPadding), t.mobileModalCloseButtonClickArea, t.mobileModalCloseButtonClickArea, t.mobileModalCloseIconSize, t.mobileModalCloseIconSize);
76
- },
77
- closeMobile5_1: function closeMobile5_1(t) {
78
- return css(_templateObject23 || (_templateObject23 = _taggedTemplateLiteralLoose(["\n top: ", ";\n "])), t.mobileModalCloseButtonTopPadding);
62
+ return css(_templateObject18 || (_templateObject18 = _taggedTemplateLiteralLoose(["\n right: ", ";\n top: ", ";\n padding: ", ";\n margin: -", ";\n\n & > svg {\n width: ", ";\n height: ", ";\n }\n "])), t.mobileModalCloseButtonRightPadding, t.mobileModalCloseButtonTopPadding, t.mobileModalCloseButtonClickArea, t.mobileModalCloseButtonClickArea, t.mobileModalCloseIconSize, t.mobileModalCloseIconSize);
79
63
  },
80
- mobileCloseWithoutHeader: function mobileCloseWithoutHeader() {
81
- return css(_templateObject24 || (_templateObject24 = _taggedTemplateLiteralLoose(["\n position: static;\n "])));
82
- },
83
- mobileCloseWithoutHeader5_2: function mobileCloseWithoutHeader5_2(t) {
84
- return css(_templateObject25 || (_templateObject25 = _taggedTemplateLiteralLoose(["\n position: absolute;\n padding: ", ";\n margin: -", ";\n top: ", ";\n right: ", ";\n "])), t.mobileModalWithoutHeaderCloseButtonPadding, t.mobileModalWithoutHeaderCloseButtonPadding, t.mobileModalWithoutHeaderCloseButtonPadding, t.mobileModalWithoutHeaderCloseButtonPadding);
64
+ mobileCloseWithoutHeader: function mobileCloseWithoutHeader(t) {
65
+ return css(_templateObject19 || (_templateObject19 = _taggedTemplateLiteralLoose(["\n position: absolute;\n padding: ", ";\n margin: -", ";\n top: ", ";\n right: ", ";\n "])), t.mobileModalWithoutHeaderCloseButtonPadding, t.mobileModalWithoutHeaderCloseButtonPadding, t.mobileModalWithoutHeaderCloseButtonPadding, t.mobileModalWithoutHeaderCloseButtonPadding);
85
66
  },
86
67
  closeWrapper: function closeWrapper(t) {
87
68
  var padding = parseInt(t.modalCloseButtonPadding);
88
69
  var paddingBottom = parseInt(t.modalCloseButtonBottomPadding);
89
70
  var blockSizeX = parseInt(t.modalCloseIconSize) + 2 * padding;
90
71
  var blockSizeY = parseInt(t.modalCloseIconSize) + padding + paddingBottom;
91
- return css(_templateObject26 || (_templateObject26 = _taggedTemplateLiteralLoose(["\n position: relative;\n float: right;\n width: ", "px;\n height: ", "px;\n "])), blockSizeX, blockSizeY);
72
+ return css(_templateObject20 || (_templateObject20 = _taggedTemplateLiteralLoose(["\n position: relative;\n float: right;\n width: ", "px;\n height: ", "px;\n "])), blockSizeX, blockSizeY);
92
73
  },
93
74
  mobileCloseWrapper: function mobileCloseWrapper(t) {
94
75
  var size = parseInt(t.mobileModalCloseIconSize) + parseInt(t.mobileModalCloseButtonClickArea) * 2;
95
- return css(_templateObject27 || (_templateObject27 = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: ", ";\n top: ", ";\n padding: 0;\n margin: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n width: ", "px;\n height: ", "px;\n background: radial-gradient(50% 50% at 50% 50%, ", " 60%, rgba(255, 255, 255, 0) 100%);\n border-radius: ", "px;\n "])), t.mobileModalCloseButtonRightPadding, t.mobileModalCloseButtonTopPadding, size, size, t.bgDefault, size);
96
- },
97
- mobileCloseWrapper5_2: function mobileCloseWrapper5_2(t) {
98
- return css(_templateObject28 || (_templateObject28 = _taggedTemplateLiteralLoose(["\n position: sticky;\n right: 0;\n top: 0;\n margin-left: auto;\n width: ", ";\n height: 0;\n "])), t.mobileModalWithoutHeaderCloseButtonWidth);
76
+ return css(_templateObject21 || (_templateObject21 = _taggedTemplateLiteralLoose(["\n position: sticky;\n right: 0;\n top: 0;\n padding: 0;\n margin: 0;\n margin-left: auto;\n display: flex;\n justify-content: center;\n align-items: center;\n width: ", ";\n height: 0;\n background: radial-gradient(50% 50% at 50% 50%, ", " 60%, rgba(255, 255, 255, 0) 100%);\n border-radius: ", "px;\n "])), t.mobileModalWithoutHeaderCloseButtonWidth, t.bgDefault, size);
99
77
  },
100
78
  disabled: function disabled(t) {
101
- return css(_templateObject29 || (_templateObject29 = _taggedTemplateLiteralLoose(["\n pointer-events: none;\n cursor: default;\n color: ", ";\n "])), t.modalCloseButtonDisabledColor);
79
+ return css(_templateObject22 || (_templateObject22 = _taggedTemplateLiteralLoose(["\n pointer-events: none;\n cursor: default;\n color: ", ";\n "])), t.modalCloseButtonDisabledColor);
102
80
  },
103
81
  focus: function focus(t) {
104
- return css(_templateObject30 || (_templateObject30 = _taggedTemplateLiteralLoose(["\n color: ", ";\n outline: 2px solid ", ";\n "])), t.modalCloseButtonHoverColor, t.borderColorFocus);
105
- },
106
- focus5_1: function focus5_1(t) {
107
- return css(_templateObject31 || (_templateObject31 = _taggedTemplateLiteralLoose(["\n &:before {\n content: '';\n position: absolute;\n width: calc(", " * 2);\n height: calc(", " * 2);\n box-shadow: inset 0 0 0 2px ", ";\n border-radius: 4px;\n }\n "])), t.modalCloseIconSize, t.modalCloseIconSize, t.borderColorFocus);
82
+ return css(_templateObject23 || (_templateObject23 = _taggedTemplateLiteralLoose(["\n &:before {\n content: '';\n position: absolute;\n width: calc(", " * 2);\n height: calc(", " * 2);\n box-shadow: inset 0 0 0 2px ", ";\n border-radius: 4px;\n }\n "])), t.modalCloseIconSize, t.modalCloseIconSize, t.borderColorFocus);
108
83
  },
109
84
  header: function header(t) {
110
- return css(_templateObject32 || (_templateObject32 = _taggedTemplateLiteralLoose(["\n font-size: ", ";\n line-height: ", ";\n padding: ", " ", " ", " ", ";\n overflow-wrap: break-word;\n word-wrap: break-word;\n color: ", ";\n font-weight: ", ";\n "])), t.modalHeaderFontSize, t.modalHeaderLineHeight, t.modalHeaderPaddingTop, t.modalPaddingRight, t.modalHeaderPaddingBottom, t.modalPaddingLeft, t.modalHeaderTextColor, t.modalHeaderFontWeight);
111
- },
112
- header5_2: function header5_2(t) {
113
- return css(_templateObject33 || (_templateObject33 = _taggedTemplateLiteralLoose(["\n border-radius: ", " ", " 0 0;\n "])), t.modalBorderRadius, t.modalBorderRadius);
85
+ return css(_templateObject24 || (_templateObject24 = _taggedTemplateLiteralLoose(["\n font-size: ", ";\n line-height: ", ";\n padding: ", " ", " ", " ", ";\n overflow-wrap: break-word;\n word-wrap: break-word;\n color: ", ";\n font-weight: ", ";\n border-radius: ", " ", " 0 0;\n "])), t.modalHeaderFontSize, t.modalHeaderLineHeight, t.modalHeaderPaddingTop, t.modalPaddingRight, t.modalHeaderPaddingBottom, t.modalPaddingLeft, t.modalHeaderTextColor, t.modalHeaderFontWeight, t.modalBorderRadius, t.modalBorderRadius);
114
86
  },
115
87
  mobileHeader: function mobileHeader(t) {
116
- return css(_templateObject34 || (_templateObject34 = _taggedTemplateLiteralLoose(["\n position: relative;\n font-size: ", ";\n line-height: ", ";\n padding: ", ";\n "])), t.mobileModalHeaderFontSize, t.mobileModalHeaderLineHeight, t.mobileModalHeaderPadding);
88
+ return css(_templateObject25 || (_templateObject25 = _taggedTemplateLiteralLoose(["\n position: relative;\n font-size: ", ";\n line-height: ", ";\n padding: ", ";\n "])), t.mobileModalHeaderFontSize, t.mobileModalHeaderLineHeight, t.mobileModalHeaderPadding);
89
+ },
90
+ titleCut: function titleCut() {
91
+ return css(_templateObject26 || (_templateObject26 = _taggedTemplateLiteralLoose(["\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n "])));
117
92
  },
118
93
  body: function body(t) {
119
- return css(_templateObject35 || (_templateObject35 = _taggedTemplateLiteralLoose(["\n border-radius: ", ";\n padding-top: ", ";\n padding-right: ", ";\n padding-bottom: ", ";\n padding-left: ", ";\n color: ", ";\n "])), t.modalBodyBorderRadius, t.modalBodyPaddingTop, t.modalPaddingRight, t.modalBodyPaddingBottom, t.modalPaddingLeft, t.modalBodyTextColor);
94
+ return css(_templateObject27 || (_templateObject27 = _taggedTemplateLiteralLoose(["\n border-radius: ", ";\n padding-top: ", ";\n padding-right: ", ";\n padding-bottom: ", ";\n padding-left: ", ";\n color: ", ";\n "])), t.modalBodyBorderRadius, t.modalBodyPaddingTop, t.modalPaddingRight, t.modalBodyPaddingBottom, t.modalPaddingLeft, t.modalBodyTextColor);
120
95
  },
121
96
  mobileBody: function mobileBody(t) {
122
- return css(_templateObject36 || (_templateObject36 = _taggedTemplateLiteralLoose(["\n padding: ", ";\n display: flex;\n flex-flow: column;\n flex: 1;\n font-size: ", ";\n "])), t.mobileModalBodyPadding, t.mobileModalBodyFontSize);
97
+ return css(_templateObject28 || (_templateObject28 = _taggedTemplateLiteralLoose(["\n padding: ", ";\n display: flex;\n flex-flow: column;\n flex: 1;\n font-size: ", ";\n "])), t.mobileModalBodyPadding, t.mobileModalBodyFontSize);
123
98
  },
124
99
  headerWithClose: function headerWithClose(t) {
125
100
  var rightPadding = 2 * parseInt(t.modalCloseButtonPadding) + parseInt(t.modalCloseIconSize);
126
- return css(_templateObject37 || (_templateObject37 = _taggedTemplateLiteralLoose(["\n padding-right: ", "px;\n "])), rightPadding);
101
+ return css(_templateObject29 || (_templateObject29 = _taggedTemplateLiteralLoose(["\n padding-right: ", "px;\n "])), rightPadding);
127
102
  },
128
103
  mobileHeaderWithClose: function mobileHeaderWithClose(t) {
129
- return css(_templateObject38 || (_templateObject38 = _taggedTemplateLiteralLoose(["\n padding-right: ", "px;\n "])), 2 * parseInt(t.mobileModalCloseButtonRightPadding) + parseInt(t.mobileModalCloseIconSize));
104
+ return css(_templateObject30 || (_templateObject30 = _taggedTemplateLiteralLoose(["\n padding-right: ", "px;\n "])), 2 * parseInt(t.mobileModalCloseButtonRightPadding) + parseInt(t.mobileModalCloseIconSize));
130
105
  },
131
106
  footer: function footer(t) {
132
- return css(_templateObject39 || (_templateObject39 = _taggedTemplateLiteralLoose(["\n padding: ", " ", " ", " ", ";\n color: ", ";\n border-radius: 0 0 ", " ", ";\n "])), t.modalFooterPaddingTop, t.modalPaddingRight, t.modalFooterPaddingBottom, t.modalPaddingLeft, t.modalFooterTextColor, t.modalBorderRadius, t.modalBorderRadius);
107
+ return css(_templateObject31 || (_templateObject31 = _taggedTemplateLiteralLoose(["\n padding: ", " ", " ", " ", ";\n color: ", ";\n border-radius: 0 0 ", " ", ";\n "])), t.modalFooterPaddingTop, t.modalPaddingRight, t.modalFooterPaddingBottom, t.modalPaddingLeft, t.modalFooterTextColor, t.modalBorderRadius, t.modalBorderRadius);
133
108
  },
134
109
  mobileFooter: function mobileFooter(t) {
135
- return css(_templateObject40 || (_templateObject40 = _taggedTemplateLiteralLoose(["\n padding: ", ";\n "])), t.mobileModalFooterPadding);
110
+ return css(_templateObject32 || (_templateObject32 = _taggedTemplateLiteralLoose(["\n padding: ", ";\n "])), t.mobileModalFooterPadding);
136
111
  },
137
112
  panel: function panel(t) {
138
- return css(_templateObject41 || (_templateObject41 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n padding-bottom: ", ";\n background: ", ";\n "])), t.modalFooterPanelPaddingTop, t.modalFooterPanelPaddingBottom, t.modalFooterBg);
113
+ return css(_templateObject33 || (_templateObject33 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n padding-bottom: ", ";\n background: ", ";\n "])), t.modalFooterPanelPaddingTop, t.modalFooterPanelPaddingBottom, t.modalFooterBg);
139
114
  },
140
115
  fixedHeader: function fixedHeader(t) {
141
- return css(_templateObject42 || (_templateObject42 = _taggedTemplateLiteralLoose(["\n margin-bottom: ", ";\n padding-bottom: ", ";\n background: ", ";\n border-bottom: ", ";\n\n &:after {\n bottom: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ", ";\n }\n "])), t.modalFixedHeaderMarginBottom, t.modalFixedHeaderPaddingBottom, t.modalFixedHeaderBg, t.modalFixedHeaderBorder, t.modalFixedHeaderShadow);
142
- },
143
- fixedHeader5_2: function fixedHeader5_2() {
144
- return css(_templateObject43 || (_templateObject43 = _taggedTemplateLiteralLoose(["\n border-radius: 0;\n "])));
116
+ return css(_templateObject34 || (_templateObject34 = _taggedTemplateLiteralLoose(["\n margin-bottom: ", ";\n padding-bottom: ", ";\n background: ", ";\n border-bottom: ", ";\n border-radius: 0;\n\n &:after {\n bottom: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ", ";\n }\n "])), t.modalFixedHeaderMarginBottom, t.modalFixedHeaderPaddingBottom, t.modalFixedHeaderBg, t.modalFixedHeaderBorder, t.modalFixedHeaderShadow);
145
117
  },
146
118
  mobileFixedHeader: function mobileFixedHeader(t) {
147
- return css(_templateObject44 || (_templateObject44 = _taggedTemplateLiteralLoose(["\n padding-bottom: ", ";\n "])), t.mobileModalHeaderPadding);
148
- },
149
- mobileFixedHeader5_2: function mobileFixedHeader5_2(t) {
150
- return css(_templateObject45 || (_templateObject45 = _taggedTemplateLiteralLoose(["\n border-radius: ", " ", " 0 0;\n "])), t.modalBorderRadius, t.modalBorderRadius);
119
+ return css(_templateObject35 || (_templateObject35 = _taggedTemplateLiteralLoose(["\n padding-bottom: ", ";\n border-radius: ", " ", " 0 0;\n "])), t.mobileModalHeaderPadding, t.modalBorderRadius, t.modalBorderRadius);
151
120
  },
152
121
  fixedFooter: function fixedFooter(t) {
153
- return css(_templateObject46 || (_templateObject46 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n margin-top: ", ";\n background: ", ";\n border-top: ", ";\n\n &:before {\n top: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ", ";\n }\n "])), t.modalFixedFooterPaddingTop, t.modalFixedFooterMarginTop, t.modalFixedHeaderBg, t.modalFixedFooterBorder, t.modalFixedFooterShadow);
154
- },
155
- fixedFooter5_2: function fixedFooter5_2() {
156
- return css(_templateObject47 || (_templateObject47 = _taggedTemplateLiteralLoose(["\n border-radius: 0;\n "])));
122
+ return css(_templateObject36 || (_templateObject36 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n margin-top: ", ";\n background: ", ";\n border-top: ", ";\n border-radius: 0;\n\n &:before {\n top: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ", ";\n }\n "])), t.modalFixedFooterPaddingTop, t.modalFixedFooterMarginTop, t.modalFixedHeaderBg, t.modalFixedFooterBorder, t.modalFixedFooterShadow);
157
123
  },
158
- mobileFixedFooter5_2: function mobileFixedFooter5_2(t) {
159
- return css(_templateObject48 || (_templateObject48 = _taggedTemplateLiteralLoose(["\n border-radius: 0 0 ", " ", ";\n "])), t.modalBorderRadius, t.modalBorderRadius);
124
+ mobileFixedFooter: function mobileFixedFooter(t) {
125
+ return css(_templateObject37 || (_templateObject37 = _taggedTemplateLiteralLoose(["\n border-radius: 0 0 ", " ", ";\n "])), t.modalBorderRadius, t.modalBorderRadius);
160
126
  },
161
127
  fixedPanel: function fixedPanel(t) {
162
- return css(_templateObject49 || (_templateObject49 = _taggedTemplateLiteralLoose(["\n &:before {\n box-shadow: ", ";\n }\n "])), t.modalFixedPanelShadow);
128
+ return css(_templateObject38 || (_templateObject38 = _taggedTemplateLiteralLoose(["\n &:before {\n box-shadow: ", ";\n }\n "])), t.modalFixedPanelShadow);
163
129
  },
164
130
  headerAddPadding: function headerAddPadding(t) {
165
- return css(_templateObject50 || (_templateObject50 = _taggedTemplateLiteralLoose(["\n padding-bottom: ", ";\n "])), t.modalHeaderAdditionalPaddingBottom);
131
+ return css(_templateObject39 || (_templateObject39 = _taggedTemplateLiteralLoose(["\n padding-bottom: ", ";\n "])), t.modalHeaderAdditionalPaddingBottom);
166
132
  },
167
133
  bodyWithoutHeader: function bodyWithoutHeader(t) {
168
- return css(_templateObject51 || (_templateObject51 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n "])), t.modalPaddingTop);
134
+ return css(_templateObject40 || (_templateObject40 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n "])), t.modalPaddingTop);
169
135
  },
170
- mobileBodyWithoutHeader: function mobileBodyWithoutHeader() {
171
- return css(_templateObject52 || (_templateObject52 = _taggedTemplateLiteralLoose(["\n padding-top: 0;\n "])));
172
- },
173
- mobileBodyWithoutHeader5_2: function mobileBodyWithoutHeader5_2(t) {
174
- return css(_templateObject53 || (_templateObject53 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n padding-right: ", ";\n "])), t.mobileModalBodyPaddingTop, t.mobileModalWithoutHeaderCloseButtonWidth);
136
+ mobileBodyWithoutHeader: function mobileBodyWithoutHeader(t) {
137
+ return css(_templateObject41 || (_templateObject41 = _taggedTemplateLiteralLoose(["\n padding-top: ", ";\n padding-right: ", ";\n "])), t.mobileModalBodyPaddingTop, t.mobileModalWithoutHeaderCloseButtonWidth);
175
138
  },
176
139
  bodyWithoutPadding: function bodyWithoutPadding() {
177
- return css(_templateObject54 || (_templateObject54 = _taggedTemplateLiteralLoose(["\n padding: 0;\n "])));
140
+ return css(_templateObject42 || (_templateObject42 = _taggedTemplateLiteralLoose(["\n padding: 0;\n "])));
178
141
  },
179
142
  bodyAddPaddingForPanel: function bodyAddPaddingForPanel(t) {
180
- return css(_templateObject55 || (_templateObject55 = _taggedTemplateLiteralLoose(["\n padding-bottom: ", ";\n "])), t.modalPaddingBottom);
143
+ return css(_templateObject43 || (_templateObject43 = _taggedTemplateLiteralLoose(["\n padding-bottom: ", ";\n "])), t.modalPaddingBottom);
181
144
  },
182
145
  mobileBodyAddPaddingForPanel: function mobileBodyAddPaddingForPanel(t) {
183
- return css(_templateObject56 || (_templateObject56 = _taggedTemplateLiteralLoose(["\n padding: ", ";\n "])), t.mobileModalBodyPadding);
184
- },
185
- mobileBodyAddPaddingForPanel5_2: function mobileBodyAddPaddingForPanel5_2(t) {
186
- return css(_templateObject57 || (_templateObject57 = _taggedTemplateLiteralLoose(["\n padding-bottom: ", ";\n "])), t.mobileModalBodyPaddingBottom);
146
+ return css(_templateObject44 || (_templateObject44 = _taggedTemplateLiteralLoose(["\n padding: ", ";\n padding-bottom: ", ";\n "])), t.mobileModalBodyPadding, t.mobileModalBodyPaddingBottom);
187
147
  },
188
148
  columnFlexContainer: function columnFlexContainer() {
189
- return css(_templateObject58 || (_templateObject58 = _taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-flow: column;\n overflow-y: auto;\n "])));
149
+ return css(_templateObject45 || (_templateObject45 = _taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-flow: column;\n overflow-y: auto;\n "])));
190
150
  },
191
151
  modalSeparatorWrapper: function modalSeparatorWrapper() {
192
- return css(_templateObject59 || (_templateObject59 = _taggedTemplateLiteralLoose(["\n position: absolute;\n width: 100%;\n "])));
152
+ return css(_templateObject46 || (_templateObject46 = _taggedTemplateLiteralLoose(["\n position: absolute;\n width: 100%;\n "])));
193
153
  },
194
154
  modalSeparator: function modalSeparator(t) {
195
- return css(_templateObject60 || (_templateObject60 = _taggedTemplateLiteralLoose(["\n border-bottom: ", ";\n margin: ", ";\n transition: margin 0.3s;\n "])), t.modalSeparatorBorderBottom, t.modalSeparatorMargin);
155
+ return css(_templateObject47 || (_templateObject47 = _taggedTemplateLiteralLoose(["\n border-bottom: ", ";\n margin: ", ";\n transition: margin 0.3s;\n "])), t.modalSeparatorBorderBottom, t.modalSeparatorMargin);
196
156
  },
197
157
  modalSeparatorFixed: function modalSeparatorFixed(t) {
198
- return css(_templateObject61 || (_templateObject61 = _taggedTemplateLiteralLoose(["\n margin: ", ";\n "])), t.modalSeparatorFixedMargin);
158
+ return css(_templateObject48 || (_templateObject48 = _taggedTemplateLiteralLoose(["\n margin: ", ";\n "])), t.modalSeparatorFixedMargin);
199
159
  }
200
160
  });
@@ -1 +1 @@
1
- {"version":3,"names":["css","memoizeStyle","prefix","resetButton","modalGlobalClasses","root","container","styles","_templateObject","_taggedTemplateLiteralLoose","bg","t","_templateObject2","modalBackBg","modalBackOpacity","_templateObject3","containerDesktop","_templateObject4","container5_2","_templateObject5","containerMobile","_templateObject6","mobileModalContainerHeight","mobileModalContainerMarginTop","mobileModalContainerMarginRight","mobileModalContainerMarginBottom","mobileModalContainerMarginLeft","mobileContainerFullscreen5_2","_templateObject7","mobileContainerSmall5_2","_templateObject8","mobileContainerSmallTop5_2","_templateObject9","mobileContainerSmallBottom5_2","_templateObject10","window","_templateObject11","modalWindowShadow","modalBg","modalBorderRadius","mobileWindow","_templateObject12","mobileWindowFullscreen5_2","_templateObject13","centerContainer","_templateObject14","mobileCenterContainer","_templateObject15","mobileCenterContainer5_2","_templateObject16","mobileCenterContainerBig5_2","_templateObject17","mobileCenterContainerFullscreen5_2","_templateObject18","alignTop","_templateObject19","close","padding","parseInt","modalCloseButtonPadding","_templateObject20","modalCloseButtonColor","modalCloseButtonClickArea","modalCloseButtonHoverColor","modalCloseIconSize","close5_1","_templateObject21","modalCloseButtonClickAreaRight","modalCloseButtonClickAreaTop","modalCloseButtonClickAreaBottom","modalCloseButtonClickAreaLeft","closeMobile","_templateObject22","mobileModalCloseButtonRightPadding","mobileModalCloseButtonTopPadding","mobileModalHeaderPadding","mobileModalCloseButtonClickArea","mobileModalCloseIconSize","closeMobile5_1","_templateObject23","mobileCloseWithoutHeader","_templateObject24","mobileCloseWithoutHeader5_2","_templateObject25","mobileModalWithoutHeaderCloseButtonPadding","closeWrapper","paddingBottom","modalCloseButtonBottomPadding","blockSizeX","blockSizeY","_templateObject26","mobileCloseWrapper","size","_templateObject27","bgDefault","mobileCloseWrapper5_2","_templateObject28","mobileModalWithoutHeaderCloseButtonWidth","disabled","_templateObject29","modalCloseButtonDisabledColor","focus","_templateObject30","borderColorFocus","focus5_1","_templateObject31","header","_templateObject32","modalHeaderFontSize","modalHeaderLineHeight","modalHeaderPaddingTop","modalPaddingRight","modalHeaderPaddingBottom","modalPaddingLeft","modalHeaderTextColor","modalHeaderFontWeight","header5_2","_templateObject33","mobileHeader","_templateObject34","mobileModalHeaderFontSize","mobileModalHeaderLineHeight","body","_templateObject35","modalBodyBorderRadius","modalBodyPaddingTop","modalBodyPaddingBottom","modalBodyTextColor","mobileBody","_templateObject36","mobileModalBodyPadding","mobileModalBodyFontSize","headerWithClose","rightPadding","_templateObject37","mobileHeaderWithClose","_templateObject38","footer","_templateObject39","modalFooterPaddingTop","modalFooterPaddingBottom","modalFooterTextColor","mobileFooter","_templateObject40","mobileModalFooterPadding","panel","_templateObject41","modalFooterPanelPaddingTop","modalFooterPanelPaddingBottom","modalFooterBg","fixedHeader","_templateObject42","modalFixedHeaderMarginBottom","modalFixedHeaderPaddingBottom","modalFixedHeaderBg","modalFixedHeaderBorder","modalFixedHeaderShadow","fixedHeader5_2","_templateObject43","mobileFixedHeader","_templateObject44","mobileFixedHeader5_2","_templateObject45","fixedFooter","_templateObject46","modalFixedFooterPaddingTop","modalFixedFooterMarginTop","modalFixedFooterBorder","modalFixedFooterShadow","fixedFooter5_2","_templateObject47","mobileFixedFooter5_2","_templateObject48","fixedPanel","_templateObject49","modalFixedPanelShadow","headerAddPadding","_templateObject50","modalHeaderAdditionalPaddingBottom","bodyWithoutHeader","_templateObject51","modalPaddingTop","mobileBodyWithoutHeader","_templateObject52","mobileBodyWithoutHeader5_2","_templateObject53","mobileModalBodyPaddingTop","bodyWithoutPadding","_templateObject54","bodyAddPaddingForPanel","_templateObject55","modalPaddingBottom","mobileBodyAddPaddingForPanel","_templateObject56","mobileBodyAddPaddingForPanel5_2","_templateObject57","mobileModalBodyPaddingBottom","columnFlexContainer","_templateObject58","modalSeparatorWrapper","_templateObject59","modalSeparator","_templateObject60","modalSeparatorBorderBottom","modalSeparatorMargin","modalSeparatorFixed","_templateObject61","modalSeparatorFixedMargin"],"sources":["Modal.styles.ts"],"sourcesContent":["import { css, memoizeStyle, prefix } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { resetButton } from '../../lib/styles/Mixins';\n\nexport const modalGlobalClasses = prefix('modal')({\n root: 'root',\n container: 'container',\n});\n\nexport const styles = memoizeStyle({\n root() {\n return css`\n height: 100%;\n left: 0;\n position: fixed;\n top: 0;\n width: 100%;\n `;\n },\n\n bg(t: Theme) {\n return css`\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n background: ${t.modalBackBg};\n opacity: ${t.modalBackOpacity};\n `;\n },\n\n container() {\n return css`\n position: relative;\n white-space: nowrap;\n text-align: center;\n height: 100%;\n overflow-y: auto;\n outline: none;\n `;\n },\n\n containerDesktop() {\n return css`\n &::before {\n content: '';\n display: inline-block;\n vertical-align: middle;\n height: 80%; /* to vertical align modal 40%/60% of screen height */\n }\n `;\n },\n\n container5_2() {\n return css`\n min-height: 64px;\n `;\n },\n\n containerMobile(t: Theme) {\n return css`\n height: ${t.mobileModalContainerHeight};\n margin-top: ${t.mobileModalContainerMarginTop};\n margin-right: ${t.mobileModalContainerMarginRight};\n margin-bottom: ${t.mobileModalContainerMarginBottom};\n margin-left: ${t.mobileModalContainerMarginLeft};\n `;\n },\n\n mobileContainerFullscreen5_2() {\n return css`\n margin: 0;\n `;\n },\n\n mobileContainerSmall5_2() {\n return css`\n margin: 0;\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n `;\n },\n mobileContainerSmallTop5_2() {\n return css`\n align-content: start;\n `;\n },\n mobileContainerSmallBottom5_2() {\n return css`\n align-content: end;\n `;\n },\n\n window(t: Theme) {\n return css`\n position: relative;\n white-space: normal;\n margin: auto;\n box-shadow: ${t.modalWindowShadow};\n background: ${t.modalBg};\n border-radius: ${t.modalBorderRadius};\n `;\n },\n\n mobileWindow() {\n return css`\n width: 100%;\n height: 100%;\n overflow: auto;\n `;\n },\n\n mobileWindowFullscreen5_2() {\n return css`\n border-radius: 0;\n `;\n },\n\n centerContainer() {\n return css`\n position: relative;\n display: inline-block;\n text-align: left;\n vertical-align: middle;\n box-sizing: border-box;\n z-index: 10;\n margin: 40px 20px;\n `;\n },\n\n mobileCenterContainer() {\n return css`\n margin: 0;\n width: 100%;\n height: 100%;\n `;\n },\n\n mobileCenterContainer5_2(t: Theme) {\n return css`\n padding: 0;\n width: calc(100% - ${t.mobileModalContainerMarginLeft} - ${t.mobileModalContainerMarginRight});\n display: inline-flex;\n margin: ${t.mobileModalContainerMarginTop} ${t.mobileModalContainerMarginRight}\n ${t.mobileModalContainerMarginBottom} ${t.mobileModalContainerMarginLeft};\n max-height: calc(100% - ${t.mobileModalContainerMarginTop} - ${t.mobileModalContainerMarginBottom});\n `;\n },\n\n mobileCenterContainerBig5_2(t: Theme) {\n return css`\n height: calc(100% - ${t.mobileModalContainerMarginTop} - ${t.mobileModalContainerMarginBottom});\n `;\n },\n\n mobileCenterContainerFullscreen5_2() {\n return css`\n margin: 0;\n width: 100%;\n height: 100%;\n max-height: 100%;\n `;\n },\n\n alignTop() {\n return css`\n vertical-align: top;\n `;\n },\n\n close(t: Theme) {\n const padding = parseInt(t.modalCloseButtonPadding);\n return css`\n ${resetButton()};\n position: absolute;\n display: flex;\n right: ${padding}px;\n top: ${padding}px;\n background: transparent;\n cursor: pointer;\n color: ${t.modalCloseButtonColor};\n text-align: center;\n vertical-align: middle;\n padding: ${t.modalCloseButtonClickArea};\n margin: -${t.modalCloseButtonClickArea};\n\n &:hover {\n color: ${t.modalCloseButtonHoverColor};\n }\n\n & > svg {\n width: ${t.modalCloseIconSize};\n height: ${t.modalCloseIconSize};\n box-sizing: content-box;\n }\n `;\n },\n\n close5_1(t: Theme) {\n return css`\n justify-content: center;\n align-items: center;\n right: ${t.modalCloseButtonClickAreaRight};\n top: ${t.modalCloseButtonClickAreaTop};\n\n padding-top: ${t.modalCloseButtonClickAreaTop};\n margin-top: -${t.modalCloseButtonClickAreaTop};\n padding-right: ${t.modalCloseButtonClickAreaRight};\n margin-right: -${t.modalCloseButtonClickAreaRight};\n padding-bottom: ${t.modalCloseButtonClickAreaBottom};\n margin-bottom: -${t.modalCloseButtonClickAreaBottom};\n padding-left: ${t.modalCloseButtonClickAreaLeft};\n margin-left: -${t.modalCloseButtonClickAreaLeft};\n `;\n },\n\n closeMobile(t: Theme) {\n return css`\n right: ${t.mobileModalCloseButtonRightPadding};\n top: ${parseInt(t.mobileModalCloseButtonTopPadding) + parseInt(t.mobileModalHeaderPadding)}px;\n padding: ${t.mobileModalCloseButtonClickArea};\n margin: -${t.mobileModalCloseButtonClickArea};\n\n & > svg {\n width: ${t.mobileModalCloseIconSize};\n height: ${t.mobileModalCloseIconSize};\n }\n `;\n },\n\n closeMobile5_1(t: Theme) {\n return css`\n top: ${t.mobileModalCloseButtonTopPadding};\n `;\n },\n\n mobileCloseWithoutHeader() {\n return css`\n position: static;\n `;\n },\n\n mobileCloseWithoutHeader5_2(t: Theme) {\n return css`\n position: absolute;\n padding: ${t.mobileModalWithoutHeaderCloseButtonPadding};\n margin: -${t.mobileModalWithoutHeaderCloseButtonPadding};\n top: ${t.mobileModalWithoutHeaderCloseButtonPadding};\n right: ${t.mobileModalWithoutHeaderCloseButtonPadding};\n `;\n },\n\n closeWrapper(t: Theme) {\n const padding = parseInt(t.modalCloseButtonPadding);\n const paddingBottom = parseInt(t.modalCloseButtonBottomPadding);\n\n const blockSizeX = parseInt(t.modalCloseIconSize) + 2 * padding;\n const blockSizeY = parseInt(t.modalCloseIconSize) + padding + paddingBottom;\n return css`\n position: relative;\n float: right;\n width: ${blockSizeX}px;\n height: ${blockSizeY}px;\n `;\n },\n\n mobileCloseWrapper(t: Theme) {\n const size = parseInt(t.mobileModalCloseIconSize) + parseInt(t.mobileModalCloseButtonClickArea) * 2;\n\n return css`\n position: absolute;\n right: ${t.mobileModalCloseButtonRightPadding};\n top: ${t.mobileModalCloseButtonTopPadding};\n padding: 0;\n margin: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n width: ${size}px;\n height: ${size}px;\n background: radial-gradient(50% 50% at 50% 50%, ${t.bgDefault} 60%, rgba(255, 255, 255, 0) 100%);\n border-radius: ${size}px;\n `;\n },\n\n mobileCloseWrapper5_2(t: Theme) {\n return css`\n position: sticky;\n right: 0;\n top: 0;\n margin-left: auto;\n width: ${t.mobileModalWithoutHeaderCloseButtonWidth};\n height: 0;\n `;\n },\n\n disabled(t: Theme) {\n return css`\n pointer-events: none;\n cursor: default;\n color: ${t.modalCloseButtonDisabledColor};\n `;\n },\n\n focus(t: Theme) {\n return css`\n color: ${t.modalCloseButtonHoverColor};\n outline: 2px solid ${t.borderColorFocus};\n `;\n },\n\n focus5_1(t: Theme) {\n return css`\n &:before {\n content: '';\n position: absolute;\n width: calc(${t.modalCloseIconSize} * 2);\n height: calc(${t.modalCloseIconSize} * 2);\n box-shadow: inset 0 0 0 2px ${t.borderColorFocus};\n border-radius: 4px;\n }\n `;\n },\n\n header(t: Theme) {\n return css`\n font-size: ${t.modalHeaderFontSize};\n line-height: ${t.modalHeaderLineHeight};\n padding: ${t.modalHeaderPaddingTop} ${t.modalPaddingRight} ${t.modalHeaderPaddingBottom} ${t.modalPaddingLeft};\n overflow-wrap: break-word;\n word-wrap: break-word;\n color: ${t.modalHeaderTextColor};\n font-weight: ${t.modalHeaderFontWeight};\n `;\n },\n\n header5_2(t: Theme) {\n return css`\n border-radius: ${t.modalBorderRadius} ${t.modalBorderRadius} 0 0;\n `;\n },\n\n mobileHeader(t: Theme) {\n return css`\n position: relative;\n font-size: ${t.mobileModalHeaderFontSize};\n line-height: ${t.mobileModalHeaderLineHeight};\n padding: ${t.mobileModalHeaderPadding};\n `;\n },\n\n body(t: Theme) {\n return css`\n border-radius: ${t.modalBodyBorderRadius};\n padding-top: ${t.modalBodyPaddingTop};\n padding-right: ${t.modalPaddingRight};\n padding-bottom: ${t.modalBodyPaddingBottom};\n padding-left: ${t.modalPaddingLeft};\n color: ${t.modalBodyTextColor};\n `;\n },\n\n mobileBody(t: Theme) {\n return css`\n padding: ${t.mobileModalBodyPadding};\n display: flex;\n flex-flow: column;\n flex: 1;\n font-size: ${t.mobileModalBodyFontSize};\n `;\n },\n\n headerWithClose(t: Theme) {\n const rightPadding = 2 * parseInt(t.modalCloseButtonPadding) + parseInt(t.modalCloseIconSize);\n\n return css`\n padding-right: ${rightPadding}px;\n `;\n },\n\n mobileHeaderWithClose(t: Theme) {\n return css`\n padding-right: ${2 * parseInt(t.mobileModalCloseButtonRightPadding) + parseInt(t.mobileModalCloseIconSize)}px;\n `;\n },\n\n footer(t: Theme) {\n return css`\n padding: ${t.modalFooterPaddingTop} ${t.modalPaddingRight} ${t.modalFooterPaddingBottom} ${t.modalPaddingLeft};\n color: ${t.modalFooterTextColor};\n border-radius: 0 0 ${t.modalBorderRadius} ${t.modalBorderRadius};\n `;\n },\n\n mobileFooter(t: Theme) {\n return css`\n padding: ${t.mobileModalFooterPadding};\n `;\n },\n\n panel(t: Theme) {\n return css`\n padding-top: ${t.modalFooterPanelPaddingTop};\n padding-bottom: ${t.modalFooterPanelPaddingBottom};\n background: ${t.modalFooterBg};\n `;\n },\n\n fixedHeader(t: Theme) {\n return css`\n margin-bottom: ${t.modalFixedHeaderMarginBottom};\n padding-bottom: ${t.modalFixedHeaderPaddingBottom};\n background: ${t.modalFixedHeaderBg};\n border-bottom: ${t.modalFixedHeaderBorder};\n\n &:after {\n bottom: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.modalFixedHeaderShadow};\n }\n `;\n },\n\n fixedHeader5_2() {\n return css`\n border-radius: 0;\n `;\n },\n\n mobileFixedHeader(t: Theme) {\n return css`\n padding-bottom: ${t.mobileModalHeaderPadding};\n `;\n },\n\n mobileFixedHeader5_2(t: Theme) {\n return css`\n border-radius: ${t.modalBorderRadius} ${t.modalBorderRadius} 0 0;\n `;\n },\n\n fixedFooter(t: Theme) {\n return css`\n padding-top: ${t.modalFixedFooterPaddingTop};\n margin-top: ${t.modalFixedFooterMarginTop};\n background: ${t.modalFixedHeaderBg};\n border-top: ${t.modalFixedFooterBorder};\n\n &:before {\n top: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.modalFixedFooterShadow};\n }\n `;\n },\n\n fixedFooter5_2() {\n return css`\n border-radius: 0;\n `;\n },\n\n mobileFixedFooter5_2(t: Theme) {\n return css`\n border-radius: 0 0 ${t.modalBorderRadius} ${t.modalBorderRadius};\n `;\n },\n\n fixedPanel(t: Theme) {\n return css`\n &:before {\n box-shadow: ${t.modalFixedPanelShadow};\n }\n `;\n },\n\n headerAddPadding(t: Theme) {\n return css`\n padding-bottom: ${t.modalHeaderAdditionalPaddingBottom};\n `;\n },\n\n bodyWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.modalPaddingTop};\n `;\n },\n\n mobileBodyWithoutHeader() {\n return css`\n padding-top: 0;\n `;\n },\n\n mobileBodyWithoutHeader5_2(t: Theme) {\n return css`\n padding-top: ${t.mobileModalBodyPaddingTop};\n padding-right: ${t.mobileModalWithoutHeaderCloseButtonWidth};\n `;\n },\n\n bodyWithoutPadding() {\n return css`\n padding: 0;\n `;\n },\n\n bodyAddPaddingForPanel(t: Theme) {\n return css`\n padding-bottom: ${t.modalPaddingBottom};\n `;\n },\n\n mobileBodyAddPaddingForPanel(t: Theme) {\n return css`\n padding: ${t.mobileModalBodyPadding};\n `;\n },\n\n mobileBodyAddPaddingForPanel5_2(t: Theme) {\n return css`\n padding-bottom: ${t.mobileModalBodyPaddingBottom};\n `;\n },\n\n columnFlexContainer() {\n return css`\n height: 100%;\n display: flex;\n flex-flow: column;\n overflow-y: auto;\n `;\n },\n\n modalSeparatorWrapper() {\n return css`\n position: absolute;\n width: 100%;\n `;\n },\n\n modalSeparator(t: Theme) {\n return css`\n border-bottom: ${t.modalSeparatorBorderBottom};\n margin: ${t.modalSeparatorMargin};\n transition: margin 0.3s;\n `;\n },\n\n modalSeparatorFixed(t: Theme) {\n return css`\n margin: ${t.modalSeparatorFixedMargin};\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["css","memoizeStyle","prefix","resetButton","modalGlobalClasses","root","container","styles","_templateObject","_taggedTemplateLiteralLoose","bg","t","_templateObject2","modalBackBg","modalBackOpacity","_templateObject3","containerDesktop","_templateObject4","mobileContainerFullscreen5_2","_templateObject5","mobileContainerSmall5_2","_templateObject6","mobileContainerSmallTop5_2","_templateObject7","mobileContainerSmallBottom5_2","_templateObject8","window","_templateObject9","modalWindowShadow","modalBg","modalBorderRadius","mobileWindow","_templateObject10","mobileWindowFullscreen","_templateObject11","centerContainer","_templateObject12","mobileCenterContainer","_templateObject13","mobileModalContainerMarginLeft","mobileModalContainerMarginRight","mobileModalContainerMarginTop","mobileModalContainerMarginBottom","mobileCenterContainerBig","_templateObject14","mobileCenterContainerFullscreen","_templateObject15","alignTop","_templateObject16","close","_templateObject17","modalCloseButtonClickAreaRight","modalCloseButtonClickAreaTop","modalCloseButtonColor","modalCloseButtonClickAreaBottom","modalCloseButtonClickAreaLeft","modalCloseButtonHoverColor","modalCloseIconSize","closeMobile","_templateObject18","mobileModalCloseButtonRightPadding","mobileModalCloseButtonTopPadding","mobileModalCloseButtonClickArea","mobileModalCloseIconSize","mobileCloseWithoutHeader","_templateObject19","mobileModalWithoutHeaderCloseButtonPadding","closeWrapper","padding","parseInt","modalCloseButtonPadding","paddingBottom","modalCloseButtonBottomPadding","blockSizeX","blockSizeY","_templateObject20","mobileCloseWrapper","size","_templateObject21","mobileModalWithoutHeaderCloseButtonWidth","bgDefault","disabled","_templateObject22","modalCloseButtonDisabledColor","focus","_templateObject23","borderColorFocus","header","_templateObject24","modalHeaderFontSize","modalHeaderLineHeight","modalHeaderPaddingTop","modalPaddingRight","modalHeaderPaddingBottom","modalPaddingLeft","modalHeaderTextColor","modalHeaderFontWeight","mobileHeader","_templateObject25","mobileModalHeaderFontSize","mobileModalHeaderLineHeight","mobileModalHeaderPadding","titleCut","_templateObject26","body","_templateObject27","modalBodyBorderRadius","modalBodyPaddingTop","modalBodyPaddingBottom","modalBodyTextColor","mobileBody","_templateObject28","mobileModalBodyPadding","mobileModalBodyFontSize","headerWithClose","rightPadding","_templateObject29","mobileHeaderWithClose","_templateObject30","footer","_templateObject31","modalFooterPaddingTop","modalFooterPaddingBottom","modalFooterTextColor","mobileFooter","_templateObject32","mobileModalFooterPadding","panel","_templateObject33","modalFooterPanelPaddingTop","modalFooterPanelPaddingBottom","modalFooterBg","fixedHeader","_templateObject34","modalFixedHeaderMarginBottom","modalFixedHeaderPaddingBottom","modalFixedHeaderBg","modalFixedHeaderBorder","modalFixedHeaderShadow","mobileFixedHeader","_templateObject35","fixedFooter","_templateObject36","modalFixedFooterPaddingTop","modalFixedFooterMarginTop","modalFixedFooterBorder","modalFixedFooterShadow","mobileFixedFooter","_templateObject37","fixedPanel","_templateObject38","modalFixedPanelShadow","headerAddPadding","_templateObject39","modalHeaderAdditionalPaddingBottom","bodyWithoutHeader","_templateObject40","modalPaddingTop","mobileBodyWithoutHeader","_templateObject41","mobileModalBodyPaddingTop","bodyWithoutPadding","_templateObject42","bodyAddPaddingForPanel","_templateObject43","modalPaddingBottom","mobileBodyAddPaddingForPanel","_templateObject44","mobileModalBodyPaddingBottom","columnFlexContainer","_templateObject45","modalSeparatorWrapper","_templateObject46","modalSeparator","_templateObject47","modalSeparatorBorderBottom","modalSeparatorMargin","modalSeparatorFixed","_templateObject48","modalSeparatorFixedMargin"],"sources":["Modal.styles.ts"],"sourcesContent":["import { css, memoizeStyle, prefix } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { resetButton } from '../../lib/styles/Mixins';\n\nexport const modalGlobalClasses = prefix('modal')({\n root: 'root',\n container: 'container',\n});\n\nexport const styles = memoizeStyle({\n root() {\n return css`\n height: 100%;\n left: 0;\n position: fixed;\n top: 0;\n width: 100%;\n `;\n },\n\n bg(t: Theme) {\n return css`\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n background: ${t.modalBackBg};\n opacity: ${t.modalBackOpacity};\n `;\n },\n\n container() {\n return css`\n position: relative;\n white-space: nowrap;\n text-align: center;\n height: 100%;\n min-height: 64px;\n overflow-y: auto;\n outline: none;\n `;\n },\n\n containerDesktop() {\n return css`\n &::before {\n content: '';\n display: inline-block;\n vertical-align: middle;\n height: 80%; /* to vertical align modal 40%/60% of screen height */\n }\n `;\n },\n\n mobileContainerFullscreen5_2() {\n return css`\n margin: 0;\n `;\n },\n\n mobileContainerSmall5_2() {\n return css`\n margin: 0;\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n `;\n },\n mobileContainerSmallTop5_2() {\n return css`\n align-content: start;\n `;\n },\n mobileContainerSmallBottom5_2() {\n return css`\n align-content: end;\n `;\n },\n\n window(t: Theme) {\n return css`\n position: relative;\n white-space: normal;\n margin: auto;\n box-shadow: ${t.modalWindowShadow};\n background: ${t.modalBg};\n border-radius: ${t.modalBorderRadius};\n `;\n },\n\n mobileWindow() {\n return css`\n width: 100%;\n height: 100%;\n overflow: auto;\n `;\n },\n\n mobileWindowFullscreen() {\n return css`\n border-radius: 0;\n `;\n },\n\n centerContainer() {\n return css`\n position: relative;\n display: inline-block;\n text-align: left;\n vertical-align: middle;\n box-sizing: border-box;\n z-index: 10;\n margin: 40px 20px;\n `;\n },\n\n mobileCenterContainer(t: Theme) {\n return css`\n padding: 0;\n width: calc(100% - ${t.mobileModalContainerMarginLeft} - ${t.mobileModalContainerMarginRight});\n display: inline-flex;\n margin: ${t.mobileModalContainerMarginTop} ${t.mobileModalContainerMarginRight}\n ${t.mobileModalContainerMarginBottom} ${t.mobileModalContainerMarginLeft};\n max-height: calc(100% - ${t.mobileModalContainerMarginTop} - ${t.mobileModalContainerMarginBottom});\n `;\n },\n\n mobileCenterContainerBig(t: Theme) {\n return css`\n height: calc(100% - ${t.mobileModalContainerMarginTop} - ${t.mobileModalContainerMarginBottom});\n `;\n },\n\n mobileCenterContainerFullscreen() {\n return css`\n margin: 0;\n width: 100%;\n height: 100%;\n max-height: 100%;\n `;\n },\n\n alignTop() {\n return css`\n vertical-align: top;\n `;\n },\n\n close(t: Theme) {\n return css`\n ${resetButton()};\n position: absolute;\n display: flex;\n justify-content: center;\n align-items: center;\n right: ${t.modalCloseButtonClickAreaRight};\n top: ${t.modalCloseButtonClickAreaTop};\n background: transparent;\n cursor: pointer;\n color: ${t.modalCloseButtonColor};\n text-align: center;\n vertical-align: middle;\n padding-top: ${t.modalCloseButtonClickAreaTop};\n margin-top: -${t.modalCloseButtonClickAreaTop};\n padding-right: ${t.modalCloseButtonClickAreaRight};\n margin-right: -${t.modalCloseButtonClickAreaRight};\n padding-bottom: ${t.modalCloseButtonClickAreaBottom};\n margin-bottom: -${t.modalCloseButtonClickAreaBottom};\n padding-left: ${t.modalCloseButtonClickAreaLeft};\n margin-left: -${t.modalCloseButtonClickAreaLeft};\n\n &:hover {\n color: ${t.modalCloseButtonHoverColor};\n }\n\n & > svg {\n width: ${t.modalCloseIconSize};\n height: ${t.modalCloseIconSize};\n box-sizing: content-box;\n }\n `;\n },\n\n closeMobile(t: Theme) {\n return css`\n right: ${t.mobileModalCloseButtonRightPadding};\n top: ${t.mobileModalCloseButtonTopPadding};\n padding: ${t.mobileModalCloseButtonClickArea};\n margin: -${t.mobileModalCloseButtonClickArea};\n\n & > svg {\n width: ${t.mobileModalCloseIconSize};\n height: ${t.mobileModalCloseIconSize};\n }\n `;\n },\n\n mobileCloseWithoutHeader(t: Theme) {\n return css`\n position: absolute;\n padding: ${t.mobileModalWithoutHeaderCloseButtonPadding};\n margin: -${t.mobileModalWithoutHeaderCloseButtonPadding};\n top: ${t.mobileModalWithoutHeaderCloseButtonPadding};\n right: ${t.mobileModalWithoutHeaderCloseButtonPadding};\n `;\n },\n\n closeWrapper(t: Theme) {\n const padding = parseInt(t.modalCloseButtonPadding);\n const paddingBottom = parseInt(t.modalCloseButtonBottomPadding);\n\n const blockSizeX = parseInt(t.modalCloseIconSize) + 2 * padding;\n const blockSizeY = parseInt(t.modalCloseIconSize) + padding + paddingBottom;\n return css`\n position: relative;\n float: right;\n width: ${blockSizeX}px;\n height: ${blockSizeY}px;\n `;\n },\n\n mobileCloseWrapper(t: Theme) {\n const size = parseInt(t.mobileModalCloseIconSize) + parseInt(t.mobileModalCloseButtonClickArea) * 2;\n\n return css`\n position: sticky;\n right: 0;\n top: 0;\n padding: 0;\n margin: 0;\n margin-left: auto;\n display: flex;\n justify-content: center;\n align-items: center;\n width: ${t.mobileModalWithoutHeaderCloseButtonWidth};\n height: 0;\n background: radial-gradient(50% 50% at 50% 50%, ${t.bgDefault} 60%, rgba(255, 255, 255, 0) 100%);\n border-radius: ${size}px;\n `;\n },\n\n disabled(t: Theme) {\n return css`\n pointer-events: none;\n cursor: default;\n color: ${t.modalCloseButtonDisabledColor};\n `;\n },\n\n focus(t: Theme) {\n return css`\n &:before {\n content: '';\n position: absolute;\n width: calc(${t.modalCloseIconSize} * 2);\n height: calc(${t.modalCloseIconSize} * 2);\n box-shadow: inset 0 0 0 2px ${t.borderColorFocus};\n border-radius: 4px;\n }\n `;\n },\n\n header(t: Theme) {\n return css`\n font-size: ${t.modalHeaderFontSize};\n line-height: ${t.modalHeaderLineHeight};\n padding: ${t.modalHeaderPaddingTop} ${t.modalPaddingRight} ${t.modalHeaderPaddingBottom} ${t.modalPaddingLeft};\n overflow-wrap: break-word;\n word-wrap: break-word;\n color: ${t.modalHeaderTextColor};\n font-weight: ${t.modalHeaderFontWeight};\n border-radius: ${t.modalBorderRadius} ${t.modalBorderRadius} 0 0;\n `;\n },\n\n mobileHeader(t: Theme) {\n return css`\n position: relative;\n font-size: ${t.mobileModalHeaderFontSize};\n line-height: ${t.mobileModalHeaderLineHeight};\n padding: ${t.mobileModalHeaderPadding};\n `;\n },\n\n titleCut() {\n return css`\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n `;\n },\n\n body(t: Theme) {\n return css`\n border-radius: ${t.modalBodyBorderRadius};\n padding-top: ${t.modalBodyPaddingTop};\n padding-right: ${t.modalPaddingRight};\n padding-bottom: ${t.modalBodyPaddingBottom};\n padding-left: ${t.modalPaddingLeft};\n color: ${t.modalBodyTextColor};\n `;\n },\n\n mobileBody(t: Theme) {\n return css`\n padding: ${t.mobileModalBodyPadding};\n display: flex;\n flex-flow: column;\n flex: 1;\n font-size: ${t.mobileModalBodyFontSize};\n `;\n },\n\n headerWithClose(t: Theme) {\n const rightPadding = 2 * parseInt(t.modalCloseButtonPadding) + parseInt(t.modalCloseIconSize);\n\n return css`\n padding-right: ${rightPadding}px;\n `;\n },\n\n mobileHeaderWithClose(t: Theme) {\n return css`\n padding-right: ${2 * parseInt(t.mobileModalCloseButtonRightPadding) + parseInt(t.mobileModalCloseIconSize)}px;\n `;\n },\n\n footer(t: Theme) {\n return css`\n padding: ${t.modalFooterPaddingTop} ${t.modalPaddingRight} ${t.modalFooterPaddingBottom} ${t.modalPaddingLeft};\n color: ${t.modalFooterTextColor};\n border-radius: 0 0 ${t.modalBorderRadius} ${t.modalBorderRadius};\n `;\n },\n\n mobileFooter(t: Theme) {\n return css`\n padding: ${t.mobileModalFooterPadding};\n `;\n },\n\n panel(t: Theme) {\n return css`\n padding-top: ${t.modalFooterPanelPaddingTop};\n padding-bottom: ${t.modalFooterPanelPaddingBottom};\n background: ${t.modalFooterBg};\n `;\n },\n\n fixedHeader(t: Theme) {\n return css`\n margin-bottom: ${t.modalFixedHeaderMarginBottom};\n padding-bottom: ${t.modalFixedHeaderPaddingBottom};\n background: ${t.modalFixedHeaderBg};\n border-bottom: ${t.modalFixedHeaderBorder};\n border-radius: 0;\n\n &:after {\n bottom: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.modalFixedHeaderShadow};\n }\n `;\n },\n\n mobileFixedHeader(t: Theme) {\n return css`\n padding-bottom: ${t.mobileModalHeaderPadding};\n border-radius: ${t.modalBorderRadius} ${t.modalBorderRadius} 0 0;\n `;\n },\n\n fixedFooter(t: Theme) {\n return css`\n padding-top: ${t.modalFixedFooterPaddingTop};\n margin-top: ${t.modalFixedFooterMarginTop};\n background: ${t.modalFixedHeaderBg};\n border-top: ${t.modalFixedFooterBorder};\n border-radius: 0;\n\n &:before {\n top: 11px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.modalFixedFooterShadow};\n }\n `;\n },\n\n mobileFixedFooter(t: Theme) {\n return css`\n border-radius: 0 0 ${t.modalBorderRadius} ${t.modalBorderRadius};\n `;\n },\n\n fixedPanel(t: Theme) {\n return css`\n &:before {\n box-shadow: ${t.modalFixedPanelShadow};\n }\n `;\n },\n\n headerAddPadding(t: Theme) {\n return css`\n padding-bottom: ${t.modalHeaderAdditionalPaddingBottom};\n `;\n },\n\n bodyWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.modalPaddingTop};\n `;\n },\n\n mobileBodyWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.mobileModalBodyPaddingTop};\n padding-right: ${t.mobileModalWithoutHeaderCloseButtonWidth};\n `;\n },\n\n bodyWithoutPadding() {\n return css`\n padding: 0;\n `;\n },\n\n bodyAddPaddingForPanel(t: Theme) {\n return css`\n padding-bottom: ${t.modalPaddingBottom};\n `;\n },\n\n mobileBodyAddPaddingForPanel(t: Theme) {\n return css`\n padding: ${t.mobileModalBodyPadding};\n padding-bottom: ${t.mobileModalBodyPaddingBottom};\n `;\n },\n\n columnFlexContainer() {\n return css`\n height: 100%;\n display: flex;\n flex-flow: column;\n overflow-y: auto;\n `;\n },\n\n modalSeparatorWrapper() {\n return css`\n position: absolute;\n width: 100%;\n `;\n },\n\n modalSeparator(t: Theme) {\n return css`\n border-bottom: ${t.modalSeparatorBorderBottom};\n margin: ${t.modalSeparatorMargin};\n transition: margin 0.3s;\n `;\n },\n\n modalSeparatorFixed(t: Theme) {\n return css`\n margin: ${t.modalSeparatorFixedMargin};\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
@@ -8,36 +8,28 @@ export declare const styles: {
8
8
  bg(t: Theme): string;
9
9
  container(): string;
10
10
  containerDesktop(): string;
11
- container5_2(): string;
12
- containerMobile(t: Theme): string;
13
11
  mobileContainerFullscreen5_2(): string;
14
12
  mobileContainerSmall5_2(): string;
15
13
  mobileContainerSmallTop5_2(): string;
16
14
  mobileContainerSmallBottom5_2(): string;
17
15
  window(t: Theme): string;
18
16
  mobileWindow(): string;
19
- mobileWindowFullscreen5_2(): string;
17
+ mobileWindowFullscreen(): string;
20
18
  centerContainer(): string;
21
- mobileCenterContainer(): string;
22
- mobileCenterContainer5_2(t: Theme): string;
23
- mobileCenterContainerBig5_2(t: Theme): string;
24
- mobileCenterContainerFullscreen5_2(): string;
19
+ mobileCenterContainer(t: Theme): string;
20
+ mobileCenterContainerBig(t: Theme): string;
21
+ mobileCenterContainerFullscreen(): string;
25
22
  alignTop(): string;
26
23
  close(t: Theme): string;
27
- close5_1(t: Theme): string;
28
24
  closeMobile(t: Theme): string;
29
- closeMobile5_1(t: Theme): string;
30
- mobileCloseWithoutHeader(): string;
31
- mobileCloseWithoutHeader5_2(t: Theme): string;
25
+ mobileCloseWithoutHeader(t: Theme): string;
32
26
  closeWrapper(t: Theme): string;
33
27
  mobileCloseWrapper(t: Theme): string;
34
- mobileCloseWrapper5_2(t: Theme): string;
35
28
  disabled(t: Theme): string;
36
29
  focus(t: Theme): string;
37
- focus5_1(t: Theme): string;
38
30
  header(t: Theme): string;
39
- header5_2(t: Theme): string;
40
31
  mobileHeader(t: Theme): string;
32
+ titleCut(): string;
41
33
  body(t: Theme): string;
42
34
  mobileBody(t: Theme): string;
43
35
  headerWithClose(t: Theme): string;
@@ -46,21 +38,16 @@ export declare const styles: {
46
38
  mobileFooter(t: Theme): string;
47
39
  panel(t: Theme): string;
48
40
  fixedHeader(t: Theme): string;
49
- fixedHeader5_2(): string;
50
41
  mobileFixedHeader(t: Theme): string;
51
- mobileFixedHeader5_2(t: Theme): string;
52
42
  fixedFooter(t: Theme): string;
53
- fixedFooter5_2(): string;
54
- mobileFixedFooter5_2(t: Theme): string;
43
+ mobileFixedFooter(t: Theme): string;
55
44
  fixedPanel(t: Theme): string;
56
45
  headerAddPadding(t: Theme): string;
57
46
  bodyWithoutHeader(t: Theme): string;
58
- mobileBodyWithoutHeader(): string;
59
- mobileBodyWithoutHeader5_2(t: Theme): string;
47
+ mobileBodyWithoutHeader(t: Theme): string;
60
48
  bodyWithoutPadding(): string;
61
49
  bodyAddPaddingForPanel(t: Theme): string;
62
50
  mobileBodyAddPaddingForPanel(t: Theme): string;
63
- mobileBodyAddPaddingForPanel5_2(t: Theme): string;
64
51
  columnFlexContainer(): string;
65
52
  modalSeparatorWrapper(): string;
66
53
  modalSeparator(t: Theme): string;
@@ -10,7 +10,6 @@ import { responsiveLayout } from "../../ResponsiveLayout/decorator";
10
10
  import * as LayoutEvents from "../../../lib/LayoutEvents";
11
11
  import { ResizeDetector } from "../../../internal/ResizeDetector";
12
12
  import { rootNode } from "../../../lib/rootNode";
13
- import { isThemeGTE } from "../../../lib/theming/ThemeHelpers";
14
13
  import { ModalContext } from "../ModalContext";
15
14
  import { styles } from "../Modal.styles";
16
15
  import { getModalBodyTheme } from "../getModalBodyTheme";
@@ -46,7 +45,6 @@ export var ModalBody = responsiveLayout(_class = rootNode(_class = (_ModalBody =
46
45
  };
47
46
  _proto.renderMain = function renderMain() {
48
47
  var _this3 = this;
49
- var versionGTE5_2 = isThemeGTE(this.theme, '5.2');
50
48
  var noPadding = this.props.noPadding;
51
49
  return /*#__PURE__*/(
52
50
  React.createElement(ModalContext.Consumer, null, function (_ref) {
@@ -59,7 +57,7 @@ export var ModalBody = responsiveLayout(_class = rootNode(_class = (_ModalBody =
59
57
  }, _this3.props), /*#__PURE__*/
60
58
  React.createElement(ZIndex, {
61
59
  priority: ModalZIndexPriority.Content,
62
- className: cx((_cx = {}, _cx[styles.body(_this3.theme)] = true, _cx[styles.mobileBody(_this3.theme)] = _this3.isMobileLayout, _cx[styles.bodyWithoutHeader(_this3.theme)] = !hasHeader, _cx[styles.mobileBodyWithoutHeader()] = !hasHeader && _this3.isMobileLayout, _cx[styles.bodyAddPaddingForPanel(_this3.theme)] = additionalPadding, _cx[styles.mobileBodyAddPaddingForPanel(_this3.theme)] = additionalPadding && _this3.isMobileLayout, _cx[styles.mobileBodyWithoutHeader5_2(_this3.theme)] = versionGTE5_2 && !hasHeader && _this3.isMobileLayout, _cx[styles.mobileBodyAddPaddingForPanel5_2(_this3.theme)] = versionGTE5_2 && additionalPadding && _this3.isMobileLayout, _cx[styles.bodyWithoutPadding()] = noPadding, _cx))
60
+ className: cx((_cx = {}, _cx[styles.body(_this3.theme)] = true, _cx[styles.mobileBody(_this3.theme)] = _this3.isMobileLayout, _cx[styles.bodyWithoutHeader(_this3.theme)] = !hasHeader, _cx[styles.bodyAddPaddingForPanel(_this3.theme)] = additionalPadding, _cx[styles.mobileBodyAddPaddingForPanel(_this3.theme)] = additionalPadding && _this3.isMobileLayout, _cx[styles.mobileBodyWithoutHeader(_this3.theme)] = !hasHeader && _this3.isMobileLayout, _cx[styles.bodyWithoutPadding()] = noPadding, _cx))
63
61
  }, _this3.isMobileLayout ? /*#__PURE__*/
64
62
  React.createElement(ResizeDetector, {
65
63
  onResize: _this3.handleResize
@@ -1 +1 @@
1
- {"version":3,"names":["React","ThemeContext","ZIndex","CommonWrapper","cx","responsiveLayout","LayoutEvents","ResizeDetector","rootNode","isThemeGTE","ModalContext","styles","getModalBodyTheme","ModalZIndexPriority","ModalBody","_class","_ModalBody","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","handleResize","emit","_inheritsLoose","_proto","prototype","render","_this2","createElement","Consumer","theme","Provider","value","renderMain","_this3","versionGTE5_2","noPadding","props","_ref","_cx","additionalPadding","hasHeader","_extends","rootNodeRef","setRootNode","priority","Content","className","body","mobileBody","isMobileLayout","bodyWithoutHeader","mobileBodyWithoutHeader","bodyAddPaddingForPanel","mobileBodyAddPaddingForPanel","mobileBodyWithoutHeader5_2","mobileBodyAddPaddingForPanel5_2","bodyWithoutPadding","onResize","children","Component","__KONTUR_REACT_UI__","displayName","__MODAL_BODY__"],"sources":["ModalBody.tsx"],"sourcesContent":["import React from 'react';\n\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { ZIndex } from '../../internal/ZIndex';\nimport type { CommonProps } from '../../internal/CommonWrapper';\nimport { CommonWrapper } from '../../internal/CommonWrapper';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport * as LayoutEvents from '../../lib/LayoutEvents';\nimport { ResizeDetector } from '../../internal/ResizeDetector';\nimport type { TSetRootNode } from '../../lib/rootNode';\nimport { rootNode } from '../../lib/rootNode';\nimport { isThemeGTE } from '../../lib/theming/ThemeHelpers';\n\nimport { ModalContext } from './ModalContext';\nimport { styles } from './Modal.styles';\nimport { getModalBodyTheme } from './getModalBodyTheme';\nimport { ModalZIndexPriority } from './Modal';\n\nexport interface ModalBodyProps extends CommonProps {\n /** Убирает отступы. */\n noPadding?: boolean;\n}\n\n/**\n * ModalBody - контейнер с отступами от края модалки.\n *\n * @visibleName Modal.Body\n */\n@responsiveLayout\n@rootNode\nexport class ModalBody extends React.Component<ModalBodyProps> {\n public static __KONTUR_REACT_UI__ = 'ModalBody';\n public static displayName = 'ModalBody';\n public static __MODAL_BODY__ = true;\n\n private theme!: Theme;\n private isMobileLayout!: boolean;\n private setRootNode!: TSetRootNode;\n\n public render() {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = getModalBodyTheme(theme);\n return <ThemeContext.Provider value={this.theme}>{this.renderMain()}</ThemeContext.Provider>;\n }}\n </ThemeContext.Consumer>\n );\n }\n\n private handleResize = () => {\n LayoutEvents.emit();\n };\n\n public renderMain(): JSX.Element {\n const versionGTE5_2 = isThemeGTE(this.theme, '5.2');\n const { noPadding } = this.props;\n return (\n <ModalContext.Consumer>\n {({ additionalPadding, hasHeader }) => (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <ZIndex\n priority={ModalZIndexPriority.Content}\n className={cx({\n [styles.body(this.theme)]: true,\n [styles.mobileBody(this.theme)]: this.isMobileLayout,\n [styles.bodyWithoutHeader(this.theme)]: !hasHeader,\n [styles.mobileBodyWithoutHeader()]: !hasHeader && this.isMobileLayout,\n [styles.bodyAddPaddingForPanel(this.theme)]: additionalPadding,\n [styles.mobileBodyAddPaddingForPanel(this.theme)]: additionalPadding && this.isMobileLayout,\n [styles.mobileBodyWithoutHeader5_2(this.theme)]: versionGTE5_2 && !hasHeader && this.isMobileLayout,\n [styles.mobileBodyAddPaddingForPanel5_2(this.theme)]:\n versionGTE5_2 && additionalPadding && this.isMobileLayout,\n [styles.bodyWithoutPadding()]: noPadding,\n })}\n >\n {this.isMobileLayout ? (\n <ResizeDetector onResize={this.handleResize}>{this.props.children}</ResizeDetector>\n ) : (\n this.props.children\n )}\n </ZIndex>\n </CommonWrapper>\n )}\n </ModalContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","ThemeContext","ZIndex","CommonWrapper","cx","responsiveLayout","LayoutEvents","ResizeDetector","rootNode","ModalContext","styles","getModalBodyTheme","ModalZIndexPriority","ModalBody","_class","_ModalBody","_React$Component","_this","_len","arguments","length","args","Array","_key","call","apply","concat","handleResize","emit","_inheritsLoose","_proto","prototype","render","_this2","createElement","Consumer","theme","Provider","value","renderMain","_this3","noPadding","props","_ref","_cx","additionalPadding","hasHeader","_extends","rootNodeRef","setRootNode","priority","Content","className","body","mobileBody","isMobileLayout","bodyWithoutHeader","bodyAddPaddingForPanel","mobileBodyAddPaddingForPanel","mobileBodyWithoutHeader","bodyWithoutPadding","onResize","children","Component","__KONTUR_REACT_UI__","displayName","__MODAL_BODY__"],"sources":["ModalBody.tsx"],"sourcesContent":["import React from 'react';\n\nimport { ThemeContext } from '../../lib/theming/ThemeContext';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { ZIndex } from '../../internal/ZIndex';\nimport type { CommonProps } from '../../internal/CommonWrapper';\nimport { CommonWrapper } from '../../internal/CommonWrapper';\nimport { cx } from '../../lib/theming/Emotion';\nimport { responsiveLayout } from '../ResponsiveLayout/decorator';\nimport * as LayoutEvents from '../../lib/LayoutEvents';\nimport { ResizeDetector } from '../../internal/ResizeDetector';\nimport type { TGetRootNode, TSetRootNode } from '../../lib/rootNode';\nimport { rootNode } from '../../lib/rootNode';\n\nimport { ModalContext } from './ModalContext';\nimport { styles } from './Modal.styles';\nimport { getModalBodyTheme } from './getModalBodyTheme';\nimport { ModalZIndexPriority } from './Modal';\n\nexport interface ModalBodyProps extends CommonProps {\n /** Убирает отступы. */\n noPadding?: boolean;\n}\n\n/**\n * ModalBody - контейнер с отступами от края модалки.\n *\n * @visibleName Modal.Body\n */\n@responsiveLayout\n@rootNode\nexport class ModalBody extends React.Component<ModalBodyProps> {\n public static __KONTUR_REACT_UI__ = 'ModalBody';\n public static displayName = 'ModalBody';\n public static __MODAL_BODY__ = true;\n\n private theme!: Theme;\n private isMobileLayout!: boolean;\n public getRootNode!: TGetRootNode;\n private setRootNode!: TSetRootNode;\n\n public render() {\n return (\n <ThemeContext.Consumer>\n {(theme) => {\n this.theme = getModalBodyTheme(theme);\n return <ThemeContext.Provider value={this.theme}>{this.renderMain()}</ThemeContext.Provider>;\n }}\n </ThemeContext.Consumer>\n );\n }\n\n private handleResize = () => {\n LayoutEvents.emit();\n };\n\n public renderMain(): JSX.Element {\n const { noPadding } = this.props;\n return (\n <ModalContext.Consumer>\n {({ additionalPadding, hasHeader }) => (\n <CommonWrapper rootNodeRef={this.setRootNode} {...this.props}>\n <ZIndex\n priority={ModalZIndexPriority.Content}\n className={cx({\n [styles.body(this.theme)]: true,\n [styles.mobileBody(this.theme)]: this.isMobileLayout,\n [styles.bodyWithoutHeader(this.theme)]: !hasHeader,\n [styles.bodyAddPaddingForPanel(this.theme)]: additionalPadding,\n [styles.mobileBodyAddPaddingForPanel(this.theme)]: additionalPadding && this.isMobileLayout,\n [styles.mobileBodyWithoutHeader(this.theme)]: !hasHeader && this.isMobileLayout,\n [styles.bodyWithoutPadding()]: noPadding,\n })}\n >\n {this.isMobileLayout ? (\n <ResizeDetector onResize={this.handleResize}>{this.props.children}</ResizeDetector>\n ) : (\n this.props.children\n )}\n </ZIndex>\n </CommonWrapper>\n )}\n </ModalContext.Consumer>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { CommonProps } from '../../internal/CommonWrapper';
3
+ import type { TGetRootNode } from '../../lib/rootNode';
3
4
  export interface ModalBodyProps extends CommonProps {
4
5
  /** Убирает отступы. */
5
6
  noPadding?: boolean;
@@ -15,6 +16,7 @@ export declare class ModalBody extends React.Component<ModalBodyProps> {
15
16
  static __MODAL_BODY__: boolean;
16
17
  private theme;
17
18
  private isMobileLayout;
19
+ getRootNode: TGetRootNode;
18
20
  private setRootNode;
19
21
  render(): React.JSX.Element;
20
22
  private handleResize;
@@ -9,7 +9,6 @@ import { keyListener } from "../../../lib/events/keyListener";
9
9
  import { ResponsiveLayout } from "../../ResponsiveLayout";
10
10
  import { CommonWrapper } from "../../../internal/CommonWrapper";
11
11
  import { XIcon20Regular } from "../../../internal/icons2022/XIcon/XIcon20Regular";
12
- import { isThemeGTE } from "../../../lib/theming/ThemeHelpers";
13
12
  import { styles } from "../Modal.styles";
14
13
  import { ModalDataTids } from "../Modal";
15
14
  import { ModalLocaleHelper } from "../locale";
@@ -37,7 +36,6 @@ export function ModalClose(_ref) {
37
36
  var icon = /*#__PURE__*/React.createElement(XIcon20Regular, {
38
37
  align: "none"
39
38
  });
40
- var versionGTE5_1 = isThemeGTE(theme, '5.1');
41
39
  return /*#__PURE__*/(
42
40
  React.createElement(CommonWrapper, otherProps, /*#__PURE__*/
43
41
  React.createElement(ResponsiveLayout, null, function (_ref2) {
@@ -46,7 +44,7 @@ export function ModalClose(_ref) {
46
44
  return /*#__PURE__*/(
47
45
  React.createElement("button", {
48
46
  "aria-label": locale.closeButtonAriaLabel,
49
- className: cx((_cx = {}, _cx[styles.close(theme)] = true, _cx[styles.close5_1(theme)] = versionGTE5_1, _cx[styles.closeMobile(theme)] = isMobile, _cx[styles.closeMobile5_1(theme)] = isMobile && versionGTE5_1, _cx[styles.disabled(theme)] = disableClose, _cx[styles.focus(theme)] = focusedByTab && !versionGTE5_1, _cx[styles.focus5_1(theme)] = focusedByTab && versionGTE5_1, _cx)),
47
+ className: cx((_cx = {}, _cx[styles.close(theme)] = true, _cx[styles.closeMobile(theme)] = isMobile, _cx[styles.disabled(theme)] = disableClose, _cx[styles.focus(theme)] = focusedByTab, _cx)),
50
48
  onClick: requestClose,
51
49
  onFocus: handleFocus,
52
50
  onBlur: handleBlur,