@genesislcap/pbc-reconciliation-ui 0.0.46 → 14.339.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/.env +3 -0
  2. package/dist/dts/components/configurations-panel/configuration-datasources/configuration-datasources.d.ts.map +1 -1
  3. package/dist/dts/components/configurations-panel/configuration-datasources/configuration-datasources.template.d.ts.map +1 -1
  4. package/dist/dts/components/configurations-panel/configurations-panel.d.ts +2 -2
  5. package/dist/dts/components/configurations-panel/configurations-panel.d.ts.map +1 -1
  6. package/dist/dts/components/configurations-panel/configurations-panel.template.d.ts.map +1 -1
  7. package/dist/dts/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.d.ts.map +1 -1
  8. package/dist/dts/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.d.ts.map +1 -1
  9. package/dist/dts/components/data-dictionaries/columns.d.ts +2 -2
  10. package/dist/dts/components/data-dictionaries/columns.d.ts.map +1 -1
  11. package/dist/dts/components/data-dictionaries/data-dictionaries-utils.d.ts.map +1 -1
  12. package/dist/dts/components/data-dictionaries/data-dictionaries.d.ts +3 -6
  13. package/dist/dts/components/data-dictionaries/data-dictionaries.d.ts.map +1 -1
  14. package/dist/dts/components/data-dictionaries/data-dictionaries.template.d.ts +1 -1
  15. package/dist/dts/components/data-dictionaries/data-dictionaries.template.d.ts.map +1 -1
  16. package/dist/dts/components/data-dictionaries/data-dictionaries.types.d.ts +6 -0
  17. package/dist/dts/components/data-dictionaries/data-dictionaries.types.d.ts.map +1 -0
  18. package/dist/dts/components/list/list.d.ts.map +1 -1
  19. package/dist/dts/components/list/list.template.d.ts.map +1 -1
  20. package/dist/dts/components/rapid-components.d.ts.map +1 -1
  21. package/dist/dts/components/reconciliations-panel/columns.d.ts.map +1 -1
  22. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts +3 -14
  23. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.d.ts.map +1 -1
  24. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts +1 -1
  25. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.template.d.ts.map +1 -1
  26. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.types.d.ts +13 -0
  27. package/dist/dts/components/reconciliations-panel/input-parameter/input-parameter.types.d.ts.map +1 -0
  28. package/dist/dts/components/reconciliations-panel/reconciliation-no-rows-overlay.d.ts +1 -1
  29. package/dist/dts/components/reconciliations-panel/reconciliation-no-rows-overlay.d.ts.map +1 -1
  30. package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts +1 -1
  31. package/dist/dts/components/reconciliations-panel/reconciliations-panel.d.ts.map +1 -1
  32. package/dist/dts/components/reconciliations-panel/reconciliations-panel.styles.d.ts.map +1 -1
  33. package/dist/dts/components/reconciliations-panel/reconciliations-panel.template.d.ts.map +1 -1
  34. package/dist/dts/components/reconciliations-panel/reconciliations-panel.utils.d.ts +1 -1
  35. package/dist/dts/components/reconciliations-panel/reconciliations-panel.utils.d.ts.map +1 -1
  36. package/dist/dts/components/reconciliations-panel/result-details/result-details.d.ts +4 -33
  37. package/dist/dts/components/reconciliations-panel/result-details/result-details.d.ts.map +1 -1
  38. package/dist/dts/components/reconciliations-panel/result-details/result-details.template.d.ts +1 -1
  39. package/dist/dts/components/reconciliations-panel/result-details/result-details.template.d.ts.map +1 -1
  40. package/dist/dts/components/reconciliations-panel/result-details/result-details.types.d.ts +30 -0
  41. package/dist/dts/components/reconciliations-panel/result-details/result-details.types.d.ts.map +1 -0
  42. package/dist/dts/components/zero-components.d.ts.map +1 -1
  43. package/dist/dts/config/config.d.ts.map +1 -1
  44. package/dist/dts/config/configure.d.ts.map +1 -1
  45. package/dist/dts/config/templates.d.ts +2 -2
  46. package/dist/dts/config/templates.d.ts.map +1 -1
  47. package/dist/dts/main/main.d.ts +2 -2
  48. package/dist/dts/main/main.d.ts.map +1 -1
  49. package/dist/dts/main/main.styles.d.ts.map +1 -1
  50. package/dist/dts/main/main.template.d.ts +1 -1
  51. package/dist/dts/main/main.template.d.ts.map +1 -1
  52. package/dist/dts/reconciliation.types.d.ts +13 -13
  53. package/dist/dts/reconciliation.types.d.ts.map +1 -1
  54. package/dist/dts/sandbox.d.ts +2 -2
  55. package/dist/dts/sandbox.d.ts.map +1 -1
  56. package/dist/dts/services/document.service.d.ts.map +1 -1
  57. package/dist/dts/services/reconciliation-configuration.service.d.ts.map +1 -1
  58. package/dist/dts/services/reconciliation.service.d.ts.map +1 -1
  59. package/dist/dts/utils/delete-row-action-cell-renderer.d.ts.map +1 -1
  60. package/dist/dts/utils/endpoint.d.ts.map +1 -1
  61. package/dist/dts/utils/eventDetail.d.ts.map +1 -1
  62. package/dist/dts/utils/format-date.d.ts.map +1 -1
  63. package/dist/dts/utils/humanize.d.ts.map +1 -1
  64. package/dist/dts/utils/isEmpty.d.ts.map +1 -1
  65. package/dist/dts/utils/notification.d.ts.map +1 -1
  66. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.js +3 -3
  67. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.js.map +1 -1
  68. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.styles.js +4 -4
  69. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.styles.js.map +1 -1
  70. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.template.js +1 -1
  71. package/dist/esm/components/configurations-panel/configuration-datasources/configuration-datasources.template.js.map +1 -1
  72. package/dist/esm/components/configurations-panel/configurations-panel.js +15 -11
  73. package/dist/esm/components/configurations-panel/configurations-panel.js.map +1 -1
  74. package/dist/esm/components/configurations-panel/configurations-panel.styles.js +346 -346
  75. package/dist/esm/components/configurations-panel/configurations-panel.styles.js.map +1 -1
  76. package/dist/esm/components/configurations-panel/configurations-panel.template.js +276 -278
  77. package/dist/esm/components/configurations-panel/configurations-panel.template.js.map +1 -1
  78. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.js +3 -3
  79. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.js.map +1 -1
  80. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.styles.js +1 -1
  81. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.js +1 -1
  82. package/dist/esm/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.js.map +1 -1
  83. package/dist/esm/components/data-dictionaries/columns.js +4 -4
  84. package/dist/esm/components/data-dictionaries/data-dictionaries-utils.js.map +1 -1
  85. package/dist/esm/components/data-dictionaries/data-dictionaries.js +7 -11
  86. package/dist/esm/components/data-dictionaries/data-dictionaries.js.map +1 -1
  87. package/dist/esm/components/data-dictionaries/data-dictionaries.styles.js +1 -1
  88. package/dist/esm/components/data-dictionaries/data-dictionaries.template.js +3 -3
  89. package/dist/esm/components/data-dictionaries/data-dictionaries.template.js.map +1 -1
  90. package/dist/esm/components/data-dictionaries/data-dictionaries.types.js +7 -0
  91. package/dist/esm/components/data-dictionaries/data-dictionaries.types.js.map +1 -0
  92. package/dist/esm/components/list/list.js +1 -1
  93. package/dist/esm/components/list/list.js.map +1 -1
  94. package/dist/esm/components/list/list.template.js.map +1 -1
  95. package/dist/esm/components/rapid-components.js +1 -2
  96. package/dist/esm/components/rapid-components.js.map +1 -1
  97. package/dist/esm/components/reconciliations-panel/columns.js +9 -15
  98. package/dist/esm/components/reconciliations-panel/columns.js.map +1 -1
  99. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js +8 -21
  100. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.js.map +1 -1
  101. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.styles.js +7 -7
  102. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js +9 -12
  103. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.template.js.map +1 -1
  104. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.types.js +16 -0
  105. package/dist/esm/components/reconciliations-panel/input-parameter/input-parameter.types.js.map +1 -0
  106. package/dist/esm/components/reconciliations-panel/reconciliations-panel.js +40 -32
  107. package/dist/esm/components/reconciliations-panel/reconciliations-panel.js.map +1 -1
  108. package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js +300 -301
  109. package/dist/esm/components/reconciliations-panel/reconciliations-panel.styles.js.map +1 -1
  110. package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js +335 -331
  111. package/dist/esm/components/reconciliations-panel/reconciliations-panel.template.js.map +1 -1
  112. package/dist/esm/components/reconciliations-panel/reconciliations-panel.utils.js +9 -9
  113. package/dist/esm/components/reconciliations-panel/reconciliations-panel.utils.js.map +1 -1
  114. package/dist/esm/components/reconciliations-panel/result-details/result-details.js +24 -43
  115. package/dist/esm/components/reconciliations-panel/result-details/result-details.js.map +1 -1
  116. package/dist/esm/components/reconciliations-panel/result-details/result-details.template.js +7 -7
  117. package/dist/esm/components/reconciliations-panel/result-details/result-details.template.js.map +1 -1
  118. package/dist/esm/components/reconciliations-panel/result-details/result-details.types.js +17 -0
  119. package/dist/esm/components/reconciliations-panel/result-details/result-details.types.js.map +1 -0
  120. package/dist/esm/components/zero-components.js +2 -3
  121. package/dist/esm/components/zero-components.js.map +1 -1
  122. package/dist/esm/config/config.js.map +1 -1
  123. package/dist/esm/config/configure.js +1 -1
  124. package/dist/esm/config/configure.js.map +1 -1
  125. package/dist/esm/config/templates.js +1 -1
  126. package/dist/esm/main/main.js +4 -4
  127. package/dist/esm/main/main.js.map +1 -1
  128. package/dist/esm/main/main.styles.js +1 -0
  129. package/dist/esm/main/main.styles.js.map +1 -1
  130. package/dist/esm/main/main.template.js +8 -7
  131. package/dist/esm/main/main.template.js.map +1 -1
  132. package/dist/esm/sandbox.js +15 -8
  133. package/dist/esm/sandbox.js.map +1 -1
  134. package/dist/esm/services/data-dictionary.service.js +6 -6
  135. package/dist/esm/services/data-dictionary.service.js.map +1 -1
  136. package/dist/esm/services/document.service.js +3 -4
  137. package/dist/esm/services/document.service.js.map +1 -1
  138. package/dist/esm/services/reconciliation-configuration.service.js +3 -1
  139. package/dist/esm/services/reconciliation-configuration.service.js.map +1 -1
  140. package/dist/esm/services/reconciliation.service.js +8 -5
  141. package/dist/esm/services/reconciliation.service.js.map +1 -1
  142. package/dist/esm/utils/delete-row-action-cell-renderer.js +1 -3
  143. package/dist/esm/utils/delete-row-action-cell-renderer.js.map +1 -1
  144. package/dist/esm/utils/endpoint.js.map +1 -1
  145. package/dist/esm/utils/humanize.js.map +1 -1
  146. package/dist/esm/utils/icons.js +1 -1
  147. package/dist/esm/utils/isEmpty.js.map +1 -1
  148. package/dist/esm/utils/notification.js +1 -1
  149. package/dist/esm/utils/notification.js.map +1 -1
  150. package/dist/tsconfig.tsbuildinfo +1 -0
  151. package/license.txt +46 -0
  152. package/package.json +31 -30
  153. package/src/components/configurations-panel/configuration-datasources/configuration-datasources.styles.ts +72 -0
  154. package/src/components/configurations-panel/configuration-datasources/configuration-datasources.template.ts +73 -0
  155. package/src/components/configurations-panel/configuration-datasources/configuration-datasources.ts +64 -0
  156. package/src/components/configurations-panel/configurations-panel.styles.ts +363 -0
  157. package/src/components/configurations-panel/configurations-panel.template.ts +356 -0
  158. package/src/components/configurations-panel/configurations-panel.ts +387 -0
  159. package/src/components/configurations-panel/recon-rules-columns.ts +117 -0
  160. package/src/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.styles.ts +73 -0
  161. package/src/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.template.ts +122 -0
  162. package/src/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.ts +202 -0
  163. package/src/components/data-dictionaries/columns.ts +42 -0
  164. package/src/components/data-dictionaries/data-dictionaries-utils.ts +40 -0
  165. package/src/components/data-dictionaries/data-dictionaries.styles.ts +92 -0
  166. package/src/components/data-dictionaries/data-dictionaries.template.ts +78 -0
  167. package/src/components/data-dictionaries/data-dictionaries.ts +236 -0
  168. package/src/components/data-dictionaries/data-dictionaries.types.ts +5 -0
  169. package/src/components/list/list.styles.ts +88 -0
  170. package/src/components/list/list.template.ts +36 -0
  171. package/src/components/list/list.ts +33 -0
  172. package/src/components/rapid-components.ts +69 -0
  173. package/src/components/reconciliations-panel/columns.ts +74 -0
  174. package/src/components/reconciliations-panel/input-parameter/input-parameter.styles.ts +104 -0
  175. package/src/components/reconciliations-panel/input-parameter/input-parameter.template.ts +93 -0
  176. package/src/components/reconciliations-panel/input-parameter/input-parameter.ts +131 -0
  177. package/src/components/reconciliations-panel/input-parameter/input-parameter.types.ts +14 -0
  178. package/src/components/reconciliations-panel/reconciliation-no-rows-overlay.ts +18 -0
  179. package/src/components/reconciliations-panel/reconciliations-panel.styles.ts +328 -0
  180. package/src/components/reconciliations-panel/reconciliations-panel.template.ts +432 -0
  181. package/src/components/reconciliations-panel/reconciliations-panel.ts +441 -0
  182. package/src/components/reconciliations-panel/reconciliations-panel.utils.ts +103 -0
  183. package/src/components/reconciliations-panel/result-details/result-details.styles.ts +108 -0
  184. package/src/components/reconciliations-panel/result-details/result-details.template.ts +88 -0
  185. package/src/components/reconciliations-panel/result-details/result-details.ts +200 -0
  186. package/src/components/reconciliations-panel/result-details/result-details.types.ts +30 -0
  187. package/src/components/zero-components.ts +61 -0
  188. package/src/config/config.ts +49 -0
  189. package/src/config/configure.ts +72 -0
  190. package/src/config/index.ts +2 -0
  191. package/src/config/templates.ts +80 -0
  192. package/src/globals.d.ts +7 -0
  193. package/src/index.federated.ts +1 -0
  194. package/src/index.ts +3 -0
  195. package/src/main/index.ts +3 -0
  196. package/src/main/main.styles.ts +33 -0
  197. package/src/main/main.template.ts +65 -0
  198. package/src/main/main.ts +153 -0
  199. package/src/reconciliation.types.ts +170 -0
  200. package/src/sandbox.ts +40 -0
  201. package/src/services/data-dictionary.service.ts +64 -0
  202. package/src/services/document.service.ts +72 -0
  203. package/src/services/reconciliation-configuration.service.ts +105 -0
  204. package/src/services/reconciliation.service.ts +120 -0
  205. package/src/styles/scrollbar.styles.ts +15 -0
  206. package/src/tags/index.ts +1 -0
  207. package/src/tags/tags.ts +143 -0
  208. package/src/typings.d.ts +1 -0
  209. package/src/utils/delete-row-action-cell-renderer.ts +71 -0
  210. package/src/utils/endpoint.ts +15 -0
  211. package/src/utils/eventDetail.ts +5 -0
  212. package/src/utils/format-date.ts +9 -0
  213. package/src/utils/humanize.ts +14 -0
  214. package/src/utils/icons.ts +24 -0
  215. package/src/utils/index.ts +2 -0
  216. package/src/utils/isEmpty.ts +2 -0
  217. package/src/utils/logger.ts +3 -0
  218. package/src/utils/notification.ts +35 -0
  219. package/tsconfig.json +45 -0
  220. package/Dockerfile +0 -12
  221. package/docs/images/lsp_jetbrains_one.png +0 -0
  222. package/docs/images/lsp_jetbrains_two.png +0 -0
  223. package/docs/images/lsp_vscode_one.png +0 -0
  224. package/docs/images/lsp_vscode_two.png +0 -0
  225. package/playwright.config.ts +0 -1
  226. package/test/README.md +0 -3
  227. package/test/e2e/fixture.ts +0 -25
  228. package/test/e2e/flows/001-protected.e2e.ts +0 -6
  229. package/test/e2e/index.ts +0 -2
  230. package/test/e2e/pages/index.ts +0 -1
  231. package/test/e2e/pages/protected.ts +0 -16
  232. package/test/unit/mock/services/data-dictionary-service-mock.ts +0 -15
  233. package/test/unit/mock/services/reconciliation-configuration-service-mock.ts +0 -26
  234. package/test/unit/mock/services/reconciliation-service-mock.ts +0 -11
