@crediblemark/build 0.22.2 → 0.22.4

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 (51) hide show
  1. package/README.md +1 -5
  2. package/dist/ArrayField-EPM4TV3J.mjs +538 -0
  3. package/dist/ArrayField-ZD5UTLNU.css +1216 -0
  4. package/dist/{Editor-XZF6CWVW.css → Editor-E7FALXHL.css} +7 -7
  5. package/dist/{Editor-ZC67OU2A.mjs → Editor-L674TD7T.mjs} +16 -18
  6. package/dist/ObjectField-MW3SSNKI.mjs +87 -0
  7. package/dist/ObjectField-SQKROKJM.css +1216 -0
  8. package/dist/{Render-WCX4AXOX.css → Render-JDXVKZXN.css} +1 -1
  9. package/dist/{Render-JBFI6HYN.mjs → Render-WP5OOTBB.mjs} +4 -7
  10. package/dist/chunk-2JUMF5G3.mjs +1145 -0
  11. package/dist/{chunk-VGDMWS44.mjs → chunk-4PJ4QMWI.mjs} +4 -25
  12. package/dist/{chunk-3AJBFQU4.mjs → chunk-64A37UUC.mjs} +19 -53
  13. package/dist/{chunk-QF3GD5WQ.mjs → chunk-67TMLSKM.mjs} +1 -5
  14. package/dist/{chunk-GUJDGRSM.mjs → chunk-7LXZOPYT.mjs} +5 -29
  15. package/dist/chunk-AEKBE267.mjs +19 -0
  16. package/dist/chunk-AFVEAZTD.mjs +2 -0
  17. package/dist/{chunk-IJHL7BIR.mjs → chunk-AL77I3BV.mjs} +1 -6
  18. package/dist/chunk-BFHV72KK.mjs +31 -0
  19. package/dist/{chunk-PHGC6QYB.mjs → chunk-DEUK76GN.mjs} +0 -5
  20. package/dist/{chunk-4SQOX3ZQ.mjs → chunk-DVK7K7D6.mjs} +5 -27
  21. package/dist/{chunk-VKBVSWU3.mjs → chunk-JNHQNNGW.mjs} +3672 -5905
  22. package/dist/{chunk-HHBUU7WF.mjs → chunk-JNMMY5D7.mjs} +1 -5
  23. package/dist/chunk-K27LFPQL.mjs +339 -0
  24. package/dist/{chunk-VFD76OD5.mjs → chunk-NYBWAKLT.mjs} +1 -5
  25. package/dist/chunk-RDTXKOE7.mjs +60 -0
  26. package/dist/{chunk-CDMESQDA.mjs → chunk-SMAWAXVX.mjs} +1 -10
  27. package/dist/{chunk-DSXRK4QJ.mjs → chunk-T6RT6PV4.mjs} +13 -62
  28. package/dist/{chunk-U2NVBXAC.mjs → chunk-ZY24NW7X.mjs} +246 -358
  29. package/dist/{full-ABQQRJAO.css → full-MY4DABK6.css} +6 -6
  30. package/dist/{full-LJRK5736.mjs → full-SGY5HNVB.mjs} +10 -14
  31. package/dist/index.css +588 -294
  32. package/dist/index.d.mts +5 -8
  33. package/dist/index.d.ts +5 -8
  34. package/dist/index.js +5985 -5656
  35. package/dist/index.mjs +23 -25
  36. package/dist/internal.mjs +3 -8
  37. package/dist/{loaded-NE2PIHUQ.mjs → loaded-2GLOBOVP.mjs} +7 -10
  38. package/dist/{loaded-N7VXUR4O.mjs → loaded-AH3CPHD2.mjs} +7 -10
  39. package/dist/{loaded-DWCENJKQ.mjs → loaded-ARSKBJWP.mjs} +7 -10
  40. package/dist/{loaded-SMEIWWHS.css → loaded-E7C36OKZ.css} +1 -1
  41. package/dist/no-external.css +299 -294
  42. package/dist/no-external.d.mts +1 -1
  43. package/dist/no-external.d.ts +1 -1
  44. package/dist/no-external.js +5985 -5656
  45. package/dist/no-external.mjs +23 -25
  46. package/dist/rsc.css +1 -1
  47. package/dist/rsc.js +5 -79
  48. package/dist/rsc.mjs +6 -12
  49. package/package.json +7 -2
  50. package/dist/chunk-B4BOBGYB.mjs +0 -42
  51. package/dist/chunk-YH7AXYKP.mjs +0 -109
