@crediblemark/build 0.25.7 → 0.25.8

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 (50) hide show
  1. package/dist/ArrayField-HYHS4HCO.mjs +17 -0
  2. package/dist/{Editor-GDIQRAYD.mjs → Editor-P3UUWNSZ.mjs} +8 -10
  3. package/dist/ObjectField-4N5XWAFL.mjs +17 -0
  4. package/dist/{actions-LaZpJ1KE.d.ts → actions-CKSDxt4l.d.mts} +1 -1
  5. package/dist/{actions-LaZpJ1KE.d.mts → actions-CKSDxt4l.d.ts} +1 -1
  6. package/dist/{chunk-J2UWT4L6.mjs → chunk-44PQTFGV.mjs} +5 -7
  7. package/dist/{chunk-23V3TMNT.mjs → chunk-AZFZRLP7.mjs} +7 -7
  8. package/dist/{chunk-ETN6FGIH.mjs → chunk-E4F5M5JH.mjs} +1 -1
  9. package/dist/chunk-HHKM5MBJ.mjs +3163 -0
  10. package/dist/{chunk-M4S65TWW.mjs → chunk-KN26YZZJ.mjs} +285 -130
  11. package/dist/{chunk-ERLZ5CJF.mjs → chunk-MWCFPGI6.mjs} +1153 -3236
  12. package/dist/{chunk-64A37UUC.mjs → chunk-O44M27KT.mjs} +442 -7
  13. package/dist/{chunk-EDTYTRV5.mjs → chunk-P2AZFZ7Q.mjs} +2 -2
  14. package/dist/{chunk-GUUI5HW3.mjs → chunk-PFHKXXSV.mjs} +1 -1
  15. package/dist/{chunk-JERQUUM4.mjs → chunk-S32JZ2HU.mjs} +1 -1
  16. package/dist/{chunk-35OY5UFR.mjs → chunk-T2LBDQLG.mjs} +7 -7
  17. package/dist/{chunk-EWOJLVHT.mjs → chunk-XLRMLBFR.mjs} +1 -1
  18. package/dist/{chunk-BXF2PDCW.mjs → chunk-Z7DDX2XU.mjs} +2 -2
  19. package/dist/{full-Y52CQK4X.mjs → full-3VRJOFG5.mjs} +6 -8
  20. package/dist/{index-CD3PszvP.d.mts → index-Ds4Dkkyr.d.mts} +1 -1
  21. package/dist/{index-Bj2x5pZ7.d.ts → index-DwajIHZf.d.ts} +1 -1
  22. package/dist/index.css +188 -2
  23. package/dist/index.d.mts +8 -40
  24. package/dist/index.d.ts +8 -40
  25. package/dist/index.js +1224 -567
  26. package/dist/index.mjs +25 -25
  27. package/dist/internal.d.mts +2 -2
  28. package/dist/internal.d.ts +2 -2
  29. package/dist/internal.mjs +1 -2
  30. package/dist/{loaded-K43N3OFP.mjs → loaded-C2JGMUXV.mjs} +3 -5
  31. package/dist/{loaded-MWBOE5CB.mjs → loaded-FJHWTGH6.mjs} +3 -5
  32. package/dist/{loaded-IWWCJE75.mjs → loaded-NTEK7RT3.mjs} +3 -5
  33. package/dist/no-external.css +188 -2
  34. package/dist/no-external.d.mts +4 -4
  35. package/dist/no-external.d.ts +4 -4
  36. package/dist/no-external.js +1224 -567
  37. package/dist/no-external.mjs +25 -25
  38. package/dist/rsc.css +1420 -0
  39. package/dist/rsc.d.mts +2 -2
  40. package/dist/rsc.d.ts +2 -2
  41. package/dist/rsc.js +10324 -1007
  42. package/dist/rsc.mjs +20 -3
  43. package/dist/{walk-tree-BEw6kTXm.d.ts → walk-tree-B_jHFa3L.d.mts} +39 -2
  44. package/dist/{walk-tree-BO8uRNcW.d.mts → walk-tree-DHMRjk5Z.d.ts} +39 -2
  45. package/package.json +1 -1
  46. package/dist/ArrayField-OIQQLS2B.mjs +0 -19
  47. package/dist/ObjectField-WOW3T2WS.mjs +0 -19
  48. package/dist/chunk-2RLA42JA.mjs +0 -455
  49. package/dist/chunk-7LXZOPYT.mjs +0 -445
  50. package/dist/chunk-SMAWAXVX.mjs +0 -139
package/dist/rsc.css CHANGED
@@ -100,3 +100,1423 @@
100
100
  ._RichTextEditor--disabled_hp4qf_107 ._RichTextEditor-menu_hp4qf_117 {
101
101
  border-bottom: 1px solid var(--credbuild-color-grey-09);
102
102
  }