@@ -0,0 +1,328 @@
1
+ import { css } from '@genesislcap/web-core';
2
+ import { scrollbarStyles } from '../../styles/scrollbar.styles';
3
+ import {
4
+ buttonTag,
5
+ progressRingTag,
6
+ radioGroupTag,
7
+ radioTag,
8
+ segmentedControlTag,
9
+ segmentedItemTag,
10
+ selectTag,
11
+ tabPanelTag,
12
+ textFieldTag,
13
+ } from '../../tags';
14
+
15
+ const PERC_RECON_LIST = '20';
16
+
17
+ const PERC_RECON_CONF_AND_RESULT = '80';
18
+ const PERC_RECON_CONF = '30';
19
+ const PERC_RECON_RESULT = '70';
20
+
21
+ const reconciliationsSide = css`
22
+ .reconciliations-side {
23
+ display: flex;
24
+ flex-direction: column;
25
+ border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
26
+ flex: 1 1 ${PERC_RECON_LIST}%;
27
+ max-width: ${PERC_RECON_LIST}%;
28
+ min-height: 0;
29
+ }
30
+
31
+ .reconciliation-side-list-header {
32
+ display: flex;
33
+ background-color: var(--neutral-layer-2);
34
+ padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);
35
+ font-size: var(--type-ramp-minus-1-font-size);
36
+ gap: calc(var(--design-unit) * 2px);
37
+ cursor: pointer;
38
+ align-items: center;
39
+ font-weight: 500;
40
+ }
41
+
42
+ .add-icon {
43
+ color: var(--success-color);
44
+ }
45
+
46
+ .reconciliations-side-list {
47
+ overflow: hidden auto;
48
+ }
49
+
50
+ .reconciliations-in-progress-label,
51
+ .historical-reconciliations-label {
52
+ padding: calc(var(--design-unit) * 4px);
53
+ font-size: var(--type-ramp-plus-4-font-size);
54
+ }
55
+
56
+ .flex-row {
57
+ display: flex;
58
+ gap: calc(var(--design-unit) * 3px);
59
+ align-items: center;
60
+ }
61
+
62
+ .stop-recon-btn {
63
+ cursor: pointer;
64
+ color: var(--error-color);
65
+ }
66
+
67
+ .recon-in-progress,
68
+ .historical-recon {
69
+ display: flex;
70
+ justify-content: space-between;
71
+ align-items: center;
72
+ color: var(--neutral-fill-strong-hover);
73
+ border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
74
+ padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);
75
+ font-weight: 700;
76
+ }
77
+
78
+ .recon-in-progress:hover,
79
+ .historical-recon:hover {
80
+ background-color: var(--neutral-layer-3);
81
+ cursor: pointer;
82
+ }
83
+
84
+ .historic-recon-date {
85
+ color: var(--neutral-foreground-hint);
86
+ font-weight: 400;
87
+ }
88
+
89
+ .recon-in-progress-selected,
90
+ .historical-recon-selected {
91
+ border-left: calc(var(--stroke-width) * 3px) solid var(--accent-fill-rest);
92
+ color: var(--neutral-foreground-rest);
93
+ background: var(--neutral-layer-3);
94
+ }
95
+
96
+ .toggle-recon {
97
+ display: flex;
98
+ justify-content: center;
99
+ align-items: center;
100
+ height: calc(var(--design-unit) * 4px);
101
+ width: calc(var(--design-unit) * 4px);
102
+ cursor: pointer;
103
+ border-radius: calc(var(--design-unit) * 1px);
104
+ background-color: var(--neutral-layer-1);
105
+ }
106
+
107
+ .toggle-recon:hover {
108
+ background-color: var(--neutral-fill-rest);
109
+ }
110
+
111
+ .chevron {
112
+ display: flex;
113
+ }
114
+
115
+ ${progressRingTag} {
116
+ margin: 0;
117
+ height: calc((var(--base-height-multiplier) * 3px) - (var(--design-unit) * 1px));
118
+ width: calc((var(--base-height-multiplier) * 3px) - (var(--design-unit) * 1px));
119
+ }
120
+
121
+ .recon-list-item {
122
+ display: flex;
123
+ justify-content: center;
124
+ align-items: center;
125
+ gap: calc(var(--design-unit) * 2px);
126
+ }
127
+
128
+ .icon-container {
129
+ height: calc((var(--base-height-multiplier) * 3px) - ((var(--design-unit) - 1) * 2px));
130
+ width: calc((var(--base-height-multiplier) * 3px) - ((var(--design-unit) - 1) * 2px));
131
+ border-radius: 50%;
132
+ border: calc(var(--stroke-width) * 1px) solid;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ }
137
+
138
+ .completed-status {
139
+ color: var(--success-color);
140
+ border-color: var(--success-color);
141
+ }
142
+
143
+ .cancelled-status {
144
+ color: var(--warning-color);
145
+ border-color: var(--warning-color);
146
+ }
147
+
148
+ .failed-status {
149
+ color: var(--error-color);
150
+ border-color: var(--error-color);
151
+ }
152
+ `;
153
+
154
+ const reconciliationConfigurationAndResult = css`
155
+ .configuration {
156
+ display: flex;
157
+ flex-direction: column;
158
+ flex: 1 1 ${PERC_RECON_CONF}%;
159
+ max-width: ${PERC_RECON_CONF}%;
160
+ border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
161
+ }
162
+
163
+ .configuration-select-configuration {
164
+ display: flex;
165
+ flex-direction: column;
166
+ gap: calc(var(--design-unit) * 2px);
167
+ }
168
+
169
+ .configuration-label,
170
+ .input-parameters-label {
171
+ font-weight: bold;
172
+ }
173
+
174
+ .input-parameters-label {
175
+ padding: 0 calc(var(--design-unit) * 4px);
176
+ }
177
+
178
+ .configuration-input-parameters {
179
+ display: flex;
180
+ flex-direction: column;
181
+ gap: calc(var(--design-unit) * 2px);
182
+ min-height: 0;
183
+ height: 100%;
184
+ }
185
+
186
+ .reconciliation-result {
187
+ display: flex;
188
+ flex-direction: column;
189
+ flex: 1 1 ${PERC_RECON_RESULT}%;
190
+ max-width: ${PERC_RECON_RESULT}%;
191
+ padding: calc(var(--design-unit) * 4px);
192
+ gap: calc(var(--design-unit) * 3px);
193
+ }
194
+
195
+ .run-reconciliation {
196
+ background-color: rgb(122 204 121 / 50%);
197
+ }
198
+
199
+ .reconciliation-report {
200
+ background-color: rgb(135 155 166 / 50%);
201
+ }
202
+
203
+ .reconciliation-result-label {
204
+ font-weight: bold;
205
+ }
206
+
207
+ .input-parameters-fields {
208
+ display: flex;
209
+ flex-direction: column;
210
+ overflow: hidden auto;
211
+ height: 100%;
212
+ }
213
+
214
+ .reconciliation-result-header {
215
+ display: flex;
216
+ justify-content: space-between;
217
+ align-items: center;
218
+ }
219
+
220
+ .error-message {
221
+ color: var(--error-color);
222
+ font-size: var(--type-ramp-base-font-size);
223
+ width: 80%;
224
+ text-align: right;
225
+ }
226
+
227
+ .view-datasource-pair {
228
+ display: flex;
229
+ flex-direction: column;
230
+ padding: calc(var(--design-unit) * 2px) 0;
231
+ }
232
+ `;
233
+
234
+ const fields = css`
235
+ ${buttonTag} {
236
+ display: flex;
237
+ margin: 0;
238
+ width: fit-content;
239
+ }
240
+
241
+ ${buttonTag}.add::part(control) {
242
+ padding: 0;
243
+ }
244
+
245
+ ${selectTag} {
246
+ min-width: 0;
247
+ }
248
+
249
+ ${textFieldTag} {
250
+ margin: 0;
251
+ }
252
+
253
+ ${radioGroupTag} {
254
+ margin: 0;
255
+ }
256
+
257
+ ${radioGroupTag}::part(positioning-region) {
258
+ gap: calc(var(--design-unit) * 2px);
259
+ }
260
+
261
+ ${radioTag} {
262
+ margin: 0;
263
+ }
264
+
265
+ ${radioTag}::part(label) {
266
+ margin-inline-end: 0;
267
+ }
268
+ `;
269
+
270
+ const filters = css`
271
+ .filters {
272
+ display: flex;
273
+ flex-direction: column;
274
+ gap: calc(var(--design-unit) * 3px);
275
+ padding: calc(var(--design-unit) * 4px);
276
+ padding-top: 0;
277
+ }
278
+
279
+ .filter-label {
280
+ font-weight: bold;
281
+ color: var(--neutral-foreground-hint);
282
+ }
283
+
284
+ ${segmentedControlTag} {
285
+ margin: 0;
286
+ align-items: stretch;
287
+ }
288
+
289
+ ${segmentedItemTag} {
290
+ margin: 0;
291
+ flex: auto;
292
+ place-content: center;
293
+ }
294
+ `;
295
+
296
+ export const ReconciliationsPanelStyles = css`
297
+ ${scrollbarStyles}
298
+
299
+ .reconciliations-panel {
300
+ display: flex;
301
+ flex-direction: row;
302
+ height: 100%;
303
+ }
304
+
305
+ ${tabPanelTag} {
306
+ display: flex;
307
+ flex-direction: column;
308
+ }
309
+
310
+ .configuration-and-reconciliation-result {
311
+ display: flex;
312
+ flex-direction: row;
313
+ flex: 1 1 ${PERC_RECON_CONF_AND_RESULT}%;
314
+ width: 100%;
315
+ }
316
+
317
+ .configuration-fields {
318
+ display: flex;
319
+ flex-direction: column;
320
+ gap: calc(var(--design-unit) * 4px);
321
+ padding: calc(var(--design-unit) * 4px);
322
+ }
323
+
324
+ ${reconciliationsSide}
325
+ ${reconciliationConfigurationAndResult}
326
+ ${fields}
327
+ ${filters}
328
+ `;