@crediblemark/build 0.24.8 → 0.24.9

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.
@@ -258,21 +258,21 @@
258
258
  }
259
259
 
260
260
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
261
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1) {
261
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1) {
262
262
  border: 1px solid var(--credbuild-color-grey-10);
263
263
  border-radius: 5px;
264
264
  padding: 6px 8px;
265
265
  background-color: var(--credbuild-color-white);
266
266
  transition: all 0.2s ease;
267
267
  }
268
- ._InputWrapper_amigi_1 + ._InputWrapper_amigi_1 {
269
- margin-top: 4px;
268
+ ._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
269
+ margin-top: 2px;
270
270
  }
271
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1):hover {
271
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1):hover {
272
272
  border-color: var(--credbuild-color-grey-08);
273
273
  background-color: var(--credbuild-color-grey-11);
274
274
  }
275
- ._Input-label_amigi_18 {
275
+ ._Input-label_1xuyz_18 {
276
276
  align-items: center;
277
277
  color: var(--credbuild-color-grey-05);
278
278
  display: flex;
@@ -282,20 +282,20 @@
282
282
  text-transform: uppercase;
283
283
  letter-spacing: 0.02em;
284
284
  }
285
- ._Input-label--noChildren_amigi_29 {
285
+ ._Input-label--noChildren_1xuyz_29 {
286
286
  padding-bottom: 0;
287
287
  }
288
- ._Input-labelIcon_amigi_33 {
288
+ ._Input-labelIcon_1xuyz_33 {
289
289
  color: var(--credbuild-color-grey-07);
290
290
  display: flex;
291
291
  margin-inline-end: 4px;
292
292
  padding-inline-start: 4px;
293
293
  }
294
- ._Input-disabledIcon_amigi_40 {
294
+ ._Input-disabledIcon_1xuyz_40 {
295
295
  color: var(--credbuild-color-grey-05);
296
296
  margin-inline-start: auto;
297
297
  }
298
- ._Input-input_amigi_45 {
298
+ ._Input-input_1xuyz_45 {
299
299
  background: transparent;
300
300
  border: none;
301
301
  border-radius: 0;
@@ -310,11 +310,11 @@
310
310
  outline: none;
311
311
  }
312
312
  @media (min-width: 458px) {
313
- ._Input-input_amigi_45 {
313
+ ._Input-input_1xuyz_45 {
314
314
  font-size: 14px;
315
315
  }
316
316
  }
317
- select._Input-input_amigi_45 {
317
+ select._Input-input_1xuyz_45 {
318
318
  appearance: none;
319
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;
320
320
  background-size: 12px;
@@ -323,29 +323,29 @@ select._Input-input_amigi_45 {
323
323
  background-color: var(--credbuild-color-white);
324
324
  cursor: pointer;
325
325
  }
326
- select._Input-input_amigi_45:dir(rtl) {
326
+ select._Input-input_1xuyz_45:dir(rtl) {
327
327
  background-position: 12px calc(50% + 3px);
328
328
  }
329
329
  @media (hover: hover) and (pointer: fine) {
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]) {
330
+ ._Input_1xuyz_1:has(> input):hover ._Input-input_1xuyz_45:not([readonly]),
331
+ ._Input_1xuyz_1:has(> textarea):hover ._Input-input_1xuyz_45:not([readonly]) {
332
332
  border-color: var(--credbuild-color-grey-05);
333
333
  transition: none;
334
334
  }
335
- ._Input_amigi_1:has(> select):hover ._Input-input_amigi_45:not([disabled]) {
335
+ ._Input_1xuyz_1:has(> select):hover ._Input-input_1xuyz_45:not([disabled]) {
336
336
  background-color: var(--credbuild-color-azure-12);
337
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>");
338
338
  border-color: var(--credbuild-color-grey-05);
339
339
  transition: none;
340
340
  }
341
341
  }
342
- ._Input-input_amigi_45:focus {
342
+ ._Input-input_1xuyz_45:focus {
343
343
  border-color: var(--credbuild-color-grey-05);
344
344
  outline: 2px solid var(--credbuild-color-azure-05);
345
345
  transition: none;
346
346
  }
347
- ._Input--readOnly_amigi_101 > ._Input-input_amigi_45,
348
- ._Input--readOnly_amigi_101 > select._Input-input_amigi_45 {
347
+ ._Input--readOnly_1xuyz_101 > ._Input-input_1xuyz_45,
348
+ ._Input--readOnly_1xuyz_101 > select._Input-input_1xuyz_45 {
349
349
  background-color: var(--credbuild-color-grey-11);
350
350
  border-color: var(--credbuild-color-grey-09);
351
351
  color: var(--credbuild-color-grey-04);
@@ -354,34 +354,34 @@ select._Input-input_amigi_45:dir(rtl) {
354
354
  outline: 0;
355
355
  transition: none;
356
356
  }
357
- ._Input-radioGroupItems_amigi_112 {
357
+ ._Input-radioGroupItems_1xuyz_112 {
358
358
  display: flex;
359
359
  border: 1px solid var(--credbuild-color-grey-09);
360
360
  border-radius: 4px;
361
361
  flex-wrap: wrap;
362
362
  }
363
- ._Input-radio_amigi_112 {
363
+ ._Input-radio_1xuyz_112 {
364
364
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
365
365
  flex-grow: 1;
366
366
  }
367
- ._Input-radio_amigi_112:first-of-type {
367
+ ._Input-radio_1xuyz_112:first-of-type {
368
368
  border-bottom-left-radius: 4px;
369
369
  border-top-left-radius: 4px;
370
370
  }
371
- ._Input-radio_amigi_112:first-of-type ._Input-radioInner_amigi_129 {
371
+ ._Input-radio_1xuyz_112:first-of-type ._Input-radioInner_1xuyz_129 {
372
372
  border-bottom-left-radius: 3px;
373
373
  border-top-left-radius: 3px;
374
374
  }
375
- ._Input-radio_amigi_112:last-of-type {
375
+ ._Input-radio_1xuyz_112:last-of-type {
376
376
  border-bottom-right-radius: 4px;
377
377
  border-inline-end: 0;
378
378
  border-top-right-radius: 4px;
379
379
  }
380
- ._Input-radio_amigi_112:last-of-type ._Input-radioInner_amigi_129 {
380
+ ._Input-radio_1xuyz_112:last-of-type ._Input-radioInner_1xuyz_129 {
381
381
  border-bottom-right-radius: 3px;
382
382
  border-top-right-radius: 3px;
383
383
  }
384
- ._Input-radioInner_amigi_129 {
384
+ ._Input-radioInner_1xuyz_129 {
385
385
  background-color: var(--credbuild-color-white);
386
386
  color: var(--credbuild-color-grey-04);
387
387
  cursor: pointer;
@@ -390,32 +390,32 @@ select._Input-input_amigi_45:dir(rtl) {
390
390
  text-align: center;
391
391
  transition: background-color 50ms ease-in;
392
392
  }
393
- ._Input-radio_amigi_112:has(:focus-visible) {
393
+ ._Input-radio_1xuyz_112:has(:focus-visible) {
394
394
  outline: 2px solid var(--credbuild-color-azure-05);
395
395
  outline-offset: 2px;
396
396
  position: relative;
397
397
  }
398
398
  @media (hover: hover) and (pointer: fine) {
399
- ._Input-radioInner_amigi_129:hover {
399
+ ._Input-radioInner_1xuyz_129:hover {
400
400
  background-color: var(--credbuild-color-azure-12);
401
401
  transition: none;
402
402
  }
403
403
  }
404
- ._Input--readOnly_amigi_101 ._Input-radioInner_amigi_129 {
404
+ ._Input--readOnly_1xuyz_101 ._Input-radioInner_1xuyz_129 {
405
405
  background-color: var(--credbuild-color-white);
406
406
  color: var(--credbuild-color-grey-04);
407
407
  cursor: default;
408
408
  }
409
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
409
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
410
410
  background-color: var(--credbuild-color-azure-11);
411
411
  color: var(--credbuild-color-azure-04);
412
412
  font-weight: 500;
413
413
  }
414
- ._Input--readOnly_amigi_101 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
414
+ ._Input--readOnly_1xuyz_101 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
415
415
  background-color: var(--credbuild-color-grey-11);
416
416
  color: var(--credbuild-color-grey-04);
417
417
  }
418
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174 {
418
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174 {
419
419
  clip: rect(0 0 0 0);
420
420
  clip-path: inset(100%);
421
421
  height: 1px;
@@ -424,7 +424,7 @@ select._Input-input_amigi_45:dir(rtl) {
424
424
  white-space: nowrap;
425
425
  width: 1px;
426
426
  }
427
- textarea._Input-input_amigi_45 {
427
+ textarea._Input-input_1xuyz_45 {
428
428
  margin-bottom: -4px;
429
429
  }
430
430
 
@@ -1217,21 +1217,21 @@ textarea._Input-input_amigi_45 {
1217
1217
  }
1218
1218
 
1219
1219
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1220
- ._ObjectField_1n2lh_1 {
1220
+ ._ObjectField_7axeg_1 {
1221
1221
  display: flex;
1222
1222
  flex-direction: column;
1223
1223
  background-color: transparent;
1224
- margin-bottom: 4px;
1224
+ margin-bottom: 0;
1225
1225
  overflow: hidden;
1226
1226
  transition: all 0.2s ease;
1227
1227
  }
1228
- ._ObjectField--isOpen_1n2lh_10 {
1228
+ ._ObjectField--isOpen_7axeg_10 {
1229
1229
  background-color: transparent;
1230
1230
  }
1231
- ._ObjectField-content_1n2lh_14 {
1231
+ ._ObjectField-content_7axeg_14 {
1232
1232
  background-color: transparent;
1233
1233
  }
1234
- ._ObjectField-fieldset_1n2lh_18 {
1234
+ ._ObjectField-fieldset_7axeg_18 {
1235
1235
  border: none;
1236
1236
  margin: 0;
1237
1237
  min-width: 0;
@@ -1242,7 +1242,7 @@ textarea._Input-input_amigi_45 {
1242
1242
  border-left: 1px solid var(--credbuild-color-grey-10);
1243
1243
  margin-left: 8px;
1244
1244
  }
1245
- ._ObjectField-header_1n2lh_30 {
1245
+ ._ObjectField-header_7axeg_30 {
1246
1246
  background-color: transparent;
1247
1247
  border: 0;
1248
1248
  color: var(--credbuild-color-grey-05);
@@ -1251,7 +1251,7 @@ textarea._Input-input_amigi_45 {
1251
1251
  font: inherit;
1252
1252
  font-size: var(--credbuild-font-size-xxxs);
1253
1253
  list-style: none;
1254
- margin-bottom: 4px;
1254
+ margin-bottom: 2px;
1255
1255
  padding: 4px 8px;
1256
1256
  text-transform: uppercase;
1257
1257
  transition: background-color 50ms ease-in, color 50ms ease-in;
@@ -1260,11 +1260,11 @@ textarea._Input-input_amigi_45 {
1260
1260
  width: 100%;
1261
1261
  align-items: center;
1262
1262
  }
1263
- ._ObjectField-header_1n2lh_30:hover {
1263
+ ._ObjectField-header_7axeg_30:hover {
1264
1264
  background-color: var(--credbuild-color-azure-11);
1265
1265
  color: var(--credbuild-color-azure-04);
1266
1266
  }
1267
- ._ObjectField-headerIcon_1n2lh_54 {
1267
+ ._ObjectField-headerIcon_7axeg_54 {
1268
1268
  margin-inline-start: auto;
1269
1269
  display: flex;
1270
1270
  align-items: center;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ArrayField
3
- } from "./chunk-FBNOHTBJ.mjs";
4
- import "./chunk-AHT2WTZ7.mjs";
3
+ } from "./chunk-VZMLLRBL.mjs";
4
+ import "./chunk-XQ5K5BWA.mjs";
5
5
  import "./chunk-WH3A7FAR.mjs";
6
6
  import "./chunk-AL77I3BV.mjs";
7
7
  import "./chunk-5JSNFZKX.mjs";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ObjectField
3
- } from "./chunk-QC5SGUG2.mjs";
4
- import "./chunk-AHT2WTZ7.mjs";
3
+ } from "./chunk-NV5F47RH.mjs";
4
+ import "./chunk-XQ5K5BWA.mjs";
5
5
  import "./chunk-WH3A7FAR.mjs";
6
6
  import "./chunk-AL77I3BV.mjs";
7
7
  import "./chunk-5JSNFZKX.mjs";
@@ -1,19 +1,19 @@
1
1
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
2
- ._ObjectField_1n2lh_1 {
2
+ ._ObjectField_7axeg_1 {
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  background-color: transparent;
6
- margin-bottom: 4px;
6
+ margin-bottom: 0;
7
7
  overflow: hidden;
8
8
  transition: all 0.2s ease;
9
9
  }
10
- ._ObjectField--isOpen_1n2lh_10 {
10
+ ._ObjectField--isOpen_7axeg_10 {
11
11
  background-color: transparent;
12
12
  }
13
- ._ObjectField-content_1n2lh_14 {
13
+ ._ObjectField-content_7axeg_14 {
14
14
  background-color: transparent;
15
15
  }
16
- ._ObjectField-fieldset_1n2lh_18 {
16
+ ._ObjectField-fieldset_7axeg_18 {
17
17
  border: none;
18
18
  margin: 0;
19
19
  min-width: 0;
@@ -24,7 +24,7 @@
24
24
  border-left: 1px solid var(--credbuild-color-grey-10);
25
25
  margin-left: 8px;
26
26
  }
27
- ._ObjectField-header_1n2lh_30 {
27
+ ._ObjectField-header_7axeg_30 {
28
28
  background-color: transparent;
29
29
  border: 0;
30
30
  color: var(--credbuild-color-grey-05);
@@ -33,7 +33,7 @@
33
33
  font: inherit;
34
34
  font-size: var(--credbuild-font-size-xxxs);
35
35
  list-style: none;
36
- margin-bottom: 4px;
36
+ margin-bottom: 2px;
37
37
  padding: 4px 8px;
38
38
  text-transform: uppercase;
39
39
  transition: background-color 50ms ease-in, color 50ms ease-in;
@@ -42,32 +42,32 @@
42
42
  width: 100%;
43
43
  align-items: center;
44
44
  }
45
- ._ObjectField-header_1n2lh_30:hover {
45
+ ._ObjectField-header_7axeg_30:hover {
46
46
  background-color: var(--credbuild-color-azure-11);
47
47
  color: var(--credbuild-color-azure-04);
48
48
  }
49
- ._ObjectField-headerIcon_1n2lh_54 {
49
+ ._ObjectField-headerIcon_7axeg_54 {
50
50
  margin-inline-start: auto;
51
51
  display: flex;
52
52
  align-items: center;
53
53
  }
54
54
 
55
55
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
56
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1) {
56
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1) {
57
57
  border: 1px solid var(--credbuild-color-grey-10);
58
58
  border-radius: 5px;
59
59
  padding: 6px 8px;
60
60
  background-color: var(--credbuild-color-white);
61
61
  transition: all 0.2s ease;
62
62
  }
63
- ._InputWrapper_amigi_1 + ._InputWrapper_amigi_1 {
64
- margin-top: 4px;
63
+ ._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
64
+ margin-top: 2px;
65
65
  }
66
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1):hover {
66
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1):hover {
67
67
  border-color: var(--credbuild-color-grey-08);
68
68
  background-color: var(--credbuild-color-grey-11);
69
69
  }
70
- ._Input-label_amigi_18 {
70
+ ._Input-label_1xuyz_18 {
71
71
  align-items: center;
72
72
  color: var(--credbuild-color-grey-05);
73
73
  display: flex;
@@ -77,20 +77,20 @@
77
77
  text-transform: uppercase;
78
78
  letter-spacing: 0.02em;
79
79
  }
80
- ._Input-label--noChildren_amigi_29 {
80
+ ._Input-label--noChildren_1xuyz_29 {
81
81
  padding-bottom: 0;
82
82
  }
83
- ._Input-labelIcon_amigi_33 {
83
+ ._Input-labelIcon_1xuyz_33 {
84
84
  color: var(--credbuild-color-grey-07);
85
85
  display: flex;
86
86
  margin-inline-end: 4px;
87
87
  padding-inline-start: 4px;
88
88
  }
89
- ._Input-disabledIcon_amigi_40 {
89
+ ._Input-disabledIcon_1xuyz_40 {
90
90
  color: var(--credbuild-color-grey-05);
91
91
  margin-inline-start: auto;
92
92
  }
93
- ._Input-input_amigi_45 {
93
+ ._Input-input_1xuyz_45 {
94
94
  background: transparent;
95
95
  border: none;
96
96
  border-radius: 0;
@@ -105,11 +105,11 @@
105
105
  outline: none;
106
106
  }
107
107
  @media (min-width: 458px) {
108
- ._Input-input_amigi_45 {
108
+ ._Input-input_1xuyz_45 {
109
109
  font-size: 14px;
110
110
  }
111
111
  }
112
- select._Input-input_amigi_45 {
112
+ select._Input-input_1xuyz_45 {
113
113
  appearance: none;
114
114
  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;
115
115
  background-size: 12px;
@@ -118,29 +118,29 @@ select._Input-input_amigi_45 {
118
118
  background-color: var(--credbuild-color-white);
119
119
  cursor: pointer;
120
120
  }
121
- select._Input-input_amigi_45:dir(rtl) {
121
+ select._Input-input_1xuyz_45:dir(rtl) {
122
122
  background-position: 12px calc(50% + 3px);
123
123
  }
124
124
  @media (hover: hover) and (pointer: fine) {
125
- ._Input_amigi_1:has(> input):hover ._Input-input_amigi_45:not([readonly]),
126
- ._Input_amigi_1:has(> textarea):hover ._Input-input_amigi_45:not([readonly]) {
125
+ ._Input_1xuyz_1:has(> input):hover ._Input-input_1xuyz_45:not([readonly]),
126
+ ._Input_1xuyz_1:has(> textarea):hover ._Input-input_1xuyz_45:not([readonly]) {
127
127
  border-color: var(--credbuild-color-grey-05);
128
128
  transition: none;
129
129
  }
130
- ._Input_amigi_1:has(> select):hover ._Input-input_amigi_45:not([disabled]) {
130
+ ._Input_1xuyz_1:has(> select):hover ._Input-input_1xuyz_45:not([disabled]) {
131
131
  background-color: var(--credbuild-color-azure-12);
132
132
  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>");
133
133
  border-color: var(--credbuild-color-grey-05);
134
134
  transition: none;
135
135
  }
136
136
  }
137
- ._Input-input_amigi_45:focus {
137
+ ._Input-input_1xuyz_45:focus {
138
138
  border-color: var(--credbuild-color-grey-05);
139
139
  outline: 2px solid var(--credbuild-color-azure-05);
140
140
  transition: none;
141
141
  }
142
- ._Input--readOnly_amigi_101 > ._Input-input_amigi_45,
143
- ._Input--readOnly_amigi_101 > select._Input-input_amigi_45 {
142
+ ._Input--readOnly_1xuyz_101 > ._Input-input_1xuyz_45,
143
+ ._Input--readOnly_1xuyz_101 > select._Input-input_1xuyz_45 {
144
144
  background-color: var(--credbuild-color-grey-11);
145
145
  border-color: var(--credbuild-color-grey-09);
146
146
  color: var(--credbuild-color-grey-04);
@@ -149,34 +149,34 @@ select._Input-input_amigi_45:dir(rtl) {
149
149
  outline: 0;
150
150
  transition: none;
151
151
  }
152
- ._Input-radioGroupItems_amigi_112 {
152
+ ._Input-radioGroupItems_1xuyz_112 {
153
153
  display: flex;
154
154
  border: 1px solid var(--credbuild-color-grey-09);
155
155
  border-radius: 4px;
156
156
  flex-wrap: wrap;
157
157
  }
158
- ._Input-radio_amigi_112 {
158
+ ._Input-radio_1xuyz_112 {
159
159
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
160
160
  flex-grow: 1;
161
161
  }
162
- ._Input-radio_amigi_112:first-of-type {
162
+ ._Input-radio_1xuyz_112:first-of-type {
163
163
  border-bottom-left-radius: 4px;
164
164
  border-top-left-radius: 4px;
165
165
  }
166
- ._Input-radio_amigi_112:first-of-type ._Input-radioInner_amigi_129 {
166
+ ._Input-radio_1xuyz_112:first-of-type ._Input-radioInner_1xuyz_129 {
167
167
  border-bottom-left-radius: 3px;
168
168
  border-top-left-radius: 3px;
169
169
  }
170
- ._Input-radio_amigi_112:last-of-type {
170
+ ._Input-radio_1xuyz_112:last-of-type {
171
171
  border-bottom-right-radius: 4px;
172
172
  border-inline-end: 0;
173
173
  border-top-right-radius: 4px;
174
174
  }
175
- ._Input-radio_amigi_112:last-of-type ._Input-radioInner_amigi_129 {
175
+ ._Input-radio_1xuyz_112:last-of-type ._Input-radioInner_1xuyz_129 {
176
176
  border-bottom-right-radius: 3px;
177
177
  border-top-right-radius: 3px;
178
178
  }
179
- ._Input-radioInner_amigi_129 {
179
+ ._Input-radioInner_1xuyz_129 {
180
180
  background-color: var(--credbuild-color-white);
181
181
  color: var(--credbuild-color-grey-04);
182
182
  cursor: pointer;
@@ -185,32 +185,32 @@ select._Input-input_amigi_45:dir(rtl) {
185
185
  text-align: center;
186
186
  transition: background-color 50ms ease-in;
187
187
  }
188
- ._Input-radio_amigi_112:has(:focus-visible) {
188
+ ._Input-radio_1xuyz_112:has(:focus-visible) {
189
189
  outline: 2px solid var(--credbuild-color-azure-05);
190
190
  outline-offset: 2px;
191
191
  position: relative;
192
192
  }
193
193
  @media (hover: hover) and (pointer: fine) {
194
- ._Input-radioInner_amigi_129:hover {
194
+ ._Input-radioInner_1xuyz_129:hover {
195
195
  background-color: var(--credbuild-color-azure-12);
196
196
  transition: none;
197
197
  }
198
198
  }
199
- ._Input--readOnly_amigi_101 ._Input-radioInner_amigi_129 {
199
+ ._Input--readOnly_1xuyz_101 ._Input-radioInner_1xuyz_129 {
200
200
  background-color: var(--credbuild-color-white);
201
201
  color: var(--credbuild-color-grey-04);
202
202
  cursor: default;
203
203
  }
204
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
204
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
205
205
  background-color: var(--credbuild-color-azure-11);
206
206
  color: var(--credbuild-color-azure-04);
207
207
  font-weight: 500;
208
208
  }
209
- ._Input--readOnly_amigi_101 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
209
+ ._Input--readOnly_1xuyz_101 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
210
210
  background-color: var(--credbuild-color-grey-11);
211
211
  color: var(--credbuild-color-grey-04);
212
212
  }
213
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174 {
213
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174 {
214
214
  clip: rect(0 0 0 0);
215
215
  clip-path: inset(100%);
216
216
  height: 1px;
@@ -219,7 +219,7 @@ select._Input-input_amigi_45:dir(rtl) {
219
219
  white-space: nowrap;
220
220
  width: 1px;
221
221
  }
222
- textarea._Input-input_amigi_45 {
222
+ textarea._Input-input_1xuyz_45 {
223
223
  margin-bottom: -4px;
224
224
  }
225
225
 
@@ -3,7 +3,7 @@ import {
3
3
  getDeep,
4
4
  useFieldStoreApi,
5
5
  useNestedFieldContext
6
- } from "./chunk-AHT2WTZ7.mjs";
6
+ } from "./chunk-XQ5K5BWA.mjs";
7
7
  import {
8
8
  ChevronDown,
9
9
  ChevronRight,
@@ -15,7 +15,7 @@ import {
15
15
  } from "./chunk-BFHV72KK.mjs";
16
16
 
17
17
  // css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css#css-module
18
- var styles_module_default = { "ObjectField": "_ObjectField_1n2lh_1", "ObjectField--isOpen": "_ObjectField--isOpen_1n2lh_10", "ObjectField-content": "_ObjectField-content_1n2lh_14", "ObjectField-fieldset": "_ObjectField-fieldset_1n2lh_18", "ObjectField-header": "_ObjectField-header_1n2lh_30", "ObjectField-headerIcon": "_ObjectField-headerIcon_1n2lh_54" };
18
+ var styles_module_default = { "ObjectField": "_ObjectField_7axeg_1", "ObjectField--isOpen": "_ObjectField--isOpen_7axeg_10", "ObjectField-content": "_ObjectField-content_7axeg_14", "ObjectField-fieldset": "_ObjectField-fieldset_7axeg_18", "ObjectField-header": "_ObjectField-header_7axeg_30", "ObjectField-headerIcon": "_ObjectField-headerIcon_7axeg_54" };
19
19
 
20
20
  // components/AutoField/fields/ObjectField/index.tsx
21
21
  import { useState } from "react";
@@ -7,7 +7,7 @@ import {
7
7
  createDynamicCollisionDetector,
8
8
  setDeep,
9
9
  useSensors
10
- } from "./chunk-FBNOHTBJ.mjs";
10
+ } from "./chunk-VZMLLRBL.mjs";
11
11
  import {
12
12
  AutoFieldPrivate,
13
13
  Button,
@@ -16,7 +16,7 @@ import {
16
16
  fieldContextStore,
17
17
  useContextStore,
18
18
  useSafeId
19
- } from "./chunk-AHT2WTZ7.mjs";
19
+ } from "./chunk-XQ5K5BWA.mjs";
20
20
  import {
21
21
  RichTextRenderFallback,
22
22
  SlotRender,
@@ -3647,7 +3647,7 @@ var Breadcrumbs = ({
3647
3647
  };
3648
3648
 
3649
3649
  // css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css#css-module
3650
- var styles_module_default10 = { "CredBuildFields": "_CredBuildFields_slc6y_1", "CredBuildFields--isLoading": "_CredBuildFields--isLoading_slc6y_6", "CredBuildFields-loadingOverlay": "_CredBuildFields-loadingOverlay_slc6y_10", "CredBuildFields-loadingOverlayInner": "_CredBuildFields-loadingOverlayInner_slc6y_25", "CredBuildFields-field": "_CredBuildFields-field_slc6y_32", "CredBuildFields--wrapFields": "_CredBuildFields--wrapFields_slc6y_36" };
3650
+ var styles_module_default10 = { "CredBuildFields": "_CredBuildFields_53gu7_1", "CredBuildFields--isLoading": "_CredBuildFields--isLoading_53gu7_6", "CredBuildFields-loadingOverlay": "_CredBuildFields-loadingOverlay_53gu7_10", "CredBuildFields-loadingOverlayInner": "_CredBuildFields-loadingOverlayInner_53gu7_25", "CredBuildFields-field": "_CredBuildFields-field_53gu7_32", "CredBuildFields--wrapFields": "_CredBuildFields--wrapFields_53gu7_36" };
3651
3651
 
3652
3652
  // components/CredBuild/components/Fields/index.tsx
3653
3653
  import {
@@ -4,7 +4,7 @@ import {
4
4
  useFieldStore,
5
5
  useFieldStoreApi,
6
6
  useNestedFieldContext
7
- } from "./chunk-AHT2WTZ7.mjs";
7
+ } from "./chunk-XQ5K5BWA.mjs";
8
8
  import {
9
9
  IconButton
10
10
  } from "./chunk-5JSNFZKX.mjs";
@@ -75,7 +75,7 @@ function useFieldStore(selector) {
75
75
  }
76
76
 
77
77
  // css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css#css-module
78
- var styles_module_default = { "InputWrapper": "_InputWrapper_amigi_1", "InputWrapper--object": "_InputWrapper--object_amigi_1", "InputWrapper--array": "_InputWrapper--array_amigi_1", "Input-label": "_Input-label_amigi_18", "Input-label--noChildren": "_Input-label--noChildren_amigi_29", "Input-labelIcon": "_Input-labelIcon_amigi_33", "Input-disabledIcon": "_Input-disabledIcon_amigi_40", "Input-input": "_Input-input_amigi_45", "Input": "_Input_amigi_1", "Input--readOnly": "_Input--readOnly_amigi_101", "Input-radioGroupItems": "_Input-radioGroupItems_amigi_112", "Input-radio": "_Input-radio_amigi_112", "Input-radioInner": "_Input-radioInner_amigi_129", "Input-radioInput": "_Input-radioInput_amigi_174" };
78
+ var styles_module_default = { "InputWrapper": "_InputWrapper_1xuyz_1", "InputWrapper--object": "_InputWrapper--object_1xuyz_1", "InputWrapper--array": "_InputWrapper--array_1xuyz_1", "Input-label": "_Input-label_1xuyz_18", "Input-label--noChildren": "_Input-label--noChildren_1xuyz_29", "Input-labelIcon": "_Input-labelIcon_1xuyz_33", "Input-disabledIcon": "_Input-disabledIcon_1xuyz_40", "Input-input": "_Input-input_1xuyz_45", "Input": "_Input_1xuyz_1", "Input--readOnly": "_Input--readOnly_1xuyz_101", "Input-radioGroupItems": "_Input-radioGroupItems_1xuyz_112", "Input-radio": "_Input-radio_1xuyz_112", "Input-radioInner": "_Input-radioInner_1xuyz_129", "Input-radioInput": "_Input-radioInput_1xuyz_174" };
79
79
 
80
80
  // components/AutoField/FieldLabel.tsx
81
81
  import { useMemo } from "react";
@@ -994,8 +994,8 @@ var RichtextField = ({
994
994
 
995
995
  // components/AutoField/AutoFieldInternal.tsx
996
996
  import { jsx as jsx16 } from "react/jsx-runtime";
997
- var ArrayField = lazy2(() => import("./ArrayField-PHJW2CFO.mjs").then((m) => ({ default: m.ArrayField })));
998
- var ObjectField = lazy2(() => import("./ObjectField-XOHBV56M.mjs").then((m) => ({ default: m.ObjectField })));
997
+ var ArrayField = lazy2(() => import("./ArrayField-OPQ2CJX7.mjs").then((m) => ({ default: m.ArrayField })));
998
+ var ObjectField = lazy2(() => import("./ObjectField-ITKHRUX2.mjs").then((m) => ({ default: m.ObjectField })));
999
999
  var getClassNameWrapper2 = get_class_name_factory_default("InputWrapper", styles_module_default);
1000
1000
  var defaultFields = {
1001
1001
  array: ArrayField,