103
+
104
+ /* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
105
+ ._ArrayField_rvhj3_5 {
106
+ display: flex;
107
+ flex-direction: column;
108
+ background: var(--credbuild-color-azure-11);
109
+ border: 1px solid var(--credbuild-color-grey-09);
110
+ border-radius: 4px;
111
+ }
112
+ ._ArrayField--isDraggingFrom_rvhj3_13 {
113
+ background-color: var(--credbuild-color-azure-11);
114
+ overflow: hidden;
115
+ }
116
+ ._ArrayField-addButton_rvhj3_18 {
117
+ background-color: var(--credbuild-color-white);
118
+ border: none;
119
+ border-radius: 3px;
120
+ display: flex;
121
+ color: var(--credbuild-color-azure-05);
122
+ justify-content: center;
123
+ cursor: pointer;
124
+ width: 100%;
125
+ margin: 0;
126
+ padding: 14px;
127
+ text-align: left;
128
+ transition: background-color 50ms ease-in;
129
+ }
130
+ ._ArrayField--hasItems_rvhj3_33 > ._ArrayField-addButton_rvhj3_18 {
131
+ border-top: 1px solid var(--credbuild-color-grey-09);
132
+ border-top-left-radius: 0;
133
+ border-top-right-radius: 0;
134
+ }
135
+ ._ArrayField-addButton_rvhj3_18:focus-visible {
136
+ outline: 2px solid var(--credbuild-color-azure-05);
137
+ outline-offset: 2px;
138
+ position: relative;
139
+ }
140
+ @media (hover: hover) and (pointer: fine) {
141
+ ._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:hover {
142
+ background: var(--credbuild-color-azure-12);
143
+ color: var(--credbuild-color-azure-04);
144
+ transition: none;
145
+ }
146
+ }
147
+ ._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:active {
148
+ background: var(--credbuild-color-azure-11);
149
+ color: var(--credbuild-color-azure-04);
150
+ transition: none;
151
+ }
152
+ ._ArrayField-inner_rvhj3_59 {
153
+ margin-top: -1px;
154
+ }
155
+ ._ArrayFieldItem_rvhj3_67 {
156
+ border-top-left-radius: 3px;
157
+ border-top-right-radius: 3px;
158
+ display: block;
159
+ position: relative;
160
+ }
161
+ ._ArrayFieldItem_rvhj3_67 {
162
+ border-top: 1px solid var(--credbuild-color-grey-09);
163
+ }
164
+ ._ArrayFieldItem--isDragging_rvhj3_78 {
165
+ border-top: transparent;
166
+ }
167
+ ._ArrayFieldItem--isExpanded_rvhj3_82::before {
168
+ display: none;
169
+ }
170
+ ._ArrayFieldItem--isExpanded_rvhj3_82 {
171
+ border-bottom: 0;
172
+ outline-offset: 0px !important;
173
+ outline: 1px solid var(--credbuild-color-azure-07) !important;
174
+ z-index: 2;
175
+ }
176
+ ._ArrayFieldItem--isDragging_rvhj3_78 {
177
+ outline: 2px var(--credbuild-color-azure-09) solid !important;
178
+ }
179
+ ._ArrayFieldItem--isDragging_rvhj3_78 ._ArrayFieldItem-summary_rvhj3_97:active {
180
+ background-color: var(--credbuild-color-white);
181
+ }
182
+ ._ArrayFieldItem_rvhj3_67 + ._ArrayFieldItem_rvhj3_67 {
183
+ border-top-left-radius: 0;
184
+ border-top-right-radius: 0;
185
+ }
186
+ ._ArrayFieldItem-summary_rvhj3_97 {
187
+ background: var(--credbuild-color-white);
188
+ color: var(--credbuild-color-grey-04);
189
+ cursor: pointer;
190
+ display: flex;
191
+ align-items: center;
192
+ gap: 4px;
193
+ justify-content: space-between;
194
+ font-size: 11px;
195
+ list-style: none;
196
+ padding: 4px 10px;
197
+ position: relative;
198
+ overflow: hidden;
199
+ transition: background-color 50ms ease-in;
200
+ }
201
+ ._ArrayFieldItem--noFields_rvhj3_122 > ._ArrayFieldItem-summary_rvhj3_97 {
202
+ cursor: grab;
203
+ }
204
+ ._ArrayFieldItem_rvhj3_67:first-of-type > ._ArrayFieldItem-summary_rvhj3_97 {
205
+ border-top-left-radius: 3px;
206
+ border-top-right-radius: 3px;
207
+ }
208
+ ._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem_rvhj3_67:last-of-type:not(._ArrayFieldItem--isExpanded_rvhj3_82) > ._ArrayFieldItem-summary_rvhj3_97 {
209
+ border-bottom-left-radius: 3px;
210
+ border-bottom-right-radius: 3px;
211
+ }
212
+ ._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem--isExpanded_rvhj3_82:last-of-type {
213
+ border-bottom-left-radius: 3px;
214
+ border-bottom-right-radius: 3px;
215
+ }
216
+ ._ArrayFieldItem-summary_rvhj3_97:focus-visible {
217
+ outline: 2px solid var(--credbuild-color-azure-05);
218
+ outline-offset: 2px;
219
+ }
220
+ @media (hover: hover) and (pointer: fine) {
221
+ ._ArrayFieldItem-summary_rvhj3_97:hover {
222
+ background-color: var(--credbuild-color-azure-12);
223
+ transition: none;
224
+ }
225
+ }
226
+ ._ArrayFieldItem-summary_rvhj3_97:active {
227
+ background-color: var(--credbuild-color-azure-11);
228
+ transition: none;
229
+ }
230
+ ._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-summary_rvhj3_97 {
231
+ background: var(--credbuild-color-azure-11);
232
+ color: var(--credbuild-color-azure-04);
233
+ font-weight: 600;
234
+ transition: none;
235
+ }
236
+ ._ArrayFieldItem-body_rvhj3_170 {
237
+ background: var(--credbuild-color-white);
238
+ display: none;
239
+ }
240
+ ._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-body_rvhj3_170 {
241
+ display: block;
242
+ }
243
+ ._ArrayFieldItem-fieldset_rvhj3_179 {
244
+ border: none;
245
+ border-top: 1px solid var(--credbuild-color-grey-09);
246
+ margin: 0;
247
+ min-width: 0;
248
+ padding: 6px 10px;
249
+ }
250
+ ._ArrayFieldItem-rhs_rvhj3_187 {
251
+ display: flex;
252
+ gap: 4px;
253
+ align-items: center;
254
+ }
255
+ ._ArrayFieldItem-actions_rvhj3_193 {
256
+ color: var(--credbuild-color-grey-04);
257
+ display: flex;
258
+ gap: 4px;
259
+ opacity: 0;
260
+ }
261
+ ._ArrayFieldItem-summary_rvhj3_97:focus-within > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193,
262
+ ._ArrayFieldItem-summary_rvhj3_97:hover > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193 {
263
+ opacity: 1;
264
+ }
265
+
266
+ /* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
267
+ ._IconButton_1a0fz_1 {
268
+ align-items: center;
269
+ background: transparent;
270
+ border: none;
271
+ border-radius: var(--cb-radius-m);
272
+ color: currentColor;
273
+ display: flex;
274
+ font-family: var(--credbuild-font-family);
275
+ justify-content: center;
276
+ padding: 2px;
277
+ transition: all 0.2s ease;
278
+ }
279
+ ._IconButton--active_1a0fz_14 {
280
+ color: var(--credbuild-color-azure-04);
281
+ }
282
+ ._IconButton_1a0fz_1:focus-visible {
283
+ outline: 2px solid var(--credbuild-color-azure-05);
284
+ outline-offset: -2px;
285
+ }
286
+ @media (hover: hover) and (pointer: fine) {
287
+ ._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
288
+ background: var(--credbuild-color-grey-10);
289
+ color: var(--credbuild-color-azure-04);
290
+ cursor: pointer;
291
+ transition: none;
292
+ }
293
+ }
294
+ ._IconButton_1a0fz_1:active {
295
+ background: var(--credbuild-color-azure-11);
296
+ transition: none;
297
+ }
298
+ ._IconButton-title_1a0fz_37 {
299
+ clip: rect(0 0 0 0);
300
+ clip-path: inset(100%);
301
+ height: 1px;
302
+ overflow: hidden;
303
+ position: absolute;
304
+ white-space: nowrap;
305
+ width: 1px;
306
+ }
307
+ ._IconButton--disabled_1a0fz_24 {
308
+ color: var(--credbuild-color-grey-07);
309
+ }
310
+
311
+ /* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
312
+ @keyframes _loader-animation_nacdm_1 {
313
+ 0% {
314
+ transform: rotate(0deg) scale(1);
315
+ }
316
+ 50% {
317
+ transform: rotate(180deg) scale(0.8);
318
+ }
319
+ 100% {
320
+ transform: rotate(360deg) scale(1);
321
+ }
322
+ }
323
+ ._Loader_nacdm_13 {
324
+ background: transparent;
325
+ border-radius: 100%;
326
+ border: 2px solid currentColor;
327
+ border-bottom-color: transparent;
328
+ display: inline-block;
329
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
330
+ animation-fill-mode: both;
331
+ }
332
+
333
+ /* css-module:/home/runner/work/credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
334
+ ._DragIcon_ei1r9_1 {
335
+ color: var(--credbuild-color-grey-05);
336
+ cursor: grab;
337
+ padding: 4px;
338
+ border-radius: 4px;
339
+ }
340
+ ._DragIcon--disabled_ei1r9_8 {
341
+ cursor: no-drop;
342
+ }
343
+ @media (hover: hover) and (pointer: fine) {
344
+ ._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
345
+ color: var(--credbuild-color-azure-05);
346
+ background-color: var(--credbuild-color-azure-12);
347
+ }
348
+ }
349
+
350
+ /* components/Sortable/styles.css */
351
+ [data-dnd-placeholder] * {
352
+ opacity: 0 !important;
353
+ }
354
+ [data-dnd-placeholder] {
355
+ background: var(--credbuild-color-azure-09) !important;
356
+ border: none !important;
357
+ color: #00000000 !important;
358
+ opacity: 0.3 !important;
359
+ outline: none !important;
360
+ transition: none !important;
361
+ }
362
+
363
+ /* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/styles.module.css/#css-module-data */
364
+ ._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
365
+ border: 1px solid var(--credbuild-color-grey-10);
366
+ border-radius: 5px;
367
+ padding: 4px 8px;
368
+ background-color: var(--credbuild-color-white);
369
+ transition: all 0.2s ease;
370
+ }
371
+ ._InputWrapper_1l0eg_1 + ._InputWrapper_1l0eg_1 {
372
+ margin-top: 2px;
373
+ }
374
+ ._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1):hover {
375
+ border-color: var(--credbuild-color-grey-08);
376
+ background-color: var(--credbuild-color-grey-11);
377
+ }
378
+ ._Input-label_1l0eg_18 {
379
+ align-items: center;
380
+ color: var(--credbuild-color-grey-06);
381
+ display: flex;
382
+ padding-bottom: 2px;
383
+ font-size: 9px;
384
+ font-weight: 500;
385
+ opacity: 0.7;
386
+ }
387
+ ._Input-label--noChildren_1l0eg_28 {
388
+ padding-bottom: 0;
389
+ }
390
+ ._Input-labelIcon_1l0eg_32 {
391
+ color: var(--credbuild-color-grey-07);
392
+ display: flex;
393
+ margin-inline-end: 4px;
394
+ padding-inline-start: 4px;
395
+ }
396
+ ._Input-disabledIcon_1l0eg_39 {
397
+ color: var(--credbuild-color-grey-05);
398
+ margin-inline-start: auto;
399
+ }
400
+ ._Input-input_1l0eg_44 {
401
+ background: transparent;
402
+ border: none;
403
+ border-radius: 0;
404
+ box-sizing: border-box;
405
+ font-family: inherit;
406
+ font-size: 12px;
407
+ padding: 0;
408
+ transition: all 0.1s ease;
409
+ width: 100%;
410
+ max-width: 100%;
411
+ color: var(--credbuild-color-grey-02);
412
+ outline: none;
413
+ }
414
+ @media (min-width: 458px) {
415
+ ._Input-input_1l0eg_44 {
416
+ font-size: 12px;
417
+ }
418
+ }
419
+ select._Input-input_1l0eg_44 {
420
+ appearance: none;
421
+ 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;
422
+ background-size: 12px;
423
+ background-position: calc(100% - 12px) calc(50% + 3px);
424
+ background-repeat: no-repeat;
425
+ background-color: var(--credbuild-color-white);
426
+ cursor: pointer;
427
+ height: auto;
428
+ line-height: normal;
429
+ padding-top: 4px;
430
+ padding-bottom: 4px;
431
+ }
432
+ select._Input-input_1l0eg_44:dir(rtl) {
433
+ background-position: 12px calc(50% + 3px);
434
+ }
435
+ @media (hover: hover) and (pointer: fine) {
436
+ ._Input_1l0eg_1:has(> input):hover ._Input-input_1l0eg_44:not([readonly]),
437
+ ._Input_1l0eg_1:has(> textarea):hover ._Input-input_1l0eg_44:not([readonly]) {
438
+ border-color: var(--credbuild-color-grey-05);
439
+ transition: none;
440
+ }
441
+ ._Input_1l0eg_1:has(> select):hover ._Input-input_1l0eg_44:not([disabled]) {
442
+ background-color: var(--credbuild-color-azure-12);
443
+ 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>");
444
+ border-color: var(--credbuild-color-grey-05);
445
+ transition: none;
446
+ }
447
+ }
448
+ ._Input-input_1l0eg_44:focus {
449
+ border-color: var(--credbuild-color-grey-05);
450
+ outline: 2px solid var(--credbuild-color-azure-05);
451
+ transition: none;
452
+ }
453
+ ._Input--readOnly_1l0eg_104 > ._Input-input_1l0eg_44,
454
+ ._Input--readOnly_1l0eg_104 > select._Input-input_1l0eg_44 {
455
+ background-color: var(--credbuild-color-grey-11);
456
+ border-color: var(--credbuild-color-grey-09);
457
+ color: var(--credbuild-color-grey-04);
458
+ cursor: default;
459
+ opacity: 1;
460
+ outline: 0;
461
+ transition: none;
462
+ }
463
+ ._Input-radioGroupItems_1l0eg_115 {
464
+ display: flex;
465
+ border: 1px solid var(--credbuild-color-grey-09);
466
+ border-radius: 4px;
467
+ flex-wrap: wrap;
468
+ }
469
+ ._Input-radio_1l0eg_115 {
470
+ border-inline-end: 1px solid var(--credbuild-color-grey-09);
471
+ flex-grow: 1;
472
+ }
473
+ ._Input-radio_1l0eg_115:first-of-type {
474
+ border-bottom-left-radius: 4px;
475
+ border-top-left-radius: 4px;
476
+ }
477
+ ._Input-radio_1l0eg_115:first-of-type ._Input-radioInner_1l0eg_132 {
478
+ border-bottom-left-radius: 3px;
479
+ border-top-left-radius: 3px;
480
+ }
481
+ ._Input-radio_1l0eg_115:last-of-type {
482
+ border-bottom-right-radius: 4px;
483
+ border-inline-end: 0;
484
+ border-top-right-radius: 4px;
485
+ }
486
+ ._Input-radio_1l0eg_115:last-of-type ._Input-radioInner_1l0eg_132 {
487
+ border-bottom-right-radius: 3px;
488
+ border-top-right-radius: 3px;
489
+ }
490
+ ._Input-radioInner_1l0eg_132 {
491
+ background-color: var(--credbuild-color-white);
492
+ color: var(--credbuild-color-grey-04);
493
+ cursor: pointer;
494
+ font-size: var(--credbuild-font-size-xxxs);
495
+ padding: 8px 12px;
496
+ text-align: center;
497
+ transition: background-color 50ms ease-in;
498
+ }
499
+ ._Input-radio_1l0eg_115:has(:focus-visible) {
500
+ outline: 2px solid var(--credbuild-color-azure-05);
501
+ outline-offset: 2px;
502
+ position: relative;
503
+ }
504
+ @media (hover: hover) and (pointer: fine) {
505
+ ._Input-radioInner_1l0eg_132:hover {
506
+ background-color: var(--credbuild-color-azure-12);
507
+ transition: none;
508
+ }
509
+ }
510
+ ._Input--readOnly_1l0eg_104 ._Input-radioInner_1l0eg_132 {
511
+ background-color: var(--credbuild-color-white);
512
+ color: var(--credbuild-color-grey-04);
513
+ cursor: default;
514
+ }
515
+ ._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
516
+ background-color: var(--credbuild-color-azure-11);
517
+ color: var(--credbuild-color-azure-04);
518
+ font-weight: 500;
519
+ }
520
+ ._Input--readOnly_1l0eg_104 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
521
+ background-color: var(--credbuild-color-grey-11);
522
+ color: var(--credbuild-color-grey-04);
523
+ }
524
+ ._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177 {
525
+ clip: rect(0 0 0 0);
526
+ clip-path: inset(100%);
527
+ height: 1px;
528
+ overflow: hidden;
529
+ position: absolute;
530
+ white-space: nowrap;
531
+ width: 1px;
532
+ }
533
+ textarea._Input-input_1l0eg_44 {
534
+ margin-bottom: -4px;
535
+ }
536
+
537
+ /* css-module:/home/runner/work/credbuild/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
538
+ ._ExternalInput-actions_1gpb4_1 {
539
+ display: flex;
540
+ }
541
+ ._ExternalInput-button_1gpb4_5 {
542
+ display: flex;
543
+ gap: 8px;
544
+ align-items: center;
545
+ justify-content: center;
546
+ background-color: var(--credbuild-color-white);
547
+ border: 1px solid var(--credbuild-color-grey-09);
548
+ border-radius: 4px;
549
+ color: var(--credbuild-color-azure-04);
550
+ padding: 12px 16px;
551
+ font-weight: 500;
552
+ white-space: nowrap;
553
+ text-overflow: ellipsis;
554
+ transition: background-color 50ms ease-in;
555
+ position: relative;
556
+ overflow: hidden;
557
+ flex-grow: 1;
558
+ }
559
+ ._ExternalInput--dataSelected_1gpb4_24 ._ExternalInput-button_1gpb4_5 {
560
+ color: var(--credbuild-color-grey-03);
561
+ display: block;
562
+ border-top-right-radius: 0px;
563
+ border-bottom-right-radius: 0px;
564
+ }
565
+ ._ExternalInput--readOnly_1gpb4_31 ._ExternalInput-button_1gpb4_5 {
566
+ background-color: var(--credbuild-color-grey-11);
567
+ }
568
+ ._ExternalInput-detachButton_1gpb4_35 {
569
+ border: 1px solid var(--credbuild-color-grey-09);
570
+ border-top-right-radius: 4px;
571
+ border-bottom-right-radius: 4px;
572
+ background-color: var(--credbuild-color-grey-12);
573
+ color: var(--credbuild-color-grey-05);
574
+ display: flex;
575
+ gap: 8px;
576
+ align-items: center;
577
+ justify-content: center;
578
+ padding: 8px 12px;
579
+ position: relative;
580
+ transition: background-color 50ms ease-in, color 50ms ease-in;
581
+ margin-inline-start: -1px;
582
+ }
583
+ ._ExternalInput-button_1gpb4_5:focus-visible,
584
+ ._ExternalInput-detachButton_1gpb4_35:focus-visible {
585
+ outline: 2px solid var(--credbuild-color-azure-05);
586
+ outline-offset: 2px;
587
+ z-index: 1;
588
+ }
589
+ @media (hover: hover) and (pointer: fine) {
590
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-button_1gpb4_5:hover,
591
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:hover {
592
+ background: var(--credbuild-color-azure-12);
593
+ transition: none;
594
+ }
595
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:hover {
596
+ color: var(--credbuild-color-azure-04);
597
+ }
598
+ }
599
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-button_1gpb4_5:active,
600
+ ._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:active {
601
+ background: var(--credbuild-color-azure-11);
602
+ transition: none;
603
+ }
604
+ ._ExternalInputModal_1gpb4_79 {
605
+ color: var(--credbuild-color-black);
606
+ display: grid;
607
+ grid-template-rows: min-content minmax(128px, 100%) min-content;
608
+ grid-template-columns: 100%;
609
+ position: relative;
610
+ min-height: 50dvh;
611
+ max-height: 90dvh;
612
+ }
613
+ ._ExternalInputModal-grid_1gpb4_89 {
614
+ display: flex;
615
+ flex-direction: column;
616
+ }
617
+ @media (min-width: 458px) {
618
+ ._ExternalInputModal-grid_1gpb4_89 {
619
+ display: grid;
620
+ grid-template-columns: 100%;
621
+ }
622
+ ._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-grid_1gpb4_89 {
623
+ grid-template-columns: 25% 75%;
624
+ }
625
+ }
626
+ ._ExternalInputModal-filters_1gpb4_105 {
627
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
628
+ }
629
+ ._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-filters_1gpb4_105 {
630
+ display: none;
631
+ }
632
+ @media (min-width: 458px) {
633
+ ._ExternalInputModal-filters_1gpb4_105 {
634
+ border-inline-end: 1px solid var(--credbuild-color-grey-09);
635
+ display: none;
636
+ }
637
+ ._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-filters_1gpb4_105 {
638
+ display: block;
639
+ }
640
+ }
641
+ ._ExternalInputModal-masthead_1gpb4_124 {
642
+ background-color: var(--credbuild-color-grey-12);
643
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
644
+ display: flex;
645
+ flex-wrap: wrap;
646
+ gap: 24px;
647
+ padding: 24px;
648
+ }
649
+ ._ExternalInputModal-tableWrapper_1gpb4_133 {
650
+ position: relative;
651
+ overflow-x: auto;
652
+ overflow-y: auto;
653
+ flex-grow: 1;
654
+ }
655
+ ._ExternalInputModal-table_1gpb4_133 {
656
+ border-collapse: unset;
657
+ border-spacing: 0px;
658
+ color: var(--credbuild-color-grey-02);
659
+ position: relative;
660
+ z-index: 0;
661
+ min-width: 100%;
662
+ }
663
+ ._ExternalInputModal-thead_1gpb4_149 {
664
+ background-color: var(--credbuild-color-white);
665
+ position: sticky;
666
+ top: 0;
667
+ z-index: 1;
668
+ }
669
+ ._ExternalInputModal-th_1gpb4_149 {
670
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
671
+ color: var(--credbuild-color-grey-04);
672
+ font-weight: 500;
673
+ font-size: 14px;
674
+ padding: 16px 24px;
675
+ }
676
+ ._ExternalInputModal-td_1gpb4_164 {
677
+ border-bottom: 1px solid var(--credbuild-color-grey-10);
678
+ padding: 16px 24px;
679
+ }
680
+ ._ExternalInputModal-tr_1gpb4_169 ._ExternalInputModal-td_1gpb4_164:first-of-type {
681
+ font-weight: 500;
682
+ width: 1%;
683
+ white-space: nowrap;
684
+ }
685
+ @media (hover: hover) and (pointer: fine) {
686
+ ._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:hover {
687
+ background: var(--credbuild-color-azure-12);
688
+ color: var(--credbuild-color-azure-04);
689
+ cursor: pointer;
690
+ position: relative;
691
+ margin-inline-start: -5px;
692
+ }
693
+ ._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:hover ._ExternalInputModal-td_1gpb4_164:first-of-type {
694
+ border-inline-start: 4px solid var(--credbuild-color-azure-04);
695
+ padding-inline-start: 20px;
696
+ }
697
+ }
698
+ ._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:last-of-type ._ExternalInputModal-td_1gpb4_164 {
699
+ border-bottom: none;
700
+ }
701
+ ._ExternalInputModal-tableWrapper_1gpb4_133 {
702
+ display: none;
703
+ }
704
+ ._ExternalInputModal--hasData_1gpb4_202 ._ExternalInputModal-tableWrapper_1gpb4_133 {
705
+ display: block;
706
+ }
707
+ ._ExternalInputModal-loadingBanner_1gpb4_206 {
708
+ display: none;
709
+ background-color: color-mix(in srgb, var(--credbuild-color-white) 90%, transparent);
710
+ padding: 64px;
711
+ align-items: center;
712
+ justify-content: center;
713
+ position: absolute;
714
+ top: 0;
715
+ left: 0;
716
+ right: 0;
717
+ bottom: 0;
718
+ }
719
+ ._ExternalInputModal--isLoading_1gpb4_223 ._ExternalInputModal-loadingBanner_1gpb4_206 {
720
+ display: flex;
721
+ }
722
+ ._ExternalInputModal-searchForm_1gpb4_227 {
723
+ display: flex;
724
+ flex-wrap: wrap;
725
+ gap: 12px;
726
+ flex-grow: 1;
727
+ }
728
+ @media (min-width: 458px) {
729
+ ._ExternalInputModal-searchForm_1gpb4_227 {
730
+ flex-wrap: nowrap;
731
+ }
732
+ }
733
+ ._ExternalInputModal-search_1gpb4_227 {
734
+ display: flex;
735
+ background: var(--credbuild-color-white);
736
+ border-width: 1px;
737
+ border-style: solid;
738
+ border-color: var(--credbuild-color-grey-09);
739
+ border-radius: 4px;
740
+ flex-grow: 1;
741
+ transition: border-color 50ms ease-in;
742
+ }
743
+ ._ExternalInputModal-search_1gpb4_227:focus-within {
744
+ border-color: var(--credbuild-color-grey-05);
745
+ outline: 2px solid var(--credbuild-color-azure-05);
746
+ transition: none;
747
+ }
748
+ @media (hover: hover) and (pointer: fine) {
749
+ ._ExternalInputModal-search_1gpb4_227:hover {
750
+ border-color: var(--credbuild-color-grey-05);
751
+ transition: none;
752
+ }
753
+ }
754
+ ._ExternalInputModal-searchIcon_1gpb4_264 {
755
+ align-items: center;
756
+ background: var(--credbuild-color-grey-12);
757
+ border-bottom-left-radius: 4px;
758
+ border-top-left-radius: 4px;
759
+ border-inline-end: 1px solid var(--credbuild-color-grey-09);
760
+ color: var(--credbuild-color-grey-07);
761
+ display: flex;
762
+ justify-content: center;
763
+ padding: 12px 15px;
764
+ transition: color 50ms ease-in;
765
+ }
766
+ ._ExternalInputModal-search_1gpb4_227:focus-within ._ExternalInputModal-searchIcon_1gpb4_264 {
767
+ color: var(--credbuild-color-grey-04);
768
+ transition: none;
769
+ }
770
+ @media (hover: hover) and (pointer: fine) {
771
+ ._ExternalInputModal-search_1gpb4_227:hover ._ExternalInputModal-searchIcon_1gpb4_264 {
772
+ color: var(--credbuild-color-grey-04);
773
+ transition: none;
774
+ }
775
+ }
776
+ ._ExternalInputModal-searchIconText_1gpb4_289 {
777
+ clip: rect(0 0 0 0);
778
+ clip-path: inset(100%);
779
+ height: 1px;
780
+ overflow: hidden;
781
+ position: absolute;
782
+ white-space: nowrap;
783
+ width: 1px;
784
+ }
785
+ ._ExternalInputModal-searchInput_1gpb4_299 {
786
+ border: none;
787
+ border-radius: 4px;
788
+ background: var(--credbuild-color-white);
789
+ font-family: inherit;
790
+ font-size: 14px;
791
+ padding: 12px 15px;
792
+ width: 100%;
793
+ }
794
+ ._ExternalInputModal-searchInput_1gpb4_299:focus {
795
+ outline: 0;
796
+ }
797
+ ._ExternalInputModal-searchActions_1gpb4_313 {
798
+ display: flex;
799
+ gap: 8px;
800
+ height: 44px;
801
+ width: 100%;
802
+ }
803
+ @media (min-width: 458px) {
804
+ ._ExternalInputModal-searchActions_1gpb4_313 {
805
+ width: auto;
806
+ }
807
+ }
808
+ ._ExternalInputModal-searchActionIcon_1gpb4_326 {
809
+ align-self: center;
810
+ }
811
+ ._ExternalInputModal-footerContainer_1gpb4_330 {
812
+ background-color: var(--credbuild-color-grey-12);
813
+ border-top: 1px solid var(--credbuild-color-grey-09);
814
+ color: var(--credbuild-color-grey-04);
815
+ padding: 16px;
816
+ }
817
+ ._ExternalInputModal-footer_1gpb4_330 {
818
+ font-weight: 500;
819
+ font-size: 14px;
820
+ text-align: right;
821
+ }
822
+ ._ExternalInputModal-field_1gpb4_343 {
823
+ color: var(--credbuild-color-grey-04);
824
+ margin: 16px;
825
+ margin-bottom: 12px;
826
+ display: block;
827
+ }
828
+
829
+ /* css-module:/home/runner/work/credbuild/credbuild/components/Modal/styles.module.css/#css-module-data */
830
+ ._Modal_b422s_1 {
831
+ background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
832
+ display: none;
833
+ justify-content: center;
834
+ align-items: center;
835
+ position: fixed;
836
+ top: 0;
837
+ left: 0;
838
+ bottom: 0;
839
+ right: 0;
840
+ z-index: 1;
841
+ padding: 32px;
842
+ }
843
+ ._Modal--isOpen_b422s_15 {
844
+ display: flex;
845
+ }
846
+ ._Modal-inner_b422s_19 {
847
+ width: 100%;
848
+ max-width: 1024px;
849
+ border-radius: 8px;
850
+ overflow: hidden;
851
+ background: var(--credbuild-color-white);
852
+ display: flex;
853
+ flex-direction: column;
854
+ max-height: 90dvh;
855
+ }
856
+
857
+ /* css-module:/home/runner/work/credbuild/credbuild/components/Heading/styles.module.css/#css-module-data */
858
+ ._Heading_1tpsl_1 {
859
+ display: block;
860
+ color: var(--credbuild-color-black);
861
+ font-weight: 700;
862
+ margin: 0;
863
+ }
864
+ ._Heading_1tpsl_1 b {
865
+ font-weight: 700;
866
+ }
867
+ ._Heading--xxxxl_1tpsl_12 {
868
+ font-size: var(--credbuild-font-size-xxxxl);
869
+ letter-spacing: 0.08ch;
870
+ font-weight: 800;
871
+ }
872
+ ._Heading--xxxl_1tpsl_18 {
873
+ font-size: var(--credbuild-font-size-xxxl);
874
+ }
875
+ ._Heading--xxl_1tpsl_22 {
876
+ font-size: var(--credbuild-font-size-xxl);
877
+ }
878
+ ._Heading--xl_1tpsl_26 {
879
+ font-size: var(--credbuild-font-size-xl);
880
+ }
881
+ ._Heading--l_1tpsl_30 {
882
+ font-size: var(--credbuild-font-size-l);
883
+ }
884
+ ._Heading--m_1tpsl_34 {
885
+ font-size: var(--credbuild-font-size-m);
886
+ }
887
+ ._Heading--s_1tpsl_38 {
888
+ font-size: var(--credbuild-font-size-s);
889
+ }
890
+ ._Heading--xs_1tpsl_42 {
891
+ font-size: var(--credbuild-font-size-xs);
892
+ }
893
+
894
+ /* css-module:/home/runner/work/credbuild/credbuild/components/Button/Button.module.css/#css-module-data */
895
+ ._Button_164uz_1 {
896
+ appearance: none;
897
+ background: none;
898
+ border: 1px solid transparent;
899
+ border-radius: var(--cb-radius-m);
900
+ color: var(--credbuild-color-white);
901
+ display: inline-flex;
902
+ align-items: center;
903
+ gap: 8px;
904
+ letter-spacing: -0.01em;
905
+ font-family: var(--credbuild-font-family);
906
+ font-size: 13px;
907
+ font-weight: 500;
908
+ box-sizing: border-box;
909
+ line-height: 1;
910
+ text-align: center;
911
+ text-decoration: none;
912
+ transition: all 0.2s ease;
913
+ cursor: pointer;
914
+ white-space: nowrap;
915
+ margin: 0;
916
+ }
917
+ ._Button_164uz_1:hover,
918
+ ._Button_164uz_1:active {
919
+ transform: translateY(-1px);
920
+ }
921
+ ._Button--medium_164uz_29 {
922
+ min-height: 28px;
923
+ padding: 4px 12px;
924
+ }
925
+ ._Button--large_164uz_34 {
926
+ padding: 10px 18px;
927
+ }
928
+ ._Button-icon_164uz_38 {
929
+ margin-top: 0px;
930
+ }
931
+ ._Button--primary_164uz_42 {
932
+ background:
933
+ linear-gradient(
934
+ to bottom,
935
+ #3b82f6,
936
+ #2563eb);
937
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
938
+ }
939
+ ._Button_164uz_1:focus-visible {
940
+ outline: 2px solid var(--credbuild-color-azure-04);
941
+ outline-offset: 2px;
942
+ }
943
+ @media (hover: hover) and (pointer: fine) {
944
+ ._Button--primary_164uz_42:hover {
945
+ background:
946
+ linear-gradient(
947
+ to bottom,
948
+ #2563eb,
949
+ #1d4ed8);
950
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
951
+ }
952
+ }
953
+ ._Button--primary_164uz_42:active {
954
+ background-color: var(--credbuild-color-azure-02);
955
+ }
956
+ ._Button--secondary_164uz_63 {
957
+ border: 1px solid currentColor;
958
+ color: currentColor;
959
+ }
960
+ @media (hover: hover) and (pointer: fine) {
961
+ ._Button--secondary_164uz_63:hover {
962
+ background-color: var(--credbuild-color-azure-12);
963
+ color: var(--credbuild-color-black);
964
+ }
965
+ }
966
+ ._Button--secondary_164uz_63:active {
967
+ background-color: var(--credbuild-color-azure-11);
968
+ color: var(--credbuild-color-black);
969
+ }
970
+ ._Button--flush_164uz_80 {
971
+ border-radius: 0;
972
+ }
973
+ ._Button--disabled_164uz_84,
974
+ ._Button--disabled_164uz_84:hover {
975
+ background-color: var(--credbuild-color-grey-07);
976
+ color: var(--credbuild-color-grey-03);
977
+ cursor: not-allowed;
978
+ }
979
+ ._Button--fullWidth_164uz_92 {
980
+ justify-content: center;
981
+ width: 100%;
982
+ }
983
+ ._Button-spinner_164uz_97 {
984
+ padding-inline-start: 8px;
985
+ }
986
+
987
+ /* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
988
+ ._RichTextMenu_193iw_1 {
989
+ display: flex;
990
+ flex-direction: row;
991
+ flex-wrap: nowrap;
992
+ }
993
+ ._RichTextMenu--form_193iw_7 {
994
+ border-top-left-radius: 4px;
995
+ border-top-right-radius: 4px;
996
+ padding: 6px 6px;
997
+ background-color: var(--credbuild-color-grey-12);
998
+ position: relative;
999
+ scrollbar-width: none;
1000
+ overflow-x: auto;
1001
+ }
1002
+ ._RichTextMenu-group_193iw_17 {
1003
+ display: flex;
1004
+ align-items: space-between;
1005
+ flex-direction: row;
1006
+ flex-wrap: nowrap;
1007
+ padding-inline: 6px;
1008
+ gap: 2px;
1009
+ position: relative;
1010
+ }
1011
+ ._RichTextMenu-group_193iw_17:first-of-type {
1012
+ padding-left: 0;
1013
+ }
1014
+ ._RichTextMenu-group_193iw_17:last-of-type {
1015
+ padding-right: 0;
1016
+ }
1017
+ ._RichTextMenu--inline_193iw_35 ._RichTextMenu-group_193iw_17 {
1018
+ color: var(--credbuild-color-grey-08);
1019
+ gap: 0px;
1020
+ flex-wrap: nowrap;
1021
+ }
1022
+ ._RichTextMenu-group_193iw_17 + ._RichTextMenu-group_193iw_17 {
1023
+ border-left: 1px solid var(--credbuild-color-grey-10);
1024
+ }
1025
+ ._RichTextMenu--inline_193iw_35 ._RichTextMenu-group_193iw_17 + ._RichTextMenu-group_193iw_17 {
1026
+ border-left: 0.5px solid var(--credbuild-color-grey-05);
1027
+ }
1028
+
1029
+ /* css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
1030
+ ._ActionBar_ze0ci_1 {
1031
+ align-items: center;
1032
+ cursor: default;
1033
+ display: flex;
1034
+ width: auto;
1035
+ padding: 4px;
1036
+ padding-inline-start: 0;
1037
+ padding-inline-end: 0;
1038
+ border-top-left-radius: 8px;
1039
+ border-top-right-radius: 8px;
1040
+ border-radius: 8px;
1041
+ background: var(--credbuild-color-grey-01);
1042
+ color: var(--credbuild-color-white);
1043
+ font-family: var(--credbuild-font-family);
1044
+ min-height: 26px;
1045
+ }
1046
+ ._ActionBar-label_ze0ci_18 {
1047
+ color: var(--credbuild-color-grey-08);
1048
+ font-size: var(--credbuild-font-size-xxxs);
1049
+ font-weight: 500;
1050
+ padding-inline-start: 8px;
1051
+ padding-inline-end: 8px;
1052
+ margin-inline-start: 4px;
1053
+ margin-inline-end: 4px;
1054
+ text-overflow: ellipsis;
1055
+ white-space: nowrap;
1056
+ }
1057
+ ._ActionBarAction_ze0ci_30 + ._ActionBar-label_ze0ci_18 {
1058
+ padding-inline-start: 0;
1059
+ }
1060
+ ._ActionBar-label_ze0ci_18 + ._ActionBarAction_ze0ci_30 {
1061
+ margin-inline-start: -4px;
1062
+ }
1063
+ ._ActionBar-group_ze0ci_38 {
1064
+ align-items: center;
1065
+ border-inline-start: 0.5px solid var(--credbuild-color-grey-05);
1066
+ display: flex;
1067
+ height: 100%;
1068
+ padding-inline-start: 4px;
1069
+ padding-inline-end: 4px;
1070
+ }
1071
+ ._ActionBar-group_ze0ci_38:first-of-type {
1072
+ border-inline-start: 0;
1073
+ }
1074
+ ._ActionBar-group_ze0ci_38:empty {
1075
+ display: none;
1076
+ }
1077
+ ._ActionBarAction_ze0ci_30 {
1078
+ background: transparent;
1079
+ border: none;
1080
+ color: var(--credbuild-color-grey-08);
1081
+ cursor: pointer;
1082
+ padding: 6px;
1083
+ margin-inline-start: 4px;
1084
+ margin-inline-end: 4px;
1085
+ border-radius: 4px;
1086
+ overflow: hidden;
1087
+ display: flex;
1088
+ align-items: center;
1089
+ justify-content: center;
1090
+ transition: color 50ms ease-in;
1091
+ }
1092
+ ._ActionBarAction--disabled_ze0ci_71 {
1093
+ cursor: auto;
1094
+ color: var(--credbuild-color-grey-06);
1095
+ }
1096
+ ._ActionBarAction_ze0ci_30 svg {
1097
+ max-width: none !important;
1098
+ }
1099
+ ._ActionBarAction_ze0ci_30:focus-visible {
1100
+ outline: 2px solid var(--credbuild-color-azure-05);
1101
+ outline-offset: -2px;
1102
+ }
1103
+ @media (hover: hover) and (pointer: fine) {
1104
+ ._ActionBarAction_ze0ci_30:hover:not(._ActionBarAction--disabled_ze0ci_71) {
1105
+ color: var(--credbuild-color-azure-06);
1106
+ transition: none;
1107
+ }
1108
+ }
1109
+ ._ActionBarAction_ze0ci_30:active:not(._ActionBarAction--disabled_ze0ci_71),
1110
+ ._ActionBarAction--active_ze0ci_93 {
1111
+ color: var(--credbuild-color-azure-07);
1112
+ transition: none;
1113
+ }
1114
+ ._ActionBar-group_ze0ci_38 * {
1115
+ margin: 0;
1116
+ }
1117
+ ._ActionBar-separator_ze0ci_102 {
1118
+ background: var(--credbuild-color-grey-05);
1119
+ margin-inline: 4px;
1120
+ width: 0.5px;
1121
+ height: 100%;
1122
+ }
1123
+
1124
+ /* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1125
+ ._Control_1aveu_1 .lucide {
1126
+ height: 18px;
1127
+ width: 18px;
1128
+ }
1129
+ ._Control--inline_1aveu_6 .lucide {
1130
+ height: 16px;
1131
+ width: 16px;
1132
+ }
1133
+
1134
+ /* css-module:/home/runner/work/credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
1135
+ ._Select_16son_1 {
1136
+ position: relative;
1137
+ z-index: 1;
1138
+ }
1139
+ ._Select-button_16son_6 {
1140
+ align-items: center;
1141
+ background: transparent;
1142
+ border: none;
1143
+ border-radius: 4px;
1144
+ display: flex;
1145
+ justify-content: center;
1146
+ gap: 0px;
1147
+ height: 100%;
1148
+ padding: 4px;
1149
+ padding-right: 2px;
1150
+ }
1151
+ ._Select--hasOptions_16son_19 ._Select-button_16son_6 {
1152
+ color: currentColor;
1153
+ }
1154
+ ._Select--hasOptions_16son_19:not(._Select--disabled_16son_23) ._Select-button_16son_6 {
1155
+ cursor: pointer;
1156
+ }
1157
+ ._Select-buttonIcon_16son_27 {
1158
+ align-items: center;
1159
+ display: flex;
1160
+ justify-content: center;
1161
+ }
1162
+ ._Select--standalone_16son_33 ._Select-buttonIcon_16son_27 .lucide {
1163
+ height: 18px;
1164
+ width: 18px;
1165
+ }
1166
+ ._Select--actionBar_16son_38 ._Select-buttonIcon_16son_27 .lucide {
1167
+ height: 16px;
1168
+ width: 16px;
1169
+ }
1170
+ ._Select--hasOptions_16son_19:not(._Select--disabled_16son_23) ._Select-button_16son_6:hover,
1171
+ ._Select--hasValue_16son_44 ._Select-button_16son_6 {
1172
+ background: var(--credbuild-color-grey-10);
1173
+ color: var(--credbuild-color-azure-04);
1174
+ }
1175
+ ._Select--disabled_16son_23 ._Select-button_16son_6 {
1176
+ color: var(--credbuild-color-grey-07);
1177
+ }
1178
+ ._Select--actionBar_16son_38 {
1179
+ &._Select--hasOptions_16son_19 ._Select-button_16son_6:hover,
1180
+ &._Select--hasValue_16son_44 ._Select-button_16son_6 {
1181
+ background: none;
1182
+ color: var(--credbuild-color-azure-07);
1183
+ }
1184
+ }
1185
+ ._Select-items_16son_61 {
1186
+ background: white;
1187
+ border: 1px solid var(--credbuild-color-grey-09);
1188
+ border-radius: 8px;
1189
+ margin: 10px 8px;
1190
+ margin-left: 0;
1191
+ padding: 4px;
1192
+ z-index: 2;
1193
+ list-style: none;
1194
+ }
1195
+ ._SelectItem_16son_72 {
1196
+ background: transparent;
1197
+ border-radius: 4px;
1198
+ border: none;
1199
+ color: var(--credbuild-color-grey-04);
1200
+ cursor: pointer;
1201
+ display: flex;
1202
+ gap: 8px;
1203
+ align-items: center;
1204
+ font-size: var(--credbuild-font-size-xxs);
1205
+ margin: 0;
1206
+ padding: 8px 12px;
1207
+ width: 100%;
1208
+ }
1209
+ ._SelectItem--isSelected_16son_87 {
1210
+ background: var(--credbuild-color-azure-11);
1211
+ color: var(--credbuild-color-azure-04);
1212
+ font-weight: 500;
1213
+ }
1214
+ ._SelectItem--isSelected_16son_87 ._SelectItem-icon_16son_93 {
1215
+ color: var(--credbuild-color-azure-04);
1216
+ }
1217
+ ._SelectItem_16son_72:hover {
1218
+ background: var(--credbuild-color-azure-11);
1219
+ color: var(--credbuild-color-azure-04);
1220
+ }
1221
+
1222
+ /* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1223
+ ._ObjectField_12pvo_1 {
1224
+ display: flex;
1225
+ flex-direction: column;
1226
+ background-color: transparent;
1227
+ margin-bottom: 0;
1228
+ overflow: hidden;
1229
+ transition: all 0.2s ease;
1230
+ }
1231
+ ._ObjectField--isOpen_12pvo_10 {
1232
+ background-color: transparent;
1233
+ }
1234
+ ._ObjectField-content_12pvo_14 {
1235
+ background-color: transparent;
1236
+ }
1237
+ ._ObjectField-fieldset_12pvo_18 {
1238
+ border: none;
1239
+ margin: 0;
1240
+ min-width: 0;
1241
+ padding: 0 0 8px 12px;
1242
+ display: flex;
1243
+ flex-direction: column;
1244
+ gap: 4px;
1245
+ border-left: 1px solid var(--credbuild-color-grey-10);
1246
+ margin-left: 8px;
1247
+ }
1248
+ ._ObjectField-header_12pvo_30 {
1249
+ background-color: transparent;
1250
+ border: 0;
1251
+ color: var(--credbuild-color-grey-05);
1252
+ cursor: pointer;
1253
+ display: flex;
1254
+ font: inherit;
1255
+ font-size: var(--credbuild-font-size-xxxs);
1256
+ list-style: none;
1257
+ margin-bottom: 2px;
1258
+ padding: 4px 8px;
1259
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1260
+ gap: 4px;
1261
+ border-radius: 4px;
1262
+ width: 100%;
1263
+ align-items: center;
1264
+ }
1265
+ ._ObjectField-header_12pvo_30:hover {
1266
+ background-color: var(--credbuild-color-azure-11);
1267
+ color: var(--credbuild-color-azure-04);
1268
+ }
1269
+ ._ObjectField-headerIcon_12pvo_53 {
1270
+ margin-inline-start: auto;
1271
+ display: flex;
1272
+ align-items: center;
1273
+ }
1274
+
1275
+ /* css-module:/home/runner/work/credbuild/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
1276
+ ._DraggableComponent_yrtpz_1 {
1277
+ position: absolute;
1278
+ pointer-events: none;
1279
+ --overlay-background: color-mix( in srgb, var(--credbuild-color-azure-08) 30%, transparent );
1280
+ }
1281
+ ._DraggableComponent-overlayWrapper_yrtpz_12 {
1282
+ height: 100%;
1283
+ width: 100%;
1284
+ top: 0;
1285
+ position: absolute;
1286
+ pointer-events: none;
1287
+ box-sizing: border-box;
1288
+ z-index: 1;
1289
+ }
1290
+ ._DraggableComponent-overlay_yrtpz_12 {
1291
+ cursor: pointer;
1292
+ height: 100%;
1293
+ outline: 2px var(--credbuild-color-azure-09) solid;
1294
+ outline-offset: -2px;
1295
+ width: 100%;
1296
+ }
1297
+ ._DraggableComponent_yrtpz_1:focus-visible > ._DraggableComponent-overlayWrapper_yrtpz_12 {
1298
+ outline: 1px solid var(--credbuild-color-azure-05);
1299
+ }
1300
+ ._DraggableComponent-loadingOverlay_yrtpz_34 {
1301
+ background: var(--credbuild-color-white);
1302
+ color: var(--credbuild-color-grey-03);
1303
+ border-radius: 4px;
1304
+ display: flex;
1305
+ padding: 8px;
1306
+ top: 8px;
1307
+ right: 8px;
1308
+ position: absolute;
1309
+ z-index: 1;
1310
+ pointer-events: all;
1311
+ box-sizing: border-box;
1312
+ opacity: 0.8;
1313
+ z-index: 1;
1314
+ }
1315
+ ._DraggableComponent--hover_yrtpz_50 > ._DraggableComponent-overlayWrapper_yrtpz_12 > ._DraggableComponent-overlay_yrtpz_12 {
1316
+ background: var(--overlay-background);
1317
+ outline: 2px var(--credbuild-color-azure-09) solid;
1318
+ }
1319
+ ._DraggableComponent--isSelected_yrtpz_57 > ._DraggableComponent-overlayWrapper_yrtpz_12 > ._DraggableComponent-overlay_yrtpz_12 {
1320
+ outline-color: var(--credbuild-color-azure-07);
1321
+ }
1322
+ ._DraggableComponent_yrtpz_1:has(._DraggableComponent--hover_yrtpz_50 > ._DraggableComponent-overlayWrapper_yrtpz_12) > ._DraggableComponent-overlayWrapper_yrtpz_12 {
1323
+ display: none;
1324
+ }
1325
+ ._DraggableComponent-actionsOverlay_yrtpz_71 {
1326
+ position: sticky;
1327
+ opacity: 0;
1328
+ pointer-events: none;
1329
+ z-index: 2;
1330
+ }
1331
+ ._DraggableComponent--isSelected_yrtpz_57 ._DraggableComponent-actionsOverlay_yrtpz_71 {
1332
+ opacity: 1;
1333
+ pointer-events: auto;
1334
+ }
1335
+ ._DraggableComponent-actions_yrtpz_71 {
1336
+ position: absolute;
1337
+ width: auto;
1338
+ cursor: grab;
1339
+ display: flex;
1340
+ box-sizing: border-box;
1341
+ transform-origin: right top;
1342
+ min-height: 36px;
1343
+ }
1344
+
1345
+ /* components/DraggableComponent/styles.css */
1346
+ [data-credbuild-component] * {
1347
+ pointer-events: none;
1348
+ user-select: none;
1349
+ -webkit-user-select: none;
1350
+ }
1351
+ [data-credbuild-component] {
1352
+ cursor: grab;
1353
+ pointer-events: auto !important;
1354
+ user-select: none;
1355
+ -webkit-user-select: none;
1356
+ }
1357
+ [data-credbuild-dropzone] {
1358
+ pointer-events: auto !important;
1359
+ }
1360
+ [data-credbuild-disabled] {
1361
+ cursor: pointer;
1362
+ }
1363
+ [data-dnd-placeholder] {
1364
+ background: var(--credbuild-color-azure-06) !important;
1365
+ border: none !important;
1366
+ color: #00000000 !important;
1367
+ opacity: 0.3 !important;
1368
+ outline: none !important;
1369
+ transition: none !important;
1370
+ }
1371
+ [data-dnd-placeholder] *,
1372
+ [data-dnd-placeholder]::after,
1373
+ [data-dnd-placeholder]::before {
1374
+ opacity: 0 !important;
1375
+ }
1376
+ [data-dnd-dragging][data-credbuild-component] {
1377
+ pointer-events: none !important;
1378
+ outline: 2px var(--credbuild-color-azure-09) solid !important;
1379
+ outline-offset: -2px !important;
1380
+ }
1381
+
1382
+ /* css-module:/home/runner/work/credbuild/credbuild/components/DropZone/styles.module.css/#css-module-data */
1383
+ ._DropZone_1vmgt_1 {
1384
+ --resize-animation-ms: 150ms;
1385
+ position: relative;
1386
+ height: 100%;
1387
+ min-height: var(--min-empty-height);
1388
+ outline-offset: -2px;
1389
+ width: 100%;
1390
+ }
1391
+ ._DropZone--hasChildren_1vmgt_11 {
1392
+ min-height: 0;
1393
+ }
1394
+ ._DropZone_1vmgt_1:empty {
1395
+ min-height: var(--min-empty-height);
1396
+ }
1397
+ [data-credbuild-entry]:not([data-credbuild-dragging]) ._DropZone_1vmgt_1 {
1398
+ transition: min-height var(--resize-animation-ms) ease-in;
1399
+ }
1400
+ ._DropZone--isAreaSelected_1vmgt_24,
1401
+ ._DropZone--hoveringOverArea_1vmgt_25:not(._DropZone--isRootZone_1vmgt_25) {
1402
+ background: color-mix(in srgb, var(--credbuild-color-azure-09) 30%, transparent);
1403
+ outline: 2px dashed var(--credbuild-color-azure-08);
1404
+ }
1405
+ ._DropZone_1vmgt_1:empty {
1406
+ background: color-mix(in srgb, var(--credbuild-color-azure-09) 30%, transparent);
1407
+ outline: 2px dashed var(--credbuild-color-azure-08);
1408
+ }
1409
+ ._DropZone--isDestination_1vmgt_35 {
1410
+ outline: 2px dashed var(--credbuild-color-azure-04) !important;
1411
+ }
1412
+ ._DropZone--isDestination_1vmgt_35:not(._DropZone--isRootZone_1vmgt_25) {
1413
+ background: color-mix(in srgb, var(--credbuild-color-azure-09) 30%, transparent) !important;
1414
+ }
1415
+ ._DropZone-item_1vmgt_47 {
1416
+ position: relative;
1417
+ }
1418
+ ._DropZone-hitbox_1vmgt_51 {
1419
+ position: absolute;
1420
+ bottom: -12px;
1421
+ height: 24px;
1422
+ width: 100%;
1423
+ z-index: 1;
1424
+ }
1425
+ [data-credbuild-dragging] ._DropZone--isEnabled_1vmgt_59 {
1426
+ outline: 2px dashed var(--credbuild-color-azure-06);
1427
+ }
1428
+ ._DropZone_1vmgt_1 > *:not([data-credbuild-component]) {
1429
+ opacity: 0;
1430
+ }
1431
+ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1432
+ opacity: 0 !important;
1433
+ }
1434
+
1435
+ /* css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
1436
+ ._Drawer_1bd7y_1 {
1437
+ display: flex;
1438
+ flex-direction: column;
1439
+ background-color: var(--cb-bg-base);
1440
+ }
1441
+ ._Drawer-draggable_1bd7y_7 {
1442
+ position: relative;
1443
+ }
1444
+ ._Drawer-draggableBg_1bd7y_11 {
1445
+ position: absolute;
1446
+ top: 0;
1447
+ right: 0;
1448
+ bottom: 0;
1449
+ left: 0;
1450
+ pointer-events: none;
1451
+ z-index: -1;
1452
+ }
1453
+ ._DrawerItem-draggable_1bd7y_21 {
1454
+ background: transparent;
1455
+ cursor: grab;
1456
+ padding: 4px 10px;
1457
+ display: flex;
1458
+ border: none;
1459
+ font-size: 11px;
1460
+ justify-content: space-between;
1461
+ align-items: center;
1462
+ transition: all 0.2s ease;
1463
+ color: var(--cb-silver-muted);
1464
+ }
1465
+ ._DrawerItem--disabled_1bd7y_34 ._DrawerItem-draggable_1bd7y_21 {
1466
+ opacity: 0.5;
1467
+ cursor: not-allowed;
1468
+ }
1469
+ ._DrawerItem_1bd7y_21:focus-visible {
1470
+ outline: 0;
1471
+ }
1472
+ ._Drawer_1bd7y_1:not(._Drawer--isDraggingFrom_1bd7y_43) ._DrawerItem-default_1bd7y_44 {
1473
+ background-color: transparent;
1474
+ border: none;
1475
+ color: var(--cb-silver-muted);
1476
+ padding: 4px 10px;
1477
+ position: relative;
1478
+ transition: all 0.2s ease;
1479
+ }
1480
+ @media (hover: hover) and (pointer: fine) {
1481
+ ._DrawerItem-draggable_1bd7y_21:hover,
1482
+ ._DrawerItem-default_1bd7y_44:hover {
1483
+ background-color: var(--cb-gold-faint);
1484
+ color: var(--cb-gold);
1485
+ }
1486
+ }
1487
+ ._DrawerItem-name_1bd7y_61 {
1488
+ overflow-x: hidden;
1489
+ text-overflow: ellipsis;
1490
+ white-space: nowrap;
1491
+ font-weight: 500;
1492
+ letter-spacing: 0.02em;
1493
+ }
1494
+
1495
+ /* lib/overlay-portal/styles.css */
1496
+ [data-credbuild-overlay-portal],
1497
+ [data-credbuild-overlay-portal] * {
1498
+ pointer-events: auto !important;
1499
+ }
1500
+ [data-credbuild-overlay-portal]:hover {
1501
+ outline: 2px var(--credbuild-color-azure-09) dashed;
1502
+ outline-offset: 2px;
1503
+ }
1504
+ [data-credbuild-overlay-portal]:focus-within {
1505
+ outline: 2px var(--credbuild-color-azure-07) dashed;
1506
+ outline-offset: 2px;
1507
+ }
1508
+
1509
+ /* css-module:/home/runner/work/credbuild/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
1510
+ ._InlineTextField_104qp_1 {
1511
+ cursor: text;
1512
+ display: inline-block;
1513
+ white-space: pre-wrap;
1514
+ text-decoration: inherit;
1515
+ }
1516
+ [data-dnd-dragging] ._InlineTextField_104qp_1 {
1517
+ cursor: none;
1518
+ caret-color: transparent;
1519
+ }
1520
+ [data-dnd-dragging] ._InlineTextField_104qp_1::selection {
1521
+ display: none;
1522
+ }