asma-core-ui 3.1.4 → 3.1.5

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 (316) hide show
  1. package/dist/asma-core-ui.es.js +0 -1
  2. package/dist/index.d.ts +1 -864
  3. package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +5 -0
  4. package/dist/src/components/custom/widget/icons/ChevronDownIcon.d.ts +2 -0
  5. package/dist/src/components/custom/widget/icons/ChevronUpIcon.d.ts +2 -0
  6. package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +26 -0
  7. package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +7 -0
  8. package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +2 -0
  9. package/dist/src/components/data-display/badge/StyledBadge.d.ts +5 -0
  10. package/dist/src/components/data-display/badge/index.d.ts +1 -0
  11. package/dist/src/components/data-display/chip/StyledChip.d.ts +6 -0
  12. package/dist/src/components/data-display/chip/index.d.ts +1 -0
  13. package/dist/src/components/data-display/form-label/components/StyledFormLabel.d.ts +3 -0
  14. package/dist/src/components/data-display/form-label/helpers/getStyles.d.ts +4 -0
  15. package/dist/src/components/data-display/form-label/index.d.ts +1 -0
  16. package/dist/src/components/data-display/form-label/types.d.ts +9 -0
  17. package/dist/src/components/data-display/interactive-chip/StyledInteractiveChip.d.ts +8 -0
  18. package/dist/src/components/data-display/interactive-chip/index.d.ts +1 -0
  19. package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +2 -0
  20. package/dist/src/components/data-display/tooltip/index.d.ts +1 -0
  21. package/dist/src/components/data-display/typography/StyledTypography.d.ts +2 -0
  22. package/dist/src/components/data-display/typography/index.d.ts +1 -0
  23. package/dist/src/components/feedback/alert/StyledAlert.d.ts +2 -0
  24. package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +2 -0
  25. package/dist/src/components/feedback/alert/index.d.ts +2 -0
  26. package/dist/src/components/feedback/dialog/StyledDialog.d.ts +11 -0
  27. package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +2 -0
  28. package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +2 -0
  29. package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +2 -0
  30. package/dist/src/components/feedback/dialog/index.d.ts +4 -0
  31. package/dist/src/components/feedback/empty-page/EmptyPageIcon.d.ts +2 -0
  32. package/dist/src/components/feedback/empty-page/StyledEmptyPage.d.ts +6 -0
  33. package/dist/src/components/feedback/loading/StyledLoading.d.ts +8 -0
  34. package/dist/src/components/feedback/minimizable-dialog/MinimizableDialog.d.ts +3 -0
  35. package/dist/src/components/feedback/minimizable-dialog/MinimizableDialogV2.d.ts +26 -0
  36. package/dist/src/components/feedback/minimizable-dialog/components/CloseBtn.d.ts +7 -0
  37. package/dist/src/components/feedback/minimizable-dialog/components/MinimizeBtn.d.ts +8 -0
  38. package/dist/src/components/feedback/minimizable-dialog/index.d.ts +3 -0
  39. package/dist/src/components/feedback/minimizable-dialog/types.d.ts +36 -0
  40. package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +32 -0
  41. package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +11 -0
  42. package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +2 -0
  43. package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +12 -0
  44. package/dist/src/components/feedback/snack-bar/components/processMessageError.d.ts +3 -0
  45. package/dist/src/components/feedback/snack-bar/components/processMessageInfo.d.ts +3 -0
  46. package/dist/src/components/feedback/snack-bar/components/types.d.ts +10 -0
  47. package/dist/src/components/feedback/snack-bar/components-styled/InfoMessages.d.ts +2 -0
  48. package/dist/src/components/feedback/snack-bar/index.d.ts +6 -0
  49. package/dist/src/components/feedback/snack-bar/message.d.ts +17 -0
  50. package/dist/src/components/feedback/snack-bar/processAlertSnackBar.d.ts +1 -0
  51. package/dist/src/components/feedback/snack-bar/processInfoSnackbar.d.ts +1 -0
  52. package/dist/src/components/icons/IconTemplate.d.ts +3 -0
  53. package/dist/src/components/icons/Icons.types.d.ts +12 -0
  54. package/dist/src/components/icons/archive-icon/ArchiveIcon.d.ts +3 -0
  55. package/dist/src/components/icons/archive-icon/index.d.ts +1 -0
  56. package/dist/src/components/icons/arrow-expand/ArrowExpand.d.ts +2 -0
  57. package/dist/src/components/icons/arrow-expand/index.d.ts +1 -0
  58. package/dist/src/components/icons/arrow-shrink/ArrowShrink.d.ts +2 -0
  59. package/dist/src/components/icons/arrow-shrink/index.d.ts +1 -0
  60. package/dist/src/components/icons/assignment/AssignmentIcon.d.ts +3 -0
  61. package/dist/src/components/icons/assignment/index.d.ts +1 -0
  62. package/dist/src/components/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +3 -0
  63. package/dist/src/components/icons/assignment-outline-icon/index.d.ts +1 -0
  64. package/dist/src/components/icons/badge-icon/BadgeIcon.d.ts +2 -0
  65. package/dist/src/components/icons/badge-icon/index.d.ts +1 -0
  66. package/dist/src/components/icons/bell-icon/BellIcon.d.ts +3 -0
  67. package/dist/src/components/icons/bell-icon/index.d.ts +1 -0
  68. package/dist/src/components/icons/bell-outline-icon/BellOutlineIcon.d.ts +3 -0
  69. package/dist/src/components/icons/bell-outline-icon/index.d.ts +1 -0
  70. package/dist/src/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +3 -0
  71. package/dist/src/components/icons/calendar-blank-outline-icon/index.d.ts +1 -0
  72. package/dist/src/components/icons/calendar-icon/CalendarIcon.d.ts +3 -0
  73. package/dist/src/components/icons/calendar-icon/NewCalendarIcon.d.ts +2 -0
  74. package/dist/src/components/icons/calendar-icon/index.d.ts +2 -0
  75. package/dist/src/components/icons/calendar-range-icon/CalendarIcon.d.ts +3 -0
  76. package/dist/src/components/icons/calendar-range-icon/index.d.ts +1 -0
  77. package/dist/src/components/icons/check-fact-icon/CheckFactIcon.d.ts +2 -0
  78. package/dist/src/components/icons/check-fact-icon/index.d.ts +1 -0
  79. package/dist/src/components/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +2 -0
  80. package/dist/src/components/icons/check-fact-outline-icon/index.d.ts +1 -0
  81. package/dist/src/components/icons/check-icon/CheckIcon.d.ts +3 -0
  82. package/dist/src/components/icons/check-icon/index.d.ts +1 -0
  83. package/dist/src/components/icons/check-outline-icon/CheckOutlineIcon.d.ts +2 -0
  84. package/dist/src/components/icons/check-outline-icon/index.d.ts +1 -0
  85. package/dist/src/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +3 -0
  86. package/dist/src/components/icons/checkbox-checked-icon/index.d.ts +1 -0
  87. package/dist/src/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +3 -0
  88. package/dist/src/components/icons/chevron-double-left-icon/index.d.ts +1 -0
  89. package/dist/src/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +3 -0
  90. package/dist/src/components/icons/chevron-double-right-icon/index.d.ts +1 -0
  91. package/dist/src/components/icons/chevron-down-icon/ChevronDownIcon.d.ts +3 -0
  92. package/dist/src/components/icons/chevron-down-icon/index.d.ts +1 -0
  93. package/dist/src/components/icons/chevron-left-icon/ChevronLeftIcon.d.ts +3 -0
  94. package/dist/src/components/icons/chevron-left-icon/index.d.ts +1 -0
  95. package/dist/src/components/icons/chevron-right-icon/ChevronRightIcon.d.ts +3 -0
  96. package/dist/src/components/icons/chevron-right-icon/index.d.ts +1 -0
  97. package/dist/src/components/icons/chevron-up-icon/ChevronUpIcon.d.ts +3 -0
  98. package/dist/src/components/icons/chevron-up-icon/index.d.ts +1 -0
  99. package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +3 -0
  100. package/dist/src/components/icons/clock-outline-icon/index.d.ts +1 -0
  101. package/dist/src/components/icons/close-icon/CloseIcon.d.ts +3 -0
  102. package/dist/src/components/icons/close-icon/index.d.ts +1 -0
  103. package/dist/src/components/icons/consents-icon/ConsentsIcon.d.ts +2 -0
  104. package/dist/src/components/icons/consents-icon/index.d.ts +1 -0
  105. package/dist/src/components/icons/dashboard-view-icon/DashboardViewIcon.d.ts +3 -0
  106. package/dist/src/components/icons/dashboard-view-icon/index.d.ts +1 -0
  107. package/dist/src/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +3 -0
  108. package/dist/src/components/icons/dashboard-view-outline-icon/index.d.ts +1 -0
  109. package/dist/src/components/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +3 -0
  110. package/dist/src/components/icons/delete-outline-icon/index.d.ts +1 -0
  111. package/dist/src/components/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +3 -0
  112. package/dist/src/components/icons/dots-vertical-icon/index.d.ts +1 -0
  113. package/dist/src/components/icons/download-icon/DownloadIcon.d.ts +3 -0
  114. package/dist/src/components/icons/download-icon/index.d.ts +1 -0
  115. package/dist/src/components/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +3 -0
  116. package/dist/src/components/icons/drag-horizontal-icon/index.d.ts +1 -0
  117. package/dist/src/components/icons/drop-down-icon/DropDownIcon.d.ts +3 -0
  118. package/dist/src/components/icons/drop-down-icon/index.d.ts +1 -0
  119. package/dist/src/components/icons/drop-up-icon/DropUpIcon.d.ts +3 -0
  120. package/dist/src/components/icons/drop-up-icon/index.d.ts +1 -0
  121. package/dist/src/components/icons/dvr-icon/DvrIcon.d.ts +3 -0
  122. package/dist/src/components/icons/dvr-icon/index.d.ts +1 -0
  123. package/dist/src/components/icons/earth-icon/EarthIcon.d.ts +3 -0
  124. package/dist/src/components/icons/earth-icon/index.d.ts +1 -0
  125. package/dist/src/components/icons/edit-square-icon/EditSquareIcon.d.ts +2 -0
  126. package/dist/src/components/icons/edit-square-icon/index.d.ts +1 -0
  127. package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +3 -0
  128. package/dist/src/components/icons/error-outline-icon/index.d.ts +1 -0
  129. package/dist/src/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +3 -0
  130. package/dist/src/components/icons/fast-check-outline-icon/index.d.ts +1 -0
  131. package/dist/src/components/icons/file-pdf-icon/FilePdfIcon.d.ts +3 -0
  132. package/dist/src/components/icons/file-pdf-icon/index.d.ts +1 -0
  133. package/dist/src/components/icons/filter-icon/FilterIcon.d.ts +3 -0
  134. package/dist/src/components/icons/filter-icon/index.d.ts +1 -0
  135. package/dist/src/components/icons/find-replace-icon/FindReplaceIcon.d.ts +3 -0
  136. package/dist/src/components/icons/find-replace-icon/index.d.ts +1 -0
  137. package/dist/src/components/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +6 -0
  138. package/dist/src/components/icons/find-replace-people-icon/index.d.ts +1 -0
  139. package/dist/src/components/icons/hamburger-icon/HamburgerIcon.d.ts +3 -0
  140. package/dist/src/components/icons/hamburger-icon/index.d.ts +1 -0
  141. package/dist/src/components/icons/handyman-icon/HandymanIcon.d.ts +2 -0
  142. package/dist/src/components/icons/handyman-icon/index.d.ts +1 -0
  143. package/dist/src/components/icons/handyman-outline-icon/HandymanOutlineIcon.d.ts +2 -0
  144. package/dist/src/components/icons/handyman-outline-icon/index.d.ts +1 -0
  145. package/dist/src/components/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +3 -0
  146. package/dist/src/components/icons/inbox-outbox-icon/index.d.ts +1 -0
  147. package/dist/src/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +3 -0
  148. package/dist/src/components/icons/inbox-outbox-outline-icon/index.d.ts +1 -0
  149. package/dist/src/components/icons/index.d.ts +81 -0
  150. package/dist/src/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.d.ts +2 -0
  151. package/dist/src/components/icons/keyboard-capslock-icon/index.d.ts +1 -0
  152. package/dist/src/components/icons/link-outline-icon/LinkOutlineIcon.d.ts +3 -0
  153. package/dist/src/components/icons/link-outline-icon/index.d.ts +1 -0
  154. package/dist/src/components/icons/list-numbered-icon/ListNumberedIcon.d.ts +3 -0
  155. package/dist/src/components/icons/list-numbered-icon/index.d.ts +1 -0
  156. package/dist/src/components/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +3 -0
  157. package/dist/src/components/icons/list-settings-line-icon/index.d.ts +1 -0
  158. package/dist/src/components/icons/list-status-icon/ListStatusIcon.d.ts +3 -0
  159. package/dist/src/components/icons/list-status-icon/index.d.ts +1 -0
  160. package/dist/src/components/icons/loading-icon/LoadingIcon.d.ts +3 -0
  161. package/dist/src/components/icons/loading-icon/index.d.ts +1 -0
  162. package/dist/src/components/icons/lock-icon/LockIcon.d.ts +3 -0
  163. package/dist/src/components/icons/lock-icon/index.d.ts +1 -0
  164. package/dist/src/components/icons/message-processing-icon/MessageProcessingIcon.d.ts +3 -0
  165. package/dist/src/components/icons/message-processing-icon/index.d.ts +1 -0
  166. package/dist/src/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +3 -0
  167. package/dist/src/components/icons/message-processing-outline-icon/index.d.ts +1 -0
  168. package/dist/src/components/icons/message-reply-icon/MessageReplyIcon.d.ts +2 -0
  169. package/dist/src/components/icons/message-reply-icon/index.d.ts +1 -0
  170. package/dist/src/components/icons/minimize-icon/MinimizeIcon.d.ts +2 -0
  171. package/dist/src/components/icons/minimize-icon/index.d.ts +1 -0
  172. package/dist/src/components/icons/outline-calendar-month/OutlineCalendarMonth.d.ts +3 -0
  173. package/dist/src/components/icons/outline-calendar-month/index.d.ts +1 -0
  174. package/dist/src/components/icons/pdf-icon/PdfIcon.d.ts +3 -0
  175. package/dist/src/components/icons/pdf-icon/index.d.ts +1 -0
  176. package/dist/src/components/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +3 -0
  177. package/dist/src/components/icons/pencil-outline-icon/index.d.ts +1 -0
  178. package/dist/src/components/icons/people-icon/PeopleIcon.d.ts +3 -0
  179. package/dist/src/components/icons/people-icon/index.d.ts +1 -0
  180. package/dist/src/components/icons/people-outline-icon/PeopleOutlineIcon.d.ts +3 -0
  181. package/dist/src/components/icons/people-outline-icon/index.d.ts +1 -0
  182. package/dist/src/components/icons/perm-media-icon/PermMediaIcon.d.ts +3 -0
  183. package/dist/src/components/icons/perm-media-icon/index.d.ts +1 -0
  184. package/dist/src/components/icons/perm-media-outline-icon/PermMediaOutline.d.ts +3 -0
  185. package/dist/src/components/icons/perm-media-outline-icon/index.d.ts +1 -0
  186. package/dist/src/components/icons/person-icon/PersonIcon.d.ts +3 -0
  187. package/dist/src/components/icons/person-icon/index.d.ts +1 -0
  188. package/dist/src/components/icons/person-outline-icon/PersonOutlineIcon.d.ts +3 -0
  189. package/dist/src/components/icons/person-outline-icon/index.d.ts +1 -0
  190. package/dist/src/components/icons/pin-icon/PinIcon.d.ts +2 -0
  191. package/dist/src/components/icons/pin-icon/index.d.ts +1 -0
  192. package/dist/src/components/icons/plus-icon/PlusIcon.d.ts +2 -0
  193. package/dist/src/components/icons/plus-icon/index.d.ts +1 -0
  194. package/dist/src/components/icons/plus-icon-circle/PlusIconCircle.d.ts +2 -0
  195. package/dist/src/components/icons/plus-icon-circle/index.d.ts +1 -0
  196. package/dist/src/components/icons/qnr-icon/QnrIcon.d.ts +3 -0
  197. package/dist/src/components/icons/qnr-icon/index.d.ts +1 -0
  198. package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +3 -0
  199. package/dist/src/components/icons/replay-icon/index.d.ts +1 -0
  200. package/dist/src/components/icons/report-box-icon/ReportBoxIcon.d.ts +3 -0
  201. package/dist/src/components/icons/report-box-icon/index.d.ts +1 -0
  202. package/dist/src/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +3 -0
  203. package/dist/src/components/icons/report-box-outline-icon/index.d.ts +1 -0
  204. package/dist/src/components/icons/search-icon/SearchIcon.d.ts +3 -0
  205. package/dist/src/components/icons/search-icon/index.d.ts +1 -0
  206. package/dist/src/components/icons/settings-icon/SettingsIcon.d.ts +3 -0
  207. package/dist/src/components/icons/settings-icon/index.d.ts +1 -0
  208. package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +3 -0
  209. package/dist/src/components/icons/settings-menu-horizontal-icon/index.d.ts +1 -0
  210. package/dist/src/components/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +3 -0
  211. package/dist/src/components/icons/settings-outline-icon/index.d.ts +1 -0
  212. package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +3 -0
  213. package/dist/src/components/icons/text-box-check-outline-icon/index.d.ts +1 -0
  214. package/dist/src/components/icons/topic-icon/TopicIcon.d.ts +3 -0
  215. package/dist/src/components/icons/topic-icon/index.d.ts +1 -0
  216. package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +3 -0
  217. package/dist/src/components/icons/unknown-document-outline-rounded-icon/index.d.ts +1 -0
  218. package/dist/src/components/icons/warning-icon/WarningAmberOutlineIcon.d.ts +2 -0
  219. package/dist/src/components/icons/warning-icon/index.d.ts +1 -0
  220. package/dist/src/components/icons/work-icon/WorkIcon.d.ts +2 -0
  221. package/dist/src/components/icons/work-icon/index.d.ts +1 -0
  222. package/dist/src/components/inputs/button/StyledButton.d.ts +40 -0
  223. package/dist/src/components/inputs/button/index.d.ts +1 -0
  224. package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +5 -0
  225. package/dist/src/components/inputs/checkbox/index.d.ts +1 -0
  226. package/dist/src/components/inputs/input-field/StyledInputField.d.ts +15 -0
  227. package/dist/src/components/inputs/input-field/index.d.ts +2 -0
  228. package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +2 -0
  229. package/dist/src/components/inputs/label/StyledLabel.d.ts +9 -0
  230. package/dist/src/components/inputs/label/index.d.ts +1 -0
  231. package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +4 -0
  232. package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +4 -0
  233. package/dist/src/components/inputs/radio-button/index.d.ts +2 -0
  234. package/dist/src/components/inputs/rich-input/RichInput.d.ts +13 -0
  235. package/dist/src/components/inputs/rich-input/index.d.ts +1 -0
  236. package/dist/src/components/inputs/search-field/StyledSearchField.d.ts +3 -0
  237. package/dist/src/components/inputs/search-field/index.d.ts +1 -0
  238. package/dist/src/components/inputs/select/StyledSelect.d.ts +18 -0
  239. package/dist/src/components/inputs/select/StyledSelectItem.d.ts +2 -0
  240. package/dist/src/components/inputs/select/index.d.ts +3 -0
  241. package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +2 -0
  242. package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +14 -0
  243. package/dist/src/components/inputs/select-autocomplete/index.d.ts +1 -0
  244. package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +2 -0
  245. package/dist/src/components/inputs/slider/StyledSlider.d.ts +5 -0
  246. package/dist/src/components/inputs/slider/index.d.ts +1 -0
  247. package/dist/src/components/inputs/switch/StyledSwitch.d.ts +5 -0
  248. package/dist/src/components/inputs/switch/index.d.ts +1 -0
  249. package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +58 -0
  250. package/dist/src/components/inputs/textarea/index.d.ts +1 -0
  251. package/dist/src/components/inputs/textarea/useAutosizeTextArea.d.ts +1 -0
  252. package/dist/src/components/miscellaneous/StyledFormControl.d.ts +2 -0
  253. package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +2 -0
  254. package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +3 -0
  255. package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +2 -0
  256. package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +2 -0
  257. package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +3 -0
  258. package/dist/src/components/navigation/drawer/index.d.ts +1 -0
  259. package/dist/src/components/navigation/link/StyledLink.d.ts +21 -0
  260. package/dist/src/components/navigation/link/index.d.ts +1 -0
  261. package/dist/src/components/navigation/menu/StyledMenu.d.ts +2 -0
  262. package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +2 -0
  263. package/dist/src/components/navigation/menu/StyledMenuList.d.ts +2 -0
  264. package/dist/src/components/navigation/menu/index.d.ts +4 -0
  265. package/dist/src/components/navigation/tabs/StyledTab.d.ts +3 -0
  266. package/dist/src/components/navigation/tabs/StyledTabs.d.ts +3 -0
  267. package/dist/src/components/navigation/tabs/index.d.ts +2 -0
  268. package/dist/src/components/pickers/date-picker/StyledDatePicker.d.ts +2 -0
  269. package/dist/src/components/pickers/date-picker/components/DatePickerInputIndex.d.ts +13 -0
  270. package/dist/src/components/pickers/date-picker/components/DatePickerInputRange.d.ts +5 -0
  271. package/dist/src/components/pickers/date-picker/components/DatePickerInputRangeCompact.d.ts +5 -0
  272. package/dist/src/components/pickers/date-picker/components/DatePickerInputSingle.d.ts +5 -0
  273. package/dist/src/components/pickers/date-picker/components/StyledCalendarPicker.d.ts +8 -0
  274. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerCaption.d.ts +7 -0
  275. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerFooter.d.ts +11 -0
  276. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +3 -0
  277. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectYear.d.ts +3 -0
  278. package/dist/src/components/pickers/date-picker/helpers.d.ts +3 -0
  279. package/dist/src/components/pickers/date-picker/index.d.ts +1 -0
  280. package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +5 -0
  281. package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +2 -0
  282. package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +2 -0
  283. package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +2 -0
  284. package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +2 -0
  285. package/dist/src/components/pickers/date-picker/types.d.ts +46 -0
  286. package/dist/src/components/pickers/time-picker/StyledTimePicker.d.ts +3 -0
  287. package/dist/src/components/pickers/time-picker/TimePickerInput.d.ts +9 -0
  288. package/dist/src/components/pickers/time-picker/TimePickerPopper.d.ts +7 -0
  289. package/dist/src/components/pickers/time-picker/components/HelperText.d.ts +7 -0
  290. package/dist/src/components/pickers/time-picker/components/TimePickerBody.d.ts +5 -0
  291. package/dist/src/components/pickers/time-picker/components/TimePickerColumn.d.ts +6 -0
  292. package/dist/src/components/pickers/time-picker/helpers/getTimeFromValue.d.ts +1 -0
  293. package/dist/src/components/pickers/time-picker/index.d.ts +1 -0
  294. package/dist/src/components/pickers/time-picker/types.d.ts +14 -0
  295. package/dist/src/components/utils/accordion/StyledAccordion.d.ts +2 -0
  296. package/dist/src/components/utils/accordion/StyledAccordionDetails.d.ts +2 -0
  297. package/dist/src/components/utils/accordion/StyledAccordionSummary.d.ts +2 -0
  298. package/dist/src/components/utils/accordion/index.d.ts +3 -0
  299. package/dist/src/components/utils/copy-wrapper/CopyButton.d.ts +9 -0
  300. package/dist/src/components/utils/copy-wrapper/CopyWrapper.d.ts +8 -0
  301. package/dist/src/components/utils/copy-wrapper/index.d.ts +2 -0
  302. package/dist/src/components/utils/filter-menu/StyledFilterButton.d.ts +12 -0
  303. package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +26 -0
  304. package/dist/src/components/utils/filter-menu/index.d.ts +2 -0
  305. package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -0
  306. package/dist/src/components/utils/popover/index.d.ts +1 -0
  307. package/dist/src/helpers/cn.d.ts +2 -0
  308. package/dist/src/helpers/date.helper.d.ts +2 -0
  309. package/dist/src/helpers/index.d.ts +3 -0
  310. package/dist/src/helpers/prepareForSlot.d.ts +5 -0
  311. package/dist/src/helpers/reflections.helper.d.ts +1 -0
  312. package/dist/src/hooks/useToggleMenuVisibility.hook.d.ts +6 -0
  313. package/dist/src/hooks/useWindowWidthSize.hook.d.ts +5 -0
  314. package/dist/src/index.d.ts +41 -0
  315. package/dist/style.css +1 -0
  316. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ export type StyledTimePickerProps = {
2
+ placeholder?: string;
3
+ disabled?: boolean;
4
+ inputClassName?: string;
5
+ value?: Date;
6
+ onSelect: (date: Date | undefined) => void;
7
+ dataTest: string;
8
+ width?: number;
9
+ error?: boolean;
10
+ helperText?: string;
11
+ label?: string;
12
+ locale?: 'no' | 'en';
13
+ name?: string;
14
+ };
@@ -0,0 +1,2 @@
1
+ import { type AccordionProps } from '@mui/material';
2
+ export declare const StyledAccordion: (props: AccordionProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type AccordionDetailsProps } from '@mui/material';
2
+ export declare const StyledAccordionDetails: (props: AccordionDetailsProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type AccordionSummaryProps } from '@mui/material';
2
+ export declare const StyledAccordionSummary: (props: AccordionSummaryProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ export * from './StyledAccordion';
2
+ export * from './StyledAccordionSummary';
3
+ export * from './StyledAccordionDetails';
@@ -0,0 +1,9 @@
1
+ import { type FC, type ReactNode } from 'react';
2
+ import type { MessageProps } from 'src/components/feedback/snack-bar/components/types';
3
+ export declare const CopyButton: FC<{
4
+ className?: string;
5
+ contentToCopy: string;
6
+ locale: 'en' | 'no';
7
+ messageInfo: (info: ReactNode, options?: MessageProps) => () => void;
8
+ text?: string;
9
+ }>;
@@ -0,0 +1,8 @@
1
+ import { type FC, type PropsWithChildren, type ReactNode } from 'react';
2
+ import type { MessageProps } from 'src/components/feedback/snack-bar/components/types';
3
+ export declare const CopyWrapper: FC<PropsWithChildren<{
4
+ className?: string;
5
+ contentToCopy: string;
6
+ locale: 'en' | 'no';
7
+ messageInfo: (info: ReactNode, options?: MessageProps) => () => void;
8
+ }>>;
@@ -0,0 +1,2 @@
1
+ export * from './CopyButton';
2
+ export * from './CopyWrapper';
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { type StyledButtonProps } from '../../inputs/button';
3
+ /**
4
+ * Custom props:
5
+ * @param filterIsActive - needed to determine whether or not to show the dot in the top right corner indicating some changes were made
6
+ */
7
+ type StyledFilterMenuProps = {
8
+ filterIsActive: boolean;
9
+ label?: string;
10
+ };
11
+ export declare const StyledFilterButton: React.FC<StyledButtonProps & StyledFilterMenuProps>;
12
+ export {};
@@ -0,0 +1,26 @@
1
+ import React, { type ReactNode } from 'react';
2
+ import type { PopoverProps } from '@mui/material';
3
+ /**
4
+ * Custom props:
5
+ * @param filterIsActive - needed to determine whether or not to show the dot in the top right corner indicating some changes were made
6
+ * @param popoverContent
7
+ */
8
+ type StyledFilterMenuProps = {
9
+ dataTest: string;
10
+ filterIsActive: boolean;
11
+ popoverContent: ((props: {
12
+ isOpen: boolean;
13
+ onClose: () => void;
14
+ }) => ReactNode) | ReactNode;
15
+ disabled?: boolean;
16
+ size?: 'small' | 'large' | 'medium';
17
+ variant?: 'contained' | 'outlined' | 'text' | 'textGray';
18
+ popoverProps?: Omit<PopoverProps, 'open' | 'anchorEl' | 'onClose'>;
19
+ anchorNode?: (props: {
20
+ isOpen: boolean;
21
+ onClose: () => void;
22
+ }) => ReactNode;
23
+ label?: string;
24
+ };
25
+ export declare const StyledFilterMenu: React.FC<StyledFilterMenuProps>;
26
+ export {};
@@ -0,0 +1,2 @@
1
+ export * from './StyledFilterButton';
2
+ export * from './StyledFilterMenu';
@@ -0,0 +1,2 @@
1
+ import { type PopoverProps } from '@mui/material';
2
+ export declare const StyledPopover: (props: PopoverProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './StyledPopover';
@@ -0,0 +1,2 @@
1
+ import { type ClassValue } from 'clsx';
2
+ export declare function cn(...inputs: ClassValue[]): string;
@@ -0,0 +1,2 @@
1
+ export declare const setMidnightTime: (date: Date) => Date;
2
+ export declare const setZeroTime: (date: Date) => Date;
@@ -0,0 +1,3 @@
1
+ export * from './reflections.helper';
2
+ export * from './date.helper';
3
+ export * from './prepareForSlot';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ /**
3
+ * When inserting a component from a third-party library into a slot, you may encounter this warning: "React does not recognize the ownerState prop on a DOM element." This is because the custom component isn't prepared to receive the ownerState like a built-in library component would be.
4
+ */
5
+ export declare function prepareForSlot<ComponentType extends React.ElementType>(Component: ComponentType): import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<import("react").ComponentProps<ComponentType>> & import("react").RefAttributes<HTMLElement>>;
@@ -0,0 +1 @@
1
+ export declare const omit: <T extends object, K extends keyof T>(obj: T, keys: readonly K[]) => Omit<T, K>;
@@ -0,0 +1,6 @@
1
+ export declare const useToggleMenuVisibility: () => {
2
+ open: boolean;
3
+ handleClose: () => void;
4
+ handleOpen: (event: React.MouseEvent<HTMLElement | SVGSVGElement>) => void;
5
+ anchorEl: HTMLElement | SVGSVGElement | null;
6
+ };
@@ -0,0 +1,5 @@
1
+ export declare function useWindowWidthSize(): number;
2
+ export declare const mobileView: (windowWidth: number | undefined) => boolean;
3
+ export declare function useIsMobileView(): boolean;
4
+ export declare function useIsTabletView(): boolean;
5
+ export declare const tabletView: (windowWidth: number | undefined) => boolean;
@@ -0,0 +1,41 @@
1
+ export * from './helpers';
2
+ export * from './components/data-display/badge';
3
+ export * from './components/data-display/chip';
4
+ export * from './components/data-display/interactive-chip';
5
+ export * from './components/data-display/tooltip';
6
+ export * from './components/icons';
7
+ export * from './components/data-display/typography';
8
+ export * from './components/data-display/form-label';
9
+ export * from './components/feedback/dialog';
10
+ export * from './components/feedback/empty-page/StyledEmptyPage';
11
+ export * from './components/feedback/loading/StyledLoading';
12
+ export * from './components/inputs/button';
13
+ export * from './components/inputs/checkbox';
14
+ export * from './components/inputs/input-field';
15
+ export * from './components/inputs/search-field';
16
+ export * from './components/inputs/textarea';
17
+ export * from './components/inputs/select';
18
+ export * from './components/inputs/select-autocomplete';
19
+ export * from './components/inputs/slider';
20
+ export * from './components/inputs/switch';
21
+ export * from './components/inputs/radio-button';
22
+ export * from './components/inputs/label';
23
+ export * from './components/miscellaneous/StyledFormControl';
24
+ export * from './components/miscellaneous/StyledFormControlLabel';
25
+ export * from './components/miscellaneous/StyledFormHelperText';
26
+ export * from './components/miscellaneous/StyledInputLabel';
27
+ export * from './components/miscellaneous/StyledFormGroup';
28
+ export * from './components/navigation/drawer';
29
+ export * from './components/navigation/menu';
30
+ export * from './components/navigation/link';
31
+ export * from './components/navigation/tabs';
32
+ export * from './components/utils/accordion';
33
+ export * from './components/utils/popover';
34
+ export * from './components/utils/filter-menu';
35
+ export * from './components/utils/copy-wrapper';
36
+ export * from './components/custom/widget/widget-title/StyledWidgetTitle';
37
+ export * from './components/custom/widget/widget-header/StyledWidgetHeader';
38
+ export * from './components/custom/widget/widget/StyledWidget';
39
+ export * from './components/custom/module/module-title/StyledModuleTitle';
40
+ export * from './components/feedback/minimizable-dialog';
41
+ export { Fade, Paper, ClickAwayListener, Popper, Avatar, Skeleton, Container, Stack, FormLabel } from '@mui/material';
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ :root{--colors-text: #4c4c4c;--colors-blue-25: #f2f8fb;--colors-blue-50: #e6f2f8;--colors-blue-100: #cce6f1;--colors-blue-200: #99cce4;--colors-blue-300: #66b3d6;--colors-blue-400: #4da6cf;--colors-blue-500: #007cb5;--colors-blue-600: #006696;--colors-blue-700: #005a83;--colors-blue-800: #00405e;--colors-blue-900: #005a83;--colors-red-100: #f7dede;--colors-red-300: #f6b9b9;--colors-red-500: #e10700;--colors-red-600: #b6120d;--colors-red-700: #9d0f0f;--colors-salmon-500: #d24545;--colors-salmon-700: #b14848;--colors-gray-10: #f9fafb;--colors-gray-50: #f0f2f4;--colors-gray-100: #e7eaee;--colors-gray-200: #d3d8df;--colors-gray-300: #bdc4cf;--colors-gray-400: #a2acbb;--colors-gray-500: #7a899e;--colors-gray-600: #626e7e;--colors-gray-700: #49525f;--colors-gray-800: #363e4a;--colors-gray-900: #0b0c0f;--colors-gray-9000: #1a1d23;--colors-gray-10000: black;--colors-zinc-100: #f5f5f5;--colors-zinc-200: #b4b4b4;--colors-zinc-300: #b4b4b4;--colors-zinc-400: #686868;--colors-zinc-500: #686868;--colors-zinc-600: #4c4c4c;--colors-zinc-700: #4e4d4f;--colors-zinc-800: #343434;--colors-zinc-900: #0b0c0f;--colors-cardea--grey-01: 210deg 16% 95%;--colors-cardea--grey-02: 215deg 16% 85%;--colors-cardea--grey-03: 213deg 16% 75%;--colors-cardea--grey-04: 216deg 16% 65%;--colors-cardea--grey-05: 215deg 16% 56%;--colors-cardea--grey-06: 216deg 16% 25%;--colors-green-25: #f7f9f8;--colors-green-50: #eff4f2;--colors-green-100: #deebe5;--colors-green-200: #ceddd7;--colors-green-300: #adc6bc;--colors-green-400: #9cb2a9;--colors-green-500: #687771;--colors-green-600: #59635e;--colors-green-700: #474f4b;--colors-green-800: #353b38;--colors-green-900: #474f4b;--colors-slate-100: #d0dee5;--colors-slate-200: #abc8d42f;--colors-slate-300: #abc8d4;--colors-slate-500: #9fbcca;--colors-slate-600: #6198ae;--colors-slate-700: #6e9aaf;--colors-slate-800: #4c7f93;--colors-magic-blue-700: #247ba3;--colors-jade-25: #f3fafa;--colors-jade-50: #e8f6f6;--colors-jade-100: #c5e7e7;--colors-jade-200: #8ed0d0;--colors-jade-300: #60bdbd;--colors-jade-400: #1ca1a1;--colors-jade-500: #168181;--colors-jade-600: #116161;--colors-jade-700: #0b4040;--colors-jade-800: #083030;--colors-jade-900: #0d4f4f;--colors-yellow-400: #efcc1d;--colors-yellow-500: #ffd815;--colors-lime-300: #e6f1b1;--colors-lime-500: #beda2f;--colors-lime-700: #8ba01d;--colors-success-100: #d3f8e1;--colors-success-300: #a1ebbd;--colors-success-500: #13ce5a;--colors-success-700: #0b7c36;--colors-warning-100: #fcf4cf;--colors-warning-300: #fdeb92;--colors-warning-500: #f0c800;--colors-warning-700: #816d09;--colors-error-100: #f7dede;--colors-error-300: #f6b9b9;--colors-error-500: #ea1710;--colors-error-600: #b6120d;--colors-error-700: #9d0f0f;--colors-info-300: #bae8fd;--colors-info-500: #0297e8;--colors-info-700: #1563bc}[data-theme=default],[data-theme=fretex],[data-theme=greenish]{--colors-input-active-placeholder-color: var(--colors-gray-500);--colors-input-active-bg-color: #ffffff;--colors-input-active-hover-bg-color: var(--colors-gray-10);--colors-input-active-active-bg-color: var(--colors-gray-10);--colors-input-active-focus-bg-color: var(--colors-gray-10);--colors-input-active-disabled-bg-color: transparent;--colors-input-active-text-color: var(--colors-gray-800);--colors-input-active-active-text-color: var(--colors-gray-800);--colors-input-active-focus-text-color: var(--colors-gray-800);--colors-input-active-disabled-text-color: var(--colors-gray-300);--colors-input-active-outline-color: var(--colors-gray-500);--colors-input-active-hover-outline-color: var(--colors-gray-800);--colors-input-active-active-outline-color: var(--colors-gray-800);--colors-input-active-focus-outline-color: var(--colors-gama-500);--colors-input-active-disabled-outline-color: var(--colors-gray-300);--input-active-cursor: text;--input-active-hover-cursor: text;--input-active-active-cursor: text;--input-active-focus-cursor: text;--input-active-disabled-cursor: default;--input-active-outline-width: 1px;--input-active-hover-outline-width: 1px;--input-active-active-outline-width: 1px;--input-active-focus-outline-width: 2px;--input-active-disabled-outline-width: 1px;--colors-input-error-placeholder-color: var(--colors-error-700);--colors-input-error-bg-color: var(--colors-error-100);--colors-input-error-hover-bg-color: var(--colors-error-100);--colors-input-error-active-bg-color: var(--colors-error-100);--colors-input-error-focus-bg-color: var(--colors-error-100);--colors-input-error-disabled-bg-color: var(--colors-error-100);--colors-input-error-text-color: var(--colors-error-700);--colors-input-error-hover-text-color: var(--colors-error-700);--colors-input-error-active-text-color: var(--colors-error-700);--colors-input-error-focus-text-color: var(--colors-error-700);--colors-input-error-disabled-text-color: var(--colors-error-700);--colors-input-error-outline-color: var(--colors-error-700);--colors-input-error-hover-outline-color: var(--colors-error-700);--colors-input-error-active-outline-color: var(--colors-error-700);--colors-input-error-focus-outline-color: var(--colors-error-700);--colors-input-error-disabled-outline-color: var(--colors-error-700);--input-error-cursor: text;--input-error-hover-cursor: text;--input-error-active-cursor: text;--input-error-focus-cursor: text;--input-error-disabled-cursor: default;--input-error-outline-width: 1px;--input-error-hover-outline-width: 1px;--input-error-active-outline-width: 1px;--input-error-focus-outline-width: 2px;--input-error-disabled-outline-width: 1px;--colors-input-notEditable-placeholder-color: var(--colors-gray-800);--colors-input-notEditable-bg-color: var(--colors-gray-50);--colors-input-notEditable-hover-bg-color: var(--colors-gray-50);--colors-input-notEditable-active-bg-color: var(--colors-gray-50);--colors-input-notEditable-focus-bg-color: var(--colors-gray-50);--colors-input-notEditable-disabled-bg-color: var(--colors-gray-50);--colors-input-notEditable-text-color: var(--colors-gray-800);--colors-input-notEditable-active-text-color: var(--colors-gray-800);--colors-input-notEditable-focus-text-color: var(--colors-gray-800);--colors-input-notEditable-disabled-text-color: var(--colors-gray-300);--input-notEditable-cursor: default;--input-notEditable-hover-cursor: default;--input-notEditable-active-cursor: default;--input-notEditable-focus-cursor: default;--input-notEditable-disabled-cursor: default;--input-notEditable-outline-width: 0px;--input-notEditable-hover-outline-width: 0px;--input-notEditable-active-outline-width: 0px;--input-notEditable-focus-outline-width: 0px;--input-notEditable-disabled-outline-width: 0px;--colors-input-disabled-disabled-outline-width: 1px;--colors-input-disabled-disabled-outline-color: var(--colors-gray-300);--colors-input-disabled-disabled-text-color: var(--colors-gray-300);--colors-input-disabled-placeholder-color: var(--colors-gray-300);--colors-input-disabled-disabled-bg-color: #ffffff;--input-disabled-disabled-outline-width: 1px;--colors-input-readOnly-placeholder-color: var(--colors-gray-800);--colors-input-readOnly-bg-color: transparent;--colors-input-readOnly-hover-bg-color: transparent;--colors-input-readOnly-active-bg-color: transparent;--colors-input-readOnly-focus-bg-color: transparent;--colors-input-readOnly-disabled-bg-color: transparent;--colors-input-readOnly-text-color: var(--colors-gray-800);--colors-input-active-hover-text-color: var(--colors-gray-800);--colors-input-readOnly-active-text-color: var(--colors-gray-800);--colors-input-readOnly-focus-text-color: var(--colors-gray-800);--colors-input-readOnly-active-text-color: var(--colors-gray-300);--input-readOnly-cursor: text;--input-readOnly-hover-cursor: text;--input-readOnly-active-cursor: text;--input-readOnly-focus-cursor: text;--input-readOnly-disabled-cursor: default;--input-readOnly-outline-width: 0px;--input-readOnly-hover-outline-width: 0px;--input-readOnly-active-outline-width: 0px;--input-readOnly-focus-outline-width: 0px;--input-readOnly-disabled-outline-width: 0px;--colors-input-label-active-text-color: var(--colors-gray-800);--colors-input-label-error-text-color: var(--colors-error-700);--colors-input-label-disabled-text-color: var(--colors-gray-300);--colors-input-label-notEditable-text-color: var(--colors-gray-800);--colors-input-label-readOnly-text-color: var(--colors-gray-800);--colors-input-description-active-text-color: var(--colors-gray-600);--colors-input-description-error-text-color: var(--colors-error-700);--colors-input-description-disabled-text-color: var(--colors-gray-300);--colors-input-description-notEditable-text-color: var(--colors-gray-600);--colors-input-description-readOnly-text-color: var(--colors-gray-600)}:root{--colors-text-component: #ffffff;--colors-active-component: var(--colors-blue-500);--colors-alpha-100: var(--colors-blue-100);--colors-alpha-500: var(--colors-blue-500);--colors-alpha-600: var(--colors-blue-600);--colors-alpha-700: var(--colors-blue-700);--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-25: var(--colors-blue-25);--colors-gama-50: var(--colors-blue-50);--colors-gama-100: var(--colors-blue-100);--colors-gama-200: var(--colors-blue-200);--colors-gama-300: var(--colors-blue-300);--colors-gama-400: var(--colors-blue-400);--colors-gama-500: var(--colors-blue-500);--colors-gama-600: var(--colors-blue-600);--colors-gama-700: var(--colors-blue-700);--colors-gama-800: var(--colors-blue-800);--colors-gama-900: var(--colors-blue-900);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-700);--colors-delta-800: var(--colors-gray-800);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-sigma-700: var(--colors-magic-blue-700);--colors-theta-100: #ffffff;--colors-theta-200: var(--colors-slate-200);--colors-theta-300: var(--colors-slate-500);--colors-theta-400: #ffffff;--colors-theta-500: var(--colors-blue-300);--colors-theta-600: var(--colors-blue-700);--colors-theta-700: var(--colors-blue-600);--colors-theta-800: #ffffff;--colors-theta-hover: var(--colors-blue-700);--colors-btn-bg-hover: var(--colors-slate-300);--colors-btn-bg-standart: var(--colors-slate-600);--colors-btn-bg-active: var(--colors-slate-800);--colors-btn-bg-disabled: var(--colors-green-800);--colors-btn-bg-danger: var(--colors-salmon-700);--colors-btn-bg-danger-active: var(--colors-salmon-500);--colors-button-contained-common-text-color: #ffffff;--colors-button-contained-common-bg-color: var(--colors-gama-500);--colors-button-contained-common-border-color: var(--colors-gama-500);--colors-button-contained-common-focused-text-color: #ffffff;--colors-button-contained-common-focused-bg-color: var(--colors-gama-500);--colors-button-contained-common-focused-border-color: var(--colors-gama-400);--colors-button-contained-common-active-text-color: #ffffff;--colors-button-contained-common-active-bg-color: var(--colors-gama-700);--colors-button-contained-common-active-border-color: var(--colors-gama-700);--colors-button-contained-common-hover-text-color: #ffffff;--colors-button-contained-common-hover-bg-color: var(--colors-gama-600);--colors-button-contained-common-hover-border-color: var(--colors-gama-600);--colors-button-contained-common-disabled-text-color: #ffffff;--colors-button-contained-common-disabled-bg-color: var(--colors-delta-300);--colors-button-contained-common-disabled-border-color: var(--colors-delta-300);--colors-button-contained-error-text-color: #ffffff;--colors-button-contained-error-bg-color: var(--colors-beta-500);--colors-button-contained-error-border-color: var(--colors-beta-500);--colors-button-contained-error-focused-text-color: #ffffff;--colors-button-contained-error-focused-bg-color: var(--colors-beta-500);--colors-button-contained-error-focused-border-color: var(--colors-beta-400);--colors-button-contained-error-active-text-color: #ffffff;--colors-button-contained-error-active-bg-color: var(--colors-beta-700);--colors-button-contained-error-active-border-color: var(--colors-beta-700);--colors-button-contained-error-hover-text-color: #ffffff;--colors-button-contained-error-hover-bg-color: var(--colors-beta-600);--colors-button-contained-error-hover-border-color: var(--colors-beta-600);--colors-button-contained-error-disabled-text-color: #ffffff;--colors-button-contained-error-disabled-bg-color: var(--colors-delta-300);--colors-button-contained-error-disabled-border-color: transparent;--colors-button-outlined-common-text-color: var(--colors-delta-700);--colors-button-outlined-common-bg-color: transparent;--colors-button-outlined-common-border-color: var(--colors-delta-500);--colors-button-outlined-common-focused-text-color: var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color: var(--colors-gama-50);--colors-button-outlined-common-focused-border-color: var(--colors-gama-400);--colors-button-outlined-common-active-text-color: var(--colors-gama-500);--colors-button-outlined-common-active-bg-color: var(--colors-gama-50);--colors-button-outlined-common-active-border-color: var(--colors-gama-300);--colors-button-outlined-common-hover-text-color: var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color: var(--colors-gama-100);--colors-button-outlined-common-hover-border-color: var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color: var(--colors-delta-300);--colors-button-outlined-common-disabled-bg-color: transparent;--colors-button-outlined-common-disabled-border-color: var(--colors-delta-300);--colors-button-outlined-error-text-color: var(--colors-beta-500);--colors-button-outlined-error-bg-color: transparent;--colors-button-outlined-error-border-color: var(--colors-beta-500);--colors-button-outlined-error-focused-text-color: #ffffff;--colors-button-outlined-error-focused-bg-color: var(--colors-beta-100);--colors-button-outlined-error-focused-border-color: var(--colors-beta-400);--colors-button-outlined-error-active-text-color: var(--colors-beta-700);--colors-button-outlined-error-active-bg-color: var(--colors-beta-100);--colors-button-outlined-error-active-border-color: var(--colors-beta-700);--colors-button-outlined-error-hover-text-color: var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color: var(--colors-beta-100);--colors-button-outlined-error-hover-border-color: var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color: var(--colors-delta-300);--colors-button-outlined-error-disabled-bg-color: transparent;--colors-button-outlined-error-disabled-border-color: var(--colors-delta-300);--colors-button-text-common-text-color: var(--colors-gama-500);--colors-button-text-common-bg-color: transparent;--colors-button-text-common-border-color: transparent;--colors-button-text-common-focused-text-color: var(--colors-gama-500);--colors-button-text-common-focused-bg-color: var(--colors-gama-50);--colors-button-text-common-focused-border-color: var(--colors-gama-400);--colors-button-text-common-active-text-color: var(--colors-gama-500);--colors-button-text-common-active-bg-color: var(--colors-gama-100);--colors-button-text-common-active-border-color: var(--colors-gama-100);--colors-button-text-common-hover-text-color: var(--colors-gama-500);--colors-button-text-common-hover-bg-color: var(--colors-gama-50);--colors-button-text-common-hover-border-color: var(--colors-gama-50);--colors-button-text-common-disabled-text-color: var(--colors-delta-300);--colors-button-text-common-disabled-bg-color: transparent;--colors-button-text-common-disabled-border-color: transparent;--colors-button-text-error-text-color: var(--colors-beta-500);--colors-button-text-error-bg-color: transparent;--colors-button-text-error-border-color: transparent;--colors-button-text-error-focused-text-color: var(--colors-beta-600);--colors-button-text-error-focused-bg-color: var(--colors-beta-100);--colors-button-text-error-focused-border-color: var(--colors-beta-400);--colors-button-text-error-active-text-color: var(--colors-beta-600);--colors-button-text-error-active-bg-color: var(--colors-beta-100);--colors-button-text-error-active-border-color: var(--colors-beta-100);--colors-button-text-error-hover-text-color: var(--colors-beta-600);--colors-button-text-error-hover-bg-color: var(--colors-beta-100);--colors-button-text-error-hover-border-color: var(--colors-beta-100);--colors-button-text-error-disabled-text-color: var(--colors-delta-300);--colors-button-text-error-disabled-bg-color: transparent;--colors-button-text-error-disabled-border-color: transparent;--colors-button-textGray-common-text-color: var(--colors-delta-700);--colors-button-textGray-common-bg-color: transparent;--colors-button-textGray-common-border-color: transparent;--colors-button-textGray-common-focused-text-color: var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color: var(--colors-gama-50);--colors-button-textGray-common-focused-border-color: var(--colors-gama-400);--colors-button-textGray-common-active-text-color: var(--colors-gama-500);--colors-button-textGray-common-active-bg-color: var(--colors-gama-100);--colors-button-textGray-common-active-border-color: var(--colors-gama-100);--colors-button-textGray-common-hover-text-color: var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color: var(--colors-gama-50);--colors-button-textGray-common-hover-border-color: var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color: var(--colors-delta-300);--colors-button-textGray-common-disabled-bg-color: transparent;--colors-button-textGray-common-disabled-border-color: transparent;--colors-button-textWhite-common-text-color: white;--colors-button-textWhite-common-bg-color: transparent;--colors-button-textWhite-common-border-color: transparent;--colors-button-textWhite-common-focused-text-color: white;--colors-button-textWhite-common-focused-bg-color: transparent;--colors-button-textWhite-common-focused-border-color: transparent;--colors-button-textWhite-common-active-text-color: white;--colors-button-textWhite-common-active-bg-color: transparent;--colors-button-textWhite-common-active-border-color: transparent;--colors-button-textWhite-common-hover-text-color: white;--colors-button-textWhite-common-hover-bg-color: transparent;--colors-button-textWhite-common-hover-border-color: transparent;--colors-button-textWhite-common-disabled-text-color: white;--colors-button-textWhite-common-disabled-bg-color: transparent;--colors-button-textWhite-common-disabled-border-color: transparent;--colors-btn-bg-mini-action: var(--colors-slate-600);--colors-btn-bg-mini-action-hover: var(--colors-slate-300);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: var(--colors-blue-800);--colors-link-text-disabled: var(--colors-green-800);--colors-app-directory-button-select-recipient-bg: var(--colors-blue-200);--colors-btn-task-status-bg: var(--colors-slate-600);--colors-chat-ticket-message-bg: var(--colors-blue-200);--colors-topbar-text: var(--colors-zinc-500);--colors-menu-text-active: var(--colors-slate-700)}[data-theme=fretex]{--colors-text-component: var(--colors-gray-9000);--colors-active-component: var(--colors-gama-700);--colors-alpha-100: var(--colors-slate-100);--colors-alpha-500: var(--colors-slate-500);--colors-alpha-600: var(--colors-slate-600);--colors-alpha-700: var(--colors-slate-700);--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-25: var(--colors-green-25);--colors-gama-50: var(--colors-green-50);--colors-gama-100: var(--colors-green-100);--colors-gama-200: var(--colors-green-200);--colors-gama-300: var(--colors-green-300);--colors-gama-400: var(--colors-green-400);--colors-gama-500: var(--colors-green-500);--colors-gama-600: var(--colors-green-600);--colors-gama-700: var(--colors-green-700);--colors-gama-800: var(--colors-green-700);--colors-gama-900: var(--colors-green-900);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-zinc-100);--colors-delta-200: var(--colors-zinc-200);--colors-delta-300: var(--colors-zinc-300);--colors-delta-400: var(--colors-zinc-400);--colors-delta-500: var(--colors-zinc-500);--colors-delta-600: var(--colors-zinc-600);--colors-delta-700: var(--colors-zinc-700);--colors-delta-800: var(--colors-zinc-800);--colors-delta-900: var(--colors-zinc-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-sigma-700: var(--colors-zinc-500);--colors-theta-100: #ffffff;--colors-theta-200: var(--colors-green-200);--colors-theta-300: var(--colors-green-500);--colors-theta-400: #ffffff;--colors-theta-500: #ffffff;--colors-theta-600: #ffffff;--colors-theta-700: #ffffff;--colors-theta-800: #ffffff;--colors-theta-hover: #ffffff;--colors-btn-bg-hover: var(--colors-gama-600);--colors-btn-bg-standart: var(--colors-gama-500);--colors-btn-bg-active: var(--colors-gama-600);--colors-btn-bg-disabled: var(--colors-gray-200);--colors-btn-bg-danger: var(--colors-red-700);--colors-btn-bg-danger-active: var(--colors-red-500);--colors-button-contained-common-text-color: #ffffff;--colors-button-contained-common-bg-color: var(--colors-gama-500);--colors-button-contained-common-border-color: var(--colors-gama-500);--colors-button-contained-common-focused-text-color: #ffffff;--colors-button-contained-common-focused-bg-color: var(--colors-gama-500);--colors-button-contained-common-focused-border-color: var(--colors-gama-400);--colors-button-contained-common-active-text-color: #ffffff;--colors-button-contained-common-active-bg-color: var(--colors-gama-700);--colors-button-contained-common-active-border-color: var(--colors-gama-700);--colors-button-contained-common-hover-text-color: #ffffff;--colors-button-contained-common-hover-bg-color: var(--colors-gama-600);--colors-button-contained-common-hover-border-color: var(--colors-gama-600);--colors-button-contained-common-disabled-text-color: #ffffff;--colors-button-contained-common-disabled-bg-color: var(--colors-delta-200);--colors-button-contained-common-disabled-border-color: var(--colors-delta-200);--colors-button-contained-error-text-color: #ffffff;--colors-button-contained-error-bg-color: var(--colors-beta-500);--colors-button-contained-error-border-color: var(--colors-beta-500);--colors-button-contained-error-focused-text-color: #ffffff;--colors-button-contained-error-focused-bg-color: var(--colors-beta-500);--colors-button-contained-error-focused-border-color: var(--colors-gama-400);--colors-button-contained-error-active-text-color: #ffffff;--colors-button-contained-error-active-bg-color: var(--colors-beta-700);--colors-button-contained-error-active-border-color: var(--colors-beta-700);--colors-button-contained-error-hover-text-color: #ffffff;--colors-button-contained-error-hover-bg-color: var(--colors-beta-600);--colors-button-contained-error-hover-border-color: var(--colors-beta-600);--colors-button-contained-error-disabled-text-color: #ffffff;--colors-button-contained-error-disabled-bg-color: var(--colors-delta-200);--colors-button-contained-error-disabled-border-color: transparent;--colors-button-outlined-common-text-color: var(--colors-delta-700);--colors-button-outlined-common-bg-color: transparent;--colors-button-outlined-common-border-color: var(--colors-delta-400);--colors-button-outlined-common-focused-text-color: var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color: var(--colors-gama-50);--colors-button-outlined-common-focused-border-color: var(--colors-gama-400);--colors-button-outlined-common-active-text-color: var(--colors-gama-500);--colors-button-outlined-common-active-bg-color: var(--colors-gama-50);--colors-button-outlined-common-active-border-color: var(--colors-gama-300);--colors-button-outlined-common-hover-text-color: var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color: var(--colors-gama-100);--colors-button-outlined-common-hover-border-color: var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color: var(--colors-delta-200);--colors-button-outlined-common-disabled-bg-color: transparent;--colors-button-outlined-common-disabled-border-color: var(--colors-delta-200);--colors-button-outlined-error-text-color: var(--colors-beta-500);--colors-button-outlined-error-bg-color: transparent;--colors-button-outlined-error-border-color: var(--colors-beta-500);--colors-button-outlined-error-focused-text-color: #ffffff;--colors-button-outlined-error-focused-bg-color: var(--colors-beta-100);--colors-button-outlined-error-focused-border-color: var(--colors-gama-400);--colors-button-outlined-error-active-text-color: var(--colors-beta-700);--colors-button-outlined-error-active-bg-color: var(--colors-beta-100);--colors-button-outlined-error-active-border-color: var(--colors-beta-700);--colors-button-outlined-error-hover-text-color: var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color: var(--colors-beta-100);--colors-button-outlined-error-hover-border-color: var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color: var(--colors-delta-200);--colors-button-outlined-error-disabled-bg-color: transparent;--colors-button-outlined-error-disabled-border-color: var(--colors-delta-200);--colors-button-text-common-text-color: var(--colors-gama-500);--colors-button-text-common-bg-color: transparent;--colors-button-text-common-border-color: transparent;--colors-button-text-common-focused-text-color: var(--colors-gama-500);--colors-button-text-common-focused-bg-color: var(--colors-gama-50);--colors-button-text-common-focused-border-color: var(--colors-gama-400);--colors-button-text-common-active-text-color: var(--colors-gama-500);--colors-button-text-common-active-bg-color: var(--colors-gama-100);--colors-button-text-common-active-border-color: var(--colors-gama-100);--colors-button-text-common-hover-text-color: var(--colors-gama-500);--colors-button-text-common-hover-bg-color: var(--colors-gama-50);--colors-button-text-common-hover-border-color: var(--colors-gama-50);--colors-button-text-common-disabled-text-color: var(--colors-delta-200);--colors-button-text-common-disabled-bg-color: transparent;--colors-button-text-common-disabled-border-color: transparent;--colors-button-text-error-text-color: var(--colors-beta-500);--colors-button-text-error-bg-color: transparent;--colors-button-text-error-border-color: transparent;--colors-button-text-error-focused-text-color: var(--colors-beta-600);--colors-button-text-error-focused-bg-color: var(--colors-beta-100);--colors-button-text-error-focused-border-color: var(--colors-gama-400);--colors-button-text-error-active-text-color: var(--colors-beta-600);--colors-button-text-error-active-bg-color: var(--colors-beta-100);--colors-button-text-error-active-border-color: var(--colors-beta-100);--colors-button-text-error-hover-text-color: var(--colors-beta-600);--colors-button-text-error-hover-bg-color: var(--colors-beta-100);--colors-button-text-error-hover-border-color: var(--colors-beta-100);--colors-button-text-error-disabled-text-color: var(--colors-delta-200);--colors-button-text-error-disabled-bg-color: transparent;--colors-button-text-error-disabled-border-color: transparent;--colors-button-textGray-common-text-color: var(--colors-delta-700);--colors-button-textGray-common-bg-color: transparent;--colors-button-textGray-common-border-color: transparent;--colors-button-textGray-common-focused-text-color: var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color: var(--colors-gama-50);--colors-button-textGray-common-focused-border-color: var(--colors-gama-400);--colors-button-textGray-common-active-text-color: var(--colors-gama-500);--colors-button-textGray-common-active-bg-color: var(--colors-gama-100);--colors-button-textGray-common-active-border-color: var(--colors-gama-100);--colors-button-textGray-common-hover-text-color: var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color: var(--colors-gama-50);--colors-button-textGray-common-hover-border-color: var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color: var(--colors-delta-200);--colors-button-textGray-common-disabled-bg-color: transparent;--colors-button-textGray-common-disabled-border-color: transparent;--colors-button-textWhite-common-text-color: white;--colors-button-textWhite-common-bg-color: transparent;--colors-button-textWhite-common-border-color: transparent;--colors-button-textWhite-common-focused-text-color: white;--colors-button-textWhite-common-focused-bg-color: transparent;--colors-button-textWhite-common-focused-border-color: transparent;--colors-button-textWhite-common-active-text-color: white;--colors-button-textWhite-common-active-bg-color: transparent;--colors-button-textWhite-common-active-border-color: transparent;--colors-button-textWhite-common-hover-text-color: white;--colors-button-textWhite-common-hover-bg-color: transparent;--colors-button-textWhite-common-hover-border-color: transparent;--colors-button-textWhite-common-disabled-text-color: white;--colors-button-textWhite-common-disabled-bg-color: transparent;--colors-button-textWhite-common-disabled-border-color: transparent;--colors-colors-btn-bg-mini-action: var(--colors-zinc-100);--colors-colors-btn-bg-mini-action-hover: var(--colors-gama-700);--colors-link-text-hover: var(--colors-red-700);--colors-link-text-standart: var(--colors-gray-500);--colors-link-text-active: var(--colors-red-700);--colors-link-text-disabled: var(--colors-gray-200);--colors-app-directory-button-select-recipient-bg: var(--colors-slate-500);--colors-btn-task-status-bg: var(--colors-green-100);--colors-chat-ticket-message-bg: var(--colors-alpha-500);--colors-colors-topbar-text: #ffffff;--colors-menu-text-active: var(--colors-beta-700)}[data-theme=greenish]{--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-25: var(--colors-jade-25);--colors-gama-50: var(--colors-jade-50);--colors-gama-100: var(--colors-jade-100);--colors-gama-200: var(--colors-jade-200);--colors-gama-300: var(--colors-jade-300);--colors-gama-400: var(--colors-jade-400);--colors-gama-500: var(--colors-jade-500);--colors-gama-600: var(--colors-jade-600);--colors-gama-700: var(--colors-jade-700);--colors-gama-800: var(--colors-jade-800);--colors-gama-900: var(--colors-jade-900);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-700);--colors-delta-800: var(--colors-gray-800);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-theta-100: var(--colors-jade-100);--colors-theta-200: var(--colors-jade-200);--colors-theta-300: var(--colors-jade-300);--colors-theta-400: var(--colors-jade-400);--colors-theta-500: var(--colors-jade-500);--colors-theta-600: var(--colors-jade-600);--colors-theta-700: var(--colors-jade-700);--colors-theta-800: var(--colors-jade-800);--colors-theta-hover: var(--colors-jade-500);--colors-sigma-700: var(--colors-jade-600);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: #ffffff;--colors-link-text-disabled: var(--colors-gray-200);--colors-button-contained-common-text-color: #ffffff;--colors-button-contained-common-bg-color: var(--colors-gama-500);--colors-button-contained-common-border-color: var(--colors-gama-500);--colors-button-contained-common-focused-text-color: #ffffff;--colors-button-contained-common-focused-bg-color: var(--colors-gama-500);--colors-button-contained-common-focused-border-color: var(--colors-gama-400);--colors-button-contained-common-active-text-color: #ffffff;--colors-button-contained-common-active-bg-color: var(--colors-gama-700);--colors-button-contained-common-active-border-color: var(--colors-gama-700);--colors-button-contained-common-hover-text-color: #ffffff;--colors-button-contained-common-hover-bg-color: var(--colors-gama-600);--colors-button-contained-common-hover-border-color: var(--colors-gama-600);--colors-button-contained-common-disabled-text-color: #ffffff;--colors-button-contained-common-disabled-bg-color: var(--colors-delta-300);--colors-button-contained-common-disabled-border-color: var(--colors-delta-300);--colors-button-contained-error-text-color: #ffffff;--colors-button-contained-error-bg-color: var(--colors-beta-500);--colors-button-contained-error-border-color: var(--colors-beta-500);--colors-button-contained-error-focused-text-color: #ffffff;--colors-button-contained-error-focused-bg-color: var(--colors-beta-500);--colors-button-contained-error-focused-border-color: var(--colors-beta-400);--colors-button-contained-error-active-text-color: #ffffff;--colors-button-contained-error-active-bg-color: var(--colors-beta-700);--colors-button-contained-error-active-border-color: var(--colors-beta-700);--colors-button-contained-error-hover-text-color: #ffffff;--colors-button-contained-error-hover-bg-color: var(--colors-beta-600);--colors-button-contained-error-hover-border-color: var(--colors-beta-600);--colors-button-contained-error-disabled-text-color: #ffffff;--colors-button-contained-error-disabled-bg-color: var(--colors-delta-300);--colors-button-contained-error-disabled-border-color: transparent;--colors-button-outlined-common-text-color: var(--colors-delta-700);--colors-button-outlined-common-bg-color: transparent;--colors-button-outlined-common-border-color: var(--colors-delta-500);--colors-button-outlined-common-focused-text-color: var(--colors-gama-500);--colors-button-outlined-common-focused-bg-color: var(--colors-gama-50);--colors-button-outlined-common-focused-border-color: var(--colors-gama-400);--colors-button-outlined-common-active-text-color: var(--colors-gama-500);--colors-button-outlined-common-active-bg-color: var(--colors-gama-100);--colors-button-outlined-common-active-border-color: var(--colors-gama-300);--colors-button-outlined-common-hover-text-color: var(--colors-gama-500);--colors-button-outlined-common-hover-bg-color: var(--colors-gama-50);--colors-button-outlined-common-hover-border-color: var(--colors-gama-300);--colors-button-outlined-common-disabled-text-color: var(--colors-delta-300);--colors-button-outlined-common-disabled-bg-color: transparent;--colors-button-outlined-common-disabled-border-color: var(--colors-delta-300);--colors-button-outlined-error-text-color: var(--colors-beta-500);--colors-button-outlined-error-bg-color: transparent;--colors-button-outlined-error-border-color: var(--colors-beta-500);--colors-button-outlined-error-focused-text-color: #ffffff;--colors-button-outlined-error-focused-bg-color: var(--colors-beta-100);--colors-button-outlined-error-focused-border-color: var(--colors-beta-400);--colors-button-outlined-error-active-text-color: var(--colors-beta-700);--colors-button-outlined-error-active-bg-color: var(--colors-beta-100);--colors-button-outlined-error-active-border-color: var(--colors-beta-700);--colors-button-outlined-error-hover-text-color: var(--colors-beta-600);--colors-button-outlined-error-hover-bg-color: var(--colors-beta-100);--colors-button-outlined-error-hover-border-color: var(--colors-beta-600);--colors-button-outlined-error-disabled-text-color: var(--colors-delta-300);--colors-button-outlined-error-disabled-bg-color: transparent;--colors-button-outlined-error-disabled-border-color: var(--colors-delta-300);--colors-button-text-common-text-color: var(--colors-gama-500);--colors-button-text-common-bg-color: transparent;--colors-button-text-common-border-color: transparent;--colors-button-text-common-focused-text-color: var(--colors-gama-500);--colors-button-text-common-focused-bg-color: var(--colors-gama-50);--colors-button-text-common-focused-border-color: var(--colors-gama-400);--colors-button-text-common-active-text-color: var(--colors-gama-500);--colors-button-text-common-active-bg-color: var(--colors-gama-100);--colors-button-text-common-active-border-color: var(--colors-gama-100);--colors-button-text-common-hover-text-color: var(--colors-gama-500);--colors-button-text-common-hover-bg-color: var(--colors-gama-50);--colors-button-text-common-hover-border-color: var(--colors-gama-50);--colors-button-text-common-disabled-text-color: var(--colors-delta-300);--colors-button-text-common-disabled-bg-color: transparent;--colors-button-text-common-disabled-border-color: transparent;--colors-button-text-error-text-color: var(--colors-beta-500);--colors-button-text-error-bg-color: transparent;--colors-button-text-error-border-color: transparent;--colors-button-text-error-focused-text-color: var(--colors-beta-600);--colors-button-text-error-focused-bg-color: var(--colors-beta-100);--colors-button-text-error-focused-border-color: var(--colors-beta-400);--colors-button-text-error-active-text-color: var(--colors-beta-600);--colors-button-text-error-active-bg-color: var(--colors-beta-100);--colors-button-text-error-active-border-color: var(--colors-beta-100);--colors-button-text-error-hover-text-color: var(--colors-beta-600);--colors-button-text-error-hover-bg-color: var(--colors-beta-100);--colors-button-text-error-hover-border-color: var(--colors-beta-100);--colors-button-text-error-disabled-text-color: var(--colors-delta-300);--colors-button-text-error-disabled-bg-color: transparent;--colors-button-text-error-disabled-border-color: transparent;--colors-button-textGray-common-text-color: var(--colors-delta-700);--colors-button-textGray-common-bg-color: transparent;--colors-button-textGray-common-border-color: transparent;--colors-button-textGray-common-focused-text-color: var(--colors-gama-500);--colors-button-textGray-common-focused-bg-color: var(--colors-gama-50);--colors-button-textGray-common-focused-border-color: var(--colors-gama-400);--colors-button-textGray-common-active-text-color: var(--colors-gama-500);--colors-button-textGray-common-active-bg-color: var(--colors-gama-100);--colors-button-textGray-common-active-border-color: var(--colors-gama-100);--colors-button-textGray-common-hover-text-color: var(--colors-gama-500);--colors-button-textGray-common-hover-bg-color: var(--colors-gama-50);--colors-button-textGray-common-hover-border-color: var(--colors-gama-50);--colors-button-textGray-common-disabled-text-color: var(--colors-delta-300);--colors-button-textGray-common-disabled-bg-color: transparent;--colors-button-textGray-common-disabled-border-color: transparent;--colors-button-textWhite-common-text-color: white;--colors-button-textWhite-common-bg-color: transparent;--colors-button-textWhite-common-border-color: transparent;--colors-button-textWhite-common-focused-text-color: white;--colors-button-textWhite-common-focused-bg-color: transparent;--colors-button-textWhite-common-focused-border-color: transparent;--colors-button-textWhite-common-active-text-color: white;--colors-button-textWhite-common-active-bg-color: transparent;--colors-button-textWhite-common-active-border-color: transparent;--colors-button-textWhite-common-hover-text-color: white;--colors-button-textWhite-common-hover-bg-color: transparent;--colors-button-textWhite-common-hover-border-color: transparent;--colors-button-textWhite-common-disabled-text-color: white;--colors-button-textWhite-common-disabled-bg-color: transparent;--colors-button-textWhite-common-disabled-border-color: transparent;--colors-menu-text-active: var(--colors-jade-700)}.pointer-events-none{pointer-events:none!important}.visible{visibility:visible!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.bottom-3{bottom:.75rem!important}.bottom-4{bottom:1rem!important}.left-1\/2{left:50%!important}.left-2{left:.5rem!important}.right-1{right:.25rem!important}.right-2{right:.5rem!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.right-8{right:2rem!important}.top-1{top:.25rem!important}.top-1\/2{top:50%!important}.top-2{top:.5rem!important}.z-40{z-index:40!important}.z-\[51\]{z-index:51!important}.z-\[9999\]{z-index:9999!important}.m-0{margin:0!important}.m-2{margin:.5rem!important}.m-2\.5{margin:.625rem!important}.m-auto{margin:auto!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.mt-1{margin-top:.25rem!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.\!h-0{height:0px!important}.h-12{height:3rem!important}.h-2{height:.5rem!important}.h-4{height:1rem!important}.h-6{height:1.5rem!important}.h-\[15px\]{height:15px!important}.h-\[400px\]{height:400px!important}.h-\[50px\]{height:50px!important}.h-\[95\%\]{height:95%!important}.h-fit{height:-moz-fit-content!important;height:fit-content!important}.h-full{height:100%!important}.max-h-\[400px\]{max-height:400px!important}.max-h-\[800px\]{max-height:800px!important}.max-h-\[95\%\]{max-height:95%!important}.max-h-\[calc\(100dvh-100px\)\]{max-height:calc(100dvh - 100px)!important}.\!w-0{width:0px!important}.w-2{width:.5rem!important}.w-4{width:1rem!important}.w-52{width:13rem!important}.w-6{width:1.5rem!important}.w-\[150px\]{width:150px!important}.w-\[400px\]{width:400px!important}.w-\[600px\]{width:600px!important}.w-\[700px\]{width:700px!important}.w-\[95\%\]{width:95%!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.\!min-w-\[100px\]{min-width:100px!important}.min-w-\[350px\]{min-width:350px!important}.min-w-\[850px\]{min-width:850px!important}.min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.\!max-w-\[400px\]{max-width:400px!important}.max-w-\[303px\]{max-width:303px!important}.max-w-\[350px\]{max-width:350px!important}.max-w-\[400px\]{max-width:400px!important}.max-w-\[500px\]{max-width:500px!important}.max-w-\[600px\]{max-width:600px!important}.max-w-\[850px\]{max-width:850px!important}.max-w-\[95\%\]{max-width:95%!important}.max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.max-w-lg{max-width:32rem!important}.max-w-sm{max-width:24rem!important}.flex-1{flex:1 1 0%!important}.flex-none{flex:none!important}.flex-grow{flex-grow:1!important}.-translate-x-1\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-100{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-75{--tw-scale-x: .75 !important;--tw-scale-y: .75 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes opacity-appear{0%{height:0;opacity:0}to{height:100%;opacity:1}}.animate-opacity-appear-3{animation:opacity-appear .3s linear!important}@keyframes opacity-in{0%{opacity:0;height:100%}to{opacity:1;height:100%}}.animate-opacity-in{animation:opacity-in .1s linear!important}.cursor-default{cursor:default!important}.cursor-grab{cursor:grab!important}.cursor-pointer{cursor:pointer!important}.resize{resize:both!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0{gap:0px!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-12{gap:3rem!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-8{gap:2rem!important}.gap-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.gap-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.gap-x-4{-moz-column-gap:1rem!important;column-gap:1rem!important}.gap-y-2{row-gap:.5rem!important}.gap-y-3{row-gap:.75rem!important}.self-start{align-self:flex-start!important}.overflow-auto{overflow:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-scroll{overflow-y:scroll!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rounded{border-radius:.25rem!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.border{border-width:1px!important}.border-0{border-width:0px!important}.border-b-\[1px\]{border-bottom-width:1px!important}.border-t-\[1px\]{border-top-width:1px!important}.border-delta-200{border-color:var(--colors-delta-200)!important}.border-delta-300{border-color:var(--colors-delta-300)!important}.bg-delta-200{background-color:var(--colors-delta-200)!important}.bg-delta-50{background-color:var(--colors-delta-50)!important}.bg-gama-400{background-color:var(--colors-gama-400)!important}.bg-gama-50{background-color:var(--colors-gama-50)!important}.bg-gama-600{background-color:var(--colors-gama-600)!important}.bg-gama-700{background-color:var(--colors-gama-700)!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.bg-gray-300{--tw-bg-opacity: 1 !important;background-color:rgb(209 213 219 / var(--tw-bg-opacity))!important}.bg-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity))!important}.bg-orange-100{--tw-bg-opacity: 1 !important;background-color:rgb(255 237 213 / var(--tw-bg-opacity))!important}.bg-red-700{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity))!important}.bg-theta-700{background-color:var(--colors-theta-700)!important}.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.p-0{padding:0!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-\[2px\]{padding:2px!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-\[32px\]{padding-bottom:32px!important}.pl-0{padding-left:0!important}.pl-5{padding-left:1.25rem!important}.pl-6{padding-left:1.5rem!important}.pl-8{padding-left:2rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-5{padding-right:1.25rem!important}.pr-6{padding-right:1.5rem!important}.pt-3{padding-top:.75rem!important}.text-center{text-align:center!important}.align-middle{vertical-align:middle!important}.font-roboto,.font-sans{font-family:Roboto!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-\[10px\]{font-size:10px!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.capitalize{text-transform:capitalize!important}.italic{font-style:italic!important}.leading-4{line-height:1rem!important}.\!text-\[color\:var\(--colors-link-text-standart\)\]{color:var(--colors-link-text-standart)!important}.text-blue-500{--tw-text-opacity: 1 !important;color:rgb(59 130 246 / var(--tw-text-opacity))!important}.text-custom-grey-06{--tw-text-opacity: 1 !important;color:hsl(var(--color-cardea--grey-06) / var(--tw-text-opacity))!important}.text-delta-600{color:var(--colors-delta-600)!important}.text-delta-700{color:var(--colors-delta-700)!important}.text-delta-800{color:var(--colors-delta-800)!important}.text-gama-500{color:var(--colors-gama-500)!important}.text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity))!important}.text-gray-700{--tw-text-opacity: 1 !important;color:rgb(55 65 81 / var(--tw-text-opacity))!important}.text-green-500{--tw-text-opacity: 1 !important;color:rgb(34 197 94 / var(--tw-text-opacity))!important}.text-red-500{--tw-text-opacity: 1 !important;color:rgb(239 68 68 / var(--tw-text-opacity))!important}.text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.underline{text-decoration-line:underline!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.shadow-\[0_4px_40px_0px_rgba\(34\,33\,51\,0\.4\)\]{--tw-shadow: 0 4px 40px 0px rgba(34,33,51,.4) !important;--tw-shadow-colored: 0 4px 40px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0px_2px_4px_0px_rgba\(34\,_33\,_51\,_0\.15\)\]{--tw-shadow: 0px 2px 4px 0px rgba(34, 33, 51, .15) !important;--tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.outline{outline-style:solid!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[padding\]{transition-property:padding!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-0{transition-duration:0s!important}.duration-300{transition-duration:.3s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.border-solid{border-style:solid!important}.before\:shadow-none:before{content:var(--tw-content)!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.hover\:bg-gama-100:hover{background-color:var(--colors-gama-100)!important}.hover\:text-delta-700:hover{color:var(--colors-delta-700)!important}.hover\:text-gama-500:hover{color:var(--colors-gama-500)!important}._all-icons-container_1czju_1{display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;gap:1.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));padding:1.25rem}._icon_1czju_5{cursor:pointer}._styled-label-md_jbn3o_1{color:#49525f;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:4px}._styled-label-base_jbn3o_10{color:#363e4a;font-style:normal;font-weight:600;line-height:24px;font-size:16px;padding-bottom:4px}._styled-label-lg_jbn3o_19{color:#363e4a;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._styled-label-xl_jbn3o_27{color:#363e4a;font-size:20px;font-style:normal;font-weight:600;line-height:28px}._asma-core-ui-button_1r2np_1{border-color:transparent;border-width:1px;border-style:solid}._asma-core-ui-button_1r2np_1._contained_1r2np_27._common_1r2np_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-contained-common-text-color)!important;background-color:var(--colors-button-contained-common-bg-color)!important;border-color:var(--colors-button-contained-common-border-color)!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._common_1r2np_27:active{color:var(--colors-button-contained-common-active-text-color)!important;background-color:var(--colors-button-contained-common-active-bg-color)!important;border-color:var(--colors-button-contained-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._common_1r2np_27:hover{color:var(--colors-button-contained-common-hover-text-color)!important;background-color:var(--colors-button-contained-common-hover-bg-color)!important;border-color:var(--colors-button-contained-common-hover-border-color)!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._common_1r2np_27:focus{outline-offset:-2px!important;color:var(--colors-button-contained-common-focused-text-color)!important;background-color:var(--colors-button-contained-common-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._common_1r2np_27:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._contained_1r2np_27._common_1r2np_27:disabled{cursor:default;color:var(--colors-button-contained-common-disabled-text-color)!important;background-color:var(--colors-button-contained-common-disabled-bg-color)!important;border-color:var(--colors-button-contained-common-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._error_1r2np_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-contained-error-text-color)!important;background-color:var(--colors-button-contained-error-bg-color)!important;border-color:var(--colors-button-contained-error-border-color)!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._error_1r2np_84:active{color:var(--colors-button-contained-error-active-text-color)!important;background-color:var(--colors-button-contained-error-active-bg-color)!important;border-color:var(--colors-button-contained-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._error_1r2np_84:hover{color:var(--colors-button-contained-error-hover-text-color)!important;background-color:var(--colors-button-contained-error-hover-bg-color)!important;border-color:var(--colors-button-contained-error-hover-border-color)!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._error_1r2np_84:focus{outline-offset:-2px!important;color:var(--colors-button-contained-error-focused-text-color)!important;background-color:var(--colors-button-contained-error-focused-bg-color)!important;outline:2px solid var(--colors-button-contained-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._contained_1r2np_27._error_1r2np_84:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._contained_1r2np_27._error_1r2np_84:disabled{cursor:default;color:var(--colors-button-contained-error-disabled-text-color)!important;background-color:var(--colors-button-contained-error-disabled-bg-color)!important;border-color:var(--colors-button-contained-error-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._common_1r2np_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-outlined-common-text-color)!important;background-color:var(--colors-button-outlined-common-bg-color)!important;border-color:var(--colors-button-outlined-common-border-color)!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._common_1r2np_27:active{color:var(--colors-button-outlined-common-active-text-color)!important;background-color:var(--colors-button-outlined-common-active-bg-color)!important;border-color:var(--colors-button-outlined-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._common_1r2np_27:hover{color:var(--colors-button-outlined-common-hover-text-color)!important;background-color:var(--colors-button-outlined-common-hover-bg-color)!important;border-color:var(--colors-button-outlined-common-hover-border-color)!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._common_1r2np_27:focus{outline-offset:-2px!important;color:var(--colors-button-outlined-common-focused-text-color)!important;background-color:var(--colors-button-outlined-common-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._common_1r2np_27:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._common_1r2np_27:disabled{cursor:default;color:var(--colors-button-outlined-common-disabled-text-color)!important;background-color:var(--colors-button-outlined-common-disabled-bg-color)!important;border-color:var(--colors-button-outlined-common-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._error_1r2np_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-outlined-error-text-color)!important;background-color:var(--colors-button-outlined-error-bg-color)!important;border-color:var(--colors-button-outlined-error-border-color)!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._error_1r2np_84:active{color:var(--colors-button-outlined-error-active-text-color)!important;background-color:var(--colors-button-outlined-error-active-bg-color)!important;border-color:var(--colors-button-outlined-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._error_1r2np_84:hover{color:var(--colors-button-outlined-error-hover-text-color)!important;background-color:var(--colors-button-outlined-error-hover-bg-color)!important;border-color:var(--colors-button-outlined-error-hover-border-color)!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._error_1r2np_84:focus{outline-offset:-2px!important;color:var(--colors-button-outlined-error-focused-text-color)!important;background-color:var(--colors-button-outlined-error-focused-bg-color)!important;outline:2px solid var(--colors-button-outlined-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._error_1r2np_84:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._outlined_1r2np_141._error_1r2np_84:disabled{cursor:default;color:var(--colors-button-outlined-error-disabled-text-color)!important;background-color:var(--colors-button-outlined-error-disabled-bg-color)!important;border-color:var(--colors-button-outlined-error-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._common_1r2np_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-text-common-text-color)!important;background-color:var(--colors-button-text-common-bg-color)!important;border-color:var(--colors-button-text-common-border-color)!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._common_1r2np_27:active{color:var(--colors-button-text-common-active-text-color)!important;background-color:var(--colors-button-text-common-active-bg-color)!important;border-color:var(--colors-button-text-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._common_1r2np_27:hover{color:var(--colors-button-text-common-hover-text-color)!important;background-color:var(--colors-button-text-common-hover-bg-color)!important;border-color:var(--colors-button-text-common-hover-border-color)!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._common_1r2np_27:focus{outline-offset:-2px!important;color:var(--colors-button-text-common-focused-text-color)!important;background-color:var(--colors-button-text-common-focused-bg-color)!important;outline:2px solid var(--colors-button-text-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._common_1r2np_27:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._text_1r2np_255._common_1r2np_27:disabled{cursor:default;color:var(--colors-button-text-common-disabled-text-color)!important;background-color:var(--colors-button-text-common-disabled-bg-color)!important;border-color:var(--colors-button-text-common-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._error_1r2np_84{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-text-error-text-color)!important;background-color:var(--colors-button-text-error-bg-color)!important;border-color:var(--colors-button-text-error-border-color)!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._error_1r2np_84:active{color:var(--colors-button-text-error-active-text-color)!important;background-color:var(--colors-button-text-error-active-bg-color)!important;border-color:var(--colors-button-text-error-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._error_1r2np_84:hover{color:var(--colors-button-text-error-hover-text-color)!important;background-color:var(--colors-button-text-error-hover-bg-color)!important;border-color:var(--colors-button-text-error-hover-border-color)!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._error_1r2np_84:focus{outline-offset:-2px!important;color:var(--colors-button-text-error-focused-text-color)!important;background-color:var(--colors-button-text-error-focused-bg-color)!important;outline:2px solid var(--colors-button-text-error-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._text_1r2np_255._error_1r2np_84:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._text_1r2np_255._error_1r2np_84:disabled{cursor:default;color:var(--colors-button-text-error-disabled-text-color)!important;background-color:var(--colors-button-text-error-disabled-bg-color)!important;border-color:var(--colors-button-text-error-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._textGray_1r2np_369._common_1r2np_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-textGray-common-text-color)!important;background-color:var(--colors-button-textGray-common-bg-color)!important;border-color:var(--colors-button-textGray-common-border-color)!important}._asma-core-ui-button_1r2np_1._textGray_1r2np_369._common_1r2np_27:active{color:var(--colors-button-textGray-common-active-text-color)!important;background-color:var(--colors-button-textGray-common-active-bg-color)!important;border-color:var(--colors-button-textGray-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._textGray_1r2np_369._common_1r2np_27:hover{color:var(--colors-button-textGray-common-hover-text-color)!important;background-color:var(--colors-button-textGray-common-hover-bg-color)!important;border-color:var(--colors-button-textGray-common-hover-border-color)!important}._asma-core-ui-button_1r2np_1._textGray_1r2np_369._common_1r2np_27:focus{outline-offset:-2px!important;color:var(--colors-button-textGray-common-focused-text-color)!important;background-color:var(--colors-button-textGray-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textGray-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._textGray_1r2np_369._common_1r2np_27:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._textGray_1r2np_369._common_1r2np_27:disabled{cursor:default;color:var(--colors-button-textGray-common-disabled-text-color)!important;background-color:var(--colors-button-textGray-common-disabled-bg-color)!important;border-color:var(--colors-button-textGray-common-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._textWhite_1r2np_426._common_1r2np_27{cursor:pointer;border-radius:4px;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease-in-out;color:var(--colors-button-textWhite-common-text-color)!important;background-color:var(--colors-button-textWhite-common-bg-color)!important;border-color:var(--colors-button-textWhite-common-border-color)!important}._asma-core-ui-button_1r2np_1._textWhite_1r2np_426._common_1r2np_27:active{color:var(--colors-button-textWhite-common-active-text-color)!important;background-color:var(--colors-button-textWhite-common-active-bg-color)!important;border-color:var(--colors-button-textWhite-common-active-border-color)!important;outline:none!important}._asma-core-ui-button_1r2np_1._textWhite_1r2np_426._common_1r2np_27:hover{color:var(--colors-button-textWhite-common-hover-text-color)!important;background-color:var(--colors-button-textWhite-common-hover-bg-color)!important;border-color:var(--colors-button-textWhite-common-hover-border-color)!important}._asma-core-ui-button_1r2np_1._textWhite_1r2np_426._common_1r2np_27:focus{outline-offset:-2px!important;color:var(--colors-button-textWhite-common-focused-text-color)!important;background-color:var(--colors-button-textWhite-common-focused-bg-color)!important;outline:2px solid var(--colors-button-textWhite-common-focused-border-color)!important;transition:none!important}._asma-core-ui-button_1r2np_1._textWhite_1r2np_426._common_1r2np_27:focus._asma-core-ui-button_1r2np_1._contained_1r2np_27{box-shadow:inset 0 0 0 2px #fff}._asma-core-ui-button_1r2np_1._textWhite_1r2np_426._common_1r2np_27:disabled{cursor:default;color:var(--colors-button-textWhite-common-disabled-text-color)!important;background-color:var(--colors-button-textWhite-common-disabled-bg-color)!important;border-color:var(--colors-button-textWhite-common-disabled-border-color)!important}._asma-core-ui-button_1r2np_1._medium_1r2np_69{height:38px;padding-left:4px;padding-right:4px}._asma-core-ui-button_1r2np_1._small_1r2np_74{height:32px;padding-left:4px;padding-right:4px}._asma-core-ui-button_1r2np_1._large_1r2np_79{height:40px;padding-left:8px;padding-right:8px}._styled-dialog-root_1st3i_1{display:flex;align-items:top}._styled-top-header_1st3i_6{display:flex;width:100%;padding:16px 16px 0;justify-content:space-between}._styled-dialog-close_1st3i_13{display:flex;justify-content:flex-end;flex-grow:1;-moz-column-gap:8px;column-gap:8px}._styled-dialog-info_1st3i_20{display:flex;flex-direction:column;justify-content:flex-start;gap:2px}._styled-dialog-label_1st3i_27{display:flex;align-items:center;height:32px;font-weight:400;font-size:14px;line-height:20px;color:var(--colors-grey-700)}._styled-dialog-title_1st3i_37{display:flex;font-weight:600;font-size:24px;line-height:32px;color:var(--colors-grey-800)}._styled-dialog-actions-root_1yp8r_1{padding:0;margin:0;justify-content:center}._styled-dialog-actions_1yp8r_1{display:flex;width:100%;justify-content:center;justify-content:flex-end;padding:16px;gap:16px}@media (max-width: 768px){._action-button-wrapper_1yp8r_17{flex:1}._action-button-wrapper_1yp8r_17 button{width:100%}}._styled-dialog-content_d2vki_1{padding:16px;margin-left:0;margin-right:0;margin-top:0;width:100%}._styled-dialog-title-root_mcspk_1{padding:16px;font-size:20px;font-weight:600;margin-right:12px;margin-left:12px;line-height:20px}._textarea_1p8hl_1._active_1p8hl_1{width:400px!important;resize:none!important;border-radius:.25rem!important;border-style:none!important;padding:.75rem!important;font-family:Roboto!important;font-size:.875rem!important;line-height:1.25rem!important;font-weight:400!important;line-height:20px!important;outline-style:solid!important;transition-duration:75ms!important;color:var(--colors-input-active-text-color)!important;background-color:var(--colors-input-active-bg-color)!important;outline-color:var(--colors-input-active-outline-color)!important;outline-width:var(--input-active-outline-width)!important;cursor:var(--input-active-cursor)!important;outline-offset:-1px!important}._textarea_1p8hl_1._active_1p8hl_1::-moz-placeholder{color:var(--colors-input-active-placeholder-color)!important}._textarea_1p8hl_1._active_1p8hl_1::placeholder{color:var(--colors-input-active-placeholder-color)!important}._textarea_1p8hl_1._active_1p8hl_1:hover{color:var(--colors-input-active-hover-text-color)!important;background-color:var(--colors-input-active-hover-bg-color)!important;outline-color:var(--colors-input-active-hover-outline-color)!important;outline-width:var(--input-active-hover-outline-width)!important}._textarea_1p8hl_1._active_1p8hl_1:active{color:var(--colors-input-active-active-text-color)!important;background-color:var(--colors-input-active-active-bg-color)!important;outline-color:var(--colors-input-active-active-outline-color)!important;outline-width:var(--input-active-active-outline-width)!important;cursor:var(--input-active-active-cursor)!important}._textarea_1p8hl_1._active_1p8hl_1:focus{color:var(--colors-input-active-focus-text-color)!important;background-color:var(--colors-input-active-focus-bg-color)!important;outline-color:var(--colors-input-active-focus-outline-color)!important;outline-width:var(--input-active-focus-outline-width)!important;cursor:var(--input-active-focus-cursor)!important}._textarea_1p8hl_1._active_1p8hl_1:disabled{color:var(--colors-input-active-disabled-text-color)!important;background-color:var(--colors-input-active-disabled-bg-color)!important;outline-color:var(--colors-input-active-disabled-outline-color)!important;outline-width:var(--input-active-disabled-outline-width)!important;cursor:var(--input-active-disabled-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40{width:400px!important;resize:none!important;border-radius:.25rem!important;border-style:none!important;padding:.75rem!important;font-family:Roboto!important;font-size:.875rem!important;line-height:1.25rem!important;font-weight:400!important;line-height:20px!important;outline-style:solid!important;transition-duration:75ms!important;color:var(--colors-input-error-text-color)!important;background-color:var(--colors-input-error-bg-color)!important;outline-color:var(--colors-input-error-outline-color)!important;outline-width:var(--input-error-outline-width)!important;cursor:var(--input-error-cursor)!important;outline-offset:-1px!important}._textarea_1p8hl_1._error_1p8hl_40::-moz-placeholder{color:var(--colors-input-error-placeholder-color)!important}._textarea_1p8hl_1._error_1p8hl_40::placeholder{color:var(--colors-input-error-placeholder-color)!important}._textarea_1p8hl_1._error_1p8hl_40:hover{color:var(--colors-input-error-hover-text-color)!important;background-color:var(--colors-input-error-hover-bg-color)!important;outline-color:var(--colors-input-error-hover-outline-color)!important;outline-width:var(--input-error-hover-outline-width)!important}._textarea_1p8hl_1._error_1p8hl_40:active{color:var(--colors-input-error-active-text-color)!important;background-color:var(--colors-input-error-active-bg-color)!important;outline-color:var(--colors-input-error-active-outline-color)!important;outline-width:var(--input-error-active-outline-width)!important;cursor:var(--input-error-active-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40:focus{color:var(--colors-input-error-focus-text-color)!important;background-color:var(--colors-input-error-focus-bg-color)!important;outline-color:var(--colors-input-error-focus-outline-color)!important;outline-width:var(--input-error-focus-outline-width)!important;cursor:var(--input-error-focus-cursor)!important}._textarea_1p8hl_1._error_1p8hl_40:disabled{color:var(--colors-input-error-disabled-text-color)!important;background-color:var(--colors-input-error-disabled-bg-color)!important;outline-color:var(--colors-input-error-disabled-outline-color)!important;outline-width:var(--input-error-disabled-outline-width)!important;cursor:var(--input-error-disabled-cursor)!important}._label_1p8hl_80._active_1p8hl_1{width:-moz-fit-content;width:fit-content;font-family:Roboto;font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--colors-input-label-active-text-color)}._label_1p8hl_80._error_1p8hl_40{width:-moz-fit-content;width:fit-content;font-family:Roboto;font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--colors-input-label-error-text-color)}._label_1p8hl_80._disabled_1p8hl_88{width:-moz-fit-content;width:fit-content;font-family:Roboto;font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--colors-input-label-disabled-text-color)}._description_1p8hl_93._active_1p8hl_1{font-family:Roboto;font-size:.75rem;line-height:1rem;color:var(--colors-input-description-active-text-color)}._description_1p8hl_93._error_1p8hl_40{font-family:Roboto;font-size:.75rem;line-height:1rem;color:var(--colors-input-description-error-text-color)}._description_1p8hl_93._disabled_1p8hl_88{font-family:Roboto;font-size:.75rem;line-height:1rem;color:var(--colors-input-description-disabled-text-color)}._styledSelectAutocompleteWrapper_lfbvb_1{width:100%}._select-custom-icon_lfbvb_5{margin-top:"-0.5px !important"}._styled-label_1fp95_1{font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;text-transform:uppercase;height:16px;padding:2px 6px;border-radius:3px;background-color:var(--colors-gama-50);color:var(--colors-gama-700)}._styled-link_hyb3l_1{font-family:Roboto;font-weight:600;width:-moz-fit-content;width:fit-content;text-decoration-line:underline;border-radius:4px;padding:2px 4px;outline:2px solid transparent;outline-offset:2px;border-style:none;color:var(--colors-gama-500)}._styled-link_hyb3l_1:not(._styled-link-disabled_hyb3l_16):hover{color:var(--colors-gama-600)!important}._styled-link_hyb3l_1:not(._styled-link-disabled_hyb3l_16):active{color:var(--colors-gama-500)!important}._styled-link_hyb3l_1:not(._styled-link-disabled_hyb3l_16):focus{outline-offset:-1px!important;outline:1px solid var(--colors-warning-500)!important;color:var(--colors-gama-500)!important}._styled-link-disabled_hyb3l_16{color:var(--colors-delta-300)}._styled-link-xs_hyb3l_32{font-size:12px;line-height:20px}._styled-link-small_hyb3l_37{font-size:14px;line-height:20px}._styled-link-large_hyb3l_42{font-size:16px;line-height:24px}._copy-wrapper_1gjzc_1:hover ._hidden-copy_1gjzc_1{visibility:visible}._hidden-copy_1gjzc_1{visibility:hidden}._styled-widget-title_1gze6_1{font-size:18px;font-style:normal;font-weight:600;line-height:20.7px;color:var(--colors-gray-800)}._styled-widget-header_1qk88_1{display:flex;position:relative;padding:16px 16px 24px;justify-content:space-between;align-items:center}._asma-core-ui-styled-widget_cb7kt_1{box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;gap:16px;padding:16px;width:100%;border-radius:8px;box-shadow:0 0 4px #22213326;transition:all .3s ease-out}._asma-core-ui-styled-widget_cb7kt_1 ._widget-header_cb7kt_13{color:var(--colors-gray-800);display:flex;gap:10px;align-items:center}._asma-core-ui-styled-widget_cb7kt_1 ._widget-content_cb7kt_19{height:100%;width:100%;min-height:50px;overflow-y:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}._asma-core-ui-styled-widget_cb7kt_1 ._widget-footer_cb7kt_29{display:flex;align-items:center;justify-content:space-between}._asma-core-ui-styled-widget_cb7kt_1 ._widget-link_cb7kt_34{cursor:pointer}._styled-module-title_174mo_1{margin-bottom:20px;font-size:24px;line-height:40px;font-weight:700;color:#17232e}@media (min-width: 768px){._styled-module-title_174mo_1{margin-bottom:8px}}._dialog_erjok_1{position:fixed;bottom:1rem;right:1rem}@keyframes _opacity-appear_erjok_1{0%{height:0;opacity:0}to{height:100%;opacity:1}}._dialog_erjok_1{animation:_opacity-appear_erjok_1 1s linear;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 4px 40px 0px rgba(34,33,51,.4);--tw-shadow-colored: 0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;width:387px;padding:.5rem .75rem .5rem 1rem}._dialog_erjok_1._hidden_erjok_9{margin:0!important;height:0px!important;width:0px!important;padding:0!important}._dialog-base_1tnc1_1{position:fixed;bottom:0px;right:0px;display:flex;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 4px 40px 0px rgba(34,33,51,.4);--tw-shadow-colored: 0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._minimized-dialog_1tnc1_5{position:fixed;bottom:0px;right:0px;display:flex;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 4px 40px 0px rgba(34,33,51,.4);--tw-shadow-colored: 0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);width:100vw;overflow:clip;border-radius:0;padding:.25rem .5rem}@media (min-width: 640px){._minimized-dialog_1tnc1_5{bottom:1rem;right:1rem;max-height:calc(100dvh - 32px);width:-moz-fit-content;width:fit-content;max-width:calc(100dvw - 48px);border-radius:.5rem}}._dialog_1tnc1_1{position:fixed;bottom:0px;right:0px;display:flex;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 4px 40px 0px rgba(34,33,51,.4);--tw-shadow-colored: 0 4px 40px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);height:100dvh;width:100dvw}@media (min-width: 640px){._dialog_1tnc1_1{bottom:1rem;right:1rem;max-height:calc(100dvh - 88px);max-width:600px;border-radius:.5rem}}._hidden_1tnc1_25{margin:0;height:0px;width:0px;padding:0}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.1.4",
6
+ "version": "3.1.5",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",