@@ -0,0 +1,1216 @@
1
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
2
+ ._ArrayField_1q029_5 {
3
+ display: flex;
4
+ flex-direction: column;
5
+ background: var(--credbuild-color-azure-11);
6
+ border: 1px solid var(--credbuild-color-grey-09);
7
+ border-radius: 4px;
8
+ }
9
+ ._ArrayField--isDraggingFrom_1q029_13 {
10
+ background-color: var(--credbuild-color-azure-11);
11
+ overflow: hidden;
12
+ }
13
+ ._ArrayField-addButton_1q029_18 {
14
+ background-color: var(--credbuild-color-white);
15
+ border: none;
16
+ border-radius: 3px;
17
+ display: flex;
18
+ color: var(--credbuild-color-azure-05);
19
+ justify-content: center;
20
+ cursor: pointer;
21
+ width: 100%;
22
+ margin: 0;
23
+ padding: 14px;
24
+ text-align: left;
25
+ transition: background-color 50ms ease-in;
26
+ }
27
+ ._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
28
+ border-top: 1px solid var(--credbuild-color-grey-09);
29
+ border-top-left-radius: 0;
30
+ border-top-right-radius: 0;
31
+ }
32
+ ._ArrayField-addButton_1q029_18:focus-visible {
33
+ outline: 2px solid var(--credbuild-color-azure-05);
34
+ outline-offset: 2px;
35
+ position: relative;
36
+ }
37
+ @media (hover: hover) and (pointer: fine) {
38
+ ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
39
+ background: var(--credbuild-color-azure-12);
40
+ color: var(--credbuild-color-azure-04);
41
+ transition: none;
42
+ }
43
+ }
44
+ ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
45
+ background: var(--credbuild-color-azure-11);
46
+ color: var(--credbuild-color-azure-04);
47
+ transition: none;
48
+ }
49
+ ._ArrayField-inner_1q029_59 {
50
+ margin-top: -1px;
51
+ }
52
+ ._ArrayFieldItem_1q029_67 {
53
+ border-top-left-radius: 3px;
54
+ border-top-right-radius: 3px;
55
+ display: block;
56
+ position: relative;
57
+ }
58
+ ._ArrayFieldItem_1q029_67 {
59
+ border-top: 1px solid var(--credbuild-color-grey-09);
60
+ }
61
+ ._ArrayFieldItem--isDragging_1q029_78 {
62
+ border-top: transparent;
63
+ }
64
+ ._ArrayFieldItem--isExpanded_1q029_82::before {
65
+ display: none;
66
+ }
67
+ ._ArrayFieldItem--isExpanded_1q029_82 {
68
+ border-bottom: 0;
69
+ outline-offset: 0px !important;
70
+ outline: 1px solid var(--credbuild-color-azure-07) !important;
71
+ z-index: 2;
72
+ }
73
+ ._ArrayFieldItem--isDragging_1q029_78 {
74
+ outline: 2px var(--credbuild-color-azure-09) solid !important;
75
+ }
76
+ ._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
77
+ background-color: var(--credbuild-color-white);
78
+ }
79
+ ._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
80
+ border-top-left-radius: 0;
81
+ border-top-right-radius: 0;
82
+ }
83
+ ._ArrayFieldItem-summary_1q029_97 {
84
+ background: var(--credbuild-color-white);
85
+ color: var(--credbuild-color-grey-04);
86
+ cursor: pointer;
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 2px;
90
+ justify-content: space-between;
91
+ font-size: var(--credbuild-font-size-xxs);
92
+ list-style: none;
93
+ padding: 12px 15px;
94
+ position: relative;
95
+ overflow: hidden;
96
+ transition: background-color 50ms ease-in;
97
+ }
98
+ ._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
99
+ cursor: grab;
100
+ }
101
+ ._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
102
+ border-top-left-radius: 3px;
103
+ border-top-right-radius: 3px;
104
+ }
105
+ ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem_1q029_67:last-of-type:not(._ArrayFieldItem--isExpanded_1q029_82) > ._ArrayFieldItem-summary_1q029_97 {
106
+ border-bottom-left-radius: 3px;
107
+ border-bottom-right-radius: 3px;
108
+ }
109
+ ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
110
+ border-bottom-left-radius: 3px;
111
+ border-bottom-right-radius: 3px;
112
+ }
113
+ ._ArrayFieldItem-summary_1q029_97:focus-visible {
114
+ outline: 2px solid var(--credbuild-color-azure-05);
115
+ outline-offset: 2px;
116
+ }
117
+ @media (hover: hover) and (pointer: fine) {
118
+ ._ArrayFieldItem-summary_1q029_97:hover {
119
+ background-color: var(--credbuild-color-azure-12);
120
+ transition: none;
121
+ }
122
+ }
123
+ ._ArrayFieldItem-summary_1q029_97:active {
124
+ background-color: var(--credbuild-color-azure-11);
125
+ transition: none;
126
+ }
127
+ ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
128
+ background: var(--credbuild-color-azure-11);
129
+ color: var(--credbuild-color-azure-04);
130
+ font-weight: 600;
131
+ transition: none;
132
+ }
133
+ ._ArrayFieldItem-body_1q029_170 {
134
+ background: var(--credbuild-color-white);
135
+ display: none;
136
+ }
137
+ ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
138
+ display: block;
139
+ }
140
+ ._ArrayFieldItem-fieldset_1q029_179 {
141
+ border: none;
142
+ border-top: 1px solid var(--credbuild-color-grey-09);
143
+ margin: 0;
144
+ min-width: 0;
145
+ padding: 16px 15px;
146
+ }
147
+ ._ArrayFieldItem-rhs_1q029_187 {
148
+ display: flex;
149
+ gap: 4px;
150
+ align-items: center;
151
+ }
152
+ ._ArrayFieldItem-actions_1q029_193 {
153
+ color: var(--credbuild-color-grey-04);
154
+ display: flex;
155
+ gap: 4px;
156
+ opacity: 0;
157
+ }
158
+ ._ArrayFieldItem-summary_1q029_97:focus-within > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193,
159
+ ._ArrayFieldItem-summary_1q029_97:hover > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193 {
160
+ opacity: 1;
161
+ }
162
+
163
+ /* css-module:/home/crediblemark/Project/Credibuild/components/IconButton/IconButton.module.css/#css-module-data */
164
+ ._IconButton_1a0fz_1 {
165
+ align-items: center;
166
+ background: transparent;
167
+ border: none;
168
+ border-radius: var(--cb-radius-m);
169
+ color: currentColor;
170
+ display: flex;
171
+ font-family: var(--credbuild-font-family);
172
+ justify-content: center;
173
+ padding: 2px;
174
+ transition: all 0.2s ease;
175
+ }
176
+ ._IconButton--active_1a0fz_14 {
177
+ color: var(--credbuild-color-azure-04);
178
+ }
179
+ ._IconButton_1a0fz_1:focus-visible {
180
+ outline: 2px solid var(--credbuild-color-azure-05);
181
+ outline-offset: -2px;
182
+ }
183
+ @media (hover: hover) and (pointer: fine) {
184
+ ._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
185
+ background: var(--credbuild-color-grey-10);
186
+ color: var(--credbuild-color-azure-04);
187
+ cursor: pointer;
188
+ transition: none;
189
+ }
190
+ }
191
+ ._IconButton_1a0fz_1:active {
192
+ background: var(--credbuild-color-azure-11);
193
+ transition: none;
194
+ }
195
+ ._IconButton-title_1a0fz_37 {
196
+ clip: rect(0 0 0 0);
197
+ clip-path: inset(100%);
198
+ height: 1px;
199
+ overflow: hidden;
200
+ position: absolute;
201
+ white-space: nowrap;
202
+ width: 1px;
203
+ }
204
+ ._IconButton--disabled_1a0fz_24 {
205
+ color: var(--credbuild-color-grey-07);
206
+ }
207
+
208
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Loader/styles.module.css/#css-module-data */
209
+ @keyframes _loader-animation_nacdm_1 {
210
+ 0% {
211
+ transform: rotate(0deg) scale(1);
212
+ }
213
+ 50% {
214
+ transform: rotate(180deg) scale(0.8);
215
+ }
216
+ 100% {
217
+ transform: rotate(360deg) scale(1);
218
+ }
219
+ }
220
+ ._Loader_nacdm_13 {
221
+ background: transparent;
222
+ border-radius: 100%;
223
+ border: 2px solid currentColor;
224
+ border-bottom-color: transparent;
225
+ display: inline-block;
226
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
227
+ animation-fill-mode: both;
228
+ }
229
+
230
+ /* css-module:/home/crediblemark/Project/Credibuild/components/DragIcon/styles.module.css/#css-module-data */
231
+ ._DragIcon_ei1r9_1 {
232
+ color: var(--credbuild-color-grey-05);
233
+ cursor: grab;
234
+ padding: 4px;
235
+ border-radius: 4px;
236
+ }
237
+ ._DragIcon--disabled_ei1r9_8 {
238
+ cursor: no-drop;
239
+ }
240
+ @media (hover: hover) and (pointer: fine) {
241
+ ._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
242
+ color: var(--credbuild-color-azure-05);
243
+ background-color: var(--credbuild-color-azure-12);
244
+ }
245
+ }
246
+
247
+ /* components/Sortable/styles.css */
248
+ [data-dnd-placeholder] * {
249
+ opacity: 0 !important;
250
+ }
251
+ [data-dnd-placeholder] {
252
+ background: var(--credbuild-color-azure-09) !important;
253
+ border: none !important;
254
+ color: #00000000 !important;
255
+ opacity: 0.3 !important;
256
+ outline: none !important;
257
+ transition: none !important;
258
+ }
259
+
260
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
261
+ ._InputWrapper_1q7gk_1 + ._InputWrapper_1q7gk_1 {
262
+ margin-top: 12px;
263
+ }
264
+ ._Input-label_1q7gk_5 {
265
+ align-items: center;
266
+ color: var(--credbuild-color-grey-04);
267
+ display: flex;
268
+ padding-bottom: 12px;
269
+ font-size: var(--credbuild-font-size-xxs);
270
+ font-weight: 600;
271
+ }
272
+ ._Input-labelIcon_1q7gk_14 {
273
+ color: var(--credbuild-color-grey-07);
274
+ display: flex;
275
+ margin-inline-end: 4px;
276
+ padding-inline-start: 4px;
277
+ }
278
+ ._Input-disabledIcon_1q7gk_21 {
279
+ color: var(--credbuild-color-grey-05);
280
+ margin-inline-start: auto;
281
+ }
282
+ ._Input-input_1q7gk_26 {
283
+ background: var(--credbuild-color-white);
284
+ border-width: 1px;
285
+ border-style: solid;
286
+ border-color: var(--credbuild-color-grey-09);
287
+ border-radius: 4px;
288
+ box-sizing: border-box;
289
+ font-family: inherit;
290
+ font-size: 16px;
291
+ padding: 12px 15px;
292
+ transition: border-color 50ms ease-in;
293
+ width: 100%;
294
+ max-width: 100%;
295
+ }
296
+ @media (min-width: 458px) {
297
+ ._Input-input_1q7gk_26 {
298
+ font-size: 14px;
299
+ }
300
+ }
301
+ select._Input-input_1q7gk_26 {
302
+ appearance: none;
303
+ background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
304
+ background-size: 12px;
305
+ background-position: calc(100% - 12px) calc(50% + 3px);
306
+ background-repeat: no-repeat;
307
+ background-color: var(--credbuild-color-white);
308
+ cursor: pointer;
309
+ }
310
+ select._Input-input_1q7gk_26:dir(rtl) {
311
+ background-position: 12px calc(50% + 3px);
312
+ }
313
+ @media (hover: hover) and (pointer: fine) {
314
+ ._Input_1q7gk_1:has(> input):hover ._Input-input_1q7gk_26:not([readonly]),
315
+ ._Input_1q7gk_1:has(> textarea):hover ._Input-input_1q7gk_26:not([readonly]) {
316
+ border-color: var(--credbuild-color-grey-05);
317
+ transition: none;
318
+ }
319
+ ._Input_1q7gk_1:has(> select):hover ._Input-input_1q7gk_26:not([disabled]) {
320
+ background-color: var(--credbuild-color-azure-12);
321
+ background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
322
+ border-color: var(--credbuild-color-grey-05);
323
+ transition: none;
324
+ }
325
+ }
326
+ ._Input-input_1q7gk_26:focus {
327
+ border-color: var(--credbuild-color-grey-05);
328
+ outline: 2px solid var(--credbuild-color-azure-05);
329
+ transition: none;
330
+ }
331
+ ._Input--readOnly_1q7gk_82 > ._Input-input_1q7gk_26,
332
+ ._Input--readOnly_1q7gk_82 > select._Input-input_1q7gk_26 {
333
+ background-color: var(--credbuild-color-grey-11);
334
+ border-color: var(--credbuild-color-grey-09);
335
+ color: var(--credbuild-color-grey-04);
336
+ cursor: default;
337
+ opacity: 1;
338
+ outline: 0;
339
+ transition: none;
340
+ }
341
+ ._Input-radioGroupItems_1q7gk_93 {
342
+ display: flex;
343
+ border: 1px solid var(--credbuild-color-grey-09);
344
+ border-radius: 4px;
345
+ flex-wrap: wrap;
346
+ }
347
+ ._Input-radio_1q7gk_93 {
348
+ border-inline-end: 1px solid var(--credbuild-color-grey-09);
349
+ flex-grow: 1;
350
+ }
351
+ ._Input-radio_1q7gk_93:first-of-type {
352
+ border-bottom-left-radius: 4px;
353
+ border-top-left-radius: 4px;
354
+ }
355
+ ._Input-radio_1q7gk_93:first-of-type ._Input-radioInner_1q7gk_110 {
356
+ border-bottom-left-radius: 3px;
357
+ border-top-left-radius: 3px;
358
+ }
359
+ ._Input-radio_1q7gk_93:last-of-type {
360
+ border-bottom-right-radius: 4px;
361
+ border-inline-end: 0;
362
+ border-top-right-radius: 4px;
363
+ }
364
+ ._Input-radio_1q7gk_93:last-of-type ._Input-radioInner_1q7gk_110 {
365
+ border-bottom-right-radius: 3px;
366
+ border-top-right-radius: 3px;
367
+ }
368
+ ._Input-radioInner_1q7gk_110 {
369
+ background-color: var(--credbuild-color-white);
370
+ color: var(--credbuild-color-grey-04);
371
+ cursor: pointer;
372
+ font-size: var(--credbuild-font-size-xxxs);
373
+ padding: 8px 12px;
374
+ text-align: center;
375
+ transition: background-color 50ms ease-in;
376
+ }
377
+ ._Input-radio_1q7gk_93:has(:focus-visible) {
378
+ outline: 2px solid var(--credbuild-color-azure-05);
379
+ outline-offset: 2px;
380
+ position: relative;
381
+ }
382
+ @media (hover: hover) and (pointer: fine) {
383
+ ._Input-radioInner_1q7gk_110:hover {
384
+ background-color: var(--credbuild-color-azure-12);
385
+ transition: none;
386
+ }
387
+ }
388
+ ._Input--readOnly_1q7gk_82 ._Input-radioInner_1q7gk_110 {
389
+ background-color: var(--credbuild-color-white);
390
+ color: var(--credbuild-color-grey-04);
391
+ cursor: default;
392
+ }
393
+ ._Input-radio_1q7gk_93 ._Input-radioInput_1q7gk_155:checked ~ ._Input-radioInner_1q7gk_110 {
394
+ background-color: var(--credbuild-color-azure-11);
395
+ color: var(--credbuild-color-azure-04);
396
+ font-weight: 500;
397
+ }
398
+ ._Input--readOnly_1q7gk_82 ._Input-radioInput_1q7gk_155:checked ~ ._Input-radioInner_1q7gk_110 {
399
+ background-color: var(--credbuild-color-grey-11);
400
+ color: var(--credbuild-color-grey-04);
401
+ }
402
+ ._Input-radio_1q7gk_93 ._Input-radioInput_1q7gk_155 {
403
+ clip: rect(0 0 0 0);
404
+ clip-path: inset(100%);
405
+ height: 1px;
406
+ overflow: hidden;
407
+ position: absolute;
408
+ white-space: nowrap;
409
+ width: 1px;
410
+ }
411
+ textarea._Input-input_1q7gk_26 {
412
+ margin-bottom: -4px;
413
+ }
414
+
415
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ExternalInput/styles.module.css/#css-module-data */
416
+ ._ExternalInput-actions_1gpb4_1 {
417
+ display: flex;
418
+ }
419
+ ._ExternalInput-button_1gpb4_5 {
420
+ display: flex;
421
+ gap: 8px;
422
+ align-items: center;
423
+ justify-content: center;
424
+ background-color: var(--credbuild-color-white);
425
+ border: 1px solid var(--credbuild-color-grey-09);
426
+ border-radius: 4px;
427
+ color: var(--credbuild-color-azure-04);
428
+ padding: 12px 16px;
429
+ font-weight: 500;
430
+ white-space: nowrap;
431
+ text-overflow: ellipsis;
432
+ transition: background-color 50ms ease-in;
433
+ position: relative;
434
+ overflow: hidden;
435
+ flex-grow: 1;
436
+ }
437
+ ._ExternalInput--dataSelected_1gpb4_24 ._ExternalInput-button_1gpb4_5 {
438
+ color: var(--credbuild-color-grey-03);
439
+ display: block;
440
+ border-top-right-radius: 0px;
441
+ border-bottom-right-radius: 0px;
442
+ }
443
+ ._ExternalInput--readOnly_1gpb4_31 ._ExternalInput-button_1gpb4_5 {
444
+ background-color: var(--credbuild-color-grey-11);
445
+ }
446
+ ._ExternalInput-detachButton_1gpb4_35 {
447
+ border: 1px solid var(--credbuild-color-grey-09);
448
+ border-top-right-radius: 4px;
449
+ border-bottom-right-radius: 4px;
450
+ background-color: var(--credbuild-color-grey-12);
451
+ color: var(--credbuild-color-grey-05);
452
+ display: flex;
453
+ gap: 8px;
454
+ align-items: center;
455
+ justify-content: center;
456
+ padding: 8px 12px;
457
+ position: relative;
458
+ transition: background-color 50ms ease-in, color 50ms ease-in;
459
+ margin-inline-start: -1px;
460
+ }
461
+ ._ExternalInput-button_1gpb4_5:focus-visible,
462
+ ._ExternalInput-detachButton_1gpb4_35:focus-visible {
463
+ outline: 2px solid var(--credbuild-color-azure-05);
464
+ outline-offset: 2px;
465
+ z-index: 1;
466
+ }
467
+ @media (hover: hover) and (pointer: fine) {
468
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-button_1gpb4_5:hover,
469
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:hover {
470
+ background: var(--credbuild-color-azure-12);
471
+ transition: none;
472
+ }
473
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:hover {
474
+ color: var(--credbuild-color-azure-04);
475
+ }
476
+ }
477
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-button_1gpb4_5:active,
478
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:active {
479
+ background: var(--credbuild-color-azure-11);
480
+ transition: none;
481
+ }
482
+ ._ExternalInputModal_1gpb4_79 {
483
+ color: var(--credbuild-color-black);
484
+ display: grid;
485
+ grid-template-rows: min-content minmax(128px, 100%) min-content;
486
+ grid-template-columns: 100%;
487
+ position: relative;
488
+ min-height: 50dvh;
489
+ max-height: 90dvh;
490
+ }
491
+ ._ExternalInputModal-grid_1gpb4_89 {
492
+ display: flex;
493
+ flex-direction: column;
494
+ }
495
+ @media (min-width: 458px) {
496
+ ._ExternalInputModal-grid_1gpb4_89 {
497
+ display: grid;
498
+ grid-template-columns: 100%;
499
+ }
500
+ ._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-grid_1gpb4_89 {
501
+ grid-template-columns: 25% 75%;
502
+ }
503
+ }
504
+ ._ExternalInputModal-filters_1gpb4_105 {
505
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
506
+ }
507
+ ._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-filters_1gpb4_105 {
508
+ display: none;
509
+ }
510
+ @media (min-width: 458px) {
511
+ ._ExternalInputModal-filters_1gpb4_105 {
512
+ border-inline-end: 1px solid var(--credbuild-color-grey-09);
513
+ display: none;
514
+ }
515
+ ._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-filters_1gpb4_105 {
516
+ display: block;
517
+ }
518
+ }
519
+ ._ExternalInputModal-masthead_1gpb4_124 {
520
+ background-color: var(--credbuild-color-grey-12);
521
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
522
+ display: flex;
523
+ flex-wrap: wrap;
524
+ gap: 24px;
525
+ padding: 24px;
526
+ }
527
+ ._ExternalInputModal-tableWrapper_1gpb4_133 {
528
+ position: relative;
529
+ overflow-x: auto;
530
+ overflow-y: auto;
531
+ flex-grow: 1;
532
+ }
533
+ ._ExternalInputModal-table_1gpb4_133 {
534
+ border-collapse: unset;
535
+ border-spacing: 0px;
536
+ color: var(--credbuild-color-grey-02);
537
+ position: relative;
538
+ z-index: 0;
539
+ min-width: 100%;
540
+ }
541
+ ._ExternalInputModal-thead_1gpb4_149 {
542
+ background-color: var(--credbuild-color-white);
543
+ position: sticky;
544
+ top: 0;
545
+ z-index: 1;
546
+ }
547
+ ._ExternalInputModal-th_1gpb4_149 {
548
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
549
+ color: var(--credbuild-color-grey-04);
550
+ font-weight: 500;
551
+ font-size: 14px;
552
+ padding: 16px 24px;
553
+ }
554
+ ._ExternalInputModal-td_1gpb4_164 {
555
+ border-bottom: 1px solid var(--credbuild-color-grey-10);
556
+ padding: 16px 24px;
557
+ }
558
+ ._ExternalInputModal-tr_1gpb4_169 ._ExternalInputModal-td_1gpb4_164:first-of-type {
559
+ font-weight: 500;
560
+ width: 1%;
561
+ white-space: nowrap;
562
+ }
563
+ @media (hover: hover) and (pointer: fine) {
564
+ ._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:hover {
565
+ background: var(--credbuild-color-azure-12);
566
+ color: var(--credbuild-color-azure-04);
567
+ cursor: pointer;
568
+ position: relative;
569
+ margin-inline-start: -5px;
570
+ }
571
+ ._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:hover ._ExternalInputModal-td_1gpb4_164:first-of-type {
572
+ border-inline-start: 4px solid var(--credbuild-color-azure-04);
573
+ padding-inline-start: 20px;
574
+ }
575
+ }
576
+ ._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:last-of-type ._ExternalInputModal-td_1gpb4_164 {
577
+ border-bottom: none;
578
+ }
579
+ ._ExternalInputModal-tableWrapper_1gpb4_133 {
580
+ display: none;
581
+ }
582
+ ._ExternalInputModal--hasData_1gpb4_202 ._ExternalInputModal-tableWrapper_1gpb4_133 {
583
+ display: block;
584
+ }
585
+ ._ExternalInputModal-loadingBanner_1gpb4_206 {
586
+ display: none;
587
+ background-color: color-mix(in srgb, var(--credbuild-color-white) 90%, transparent);
588
+ padding: 64px;
589
+ align-items: center;
590
+ justify-content: center;
591
+ position: absolute;
592
+ top: 0;
593
+ left: 0;
594
+ right: 0;
595
+ bottom: 0;
596
+ }
597
+ ._ExternalInputModal--isLoading_1gpb4_223 ._ExternalInputModal-loadingBanner_1gpb4_206 {
598
+ display: flex;
599
+ }
600
+ ._ExternalInputModal-searchForm_1gpb4_227 {
601
+ display: flex;
602
+ flex-wrap: wrap;
603
+ gap: 12px;
604
+ flex-grow: 1;
605
+ }
606
+ @media (min-width: 458px) {
607
+ ._ExternalInputModal-searchForm_1gpb4_227 {
608
+ flex-wrap: nowrap;
609
+ }
610
+ }
611
+ ._ExternalInputModal-search_1gpb4_227 {
612
+ display: flex;
613
+ background: var(--credbuild-color-white);
614
+ border-width: 1px;
615
+ border-style: solid;
616
+ border-color: var(--credbuild-color-grey-09);
617
+ border-radius: 4px;
618
+ flex-grow: 1;
619
+ transition: border-color 50ms ease-in;
620
+ }
621
+ ._ExternalInputModal-search_1gpb4_227:focus-within {
622
+ border-color: var(--credbuild-color-grey-05);
623
+ outline: 2px solid var(--credbuild-color-azure-05);
624
+ transition: none;
625
+ }
626
+ @media (hover: hover) and (pointer: fine) {
627
+ ._ExternalInputModal-search_1gpb4_227:hover {
628
+ border-color: var(--credbuild-color-grey-05);
629
+ transition: none;
630
+ }
631
+ }
632
+ ._ExternalInputModal-searchIcon_1gpb4_264 {
633
+ align-items: center;
634
+ background: var(--credbuild-color-grey-12);
635
+ border-bottom-left-radius: 4px;
636
+ border-top-left-radius: 4px;
637
+ border-inline-end: 1px solid var(--credbuild-color-grey-09);
638
+ color: var(--credbuild-color-grey-07);
639
+ display: flex;
640
+ justify-content: center;
641
+ padding: 12px 15px;
642
+ transition: color 50ms ease-in;
643
+ }
644
+ ._ExternalInputModal-search_1gpb4_227:focus-within ._ExternalInputModal-searchIcon_1gpb4_264 {
645
+ color: var(--credbuild-color-grey-04);
646
+ transition: none;
647
+ }
648
+ @media (hover: hover) and (pointer: fine) {
649
+ ._ExternalInputModal-search_1gpb4_227:hover ._ExternalInputModal-searchIcon_1gpb4_264 {
650
+ color: var(--credbuild-color-grey-04);
651
+ transition: none;
652
+ }
653
+ }
654
+ ._ExternalInputModal-searchIconText_1gpb4_289 {
655
+ clip: rect(0 0 0 0);
656
+ clip-path: inset(100%);
657
+ height: 1px;
658
+ overflow: hidden;
659
+ position: absolute;
660
+ white-space: nowrap;
661
+ width: 1px;
662
+ }
663
+ ._ExternalInputModal-searchInput_1gpb4_299 {
664
+ border: none;
665
+ border-radius: 4px;
666
+ background: var(--credbuild-color-white);
667
+ font-family: inherit;
668
+ font-size: 14px;
669
+ padding: 12px 15px;
670
+ width: 100%;
671
+ }
672
+ ._ExternalInputModal-searchInput_1gpb4_299:focus {
673
+ outline: 0;
674
+ }
675
+ ._ExternalInputModal-searchActions_1gpb4_313 {
676
+ display: flex;
677
+ gap: 8px;
678
+ height: 44px;
679
+ width: 100%;
680
+ }
681
+ @media (min-width: 458px) {
682
+ ._ExternalInputModal-searchActions_1gpb4_313 {
683
+ width: auto;
684
+ }
685
+ }
686
+ ._ExternalInputModal-searchActionIcon_1gpb4_326 {
687
+ align-self: center;
688
+ }
689
+ ._ExternalInputModal-footerContainer_1gpb4_330 {
690
+ background-color: var(--credbuild-color-grey-12);
691
+ border-top: 1px solid var(--credbuild-color-grey-09);
692
+ color: var(--credbuild-color-grey-04);
693
+ padding: 16px;
694
+ }
695
+ ._ExternalInputModal-footer_1gpb4_330 {
696
+ font-weight: 500;
697
+ font-size: 14px;
698
+ text-align: right;
699
+ }
700
+ ._ExternalInputModal-field_1gpb4_343 {
701
+ color: var(--credbuild-color-grey-04);
702
+ margin: 16px;
703
+ margin-bottom: 12px;
704
+ display: block;
705
+ }
706
+
707
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Modal/styles.module.css/#css-module-data */
708
+ ._Modal_b422s_1 {
709
+ background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
710
+ display: none;
711
+ justify-content: center;
712
+ align-items: center;
713
+ position: fixed;
714
+ top: 0;
715
+ left: 0;
716
+ bottom: 0;
717
+ right: 0;
718
+ z-index: 1;
719
+ padding: 32px;
720
+ }
721
+ ._Modal--isOpen_b422s_15 {
722
+ display: flex;
723
+ }
724
+ ._Modal-inner_b422s_19 {
725
+ width: 100%;
726
+ max-width: 1024px;
727
+ border-radius: 8px;
728
+ overflow: hidden;
729
+ background: var(--credbuild-color-white);
730
+ display: flex;
731
+ flex-direction: column;
732
+ max-height: 90dvh;
733
+ }
734
+
735
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Heading/styles.module.css/#css-module-data */
736
+ ._Heading_1tpsl_1 {
737
+ display: block;
738
+ color: var(--credbuild-color-black);
739
+ font-weight: 700;
740
+ margin: 0;
741
+ }
742
+ ._Heading_1tpsl_1 b {
743
+ font-weight: 700;
744
+ }
745
+ ._Heading--xxxxl_1tpsl_12 {
746
+ font-size: var(--credbuild-font-size-xxxxl);
747
+ letter-spacing: 0.08ch;
748
+ font-weight: 800;
749
+ }
750
+ ._Heading--xxxl_1tpsl_18 {
751
+ font-size: var(--credbuild-font-size-xxxl);
752
+ }
753
+ ._Heading--xxl_1tpsl_22 {
754
+ font-size: var(--credbuild-font-size-xxl);
755
+ }
756
+ ._Heading--xl_1tpsl_26 {
757
+ font-size: var(--credbuild-font-size-xl);
758
+ }
759
+ ._Heading--l_1tpsl_30 {
760
+ font-size: var(--credbuild-font-size-l);
761
+ }
762
+ ._Heading--m_1tpsl_34 {
763
+ font-size: var(--credbuild-font-size-m);
764
+ }
765
+ ._Heading--s_1tpsl_38 {
766
+ font-size: var(--credbuild-font-size-s);
767
+ }
768
+ ._Heading--xs_1tpsl_42 {
769
+ font-size: var(--credbuild-font-size-xs);
770
+ }
771
+
772
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Button/Button.module.css/#css-module-data */
773
+ ._Button_164uz_1 {
774
+ appearance: none;
775
+ background: none;
776
+ border: 1px solid transparent;
777
+ border-radius: var(--cb-radius-m);
778
+ color: var(--credbuild-color-white);
779
+ display: inline-flex;
780
+ align-items: center;
781
+ gap: 8px;
782
+ letter-spacing: -0.01em;
783
+ font-family: var(--credbuild-font-family);
784
+ font-size: 13px;
785
+ font-weight: 500;
786
+ box-sizing: border-box;
787
+ line-height: 1;
788
+ text-align: center;
789
+ text-decoration: none;
790
+ transition: all 0.2s ease;
791
+ cursor: pointer;
792
+ white-space: nowrap;
793
+ margin: 0;
794
+ }
795
+ ._Button_164uz_1:hover,
796
+ ._Button_164uz_1:active {
797
+ transform: translateY(-1px);
798
+ }
799
+ ._Button--medium_164uz_29 {
800
+ min-height: 28px;
801
+ padding: 4px 12px;
802
+ }
803
+ ._Button--large_164uz_34 {
804
+ padding: 10px 18px;
805
+ }
806
+ ._Button-icon_164uz_38 {
807
+ margin-top: 0px;
808
+ }
809
+ ._Button--primary_164uz_42 {
810
+ background:
811
+ linear-gradient(
812
+ to bottom,
813
+ #3b82f6,
814
+ #2563eb);
815
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
816
+ }
817
+ ._Button_164uz_1:focus-visible {
818
+ outline: 2px solid var(--credbuild-color-azure-04);
819
+ outline-offset: 2px;
820
+ }
821
+ @media (hover: hover) and (pointer: fine) {
822
+ ._Button--primary_164uz_42:hover {
823
+ background:
824
+ linear-gradient(
825
+ to bottom,
826
+ #2563eb,
827
+ #1d4ed8);
828
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
829
+ }
830
+ }
831
+ ._Button--primary_164uz_42:active {
832
+ background-color: var(--credbuild-color-azure-02);
833
+ }
834
+ ._Button--secondary_164uz_63 {
835
+ border: 1px solid currentColor;
836
+ color: currentColor;
837
+ }
838
+ @media (hover: hover) and (pointer: fine) {
839
+ ._Button--secondary_164uz_63:hover {
840
+ background-color: var(--credbuild-color-azure-12);
841
+ color: var(--credbuild-color-black);
842
+ }
843
+ }
844
+ ._Button--secondary_164uz_63:active {
845
+ background-color: var(--credbuild-color-azure-11);
846
+ color: var(--credbuild-color-black);
847
+ }
848
+ ._Button--flush_164uz_80 {
849
+ border-radius: 0;
850
+ }
851
+ ._Button--disabled_164uz_84,
852
+ ._Button--disabled_164uz_84:hover {
853
+ background-color: var(--credbuild-color-grey-07);
854
+ color: var(--credbuild-color-grey-03);
855
+ cursor: not-allowed;
856
+ }
857
+ ._Button--fullWidth_164uz_92 {
858
+ justify-content: center;
859
+ width: 100%;
860
+ }
861
+ ._Button-spinner_164uz_97 {
862
+ padding-inline-start: 8px;
863
+ }
864
+
865
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/styles.module.css/#css-module-data */
866
+ ._RichTextMenu_193iw_1 {
867
+ display: flex;
868
+ flex-direction: row;
869
+ flex-wrap: nowrap;
870
+ }
871
+ ._RichTextMenu--form_193iw_7 {
872
+ border-top-left-radius: 4px;
873
+ border-top-right-radius: 4px;
874
+ padding: 6px 6px;
875
+ background-color: var(--credbuild-color-grey-12);
876
+ position: relative;
877
+ scrollbar-width: none;
878
+ overflow-x: auto;
879
+ }
880
+ ._RichTextMenu-group_193iw_17 {
881
+ display: flex;
882
+ align-items: space-between;
883
+ flex-direction: row;
884
+ flex-wrap: nowrap;
885
+ padding-inline: 6px;
886
+ gap: 2px;
887
+ position: relative;
888
+ }
889
+ ._RichTextMenu-group_193iw_17:first-of-type {
890
+ padding-left: 0;
891
+ }
892
+ ._RichTextMenu-group_193iw_17:last-of-type {
893
+ padding-right: 0;
894
+ }
895
+ ._RichTextMenu--inline_193iw_35 ._RichTextMenu-group_193iw_17 {
896
+ color: var(--credbuild-color-grey-08);
897
+ gap: 0px;
898
+ flex-wrap: nowrap;
899
+ }
900
+ ._RichTextMenu-group_193iw_17 + ._RichTextMenu-group_193iw_17 {
901
+ border-left: 1px solid var(--credbuild-color-grey-10);
902
+ }
903
+ ._RichTextMenu--inline_193iw_35 ._RichTextMenu-group_193iw_17 + ._RichTextMenu-group_193iw_17 {
904
+ border-left: 0.5px solid var(--credbuild-color-grey-05);
905
+ }
906
+
907
+ /* css-module:/home/crediblemark/Project/Credibuild/components/ActionBar/styles.module.css/#css-module-data */
908
+ ._ActionBar_ze0ci_1 {
909
+ align-items: center;
910
+ cursor: default;
911
+ display: flex;
912
+ width: auto;
913
+ padding: 4px;
914
+ padding-inline-start: 0;
915
+ padding-inline-end: 0;
916
+ border-top-left-radius: 8px;
917
+ border-top-right-radius: 8px;
918
+ border-radius: 8px;
919
+ background: var(--credbuild-color-grey-01);
920
+ color: var(--credbuild-color-white);
921
+ font-family: var(--credbuild-font-family);
922
+ min-height: 26px;
923
+ }
924
+ ._ActionBar-label_ze0ci_18 {
925
+ color: var(--credbuild-color-grey-08);
926
+ font-size: var(--credbuild-font-size-xxxs);
927
+ font-weight: 500;
928
+ padding-inline-start: 8px;
929
+ padding-inline-end: 8px;
930
+ margin-inline-start: 4px;
931
+ margin-inline-end: 4px;
932
+ text-overflow: ellipsis;
933
+ white-space: nowrap;
934
+ }
935
+ ._ActionBarAction_ze0ci_30 + ._ActionBar-label_ze0ci_18 {
936
+ padding-inline-start: 0;
937
+ }
938
+ ._ActionBar-label_ze0ci_18 + ._ActionBarAction_ze0ci_30 {
939
+ margin-inline-start: -4px;
940
+ }
941
+ ._ActionBar-group_ze0ci_38 {
942
+ align-items: center;
943
+ border-inline-start: 0.5px solid var(--credbuild-color-grey-05);
944
+ display: flex;
945
+ height: 100%;
946
+ padding-inline-start: 4px;
947
+ padding-inline-end: 4px;
948
+ }
949
+ ._ActionBar-group_ze0ci_38:first-of-type {
950
+ border-inline-start: 0;
951
+ }
952
+ ._ActionBar-group_ze0ci_38:empty {
953
+ display: none;
954
+ }
955
+ ._ActionBarAction_ze0ci_30 {
956
+ background: transparent;
957
+ border: none;
958
+ color: var(--credbuild-color-grey-08);
959
+ cursor: pointer;
960
+ padding: 6px;
961
+ margin-inline-start: 4px;
962
+ margin-inline-end: 4px;
963
+ border-radius: 4px;
964
+ overflow: hidden;
965
+ display: flex;
966
+ align-items: center;
967
+ justify-content: center;
968
+ transition: color 50ms ease-in;
969
+ }
970
+ ._ActionBarAction--disabled_ze0ci_71 {
971
+ cursor: auto;
972
+ color: var(--credbuild-color-grey-06);
973
+ }
974
+ ._ActionBarAction_ze0ci_30 svg {
975
+ max-width: none !important;
976
+ }
977
+ ._ActionBarAction_ze0ci_30:focus-visible {
978
+ outline: 2px solid var(--credbuild-color-azure-05);
979
+ outline-offset: -2px;
980
+ }
981
+ @media (hover: hover) and (pointer: fine) {
982
+ ._ActionBarAction_ze0ci_30:hover:not(._ActionBarAction--disabled_ze0ci_71) {
983
+ color: var(--credbuild-color-azure-06);
984
+ transition: none;
985
+ }
986
+ }
987
+ ._ActionBarAction_ze0ci_30:active:not(._ActionBarAction--disabled_ze0ci_71),
988
+ ._ActionBarAction--active_ze0ci_93 {
989
+ color: var(--credbuild-color-azure-07);
990
+ transition: none;
991
+ }
992
+ ._ActionBar-group_ze0ci_38 * {
993
+ margin: 0;
994
+ }
995
+ ._ActionBar-separator_ze0ci_102 {
996
+ background: var(--credbuild-color-grey-05);
997
+ margin-inline: 4px;
998
+ width: 0.5px;
999
+ height: 100%;
1000
+ }
1001
+
1002
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1003
+ ._Control_1aveu_1 .lucide {
1004
+ height: 18px;
1005
+ width: 18px;
1006
+ }
1007
+ ._Control--inline_1aveu_6 .lucide {
1008
+ height: 16px;
1009
+ width: 16px;
1010
+ }
1011
+
1012
+ /* css-module:/home/crediblemark/Project/Credibuild/components/Select/styles.module.css/#css-module-data */
1013
+ ._Select_16son_1 {
1014
+ position: relative;
1015
+ z-index: 1;
1016
+ }
1017
+ ._Select-button_16son_6 {
1018
+ align-items: center;
1019
+ background: transparent;
1020
+ border: none;
1021
+ border-radius: 4px;
1022
+ display: flex;
1023
+ justify-content: center;
1024
+ gap: 0px;
1025
+ height: 100%;
1026
+ padding: 4px;
1027
+ padding-right: 2px;
1028
+ }
1029
+ ._Select--hasOptions_16son_19 ._Select-button_16son_6 {
1030
+ color: currentColor;
1031
+ }
1032
+ ._Select--hasOptions_16son_19:not(._Select--disabled_16son_23) ._Select-button_16son_6 {
1033
+ cursor: pointer;
1034
+ }
1035
+ ._Select-buttonIcon_16son_27 {
1036
+ align-items: center;
1037
+ display: flex;
1038
+ justify-content: center;
1039
+ }
1040
+ ._Select--standalone_16son_33 ._Select-buttonIcon_16son_27 .lucide {
1041
+ height: 18px;
1042
+ width: 18px;
1043
+ }
1044
+ ._Select--actionBar_16son_38 ._Select-buttonIcon_16son_27 .lucide {
1045
+ height: 16px;
1046
+ width: 16px;
1047
+ }
1048
+ ._Select--hasOptions_16son_19:not(._Select--disabled_16son_23) ._Select-button_16son_6:hover,
1049
+ ._Select--hasValue_16son_44 ._Select-button_16son_6 {
1050
+ background: var(--credbuild-color-grey-10);
1051
+ color: var(--credbuild-color-azure-04);
1052
+ }
1053
+ ._Select--disabled_16son_23 ._Select-button_16son_6 {
1054
+ color: var(--credbuild-color-grey-07);
1055
+ }
1056
+ ._Select--actionBar_16son_38 {
1057
+ &._Select--hasOptions_16son_19 ._Select-button_16son_6:hover,
1058
+ &._Select--hasValue_16son_44 ._Select-button_16son_6 {
1059
+ background: none;
1060
+ color: var(--credbuild-color-azure-07);
1061
+ }
1062
+ }
1063
+ ._Select-items_16son_61 {
1064
+ background: white;
1065
+ border: 1px solid var(--credbuild-color-grey-09);
1066
+ border-radius: 8px;
1067
+ margin: 10px 8px;
1068
+ margin-left: 0;
1069
+ padding: 4px;
1070
+ z-index: 2;
1071
+ list-style: none;
1072
+ }
1073
+ ._SelectItem_16son_72 {
1074
+ background: transparent;
1075
+ border-radius: 4px;
1076
+ border: none;
1077
+ color: var(--credbuild-color-grey-04);
1078
+ cursor: pointer;
1079
+ display: flex;
1080
+ gap: 8px;
1081
+ align-items: center;
1082
+ font-size: var(--credbuild-font-size-xxs);
1083
+ margin: 0;
1084
+ padding: 8px 12px;
1085
+ width: 100%;
1086
+ }
1087
+ ._SelectItem--isSelected_16son_87 {
1088
+ background: var(--credbuild-color-azure-11);
1089
+ color: var(--credbuild-color-azure-04);
1090
+ font-weight: 500;
1091
+ }
1092
+ ._SelectItem--isSelected_16son_87 ._SelectItem-icon_16son_93 {
1093
+ color: var(--credbuild-color-azure-04);
1094
+ }
1095
+ ._SelectItem_16son_72:hover {
1096
+ background: var(--credbuild-color-azure-11);
1097
+ color: var(--credbuild-color-azure-04);
1098
+ }
1099
+
1100
+ /* css-module:/home/crediblemark/Project/Credibuild/components/RichTextEditor/styles.module.css/#css-module-data */
1101
+ ._RichTextEditor_hp4qf_1 .ProseMirror {
1102
+ white-space: pre-wrap;
1103
+ word-wrap: break-word;
1104
+ cursor: text;
1105
+ outline: none;
1106
+ position: relative;
1107
+ }
1108
+ ._RichTextEditor_hp4qf_1 .rich-text * {
1109
+ white-space: pre-wrap;
1110
+ user-select: auto;
1111
+ -webkit-user-select: auto;
1112
+ }
1113
+ ._RichTextEditor_hp4qf_1 .rich-text blockquote {
1114
+ margin: 1em 0;
1115
+ padding: 0 1em;
1116
+ border-left: 4px solid var(--credbuild-color-grey-09);
1117
+ }
1118
+ ._RichTextEditor_hp4qf_1 .rich-text code {
1119
+ background-color: var(--credbuild-color-grey-11);
1120
+ padding: 4px 8px;
1121
+ border-radius: 4px;
1122
+ }
1123
+ ._RichTextEditor_hp4qf_1 .rich-text p:empty::before {
1124
+ content: "\a0";
1125
+ }
1126
+ ._RichTextEditor_hp4qf_1 .rich-text pre code {
1127
+ display: block;
1128
+ padding: 8px 12px;
1129
+ }
1130
+ ._RichTextEditor_hp4qf_1 .rich-text > *:first-child,
1131
+ ._RichTextEditor_hp4qf_1 .ProseMirror > *:first-child,
1132
+ ._RichTextEditor_hp4qf_1 .rich-text * p:first-of-type {
1133
+ margin-top: 0;
1134
+ }
1135
+ ._RichTextEditor_hp4qf_1 .rich-text > *:last-child,
1136
+ ._RichTextEditor_hp4qf_1 .ProseMirror > *:last-child,
1137
+ ._RichTextEditor_hp4qf_1 .rich-text * p:last-of-type {
1138
+ margin-bottom: 0;
1139
+ }
1140
+ ._RichTextEditor--editor_hp4qf_50 {
1141
+ background: var(--credbuild-color-white);
1142
+ border-width: 1px;
1143
+ border-style: solid;
1144
+ border-color: var(--credbuild-color-grey-09);
1145
+ border-radius: 4px;
1146
+ box-sizing: border-box;
1147
+ display: flex;
1148
+ flex-direction: column;
1149
+ font-family: inherit;
1150
+ font-size: var(--credbuild-font-size-xxs);
1151
+ resize: vertical;
1152
+ text-align: initial;
1153
+ transition: border-color 50ms ease-in;
1154
+ width: 100%;
1155
+ max-width: 100%;
1156
+ min-height: 128px;
1157
+ }
1158
+ ._RichTextEditor--editor_hp4qf_50 .rich-text {
1159
+ flex-grow: 1;
1160
+ }
1161
+ ._RichTextEditor--editor_hp4qf_50 .rich-text:not(:has(.ProseMirror)),
1162
+ ._RichTextEditor--editor_hp4qf_50 .rich-text .ProseMirror {
1163
+ height: 100%;
1164
+ padding: 12px 15px;
1165
+ }
1166
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ul,
1167
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ol {
1168
+ padding-left: 24px;
1169
+ }
1170
+ ._RichTextEditor--editor_hp4qf_50 .rich-text li {
1171
+ line-height: 1.5;
1172
+ }
1173
+ ._RichTextEditor--editor_hp4qf_50 .rich-text p {
1174
+ margin-block: 12px;
1175
+ }
1176
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ul {
1177
+ list-style: disc;
1178
+ }
1179
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ol {
1180
+ list-style: decimal;
1181
+ }
1182
+ ._RichTextEditor--editor_hp4qf_50:focus-within {
1183
+ border-color: var(--credbuild-color-grey-05);
1184
+ outline: 2px solid var(--credbuild-color-azure-05);
1185
+ transition: none;
1186
+ }
1187
+ ._RichTextEditor--editor_hp4qf_50._RichTextEditor--disabled_hp4qf_107 {
1188
+ background: var(--credbuild-color-grey-11);
1189
+ }
1190
+ ._RichTextEditor_hp4qf_1:not(:focus-within):not(._RichTextEditor--isActive_hp4qf_111) .ProseMirror ::selection {
1191
+ background-color: transparent;
1192
+ }
1193
+ ._RichTextEditor-menu_hp4qf_117 {
1194
+ border-bottom: 1px solid var(--credbuild-color-grey-10);
1195
+ position: sticky;
1196
+ top: 0;
1197
+ z-index: 1;
1198
+ }
1199
+ ._RichTextEditor--disabled_hp4qf_107 ._RichTextEditor-menu_hp4qf_117 {
1200
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
1201
+ }
1202
+
1203
+ /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1204
+ ._ObjectField_b2xjm_5 {
1205
+ display: flex;
1206
+ flex-direction: column;
1207
+ background-color: var(--credbuild-color-white);
1208
+ border: 1px solid var(--credbuild-color-grey-09);
1209
+ border-radius: 4px;
1210
+ }
1211
+ ._ObjectField-fieldset_b2xjm_13 {
1212
+ border: none;
1213
+ margin: 0;
1214
+ min-width: 0;
1215
+ padding: 16px 15px;
1216
+ }