@crediblemark/build 0.24.7 → 0.24.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.
@@ -1,16 +1,16 @@
1
1
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
2
- ._ArrayField_1q029_5 {
2
+ ._ArrayField_19wby_5 {
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  background: var(--credbuild-color-azure-11);
6
6
  border: 1px solid var(--credbuild-color-grey-09);
7
7
  border-radius: 4px;
8
8
  }
9
- ._ArrayField--isDraggingFrom_1q029_13 {
9
+ ._ArrayField--isDraggingFrom_19wby_13 {
10
10
  background-color: var(--credbuild-color-azure-11);
11
11
  overflow: hidden;
12
12
  }
13
- ._ArrayField-addButton_1q029_18 {
13
+ ._ArrayField-addButton_19wby_18 {
14
14
  background-color: var(--credbuild-color-white);
15
15
  border: none;
16
16
  border-radius: 3px;
@@ -24,63 +24,63 @@
24
24
  text-align: left;
25
25
  transition: background-color 50ms ease-in;
26
26
  }
27
- ._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
27
+ ._ArrayField--hasItems_19wby_33 > ._ArrayField-addButton_19wby_18 {
28
28
  border-top: 1px solid var(--credbuild-color-grey-09);
29
29
  border-top-left-radius: 0;
30
30
  border-top-right-radius: 0;
31
31
  }
32
- ._ArrayField-addButton_1q029_18:focus-visible {
32
+ ._ArrayField-addButton_19wby_18:focus-visible {
33
33
  outline: 2px solid var(--credbuild-color-azure-05);
34
34
  outline-offset: 2px;
35
35
  position: relative;
36
36
  }
37
37
  @media (hover: hover) and (pointer: fine) {
38
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
38
+ ._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:hover {
39
39
  background: var(--credbuild-color-azure-12);
40
40
  color: var(--credbuild-color-azure-04);
41
41
  transition: none;
42
42
  }
43
43
  }
44
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
44
+ ._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:active {
45
45
  background: var(--credbuild-color-azure-11);
46
46
  color: var(--credbuild-color-azure-04);
47
47
  transition: none;
48
48
  }
49
- ._ArrayField-inner_1q029_59 {
49
+ ._ArrayField-inner_19wby_59 {
50
50
  margin-top: -1px;
51
51
  }
52
- ._ArrayFieldItem_1q029_67 {
52
+ ._ArrayFieldItem_19wby_67 {
53
53
  border-top-left-radius: 3px;
54
54
  border-top-right-radius: 3px;
55
55
  display: block;
56
56
  position: relative;
57
57
  }
58
- ._ArrayFieldItem_1q029_67 {
58
+ ._ArrayFieldItem_19wby_67 {
59
59
  border-top: 1px solid var(--credbuild-color-grey-09);
60
60
  }
61
- ._ArrayFieldItem--isDragging_1q029_78 {
61
+ ._ArrayFieldItem--isDragging_19wby_78 {
62
62
  border-top: transparent;
63
63
  }
64
- ._ArrayFieldItem--isExpanded_1q029_82::before {
64
+ ._ArrayFieldItem--isExpanded_19wby_82::before {
65
65
  display: none;
66
66
  }
67
- ._ArrayFieldItem--isExpanded_1q029_82 {
67
+ ._ArrayFieldItem--isExpanded_19wby_82 {
68
68
  border-bottom: 0;
69
69
  outline-offset: 0px !important;
70
70
  outline: 1px solid var(--credbuild-color-azure-07) !important;
71
71
  z-index: 2;
72
72
  }
73
- ._ArrayFieldItem--isDragging_1q029_78 {
73
+ ._ArrayFieldItem--isDragging_19wby_78 {
74
74
  outline: 2px var(--credbuild-color-azure-09) solid !important;
75
75
  }
76
- ._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
76
+ ._ArrayFieldItem--isDragging_19wby_78 ._ArrayFieldItem-summary_19wby_97:active {
77
77
  background-color: var(--credbuild-color-white);
78
78
  }
79
- ._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
79
+ ._ArrayFieldItem_19wby_67 + ._ArrayFieldItem_19wby_67 {
80
80
  border-top-left-radius: 0;
81
81
  border-top-right-radius: 0;
82
82
  }
83
- ._ArrayFieldItem-summary_1q029_97 {
83
+ ._ArrayFieldItem-summary_19wby_97 {
84
84
  background: var(--credbuild-color-white);
85
85
  color: var(--credbuild-color-grey-04);
86
86
  cursor: pointer;
@@ -90,73 +90,73 @@
90
90
  justify-content: space-between;
91
91
  font-size: var(--credbuild-font-size-xxs);
92
92
  list-style: none;
93
- padding: 12px 15px;
93
+ padding: 6px 10px;
94
94
  position: relative;
95
95
  overflow: hidden;
96
96
  transition: background-color 50ms ease-in;
97
97
  }
98
- ._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
98
+ ._ArrayFieldItem--noFields_19wby_122 > ._ArrayFieldItem-summary_19wby_97 {
99
99
  cursor: grab;
100
100
  }
101
- ._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
101
+ ._ArrayFieldItem_19wby_67:first-of-type > ._ArrayFieldItem-summary_19wby_97 {
102
102
  border-top-left-radius: 3px;
103
103
  border-top-right-radius: 3px;
104
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 {
105
+ ._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem_19wby_67:last-of-type:not(._ArrayFieldItem--isExpanded_19wby_82) > ._ArrayFieldItem-summary_19wby_97 {
106
106
  border-bottom-left-radius: 3px;
107
107
  border-bottom-right-radius: 3px;
108
108
  }
109
- ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
109
+ ._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem--isExpanded_19wby_82:last-of-type {
110
110
  border-bottom-left-radius: 3px;
111
111
  border-bottom-right-radius: 3px;
112
112
  }
113
- ._ArrayFieldItem-summary_1q029_97:focus-visible {
113
+ ._ArrayFieldItem-summary_19wby_97:focus-visible {
114
114
  outline: 2px solid var(--credbuild-color-azure-05);
115
115
  outline-offset: 2px;
116
116
  }
117
117
  @media (hover: hover) and (pointer: fine) {
118
- ._ArrayFieldItem-summary_1q029_97:hover {
118
+ ._ArrayFieldItem-summary_19wby_97:hover {
119
119
  background-color: var(--credbuild-color-azure-12);
120
120
  transition: none;
121
121
  }
122
122
  }
123
- ._ArrayFieldItem-summary_1q029_97:active {
123
+ ._ArrayFieldItem-summary_19wby_97:active {
124
124
  background-color: var(--credbuild-color-azure-11);
125
125
  transition: none;
126
126
  }
127
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
127
+ ._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-summary_19wby_97 {
128
128
  background: var(--credbuild-color-azure-11);
129
129
  color: var(--credbuild-color-azure-04);
130
130
  font-weight: 600;
131
131
  transition: none;
132
132
  }
133
- ._ArrayFieldItem-body_1q029_170 {
133
+ ._ArrayFieldItem-body_19wby_170 {
134
134
  background: var(--credbuild-color-white);
135
135
  display: none;
136
136
  }
137
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
137
+ ._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-body_19wby_170 {
138
138
  display: block;
139
139
  }
140
- ._ArrayFieldItem-fieldset_1q029_179 {
140
+ ._ArrayFieldItem-fieldset_19wby_179 {
141
141
  border: none;
142
142
  border-top: 1px solid var(--credbuild-color-grey-09);
143
143
  margin: 0;
144
144
  min-width: 0;
145
- padding: 16px 15px;
145
+ padding: 8px 10px;
146
146
  }
147
- ._ArrayFieldItem-rhs_1q029_187 {
147
+ ._ArrayFieldItem-rhs_19wby_187 {
148
148
  display: flex;
149
149
  gap: 4px;
150
150
  align-items: center;
151
151
  }
152
- ._ArrayFieldItem-actions_1q029_193 {
152
+ ._ArrayFieldItem-actions_19wby_193 {
153
153
  color: var(--credbuild-color-grey-04);
154
154
  display: flex;
155
155
  gap: 4px;
156
156
  opacity: 0;
157
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 {
158
+ ._ArrayFieldItem-summary_19wby_97:focus-within > ._ArrayFieldItem-rhs_19wby_187 > ._ArrayFieldItem-actions_19wby_193,
159
+ ._ArrayFieldItem-summary_19wby_97:hover > ._ArrayFieldItem-rhs_19wby_187 > ._ArrayFieldItem-actions_19wby_193 {
160
160
  opacity: 1;
161
161
  }
162
162
 
@@ -258,50 +258,63 @@
258
258
  }
259
259
 
260
260
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
261
- ._InputWrapper_1bq9u_1 + ._InputWrapper_1bq9u_1 {
262
- margin-top: 5px;
261
+ ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1) {
262
+ border: 1px solid var(--credbuild-color-grey-10);
263
+ border-radius: 5px;
264
+ padding: 6px 8px;
265
+ background-color: var(--credbuild-color-white);
266
+ transition: all 0.2s ease;
267
+ }
268
+ ._InputWrapper_amigi_1 + ._InputWrapper_amigi_1 {
269
+ margin-top: 4px;
270
+ }
271
+ ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1):hover {
272
+ border-color: var(--credbuild-color-grey-08);
273
+ background-color: var(--credbuild-color-grey-11);
263
274
  }
264
- ._Input-label_1bq9u_5 {
275
+ ._Input-label_amigi_18 {
265
276
  align-items: center;
266
- color: var(--credbuild-color-grey-04);
277
+ color: var(--credbuild-color-grey-05);
267
278
  display: flex;
268
- padding-bottom: 4px;
269
- font-size: var(--credbuild-font-size-xxs);
270
- font-weight: 600;
279
+ padding-bottom: 2px;
280
+ font-size: 10px;
281
+ font-weight: 500;
282
+ text-transform: uppercase;
283
+ letter-spacing: 0.02em;
271
284
  }
272
- ._Input-label--noChildren_1bq9u_14 {
285
+ ._Input-label--noChildren_amigi_29 {
273
286
  padding-bottom: 0;
274
287
  }
275
- ._Input-labelIcon_1bq9u_18 {
288
+ ._Input-labelIcon_amigi_33 {
276
289
  color: var(--credbuild-color-grey-07);
277
290
  display: flex;
278
291
  margin-inline-end: 4px;
279
292
  padding-inline-start: 4px;
280
293
  }
281
- ._Input-disabledIcon_1bq9u_25 {
294
+ ._Input-disabledIcon_amigi_40 {
282
295
  color: var(--credbuild-color-grey-05);
283
296
  margin-inline-start: auto;
284
297
  }
285
- ._Input-input_1bq9u_30 {
286
- background: var(--credbuild-color-white);
287
- border-width: 1px;
288
- border-style: solid;
289
- border-color: var(--credbuild-color-grey-09);
290
- border-radius: 4px;
298
+ ._Input-input_amigi_45 {
299
+ background: transparent;
300
+ border: none;
301
+ border-radius: 0;
291
302
  box-sizing: border-box;
292
303
  font-family: inherit;
293
- font-size: 16px;
294
- padding: 6px 10px;
295
- transition: border-color 50ms ease-in;
304
+ font-size: 12px;
305
+ padding: 0;
306
+ transition: all 0.1s ease;
296
307
  width: 100%;
297
308
  max-width: 100%;
309
+ color: var(--credbuild-color-grey-02);
310
+ outline: none;
298
311
  }
299
312
  @media (min-width: 458px) {
300
- ._Input-input_1bq9u_30 {
313
+ ._Input-input_amigi_45 {
301
314
  font-size: 14px;
302
315
  }
303
316
  }
304
- select._Input-input_1bq9u_30 {
317
+ select._Input-input_amigi_45 {
305
318
  appearance: none;
306
319
  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;
307
320
  background-size: 12px;
@@ -310,29 +323,29 @@ select._Input-input_1bq9u_30 {
310
323
  background-color: var(--credbuild-color-white);
311
324
  cursor: pointer;
312
325
  }
313
- select._Input-input_1bq9u_30:dir(rtl) {
326
+ select._Input-input_amigi_45:dir(rtl) {
314
327
  background-position: 12px calc(50% + 3px);
315
328
  }
316
329
  @media (hover: hover) and (pointer: fine) {
317
- ._Input_1bq9u_1:has(> input):hover ._Input-input_1bq9u_30:not([readonly]),
318
- ._Input_1bq9u_1:has(> textarea):hover ._Input-input_1bq9u_30:not([readonly]) {
330
+ ._Input_amigi_1:has(> input):hover ._Input-input_amigi_45:not([readonly]),
331
+ ._Input_amigi_1:has(> textarea):hover ._Input-input_amigi_45:not([readonly]) {
319
332
  border-color: var(--credbuild-color-grey-05);
320
333
  transition: none;
321
334
  }
322
- ._Input_1bq9u_1:has(> select):hover ._Input-input_1bq9u_30:not([disabled]) {
335
+ ._Input_amigi_1:has(> select):hover ._Input-input_amigi_45:not([disabled]) {
323
336
  background-color: var(--credbuild-color-azure-12);
324
337
  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>");
325
338
  border-color: var(--credbuild-color-grey-05);
326
339
  transition: none;
327
340
  }
328
341
  }
329
- ._Input-input_1bq9u_30:focus {
342
+ ._Input-input_amigi_45:focus {
330
343
  border-color: var(--credbuild-color-grey-05);
331
344
  outline: 2px solid var(--credbuild-color-azure-05);
332
345
  transition: none;
333
346
  }
334
- ._Input--readOnly_1bq9u_86 > ._Input-input_1bq9u_30,
335
- ._Input--readOnly_1bq9u_86 > select._Input-input_1bq9u_30 {
347
+ ._Input--readOnly_amigi_101 > ._Input-input_amigi_45,
348
+ ._Input--readOnly_amigi_101 > select._Input-input_amigi_45 {
336
349
  background-color: var(--credbuild-color-grey-11);
337
350
  border-color: var(--credbuild-color-grey-09);
338
351
  color: var(--credbuild-color-grey-04);
@@ -341,34 +354,34 @@ select._Input-input_1bq9u_30:dir(rtl) {
341
354
  outline: 0;
342
355
  transition: none;
343
356
  }
344
- ._Input-radioGroupItems_1bq9u_97 {
357
+ ._Input-radioGroupItems_amigi_112 {
345
358
  display: flex;
346
359
  border: 1px solid var(--credbuild-color-grey-09);
347
360
  border-radius: 4px;
348
361
  flex-wrap: wrap;
349
362
  }
350
- ._Input-radio_1bq9u_97 {
363
+ ._Input-radio_amigi_112 {
351
364
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
352
365
  flex-grow: 1;
353
366
  }
354
- ._Input-radio_1bq9u_97:first-of-type {
367
+ ._Input-radio_amigi_112:first-of-type {
355
368
  border-bottom-left-radius: 4px;
356
369
  border-top-left-radius: 4px;
357
370
  }
358
- ._Input-radio_1bq9u_97:first-of-type ._Input-radioInner_1bq9u_114 {
371
+ ._Input-radio_amigi_112:first-of-type ._Input-radioInner_amigi_129 {
359
372
  border-bottom-left-radius: 3px;
360
373
  border-top-left-radius: 3px;
361
374
  }
362
- ._Input-radio_1bq9u_97:last-of-type {
375
+ ._Input-radio_amigi_112:last-of-type {
363
376
  border-bottom-right-radius: 4px;
364
377
  border-inline-end: 0;
365
378
  border-top-right-radius: 4px;
366
379
  }
367
- ._Input-radio_1bq9u_97:last-of-type ._Input-radioInner_1bq9u_114 {
380
+ ._Input-radio_amigi_112:last-of-type ._Input-radioInner_amigi_129 {
368
381
  border-bottom-right-radius: 3px;
369
382
  border-top-right-radius: 3px;
370
383
  }
371
- ._Input-radioInner_1bq9u_114 {
384
+ ._Input-radioInner_amigi_129 {
372
385
  background-color: var(--credbuild-color-white);
373
386
  color: var(--credbuild-color-grey-04);
374
387
  cursor: pointer;
@@ -377,32 +390,32 @@ select._Input-input_1bq9u_30:dir(rtl) {
377
390
  text-align: center;
378
391
  transition: background-color 50ms ease-in;
379
392
  }
380
- ._Input-radio_1bq9u_97:has(:focus-visible) {
393
+ ._Input-radio_amigi_112:has(:focus-visible) {
381
394
  outline: 2px solid var(--credbuild-color-azure-05);
382
395
  outline-offset: 2px;
383
396
  position: relative;
384
397
  }
385
398
  @media (hover: hover) and (pointer: fine) {
386
- ._Input-radioInner_1bq9u_114:hover {
399
+ ._Input-radioInner_amigi_129:hover {
387
400
  background-color: var(--credbuild-color-azure-12);
388
401
  transition: none;
389
402
  }
390
403
  }
391
- ._Input--readOnly_1bq9u_86 ._Input-radioInner_1bq9u_114 {
404
+ ._Input--readOnly_amigi_101 ._Input-radioInner_amigi_129 {
392
405
  background-color: var(--credbuild-color-white);
393
406
  color: var(--credbuild-color-grey-04);
394
407
  cursor: default;
395
408
  }
396
- ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
409
+ ._Input-radio_amigi_112 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
397
410
  background-color: var(--credbuild-color-azure-11);
398
411
  color: var(--credbuild-color-azure-04);
399
412
  font-weight: 500;
400
413
  }
401
- ._Input--readOnly_1bq9u_86 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
414
+ ._Input--readOnly_amigi_101 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
402
415
  background-color: var(--credbuild-color-grey-11);
403
416
  color: var(--credbuild-color-grey-04);
404
417
  }
405
- ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159 {
418
+ ._Input-radio_amigi_112 ._Input-radioInput_amigi_174 {
406
419
  clip: rect(0 0 0 0);
407
420
  clip-path: inset(100%);
408
421
  height: 1px;
@@ -411,7 +424,7 @@ select._Input-input_1bq9u_30:dir(rtl) {
411
424
  white-space: nowrap;
412
425
  width: 1px;
413
426
  }
414
- textarea._Input-input_1bq9u_30 {
427
+ textarea._Input-input_amigi_45 {
415
428
  margin-bottom: -4px;
416
429
  }
417
430
 
@@ -1204,30 +1217,55 @@ textarea._Input-input_1bq9u_30 {
1204
1217
  }
1205
1218
 
1206
1219
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1207
- ._ObjectField_1vrf5_1 {
1220
+ ._ObjectField_1n2lh_1 {
1208
1221
  display: flex;
1209
1222
  flex-direction: column;
1210
1223
  background-color: transparent;
1211
- border: 1px solid var(--credbuild-color-grey-09);
1212
- border-radius: 6px;
1213
- margin-bottom: 8px;
1224
+ margin-bottom: 4px;
1214
1225
  overflow: hidden;
1215
1226
  transition: all 0.2s ease;
1216
1227
  }
1217
- ._ObjectField--isOpen_1vrf5_12 {
1218
- border-color: var(--credbuild-color-azure-09);
1219
- background-color: var(--credbuild-color-grey-11);
1228
+ ._ObjectField--isOpen_1n2lh_10 {
1229
+ background-color: transparent;
1220
1230
  }
1221
- ._ObjectField-content_1vrf5_17 {
1222
- border-top: 1px solid var(--credbuild-color-grey-09);
1223
- background-color: var(--credbuild-color-white);
1231
+ ._ObjectField-content_1n2lh_14 {
1232
+ background-color: transparent;
1224
1233
  }
1225
- ._ObjectField-fieldset_1vrf5_22 {
1234
+ ._ObjectField-fieldset_1n2lh_18 {
1226
1235
  border: none;
1227
1236
  margin: 0;
1228
1237
  min-width: 0;
1229
- padding: 12px 12px;
1238
+ padding: 0 0 8px 12px;
1230
1239
  display: flex;
1231
1240
  flex-direction: column;
1232
- gap: 12px;
1241
+ gap: 4px;
1242
+ border-left: 1px solid var(--credbuild-color-grey-10);
1243
+ margin-left: 8px;
1244
+ }
1245
+ ._ObjectField-header_1n2lh_30 {
1246
+ background-color: transparent;
1247
+ border: 0;
1248
+ color: var(--credbuild-color-grey-05);
1249
+ cursor: pointer;
1250
+ display: flex;
1251
+ font: inherit;
1252
+ font-size: var(--credbuild-font-size-xxxs);
1253
+ list-style: none;
1254
+ margin-bottom: 4px;
1255
+ padding: 4px 8px;
1256
+ text-transform: uppercase;
1257
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1258
+ gap: 4px;
1259
+ border-radius: 4px;
1260
+ width: 100%;
1261
+ align-items: center;
1262
+ }
1263
+ ._ObjectField-header_1n2lh_30:hover {
1264
+ background-color: var(--credbuild-color-azure-11);
1265
+ color: var(--credbuild-color-azure-04);
1266
+ }
1267
+ ._ObjectField-headerIcon_1n2lh_54 {
1268
+ margin-inline-start: auto;
1269
+ display: flex;
1270
+ align-items: center;
1233
1271
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ArrayField
3
- } from "./chunk-N2NNRJDJ.mjs";
4
- import "./chunk-QV6ANL5D.mjs";
3
+ } from "./chunk-FBNOHTBJ.mjs";
4
+ import "./chunk-AHT2WTZ7.mjs";
5
5
  import "./chunk-WH3A7FAR.mjs";
6
6
  import "./chunk-AL77I3BV.mjs";
7
7
  import "./chunk-5JSNFZKX.mjs";