nntc-ui 0.0.78 → 0.0.80

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 (302) hide show
  1. package/chunk-64SOJQ5A.js +292 -0
  2. package/icons/index.d.ts +85 -0
  3. package/{src/stories/icons/Icons.stories.tsx → icons/index.js} +12 -40
  4. package/index.css +2111 -0
  5. package/index.d.ts +459 -0
  6. package/index.js +4394 -0
  7. package/package.json +2 -2
  8. package/.editorconfig +0 -25
  9. package/.gitattributes +0 -64
  10. package/.gitlab-ci.yml +0 -40
  11. package/.helm/Chart.yaml +0 -5
  12. package/.helm/values.yaml +0 -12
  13. package/.prettierignore +0 -12
  14. package/.prettierrc.json +0 -19
  15. package/.storybook/global.d.ts +0 -4
  16. package/.storybook/main.ts +0 -12
  17. package/.storybook/preview.tsx +0 -62
  18. package/.stylelintignore +0 -3
  19. package/.stylelintrc.json +0 -5
  20. package/.vscode/settings.json +0 -10
  21. package/Dockerfile +0 -21
  22. package/babel.config.json +0 -23
  23. package/cssModulesPluginTemplate.js +0 -5
  24. package/eslint.config.mjs +0 -161
  25. package/gl-container-scanning-report.json +0 -1
  26. package/gl-dependency-scanning-report.json +0 -1
  27. package/gl-sbom-report.cdx.json +0 -1
  28. package/nginx.conf +0 -14
  29. package/postcss.config.cjs +0 -12
  30. package/src/components/common/Button/Button.stories.tsx +0 -46
  31. package/src/components/common/Button/Button.tsx +0 -47
  32. package/src/components/common/Button/button.module.css +0 -204
  33. package/src/components/common/Button/button.module.css.json +0 -1
  34. package/src/components/common/Button/index.ts +0 -1
  35. package/src/components/common/ButtonsGroup/ButtonsGroup.stories.tsx +0 -52
  36. package/src/components/common/ButtonsGroup/ButtonsGroup.tsx +0 -16
  37. package/src/components/common/ButtonsGroup/buttonsGroup.module.css +0 -25
  38. package/src/components/common/ButtonsGroup/buttonsGroup.module.css.json +0 -1
  39. package/src/components/common/ButtonsGroup/index.ts +0 -1
  40. package/src/components/common/Checkbox/Checkbox.stories.tsx +0 -48
  41. package/src/components/common/Checkbox/Checkbox.tsx +0 -97
  42. package/src/components/common/Checkbox/checkbox.module.css +0 -112
  43. package/src/components/common/Checkbox/checkbox.module.css.json +0 -1
  44. package/src/components/common/Checkbox/index.ts +0 -1
  45. package/src/components/common/Checklist/Checklist.stories.tsx +0 -138
  46. package/src/components/common/Checklist/Checklist.tsx +0 -151
  47. package/src/components/common/Checklist/checklist.module.css +0 -23
  48. package/src/components/common/Checklist/checklist.module.css.json +0 -1
  49. package/src/components/common/Checklist/index.ts +0 -4
  50. package/src/components/common/Checklist/models/Item.ts +0 -4
  51. package/src/components/common/Checklist/models/SelectedItems.ts +0 -3
  52. package/src/components/common/Checklist/utils/filterItems.ts +0 -18
  53. package/src/components/common/ColorPicker/ColorPicker.stories.tsx +0 -110
  54. package/src/components/common/ColorPicker/ColorPicker.tsx +0 -116
  55. package/src/components/common/ColorPicker/colorPicker.module.css +0 -132
  56. package/src/components/common/ColorPicker/colorPicker.module.css.json +0 -1
  57. package/src/components/common/ColorPicker/index.ts +0 -1
  58. package/src/components/common/DateTime/DateTime.stories.tsx +0 -155
  59. package/src/components/common/DateTime/DateTime.tsx +0 -142
  60. package/src/components/common/DateTime/dateTime.module.css +0 -96
  61. package/src/components/common/DateTime/dateTime.module.css.json +0 -1
  62. package/src/components/common/DateTime/index.ts +0 -2
  63. package/src/components/common/DateTime/models/dayjs.ts +0 -18
  64. package/src/components/common/DateTime/ui/CalendarPopover/CalendarPopover.tsx +0 -481
  65. package/src/components/common/DateTime/ui/CalendarPopover/calendarPopover.module.css +0 -131
  66. package/src/components/common/DateTime/ui/CalendarPopover/calendarPopover.module.css.json +0 -1
  67. package/src/components/common/DateTime/ui/CalendarPopover/index.ts +0 -1
  68. package/src/components/common/Input/Input.stories.tsx +0 -100
  69. package/src/components/common/Input/Input.tsx +0 -70
  70. package/src/components/common/Input/index.ts +0 -1
  71. package/src/components/common/Input/input.module.css +0 -72
  72. package/src/components/common/Input/input.module.css.json +0 -1
  73. package/src/components/common/MultiSelect/MultiSelect.stories.tsx +0 -259
  74. package/src/components/common/MultiSelect/MultiSelect.tsx +0 -226
  75. package/src/components/common/MultiSelect/index.ts +0 -4
  76. package/src/components/common/MultiSelect/models/Item.ts +0 -7
  77. package/src/components/common/MultiSelect/models/TitleVariant.ts +0 -1
  78. package/src/components/common/MultiSelect/multiSelect.module.css +0 -260
  79. package/src/components/common/MultiSelect/multiSelect.module.css.json +0 -1
  80. package/src/components/common/MultiSelect/multiSelect.stories.module.css +0 -4
  81. package/src/components/common/MultiSelect/ui/SelectPopover/SelectPopover.tsx +0 -70
  82. package/src/components/common/MultiSelect/ui/SelectPopover/index.ts +0 -1
  83. package/src/components/common/MultiSelect/utils/getTitle.ts +0 -16
  84. package/src/components/common/SearchInput/SearchInput.stories.tsx +0 -87
  85. package/src/components/common/SearchInput/SearchInput.tsx +0 -68
  86. package/src/components/common/SearchInput/index.ts +0 -1
  87. package/src/components/common/SearchInput/searchInput.module.css +0 -90
  88. package/src/components/common/SearchInput/searchInput.module.css.json +0 -1
  89. package/src/components/common/Select/Select.stories.tsx +0 -161
  90. package/src/components/common/Select/Select.tsx +0 -168
  91. package/src/components/common/Select/index.ts +0 -5
  92. package/src/components/common/Select/models/Divider.ts +0 -4
  93. package/src/components/common/Select/models/Item.ts +0 -15
  94. package/src/components/common/Select/select.module.css +0 -187
  95. package/src/components/common/Select/select.module.css.json +0 -1
  96. package/src/components/common/Select/ui/SelectPopover/SelectPopover.tsx +0 -50
  97. package/src/components/common/Select/ui/SelectPopover/index.ts +0 -1
  98. package/src/components/common/WrapForLabel/WrapForLabel.stories.tsx +0 -36
  99. package/src/components/common/WrapForLabel/WrapForLabel.tsx +0 -19
  100. package/src/components/common/WrapForLabel/index.ts +0 -1
  101. package/src/components/common/WrapForLabel/wrapForLabel.module.css +0 -14
  102. package/src/components/common/WrapForLabel/wrapForLabel.module.css.json +0 -1
  103. package/src/components/layout/Layout/Layout.stories.tsx +0 -44
  104. package/src/components/layout/Layout/Layout.tsx +0 -20
  105. package/src/components/layout/Layout/index.ts +0 -1
  106. package/src/components/layout/Layout/layout.module.css +0 -16
  107. package/src/components/layout/Layout/layout.module.css.json +0 -1
  108. package/src/components/layout/Surface/Surface.stories.tsx +0 -42
  109. package/src/components/layout/Surface/Surface.tsx +0 -16
  110. package/src/components/layout/Surface/index.ts +0 -1
  111. package/src/components/layout/Surface/surface.module.css +0 -24
  112. package/src/components/layout/Surface/surface.module.css.json +0 -1
  113. package/src/components/navigation/Menu/Menu.stories.tsx +0 -226
  114. package/src/components/navigation/Menu/Menu.tsx +0 -121
  115. package/src/components/navigation/Menu/index.ts +0 -4
  116. package/src/components/navigation/Menu/menu.module.css +0 -110
  117. package/src/components/navigation/Menu/menu.module.css.json +0 -1
  118. package/src/components/navigation/Menu/models/Divider.ts +0 -4
  119. package/src/components/navigation/Menu/models/Item.ts +0 -20
  120. package/src/components/navigation/Tabs/Tabs.stories.tsx +0 -959
  121. package/src/components/navigation/Tabs/Tabs.tsx +0 -163
  122. package/src/components/navigation/Tabs/index.ts +0 -3
  123. package/src/components/navigation/Tabs/models/Item.ts +0 -9
  124. package/src/components/navigation/Tabs/tabs.module.css +0 -179
  125. package/src/components/navigation/Tabs/tabs.module.css.json +0 -1
  126. package/src/components/navigation/Tabs/tabs.stories.module.css +0 -3
  127. package/src/components/view/Card/Card.stories.tsx +0 -74
  128. package/src/components/view/Card/Card.tsx +0 -29
  129. package/src/components/view/Card/card.module.css +0 -21
  130. package/src/components/view/Card/card.module.css.json +0 -1
  131. package/src/components/view/Card/index.ts +0 -1
  132. package/src/components/view/Chip/Chip.stories.tsx +0 -208
  133. package/src/components/view/Chip/Chip.tsx +0 -69
  134. package/src/components/view/Chip/chip.module.css +0 -152
  135. package/src/components/view/Chip/chip.module.css.json +0 -1
  136. package/src/components/view/Chip/index.ts +0 -2
  137. package/src/components/view/Modal/Modal.stories.tsx +0 -63
  138. package/src/components/view/Modal/Modal.tsx +0 -53
  139. package/src/components/view/Modal/index.ts +0 -1
  140. package/src/components/view/Modal/modal.module.css +0 -18
  141. package/src/components/view/Modal/modal.module.css.json +0 -1
  142. package/src/components/view/Modal/modal.stories.module.css +0 -18
  143. package/src/components/view/Pairs/Pairs.stories.tsx +0 -101
  144. package/src/components/view/Pairs/Pairs.tsx +0 -61
  145. package/src/components/view/Pairs/index.ts +0 -2
  146. package/src/components/view/Pairs/models/Pair.ts +0 -4
  147. package/src/components/view/Pairs/pairs.module.css +0 -35
  148. package/src/components/view/Pairs/pairs.module.css.json +0 -1
  149. package/src/components/view/Pairs/ui/TypographyWithTooltip.tsx +0 -31
  150. package/src/components/view/Popover/Popover.stories.tsx +0 -105
  151. package/src/components/view/Popover/Popover.tsx +0 -72
  152. package/src/components/view/Popover/index.ts +0 -1
  153. package/src/components/view/Popover/popover.module.css +0 -23
  154. package/src/components/view/Popover/popover.module.css.json +0 -1
  155. package/src/components/view/Popover/ui/Arrow/Arrow.tsx +0 -11
  156. package/src/components/view/Popover/ui/Arrow/index.ts +0 -1
  157. package/src/components/view/Popover/ui/PopoverContent/PopoverContent.tsx +0 -48
  158. package/src/components/view/Popover/ui/PopoverContent/index.ts +0 -1
  159. package/src/components/view/Popover/ui/PopoverProvider/PopoverProvider.tsx +0 -13
  160. package/src/components/view/Popover/ui/PopoverProvider/constants/PopoverContext.ts +0 -5
  161. package/src/components/view/Popover/ui/PopoverProvider/hooks/usePopover.ts +0 -71
  162. package/src/components/view/Popover/ui/PopoverProvider/index.ts +0 -1
  163. package/src/components/view/Popover/ui/PopoverProvider/models/PopoverOptions.ts +0 -12
  164. package/src/components/view/Popover/ui/PopoverProvider/models/PopoverState.ts +0 -7
  165. package/src/components/view/Popover/ui/PopoverTrigger/PopoverTrigger.tsx +0 -36
  166. package/src/components/view/Popover/ui/PopoverTrigger/index.ts +0 -1
  167. package/src/components/view/Tooltip/Tooltip.stories.tsx +0 -141
  168. package/src/components/view/Tooltip/Tooltip.tsx +0 -74
  169. package/src/components/view/Tooltip/index.ts +0 -1
  170. package/src/components/view/Tooltip/tooltip.module.css +0 -93
  171. package/src/components/view/Tooltip/tooltip.module.css.json +0 -1
  172. package/src/components/view/Tooltip/ui/TooltipContent/TooltipContent.tsx +0 -88
  173. package/src/components/view/Tooltip/ui/TooltipContent/index.ts +0 -1
  174. package/src/components/view/Tooltip/ui/TooltipProvider/TooltipProvider.tsx +0 -13
  175. package/src/components/view/Tooltip/ui/TooltipProvider/constants/TooltipContext.ts +0 -5
  176. package/src/components/view/Tooltip/ui/TooltipProvider/hooks/useTooltip.ts +0 -76
  177. package/src/components/view/Tooltip/ui/TooltipProvider/index.ts +0 -1
  178. package/src/components/view/Tooltip/ui/TooltipProvider/models/TooltipOptions.ts +0 -12
  179. package/src/components/view/Tooltip/ui/TooltipProvider/models/TooltipState.ts +0 -3
  180. package/src/components/view/Tooltip/ui/TooltipTrigger/TooltipTrigger.tsx +0 -36
  181. package/src/components/view/Tooltip/ui/TooltipTrigger/index.ts +0 -1
  182. package/src/components/view/TreeView/TreeView.stories.tsx +0 -174
  183. package/src/components/view/TreeView/TreeView.tsx +0 -69
  184. package/src/components/view/TreeView/index.ts +0 -2
  185. package/src/components/view/TreeView/models/Item.ts +0 -7
  186. package/src/components/view/TreeView/treeView.module.css +0 -3
  187. package/src/components/view/TreeView/treeView.module.css.json +0 -1
  188. package/src/components/view/TreeView/ui/TreeViewItem/TreeViewItem.tsx +0 -84
  189. package/src/components/view/TreeView/ui/TreeViewItem/index.ts +0 -1
  190. package/src/components/view/TreeView/ui/TreeViewItem/treeViewItem.module.css +0 -30
  191. package/src/components/view/TreeView/ui/TreeViewItem/treeViewItem.module.css.json +0 -1
  192. package/src/components/view/TreeView/utils/getFilteredTree.ts +0 -23
  193. package/src/components/view/Typography/Typography.stories.tsx +0 -115
  194. package/src/components/view/Typography/Typography.tsx +0 -42
  195. package/src/components/view/Typography/index.ts +0 -1
  196. package/src/components/view/Typography/typography.module.css +0 -97
  197. package/src/components/view/Typography/typography.module.css.json +0 -1
  198. package/src/components/view/VirtualTable/VirtualTable.stories.tsx +0 -126
  199. package/src/components/view/VirtualTable/VirtualTable.tsx +0 -684
  200. package/src/components/view/VirtualTable/constants/baseColumns.ts +0 -39
  201. package/src/components/view/VirtualTable/constants/bigBaseColumns.ts +0 -35
  202. package/src/components/view/VirtualTable/constants/bigSampleData.ts +0 -92
  203. package/src/components/view/VirtualTable/constants/defaultRowHeight.ts +0 -1
  204. package/src/components/view/VirtualTable/constants/sampleData.ts +0 -213
  205. package/src/components/view/VirtualTable/index.ts +0 -14
  206. package/src/components/view/VirtualTable/models/AdditionalButton.ts +0 -10
  207. package/src/components/view/VirtualTable/models/ColumnAlign.ts +0 -1
  208. package/src/components/view/VirtualTable/models/FilterBy.ts +0 -5
  209. package/src/components/view/VirtualTable/models/SortBy.ts +0 -7
  210. package/src/components/view/VirtualTable/models/SortType.ts +0 -1
  211. package/src/components/view/VirtualTable/models/TableCell.ts +0 -5
  212. package/src/components/view/VirtualTable/models/TableColumn.ts +0 -26
  213. package/src/components/view/VirtualTable/models/TableRow.ts +0 -5
  214. package/src/components/view/VirtualTable/models/VerticalAlign.ts +0 -1
  215. package/src/components/view/VirtualTable/models/VirtualTableRef.ts +0 -4
  216. package/src/components/view/VirtualTable/ui/DateFiltration/DateFiltration.tsx +0 -37
  217. package/src/components/view/VirtualTable/ui/DateFiltration/dateFiltration.module.css +0 -6
  218. package/src/components/view/VirtualTable/ui/DateFiltration/dateFiltration.module.css.json +0 -1
  219. package/src/components/view/VirtualTable/ui/DateFiltration/index.ts +0 -1
  220. package/src/components/view/VirtualTable/ui/DefaultColumn/DefaultColumn.tsx +0 -130
  221. package/src/components/view/VirtualTable/ui/DefaultColumn/index.ts +0 -1
  222. package/src/components/view/VirtualTable/ui/HeaderDropdown/HeaderDropdown.tsx +0 -297
  223. package/src/components/view/VirtualTable/ui/HeaderDropdown/headerDropdown.module.css +0 -20
  224. package/src/components/view/VirtualTable/ui/HeaderDropdown/headerDropdown.module.css.json +0 -1
  225. package/src/components/view/VirtualTable/ui/HeaderDropdown/index.ts +0 -1
  226. package/src/components/view/VirtualTable/ui/NumberFiltration/NumberFiltration.tsx +0 -150
  227. package/src/components/view/VirtualTable/ui/NumberFiltration/index.ts +0 -1
  228. package/src/components/view/VirtualTable/ui/NumberFiltration/numberFiltration.module.css +0 -23
  229. package/src/components/view/VirtualTable/ui/NumberFiltration/numberFiltration.module.css.json +0 -1
  230. package/src/components/view/VirtualTable/utils/alphanumericCompare.ts +0 -29
  231. package/src/components/view/VirtualTable/utils/getColumns.ts +0 -38
  232. package/src/components/view/VirtualTable/utils/getNextHorizontalHeaders.ts +0 -21
  233. package/src/components/view/VirtualTable/utils/getNextVerticalHeaders.ts +0 -18
  234. package/src/components/view/VirtualTable/utils/getPrevHorizontalHeaders.ts +0 -19
  235. package/src/components/view/VirtualTable/utils/getPrevVerticalHeaders.ts +0 -22
  236. package/src/components/view/VirtualTable/utils/recursiveFilter.ts +0 -33
  237. package/src/components/view/VirtualTable/utils/recursiveSort.ts +0 -24
  238. package/src/components/view/VirtualTable/virtualTable.module.css +0 -263
  239. package/src/components/view/VirtualTable/virtualTable.module.css.json +0 -1
  240. package/src/hooks/useTranslation.ts +0 -15
  241. package/src/hooks/window/hooks/useWindowSize.ts +0 -14
  242. package/src/hooks/window/index.ts +0 -1
  243. package/src/i18n/config.ts +0 -23
  244. package/src/i18n/locales/en.json +0 -23
  245. package/src/i18n/locales/ru.json +0 -23
  246. package/src/icons/AddIcon.tsx +0 -9
  247. package/src/icons/AlertIcon.tsx +0 -13
  248. package/src/icons/ArrowDropDownIcon.tsx +0 -9
  249. package/src/icons/ArrowDropUpIcon.tsx +0 -9
  250. package/src/icons/AttachIcon.tsx +0 -10
  251. package/src/icons/BarChartIcon.tsx +0 -9
  252. package/src/icons/BookmarkAddIcon.tsx +0 -12
  253. package/src/icons/BookmarkIcon.tsx +0 -9
  254. package/src/icons/CheckboxDeselectedIcon.tsx +0 -9
  255. package/src/icons/CheckboxIcon.tsx +0 -10
  256. package/src/icons/CheckboxSeveralIcon.tsx +0 -10
  257. package/src/icons/ChevronLeftIcon.tsx +0 -9
  258. package/src/icons/ChevronRightIcon.tsx +0 -9
  259. package/src/icons/CircleFilledIcon.tsx +0 -9
  260. package/src/icons/CloseIcon.tsx +0 -9
  261. package/src/icons/DateRangeIcon.tsx +0 -10
  262. package/src/icons/DeleteIcon.tsx +0 -9
  263. package/src/icons/DoneIcon.tsx +0 -9
  264. package/src/icons/DownloadIcon.tsx +0 -9
  265. package/src/icons/EditIcon.tsx +0 -10
  266. package/src/icons/ExportTableIcon.tsx +0 -19
  267. package/src/icons/FileUploadIcon.tsx +0 -9
  268. package/src/icons/FilterClearIcon.tsx +0 -24
  269. package/src/icons/FilterIcon.tsx +0 -13
  270. package/src/icons/FullScreenOffIcon.tsx +0 -9
  271. package/src/icons/FullScreenOnIcon.tsx +0 -12
  272. package/src/icons/Icon.tsx +0 -27
  273. package/src/icons/InfoIcon.tsx +0 -12
  274. package/src/icons/KeyboardArrowDownIcon.tsx +0 -9
  275. package/src/icons/ListIcon.tsx +0 -9
  276. package/src/icons/MoreVerticalIcon.tsx +0 -10
  277. package/src/icons/SearchIcon.tsx +0 -10
  278. package/src/icons/SettingsIcon.tsx +0 -10
  279. package/src/icons/SortDownIcon.tsx +0 -9
  280. package/src/icons/SortUpIcon.tsx +0 -9
  281. package/src/icons/TableChartIcon.tsx +0 -9
  282. package/src/icons/UploadIcon.tsx +0 -9
  283. package/src/icons/VisibilityIcon.tsx +0 -18
  284. package/src/icons/WellIcon.tsx +0 -10
  285. package/src/icons/index.ts +0 -38
  286. package/src/index.ts +0 -61
  287. package/src/models/Maybe.ts +0 -1
  288. package/src/models/UiProps.ts +0 -3
  289. package/src/types/global.d.ts +0 -3
  290. package/src/types/tanstack.d.ts +0 -36
  291. package/src/utils/index.ts +0 -2
  292. package/src/utils/toFirstLetterLowerCase.ts +0 -3
  293. package/src/utils/toFirstLetterUpperCase.ts +0 -3
  294. package/tsconfig.json +0 -50
  295. package/tsup.config.ts +0 -11
  296. package/vite.config.ts +0 -13
  297. package/werf-giterminism.yaml +0 -19
  298. package/werf.yaml +0 -8
  299. /package/{src/styles → styles}/global.css +0 -0
  300. /package/{src/styles → styles}/localGlobal.css +0 -0
  301. /package/{src/styles → styles}/themes/dark.css +0 -0
  302. /package/{src/styles → styles}/themes/light.css +0 -0
