@dbcdk/react-components 0.0.95 → 0.0.97

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 (226) hide show
  1. package/dist/components/alert/Alert.d.ts +13 -0
  2. package/dist/components/forms/input/Input.d.ts +2 -1
  3. package/dist/components/forms/input-container/InputContainer.d.ts +3 -1
  4. package/dist/components/forms/text-area/Textarea.d.ts +1 -1
  5. package/dist/components/stack/Stack.d.ts +11 -3
  6. package/dist/components/table/Table.d.ts +1 -1
  7. package/dist/components/table/Table.types.d.ts +3 -0
  8. package/dist/components/table/components/TableHeader.d.ts +2 -1
  9. package/dist/index.cjs +12750 -0
  10. package/dist/index.css +7149 -0
  11. package/dist/index.d.ts +1 -0
  12. package/dist/index.js +12641 -78
  13. package/dist/tanstack.cjs +2674 -0
  14. package/dist/tanstack.css +1267 -0
  15. package/dist/tanstack.js +2650 -3
  16. package/dist/themes/dbc.css +3 -0
  17. package/dist/themes/forfatterweb.css +2 -0
  18. package/package.json +11 -10
  19. package/dist/assets/logo.js +0 -2
  20. package/dist/components/__stories__/_data/table.d.ts +0 -15
  21. package/dist/components/__stories__/_data/table.js +0 -55
  22. package/dist/components/__stories__/_data/tabs.d.ts +0 -9
  23. package/dist/components/__stories__/_data/tabs.js +0 -31
  24. package/dist/components/__stories__/story-components/Colors.d.ts +0 -11
  25. package/dist/components/__stories__/story-components/Colors.js +0 -96
  26. package/dist/components/__stories__/story-components/Colors.module.css +0 -27
  27. package/dist/components/__stories__/story-components/ComponentSizes.d.ts +0 -2
  28. package/dist/components/__stories__/story-components/ComponentSizes.js +0 -26
  29. package/dist/components/__stories__/story-components/Elevation.d.ts +0 -2
  30. package/dist/components/__stories__/story-components/Elevation.js +0 -49
  31. package/dist/components/__stories__/story-components/Flex.d.ts +0 -2
  32. package/dist/components/__stories__/story-components/Flex.js +0 -177
  33. package/dist/components/__stories__/story-components/Flex.module.css +0 -317
  34. package/dist/components/__stories__/story-components/Spacing.d.ts +0 -6
  35. package/dist/components/__stories__/story-components/Spacing.js +0 -76
  36. package/dist/components/__stories__/story-components/Spacing.module.css +0 -154
  37. package/dist/components/accordion/Accordion.js +0 -70
  38. package/dist/components/accordion/Accordion.module.css +0 -28
  39. package/dist/components/accordion/components/AccordionRow.js +0 -53
  40. package/dist/components/accordion/components/AccordionRow.module.css +0 -90
  41. package/dist/components/app-header/AppHeader.js +0 -5
  42. package/dist/components/app-header/AppHeader.module.css +0 -74
  43. package/dist/components/attribute-chip/AttributeChip.js +0 -5
  44. package/dist/components/attribute-chip/AttributeChip.module.css +0 -65
  45. package/dist/components/avatar/Avatar.js +0 -48
  46. package/dist/components/avatar/Avatar.module.css +0 -91
  47. package/dist/components/breadcrumbs/Breadcrumbs.js +0 -6
  48. package/dist/components/breadcrumbs/Breadcrumbs.module.css +0 -80
  49. package/dist/components/button/Button.js +0 -81
  50. package/dist/components/button/Button.module.css +0 -249
  51. package/dist/components/button-select/ButtonSelect.js +0 -7
  52. package/dist/components/button-select/ButtonSelect.module.css +0 -40
  53. package/dist/components/card/Card.js +0 -71
  54. package/dist/components/card/Card.module.css +0 -160
  55. package/dist/components/card/components/CardMeta.js +0 -26
  56. package/dist/components/card/components/CardMeta.module.css +0 -55
  57. package/dist/components/card-container/CardContainer.js +0 -6
  58. package/dist/components/card-container/CardContainer.module.css +0 -61
  59. package/dist/components/chip/Chip.js +0 -31
  60. package/dist/components/chip/Chip.module.css +0 -236
  61. package/dist/components/circle/Circle.js +0 -5
  62. package/dist/components/circle/Circle.module.css +0 -128
  63. package/dist/components/clear-button/ClearButton.js +0 -13
  64. package/dist/components/clear-button/ClearButton.module.css +0 -26
  65. package/dist/components/code-block/CodeBlock.js +0 -58
  66. package/dist/components/code-block/CodeBlock.module.css +0 -124
  67. package/dist/components/copy-button/CopyButton.js +0 -78
  68. package/dist/components/copy-button/CopyButton.module.css +0 -22
  69. package/dist/components/datetime-picker/DateTimePicker.js +0 -403
  70. package/dist/components/datetime-picker/DateTimePicker.module.css +0 -155
  71. package/dist/components/datetime-picker/dateTimeHelpers.js +0 -248
  72. package/dist/components/divider/Divider.js +0 -12
  73. package/dist/components/filter-field/FilterField.js +0 -191
  74. package/dist/components/filter-field/FilterField.module.css +0 -379
  75. package/dist/components/filtering/chip-multi-toggle/ChipMultiToggle.js +0 -52
  76. package/dist/components/filtering/chip-multi-toggle/ChipMultiToggle.module.css +0 -59
  77. package/dist/components/forms/checkbox/Checkbox.js +0 -26
  78. package/dist/components/forms/checkbox/Checkbox.module.css +0 -99
  79. package/dist/components/forms/checkbox-group/CheckboxGroup.js +0 -75
  80. package/dist/components/forms/checkbox-group/CheckboxGroup.module.css +0 -115
  81. package/dist/components/forms/form-select/FormSelect.js +0 -86
  82. package/dist/components/forms/form-select/FormSelect.module.css +0 -236
  83. package/dist/components/forms/input/Input.js +0 -77
  84. package/dist/components/forms/input/Input.module.css +0 -468
  85. package/dist/components/forms/input-container/InputContainer.js +0 -15
  86. package/dist/components/forms/input-container/InputContainer.module.css +0 -56
  87. package/dist/components/forms/multi-select/MultiSelect.js +0 -122
  88. package/dist/components/forms/radio-buttons/RadioButton.js +0 -26
  89. package/dist/components/forms/radio-buttons/RadioButtonGroup.js +0 -19
  90. package/dist/components/forms/radio-buttons/RadioButtons.module.css +0 -118
  91. package/dist/components/forms/select/Select.js +0 -185
  92. package/dist/components/forms/select/Select.module.css +0 -32
  93. package/dist/components/forms/text-area/Textarea.js +0 -47
  94. package/dist/components/forms/text-area/Textarea.module.css +0 -70
  95. package/dist/components/forms/typeahead/Typeahead.js +0 -668
  96. package/dist/components/forms/typeahead/Typeahead.module.css +0 -38
  97. package/dist/components/grid/Grid.js +0 -23
  98. package/dist/components/grid/Grid.module.css +0 -35
  99. package/dist/components/headline/CollapsibleHeadline.js +0 -29
  100. package/dist/components/headline/Headline.js +0 -26
  101. package/dist/components/headline/Headline.module.css +0 -165
  102. package/dist/components/hyperlink/Hyperlink.js +0 -40
  103. package/dist/components/hyperlink/Hyperlink.module.css +0 -107
  104. package/dist/components/icon/Icon.js +0 -14
  105. package/dist/components/icon/Icon.module.css +0 -36
  106. package/dist/components/interval-select/IntervalSelect.js +0 -99
  107. package/dist/components/json-viewer/HighlightedText.js +0 -6
  108. package/dist/components/json-viewer/JsonNode.js +0 -30
  109. package/dist/components/json-viewer/JsonViewer.js +0 -68
  110. package/dist/components/json-viewer/JsonViewer.module.css +0 -346
  111. package/dist/components/json-viewer/types.js +0 -1
  112. package/dist/components/json-viewer/useClipboardStatus.js +0 -11
  113. package/dist/components/json-viewer/utils.js +0 -125
  114. package/dist/components/menu/Menu.js +0 -165
  115. package/dist/components/menu/Menu.module.css +0 -211
  116. package/dist/components/meta-bar/MetaBar.js +0 -9
  117. package/dist/components/meta-bar/MetaBar.module.css +0 -27
  118. package/dist/components/nav-bar/NavBar.js +0 -29
  119. package/dist/components/nav-bar/NavBar.module.css +0 -200
  120. package/dist/components/overlay/fade-overlay/FadeOverlay.js +0 -8
  121. package/dist/components/overlay/fade-overlay/FadeOverlay.module.css +0 -54
  122. package/dist/components/overlay/modal/Modal.js +0 -115
  123. package/dist/components/overlay/modal/Modal.module.css +0 -109
  124. package/dist/components/overlay/modal/provider/ModalProvider.js +0 -73
  125. package/dist/components/overlay/side-panel/SidePanel.js +0 -83
  126. package/dist/components/overlay/side-panel/SidePanel.module.css +0 -177
  127. package/dist/components/overlay/side-panel/useSidePanel.js +0 -11
  128. package/dist/components/overlay/tooltip/Tooltip.js +0 -17
  129. package/dist/components/overlay/tooltip/Tooltip.module.css +0 -104
  130. package/dist/components/overlay/tooltip/TooltipProvider.js +0 -255
  131. package/dist/components/overlay/tooltip/useTooltipTrigger.js +0 -118
  132. package/dist/components/page/Page.js +0 -11
  133. package/dist/components/page/Page.module.css +0 -76
  134. package/dist/components/page-layout/PageLayout.js +0 -76
  135. package/dist/components/page-layout/PageLayout.module.css +0 -236
  136. package/dist/components/page-layout/components/layout-footer/LayoutFooter.js +0 -27
  137. package/dist/components/page-layout/components/layout-footer/LayoutFooter.module.css +0 -89
  138. package/dist/components/page-layout/components/page-layout-hero/PageLayoutHero.js +0 -14
  139. package/dist/components/page-layout/components/page-layout-hero/PageLayoutHero.module.css +0 -84
  140. package/dist/components/pagination/Pagination.js +0 -56
  141. package/dist/components/pagination/Pagination.module.css +0 -25
  142. package/dist/components/panel/Panel.js +0 -7
  143. package/dist/components/panel/Panel.module.css +0 -29
  144. package/dist/components/popover/Popover.js +0 -257
  145. package/dist/components/popover/Popover.module.css +0 -54
  146. package/dist/components/search-box/SearchBox.js +0 -170
  147. package/dist/components/search-box/SearchBox.module.css +0 -21
  148. package/dist/components/segmented-progress-bar/SegmentedProgressBar.js +0 -48
  149. package/dist/components/segmented-progress-bar/SegmentedProgressBar.module.css +0 -167
  150. package/dist/components/sidebar/Sidebar.js +0 -6
  151. package/dist/components/sidebar/components/SidebarItem.js +0 -8
  152. package/dist/components/sidebar/components/SidebarItem.module.css +0 -0
  153. package/dist/components/sidebar/components/expandable-sidebar-item/ExpandableSidebarItem.js +0 -63
  154. package/dist/components/sidebar/components/expandable-sidebar-item/ExpandableSidebarItem.module.css +0 -29
  155. package/dist/components/sidebar/components/sidebar-container/SidebarContainer.js +0 -153
  156. package/dist/components/sidebar/components/sidebar-container/SidebarContainer.module.css +0 -260
  157. package/dist/components/sidebar/components/sidebar-item-content/SidebarItemContent.js +0 -18
  158. package/dist/components/sidebar/components/sidebar-item-content/SidebarItemContent.module.css +0 -106
  159. package/dist/components/sidebar/components/sidebar-items/SidebarItems.js +0 -26
  160. package/dist/components/sidebar/components/sidebar-items/SidebarItems.module.css +0 -20
  161. package/dist/components/sidebar/components/sidenav-filteirng/SidenavFiltering.js +0 -30
  162. package/dist/components/sidebar/providers/SidebarProvider.js +0 -229
  163. package/dist/components/skeleton-loader/SkeletonLoader.js +0 -73
  164. package/dist/components/skeleton-loader/skeleton-loader-item/SkeletonLoaderItem.js +0 -13
  165. package/dist/components/skeleton-loader/skeleton-loader-item/SkeletonLoaderItem.module.css +0 -51
  166. package/dist/components/split-button/SplitButton.js +0 -10
  167. package/dist/components/split-button/SplitButton.module.css +0 -32
  168. package/dist/components/split-pane/SplitPane.js +0 -107
  169. package/dist/components/split-pane/SplitPane.module.css +0 -111
  170. package/dist/components/split-pane/provider/SplitPaneContext.js +0 -124
  171. package/dist/components/stack/Stack.js +0 -19
  172. package/dist/components/state-page/StatePage.js +0 -20
  173. package/dist/components/state-page/StatePage.module.css +0 -9
  174. package/dist/components/state-page/empty.js +0 -2
  175. package/dist/components/state-page/error.js +0 -2
  176. package/dist/components/state-page/notFound.js +0 -2
  177. package/dist/components/sticky-footer-layout/StickyFooterLayout.js +0 -64
  178. package/dist/components/table/Table.js +0 -50
  179. package/dist/components/table/Table.module.css +0 -536
  180. package/dist/components/table/Table.types.js +0 -1
  181. package/dist/components/table/TanstackTable.js +0 -111
  182. package/dist/components/table/components/TableBody.js +0 -10
  183. package/dist/components/table/components/TableHeader.js +0 -7
  184. package/dist/components/table/components/TableHeaderCell.js +0 -24
  185. package/dist/components/table/components/TableLoadingBody.js +0 -26
  186. package/dist/components/table/components/TablePagination.js +0 -1
  187. package/dist/components/table/components/TableRow.js +0 -54
  188. package/dist/components/table/components/TableSelectionCell.js +0 -16
  189. package/dist/components/table/components/column-resizer/ColumnResizer.js +0 -5
  190. package/dist/components/table/components/column-resizer/ColumnResizer.module.css +0 -22
  191. package/dist/components/table/components/empty-state/EmptyState.js +0 -23
  192. package/dist/components/table/components/empty-state/EmptyState.module.css +0 -4
  193. package/dist/components/table/components/table-settings/TableSettings.js +0 -63
  194. package/dist/components/table/hooks/useTableRowInteractions.js +0 -30
  195. package/dist/components/table/table.classes.js +0 -23
  196. package/dist/components/table/table.utils.js +0 -47
  197. package/dist/components/table/tanstackTable.utils.js +0 -175
  198. package/dist/components/tabs/Tabs.js +0 -125
  199. package/dist/components/tabs/Tabs.module.css +0 -204
  200. package/dist/components/theme-button/ThemeButton.js +0 -23
  201. package/dist/components/toast/Toast.js +0 -20
  202. package/dist/components/toast/Toast.module.css +0 -161
  203. package/dist/components/toast/provider/ToastProvider.js +0 -70
  204. package/dist/components/user-display/UserDisplay.js +0 -6
  205. package/dist/components/user-display/UserDisplay.module.css +0 -25
  206. package/dist/constants/severity.js +0 -24
  207. package/dist/constants/severity.types.js +0 -1
  208. package/dist/constants/sizes.js +0 -7
  209. package/dist/hooks/useDeviceSize.js +0 -32
  210. package/dist/hooks/useListNavigation.js +0 -234
  211. package/dist/hooks/usePagination.js +0 -140
  212. package/dist/hooks/useSorting.js +0 -118
  213. package/dist/hooks/useTableData.js +0 -45
  214. package/dist/hooks/useTableSelection.js +0 -164
  215. package/dist/hooks/useTableSettings.js +0 -71
  216. package/dist/hooks/useTheme.js +0 -66
  217. package/dist/hooks/useTimeDuration.js +0 -68
  218. package/dist/hooks/useViewportFill.js +0 -77
  219. package/dist/styles/animation.js +0 -5
  220. package/dist/styles/themes/types.js +0 -1
  221. package/dist/types/a11y-props.types.js +0 -1
  222. package/dist/types/sizes.types.js +0 -1
  223. package/dist/utils/arrays/nested-filtering.js +0 -48
  224. package/dist/utils/date/formatDate.js +0 -51
  225. package/dist/utils/localStorage.utils.js +0 -78
  226. package/dist/utils/text/get-highlighted-segments.js +0 -46
