@crediblemark/build 0.24.6 → 0.24.7

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,7 +1,7 @@
1
1
  import {
2
2
  ArrayField
3
- } from "./chunk-QBCQ7LDT.mjs";
4
- import "./chunk-WDTSUNWU.mjs";
3
+ } from "./chunk-N2NNRJDJ.mjs";
4
+ import "./chunk-QV6ANL5D.mjs";
5
5
  import "./chunk-WH3A7FAR.mjs";
6
6
  import "./chunk-AL77I3BV.mjs";
7
7
  import "./chunk-5JSNFZKX.mjs";
@@ -258,31 +258,31 @@
258
258
  }
259
259
 
260
260
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
261
- ._InputWrapper_1mz7o_1 + ._InputWrapper_1mz7o_1 {
262
- margin-top: 12px;
261
+ ._InputWrapper_1bq9u_1 + ._InputWrapper_1bq9u_1 {
262
+ margin-top: 5px;
263
263
  }
264
- ._Input-label_1mz7o_5 {
264
+ ._Input-label_1bq9u_5 {
265
265
  align-items: center;
266
266
  color: var(--credbuild-color-grey-04);
267
267
  display: flex;
268
- padding-bottom: 12px;
268
+ padding-bottom: 4px;
269
269
  font-size: var(--credbuild-font-size-xxs);
270
270
  font-weight: 600;
271
271
  }
272
- ._Input-label--noChildren_1mz7o_14 {
272
+ ._Input-label--noChildren_1bq9u_14 {
273
273
  padding-bottom: 0;
274
274
  }
275
- ._Input-labelIcon_1mz7o_18 {
275
+ ._Input-labelIcon_1bq9u_18 {
276
276
  color: var(--credbuild-color-grey-07);
277
277
  display: flex;
278
278
  margin-inline-end: 4px;
279
279
  padding-inline-start: 4px;
280
280
  }
281
- ._Input-disabledIcon_1mz7o_25 {
281
+ ._Input-disabledIcon_1bq9u_25 {
282
282
  color: var(--credbuild-color-grey-05);
283
283
  margin-inline-start: auto;
284
284
  }
285
- ._Input-input_1mz7o_30 {
285
+ ._Input-input_1bq9u_30 {
286
286
  background: var(--credbuild-color-white);
287
287
  border-width: 1px;
288
288
  border-style: solid;
@@ -291,17 +291,17 @@
291
291
  box-sizing: border-box;
292
292
  font-family: inherit;
293
293
  font-size: 16px;
294
- padding: 12px 15px;
294
+ padding: 6px 10px;
295
295
  transition: border-color 50ms ease-in;
296
296
  width: 100%;
297
297
  max-width: 100%;
298
298
  }
299
299
  @media (min-width: 458px) {
300
- ._Input-input_1mz7o_30 {
300
+ ._Input-input_1bq9u_30 {
301
301
  font-size: 14px;
302
302
  }
303
303
  }
304
- select._Input-input_1mz7o_30 {
304
+ select._Input-input_1bq9u_30 {
305
305
  appearance: none;
306
306
  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
307
  background-size: 12px;
@@ -310,29 +310,29 @@ select._Input-input_1mz7o_30 {
310
310
  background-color: var(--credbuild-color-white);
311
311
  cursor: pointer;
312
312
  }
313
- select._Input-input_1mz7o_30:dir(rtl) {
313
+ select._Input-input_1bq9u_30:dir(rtl) {
314
314
  background-position: 12px calc(50% + 3px);
315
315
  }
316
316
  @media (hover: hover) and (pointer: fine) {
317
- ._Input_1mz7o_1:has(> input):hover ._Input-input_1mz7o_30:not([readonly]),
318
- ._Input_1mz7o_1:has(> textarea):hover ._Input-input_1mz7o_30:not([readonly]) {
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]) {
319
319
  border-color: var(--credbuild-color-grey-05);
320
320
  transition: none;
321
321
  }
322
- ._Input_1mz7o_1:has(> select):hover ._Input-input_1mz7o_30:not([disabled]) {
322
+ ._Input_1bq9u_1:has(> select):hover ._Input-input_1bq9u_30:not([disabled]) {
323
323
  background-color: var(--credbuild-color-azure-12);
324
324
  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
325
  border-color: var(--credbuild-color-grey-05);
326
326
  transition: none;
327
327
  }
328
328
  }
329
- ._Input-input_1mz7o_30:focus {
329
+ ._Input-input_1bq9u_30:focus {
330
330
  border-color: var(--credbuild-color-grey-05);
331
331
  outline: 2px solid var(--credbuild-color-azure-05);
332
332
  transition: none;
333
333
  }
334
- ._Input--readOnly_1mz7o_86 > ._Input-input_1mz7o_30,
335
- ._Input--readOnly_1mz7o_86 > select._Input-input_1mz7o_30 {
334
+ ._Input--readOnly_1bq9u_86 > ._Input-input_1bq9u_30,
335
+ ._Input--readOnly_1bq9u_86 > select._Input-input_1bq9u_30 {
336
336
  background-color: var(--credbuild-color-grey-11);
337
337
  border-color: var(--credbuild-color-grey-09);
338
338
  color: var(--credbuild-color-grey-04);
@@ -341,34 +341,34 @@ select._Input-input_1mz7o_30:dir(rtl) {
341
341
  outline: 0;
342
342
  transition: none;
343
343
  }
344
- ._Input-radioGroupItems_1mz7o_97 {
344
+ ._Input-radioGroupItems_1bq9u_97 {
345
345
  display: flex;
346
346
  border: 1px solid var(--credbuild-color-grey-09);
347
347
  border-radius: 4px;
348
348
  flex-wrap: wrap;
349
349
  }
350
- ._Input-radio_1mz7o_97 {
350
+ ._Input-radio_1bq9u_97 {
351
351
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
352
352
  flex-grow: 1;
353
353
  }
354
- ._Input-radio_1mz7o_97:first-of-type {
354
+ ._Input-radio_1bq9u_97:first-of-type {
355
355
  border-bottom-left-radius: 4px;
356
356
  border-top-left-radius: 4px;
357
357
  }
358
- ._Input-radio_1mz7o_97:first-of-type ._Input-radioInner_1mz7o_114 {
358
+ ._Input-radio_1bq9u_97:first-of-type ._Input-radioInner_1bq9u_114 {
359
359
  border-bottom-left-radius: 3px;
360
360
  border-top-left-radius: 3px;
361
361
  }
362
- ._Input-radio_1mz7o_97:last-of-type {
362
+ ._Input-radio_1bq9u_97:last-of-type {
363
363
  border-bottom-right-radius: 4px;
364
364
  border-inline-end: 0;
365
365
  border-top-right-radius: 4px;
366
366
  }
367
- ._Input-radio_1mz7o_97:last-of-type ._Input-radioInner_1mz7o_114 {
367
+ ._Input-radio_1bq9u_97:last-of-type ._Input-radioInner_1bq9u_114 {
368
368
  border-bottom-right-radius: 3px;
369
369
  border-top-right-radius: 3px;
370
370
  }
371
- ._Input-radioInner_1mz7o_114 {
371
+ ._Input-radioInner_1bq9u_114 {
372
372
  background-color: var(--credbuild-color-white);
373
373
  color: var(--credbuild-color-grey-04);
374
374
  cursor: pointer;
@@ -377,32 +377,32 @@ select._Input-input_1mz7o_30:dir(rtl) {
377
377
  text-align: center;
378
378
  transition: background-color 50ms ease-in;
379
379
  }
380
- ._Input-radio_1mz7o_97:has(:focus-visible) {
380
+ ._Input-radio_1bq9u_97:has(:focus-visible) {
381
381
  outline: 2px solid var(--credbuild-color-azure-05);
382
382
  outline-offset: 2px;
383
383
  position: relative;
384
384
  }
385
385
  @media (hover: hover) and (pointer: fine) {
386
- ._Input-radioInner_1mz7o_114:hover {
386
+ ._Input-radioInner_1bq9u_114:hover {
387
387
  background-color: var(--credbuild-color-azure-12);
388
388
  transition: none;
389
389
  }
390
390
  }
391
- ._Input--readOnly_1mz7o_86 ._Input-radioInner_1mz7o_114 {
391
+ ._Input--readOnly_1bq9u_86 ._Input-radioInner_1bq9u_114 {
392
392
  background-color: var(--credbuild-color-white);
393
393
  color: var(--credbuild-color-grey-04);
394
394
  cursor: default;
395
395
  }
396
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
396
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
397
397
  background-color: var(--credbuild-color-azure-11);
398
398
  color: var(--credbuild-color-azure-04);
399
399
  font-weight: 500;
400
400
  }
401
- ._Input--readOnly_1mz7o_86 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
401
+ ._Input--readOnly_1bq9u_86 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
402
402
  background-color: var(--credbuild-color-grey-11);
403
403
  color: var(--credbuild-color-grey-04);
404
404
  }
405
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159 {
405
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159 {
406
406
  clip: rect(0 0 0 0);
407
407
  clip-path: inset(100%);
408
408
  height: 1px;
@@ -411,7 +411,7 @@ select._Input-input_1mz7o_30:dir(rtl) {
411
411
  white-space: nowrap;
412
412
  width: 1px;
413
413
  }
414
- textarea._Input-input_1mz7o_30 {
414
+ textarea._Input-input_1bq9u_30 {
415
415
  margin-bottom: -4px;
416
416
  }
417
417
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ObjectField
3
- } from "./chunk-TE6MUUVZ.mjs";
4
- import "./chunk-WDTSUNWU.mjs";
3
+ } from "./chunk-7EY2S46B.mjs";
4
+ import "./chunk-QV6ANL5D.mjs";
5
5
  import "./chunk-WH3A7FAR.mjs";
6
6
  import "./chunk-AL77I3BV.mjs";
7
7
  import "./chunk-5JSNFZKX.mjs";
@@ -28,31 +28,31 @@
28
28
  }
29
29
 
30
30
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
31
- ._InputWrapper_1mz7o_1 + ._InputWrapper_1mz7o_1 {
32
- margin-top: 12px;
31
+ ._InputWrapper_1bq9u_1 + ._InputWrapper_1bq9u_1 {
32
+ margin-top: 5px;
33
33
  }
34
- ._Input-label_1mz7o_5 {
34
+ ._Input-label_1bq9u_5 {
35
35
  align-items: center;
36
36
  color: var(--credbuild-color-grey-04);
37
37
  display: flex;
38
- padding-bottom: 12px;
38
+ padding-bottom: 4px;
39
39
  font-size: var(--credbuild-font-size-xxs);
40
40
  font-weight: 600;
41
41
  }
42
- ._Input-label--noChildren_1mz7o_14 {
42
+ ._Input-label--noChildren_1bq9u_14 {
43
43
  padding-bottom: 0;
44
44
  }
45
- ._Input-labelIcon_1mz7o_18 {
45
+ ._Input-labelIcon_1bq9u_18 {
46
46
  color: var(--credbuild-color-grey-07);
47
47
  display: flex;
48
48
  margin-inline-end: 4px;
49
49
  padding-inline-start: 4px;
50
50
  }
51
- ._Input-disabledIcon_1mz7o_25 {
51
+ ._Input-disabledIcon_1bq9u_25 {
52
52
  color: var(--credbuild-color-grey-05);
53
53
  margin-inline-start: auto;
54
54
  }
55
- ._Input-input_1mz7o_30 {
55
+ ._Input-input_1bq9u_30 {
56
56
  background: var(--credbuild-color-white);
57
57
  border-width: 1px;
58
58
  border-style: solid;
@@ -61,17 +61,17 @@
61
61
  box-sizing: border-box;
62
62
  font-family: inherit;
63
63
  font-size: 16px;
64
- padding: 12px 15px;
64
+ padding: 6px 10px;
65
65
  transition: border-color 50ms ease-in;
66
66
  width: 100%;
67
67
  max-width: 100%;
68
68
  }
69
69
  @media (min-width: 458px) {
70
- ._Input-input_1mz7o_30 {
70
+ ._Input-input_1bq9u_30 {
71
71
  font-size: 14px;
72
72
  }
73
73
  }
74
- select._Input-input_1mz7o_30 {
74
+ select._Input-input_1bq9u_30 {
75
75
  appearance: none;
76
76
  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;
77
77
  background-size: 12px;
@@ -80,29 +80,29 @@ select._Input-input_1mz7o_30 {
80
80
  background-color: var(--credbuild-color-white);
81
81
  cursor: pointer;
82
82
  }
83
- select._Input-input_1mz7o_30:dir(rtl) {
83
+ select._Input-input_1bq9u_30:dir(rtl) {
84
84
  background-position: 12px calc(50% + 3px);
85
85
  }
86
86
  @media (hover: hover) and (pointer: fine) {
87
- ._Input_1mz7o_1:has(> input):hover ._Input-input_1mz7o_30:not([readonly]),
88
- ._Input_1mz7o_1:has(> textarea):hover ._Input-input_1mz7o_30:not([readonly]) {
87
+ ._Input_1bq9u_1:has(> input):hover ._Input-input_1bq9u_30:not([readonly]),
88
+ ._Input_1bq9u_1:has(> textarea):hover ._Input-input_1bq9u_30:not([readonly]) {
89
89
  border-color: var(--credbuild-color-grey-05);
90
90
  transition: none;
91
91
  }
92
- ._Input_1mz7o_1:has(> select):hover ._Input-input_1mz7o_30:not([disabled]) {
92
+ ._Input_1bq9u_1:has(> select):hover ._Input-input_1bq9u_30:not([disabled]) {
93
93
  background-color: var(--credbuild-color-azure-12);
94
94
  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>");
95
95
  border-color: var(--credbuild-color-grey-05);
96
96
  transition: none;
97
97
  }
98
98
  }
99
- ._Input-input_1mz7o_30:focus {
99
+ ._Input-input_1bq9u_30:focus {
100
100
  border-color: var(--credbuild-color-grey-05);
101
101
  outline: 2px solid var(--credbuild-color-azure-05);
102
102
  transition: none;
103
103
  }
104
- ._Input--readOnly_1mz7o_86 > ._Input-input_1mz7o_30,
105
- ._Input--readOnly_1mz7o_86 > select._Input-input_1mz7o_30 {
104
+ ._Input--readOnly_1bq9u_86 > ._Input-input_1bq9u_30,
105
+ ._Input--readOnly_1bq9u_86 > select._Input-input_1bq9u_30 {
106
106
  background-color: var(--credbuild-color-grey-11);
107
107
  border-color: var(--credbuild-color-grey-09);
108
108
  color: var(--credbuild-color-grey-04);
@@ -111,34 +111,34 @@ select._Input-input_1mz7o_30:dir(rtl) {
111
111
  outline: 0;
112
112
  transition: none;
113
113
  }
114
- ._Input-radioGroupItems_1mz7o_97 {
114
+ ._Input-radioGroupItems_1bq9u_97 {
115
115
  display: flex;
116
116
  border: 1px solid var(--credbuild-color-grey-09);
117
117
  border-radius: 4px;
118
118
  flex-wrap: wrap;
119
119
  }
120
- ._Input-radio_1mz7o_97 {
120
+ ._Input-radio_1bq9u_97 {
121
121
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
122
122
  flex-grow: 1;
123
123
  }
124
- ._Input-radio_1mz7o_97:first-of-type {
124
+ ._Input-radio_1bq9u_97:first-of-type {
125
125
  border-bottom-left-radius: 4px;
126
126
  border-top-left-radius: 4px;
127
127
  }
128
- ._Input-radio_1mz7o_97:first-of-type ._Input-radioInner_1mz7o_114 {
128
+ ._Input-radio_1bq9u_97:first-of-type ._Input-radioInner_1bq9u_114 {
129
129
  border-bottom-left-radius: 3px;
130
130
  border-top-left-radius: 3px;
131
131
  }
132
- ._Input-radio_1mz7o_97:last-of-type {
132
+ ._Input-radio_1bq9u_97:last-of-type {
133
133
  border-bottom-right-radius: 4px;
134
134
  border-inline-end: 0;
135
135
  border-top-right-radius: 4px;
136
136
  }
137
- ._Input-radio_1mz7o_97:last-of-type ._Input-radioInner_1mz7o_114 {
137
+ ._Input-radio_1bq9u_97:last-of-type ._Input-radioInner_1bq9u_114 {
138
138
  border-bottom-right-radius: 3px;
139
139
  border-top-right-radius: 3px;
140
140
  }
141
- ._Input-radioInner_1mz7o_114 {
141
+ ._Input-radioInner_1bq9u_114 {
142
142
  background-color: var(--credbuild-color-white);
143
143
  color: var(--credbuild-color-grey-04);
144
144
  cursor: pointer;
@@ -147,32 +147,32 @@ select._Input-input_1mz7o_30:dir(rtl) {
147
147
  text-align: center;
148
148
  transition: background-color 50ms ease-in;
149
149
  }
150
- ._Input-radio_1mz7o_97:has(:focus-visible) {
150
+ ._Input-radio_1bq9u_97:has(:focus-visible) {
151
151
  outline: 2px solid var(--credbuild-color-azure-05);
152
152
  outline-offset: 2px;
153
153
  position: relative;
154
154
  }
155
155
  @media (hover: hover) and (pointer: fine) {
156
- ._Input-radioInner_1mz7o_114:hover {
156
+ ._Input-radioInner_1bq9u_114:hover {
157
157
  background-color: var(--credbuild-color-azure-12);
158
158
  transition: none;
159
159
  }
160
160
  }
161
- ._Input--readOnly_1mz7o_86 ._Input-radioInner_1mz7o_114 {
161
+ ._Input--readOnly_1bq9u_86 ._Input-radioInner_1bq9u_114 {
162
162
  background-color: var(--credbuild-color-white);
163
163
  color: var(--credbuild-color-grey-04);
164
164
  cursor: default;
165
165
  }
166
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
166
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
167
167
  background-color: var(--credbuild-color-azure-11);
168
168
  color: var(--credbuild-color-azure-04);
169
169
  font-weight: 500;
170
170
  }
171
- ._Input--readOnly_1mz7o_86 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
171
+ ._Input--readOnly_1bq9u_86 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
172
172
  background-color: var(--credbuild-color-grey-11);
173
173
  color: var(--credbuild-color-grey-04);
174
174
  }
175
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159 {
175
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159 {
176
176
  clip: rect(0 0 0 0);
177
177
  clip-path: inset(100%);
178
178
  height: 1px;
@@ -181,7 +181,7 @@ select._Input-input_1mz7o_30:dir(rtl) {
181
181
  white-space: nowrap;
182
182
  width: 1px;
183
183
  }
184
- textarea._Input-input_1mz7o_30 {
184
+ textarea._Input-input_1bq9u_30 {
185
185
  margin-bottom: -4px;
186
186
  }
187
187
 
@@ -3,7 +3,7 @@ import {
3
3
  getDeep,
4
4
  useFieldStoreApi,
5
5
  useNestedFieldContext
6
- } from "./chunk-WDTSUNWU.mjs";
6
+ } from "./chunk-QV6ANL5D.mjs";
7
7
  import {
8
8
  ChevronDown,
9
9
  ChevronRight,
@@ -4,7 +4,7 @@ import {
4
4
  useFieldStore,
5
5
  useFieldStoreApi,
6
6
  useNestedFieldContext
7
- } from "./chunk-WDTSUNWU.mjs";
7
+ } from "./chunk-QV6ANL5D.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_1mz7o_1", "Input-label": "_Input-label_1mz7o_5", "Input-label--noChildren": "_Input-label--noChildren_1mz7o_14", "Input-labelIcon": "_Input-labelIcon_1mz7o_18", "Input-disabledIcon": "_Input-disabledIcon_1mz7o_25", "Input-input": "_Input-input_1mz7o_30", "Input": "_Input_1mz7o_1", "Input--readOnly": "_Input--readOnly_1mz7o_86", "Input-radioGroupItems": "_Input-radioGroupItems_1mz7o_97", "Input-radio": "_Input-radio_1mz7o_97", "Input-radioInner": "_Input-radioInner_1mz7o_114", "Input-radioInput": "_Input-radioInput_1mz7o_159" };
78
+ var styles_module_default = { "InputWrapper": "_InputWrapper_1bq9u_1", "Input-label": "_Input-label_1bq9u_5", "Input-label--noChildren": "_Input-label--noChildren_1bq9u_14", "Input-labelIcon": "_Input-labelIcon_1bq9u_18", "Input-disabledIcon": "_Input-disabledIcon_1bq9u_25", "Input-input": "_Input-input_1bq9u_30", "Input": "_Input_1bq9u_1", "Input--readOnly": "_Input--readOnly_1bq9u_86", "Input-radioGroupItems": "_Input-radioGroupItems_1bq9u_97", "Input-radio": "_Input-radio_1bq9u_97", "Input-radioInner": "_Input-radioInner_1bq9u_114", "Input-radioInput": "_Input-radioInput_1bq9u_159" };
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-2QLVE7PT.mjs").then((m) => ({ default: m.ArrayField })));
998
- var ObjectField = lazy2(() => import("./ObjectField-XXOU2VP4.mjs").then((m) => ({ default: m.ObjectField })));
997
+ var ArrayField = lazy2(() => import("./ArrayField-2HGRARI2.mjs").then((m) => ({ default: m.ArrayField })));
998
+ var ObjectField = lazy2(() => import("./ObjectField-2JSLQM7O.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,
@@ -7,7 +7,7 @@ import {
7
7
  createDynamicCollisionDetector,
8
8
  setDeep,
9
9
  useSensors
10
- } from "./chunk-QBCQ7LDT.mjs";
10
+ } from "./chunk-N2NNRJDJ.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-WDTSUNWU.mjs";
19
+ } from "./chunk-QV6ANL5D.mjs";
20
20
  import {
21
21
  RichTextRenderFallback,
22
22
  SlotRender,
@@ -5714,7 +5714,7 @@ var HeaderInner = ({
5714
5714
  var Header = memo6(HeaderInner);
5715
5715
 
5716
5716
  // css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css#css-module
5717
- var styles_module_default17 = { "SidebarSection": "_SidebarSection_1oj6d_1", "SidebarSection-title": "_SidebarSection-title_1oj6d_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_1oj6d_38", "SidebarSection-content": "_SidebarSection-content_1oj6d_42", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_1oj6d_51", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_1oj6d_80", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_1oj6d_51", "SidebarSection-heading": "_SidebarSection-heading_1oj6d_92", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_1oj6d_96" };
5717
+ var styles_module_default17 = { "SidebarSection": "_SidebarSection_17qyf_1", "SidebarSection-title": "_SidebarSection-title_17qyf_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_17qyf_38", "SidebarSection-content": "_SidebarSection-content_17qyf_42", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_17qyf_51", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_17qyf_80", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_17qyf_51", "SidebarSection-heading": "_SidebarSection-heading_17qyf_92", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_17qyf_96" };
5718
5718
 
5719
5719
  // components/SidebarSection/index.tsx
5720
5720
  import { jsx as jsx34, jsxs as jsxs15 } from "react/jsx-runtime";
package/dist/index.css CHANGED
@@ -477,31 +477,31 @@
477
477
  }
478
478
 
479
479
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
480
- ._InputWrapper_1mz7o_1 + ._InputWrapper_1mz7o_1 {
481
- margin-top: 12px;
480
+ ._InputWrapper_1bq9u_1 + ._InputWrapper_1bq9u_1 {
481
+ margin-top: 5px;
482
482
  }
483
- ._Input-label_1mz7o_5 {
483
+ ._Input-label_1bq9u_5 {
484
484
  align-items: center;
485
485
  color: var(--credbuild-color-grey-04);
486
486
  display: flex;
487
- padding-bottom: 12px;
487
+ padding-bottom: 4px;
488
488
  font-size: var(--credbuild-font-size-xxs);
489
489
  font-weight: 600;
490
490
  }
491
- ._Input-label--noChildren_1mz7o_14 {
491
+ ._Input-label--noChildren_1bq9u_14 {
492
492
  padding-bottom: 0;
493
493
  }
494
- ._Input-labelIcon_1mz7o_18 {
494
+ ._Input-labelIcon_1bq9u_18 {
495
495
  color: var(--credbuild-color-grey-07);
496
496
  display: flex;
497
497
  margin-inline-end: 4px;
498
498
  padding-inline-start: 4px;
499
499
  }
500
- ._Input-disabledIcon_1mz7o_25 {
500
+ ._Input-disabledIcon_1bq9u_25 {
501
501
  color: var(--credbuild-color-grey-05);
502
502
  margin-inline-start: auto;
503
503
  }
504
- ._Input-input_1mz7o_30 {
504
+ ._Input-input_1bq9u_30 {
505
505
  background: var(--credbuild-color-white);
506
506
  border-width: 1px;
507
507
  border-style: solid;
@@ -510,17 +510,17 @@
510
510
  box-sizing: border-box;
511
511
  font-family: inherit;
512
512
  font-size: 16px;
513
- padding: 12px 15px;
513
+ padding: 6px 10px;
514
514
  transition: border-color 50ms ease-in;
515
515
  width: 100%;
516
516
  max-width: 100%;
517
517
  }
518
518
  @media (min-width: 458px) {
519
- ._Input-input_1mz7o_30 {
519
+ ._Input-input_1bq9u_30 {
520
520
  font-size: 14px;
521
521
  }
522
522
  }
523
- select._Input-input_1mz7o_30 {
523
+ select._Input-input_1bq9u_30 {
524
524
  appearance: none;
525
525
  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;
526
526
  background-size: 12px;
@@ -529,29 +529,29 @@ select._Input-input_1mz7o_30 {
529
529
  background-color: var(--credbuild-color-white);
530
530
  cursor: pointer;
531
531
  }
532
- select._Input-input_1mz7o_30:dir(rtl) {
532
+ select._Input-input_1bq9u_30:dir(rtl) {
533
533
  background-position: 12px calc(50% + 3px);
534
534
  }
535
535
  @media (hover: hover) and (pointer: fine) {
536
- ._Input_1mz7o_1:has(> input):hover ._Input-input_1mz7o_30:not([readonly]),
537
- ._Input_1mz7o_1:has(> textarea):hover ._Input-input_1mz7o_30:not([readonly]) {
536
+ ._Input_1bq9u_1:has(> input):hover ._Input-input_1bq9u_30:not([readonly]),
537
+ ._Input_1bq9u_1:has(> textarea):hover ._Input-input_1bq9u_30:not([readonly]) {
538
538
  border-color: var(--credbuild-color-grey-05);
539
539
  transition: none;
540
540
  }
541
- ._Input_1mz7o_1:has(> select):hover ._Input-input_1mz7o_30:not([disabled]) {
541
+ ._Input_1bq9u_1:has(> select):hover ._Input-input_1bq9u_30:not([disabled]) {
542
542
  background-color: var(--credbuild-color-azure-12);
543
543
  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>");
544
544
  border-color: var(--credbuild-color-grey-05);
545
545
  transition: none;
546
546
  }
547
547
  }
548
- ._Input-input_1mz7o_30:focus {
548
+ ._Input-input_1bq9u_30:focus {
549
549
  border-color: var(--credbuild-color-grey-05);
550
550
  outline: 2px solid var(--credbuild-color-azure-05);
551
551
  transition: none;
552
552
  }
553
- ._Input--readOnly_1mz7o_86 > ._Input-input_1mz7o_30,
554
- ._Input--readOnly_1mz7o_86 > select._Input-input_1mz7o_30 {
553
+ ._Input--readOnly_1bq9u_86 > ._Input-input_1bq9u_30,
554
+ ._Input--readOnly_1bq9u_86 > select._Input-input_1bq9u_30 {
555
555
  background-color: var(--credbuild-color-grey-11);
556
556
  border-color: var(--credbuild-color-grey-09);
557
557
  color: var(--credbuild-color-grey-04);
@@ -560,34 +560,34 @@ select._Input-input_1mz7o_30:dir(rtl) {
560
560
  outline: 0;
561
561
  transition: none;
562
562
  }
563
- ._Input-radioGroupItems_1mz7o_97 {
563
+ ._Input-radioGroupItems_1bq9u_97 {
564
564
  display: flex;
565
565
  border: 1px solid var(--credbuild-color-grey-09);
566
566
  border-radius: 4px;
567
567
  flex-wrap: wrap;
568
568
  }
569
- ._Input-radio_1mz7o_97 {
569
+ ._Input-radio_1bq9u_97 {
570
570
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
571
571
  flex-grow: 1;
572
572
  }
573
- ._Input-radio_1mz7o_97:first-of-type {
573
+ ._Input-radio_1bq9u_97:first-of-type {
574
574
  border-bottom-left-radius: 4px;
575
575
  border-top-left-radius: 4px;
576
576
  }
577
- ._Input-radio_1mz7o_97:first-of-type ._Input-radioInner_1mz7o_114 {
577
+ ._Input-radio_1bq9u_97:first-of-type ._Input-radioInner_1bq9u_114 {
578
578
  border-bottom-left-radius: 3px;
579
579
  border-top-left-radius: 3px;
580
580
  }
581
- ._Input-radio_1mz7o_97:last-of-type {
581
+ ._Input-radio_1bq9u_97:last-of-type {
582
582
  border-bottom-right-radius: 4px;
583
583
  border-inline-end: 0;
584
584
  border-top-right-radius: 4px;
585
585
  }
586
- ._Input-radio_1mz7o_97:last-of-type ._Input-radioInner_1mz7o_114 {
586
+ ._Input-radio_1bq9u_97:last-of-type ._Input-radioInner_1bq9u_114 {
587
587
  border-bottom-right-radius: 3px;
588
588
  border-top-right-radius: 3px;
589
589
  }
590
- ._Input-radioInner_1mz7o_114 {
590
+ ._Input-radioInner_1bq9u_114 {
591
591
  background-color: var(--credbuild-color-white);
592
592
  color: var(--credbuild-color-grey-04);
593
593
  cursor: pointer;
@@ -596,32 +596,32 @@ select._Input-input_1mz7o_30:dir(rtl) {
596
596
  text-align: center;
597
597
  transition: background-color 50ms ease-in;
598
598
  }
599
- ._Input-radio_1mz7o_97:has(:focus-visible) {
599
+ ._Input-radio_1bq9u_97:has(:focus-visible) {
600
600
  outline: 2px solid var(--credbuild-color-azure-05);
601
601
  outline-offset: 2px;
602
602
  position: relative;
603
603
  }
604
604
  @media (hover: hover) and (pointer: fine) {
605
- ._Input-radioInner_1mz7o_114:hover {
605
+ ._Input-radioInner_1bq9u_114:hover {
606
606
  background-color: var(--credbuild-color-azure-12);
607
607
  transition: none;
608
608
  }
609
609
  }
610
- ._Input--readOnly_1mz7o_86 ._Input-radioInner_1mz7o_114 {
610
+ ._Input--readOnly_1bq9u_86 ._Input-radioInner_1bq9u_114 {
611
611
  background-color: var(--credbuild-color-white);
612
612
  color: var(--credbuild-color-grey-04);
613
613
  cursor: default;
614
614
  }
615
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
615
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
616
616
  background-color: var(--credbuild-color-azure-11);
617
617
  color: var(--credbuild-color-azure-04);
618
618
  font-weight: 500;
619
619
  }
620
- ._Input--readOnly_1mz7o_86 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
620
+ ._Input--readOnly_1bq9u_86 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
621
621
  background-color: var(--credbuild-color-grey-11);
622
622
  color: var(--credbuild-color-grey-04);
623
623
  }
624
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159 {
624
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159 {
625
625
  clip: rect(0 0 0 0);
626
626
  clip-path: inset(100%);
627
627
  height: 1px;
@@ -630,7 +630,7 @@ select._Input-input_1mz7o_30:dir(rtl) {
630
630
  white-space: nowrap;
631
631
  width: 1px;
632
632
  }
633
- textarea._Input-input_1mz7o_30 {
633
+ textarea._Input-input_1bq9u_30 {
634
634
  margin-bottom: -4px;
635
635
  }
636
636
 
@@ -2410,18 +2410,18 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2410
2410
  }
2411
2411
 
2412
2412
  /* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
2413
- ._SidebarSection_1oj6d_1 {
2413
+ ._SidebarSection_17qyf_1 {
2414
2414
  display: flex;
2415
2415
  position: relative;
2416
2416
  flex-direction: column;
2417
2417
  color: var(--credbuild-color-black);
2418
2418
  }
2419
- ._SidebarSection_1oj6d_1:last-of-type {
2419
+ ._SidebarSection_17qyf_1:last-of-type {
2420
2420
  flex-grow: 1;
2421
2421
  }
2422
- ._SidebarSection-title_1oj6d_12 {
2422
+ ._SidebarSection-title_17qyf_12 {
2423
2423
  background: var(--credbuild-color-grey-11);
2424
- padding: 8px 16px;
2424
+ padding: 4px 10px;
2425
2425
  border-bottom: 1px solid var(--credbuild-color-grey-10);
2426
2426
  display: flex;
2427
2427
  align-items: center;
@@ -2430,11 +2430,11 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2430
2430
  user-select: none;
2431
2431
  transition: background 0.2s ease;
2432
2432
  }
2433
- ._SidebarSection-title_1oj6d_12:hover {
2433
+ ._SidebarSection-title_17qyf_12:hover {
2434
2434
  background: #f3f4f6;
2435
2435
  }
2436
- ._SidebarSection-title_1oj6d_12 h2,
2437
- ._SidebarSection-title_1oj6d_12 span {
2436
+ ._SidebarSection-title_17qyf_12 h2,
2437
+ ._SidebarSection-title_17qyf_12 span {
2438
2438
  font-size: 10px;
2439
2439
  text-transform: uppercase;
2440
2440
  letter-spacing: 0.1em;
@@ -2442,17 +2442,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2442
2442
  color: var(--credbuild-color-grey-05);
2443
2443
  margin: 0;
2444
2444
  }
2445
- ._SidebarSection--noBorderTop_1oj6d_38 > ._SidebarSection-title_1oj6d_12 {
2445
+ ._SidebarSection--noBorderTop_17qyf_38 > ._SidebarSection-title_17qyf_12 {
2446
2446
  border-top: 0px;
2447
2447
  }
2448
- ._SidebarSection-content_1oj6d_42:last-child {
2448
+ ._SidebarSection-content_17qyf_42:last-child {
2449
2449
  padding-bottom: 4px;
2450
2450
  }
2451
- ._SidebarSection_1oj6d_1:last-of-type ._SidebarSection-content_1oj6d_42 {
2451
+ ._SidebarSection_17qyf_1:last-of-type ._SidebarSection-content_17qyf_42 {
2452
2452
  border-bottom: none;
2453
2453
  flex-grow: 1;
2454
2454
  }
2455
- ._SidebarSection-breadcrumbLabel_1oj6d_51 {
2455
+ ._SidebarSection-breadcrumbLabel_17qyf_51 {
2456
2456
  background: none;
2457
2457
  border: 0;
2458
2458
  border-radius: 2px;
@@ -2463,34 +2463,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2463
2463
  padding: 0;
2464
2464
  transition: color 50ms ease-in;
2465
2465
  }
2466
- ._SidebarSection-breadcrumbLabel_1oj6d_51:focus-visible {
2466
+ ._SidebarSection-breadcrumbLabel_17qyf_51:focus-visible {
2467
2467
  outline: 2px solid var(--credbuild-color-azure-05);
2468
2468
  outline-offset: 2px;
2469
2469
  }
2470
2470
  @media (hover: hover) and (pointer: fine) {
2471
- ._SidebarSection-breadcrumbLabel_1oj6d_51:hover {
2471
+ ._SidebarSection-breadcrumbLabel_17qyf_51:hover {
2472
2472
  color: var(--credbuild-color-azure-03);
2473
2473
  transition: none;
2474
2474
  }
2475
2475
  }
2476
- ._SidebarSection-breadcrumbLabel_1oj6d_51:active {
2476
+ ._SidebarSection-breadcrumbLabel_17qyf_51:active {
2477
2477
  color: var(--credbuild-color-azure-02);
2478
2478
  transition: none;
2479
2479
  }
2480
- ._SidebarSection-breadcrumbs_1oj6d_80 {
2480
+ ._SidebarSection-breadcrumbs_17qyf_80 {
2481
2481
  align-items: center;
2482
2482
  display: flex;
2483
2483
  gap: 4px;
2484
2484
  }
2485
- ._SidebarSection-breadcrumb_1oj6d_51 {
2485
+ ._SidebarSection-breadcrumb_17qyf_51 {
2486
2486
  align-items: center;
2487
2487
  display: flex;
2488
2488
  gap: 4px;
2489
2489
  }
2490
- ._SidebarSection-heading_1oj6d_92 {
2490
+ ._SidebarSection-heading_17qyf_92 {
2491
2491
  padding-inline-end: 16px;
2492
2492
  }
2493
- ._SidebarSection-loadingOverlay_1oj6d_96 {
2493
+ ._SidebarSection-loadingOverlay_17qyf_96 {
2494
2494
  background: var(--credbuild-color-white);
2495
2495
  display: flex;
2496
2496
  justify-content: center;
package/dist/index.js CHANGED
@@ -159,7 +159,7 @@ var init_styles_module2 = __esm({
159
159
  "use strict";
160
160
  init_react_import();
161
161
  init_css_module_data2();
162
- styles_module_default2 = { "InputWrapper": "_InputWrapper_1mz7o_1", "Input-label": "_Input-label_1mz7o_5", "Input-label--noChildren": "_Input-label--noChildren_1mz7o_14", "Input-labelIcon": "_Input-labelIcon_1mz7o_18", "Input-disabledIcon": "_Input-disabledIcon_1mz7o_25", "Input-input": "_Input-input_1mz7o_30", "Input": "_Input_1mz7o_1", "Input--readOnly": "_Input--readOnly_1mz7o_86", "Input-radioGroupItems": "_Input-radioGroupItems_1mz7o_97", "Input-radio": "_Input-radio_1mz7o_97", "Input-radioInner": "_Input-radioInner_1mz7o_114", "Input-radioInput": "_Input-radioInput_1mz7o_159" };
162
+ styles_module_default2 = { "InputWrapper": "_InputWrapper_1bq9u_1", "Input-label": "_Input-label_1bq9u_5", "Input-label--noChildren": "_Input-label--noChildren_1bq9u_14", "Input-labelIcon": "_Input-labelIcon_1bq9u_18", "Input-disabledIcon": "_Input-disabledIcon_1bq9u_25", "Input-input": "_Input-input_1bq9u_30", "Input": "_Input_1bq9u_1", "Input--readOnly": "_Input--readOnly_1bq9u_86", "Input-radioGroupItems": "_Input-radioGroupItems_1bq9u_97", "Input-radio": "_Input-radio_1bq9u_97", "Input-radioInner": "_Input-radioInner_1bq9u_114", "Input-radioInput": "_Input-radioInput_1bq9u_159" };
163
163
  }
164
164
  });
165
165
 
@@ -14298,7 +14298,7 @@ init_react_import();
14298
14298
 
14299
14299
  // css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css#css-module
14300
14300
  init_react_import();
14301
- var styles_module_default26 = { "SidebarSection": "_SidebarSection_1oj6d_1", "SidebarSection-title": "_SidebarSection-title_1oj6d_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_1oj6d_38", "SidebarSection-content": "_SidebarSection-content_1oj6d_42", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_1oj6d_51", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_1oj6d_80", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_1oj6d_51", "SidebarSection-heading": "_SidebarSection-heading_1oj6d_92", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_1oj6d_96" };
14301
+ var styles_module_default26 = { "SidebarSection": "_SidebarSection_17qyf_1", "SidebarSection-title": "_SidebarSection-title_17qyf_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_17qyf_38", "SidebarSection-content": "_SidebarSection-content_17qyf_42", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_17qyf_51", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_17qyf_80", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_17qyf_51", "SidebarSection-heading": "_SidebarSection-heading_17qyf_92", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_17qyf_96" };
14302
14302
 
14303
14303
  // components/SidebarSection/index.tsx
14304
14304
  init_get_class_name_factory();
package/dist/index.mjs CHANGED
@@ -15,17 +15,17 @@ import {
15
15
  registerOverlayPortal,
16
16
  useCredBuild,
17
17
  useGetCredBuild
18
- } from "./chunk-AMHAYK37.mjs";
18
+ } from "./chunk-TROD5OXC.mjs";
19
19
  import "./chunk-YE4FXNJW.mjs";
20
20
  import {
21
21
  setDeep
22
- } from "./chunk-QBCQ7LDT.mjs";
23
- import "./chunk-TE6MUUVZ.mjs";
22
+ } from "./chunk-N2NNRJDJ.mjs";
23
+ import "./chunk-7EY2S46B.mjs";
24
24
  import {
25
25
  AutoField,
26
26
  Button,
27
27
  FieldLabel
28
- } from "./chunk-WDTSUNWU.mjs";
28
+ } from "./chunk-QV6ANL5D.mjs";
29
29
  import "./chunk-WH3A7FAR.mjs";
30
30
  import {
31
31
  migrate,
@@ -240,31 +240,31 @@
240
240
  }
241
241
 
242
242
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
243
- ._InputWrapper_1mz7o_1 + ._InputWrapper_1mz7o_1 {
244
- margin-top: 12px;
243
+ ._InputWrapper_1bq9u_1 + ._InputWrapper_1bq9u_1 {
244
+ margin-top: 5px;
245
245
  }
246
- ._Input-label_1mz7o_5 {
246
+ ._Input-label_1bq9u_5 {
247
247
  align-items: center;
248
248
  color: var(--credbuild-color-grey-04);
249
249
  display: flex;
250
- padding-bottom: 12px;
250
+ padding-bottom: 4px;
251
251
  font-size: var(--credbuild-font-size-xxs);
252
252
  font-weight: 600;
253
253
  }
254
- ._Input-label--noChildren_1mz7o_14 {
254
+ ._Input-label--noChildren_1bq9u_14 {
255
255
  padding-bottom: 0;
256
256
  }
257
- ._Input-labelIcon_1mz7o_18 {
257
+ ._Input-labelIcon_1bq9u_18 {
258
258
  color: var(--credbuild-color-grey-07);
259
259
  display: flex;
260
260
  margin-inline-end: 4px;
261
261
  padding-inline-start: 4px;
262
262
  }
263
- ._Input-disabledIcon_1mz7o_25 {
263
+ ._Input-disabledIcon_1bq9u_25 {
264
264
  color: var(--credbuild-color-grey-05);
265
265
  margin-inline-start: auto;
266
266
  }
267
- ._Input-input_1mz7o_30 {
267
+ ._Input-input_1bq9u_30 {
268
268
  background: var(--credbuild-color-white);
269
269
  border-width: 1px;
270
270
  border-style: solid;
@@ -273,17 +273,17 @@
273
273
  box-sizing: border-box;
274
274
  font-family: inherit;
275
275
  font-size: 16px;
276
- padding: 12px 15px;
276
+ padding: 6px 10px;
277
277
  transition: border-color 50ms ease-in;
278
278
  width: 100%;
279
279
  max-width: 100%;
280
280
  }
281
281
  @media (min-width: 458px) {
282
- ._Input-input_1mz7o_30 {
282
+ ._Input-input_1bq9u_30 {
283
283
  font-size: 14px;
284
284
  }
285
285
  }
286
- select._Input-input_1mz7o_30 {
286
+ select._Input-input_1bq9u_30 {
287
287
  appearance: none;
288
288
  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;
289
289
  background-size: 12px;
@@ -292,29 +292,29 @@ select._Input-input_1mz7o_30 {
292
292
  background-color: var(--credbuild-color-white);
293
293
  cursor: pointer;
294
294
  }
295
- select._Input-input_1mz7o_30:dir(rtl) {
295
+ select._Input-input_1bq9u_30:dir(rtl) {
296
296
  background-position: 12px calc(50% + 3px);
297
297
  }
298
298
  @media (hover: hover) and (pointer: fine) {
299
- ._Input_1mz7o_1:has(> input):hover ._Input-input_1mz7o_30:not([readonly]),
300
- ._Input_1mz7o_1:has(> textarea):hover ._Input-input_1mz7o_30:not([readonly]) {
299
+ ._Input_1bq9u_1:has(> input):hover ._Input-input_1bq9u_30:not([readonly]),
300
+ ._Input_1bq9u_1:has(> textarea):hover ._Input-input_1bq9u_30:not([readonly]) {
301
301
  border-color: var(--credbuild-color-grey-05);
302
302
  transition: none;
303
303
  }
304
- ._Input_1mz7o_1:has(> select):hover ._Input-input_1mz7o_30:not([disabled]) {
304
+ ._Input_1bq9u_1:has(> select):hover ._Input-input_1bq9u_30:not([disabled]) {
305
305
  background-color: var(--credbuild-color-azure-12);
306
306
  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>");
307
307
  border-color: var(--credbuild-color-grey-05);
308
308
  transition: none;
309
309
  }
310
310
  }
311
- ._Input-input_1mz7o_30:focus {
311
+ ._Input-input_1bq9u_30:focus {
312
312
  border-color: var(--credbuild-color-grey-05);
313
313
  outline: 2px solid var(--credbuild-color-azure-05);
314
314
  transition: none;
315
315
  }
316
- ._Input--readOnly_1mz7o_86 > ._Input-input_1mz7o_30,
317
- ._Input--readOnly_1mz7o_86 > select._Input-input_1mz7o_30 {
316
+ ._Input--readOnly_1bq9u_86 > ._Input-input_1bq9u_30,
317
+ ._Input--readOnly_1bq9u_86 > select._Input-input_1bq9u_30 {
318
318
  background-color: var(--credbuild-color-grey-11);
319
319
  border-color: var(--credbuild-color-grey-09);
320
320
  color: var(--credbuild-color-grey-04);
@@ -323,34 +323,34 @@ select._Input-input_1mz7o_30:dir(rtl) {
323
323
  outline: 0;
324
324
  transition: none;
325
325
  }
326
- ._Input-radioGroupItems_1mz7o_97 {
326
+ ._Input-radioGroupItems_1bq9u_97 {
327
327
  display: flex;
328
328
  border: 1px solid var(--credbuild-color-grey-09);
329
329
  border-radius: 4px;
330
330
  flex-wrap: wrap;
331
331
  }
332
- ._Input-radio_1mz7o_97 {
332
+ ._Input-radio_1bq9u_97 {
333
333
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
334
334
  flex-grow: 1;
335
335
  }
336
- ._Input-radio_1mz7o_97:first-of-type {
336
+ ._Input-radio_1bq9u_97:first-of-type {
337
337
  border-bottom-left-radius: 4px;
338
338
  border-top-left-radius: 4px;
339
339
  }
340
- ._Input-radio_1mz7o_97:first-of-type ._Input-radioInner_1mz7o_114 {
340
+ ._Input-radio_1bq9u_97:first-of-type ._Input-radioInner_1bq9u_114 {
341
341
  border-bottom-left-radius: 3px;
342
342
  border-top-left-radius: 3px;
343
343
  }
344
- ._Input-radio_1mz7o_97:last-of-type {
344
+ ._Input-radio_1bq9u_97:last-of-type {
345
345
  border-bottom-right-radius: 4px;
346
346
  border-inline-end: 0;
347
347
  border-top-right-radius: 4px;
348
348
  }
349
- ._Input-radio_1mz7o_97:last-of-type ._Input-radioInner_1mz7o_114 {
349
+ ._Input-radio_1bq9u_97:last-of-type ._Input-radioInner_1bq9u_114 {
350
350
  border-bottom-right-radius: 3px;
351
351
  border-top-right-radius: 3px;
352
352
  }
353
- ._Input-radioInner_1mz7o_114 {
353
+ ._Input-radioInner_1bq9u_114 {
354
354
  background-color: var(--credbuild-color-white);
355
355
  color: var(--credbuild-color-grey-04);
356
356
  cursor: pointer;
@@ -359,32 +359,32 @@ select._Input-input_1mz7o_30:dir(rtl) {
359
359
  text-align: center;
360
360
  transition: background-color 50ms ease-in;
361
361
  }
362
- ._Input-radio_1mz7o_97:has(:focus-visible) {
362
+ ._Input-radio_1bq9u_97:has(:focus-visible) {
363
363
  outline: 2px solid var(--credbuild-color-azure-05);
364
364
  outline-offset: 2px;
365
365
  position: relative;
366
366
  }
367
367
  @media (hover: hover) and (pointer: fine) {
368
- ._Input-radioInner_1mz7o_114:hover {
368
+ ._Input-radioInner_1bq9u_114:hover {
369
369
  background-color: var(--credbuild-color-azure-12);
370
370
  transition: none;
371
371
  }
372
372
  }
373
- ._Input--readOnly_1mz7o_86 ._Input-radioInner_1mz7o_114 {
373
+ ._Input--readOnly_1bq9u_86 ._Input-radioInner_1bq9u_114 {
374
374
  background-color: var(--credbuild-color-white);
375
375
  color: var(--credbuild-color-grey-04);
376
376
  cursor: default;
377
377
  }
378
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
378
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
379
379
  background-color: var(--credbuild-color-azure-11);
380
380
  color: var(--credbuild-color-azure-04);
381
381
  font-weight: 500;
382
382
  }
383
- ._Input--readOnly_1mz7o_86 ._Input-radioInput_1mz7o_159:checked ~ ._Input-radioInner_1mz7o_114 {
383
+ ._Input--readOnly_1bq9u_86 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
384
384
  background-color: var(--credbuild-color-grey-11);
385
385
  color: var(--credbuild-color-grey-04);
386
386
  }
387
- ._Input-radio_1mz7o_97 ._Input-radioInput_1mz7o_159 {
387
+ ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159 {
388
388
  clip: rect(0 0 0 0);
389
389
  clip-path: inset(100%);
390
390
  height: 1px;
@@ -393,7 +393,7 @@ select._Input-input_1mz7o_30:dir(rtl) {
393
393
  white-space: nowrap;
394
394
  width: 1px;
395
395
  }
396
- textarea._Input-input_1mz7o_30 {
396
+ textarea._Input-input_1bq9u_30 {
397
397
  margin-bottom: -4px;
398
398
  }
399
399
 
@@ -2173,18 +2173,18 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2173
2173
  }
2174
2174
 
2175
2175
  /* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
2176
- ._SidebarSection_1oj6d_1 {
2176
+ ._SidebarSection_17qyf_1 {
2177
2177
  display: flex;
2178
2178
  position: relative;
2179
2179
  flex-direction: column;
2180
2180
  color: var(--credbuild-color-black);
2181
2181
  }
2182
- ._SidebarSection_1oj6d_1:last-of-type {
2182
+ ._SidebarSection_17qyf_1:last-of-type {
2183
2183
  flex-grow: 1;
2184
2184
  }
2185
- ._SidebarSection-title_1oj6d_12 {
2185
+ ._SidebarSection-title_17qyf_12 {
2186
2186
  background: var(--credbuild-color-grey-11);
2187
- padding: 8px 16px;
2187
+ padding: 4px 10px;
2188
2188
  border-bottom: 1px solid var(--credbuild-color-grey-10);
2189
2189
  display: flex;
2190
2190
  align-items: center;
@@ -2193,11 +2193,11 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2193
2193
  user-select: none;
2194
2194
  transition: background 0.2s ease;
2195
2195
  }
2196
- ._SidebarSection-title_1oj6d_12:hover {
2196
+ ._SidebarSection-title_17qyf_12:hover {
2197
2197
  background: #f3f4f6;
2198
2198
  }
2199
- ._SidebarSection-title_1oj6d_12 h2,
2200
- ._SidebarSection-title_1oj6d_12 span {
2199
+ ._SidebarSection-title_17qyf_12 h2,
2200
+ ._SidebarSection-title_17qyf_12 span {
2201
2201
  font-size: 10px;
2202
2202
  text-transform: uppercase;
2203
2203
  letter-spacing: 0.1em;
@@ -2205,17 +2205,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2205
2205
  color: var(--credbuild-color-grey-05);
2206
2206
  margin: 0;
2207
2207
  }
2208
- ._SidebarSection--noBorderTop_1oj6d_38 > ._SidebarSection-title_1oj6d_12 {
2208
+ ._SidebarSection--noBorderTop_17qyf_38 > ._SidebarSection-title_17qyf_12 {
2209
2209
  border-top: 0px;
2210
2210
  }
2211
- ._SidebarSection-content_1oj6d_42:last-child {
2211
+ ._SidebarSection-content_17qyf_42:last-child {
2212
2212
  padding-bottom: 4px;
2213
2213
  }
2214
- ._SidebarSection_1oj6d_1:last-of-type ._SidebarSection-content_1oj6d_42 {
2214
+ ._SidebarSection_17qyf_1:last-of-type ._SidebarSection-content_17qyf_42 {
2215
2215
  border-bottom: none;
2216
2216
  flex-grow: 1;
2217
2217
  }
2218
- ._SidebarSection-breadcrumbLabel_1oj6d_51 {
2218
+ ._SidebarSection-breadcrumbLabel_17qyf_51 {
2219
2219
  background: none;
2220
2220
  border: 0;
2221
2221
  border-radius: 2px;
@@ -2226,34 +2226,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2226
2226
  padding: 0;
2227
2227
  transition: color 50ms ease-in;
2228
2228
  }
2229
- ._SidebarSection-breadcrumbLabel_1oj6d_51:focus-visible {
2229
+ ._SidebarSection-breadcrumbLabel_17qyf_51:focus-visible {
2230
2230
  outline: 2px solid var(--credbuild-color-azure-05);
2231
2231
  outline-offset: 2px;
2232
2232
  }
2233
2233
  @media (hover: hover) and (pointer: fine) {
2234
- ._SidebarSection-breadcrumbLabel_1oj6d_51:hover {
2234
+ ._SidebarSection-breadcrumbLabel_17qyf_51:hover {
2235
2235
  color: var(--credbuild-color-azure-03);
2236
2236
  transition: none;
2237
2237
  }
2238
2238
  }
2239
- ._SidebarSection-breadcrumbLabel_1oj6d_51:active {
2239
+ ._SidebarSection-breadcrumbLabel_17qyf_51:active {
2240
2240
  color: var(--credbuild-color-azure-02);
2241
2241
  transition: none;
2242
2242
  }
2243
- ._SidebarSection-breadcrumbs_1oj6d_80 {
2243
+ ._SidebarSection-breadcrumbs_17qyf_80 {
2244
2244
  align-items: center;
2245
2245
  display: flex;
2246
2246
  gap: 4px;
2247
2247
  }
2248
- ._SidebarSection-breadcrumb_1oj6d_51 {
2248
+ ._SidebarSection-breadcrumb_17qyf_51 {
2249
2249
  align-items: center;
2250
2250
  display: flex;
2251
2251
  gap: 4px;
2252
2252
  }
2253
- ._SidebarSection-heading_1oj6d_92 {
2253
+ ._SidebarSection-heading_17qyf_92 {
2254
2254
  padding-inline-end: 16px;
2255
2255
  }
2256
- ._SidebarSection-loadingOverlay_1oj6d_96 {
2256
+ ._SidebarSection-loadingOverlay_17qyf_96 {
2257
2257
  background: var(--credbuild-color-white);
2258
2258
  display: flex;
2259
2259
  justify-content: center;
@@ -159,7 +159,7 @@ var init_styles_module2 = __esm({
159
159
  "use strict";
160
160
  init_react_import();
161
161
  init_css_module_data2();
162
- styles_module_default2 = { "InputWrapper": "_InputWrapper_1mz7o_1", "Input-label": "_Input-label_1mz7o_5", "Input-label--noChildren": "_Input-label--noChildren_1mz7o_14", "Input-labelIcon": "_Input-labelIcon_1mz7o_18", "Input-disabledIcon": "_Input-disabledIcon_1mz7o_25", "Input-input": "_Input-input_1mz7o_30", "Input": "_Input_1mz7o_1", "Input--readOnly": "_Input--readOnly_1mz7o_86", "Input-radioGroupItems": "_Input-radioGroupItems_1mz7o_97", "Input-radio": "_Input-radio_1mz7o_97", "Input-radioInner": "_Input-radioInner_1mz7o_114", "Input-radioInput": "_Input-radioInput_1mz7o_159" };
162
+ styles_module_default2 = { "InputWrapper": "_InputWrapper_1bq9u_1", "Input-label": "_Input-label_1bq9u_5", "Input-label--noChildren": "_Input-label--noChildren_1bq9u_14", "Input-labelIcon": "_Input-labelIcon_1bq9u_18", "Input-disabledIcon": "_Input-disabledIcon_1bq9u_25", "Input-input": "_Input-input_1bq9u_30", "Input": "_Input_1bq9u_1", "Input--readOnly": "_Input--readOnly_1bq9u_86", "Input-radioGroupItems": "_Input-radioGroupItems_1bq9u_97", "Input-radio": "_Input-radio_1bq9u_97", "Input-radioInner": "_Input-radioInner_1bq9u_114", "Input-radioInput": "_Input-radioInput_1bq9u_159" };
163
163
  }
164
164
  });
165
165
 
@@ -14298,7 +14298,7 @@ init_react_import();
14298
14298
 
14299
14299
  // css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css#css-module
14300
14300
  init_react_import();
14301
- var styles_module_default26 = { "SidebarSection": "_SidebarSection_1oj6d_1", "SidebarSection-title": "_SidebarSection-title_1oj6d_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_1oj6d_38", "SidebarSection-content": "_SidebarSection-content_1oj6d_42", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_1oj6d_51", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_1oj6d_80", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_1oj6d_51", "SidebarSection-heading": "_SidebarSection-heading_1oj6d_92", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_1oj6d_96" };
14301
+ var styles_module_default26 = { "SidebarSection": "_SidebarSection_17qyf_1", "SidebarSection-title": "_SidebarSection-title_17qyf_12", "SidebarSection--noBorderTop": "_SidebarSection--noBorderTop_17qyf_38", "SidebarSection-content": "_SidebarSection-content_17qyf_42", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_17qyf_51", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_17qyf_80", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_17qyf_51", "SidebarSection-heading": "_SidebarSection-heading_17qyf_92", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_17qyf_96" };
14302
14302
 
14303
14303
  // components/SidebarSection/index.tsx
14304
14304
  init_get_class_name_factory();
@@ -15,17 +15,17 @@ import {
15
15
  registerOverlayPortal,
16
16
  useCredBuild,
17
17
  useGetCredBuild
18
- } from "./chunk-AMHAYK37.mjs";
18
+ } from "./chunk-TROD5OXC.mjs";
19
19
  import "./chunk-YE4FXNJW.mjs";
20
20
  import {
21
21
  setDeep
22
- } from "./chunk-QBCQ7LDT.mjs";
23
- import "./chunk-TE6MUUVZ.mjs";
22
+ } from "./chunk-N2NNRJDJ.mjs";
23
+ import "./chunk-7EY2S46B.mjs";
24
24
  import {
25
25
  AutoField,
26
26
  Button,
27
27
  FieldLabel
28
- } from "./chunk-WDTSUNWU.mjs";
28
+ } from "./chunk-QV6ANL5D.mjs";
29
29
  import "./chunk-WH3A7FAR.mjs";
30
30
  import {
31
31
  migrate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crediblemark/build",
3
- "version": "0.24.6",
3
+ "version": "0.24.7",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Rasyiqi Crediblemark",
6
6
  "repository": {