package/index.css ADDED
@@ -0,0 +1,2111 @@
1
+ /* src/components/common/Button/button.module.css */
2
+ .button_root {
3
+ padding: 0;
4
+ font-size: var(--text-button-size);
5
+ font-weight: var(--text-button-weight);
6
+ line-height: var(--text-button-height);
7
+ letter-spacing: var(--text-button-letter);
8
+ cursor: pointer;
9
+ border: none;
10
+ border-radius: 4px;
11
+ outline: none;
12
+ }
13
+ .button_stateLayer {
14
+ display: inline-flex;
15
+ flex-direction: row;
16
+ gap: 8px;
17
+ align-items: center;
18
+ justify-content: center;
19
+ width: 100%;
20
+ background-color: transparent;
21
+ }
22
+ .button_root:hover > .button_stateLayer {
23
+ background-color: var(--theme-overlay-8);
24
+ }
25
+ .button_root:focus > .button_stateLayer {
26
+ background-color: var(--theme-overlay-12);
27
+ }
28
+ .button_root:active > .button_stateLayer,
29
+ .button_root.button_active > .button_stateLayer {
30
+ background-color: var(--theme-overlay-12);
31
+ }
32
+ .button_filled {
33
+ color: var(--theme-text-button-invert);
34
+ background-color: var(--theme-focus);
35
+ }
36
+ .button_outlined {
37
+ color: var(--theme-focus);
38
+ background-color: transparent;
39
+ outline: 1px solid var(--theme-grey-500);
40
+ }
41
+ .button_outlined:focus {
42
+ outline-color: var(--theme-focus);
43
+ }
44
+ .button_text {
45
+ color: var(--theme-focus);
46
+ background-color: transparent;
47
+ }
48
+ .button_elevated {
49
+ color: var(--theme-focus);
50
+ background-color: var(--theme-button-elevated);
51
+ box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
52
+ }
53
+ .button_elevated:hover {
54
+ box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
55
+ }
56
+ .button_tonal {
57
+ color: var(--theme-text-button-primary);
58
+ background-color: var(--theme-button-tonal);
59
+ }
60
+ .button_tonal:hover {
61
+ box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
62
+ }
63
+ .button_link {
64
+ color: var(--theme-focus);
65
+ background-color: transparent;
66
+ }
67
+ .button_link:hover > .button_stateLayer,
68
+ .button_link:focus > .button_stateLayer,
69
+ .button_link:active > .button_stateLayer,
70
+ .button_link.button_active > .button_stateLayer {
71
+ background-color: transparent;
72
+ }
73
+ .button_filled > .button_stateLayer > svg {
74
+ fill: var(--theme-text-button-invert);
75
+ }
76
+ .button_outlined > .button_stateLayer > svg {
77
+ fill: var(--theme-focus);
78
+ }
79
+ .button_text > .button_stateLayer > svg {
80
+ fill: var(--theme-focus);
81
+ }
82
+ .button_elevated > .button_stateLayer > svg {
83
+ fill: var(--theme-focus);
84
+ }
85
+ .button_tonal > .button_stateLayer > svg {
86
+ fill: var(--theme-text-button-primary);
87
+ }
88
+ .button_link > .button_stateLayer > svg {
89
+ fill: var(--theme-focus);
90
+ }
91
+ .button_medium,
92
+ .button_medium > .button_stateLayer {
93
+ height: 40px;
94
+ }
95
+ .button_small,
96
+ .button_small > .button_stateLayer {
97
+ height: 32px;
98
+ }
99
+ .button_withIcon.button_medium > .button_stateLayer {
100
+ padding: 8px 16px;
101
+ }
102
+ .button_withIcon.button_small > .button_stateLayer {
103
+ padding: 4px 16px;
104
+ }
105
+ .button_withoutIcon.button_medium > .button_stateLayer {
106
+ padding: 8px 24px;
107
+ }
108
+ .button_withoutIcon.button_small > .button_stateLayer {
109
+ padding: 4px 24px;
110
+ }
111
+ .button_text.button_medium > .button_stateLayer {
112
+ padding: 8px 12px;
113
+ }
114
+ .button_text.button_small > .button_stateLayer {
115
+ padding: 6px 12px;
116
+ }
117
+ .button_onlyIcon.button_medium > .button_stateLayer {
118
+ padding: 8px;
119
+ }
120
+ .button_onlyIcon.button_small > .button_stateLayer {
121
+ padding: 4px;
122
+ }
123
+ .button_link.button_medium > .button_stateLayer {
124
+ padding: 0;
125
+ }
126
+ .button_link.button_small > .button_stateLayer {
127
+ padding: 0;
128
+ }
129
+ .button_textSecondary {
130
+ color: var(--theme-text-secondary) !important;
131
+ }
132
+ .button_textSecondary:hover,
133
+ .button_textSecondary:focus,
134
+ .button_textSecondary:active,
135
+ .button_textSecondary.button_active {
136
+ color: var(--theme-focus) !important;
137
+ }
138
+ .button_textSecondary > span > svg {
139
+ fill: var(--theme-text-secondary) !important;
140
+ }
141
+ .button_textSecondary:hover > span > svg,
142
+ .button_textSecondary:focus > span > svg,
143
+ .button_textSecondary:active > span > svg,
144
+ .button_textSecondary.button_active > span > svg {
145
+ fill: var(--theme-focus) !important;
146
+ }
147
+ .button_root:disabled,
148
+ .button_root[disabled] {
149
+ color: var(--theme-text-inactive);
150
+ pointer-events: none;
151
+ -webkit-user-select: none;
152
+ user-select: none;
153
+ }
154
+ .button_tonal:disabled,
155
+ .button_tonal[disabled],
156
+ .button_elevated:disabled,
157
+ .button_elevated[disabled],
158
+ .button_filled:disabled,
159
+ .button_filled[disabled] {
160
+ background-color: var(--theme-grey-700);
161
+ }
162
+
163
+ /* src/components/view/Typography/typography.module.css */
164
+ .typography_h1 {
165
+ font-size: var(--text-headline1-size);
166
+ font-weight: var(--text-headline1-weight);
167
+ line-height: var(--text-headline1-height);
168
+ letter-spacing: var(--text-headline1-letter);
169
+ }
170
+ .typography_h2 {
171
+ font-size: var(--text-headline2-size);
172
+ font-weight: var(--text-headline2-weight);
173
+ line-height: var(--text-headline2-height);
174
+ letter-spacing: var(--text-headline2-letter);
175
+ }
176
+ .typography_h3 {
177
+ font-size: var(--text-headline3-size);
178
+ font-weight: var(--text-headline3-weight);
179
+ line-height: var(--text-headline3-height);
180
+ letter-spacing: var(--text-headline3-letter);
181
+ }
182
+ .typography_h4 {
183
+ font-size: var(--text-headline4-size);
184
+ font-weight: var(--text-headline4-weight);
185
+ line-height: var(--text-headline4-height);
186
+ letter-spacing: var(--text-headline4-letter);
187
+ }
188
+ .typography_h5 {
189
+ font-size: var(--text-headline5-size);
190
+ font-weight: var(--text-headline5-weight);
191
+ line-height: var(--text-headline5-height);
192
+ letter-spacing: var(--text-headline5-letter);
193
+ }
194
+ .typography_h6 {
195
+ font-size: var(--text-headline6-size);
196
+ font-weight: var(--text-headline6-weight);
197
+ line-height: var(--text-headline6-height);
198
+ letter-spacing: var(--text-headline6-letter);
199
+ }
200
+ .typography_h7 {
201
+ font-size: var(--text-headline7-size);
202
+ font-weight: var(--text-headline7-weight);
203
+ line-height: var(--text-headline7-height);
204
+ letter-spacing: var(--text-headline7-letter);
205
+ }
206
+ .typography_subtitle1 {
207
+ font-size: var(--text-subtitle1-size);
208
+ font-weight: var(--text-subtitle1-weight);
209
+ line-height: var(--text-subtitle1-height);
210
+ letter-spacing: var(--text-subtitle1-letter);
211
+ }
212
+ .typography_subtitle2 {
213
+ font-size: var(--text-subtitle2-size);
214
+ font-weight: var(--text-subtitle2-weight);
215
+ line-height: var(--text-subtitle2-height);
216
+ letter-spacing: var(--text-subtitle2-letter);
217
+ }
218
+ .typography_body1 {
219
+ font-size: var(--text-body1-size);
220
+ font-weight: var(--text-body1-weight);
221
+ line-height: var(--text-body1-height);
222
+ letter-spacing: var(--text-body1-letter);
223
+ }
224
+ .typography_body2 {
225
+ font-size: var(--text-body2-size);
226
+ font-weight: var(--text-body2-weight);
227
+ line-height: var(--text-body2-height);
228
+ letter-spacing: var(--text-body2-letter);
229
+ }
230
+ .typography_button {
231
+ font-size: var(--text-button-size);
232
+ font-weight: var(--text-button-weight);
233
+ line-height: var(--text-button-height);
234
+ letter-spacing: var(--text-button-letter);
235
+ }
236
+ .typography_caption {
237
+ font-size: var(--text-caption-size);
238
+ font-weight: var(--text-caption-weight);
239
+ line-height: var(--text-caption-height);
240
+ letter-spacing: var(--text-caption-letter);
241
+ }
242
+ .typography_overline {
243
+ font-size: var(--text-overline-size);
244
+ font-weight: var(--text-overline-weight);
245
+ line-height: var(--text-overline-height);
246
+ letter-spacing: var(--text-overline-letter);
247
+ }
248
+
249
+ /* src/components/common/Checkbox/checkbox.module.css */
250
+ .checkbox_root {
251
+ position: relative;
252
+ width: 100%;
253
+ max-width: 320px;
254
+ height: 24px;
255
+ }
256
+ .checkbox_input {
257
+ position: absolute;
258
+ top: 0;
259
+ left: 0;
260
+ z-index: 10;
261
+ width: 100%;
262
+ height: 24px;
263
+ margin: 0;
264
+ cursor: pointer;
265
+ opacity: 0;
266
+ }
267
+ .checkbox_label {
268
+ position: relative;
269
+ z-index: 1;
270
+ display: flex;
271
+ flex-direction: row;
272
+ gap: 0;
273
+ align-items: center;
274
+ width: 100%;
275
+ height: 24px;
276
+ padding-left: 24px;
277
+ }
278
+ .checkbox_checkbox {
279
+ position: absolute;
280
+ top: 0;
281
+ left: 0;
282
+ z-index: 2;
283
+ display: block;
284
+ width: 24px;
285
+ height: 24px;
286
+ opacity: 0;
287
+ transition: opacity 0.1s linear;
288
+ }
289
+ .checkbox_checkbox > svg {
290
+ fill: var(--theme-selection-border);
291
+ }
292
+ .checkbox_several {
293
+ opacity: 1;
294
+ }
295
+ .checkbox_deselected {
296
+ opacity: 1;
297
+ }
298
+ .checkbox_input:checked + .checkbox_label > .checkbox_deselected {
299
+ opacity: 0;
300
+ }
301
+ .checkbox_input:checked + .checkbox_label > .checkbox_selected {
302
+ opacity: 1;
303
+ }
304
+ .checkbox_checkbox.checkbox_selected > svg {
305
+ fill: var(--theme-focus);
306
+ }
307
+ .checkbox_labelText {
308
+ display: block;
309
+ margin-left: 12px;
310
+ overflow: hidden;
311
+ text-overflow: ellipsis;
312
+ white-space: nowrap;
313
+ }
314
+ .checkbox_input + .checkbox_label > .checkbox_checkbox::before {
315
+ position: absolute;
316
+ top: -8px;
317
+ left: -8px;
318
+ z-index: 0;
319
+ display: block;
320
+ width: 40px;
321
+ height: 40px;
322
+ content: "";
323
+ background-color: transparent;
324
+ border-radius: 50%;
325
+ transition: background-color 0.1s linear;
326
+ }
327
+ .checkbox_input:hover + .checkbox_label > .checkbox_checkbox::before {
328
+ background-color: var(--theme-selection-hover);
329
+ }
330
+ .checkbox_input:focus + .checkbox_label > .checkbox_checkbox::before {
331
+ background-color: var(--theme-selection-focused);
332
+ }
333
+ .checkbox_input.checkbox_pressed + .checkbox_label > .checkbox_checkbox::before {
334
+ background-color: var(--theme-selection-pressed);
335
+ }
336
+ .checkbox_input:hover + .checkbox_label > .checkbox_checkbox.checkbox_selected::before {
337
+ background-color: var(--theme-selection-selected-hover);
338
+ }
339
+ .checkbox_input:focus + .checkbox_label > .checkbox_checkbox.checkbox_selected::before {
340
+ background-color: var(--theme-selection-selected-focused);
341
+ }
342
+ .checkbox_input.checkbox_pressed + .checkbox_label > .checkbox_checkbox.checkbox_selected::before {
343
+ background-color: var(--theme-selection-selected-pressed);
344
+ }
345
+
346
+ /* src/components/view/Popover/popover.module.css */
347
+ .popover_trigger {
348
+ display: inline-flex;
349
+ align-items: center;
350
+ height: 100%;
351
+ }
352
+ .popover_content {
353
+ z-index: 999;
354
+ min-width: 200px;
355
+ max-width: 380px;
356
+ padding: 0;
357
+ font-size: var(--text-caption-size);
358
+ font-weight: var(--text-caption-weight);
359
+ line-height: var(--text-caption-height);
360
+ color: var(--theme-alert-default-color);
361
+ letter-spacing: var(--text-caption-letter);
362
+ background-color: var(--theme-surface-dropdown);
363
+ border-radius: 4px;
364
+ box-shadow:
365
+ 0px 2px 4px 0px #00000033,
366
+ 0px 1px 10px 0px #0000001f,
367
+ 0px 4px 5px 0px #00000024;
368
+ }
369
+
370
+ /* src/components/common/Select/select.module.css */
371
+ .select_root {
372
+ display: flex;
373
+ flex-direction: column;
374
+ width: 100%;
375
+ max-width: 320px;
376
+ }
377
+ .select_medium {
378
+ gap: 8px;
379
+ }
380
+ .select_small {
381
+ gap: 4px;
382
+ }
383
+ .select_label {
384
+ color: var(--theme-text-secondary);
385
+ }
386
+ .select_wrapper {
387
+ position: relative;
388
+ width: 100%;
389
+ }
390
+ .select_medium > .select_wrapper {
391
+ height: 40px;
392
+ }
393
+ .select_small > .select_wrapper {
394
+ height: 32px;
395
+ }
396
+ .select_input {
397
+ position: relative;
398
+ z-index: 1;
399
+ width: 100%;
400
+ font-size: var(--text-subtitle2-size);
401
+ font-weight: var(--text-subtitle2-weight);
402
+ line-height: var(--text-subtitle2-height);
403
+ color: var(--theme-text-primary);
404
+ letter-spacing: var(--text-subtitle2-letter);
405
+ cursor: pointer;
406
+ border: none;
407
+ border-radius: 4px;
408
+ outline: none;
409
+ }
410
+ .select_input:disabled {
411
+ color: var(--theme-text-inactive);
412
+ }
413
+ .select_medium > .select_wrapper > .select_input {
414
+ height: 40px;
415
+ padding: 8px 48px 8px 16px;
416
+ }
417
+ .select_small > .select_wrapper > .select_input {
418
+ height: 32px;
419
+ padding: 4px 48px 4px 16px;
420
+ }
421
+ .select_withIcon > .select_wrapper > .select_input {
422
+ padding-left: 48px;
423
+ }
424
+ .select_withItemIcon > .select_wrapper > .select_input {
425
+ padding-left: 48px;
426
+ }
427
+ .select_withIcon.select_withItemIcon > .select_wrapper > .select_input {
428
+ padding-left: 80px;
429
+ }
430
+ .select_icon {
431
+ position: absolute;
432
+ left: 16px;
433
+ z-index: 2;
434
+ display: flex;
435
+ align-items: center;
436
+ justify-content: center;
437
+ width: 24px;
438
+ height: 24px;
439
+ cursor: pointer;
440
+ }
441
+ .select_medium > .select_wrapper > .select_icon {
442
+ top: 8px;
443
+ }
444
+ .select_small > .select_wrapper > .select_icon {
445
+ top: 4px;
446
+ }
447
+ .select_icon > svg {
448
+ fill: var(--theme-icon-primary);
449
+ }
450
+ .select_itemIcon {
451
+ position: absolute;
452
+ left: 16px;
453
+ z-index: 2;
454
+ display: flex;
455
+ align-items: center;
456
+ justify-content: center;
457
+ width: 24px;
458
+ height: 24px;
459
+ cursor: pointer;
460
+ }
461
+ .select_icon + .select_itemIcon {
462
+ left: 48px;
463
+ }
464
+ .select_medium > .select_wrapper > .select_itemIcon {
465
+ top: 8px;
466
+ }
467
+ .select_small > .select_wrapper > .select_itemIcon {
468
+ top: 4px;
469
+ }
470
+ .select_itemIcon > svg {
471
+ fill: var(--theme-icon-primary);
472
+ }
473
+ .select_filled > .select_input {
474
+ background-color: var(--theme-input-filled);
475
+ }
476
+ .select_filled:hover > .select_input {
477
+ background-color: var(--theme-input-filled-hover);
478
+ }
479
+ .select_filled > .select_input:focus {
480
+ background-color: var(--theme-input-filled-hover);
481
+ }
482
+ .select_outlined > .select_input {
483
+ background-color: transparent;
484
+ outline: 1px solid var(--theme-input-border);
485
+ }
486
+ .select_outlined:hover > .select_input:not(:disabled):not(:focus) {
487
+ outline-color: var(--theme-input-border-hover);
488
+ }
489
+ .select_outlined > .select_input:focus {
490
+ outline-color: var(--theme-focus);
491
+ }
492
+ .select_arrow {
493
+ position: absolute;
494
+ right: 16px;
495
+ z-index: 2;
496
+ display: flex;
497
+ align-items: center;
498
+ justify-content: center;
499
+ width: 24px;
500
+ height: 24px;
501
+ cursor: pointer;
502
+ }
503
+ .select_medium > .select_wrapper > .select_arrow {
504
+ top: 8px;
505
+ }
506
+ .select_small > .select_wrapper > .select_arrow {
507
+ top: 4px;
508
+ }
509
+ .select_arrow > svg {
510
+ fill: var(--theme-icon-primary);
511
+ }
512
+ .select_popoverTarget {
513
+ position: absolute;
514
+ bottom: 0;
515
+ left: 0;
516
+ z-index: 1;
517
+ width: 100%;
518
+ height: 0;
519
+ }
520
+ .select_popoverContent {
521
+ max-height: 250px;
522
+ overflow: auto scroll;
523
+ }
524
+
525
+ /* src/components/common/ButtonsGroup/buttonsGroup.module.css */
526
+ .buttonsGroup_root {
527
+ display: flex;
528
+ align-items: center;
529
+ }
530
+ .buttonsGroup_fillEvenly > * {
531
+ flex-grow: 1;
532
+ width: 0;
533
+ }
534
+ .buttonsGroup_root > *:nth-child(n+1) {
535
+ border-top-right-radius: 0;
536
+ border-bottom-right-radius: 0;
537
+ }
538
+ .buttonsGroup_root > *:nth-child(n+2) {
539
+ margin-left: 1px;
540
+ border-top-left-radius: 0;
541
+ border-bottom-left-radius: 0;
542
+ }
543
+ .buttonsGroup_root > *:last-child {
544
+ border-top-right-radius: 4px;
545
+ border-bottom-right-radius: 4px;
546
+ }
547
+
548
+ /* src/components/navigation/Menu/menu.module.css */
549
+ .menu_root {
550
+ display: flex;
551
+ flex-direction: column;
552
+ gap: 0;
553
+ width: 100%;
554
+ }
555
+ .menu_medium {
556
+ padding: 8px 0;
557
+ }
558
+ .menu_small {
559
+ padding: 4px 0;
560
+ }
561
+ .menu_item {
562
+ width: 100%;
563
+ padding: 0;
564
+ font-size: var(--text-subtitle2-size);
565
+ font-weight: var(--text-subtitle2-weight);
566
+ line-height: var(--text-subtitle2-height);
567
+ text-align: left;
568
+ letter-spacing: var(--text-subtitle2-letter);
569
+ cursor: pointer;
570
+ background-color: transparent;
571
+ border: none;
572
+ border-radius: 0;
573
+ outline: none;
574
+ }
575
+ .menu_stateLayer {
576
+ display: inline-flex;
577
+ flex-direction: row;
578
+ gap: 12px;
579
+ align-items: center;
580
+ width: 100%;
581
+ color: var(--theme-text-secondary);
582
+ background-color: transparent;
583
+ }
584
+ .menu_medium .menu_stateLayer {
585
+ padding: 12px 16px;
586
+ }
587
+ .menu_small .menu_stateLayer {
588
+ padding: 8px 16px;
589
+ }
590
+ .menu_item:not(.menu_itemDisabled):hover > .menu_stateLayer {
591
+ color: var(--theme-text-primary);
592
+ background-color: var(--theme-overlay-8);
593
+ }
594
+ .menu_item:not(.menu_itemDisabled):focus > .menu_stateLayer {
595
+ color: var(--theme-text-primary);
596
+ background-color: var(--theme-overlay-12);
597
+ }
598
+ .menu_item:not(.menu_itemDisabled):active > .menu_stateLayer,
599
+ .menu_itemSelected > .menu_stateLayer {
600
+ color: var(--theme-text-primary);
601
+ background-color: var(--theme-overlay-12);
602
+ }
603
+ .menu_itemDisabled {
604
+ cursor: default;
605
+ }
606
+ .menu_itemDisabled > .menu_stateLayer {
607
+ color: var(--theme-text-secondary);
608
+ background-color: transparent;
609
+ }
610
+ .menu_itemIcon {
611
+ display: block;
612
+ display: flex;
613
+ align-items: center;
614
+ justify-content: center;
615
+ width: 24px;
616
+ height: 24px;
617
+ }
618
+ .menu_itemIcon > svg {
619
+ fill: var(--theme-text-secondary);
620
+ }
621
+ .menu_itemTitle {
622
+ display: block;
623
+ flex: 1 1 0;
624
+ width: 0;
625
+ overflow: hidden;
626
+ text-overflow: ellipsis;
627
+ white-space: nowrap;
628
+ }
629
+ .menu_itemDescription {
630
+ display: block;
631
+ color: var(--theme-text-secondary);
632
+ }
633
+ .menu_divider {
634
+ margin: 8px 12px;
635
+ font-size: var(--text-overline-size);
636
+ font-weight: var(--text-overline-weight);
637
+ line-height: var(--text-overline-height);
638
+ color: var(--theme-text-inactive);
639
+ text-transform: uppercase;
640
+ letter-spacing: var(--text-overline-letter);
641
+ border-bottom: 1px solid var(--theme-divider);
642
+ }
643
+
644
+ /* src/components/common/DateTime/dateTime.module.css */
645
+ .dateTime_root {
646
+ position: relative;
647
+ width: 100%;
648
+ max-width: 320px;
649
+ }
650
+ .dateTime_medium {
651
+ height: 40px;
652
+ }
653
+ .dateTime_small {
654
+ height: 32px;
655
+ }
656
+ .dateTime_input {
657
+ position: relative;
658
+ z-index: 1;
659
+ width: 100%;
660
+ font-size: var(--text-subtitle2-size);
661
+ font-weight: var(--text-subtitle2-weight);
662
+ line-height: var(--text-subtitle2-height);
663
+ color: var(--theme-text-primary);
664
+ letter-spacing: var(--text-subtitle2-letter);
665
+ cursor: pointer;
666
+ border: none;
667
+ border-radius: 4px;
668
+ outline: none;
669
+ }
670
+ .dateTime_medium > .dateTime_input {
671
+ height: 40px;
672
+ padding: 8px 48px 8px 16px;
673
+ }
674
+ .dateTime_small > .dateTime_input {
675
+ height: 32px;
676
+ padding: 4px 48px 4px 16px;
677
+ }
678
+ .dateTime_filled > .dateTime_input {
679
+ background-color: var(--theme-input-filled);
680
+ }
681
+ .dateTime_filled:hover > .dateTime_input {
682
+ background-color: var(--theme-input-filled-hover);
683
+ }
684
+ .dateTime_filled > .dateTime_input:focus {
685
+ background-color: var(--theme-input-filled-hover);
686
+ }
687
+ .dateTime_outlined > .dateTime_input {
688
+ background-color: transparent;
689
+ outline: 1px solid var(--theme-input-border);
690
+ }
691
+ .dateTime_outlined:hover > .dateTime_input {
692
+ outline-color: var(--theme-input-border-hover);
693
+ }
694
+ .dateTime_outlined > .dateTime_input:focus {
695
+ outline-color: var(--theme-focus);
696
+ }
697
+ .dateTime_icon {
698
+ position: absolute;
699
+ right: 16px;
700
+ z-index: 2;
701
+ display: flex;
702
+ align-items: center;
703
+ justify-content: center;
704
+ width: 24px;
705
+ height: 24px;
706
+ cursor: pointer;
707
+ }
708
+ .dateTime_medium > .dateTime_icon {
709
+ top: 8px;
710
+ }
711
+ .dateTime_small > .dateTime_icon {
712
+ top: 4px;
713
+ }
714
+ .dateTime_icon > svg {
715
+ fill: var(--theme-icon-primary);
716
+ }
717
+ .dateTime_popoverTarget {
718
+ position: absolute;
719
+ bottom: 0;
720
+ left: 0;
721
+ z-index: 1;
722
+ width: 100%;
723
+ height: 0;
724
+ }
725
+
726
+ /* src/components/common/DateTime/ui/CalendarPopover/calendarPopover.module.css */
727
+ .calendarPopover_root {
728
+ display: flex;
729
+ flex-direction: column;
730
+ gap: 24px;
731
+ width: 368px;
732
+ padding: 24px 16px;
733
+ }
734
+ .calendarPopover_buttonsContainer {
735
+ display: block;
736
+ }
737
+ .calendarPopover_button {
738
+ color: var(--theme-text-primary);
739
+ background: none;
740
+ border: none;
741
+ box-shadow: none;
742
+ }
743
+ .calendarPopover_navigationContainer {
744
+ display: flex;
745
+ flex-direction: row;
746
+ align-items: center;
747
+ justify-content: space-between;
748
+ width: 100%;
749
+ }
750
+ .calendarPopover_navigationArrow {
751
+ display: flex;
752
+ align-items: center;
753
+ justify-content: center;
754
+ cursor: pointer;
755
+ }
756
+ .calendarPopover_navigationArrow > svg {
757
+ fill: var(--theme-text-secondary);
758
+ }
759
+ .calendarPopover_navigationValue {
760
+ display: flex;
761
+ align-items: center;
762
+ justify-content: center;
763
+ cursor: pointer;
764
+ }
765
+ .calendarPopover_navigationTitle {
766
+ text-transform: capitalize;
767
+ }
768
+ .calendarPopover_cellsContainer {
769
+ display: flex;
770
+ flex-direction: row;
771
+ flex-wrap: wrap;
772
+ width: 100%;
773
+ }
774
+ .calendarPopover_cell {
775
+ position: relative;
776
+ display: flex;
777
+ align-items: center;
778
+ justify-content: center;
779
+ width: 48px;
780
+ height: 48px;
781
+ cursor: pointer;
782
+ }
783
+ .calendarPopover_cell.calendarPopover_month {
784
+ width: 84px;
785
+ height: 64px;
786
+ }
787
+ .calendarPopover_cellData {
788
+ position: relative;
789
+ z-index: 3;
790
+ }
791
+ .calendarPopover_cellCircle {
792
+ position: absolute;
793
+ top: 2px;
794
+ left: 2px;
795
+ z-index: 2;
796
+ display: block;
797
+ width: 44px;
798
+ height: 44px;
799
+ background-color: var(--theme-focus);
800
+ border-radius: 50%;
801
+ }
802
+ .calendarPopover_cellCircle ~ .calendarPopover_cellData {
803
+ color: var(--theme-text-button-invert);
804
+ }
805
+ .calendarPopover_cellSelection {
806
+ position: absolute;
807
+ top: 2px;
808
+ left: 0;
809
+ z-index: 1;
810
+ display: block;
811
+ width: 100%;
812
+ height: 44px;
813
+ background-color: var(--theme-date-range);
814
+ }
815
+ .calendarPopover_cellSelectionFirst {
816
+ left: 50%;
817
+ width: 50%;
818
+ }
819
+ .calendarPopover_cellSelectionLast {
820
+ width: 50%;
821
+ }
822
+ .calendarPopover_monthCellSelection {
823
+ position: absolute;
824
+ top: 10px;
825
+ left: 0;
826
+ z-index: 1;
827
+ display: block;
828
+ width: 100%;
829
+ height: 44px;
830
+ background-color: var(--theme-date-range);
831
+ }
832
+ .calendarPopover_monthCellSelectionFirst {
833
+ left: 50%;
834
+ width: 50%;
835
+ }
836
+ .calendarPopover_monthCellSelectionLast {
837
+ width: 50%;
838
+ }
839
+
840
+ /* src/components/common/ColorPicker/colorPicker.module.css */
841
+ .colorPicker_root {
842
+ display: flex;
843
+ flex-direction: column;
844
+ width: 100%;
845
+ min-width: 162px;
846
+ max-width: 320px;
847
+ }
848
+ .colorPicker_medium {
849
+ gap: 8px;
850
+ }
851
+ .colorPicker_small {
852
+ gap: 4px;
853
+ }
854
+ .colorPicker_label {
855
+ color: var(--theme-text-secondary);
856
+ }
857
+ .colorPicker_wrapper {
858
+ position: relative;
859
+ width: 100%;
860
+ }
861
+ .colorPicker_medium > .colorPicker_wrapper {
862
+ height: 40px;
863
+ }
864
+ .colorPicker_small > .colorPicker_wrapper {
865
+ height: 32px;
866
+ }
867
+ .colorPicker_input {
868
+ position: relative;
869
+ z-index: 1;
870
+ width: 100%;
871
+ font-size: var(--text-subtitle2-size);
872
+ font-weight: var(--text-subtitle2-weight);
873
+ line-height: var(--text-subtitle2-height);
874
+ color: var(--theme-text-primary);
875
+ letter-spacing: var(--text-subtitle2-letter);
876
+ cursor: pointer;
877
+ border: none;
878
+ border-radius: 4px;
879
+ outline: none;
880
+ }
881
+ .colorPicker_medium > .colorPicker_wrapper > .colorPicker_input {
882
+ height: 40px;
883
+ padding: 8px 48px 8px 48px;
884
+ }
885
+ .colorPicker_small > .colorPicker_wrapper > .colorPicker_input {
886
+ height: 32px;
887
+ padding: 4px 48px 4px 48px;
888
+ }
889
+ .colorPicker_icon {
890
+ position: absolute;
891
+ left: 16px;
892
+ z-index: 2;
893
+ display: flex;
894
+ align-items: center;
895
+ justify-content: center;
896
+ width: 24px;
897
+ height: 24px;
898
+ cursor: pointer;
899
+ }
900
+ .colorPicker_medium > .colorPicker_wrapper > .colorPicker_icon {
901
+ top: 8px;
902
+ }
903
+ .colorPicker_small > .colorPicker_wrapper > .colorPicker_icon {
904
+ top: 4px;
905
+ }
906
+ .colorPicker_icon > svg {
907
+ fill: var(--theme-icon-primary);
908
+ }
909
+ .colorPicker_outlined > .colorPicker_input {
910
+ background-color: transparent;
911
+ outline: 1px solid var(--theme-input-border);
912
+ }
913
+ .colorPicker_outlined:hover > .colorPicker_input {
914
+ outline-color: var(--theme-input-border-hover);
915
+ }
916
+ .colorPicker_outlined > .colorPicker_input:focus {
917
+ outline-color: var(--theme-focus);
918
+ }
919
+ .colorPicker_arrow {
920
+ position: absolute;
921
+ right: 16px;
922
+ z-index: 2;
923
+ display: flex;
924
+ align-items: center;
925
+ justify-content: center;
926
+ width: 24px;
927
+ height: 24px;
928
+ cursor: pointer;
929
+ }
930
+ .colorPicker_medium > .colorPicker_wrapper > .colorPicker_arrow {
931
+ top: 8px;
932
+ }
933
+ .colorPicker_small > .colorPicker_wrapper > .colorPicker_arrow {
934
+ top: 4px;
935
+ }
936
+ .colorPicker_arrow > svg {
937
+ fill: var(--theme-icon-primary);
938
+ }
939
+ .colorPicker_popoverTarget {
940
+ position: absolute;
941
+ bottom: 0;
942
+ left: 0;
943
+ z-index: 1;
944
+ width: 100%;
945
+ height: 0;
946
+ }
947
+ .colorPicker_popoverContent {
948
+ max-height: 250px;
949
+ overflow: auto scroll;
950
+ }
951
+
952
+ /* src/components/common/Input/input.module.css */
953
+ .input_root {
954
+ display: flex;
955
+ flex-direction: column;
956
+ width: 100%;
957
+ max-width: 320px;
958
+ }
959
+ .input_medium {
960
+ gap: 8px;
961
+ }
962
+ .input_small {
963
+ gap: 4px;
964
+ }
965
+ .input_label {
966
+ color: var(--theme-text-secondary);
967
+ }
968
+ .input_wrapper {
969
+ position: relative;
970
+ width: 100%;
971
+ }
972
+ .input_medium > .input_wrapper {
973
+ height: 40px;
974
+ }
975
+ .input_small > .input_wrapper {
976
+ height: 32px;
977
+ }
978
+ .input_input {
979
+ position: relative;
980
+ z-index: 1;
981
+ width: 100%;
982
+ font-size: var(--text-subtitle2-size);
983
+ font-weight: var(--text-subtitle2-weight);
984
+ line-height: var(--text-subtitle2-height);
985
+ color: var(--theme-text-primary);
986
+ letter-spacing: var(--text-subtitle2-letter);
987
+ border: none;
988
+ border-radius: 4px;
989
+ outline: none;
990
+ }
991
+ .input_input:disabled {
992
+ color: var(--theme-text-inactive);
993
+ }
994
+ .input_medium > .input_wrapper > .input_input {
995
+ height: 40px;
996
+ padding: 8px 16px 8px 16px;
997
+ }
998
+ .input_small > .input_wrapper > .input_input {
999
+ height: 32px;
1000
+ padding: 4px 16px 4px 16px;
1001
+ }
1002
+ .input_outlined > .input_input {
1003
+ background-color: transparent;
1004
+ outline: 1px solid var(--theme-input-border);
1005
+ }
1006
+ .input_outlined:hover > .input_input:not(:disabled):not(:focus) {
1007
+ outline-color: var(--theme-input-border-hover);
1008
+ }
1009
+ .input_outlined > .input_input:focus {
1010
+ outline-color: var(--theme-focus);
1011
+ }
1012
+
1013
+ /* src/components/common/SearchInput/searchInput.module.css */
1014
+ .searchInput_root {
1015
+ position: relative;
1016
+ width: 100%;
1017
+ max-width: 320px;
1018
+ }
1019
+ .searchInput_medium {
1020
+ height: 40px;
1021
+ }
1022
+ .searchInput_small {
1023
+ height: 32px;
1024
+ }
1025
+ .searchInput_input {
1026
+ position: relative;
1027
+ z-index: 1;
1028
+ width: 100%;
1029
+ font-size: var(--text-subtitle2-size);
1030
+ font-weight: var(--text-subtitle2-weight);
1031
+ line-height: var(--text-subtitle2-height);
1032
+ color: var(--theme-text-primary);
1033
+ letter-spacing: var(--text-subtitle2-letter);
1034
+ border: none;
1035
+ border-radius: 4px;
1036
+ outline: none;
1037
+ }
1038
+ .searchInput_medium > .searchInput_input {
1039
+ height: 40px;
1040
+ padding: 8px 16px;
1041
+ }
1042
+ .searchInput_small > .searchInput_input {
1043
+ height: 32px;
1044
+ padding: 4px 16px;
1045
+ }
1046
+ .searchInput_withIcon > .searchInput_input {
1047
+ padding-left: 48px;
1048
+ }
1049
+ .searchInput_icon {
1050
+ position: absolute;
1051
+ left: 16px;
1052
+ z-index: 2;
1053
+ display: flex;
1054
+ align-items: center;
1055
+ justify-content: center;
1056
+ width: 24px;
1057
+ height: 24px;
1058
+ cursor: text;
1059
+ }
1060
+ .searchInput_medium > .searchInput_icon {
1061
+ top: 8px;
1062
+ }
1063
+ .searchInput_small > .searchInput_icon {
1064
+ top: 4px;
1065
+ }
1066
+ .searchInput_icon > svg {
1067
+ fill: var(--theme-icon-primary);
1068
+ }
1069
+ .searchInput_filled > .searchInput_input {
1070
+ background-color: var(--theme-input-filled);
1071
+ }
1072
+ .searchInput_filled:hover > .searchInput_input {
1073
+ background-color: var(--theme-input-filled-hover);
1074
+ }
1075
+ .searchInput_filled > .searchInput_input:focus {
1076
+ background-color: var(--theme-input-filled-hover);
1077
+ }
1078
+ .searchInput_outlined > .searchInput_input {
1079
+ background-color: transparent;
1080
+ outline: 1px solid var(--theme-input-border);
1081
+ }
1082
+ .searchInput_outlined:hover > .searchInput_input {
1083
+ outline-color: var(--theme-input-border-hover);
1084
+ }
1085
+ .searchInput_outlined > .searchInput_input:focus {
1086
+ outline-color: var(--theme-focus);
1087
+ }
1088
+
1089
+ /* src/components/common/WrapForLabel/wrapForLabel.module.css */
1090
+ .wrapForLabel_root {
1091
+ display: flex;
1092
+ align-items: center;
1093
+ }
1094
+ .wrapForLabel_medium {
1095
+ height: 40px;
1096
+ margin-top: 24px;
1097
+ }
1098
+ .wrapForLabel_small {
1099
+ height: 32px;
1100
+ margin-top: 20px;
1101
+ }
1102
+
1103
+ /* src/components/common/MultiSelect/multiSelect.module.css */
1104
+ .multiSelect_root {
1105
+ display: flex;
1106
+ flex-direction: column;
1107
+ width: 100%;
1108
+ max-width: 320px;
1109
+ }
1110
+ .multiSelect_fullWidth {
1111
+ max-width: 100%;
1112
+ }
1113
+ .multiSelect_medium {
1114
+ gap: 8px;
1115
+ }
1116
+ .multiSelect_small {
1117
+ gap: 4px;
1118
+ }
1119
+ .multiSelect_label {
1120
+ color: var(--theme-text-secondary);
1121
+ }
1122
+ .multiSelect_wrapper {
1123
+ position: relative;
1124
+ width: 100%;
1125
+ }
1126
+ .multiSelect_medium > .multiSelect_wrapper {
1127
+ height: 40px;
1128
+ }
1129
+ .multiSelect_small > .multiSelect_wrapper {
1130
+ height: 32px;
1131
+ }
1132
+ .multiSelect_input {
1133
+ position: relative;
1134
+ z-index: 1;
1135
+ width: 100%;
1136
+ overflow: hidden;
1137
+ font-size: var(--text-subtitle2-size);
1138
+ font-weight: var(--text-subtitle2-weight);
1139
+ line-height: var(--text-subtitle2-height);
1140
+ color: var(--theme-text-primary);
1141
+ text-overflow: ellipsis;
1142
+ letter-spacing: var(--text-subtitle2-letter);
1143
+ white-space: nowrap;
1144
+ cursor: pointer;
1145
+ border: none;
1146
+ border-radius: 4px;
1147
+ outline: none;
1148
+ }
1149
+ .multiSelect_medium > .multiSelect_wrapper > .multiSelect_input {
1150
+ height: 40px;
1151
+ padding: 8px 70px 8px 16px;
1152
+ }
1153
+ .multiSelect_small > .multiSelect_wrapper > .multiSelect_input {
1154
+ height: 32px;
1155
+ padding: 4px 70px 4px 16px;
1156
+ }
1157
+ .multiSelect_withIcon > .multiSelect_wrapper > .multiSelect_input {
1158
+ padding-left: 48px;
1159
+ }
1160
+ .multiSelect_withItemIcon > .multiSelect_wrapper > .multiSelect_input {
1161
+ padding-left: 48px;
1162
+ }
1163
+ .multiSelect_withIcon.multiSelect_withItemIcon > .multiSelect_wrapper > .multiSelect_input {
1164
+ padding-left: 80px;
1165
+ }
1166
+ .multiSelect_icon {
1167
+ position: absolute;
1168
+ left: 16px;
1169
+ z-index: 2;
1170
+ display: flex;
1171
+ align-items: center;
1172
+ justify-content: center;
1173
+ width: 24px;
1174
+ height: 24px;
1175
+ cursor: pointer;
1176
+ }
1177
+ .multiSelect_medium > .multiSelect_wrapper > .multiSelect_icon {
1178
+ top: 8px;
1179
+ }
1180
+ .multiSelect_small > .multiSelect_wrapper > .multiSelect_icon {
1181
+ top: 4px;
1182
+ }
1183
+ .multiSelect_icon > svg {
1184
+ fill: var(--theme-icon-primary);
1185
+ }
1186
+ .multiSelect_itemIcon {
1187
+ position: absolute;
1188
+ left: 16px;
1189
+ z-index: 2;
1190
+ display: flex;
1191
+ align-items: center;
1192
+ justify-content: center;
1193
+ width: 24px;
1194
+ height: 24px;
1195
+ cursor: pointer;
1196
+ }
1197
+ .multiSelect_icon + .multiSelect_itemIcon {
1198
+ left: 48px;
1199
+ }
1200
+ .multiSelect_medium > .multiSelect_wrapper > .multiSelect_itemIcon {
1201
+ top: 8px;
1202
+ }
1203
+ .multiSelect_small > .multiSelect_wrapper > .multiSelect_itemIcon {
1204
+ top: 4px;
1205
+ }
1206
+ .multiSelect_itemIcon > svg {
1207
+ fill: var(--theme-icon-primary);
1208
+ }
1209
+ .multiSelect_filled > .multiSelect_input {
1210
+ background-color: var(--theme-input-filled);
1211
+ }
1212
+ .multiSelect_filled:hover > .multiSelect_input {
1213
+ background-color: var(--theme-input-filled-hover);
1214
+ }
1215
+ .multiSelect_filled > .multiSelect_input:focus {
1216
+ background-color: var(--theme-input-filled-hover);
1217
+ }
1218
+ .multiSelect_outlined > .multiSelect_input {
1219
+ background-color: transparent;
1220
+ outline: 1px solid var(--theme-input-border);
1221
+ }
1222
+ .multiSelect_outlined:hover > .multiSelect_input {
1223
+ outline-color: var(--theme-input-border-hover);
1224
+ }
1225
+ .multiSelect_outlined > .multiSelect_input:focus {
1226
+ outline-color: var(--theme-focus);
1227
+ }
1228
+ .multiSelect_clear {
1229
+ position: absolute;
1230
+ right: 40px;
1231
+ z-index: 2;
1232
+ display: flex;
1233
+ align-items: center;
1234
+ justify-content: center;
1235
+ width: 26px;
1236
+ height: 26px;
1237
+ cursor: pointer;
1238
+ border-radius: 12px;
1239
+ }
1240
+ .multiSelect_clear:hover {
1241
+ background-color: var(--theme-icon-hover);
1242
+ }
1243
+ .multiSelect_clear > svg {
1244
+ fill: var(--theme-icon-primary);
1245
+ }
1246
+ .multiSelect_medium > .multiSelect_wrapper > .multiSelect_clear {
1247
+ top: 6px;
1248
+ }
1249
+ .multiSelect_small > .multiSelect_wrapper > .multiSelect_clear {
1250
+ top: 2px;
1251
+ }
1252
+ .multiSelect_arrow {
1253
+ position: absolute;
1254
+ right: 16px;
1255
+ z-index: 2;
1256
+ display: flex;
1257
+ align-items: center;
1258
+ justify-content: center;
1259
+ width: 24px;
1260
+ height: 24px;
1261
+ cursor: pointer;
1262
+ }
1263
+ .multiSelect_medium > .multiSelect_wrapper > .multiSelect_arrow {
1264
+ top: 8px;
1265
+ }
1266
+ .multiSelect_small > .multiSelect_wrapper > .multiSelect_arrow {
1267
+ top: 4px;
1268
+ }
1269
+ .multiSelect_arrow > svg {
1270
+ fill: var(--theme-icon-primary);
1271
+ }
1272
+ .multiSelect_popoverTarget {
1273
+ position: absolute;
1274
+ bottom: 0;
1275
+ left: 0;
1276
+ z-index: 1;
1277
+ width: 100%;
1278
+ height: 0;
1279
+ }
1280
+ .multiSelect_input:disabled,
1281
+ .multiSelect_input[disabled],
1282
+ .multiSelect_input:disabled + .multiSelect_arrow,
1283
+ .multiSelect_input[disabled] + .multiSelect_arrow {
1284
+ color: var(--theme-text-inactive);
1285
+ pointer-events: none;
1286
+ -webkit-user-select: none;
1287
+ user-select: none;
1288
+ }
1289
+ .multiSelect_outlined:hover > .multiSelect_input:disabled,
1290
+ .multiSelect_outlined:hover > .multiSelect_input.multiSelect_input[disabled] {
1291
+ outline-color: var(--theme-input-border);
1292
+ }
1293
+ .multiSelect_filled .multiSelect_input:disabled,
1294
+ .multiSelect_filled .multiSelect_input[disabled] {
1295
+ background-color: var(--theme-grey-700);
1296
+ }
1297
+ .multiSelect_popoverContent {
1298
+ display: flex;
1299
+ flex-direction: column;
1300
+ gap: 8px;
1301
+ padding: 8px;
1302
+ }
1303
+ .multiSelect_checklistWrapper {
1304
+ display: flex;
1305
+ flex-direction: column;
1306
+ max-height: 300px;
1307
+ overflow: hidden;
1308
+ }
1309
+ .multiSelect_checklistRoot {
1310
+ max-height: 284px;
1311
+ }
1312
+ .multiSelect_checklistScrolled {
1313
+ max-height: 100%;
1314
+ }
1315
+ .multiSelect_searchInputRoot {
1316
+ padding: 0 8px;
1317
+ margin-top: 8px;
1318
+ }
1319
+
1320
+ /* src/components/common/Checklist/checklist.module.css */
1321
+ .checklist_root {
1322
+ display: flex;
1323
+ flex: 1 1 0;
1324
+ flex-direction: column;
1325
+ gap: 16px;
1326
+ height: 100%;
1327
+ }
1328
+ .checklist_scrolled {
1329
+ flex: 1 1 auto;
1330
+ width: 100%;
1331
+ min-height: 0;
1332
+ max-height: inherit;
1333
+ padding-bottom: 8px;
1334
+ }
1335
+ .checklist_actionWrap {
1336
+ display: flex;
1337
+ flex-direction: row;
1338
+ align-items: center;
1339
+ justify-content: space-between;
1340
+ width: 100%;
1341
+ }
1342
+
1343
+ /* src/components/layout/Surface/surface.module.css */
1344
+ .surface_root {
1345
+ padding: 16px;
1346
+ border-radius: 4px;
1347
+ }
1348
+ .surface_primary {
1349
+ background-color: var(--theme-surface-background);
1350
+ box-shadow:
1351
+ 0px 2px 4px 0px rgba(0, 0, 0, 0.2),
1352
+ 0px 1px 10px 0px rgba(0, 0, 0, 0.12),
1353
+ 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
1354
+ }
1355
+ .surface_panel {
1356
+ background-color: var(--theme-surface-panel);
1357
+ box-shadow:
1358
+ 0px 2px 4px 0px rgba(0, 0, 0, 0.2),
1359
+ 0px 1px 10px 0px rgba(0, 0, 0, 0.12),
1360
+ 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
1361
+ }
1362
+ .surface_modal {
1363
+ background-color: var(--theme-surface-modal);
1364
+ }
1365
+
1366
+ /* src/components/layout/Layout/layout.module.css */
1367
+ .layout_root {
1368
+ position: relative;
1369
+ display: flex;
1370
+ flex-direction: column;
1371
+ gap: 0;
1372
+ width: 100%;
1373
+ height: 100%;
1374
+ padding: 8px;
1375
+ overflow: hidden;
1376
+ color: var(--theme-text-primary);
1377
+ background-color: var(--theme-surface-layout);
1378
+ }
1379
+ .layout_withHeader {
1380
+ padding: 66px 8px 8px 8px;
1381
+ }
1382
+
1383
+ /* src/components/view/Tooltip/tooltip.module.css */
1384
+ .tooltip_trigger {
1385
+ display: inline-flex;
1386
+ align-items: center;
1387
+ height: 100%;
1388
+ }
1389
+ .tooltip_content {
1390
+ z-index: 999;
1391
+ max-width: 280px;
1392
+ padding: 6px 8px;
1393
+ font-size: var(--text-caption-size);
1394
+ font-weight: var(--text-caption-weight);
1395
+ line-height: var(--text-caption-height);
1396
+ color: var(--theme-alert-default-color);
1397
+ text-align: center;
1398
+ letter-spacing: var(--text-caption-letter);
1399
+ background-color: var(--theme-alert-default-background);
1400
+ border-radius: 4px;
1401
+ box-shadow:
1402
+ 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
1403
+ 0px 2px 1px 0px rgba(0, 0, 0, 0.12),
1404
+ 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
1405
+ }
1406
+ .tooltip_content.tooltip_success {
1407
+ color: var(--theme-alert-success-color);
1408
+ background-color: var(--theme-alert-success-background);
1409
+ }
1410
+ .tooltip_content.tooltip_warning {
1411
+ color: var(--theme-alert-warning-color);
1412
+ background-color: var(--theme-alert-warning-background);
1413
+ }
1414
+ .tooltip_content.tooltip_error {
1415
+ color: var(--theme-alert-error-color);
1416
+ background-color: var(--theme-alert-error-background);
1417
+ }
1418
+ .tooltip_content.tooltip_info {
1419
+ color: var(--theme-alert-info-color);
1420
+ background-color: var(--theme-alert-info-background);
1421
+ }
1422
+ .tooltip_content > .tooltip_arrow {
1423
+ width: 6px;
1424
+ height: 6px;
1425
+ --arrow-color: var(--theme-alert-default-background);
1426
+ }
1427
+ .tooltip_content.tooltip_success > .tooltip_arrow {
1428
+ --arrow-color: var(--theme-alert-success-background);
1429
+ }
1430
+ .tooltip_content.tooltip_warning > .tooltip_arrow {
1431
+ --arrow-color: var(--theme-alert-warning-background);
1432
+ }
1433
+ .tooltip_content.tooltip_error > .tooltip_arrow {
1434
+ --arrow-color: var(--theme-alert-error-background);
1435
+ }
1436
+ .tooltip_content.tooltip_info > .tooltip_arrow {
1437
+ --arrow-color: var(--theme-alert-info-background);
1438
+ }
1439
+ .tooltip_content > .tooltip_arrow.tooltip_topArrow {
1440
+ border-top: 6px solid var(--arrow-color);
1441
+ border-right: 6px solid transparent;
1442
+ border-left: 6px solid transparent;
1443
+ transform: translate(0, 6px);
1444
+ }
1445
+ .tooltip_content > .tooltip_arrow.tooltip_bottomArrow {
1446
+ border-right: 6px solid transparent;
1447
+ border-bottom: 6px solid var(--arrow-color);
1448
+ border-left: 6px solid transparent;
1449
+ transform: translate(0, -6px);
1450
+ }
1451
+ .tooltip_content > .tooltip_arrow.tooltip_leftArrow {
1452
+ border-top: 6px solid transparent;
1453
+ border-bottom: 6px solid transparent;
1454
+ border-left: 6px solid var(--arrow-color);
1455
+ transform: translate(6px, 0);
1456
+ }
1457
+ .tooltip_content > .tooltip_arrow.tooltip_rightArrow {
1458
+ border-top: 6px solid transparent;
1459
+ border-right: 6px solid var(--arrow-color);
1460
+ border-bottom: 6px solid transparent;
1461
+ transform: translate(-6px, 0);
1462
+ }
1463
+
1464
+ /* src/components/navigation/Tabs/tabs.module.css */
1465
+ .tabs_root {
1466
+ display: flex;
1467
+ flex-direction: row;
1468
+ align-items: center;
1469
+ justify-content: flex-start;
1470
+ width: 100%;
1471
+ border-bottom: 1px solid var(--theme-divider);
1472
+ }
1473
+ .tabs_root.tabs_vertical {
1474
+ flex-direction: column;
1475
+ align-items: stretch;
1476
+ justify-content: flex-start;
1477
+ width: auto;
1478
+ border-right: 1px solid var(--theme-divider);
1479
+ border-bottom: none;
1480
+ }
1481
+ .tabs_root.tabs_disableBorder {
1482
+ border: none;
1483
+ }
1484
+ .tabs_medium {
1485
+ gap: 6px;
1486
+ }
1487
+ .tabs_small {
1488
+ gap: 0;
1489
+ }
1490
+ .tabs_root.tabs_filled {
1491
+ background-color: rgba(255, 255, 255, 0.08);
1492
+ }
1493
+ .tabs_tab {
1494
+ display: flex;
1495
+ flex-direction: column;
1496
+ cursor: pointer;
1497
+ }
1498
+ .tabs_tab.tabs_tabVertical {
1499
+ flex-direction: row;
1500
+ align-items: center;
1501
+ justify-content: space-between;
1502
+ }
1503
+ .tabs_medium .tabs_tab {
1504
+ gap: 6px;
1505
+ padding-top: 7px;
1506
+ }
1507
+ .tabs_small .tabs_tab {
1508
+ gap: 3px;
1509
+ padding-top: 3px;
1510
+ }
1511
+ .tabs_vertical.tabs_medium .tabs_tab {
1512
+ padding: 7px 0 7px 7px;
1513
+ }
1514
+ .tabs_vertical.tabs_small .tabs_tab {
1515
+ padding: 4px 0 4px 3px;
1516
+ }
1517
+ .tabs_medium .tabs_tab.tabs_disableBorder {
1518
+ gap: 7px;
1519
+ }
1520
+ .tabs_tab.tabs_tabFilled {
1521
+ transition: background-color 0.2s ease;
1522
+ }
1523
+ .tabs_tab.tabs_tabFilled:hover {
1524
+ background-color: rgba(255, 255, 255, 0.04);
1525
+ }
1526
+ .tabs_tab.tabs_selectedFilled {
1527
+ background-color: rgba(123, 211, 246, 0.08);
1528
+ }
1529
+ .tabs_tabTitle {
1530
+ display: flex;
1531
+ gap: 8px;
1532
+ align-items: center;
1533
+ }
1534
+ .tabs_medium .tabs_tabTitle {
1535
+ padding: 0 16px;
1536
+ }
1537
+ .tabs_small .tabs_tabTitle {
1538
+ padding: 0 12px;
1539
+ }
1540
+ .tabs_tabTitle.tabs_iconOnly {
1541
+ gap: 0;
1542
+ padding: 0 8px;
1543
+ }
1544
+ .tabs_vertical.tabs_medium .tabs_tabTitle {
1545
+ padding: 0 8px;
1546
+ }
1547
+ .tabs_vertical.tabs_small .tabs_tabTitle {
1548
+ padding: 0;
1549
+ }
1550
+ .tabs_vertical.tabs_medium .tabs_tabTitle.tabs_iconOnly {
1551
+ padding: 0 4px;
1552
+ }
1553
+ .tabs_vertical.tabs_small .tabs_tabTitle.tabs_iconOnly {
1554
+ padding: 0;
1555
+ }
1556
+ .tabs_tabTitle > span {
1557
+ font-size: var(--text-subtitle2-size);
1558
+ font-weight: var(--text-subtitle2-weight);
1559
+ line-height: var(--text-subtitle2-height);
1560
+ color: var(--theme-text-secondary);
1561
+ letter-spacing: var(--text-subtitle2-letter);
1562
+ }
1563
+ .tabs_tabBorder {
1564
+ width: 100%;
1565
+ border-bottom: 2px solid transparent;
1566
+ }
1567
+ .tabs_tab.tabs_selected > .tabs_tabBorder {
1568
+ border-bottom-color: var(--theme-focus);
1569
+ }
1570
+ .tabs_tabBorder.tabs_tabBorderVertical {
1571
+ width: auto;
1572
+ height: 24px;
1573
+ border-right: 2px solid transparent;
1574
+ border-bottom: none;
1575
+ }
1576
+ .tabs_tab.tabs_selected > .tabs_tabBorder.tabs_tabBorderVertical {
1577
+ border-right-color: var(--theme-focus);
1578
+ }
1579
+ .tabs_tab.tabs_selected > .tabs_tabBorder.tabs_disableBorder {
1580
+ border-color: transparent;
1581
+ }
1582
+ .tabs_tab.tabs_selected > .tabs_tabTitle > span {
1583
+ color: var(--theme-text-primary);
1584
+ }
1585
+ .tabs_tabIcon {
1586
+ display: flex;
1587
+ align-items: center;
1588
+ justify-content: center;
1589
+ width: 24px;
1590
+ height: 24px;
1591
+ color: var(--theme-text-secondary);
1592
+ }
1593
+ .tabs_tab.tabs_selected .tabs_tabIcon {
1594
+ color: var(--theme-text-primary);
1595
+ }
1596
+ .tabs_tab.tabs_disabled {
1597
+ color: var(--theme-text-inactive);
1598
+ pointer-events: none;
1599
+ cursor: default;
1600
+ -webkit-user-select: none;
1601
+ user-select: none;
1602
+ }
1603
+ .tabs_tab.tabs_disabled .tabs_tabTitle > span {
1604
+ color: var(--theme-text-inactive);
1605
+ }
1606
+ .tabs_tab.tabs_disabled .tabs_tabIcon {
1607
+ color: var(--theme-text-inactive);
1608
+ }
1609
+
1610
+ /* src/components/view/Modal/modal.module.css */
1611
+ .modal_overlay {
1612
+ position: absolute;
1613
+ top: 0;
1614
+ left: 0;
1615
+ z-index: 999;
1616
+ display: flex;
1617
+ align-items: center;
1618
+ justify-content: center;
1619
+ width: 100%;
1620
+ height: 100%;
1621
+ padding: 16px;
1622
+ background-color: var(--theme-modal-shadow-background, rgba(0, 0, 0, 0.5));
1623
+ }
1624
+ .modal_modal {
1625
+ min-width: 200px;
1626
+ max-width: 100%;
1627
+ }
1628
+
1629
+ /* src/components/view/VirtualTable/virtualTable.module.css */
1630
+ .virtualTable_root {
1631
+ position: relative;
1632
+ display: flex;
1633
+ flex-direction: column;
1634
+ gap: 0;
1635
+ height: 100%;
1636
+ --border-color: var(--theme-divider);
1637
+ }
1638
+ .virtualTable_tableContainer {
1639
+ height: calc(100% + 16px);
1640
+ }
1641
+ .virtualTable_root.virtualTable_small .virtualTable_table {
1642
+ font-size: var(--text-body2-size);
1643
+ }
1644
+ .virtualTable_root.virtualTable_medium .virtualTable_table {
1645
+ font-size: var(--text-body1-size);
1646
+ }
1647
+ .virtualTable_table {
1648
+ position: relative;
1649
+ color: var(--theme-text-primary);
1650
+ }
1651
+ .virtualTable_th {
1652
+ position: absolute;
1653
+ top: 0;
1654
+ left: 0;
1655
+ z-index: 2;
1656
+ padding: 6px 12px;
1657
+ color: var(--theme-text-secondary);
1658
+ background-color: var(--theme-table-header);
1659
+ }
1660
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_th,
1661
+ .virtualTable_root.virtualTable_bordersHorizontal .virtualTable_th {
1662
+ border-bottom: 1px solid var(--border-color);
1663
+ }
1664
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_thLeftBorder,
1665
+ .virtualTable_root.virtualTable_bordersVertical .virtualTable_thLeftBorder {
1666
+ border-left: 1px solid var(--border-color);
1667
+ }
1668
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_thRightBorder,
1669
+ .virtualTable_root.virtualTable_bordersVertical .virtualTable_thRightBorder {
1670
+ border-right: 1px solid var(--border-color);
1671
+ }
1672
+ .virtualTable_thHiddenColumn {
1673
+ display: none;
1674
+ }
1675
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_firstThRow,
1676
+ .virtualTable_root.virtualTable_root.virtualTable_bordersHorizontal .virtualTable_firstThRow {
1677
+ border-top: 1px solid var(--border-color);
1678
+ }
1679
+ .virtualTable_thCell {
1680
+ display: flex;
1681
+ flex-direction: row;
1682
+ gap: 4px;
1683
+ align-items: center;
1684
+ justify-content: center;
1685
+ height: 100%;
1686
+ }
1687
+ .virtualTable_label {
1688
+ display: flex;
1689
+ gap: 4px;
1690
+ align-items: center;
1691
+ }
1692
+ .virtualTable_label.virtualTable_alignLeft {
1693
+ flex: 1 1 0;
1694
+ justify-content: flex-start;
1695
+ width: 0;
1696
+ text-align: left;
1697
+ }
1698
+ .virtualTable_label.virtualTable_alignRight {
1699
+ flex: 1 1 0;
1700
+ justify-content: flex-end;
1701
+ order: 2;
1702
+ width: 0;
1703
+ text-align: right;
1704
+ }
1705
+ .virtualTable_label.virtualTable_alignCenter {
1706
+ justify-content: center;
1707
+ text-align: center;
1708
+ }
1709
+ .virtualTable_tr {
1710
+ position: absolute;
1711
+ top: 0;
1712
+ left: 0;
1713
+ z-index: 1;
1714
+ display: flex;
1715
+ background-color: var(--theme-table-background);
1716
+ }
1717
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_tr,
1718
+ .virtualTable_root.virtualTable_root.virtualTable_bordersHorizontal .virtualTable_tr {
1719
+ border-top: 1px solid var(--border-color);
1720
+ }
1721
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_tr:last-child,
1722
+ .virtualTable_root.virtualTable_bordersHorizontal .virtualTable_tr:last-child {
1723
+ border-bottom: 1px solid var(--border-color);
1724
+ }
1725
+ .virtualTable_td {
1726
+ display: flex;
1727
+ align-items: center;
1728
+ padding: 0;
1729
+ }
1730
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_td:nth-child(2),
1731
+ .virtualTable_root.virtualTable_root.virtualTable_bordersVertical .virtualTable_td:nth-child(2) {
1732
+ border-left: 1px solid var(--border-color);
1733
+ }
1734
+ .virtualTable_root.virtualTable_bordersAll .virtualTable_td:not(:nth-last-child(2)),
1735
+ .virtualTable_root.virtualTable_root.virtualTable_bordersVertical .virtualTable_td:not(:nth-last-child(2)) {
1736
+ border-right: 1px solid var(--border-color);
1737
+ }
1738
+ .virtualTable_evenRow {
1739
+ background-color: var(--theme-table-even-row);
1740
+ }
1741
+ .virtualTable_selected {
1742
+ background-color: var(--theme-table-selected-row);
1743
+ }
1744
+ .virtualTable_sticky {
1745
+ position: sticky;
1746
+ z-index: 2;
1747
+ background-color: var(--theme-table-background);
1748
+ }
1749
+ .virtualTable_evenRow .virtualTable_sticky {
1750
+ background-color: var(--theme-table-even-row);
1751
+ }
1752
+ .virtualTable_marginLeftChanging {
1753
+ background-color: var(--theme-table-header);
1754
+ }
1755
+ .virtualTable_rightBorder {
1756
+ position: absolute;
1757
+ top: 0;
1758
+ left: 100%;
1759
+ z-index: 4;
1760
+ width: 1px;
1761
+ max-height: 100%;
1762
+ content: "";
1763
+ border-right: 1px solid var(--border-color);
1764
+ }
1765
+ .virtualTable_bottomBorder {
1766
+ position: absolute;
1767
+ top: 100%;
1768
+ left: 0;
1769
+ z-index: 4;
1770
+ max-width: 100%;
1771
+ height: 1px;
1772
+ content: "";
1773
+ border-bottom: 1px solid var(--border-color);
1774
+ }
1775
+ .virtualTable_viewCell {
1776
+ display: flex;
1777
+ align-items: center;
1778
+ width: 100%;
1779
+ height: 100%;
1780
+ background-color: transparent;
1781
+ border: 2px solid transparent;
1782
+ }
1783
+ .virtualTable_viewCell.virtualTable_alignLeft {
1784
+ justify-content: flex-start;
1785
+ text-align: left;
1786
+ }
1787
+ .virtualTable_viewCell.virtualTable_alignRight {
1788
+ justify-content: flex-end;
1789
+ text-align: right;
1790
+ }
1791
+ .virtualTable_viewCell.virtualTable_alignCenter {
1792
+ justify-content: center;
1793
+ text-align: center;
1794
+ }
1795
+ .virtualTable_viewCell.virtualTable_error {
1796
+ background-color: var(--theme-table-error);
1797
+ border-color: var(--theme-error);
1798
+ }
1799
+ .virtualTable_viewSpan {
1800
+ width: calc(100% - 20px);
1801
+ margin: 4px 10px;
1802
+ overflow-wrap: break-word;
1803
+ }
1804
+ .virtualTable_showInModal {
1805
+ position: relative;
1806
+ align-items: flex-start;
1807
+ overflow: hidden;
1808
+ cursor: pointer;
1809
+ }
1810
+ .virtualTable_showInModal::after {
1811
+ position: absolute;
1812
+ bottom: 0;
1813
+ left: 0;
1814
+ z-index: 1;
1815
+ width: 100%;
1816
+ height: 20px;
1817
+ content: "";
1818
+ background: var(--theme-table-background);
1819
+ background: linear-gradient(rgba(0, 0, 0, 0) 0%, var(--theme-table-background) 65%);
1820
+ }
1821
+ .virtualTable_evenRow .virtualTable_showInModal::after {
1822
+ background: var(--theme-table-even-row);
1823
+ background: linear-gradient(rgba(0, 0, 0, 0) 0%, var(--theme-table-even-row) 65%);
1824
+ }
1825
+ .virtualTable_clickable {
1826
+ text-decoration: underline;
1827
+ text-decoration-thickness: 1px;
1828
+ text-decoration-style: dashed;
1829
+ text-underline-offset: 2px;
1830
+ cursor: pointer;
1831
+ }
1832
+ .virtualTable_modalContent {
1833
+ width: 500px;
1834
+ }
1835
+ .virtualTable_verticalAlignFlexStart {
1836
+ align-items: flex-start;
1837
+ white-space: pre-wrap;
1838
+ }
1839
+ .virtualTable_verticalAlignCenter {
1840
+ align-items: flex-start;
1841
+ white-space: pre-wrap;
1842
+ }
1843
+ .virtualTable_verticalAlignFlexEnd {
1844
+ align-items: flex-start;
1845
+ white-space: pre-wrap;
1846
+ }
1847
+ .virtualTable_rowButtonTrigger {
1848
+ height: auto !important;
1849
+ }
1850
+
1851
+ /* src/components/view/VirtualTable/ui/HeaderDropdown/headerDropdown.module.css */
1852
+ .headerDropdown_root {
1853
+ position: relative;
1854
+ display: flex;
1855
+ gap: 4px;
1856
+ align-items: center;
1857
+ justify-content: center;
1858
+ width: 100%;
1859
+ height: 100%;
1860
+ }
1861
+ .headerDropdown_checklistWrap {
1862
+ display: flex;
1863
+ flex-direction: column;
1864
+ height: 300px;
1865
+ padding: 16px;
1866
+ }
1867
+ .headerDropdown_iconButton > span {
1868
+ background: none !important;
1869
+ }
1870
+
1871
+ /* src/components/view/VirtualTable/ui/DateFiltration/dateFiltration.module.css */
1872
+ .dateFiltration_root {
1873
+ display: flex;
1874
+ gap: 16px;
1875
+ align-items: center;
1876
+ padding: 16px 8px 0 8px;
1877
+ }
1878
+
1879
+ /* src/components/view/VirtualTable/ui/NumberFiltration/numberFiltration.module.css */
1880
+ .numberFiltration_root {
1881
+ display: flex;
1882
+ gap: 16px;
1883
+ align-items: center;
1884
+ width: 380px;
1885
+ padding: 16px 8px 0 8px;
1886
+ }
1887
+ .numberFiltration_select {
1888
+ width: 120px;
1889
+ }
1890
+ .numberFiltration_inputsContainer {
1891
+ display: flex;
1892
+ flex: 1 1 0;
1893
+ gap: 16px;
1894
+ align-items: center;
1895
+ width: 0;
1896
+ }
1897
+ .numberFiltration_input {
1898
+ flex: 1 1 0;
1899
+ }
1900
+
1901
+ /* src/components/view/TreeView/treeView.module.css */
1902
+ .treeView_search {
1903
+ margin-bottom: 12px;
1904
+ }
1905
+
1906
+ /* src/components/view/TreeView/ui/TreeViewItem/treeViewItem.module.css */
1907
+ .treeViewItem_item {
1908
+ display: flex;
1909
+ align-items: center;
1910
+ padding: 6px 8px;
1911
+ cursor: pointer;
1912
+ transition: 0.225s;
1913
+ }
1914
+ .treeViewItem_selectable:hover {
1915
+ background-color: var(--theme-input-filled);
1916
+ }
1917
+ .treeViewItem_children {
1918
+ margin-left: 20px;
1919
+ }
1920
+ .treeViewItem_title {
1921
+ display: flex;
1922
+ column-gap: 8px;
1923
+ align-items: center;
1924
+ width: 100%;
1925
+ }
1926
+ .treeViewItem_title.treeViewItem_selected {
1927
+ color: var(--theme-icon-hover-on-selected);
1928
+ }
1929
+ .treeViewItem_selectIcon {
1930
+ margin-left: auto;
1931
+ }
1932
+
1933
+ /* src/components/view/Pairs/pairs.module.css */
1934
+ .pairs_rowContainerBorders:last-child {
1935
+ border-bottom: 1px solid var(--theme-divider);
1936
+ }
1937
+ .pairs_labelsContainer {
1938
+ display: flex;
1939
+ align-items: center;
1940
+ padding-right: 34px;
1941
+ }
1942
+ .pairs_labelsWithBorders {
1943
+ padding: 4px 12px 4px 12px;
1944
+ border-top: 1px solid var(--theme-divider);
1945
+ border-right: 1px solid var(--theme-divider);
1946
+ border-left: 1px solid var(--theme-divider);
1947
+ }
1948
+ .pairs_valuesContainer {
1949
+ display: flex;
1950
+ align-items: center;
1951
+ }
1952
+ .pairs_valuesWithBorders {
1953
+ padding: 4px 12px 4px 12px;
1954
+ border-top: 1px solid var(--theme-divider);
1955
+ border-right: 1px solid var(--theme-divider);
1956
+ }
1957
+ .pairs_dimTypography {
1958
+ color: var(--theme-text-secondary);
1959
+ }
1960
+ .pairs_trimmedTypography {
1961
+ overflow: hidden;
1962
+ text-overflow: ellipsis;
1963
+ white-space: nowrap;
1964
+ }
1965
+
1966
+ /* src/components/view/Card/card.module.css */
1967
+ .card_root {
1968
+ display: flex;
1969
+ flex-direction: column;
1970
+ gap: 16px;
1971
+ height: 100%;
1972
+ padding: 16px;
1973
+ border-radius: 4px;
1974
+ }
1975
+ .card_header {
1976
+ display: flex;
1977
+ gap: 16px;
1978
+ align-items: center;
1979
+ justify-content: space-between;
1980
+ }
1981
+ .card_actions {
1982
+ display: flex;
1983
+ gap: 8px;
1984
+ align-items: center;
1985
+ }
1986
+
1987
+ /* src/components/view/Chip/chip.module.css */
1988
+ .chip_root {
1989
+ padding: 0;
1990
+ overflow: hidden;
1991
+ font-size: var(--text-button-size);
1992
+ font-weight: var(--text-button-weight);
1993
+ line-height: var(--text-button-height);
1994
+ letter-spacing: var(--text-button-letter);
1995
+ -webkit-user-select: none;
1996
+ user-select: none;
1997
+ border-radius: 9999px;
1998
+ outline: none;
1999
+ }
2000
+ .chip_stateLayer {
2001
+ display: inline-flex;
2002
+ flex-direction: row;
2003
+ gap: 8px;
2004
+ align-items: center;
2005
+ justify-content: center;
2006
+ width: 100%;
2007
+ background-color: transparent;
2008
+ }
2009
+ .chip_root:hover > .chip_stateLayer {
2010
+ background-color: var(--theme-overlay-8);
2011
+ }
2012
+ .chip_root:focus > .chip_stateLayer {
2013
+ background-color: var(--theme-overlay-12);
2014
+ }
2015
+ .chip_root:active > .chip_stateLayer,
2016
+ .chip_root.chip_active > .chip_stateLayer {
2017
+ background-color: var(--theme-overlay-12);
2018
+ }
2019
+ .chip_filled {
2020
+ color: var(--theme-text-button-invert);
2021
+ background-color: var(--theme-focus);
2022
+ }
2023
+ .chip_outlined {
2024
+ color: var(--theme-focus);
2025
+ background-color: transparent;
2026
+ outline: 1px solid var(--theme-grey-500);
2027
+ }
2028
+ .chip_outlined:focus {
2029
+ outline-color: var(--theme-focus);
2030
+ }
2031
+ .chip_filled.chip_secondary {
2032
+ color: var(--theme-text-button-primary);
2033
+ background-color: var(--theme-overlay-12);
2034
+ }
2035
+ .chip_outlined.chip_secondary {
2036
+ color: var(--theme-text-secondary);
2037
+ }
2038
+ .chip_clickable {
2039
+ cursor: pointer;
2040
+ }
2041
+ .chip_medium,
2042
+ .chip_medium > .chip_stateLayer {
2043
+ height: 32px;
2044
+ }
2045
+ .chip_small,
2046
+ .chip_small > .chip_stateLayer {
2047
+ height: 24px;
2048
+ }
2049
+ .chip_medium > .chip_stateLayer {
2050
+ padding: 0 16px;
2051
+ }
2052
+ .chip_small > .chip_stateLayer {
2053
+ padding: 0 12px;
2054
+ }
2055
+ .chip_medium.chip_withIcon > .chip_stateLayer {
2056
+ padding: 0 4px 0 16px;
2057
+ }
2058
+ .chip_small.chip_withIcon > .chip_stateLayer {
2059
+ padding: 0 4px 0 12px;
2060
+ }
2061
+ .chip_medium.chip_withIcon.chip_iconLeft > .chip_stateLayer {
2062
+ padding: 0 16px 0 4px;
2063
+ }
2064
+ .chip_small.chip_withIcon.chip_iconLeft > .chip_stateLayer {
2065
+ padding: 0 12px 0 4px;
2066
+ }
2067
+ .chip_icon {
2068
+ display: inline-flex;
2069
+ flex-shrink: 0;
2070
+ align-items: center;
2071
+ justify-content: center;
2072
+ padding: 0;
2073
+ margin: 0;
2074
+ color: inherit;
2075
+ background: none;
2076
+ border: none;
2077
+ border-radius: 50%;
2078
+ outline: none;
2079
+ transition: background-color 0.2s;
2080
+ }
2081
+ .chip_icon.chip_iconClickable {
2082
+ cursor: pointer;
2083
+ }
2084
+ .chip_medium .chip_icon {
2085
+ width: 24px;
2086
+ height: 24px;
2087
+ }
2088
+ .chip_small .chip_icon {
2089
+ width: 18px;
2090
+ height: 18px;
2091
+ }
2092
+ .chip_icon.chip_iconClickable:hover {
2093
+ background-color: var(--theme-overlay-8);
2094
+ }
2095
+ .chip_icon.chip_iconClickable:focus {
2096
+ background-color: var(--theme-overlay-12);
2097
+ }
2098
+ .chip_icon.chip_iconClickable:active {
2099
+ background-color: var(--theme-overlay-12);
2100
+ }
2101
+ .chip_label {
2102
+ display: inline-flex;
2103
+ align-items: center;
2104
+ white-space: nowrap;
2105
+ }
2106
+ .chip_iconLeft .chip_icon {
2107
+ order: -1;
2108
+ }
2109
+ .chip_iconRight .chip_icon {
2110
+ order: 1;
2111
+ }