@@ -0,0 +1,1267 @@
1
+ /* src/components/table/components/column-resizer/ColumnResizer.module.css */
2
+ .ColumnResizer_resizer {
3
+ position: absolute;
4
+ right: 0;
5
+ top: 0;
6
+ height: 100%;
7
+ width: 10px;
8
+ cursor: col-resize;
9
+ user-select: none;
10
+ touch-action: none;
11
+ z-index: 20;
12
+ }
13
+ .ColumnResizer_resizer::after {
14
+ content: "";
15
+ position: absolute;
16
+ right: 0;
17
+ width: 1px;
18
+ height: 60%;
19
+ top: 50%;
20
+ transform: translateY(-50%);
21
+ background-color: var(--opac-bg-default);
22
+ }
23
+
24
+ /* src/components/pagination/Pagination.module.css */
25
+ .Pagination_container2 {
26
+ display: flex;
27
+ gap: var(--spacing-xxs);
28
+ align-items: center;
29
+ justify-content: center;
30
+ margin: 0 auto;
31
+ max-width: 100%;
32
+ overflow-x: auto;
33
+ }
34
+ .Pagination_ellipsisButton2 {
35
+ display: none;
36
+ }
37
+ @media (min-width: 480px) {
38
+ .Pagination_ellipsisButton2 {
39
+ display: contents;
40
+ }
41
+ }
42
+ .Pagination_range2 {
43
+ min-width: 110px;
44
+ text-align: center;
45
+ font-size: var(--font-size-xs);
46
+ padding: 0 var(--spacing-xxs);
47
+ }
48
+
49
+ /* src/components/overlay/tooltip/Tooltip.module.css */
50
+ .Tooltip_container2 {
51
+ display: contents;
52
+ }
53
+ .Tooltip_trigger2 {
54
+ display: inline-flex;
55
+ align-items: center;
56
+ max-width: 100%;
57
+ }
58
+ .Tooltip_trigger2:focus-visible {
59
+ outline: none;
60
+ box-shadow: var(--focus-ring);
61
+ border-radius: var(--border-radius-default);
62
+ }
63
+ .Tooltip_bubble2 {
64
+ position: fixed;
65
+ z-index: var(--z-tooltip);
66
+ pointer-events: none;
67
+ background: var(--color-fg-default);
68
+ color: var(--color-fg-on-strong);
69
+ font-size: var(--font-size-xs);
70
+ line-height: var(--line-height-tight);
71
+ padding: var(--spacing-xxs) var(--spacing-sm);
72
+ border-radius: var(--border-radius-default);
73
+ max-width: min(360px, calc(100vw - 16px));
74
+ white-space: normal;
75
+ overflow-wrap: break-word;
76
+ word-break: normal;
77
+ filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.22));
78
+ opacity: 0;
79
+ visibility: hidden;
80
+ transform: translate3d(0, 0, 0);
81
+ transition:
82
+ opacity var(--transition-fast),
83
+ transform var(--transition-fast),
84
+ visibility 0s linear var(--transition-fast);
85
+ }
86
+ .Tooltip_bubble2[data-open=true] {
87
+ opacity: 1;
88
+ visibility: visible;
89
+ transition:
90
+ opacity var(--transition-fast),
91
+ transform var(--transition-fast),
92
+ visibility 0s;
93
+ }
94
+ .Tooltip_bubble2[data-placement=top] {
95
+ transform: translate3d(0, -6px, 0);
96
+ }
97
+ .Tooltip_bubble2[data-placement=bottom] {
98
+ transform: translate3d(0, 6px, 0);
99
+ }
100
+ .Tooltip_bubble2[data-placement=left] {
101
+ transform: translate3d(-6px, 0, 0);
102
+ }
103
+ .Tooltip_bubble2[data-placement=right] {
104
+ transform: translate3d(6px, 0, 0);
105
+ }
106
+ .Tooltip_bubble2[data-open=true][data-placement=top],
107
+ .Tooltip_bubble2[data-open=true][data-placement=bottom],
108
+ .Tooltip_bubble2[data-open=true][data-placement=left],
109
+ .Tooltip_bubble2[data-open=true][data-placement=right] {
110
+ transform: translate3d(0, 0, 0);
111
+ }
112
+ .Tooltip_bubble2 svg {
113
+ height: 20px;
114
+ width: 20px;
115
+ flex: 0 0 auto;
116
+ }
117
+ @media (prefers-reduced-motion: reduce) {
118
+ .Tooltip_bubble2 {
119
+ transition: none;
120
+ transform: none;
121
+ }
122
+ }
123
+
124
+ /* src/components/button/Button.module.css */
125
+ .Button_button2 {
126
+ display: inline-flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ gap: var(--spacing-xs);
130
+ font-family: var(--font-family);
131
+ font-size: var(--font-size-sm);
132
+ line-height: 1;
133
+ height: var(--component-size-md);
134
+ min-block-size: var(--component-size-md);
135
+ padding-inline: var(--spacing-sm);
136
+ padding-block: var(--spacing-xs);
137
+ border-width: var(--border-width-thin, 1px);
138
+ border-style: solid;
139
+ border-color: transparent;
140
+ border-radius: var(--border-radius-default);
141
+ cursor: pointer;
142
+ user-select: none;
143
+ white-space: nowrap;
144
+ }
145
+ .Button_buttonLink2 {
146
+ color: inherit;
147
+ text-decoration: none;
148
+ user-select: default;
149
+ }
150
+ .Button_button2:hover {
151
+ transition:
152
+ background-color var(--transition-fast) var(--ease-standard),
153
+ color var(--transition-fast) var(--ease-standard),
154
+ border-color var(--transition-fast) var(--ease-standard),
155
+ box-shadow var(--transition-fast) var(--ease-standard);
156
+ }
157
+ .Button_button2:focus-visible {
158
+ outline: none;
159
+ border-color: var(--color-border-selected);
160
+ box-shadow: inset 0 0 0 1px var(--color-border-selected);
161
+ }
162
+ .Button_round2 {
163
+ border-radius: 100%;
164
+ }
165
+ .Button_rounded2 {
166
+ border-radius: var(--border-radius-rounded);
167
+ }
168
+ .Button_button2:disabled,
169
+ .Button_button2[aria-disabled=true] {
170
+ cursor: not-allowed;
171
+ pointer-events: none;
172
+ background-color: var(--color-disabled-bg);
173
+ border-color: transparent;
174
+ color: var(--color-disabled-fg);
175
+ opacity: 0.5;
176
+ }
177
+ .Button_link2 {
178
+ text-decoration: none;
179
+ font-size: var(--font-size-sm);
180
+ color: var(--color-link);
181
+ transition: color var(--transition-fast) var(--ease-standard), text-decoration-color var(--transition-fast) var(--ease-standard);
182
+ text-underline-offset: 0.15em;
183
+ }
184
+ .Button_link2:focus-visible {
185
+ outline: none;
186
+ text-decoration: underline;
187
+ text-decoration-color: currentColor;
188
+ }
189
+ .Button_button2 svg,
190
+ .Button_icon2 svg {
191
+ inline-size: var(--icon-size-md);
192
+ block-size: var(--icon-size-md);
193
+ }
194
+ .Button_icon2 {
195
+ display: inline-flex;
196
+ }
197
+ .Button_button2.Button_xs2 {
198
+ height: var(--component-size-xs);
199
+ min-block-size: var(--component-size-xs);
200
+ padding-inline: var(--spacing-xs);
201
+ font-size: var(--font-size-xs);
202
+ }
203
+ .Button_button2.Button_sm2 {
204
+ height: var(--component-size-sm);
205
+ min-block-size: var(--component-size-sm);
206
+ padding-inline: var(--spacing-xs);
207
+ }
208
+ .Button_button2.Button_sm2 svg {
209
+ inline-size: var(--icon-size-sm);
210
+ block-size: var(--icon-size-sm);
211
+ }
212
+ .Button_button2.Button_lg2 {
213
+ height: var(--component-size-lg);
214
+ font-size: var(--font-size-md);
215
+ min-block-size: var(--component-size-lg);
216
+ padding-inline: var(--spacing-lg);
217
+ }
218
+ .Button_button2.Button_fullWidth2 {
219
+ width: 100%;
220
+ }
221
+ .Button_primary2 {
222
+ background-color: var(--button-bg-primary);
223
+ color: var(--button-fg-primary);
224
+ border-color: transparent;
225
+ }
226
+ .Button_primary2:hover {
227
+ background-color: var(--button-bg-primary-hover);
228
+ }
229
+ .Button_secondary2 {
230
+ background-color: var(--button-bg-secondary);
231
+ color: var(--button-fg-secondary);
232
+ border-color: var(--button-border-secondary);
233
+ }
234
+ .Button_secondary2:hover {
235
+ background-color: var(--button-bg-secondary-hover);
236
+ border-color: var(--color-border-strong);
237
+ }
238
+ .Button_default2 {
239
+ background-color: var(--color-bg-toolbar);
240
+ color: var(--color-fg-default);
241
+ border-color: transparent;
242
+ }
243
+ .Button_default2:hover {
244
+ background-color: var(--color-bg-toolbar-hover);
245
+ border-color: transparent;
246
+ }
247
+ .Button_default2:focus-visible {
248
+ outline: none;
249
+ border-color: var(--color-border-selected);
250
+ box-shadow: inset 0 0 0 1px var(--color-border-selected);
251
+ }
252
+ .Button_outlined2 {
253
+ background-color: transparent;
254
+ color: var(--color-fg-default);
255
+ border-width: var(--border-width-thin, 1px);
256
+ border-style: solid;
257
+ border-color: var(--color-border-default);
258
+ }
259
+ .Button_outlined2:not(.Button_active2):hover {
260
+ background-color: var(--color-bg-hover-subtle);
261
+ border-color: var(--color-border-strong);
262
+ }
263
+ .Button_success2 {
264
+ background-color: transparent;
265
+ color: var(--color-status-success-fg);
266
+ border-color: var(--color-status-success-border);
267
+ }
268
+ .Button_success2 .Button_icon2 {
269
+ color: var(--color-status-success);
270
+ }
271
+ .Button_success2:hover {
272
+ border-color: var(--color-fg-default);
273
+ }
274
+ .Button_danger2 {
275
+ background-color: transparent;
276
+ color: var(--color-status-error-fg);
277
+ border-color: var(--color-status-error-border);
278
+ }
279
+ .Button_danger2 .Button_icon2 {
280
+ color: var(--color-status-error);
281
+ }
282
+ .Button_danger2:hover {
283
+ border-color: var(--color-fg-default);
284
+ }
285
+ .Button_button2.Button_inline2 {
286
+ background-color: transparent;
287
+ border-color: transparent;
288
+ padding: var(--spacing-xxs);
289
+ min-block-size: unset;
290
+ block-size: unset;
291
+ height: unset;
292
+ color: var(--color-fg-default);
293
+ }
294
+ .Button_button2.Button_inline2:hover {
295
+ background-color: var(--opac-bg-light);
296
+ }
297
+ .Button_button2.Button_inline2:focus-visible {
298
+ outline: none;
299
+ background-color: var(--opac-bg-light);
300
+ border-color: transparent;
301
+ box-shadow: inset 0 0 0 1px var(--color-border-selected);
302
+ }
303
+ .Button_active2 {
304
+ background-color: var(--button-bg-primary);
305
+ color: var(--button-fg-primary);
306
+ border-color: var(--color-border-selected);
307
+ }
308
+ .Button_inline2.Button_active2 {
309
+ color: var(--button-bg-primary);
310
+ }
311
+ .Button_active2:hover {
312
+ background-color: var(--button-bg-primary-hover);
313
+ }
314
+ .Button_inline2.Button_active2:hover {
315
+ color: var(--button-bg-primary-hover);
316
+ }
317
+
318
+ /* src/components/menu/Menu.module.css */
319
+ .Menu_container2 {
320
+ list-style: none;
321
+ margin: 0;
322
+ padding: 0;
323
+ background: transparent;
324
+ border: 0;
325
+ box-shadow: none;
326
+ display: flex;
327
+ flex-direction: column;
328
+ }
329
+ .Menu_row2 {
330
+ display: block;
331
+ }
332
+ .Menu_interactive2 {
333
+ display: flex;
334
+ align-items: flex-start;
335
+ justify-content: flex-start;
336
+ gap: var(--spacing-xs);
337
+ inline-size: 100%;
338
+ text-align: start;
339
+ text-decoration: none;
340
+ padding-block: var(--spacing-xxs);
341
+ padding-inline: var(--spacing-md);
342
+ margin-block: var(--spacing-2xs);
343
+ min-block-size: var(--component-size-sm);
344
+ background: transparent;
345
+ border: none;
346
+ font-family: var(--font-family);
347
+ font-size: var(--font-size-sm);
348
+ line-height: var(--line-height-normal);
349
+ color: var(--color-fg-default);
350
+ cursor: pointer;
351
+ border-radius: var(--border-radius-md);
352
+ transition: background-color var(--transition-fast) var(--ease-standard), color var(--transition-fast) var(--ease-standard);
353
+ }
354
+ .Menu_interactive2 > :last-child {
355
+ min-width: 0;
356
+ white-space: normal;
357
+ overflow-wrap: anywhere;
358
+ word-break: break-word;
359
+ }
360
+ .Menu_interactiveChild2 {
361
+ display: block;
362
+ inline-size: 100%;
363
+ border-radius: var(--border-radius-md);
364
+ }
365
+ .Menu_row2 > .Menu_interactiveChild2 {
366
+ display: flex;
367
+ align-items: center;
368
+ inline-size: 100%;
369
+ padding-block: var(--spacing-xxs);
370
+ padding-inline: var(--spacing-md);
371
+ margin-block: var(--spacing-2xs);
372
+ min-block-size: var(--component-size-sm);
373
+ border-radius: var(--border-radius-md);
374
+ cursor: pointer;
375
+ }
376
+ .Menu_row2 .container {
377
+ display: flex;
378
+ align-items: center;
379
+ gap: var(--spacing-sm);
380
+ inline-size: 100%;
381
+ cursor: pointer;
382
+ }
383
+ .Menu_row2 .label {
384
+ flex: 1 1 auto;
385
+ cursor: pointer;
386
+ }
387
+ .Menu_row2 .label * {
388
+ cursor: pointer;
389
+ }
390
+ .Menu_interactive2:hover:not(.Menu_selected2),
391
+ .Menu_row2:hover > .Menu_interactiveChild2:not(.Menu_selected2) {
392
+ background-color: var(--color-bg-toolbar-hover);
393
+ }
394
+ .Menu_interactive2:focus-visible {
395
+ outline: none;
396
+ box-shadow: inset 0 0 0 1px var(--color-border-selected);
397
+ }
398
+ .Menu_row2:focus-within > .Menu_interactiveChild2 {
399
+ outline: none;
400
+ box-shadow: inset 0 0 0 1px var(--color-border-selected);
401
+ }
402
+ .Menu_active2,
403
+ .Menu_interactive2.Menu_active2,
404
+ .Menu_row2 > .Menu_interactiveChild2.Menu_active2 {
405
+ background-color: var(--color-bg-toolbar-hover);
406
+ }
407
+ .Menu_selected2,
408
+ .Menu_interactive2[aria-selected=true],
409
+ .Menu_row2 > .Menu_interactiveChild2.Menu_selected2,
410
+ .Menu_row2 > .Menu_interactiveChild2[aria-selected=true] {
411
+ background-color: var(--color-bg-selected);
412
+ color: var(--color-fg-default);
413
+ }
414
+ .Menu_selected2:hover,
415
+ .Menu_interactive2.Menu_selected2:hover,
416
+ .Menu_interactive2[aria-selected=true]:hover,
417
+ .Menu_row2:hover > .Menu_interactiveChild2.Menu_selected2,
418
+ .Menu_row2:hover > .Menu_interactiveChild2[aria-selected=true],
419
+ .Menu_active2.Menu_selected2,
420
+ .Menu_interactive2.Menu_active2.Menu_selected2,
421
+ .Menu_interactive2.Menu_active2[aria-selected=true],
422
+ .Menu_row2 > .Menu_interactiveChild2.Menu_active2.Menu_selected2,
423
+ .Menu_row2 > .Menu_interactiveChild2.Menu_active2[aria-selected=true] {
424
+ background-color: var(--color-bg-selected-hover);
425
+ }
426
+ .Menu_interactive2[aria-checked=true],
427
+ .Menu_row2 > .Menu_interactiveChild2[aria-checked=true] {
428
+ background-color: var(--color-bg-selected);
429
+ color: var(--color-fg-default);
430
+ }
431
+ .Menu_itemDanger2 {
432
+ color: var(--color-status-error);
433
+ }
434
+ .Menu_itemDanger2 svg {
435
+ color: inherit;
436
+ }
437
+ .Menu_interactive2[aria-disabled=true],
438
+ .Menu_interactive2:disabled,
439
+ .Menu_row2 > .Menu_interactiveChild2[aria-disabled=true] {
440
+ color: var(--color-disabled-fg);
441
+ cursor: not-allowed;
442
+ pointer-events: none;
443
+ }
444
+ .Menu_interactive2 svg,
445
+ .Menu_interactiveChild2 svg {
446
+ inline-size: var(--icon-size-sm);
447
+ block-size: var(--icon-size-sm);
448
+ margin-block: calc((var(--line-height-normal) * var(--font-size-sm) - var(--icon-size-sm)) / 2);
449
+ flex-shrink: 0;
450
+ }
451
+ .Menu_separator2 {
452
+ block-size: 1px;
453
+ margin-block: var(--spacing-xxs);
454
+ background: var(--color-border-subtle);
455
+ opacity: 0.8;
456
+ border-radius: 999px;
457
+ }
458
+ .Menu_header2 {
459
+ padding-block: var(--spacing-xs);
460
+ padding-inline: var(--spacing-md);
461
+ color: var(--color-fg-muted);
462
+ font-size: var(--font-size-xs);
463
+ font-weight: 500;
464
+ line-height: var(--line-height-normal);
465
+ text-transform: uppercase;
466
+ letter-spacing: 0.04em;
467
+ cursor: default;
468
+ user-select: none;
469
+ display: flex;
470
+ align-items: center;
471
+ gap: var(--spacing-xs);
472
+ }
473
+ .Menu_header2 svg {
474
+ inline-size: var(--icon-size-sm);
475
+ block-size: var(--icon-size-sm);
476
+ color: inherit;
477
+ }
478
+ .Menu_gap2 {
479
+ gap: var(--spacing-xs);
480
+ }
481
+ .Menu_rowBordered2 {
482
+ border: 1px solid var(--color-border-default);
483
+ border-radius: var(--border-radius-md);
484
+ overflow: hidden;
485
+ }
486
+ .Menu_rowBordered2 .Menu_interactive2,
487
+ .Menu_rowBordered2 .Menu_interactiveChild2 {
488
+ border-radius: 0;
489
+ }
490
+
491
+ /* src/components/forms/checkbox/Checkbox.module.css */
492
+ .Checkbox_container2 {
493
+ display: inline-flex;
494
+ align-items: flex-start;
495
+ gap: var(--spacing-sm);
496
+ vertical-align: middle;
497
+ line-height: var(--line-height-normal);
498
+ }
499
+ .Checkbox_containerSm2 {
500
+ gap: var(--spacing-xs);
501
+ }
502
+ .Checkbox_checkbox2 {
503
+ width: var(--component-size-sm);
504
+ height: var(--component-size-sm);
505
+ padding: 0;
506
+ display: flex;
507
+ align-items: center;
508
+ justify-content: center;
509
+ border: var(--border-width-thin) solid var(--color-border-default);
510
+ border-radius: var(--border-radius-sm);
511
+ background-color: var(--color-bg-surface);
512
+ cursor: pointer;
513
+ transition:
514
+ background-color var(--transition-fast) var(--ease-standard),
515
+ border-color var(--transition-fast) var(--ease-standard),
516
+ box-shadow var(--transition-fast) var(--ease-standard);
517
+ }
518
+ .Checkbox_checkbox2.Checkbox_sm2 {
519
+ width: var(--component-size-xs);
520
+ height: var(--component-size-xs);
521
+ }
522
+ .Checkbox_label2 {
523
+ display: block;
524
+ font-size: var(--font-size-sm);
525
+ min-width: 0;
526
+ flex: 1 1 auto;
527
+ line-height: var(--line-height-normal);
528
+ white-space: normal;
529
+ overflow-wrap: anywhere;
530
+ word-break: break-word;
531
+ }
532
+ .Checkbox_checkbox2:hover {
533
+ border-color: var(--color-fg-default);
534
+ }
535
+ .Checkbox_checked2 {
536
+ background-color: var(--color-brand);
537
+ border-color: var(--color-brand);
538
+ }
539
+ .Checkbox_icon2 {
540
+ width: var(--icon-size-md);
541
+ height: var(--icon-size-md);
542
+ color: var(--color-fg-on-brand);
543
+ stroke-width: 2;
544
+ pointer-events: none;
545
+ }
546
+ .Checkbox_default2 {
547
+ background-color: var(--color-bg-toolbar);
548
+ border-color: var(--color-bg-toolbar);
549
+ &:not(:hover) {
550
+ border-color: var(--color-bg-toolbar);
551
+ }
552
+ .Checkbox_icon2 {
553
+ color: var(--color-fg-default);
554
+ }
555
+ }
556
+ .Checkbox_outlined2.Checkbox_checked2 {
557
+ background-color: transparent;
558
+ border-color: var(--color-border-default);
559
+ &:not(:hover) {
560
+ border-color: var(--color-brand);
561
+ }
562
+ .Checkbox_icon2 {
563
+ color: var(--color-brand);
564
+ }
565
+ }
566
+ .Checkbox_success2.Checkbox_checked2 {
567
+ background-color: var(--color-status-success);
568
+ &:not(:hover) {
569
+ border-color: transparent;
570
+ }
571
+ }
572
+ .Checkbox_info2.Checkbox_checked2 {
573
+ background-color: var(--color-status-info);
574
+ &:not(:hover) {
575
+ border-color: transparent;
576
+ }
577
+ .Checkbox_icon2 {
578
+ color: var(--color-fg-on-brand);
579
+ }
580
+ }
581
+
582
+ /* src/components/forms/input-container/InputContainer.module.css */
583
+ .InputContainer_horizontal2 {
584
+ --gap: var(--spacing-sm);
585
+ }
586
+ .InputContainer_horizontal2[data-size=sm] {
587
+ --gap: var(--spacing-xs);
588
+ }
589
+ .InputContainer_labelContainer2 {
590
+ gap: var(--gap);
591
+ }
592
+ .InputContainer_label2 {
593
+ color: var(--color-fg-default);
594
+ font-size: var(--font-size-sm);
595
+ font-weight: var(--font-weight-medium);
596
+ }
597
+ .InputContainer_horizontal2 .InputContainer_errorText2,
598
+ .InputContainer_horizontal2 .InputContainer_helpText2 {
599
+ margin-left: calc(var(--label-width) + var(--gap));
600
+ }
601
+ .InputContainer_helpText2 {
602
+ color: var(--color-fg-subtle);
603
+ font-size: var(--font-size-sm);
604
+ display: flex;
605
+ align-items: center;
606
+ justify-content: space-between;
607
+ }
608
+ .InputContainer_helpTextAddition2 {
609
+ color: var(--color-fg-subtle);
610
+ }
611
+ .InputContainer_horizontal2 label {
612
+ width: var(--label-width);
613
+ }
614
+ .InputContainer_errorText2 {
615
+ color: var(--color-status-error);
616
+ font-size: var(--font-size-sm);
617
+ }
618
+ .InputContainer_required2 {
619
+ color: var(--color-status-error);
620
+ font-weight: bold;
621
+ }
622
+ .InputContainer_messageRow2 {
623
+ min-height: 1lh;
624
+ }
625
+ .InputContainer_inputContainer2[data-modified] label:not(.InputContainer_label2) {
626
+ background-color: color-mix(in srgb, var(--color-status-warning-bg) 35%, transparent);
627
+ border-radius: var(--border-radius-default);
628
+ padding: 2px 6px;
629
+ }
630
+
631
+ /* src/components/forms/radio-buttons/RadioButtons.module.css */
632
+ .RadioButtons_container2 {
633
+ display: inline-flex;
634
+ align-items: center;
635
+ gap: 8px;
636
+ }
637
+ .RadioButtons_controlWrap2 {
638
+ position: relative;
639
+ display: inline-flex;
640
+ align-items: center;
641
+ }
642
+ .RadioButtons_input2 {
643
+ position: absolute;
644
+ inset: 0;
645
+ width: var(--component-size-xs);
646
+ height: var(--component-size-xs);
647
+ margin: 0;
648
+ opacity: 0;
649
+ cursor: pointer;
650
+ }
651
+ .RadioButtons_radio2 {
652
+ width: var(--component-size-xs);
653
+ height: var(--component-size-xs);
654
+ border-radius: 999px;
655
+ display: inline-flex;
656
+ align-items: center;
657
+ justify-content: center;
658
+ background: var(--color-bg-surface);
659
+ border: 2px solid var(--color-border-default);
660
+ transition:
661
+ border-color 120ms ease,
662
+ box-shadow 120ms ease,
663
+ background-color 120ms ease;
664
+ }
665
+ .RadioButtons_dot2 {
666
+ width: 10px;
667
+ height: 10px;
668
+ border-radius: 999px;
669
+ transform: scale(0);
670
+ transition: transform 120ms ease;
671
+ background: var(--color-brand);
672
+ }
673
+ .RadioButtons_checked2 {
674
+ border-color: var(--color-brand);
675
+ }
676
+ .RadioButtons_checked2 .RadioButtons_dot2 {
677
+ transform: scale(1);
678
+ }
679
+ .RadioButtons_input2:not(:disabled):hover + .RadioButtons_radio2 {
680
+ border-color: var(--color-brand-hover);
681
+ }
682
+ .RadioButtons_input2:focus-visible + .RadioButtons_radio2 {
683
+ box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-brand) 30%, transparent);
684
+ border-color: var(--color-brand-strong);
685
+ }
686
+ .RadioButtons_disabled2 {
687
+ opacity: 0.5;
688
+ }
689
+ .RadioButtons_input2:disabled {
690
+ cursor: not-allowed;
691
+ }
692
+ .RadioButtons_label2 {
693
+ cursor: pointer;
694
+ user-select: none;
695
+ flex: 1;
696
+ }
697
+ .RadioButtons_primary2.RadioButtons_checked2 {
698
+ background: color-mix(in srgb, var(--color-brand) 10%, var(--color-bg-surface));
699
+ }
700
+ .RadioButtons_default2 {
701
+ border-color: var(--color-border-strong);
702
+ }
703
+ .RadioButtons_sm2 {
704
+ width: 16px;
705
+ height: 16px;
706
+ }
707
+ .RadioButtons_sm2 .RadioButtons_dot2 {
708
+ width: 8px;
709
+ height: 8px;
710
+ }
711
+ .RadioButtons_md2 {
712
+ width: 20px;
713
+ height: 20px;
714
+ }
715
+ .RadioButtons_md2 .RadioButtons_dot2 {
716
+ width: 10px;
717
+ height: 10px;
718
+ }
719
+ .RadioButtons_lg2 {
720
+ width: 24px;
721
+ height: 24px;
722
+ }
723
+ .RadioButtons_lg2 .RadioButtons_dot2 {
724
+ width: 12px;
725
+ height: 12px;
726
+ }
727
+
728
+ /* src/components/popover/Popover.module.css */
729
+ .Popover_container2 {
730
+ position: relative;
731
+ display: flex;
732
+ align-items: stretch;
733
+ height: 100%;
734
+ min-width: 0;
735
+ width: auto;
736
+ flex: 0 0 auto;
737
+ }
738
+ .Popover_container2 > * {
739
+ min-width: 0;
740
+ }
741
+ .Popover_triggerSlot2 {
742
+ display: flex;
743
+ align-items: stretch;
744
+ min-width: 0;
745
+ width: auto;
746
+ flex: 0 0 auto;
747
+ }
748
+ .Popover_triggerSlot2 > * {
749
+ min-width: 0;
750
+ }
751
+ .Popover_fullWidth2,
752
+ .Popover_fillTrigger2 {
753
+ width: 100%;
754
+ flex: 1 1 auto;
755
+ }
756
+ .Popover_fullWidth2 > *,
757
+ .Popover_fillTrigger2 > * {
758
+ width: 100%;
759
+ min-width: 0;
760
+ }
761
+ .Popover_content2 {
762
+ position: fixed;
763
+ border: 1px solid var(--color-border-subtle);
764
+ background-color: var(--color-bg-surface);
765
+ border-radius: var(--border-radius-lg);
766
+ padding: var(--spacing-xxs);
767
+ z-index: var(--z-popover);
768
+ overflow: auto;
769
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), var(--shadow-sm);
770
+ }
771
+ .Popover_content2[hidden] {
772
+ display: none;
773
+ }
774
+
775
+ /* src/components/table/Table.module.css */
776
+ .Table_fillViewportRoot2 {
777
+ display: flex;
778
+ position: relative;
779
+ block-size: 100%;
780
+ min-block-size: 0;
781
+ min-inline-size: 0;
782
+ overflow: hidden;
783
+ }
784
+ .Table_inlineRoot2 {
785
+ display: flex;
786
+ flex-direction: column;
787
+ min-block-size: 0;
788
+ min-inline-size: 0;
789
+ inline-size: 100%;
790
+ max-inline-size: 100%;
791
+ position: relative;
792
+ }
793
+ .Table_toolbarSlot2 {
794
+ margin-bottom: 12px;
795
+ flex: 0 0 auto;
796
+ }
797
+ .Table_tableViewport2 {
798
+ flex: 1 1 auto;
799
+ min-block-size: 0;
800
+ min-inline-size: 0;
801
+ display: flex;
802
+ flex-direction: column;
803
+ overflow: hidden;
804
+ }
805
+ .Table_paginationSlot2 {
806
+ flex: 0 0 auto;
807
+ overflow: visible;
808
+ margin-top: auto;
809
+ }
810
+ .Table_paginationSlot2:not(.Table_paginationSlotTop2) {
811
+ padding-top: var(--spacing-sm);
812
+ }
813
+ .Table_paginationSlot2.Table_paginationSlotTop2 {
814
+ padding-bottom: var(--spacing-sm);
815
+ }
816
+ .Table_tableRoot2 {
817
+ display: flex;
818
+ flex-direction: column;
819
+ flex: 1 1 auto;
820
+ min-block-size: 0;
821
+ min-inline-size: 0;
822
+ inline-size: 100%;
823
+ max-inline-size: 100%;
824
+ }
825
+ .Table_measuringLayout2 {
826
+ visibility: hidden;
827
+ }
828
+ .Table_tableScroll2 {
829
+ flex: 1 1 auto;
830
+ min-block-size: 0;
831
+ min-inline-size: 0;
832
+ overflow: auto;
833
+ background: var(--table-row-bg);
834
+ -webkit-overflow-scrolling: touch;
835
+ }
836
+ .Table_tableElement2 {
837
+ inline-size: 100%;
838
+ min-inline-size: 100%;
839
+ border-collapse: separate;
840
+ border-spacing: 0;
841
+ table-layout: fixed;
842
+ font-family: var(--font-family);
843
+ font-size: var(--font-size-sm);
844
+ color: var(--table-cell-fg);
845
+ background: var(--table-row-bg);
846
+ }
847
+ .Table_header2 {
848
+ position: relative;
849
+ z-index: 10;
850
+ }
851
+ .Table_headerRow2,
852
+ .Table_row2 {
853
+ position: relative;
854
+ }
855
+ .Table_emptyStateSlot2 {
856
+ display: grid;
857
+ place-items: center;
858
+ min-block-size: 100%;
859
+ padding: var(--spacing-lg);
860
+ }
861
+ .Table_body2 {
862
+ min-block-size: 0;
863
+ }
864
+ .Table_body2 .Table_row2:first-child .Table_cell2 {
865
+ border-block-start: var(--spacing-xs) solid var(--table-row-bg);
866
+ }
867
+ .Table_headerCell2,
868
+ .Table_cell2 {
869
+ position: relative;
870
+ box-sizing: border-box;
871
+ min-width: 0;
872
+ vertical-align: top;
873
+ text-align: start;
874
+ }
875
+ .Table_headerCell2 {
876
+ vertical-align: middle;
877
+ background-color: var(--table-header-bg);
878
+ border-block-end: 1px solid var(--table-border-header);
879
+ padding-block: var(--spacing-xxs);
880
+ padding-inline: var(--spacing-sm);
881
+ font-size: var(--font-size-xs);
882
+ font-weight: var(--font-weight-medium);
883
+ letter-spacing: var(--letter-spacing-wide);
884
+ text-transform: uppercase;
885
+ color: var(--table-header-fg);
886
+ white-space: nowrap;
887
+ }
888
+ [data-sticky-header=true] .Table_headerCell2 {
889
+ position: sticky;
890
+ top: var(--table-sticky-top);
891
+ z-index: 6;
892
+ }
893
+ .Table_cell2 {
894
+ padding-block: 6px;
895
+ padding-inline: var(--spacing-sm);
896
+ border-block-end: 1px solid var(--table-border-subtle);
897
+ background: var(--table-row-bg);
898
+ overflow: hidden;
899
+ line-height: 20px;
900
+ }
901
+ .Table_md2 .Table_headerCell2 {
902
+ padding-block: var(--spacing-xs);
903
+ padding-inline: var(--spacing-sm);
904
+ }
905
+ .Table_md2 .Table_cell2 {
906
+ padding-block: var(--spacing-xs);
907
+ padding-inline: var(--spacing-sm);
908
+ }
909
+ .Table_sm2 .Table_headerCell2 {
910
+ padding-block: var(--spacing-xxs);
911
+ padding-inline: var(--spacing-sm);
912
+ }
913
+ .Table_sm2 .Table_cell2 {
914
+ padding-block: var(--spacing-xxs);
915
+ padding-inline: var(--spacing-sm);
916
+ font-size: var(--font-size-xs);
917
+ line-height: 20px;
918
+ }
919
+ .Table_cell2[data-vertical-align=top] {
920
+ vertical-align: top;
921
+ }
922
+ .Table_cell2[data-vertical-align=middle] {
923
+ vertical-align: middle;
924
+ }
925
+ .Table_cell2[data-vertical-align=bottom] {
926
+ vertical-align: bottom;
927
+ }
928
+ .Table_headerCell2[data-align=right],
929
+ .Table_cell2[data-align=right] {
930
+ text-align: end;
931
+ font-variant-numeric: tabular-nums;
932
+ }
933
+ .Table_headerCell2[data-align=center],
934
+ .Table_cell2[data-align=center] {
935
+ text-align: center;
936
+ }
937
+ .Table_headerCell2.Table_selectionCell2,
938
+ .Table_cell2.Table_selectionCell2 {
939
+ padding-inline: calc(var(--spacing-xxs) + 6px) var(--spacing-sm);
940
+ cursor: pointer;
941
+ overflow: visible;
942
+ line-height: 0;
943
+ }
944
+ .Table_headerCell2.Table_selectionCell2 {
945
+ padding-block: var(--spacing-xxs);
946
+ vertical-align: middle;
947
+ }
948
+ .Table_cell2.Table_selectionCell2 {
949
+ vertical-align: top;
950
+ padding-block: var(--spacing-xxs);
951
+ }
952
+ .Table_selectionHitArea2 {
953
+ display: inline-flex;
954
+ align-items: flex-start;
955
+ justify-content: flex-start;
956
+ min-block-size: 0;
957
+ padding: 0;
958
+ line-height: 0;
959
+ }
960
+ .Table_selectionControlWrap2 {
961
+ display: inline-flex;
962
+ align-items: flex-start;
963
+ line-height: 0;
964
+ }
965
+ .Table_selectionControlWrap2 span {
966
+ gap: 0;
967
+ }
968
+ .Table_selectionControlWrap2 input[type=radio] + span {
969
+ width: 18px;
970
+ height: 18px;
971
+ border-width: 1px;
972
+ border-color: color-mix(in srgb, var(--color-fg-default) 28%, transparent);
973
+ }
974
+ .Table_selectionControlWrap2 input[type=radio] + span > span {
975
+ width: 8px;
976
+ height: 8px;
977
+ }
978
+ .Table_clickableRow2 {
979
+ cursor: pointer;
980
+ }
981
+ .Table_row2:hover > .Table_cell2 {
982
+ background-color: var(--table-row-bg-hover);
983
+ }
984
+ .Table_selectedRow2 > .Table_cell2 {
985
+ background-color: var(--table-row-bg-selected);
986
+ }
987
+ .Table_selectedRow2:hover > .Table_cell2 {
988
+ background-color: var(--table-row-bg-selected-hover);
989
+ }
990
+ .Table_striped2 > .Table_row2:nth-child(even):not(.Table_selectedRow2):not(:hover) > .Table_cell2 {
991
+ background-color: var(--table-row-bg-alt);
992
+ }
993
+ .Table_row2:focus-within > .Table_cell2 {
994
+ box-shadow: inset 0 2px 0 var(--color-brand), inset 0 -2px 0 var(--color-brand);
995
+ }
996
+ .Table_row2:focus-within > .Table_cell2:first-child {
997
+ box-shadow:
998
+ inset 2px 0 0 var(--color-brand),
999
+ inset 0 2px 0 var(--color-brand),
1000
+ inset 0 -2px 0 var(--color-brand);
1001
+ }
1002
+ .Table_row2:focus-within > .Table_cell2:last-child {
1003
+ box-shadow:
1004
+ inset -2px 0 0 var(--color-brand),
1005
+ inset 0 2px 0 var(--color-brand),
1006
+ inset 0 -2px 0 var(--color-brand);
1007
+ }
1008
+ .Table_nowrap2 {
1009
+ white-space: nowrap;
1010
+ }
1011
+ .Table_allowWrap2 {
1012
+ white-space: normal;
1013
+ overflow-wrap: break-word;
1014
+ word-break: normal;
1015
+ }
1016
+ .Table_thInner2 {
1017
+ display: flex;
1018
+ align-items: center;
1019
+ inline-size: 100%;
1020
+ min-width: 0;
1021
+ }
1022
+ .Table_thInnerRight2 {
1023
+ justify-content: flex-end;
1024
+ }
1025
+ .Table_thInnerCenter2 {
1026
+ justify-content: center;
1027
+ }
1028
+ .Table_thMain2 {
1029
+ flex: 1 1 auto;
1030
+ min-width: 0;
1031
+ display: flex;
1032
+ align-items: center;
1033
+ justify-content: flex-start;
1034
+ }
1035
+ .Table_thMainRight2 {
1036
+ justify-content: flex-end;
1037
+ }
1038
+ .Table_thMainCenter2 {
1039
+ justify-content: center;
1040
+ }
1041
+ .Table_thButton2 {
1042
+ all: unset;
1043
+ display: inline-flex;
1044
+ align-items: center;
1045
+ gap: 4px;
1046
+ min-width: 0;
1047
+ max-inline-size: 100%;
1048
+ cursor: pointer;
1049
+ user-select: none;
1050
+ border-radius: var(--border-radius-default);
1051
+ padding-block: 2px;
1052
+ padding-inline: 2px;
1053
+ justify-content: flex-start;
1054
+ }
1055
+ .Table_thButtonRight2 {
1056
+ justify-content: flex-end;
1057
+ }
1058
+ .Table_thButtonCenter2 {
1059
+ justify-content: center;
1060
+ }
1061
+ .Table_thLabel2 {
1062
+ overflow: hidden;
1063
+ text-overflow: ellipsis;
1064
+ white-space: nowrap;
1065
+ flex: 0 1 auto;
1066
+ min-width: 0;
1067
+ }
1068
+ .Table_thLabelRight2 {
1069
+ text-align: right;
1070
+ width: 100%;
1071
+ }
1072
+ .Table_thLabelCenter2 {
1073
+ text-align: center;
1074
+ width: 100%;
1075
+ }
1076
+ .Table_thOverlayExtras2 {
1077
+ position: absolute;
1078
+ inset-block: 0;
1079
+ inset-inline-end: 0;
1080
+ display: flex;
1081
+ align-items: center;
1082
+ justify-content: center;
1083
+ min-width: 0;
1084
+ pointer-events: none;
1085
+ z-index: 7;
1086
+ }
1087
+ .Table_thOverlayExtras2 > * {
1088
+ pointer-events: auto;
1089
+ }
1090
+ .Table_sortIndicator2 {
1091
+ display: inline-flex;
1092
+ flex: 0 0 auto;
1093
+ align-items: center;
1094
+ color: var(--color-fg-subtle);
1095
+ opacity: 0.9;
1096
+ }
1097
+ .Table_sortIndicator2 svg {
1098
+ inline-size: var(--icon-size-sm);
1099
+ block-size: var(--icon-size-sm);
1100
+ }
1101
+ .Table_descending2 {
1102
+ transform: rotate(180deg);
1103
+ }
1104
+ .Table_inActiveSort2 {
1105
+ opacity: 0.45;
1106
+ }
1107
+ .Table_cellContent2 {
1108
+ display: flex;
1109
+ inline-size: 100%;
1110
+ min-width: 0;
1111
+ max-inline-size: 100%;
1112
+ }
1113
+ .Table_cellContent2[data-align=left] {
1114
+ justify-content: flex-start;
1115
+ text-align: left;
1116
+ }
1117
+ .Table_cellContent2[data-align=center] {
1118
+ justify-content: center;
1119
+ text-align: center;
1120
+ }
1121
+ .Table_cellContent2[data-align=right] {
1122
+ justify-content: flex-end;
1123
+ text-align: right;
1124
+ }
1125
+ .Table_cellContent2[data-vertical-align=top] {
1126
+ align-items: flex-start;
1127
+ }
1128
+ .Table_cellContent2[data-vertical-align=middle] {
1129
+ align-items: center;
1130
+ }
1131
+ .Table_cellContent2[data-vertical-align=bottom] {
1132
+ align-items: flex-end;
1133
+ }
1134
+ .Table_cellContent2 > * {
1135
+ min-width: 0;
1136
+ max-inline-size: 100%;
1137
+ }
1138
+ .Table_cellValueEllipsis2 {
1139
+ display: block;
1140
+ inline-size: 100%;
1141
+ min-width: 0;
1142
+ max-inline-size: 100%;
1143
+ white-space: nowrap;
1144
+ overflow: hidden;
1145
+ text-overflow: ellipsis;
1146
+ }
1147
+ .Table_cellContent2[data-align=left] .Table_cellValueEllipsis2 {
1148
+ text-align: left;
1149
+ }
1150
+ .Table_cellContent2[data-align=center] .Table_cellValueEllipsis2 {
1151
+ text-align: center;
1152
+ }
1153
+ .Table_cellContent2[data-align=right] .Table_cellValueEllipsis2 {
1154
+ text-align: right;
1155
+ }
1156
+ .Table_allowWrap2 .Table_cellContent2,
1157
+ .Table_allowWrap2 .Table_cellValueEllipsis2 {
1158
+ white-space: normal;
1159
+ overflow-wrap: break-word;
1160
+ word-break: normal;
1161
+ overflow: visible;
1162
+ text-overflow: clip;
1163
+ }
1164
+ .Table_severityTable2 {
1165
+ --row-rail-width: 2px;
1166
+ --row-rail-inset-block: 1px;
1167
+ --row-rail-radius: 0;
1168
+ }
1169
+ .Table_severityTable2 .Table_row2.Table_severity2 > .Table_cell2:first-child {
1170
+ position: relative;
1171
+ }
1172
+ .Table_severityTable2 .Table_row2.Table_severity2 > .Table_cell2:first-child::before {
1173
+ content: "";
1174
+ position: absolute;
1175
+ inset-inline-start: 0;
1176
+ inset-block-start: var(--row-rail-inset-block);
1177
+ inset-block-end: var(--row-rail-inset-block);
1178
+ inline-size: var(--row-rail-width);
1179
+ background-color: var(--row-severity-color);
1180
+ border-radius: var(--row-rail-radius);
1181
+ z-index: 2;
1182
+ pointer-events: none;
1183
+ opacity: 0.95;
1184
+ }
1185
+ .Table_severityTable2 .Table_row2.Table_severity2:hover > .Table_cell2:first-child::before,
1186
+ .Table_severityTable2 .Table_row2.Table_severity2:focus-within > .Table_cell2:first-child::before {
1187
+ opacity: 1;
1188
+ z-index: 8;
1189
+ }
1190
+ .Table_severityTable2 .Table_row2.Table_severityFailed2 > .Table_cell2:first-child::before {
1191
+ box-shadow: 1px 0 0 color-mix(in srgb, var(--row-severity-color) 20%, transparent);
1192
+ }
1193
+ .Table_sm2 .Table_severityTable2 {
1194
+ --row-rail-width: 4px;
1195
+ --row-rail-inset-block: 1px;
1196
+ }
1197
+ .Table_dividerLeft2,
1198
+ .Table_dividerRight2 {
1199
+ position: relative;
1200
+ }
1201
+ .Table_dividerLeft2::before {
1202
+ content: "";
1203
+ position: absolute;
1204
+ left: 0;
1205
+ top: 8px;
1206
+ bottom: 8px;
1207
+ width: 1px;
1208
+ background: var(--table-divider);
1209
+ }
1210
+ .Table_dividerRight2::after {
1211
+ content: "";
1212
+ position: absolute;
1213
+ right: 0;
1214
+ top: 8px;
1215
+ bottom: 8px;
1216
+ width: 1px;
1217
+ background: var(--table-divider);
1218
+ }
1219
+
1220
+ /* src/components/skeleton-loader/skeleton-loader-item/SkeletonLoaderItem.module.css */
1221
+ .SkeletonLoaderItem_skeletonLoader2 {
1222
+ --h: var(--skeleton-height, 14px);
1223
+ --r: var(--border-radius-md, 6px);
1224
+ --speed: var(--skeleton-speed, 1.2s);
1225
+ --skeleton-base: var(--opac-bg-dark);
1226
+ --skeleton-sheen: var(--opac-bg-default);
1227
+ position: relative;
1228
+ display: block;
1229
+ inline-size: var(--width, 100%);
1230
+ block-size: var(--h);
1231
+ width: var(--width, 100%);
1232
+ height: var(--h);
1233
+ overflow: hidden;
1234
+ border-radius: var(--r);
1235
+ background:
1236
+ linear-gradient(
1237
+ 90deg,
1238
+ var(--skeleton-sheen) 0%,
1239
+ var(--skeleton-base) 45%,
1240
+ var(--skeleton-sheen) 60%,
1241
+ var(--skeleton-base) 100%);
1242
+ background-size: 200% 100%;
1243
+ animation: SkeletonLoaderItem_shimmer2 var(--speed) linear infinite;
1244
+ }
1245
+ .SkeletonLoaderItem_invert2 {
1246
+ --skeleton-base: var(--opac-bg-dark-invert);
1247
+ --skeleton-sheen: var(--opac-bg-light-invert);
1248
+ }
1249
+ .SkeletonLoaderItem_bar2 {
1250
+ display: block;
1251
+ inline-size: 100%;
1252
+ block-size: 100%;
1253
+ border-radius: inherit;
1254
+ }
1255
+ @keyframes SkeletonLoaderItem_shimmer2 {
1256
+ 0% {
1257
+ background-position: 200% 0;
1258
+ }
1259
+ 100% {
1260
+ background-position: -200% 0;
1261
+ }
1262
+ }
1263
+ @media (prefers-reduced-motion: reduce) {
1264
+ .SkeletonLoaderItem_skeletonLoader2 {
1265
+ animation: none;
1266
+ }
1267
+ }