@crediblemark/build 0.24.8 → 0.25.0
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.
- package/dist/{ArrayField-NAZ65SMV.css → ArrayField-ABD3HGQK.css} +41 -41
- package/dist/ArrayField-PRFYE7UT.mjs +19 -0
- package/dist/{Editor-3EPLDK4J.mjs → Editor-CD7CMRO5.mjs} +7 -7
- package/dist/ObjectField-G5CR3WD3.mjs +19 -0
- package/dist/{ObjectField-IZ4Z2Z2B.css → ObjectField-RGVFMP6O.css} +41 -41
- package/dist/{chunk-AHT2WTZ7.mjs → chunk-7RA5W2MP.mjs} +7 -7
- package/dist/{chunk-XOJTVSZH.mjs → chunk-7RH2UOWD.mjs} +14 -14
- package/dist/{chunk-VE6BIQKS.mjs → chunk-BC5TH63U.mjs} +1 -1
- package/dist/{chunk-XLNVCM4Q.mjs → chunk-BPBYJDIJ.mjs} +129 -135
- package/dist/{chunk-QC5SGUG2.mjs → chunk-FON7BVSU.mjs} +8 -8
- package/dist/{chunk-5JSNFZKX.mjs → chunk-JKWSSGAY.mjs} +7 -7
- package/dist/{chunk-MFTVX2ME.mjs → chunk-MLM27DOG.mjs} +1 -1
- package/dist/{chunk-KUWVOWUV.mjs → chunk-NSDGBGNG.mjs} +1 -1
- package/dist/{chunk-FBNOHTBJ.mjs → chunk-NW76XMQS.mjs} +3 -3
- package/dist/{chunk-WH3A7FAR.mjs → chunk-UPNU77XM.mjs} +1 -1
- package/dist/{chunk-YE4FXNJW.mjs → chunk-WEPD3OBO.mjs} +2 -2
- package/dist/{full-SYDEKGLJ.mjs → full-HTQAR5N2.mjs} +5 -5
- package/dist/index.css +50 -52
- package/dist/index.js +205 -219
- package/dist/index.mjs +11 -11
- package/dist/{loaded-NHGZU7V3.mjs → loaded-AHSNCA4P.mjs} +2 -2
- package/dist/{loaded-5JH76RZT.mjs → loaded-CDAPR2WZ.mjs} +2 -2
- package/dist/{loaded-ON5OAY2P.mjs → loaded-Q7N3MNZB.mjs} +2 -2
- package/dist/no-external.css +50 -52
- package/dist/no-external.js +205 -219
- package/dist/no-external.mjs +11 -11
- package/package.json +3 -3
- package/dist/ArrayField-PHJW2CFO.mjs +0 -19
- package/dist/ObjectField-XOHBV56M.mjs +0 -19
package/dist/index.mjs
CHANGED
|
@@ -15,18 +15,18 @@ import {
|
|
|
15
15
|
registerOverlayPortal,
|
|
16
16
|
useCredBuild,
|
|
17
17
|
useGetCredBuild
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-7RH2UOWD.mjs";
|
|
19
|
+
import "./chunk-WEPD3OBO.mjs";
|
|
20
20
|
import {
|
|
21
21
|
setDeep
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
22
|
+
} from "./chunk-NW76XMQS.mjs";
|
|
23
|
+
import "./chunk-FON7BVSU.mjs";
|
|
24
24
|
import {
|
|
25
25
|
AutoField,
|
|
26
26
|
Button,
|
|
27
27
|
FieldLabel
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-7RA5W2MP.mjs";
|
|
29
|
+
import "./chunk-UPNU77XM.mjs";
|
|
30
30
|
import {
|
|
31
31
|
migrate,
|
|
32
32
|
resolveAllData,
|
|
@@ -41,11 +41,11 @@ import {
|
|
|
41
41
|
Label,
|
|
42
42
|
RichTextMenu,
|
|
43
43
|
Separator
|
|
44
|
-
} from "./chunk-
|
|
45
|
-
import "./chunk-
|
|
46
|
-
import "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
44
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
45
|
+
import "./chunk-MLM27DOG.mjs";
|
|
46
|
+
import "./chunk-NSDGBGNG.mjs";
|
|
47
|
+
import "./chunk-BC5TH63U.mjs";
|
|
48
|
+
import "./chunk-BPBYJDIJ.mjs";
|
|
49
49
|
import "./chunk-64A37UUC.mjs";
|
|
50
50
|
import "./chunk-SMAWAXVX.mjs";
|
|
51
51
|
import "./chunk-BFHV72KK.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useHeadingOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NSDGBGNG.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Heading,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
9
9
|
import "./chunk-64A37UUC.mjs";
|
|
10
10
|
import "./chunk-SMAWAXVX.mjs";
|
|
11
11
|
import "./chunk-BFHV72KK.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useListOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BC5TH63U.mjs";
|
|
4
4
|
import {
|
|
5
5
|
List,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
9
9
|
import "./chunk-64A37UUC.mjs";
|
|
10
10
|
import "./chunk-SMAWAXVX.mjs";
|
|
11
11
|
import "./chunk-BFHV72KK.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useAlignOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MLM27DOG.mjs";
|
|
4
4
|
import {
|
|
5
5
|
SelectControl,
|
|
6
6
|
TextAlignStart,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
9
9
|
import "./chunk-64A37UUC.mjs";
|
|
10
10
|
import "./chunk-SMAWAXVX.mjs";
|
|
11
11
|
import "./chunk-BFHV72KK.mjs";
|
package/dist/no-external.css
CHANGED
|
@@ -240,21 +240,21 @@
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
|
|
243
|
-
.
|
|
243
|
+
._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1) {
|
|
244
244
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
245
245
|
border-radius: 5px;
|
|
246
246
|
padding: 6px 8px;
|
|
247
247
|
background-color: var(--credbuild-color-white);
|
|
248
248
|
transition: all 0.2s ease;
|
|
249
249
|
}
|
|
250
|
-
.
|
|
251
|
-
margin-top:
|
|
250
|
+
._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
|
|
251
|
+
margin-top: 2px;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1):hover {
|
|
254
254
|
border-color: var(--credbuild-color-grey-08);
|
|
255
255
|
background-color: var(--credbuild-color-grey-11);
|
|
256
256
|
}
|
|
257
|
-
._Input-
|
|
257
|
+
._Input-label_1xuyz_18 {
|
|
258
258
|
align-items: center;
|
|
259
259
|
color: var(--credbuild-color-grey-05);
|
|
260
260
|
display: flex;
|
|
@@ -264,20 +264,20 @@
|
|
|
264
264
|
text-transform: uppercase;
|
|
265
265
|
letter-spacing: 0.02em;
|
|
266
266
|
}
|
|
267
|
-
._Input-label--
|
|
267
|
+
._Input-label--noChildren_1xuyz_29 {
|
|
268
268
|
padding-bottom: 0;
|
|
269
269
|
}
|
|
270
|
-
._Input-
|
|
270
|
+
._Input-labelIcon_1xuyz_33 {
|
|
271
271
|
color: var(--credbuild-color-grey-07);
|
|
272
272
|
display: flex;
|
|
273
273
|
margin-inline-end: 4px;
|
|
274
274
|
padding-inline-start: 4px;
|
|
275
275
|
}
|
|
276
|
-
._Input-
|
|
276
|
+
._Input-disabledIcon_1xuyz_40 {
|
|
277
277
|
color: var(--credbuild-color-grey-05);
|
|
278
278
|
margin-inline-start: auto;
|
|
279
279
|
}
|
|
280
|
-
._Input-
|
|
280
|
+
._Input-input_1xuyz_45 {
|
|
281
281
|
background: transparent;
|
|
282
282
|
border: none;
|
|
283
283
|
border-radius: 0;
|
|
@@ -292,11 +292,11 @@
|
|
|
292
292
|
outline: none;
|
|
293
293
|
}
|
|
294
294
|
@media (min-width: 458px) {
|
|
295
|
-
._Input-
|
|
295
|
+
._Input-input_1xuyz_45 {
|
|
296
296
|
font-size: 14px;
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
select._Input-
|
|
299
|
+
select._Input-input_1xuyz_45 {
|
|
300
300
|
appearance: none;
|
|
301
301
|
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;
|
|
302
302
|
background-size: 12px;
|
|
@@ -305,29 +305,29 @@ select._Input-input_amigi_45 {
|
|
|
305
305
|
background-color: var(--credbuild-color-white);
|
|
306
306
|
cursor: pointer;
|
|
307
307
|
}
|
|
308
|
-
select._Input-
|
|
308
|
+
select._Input-input_1xuyz_45:dir(rtl) {
|
|
309
309
|
background-position: 12px calc(50% + 3px);
|
|
310
310
|
}
|
|
311
311
|
@media (hover: hover) and (pointer: fine) {
|
|
312
|
-
.
|
|
313
|
-
.
|
|
312
|
+
._Input_1xuyz_1:has(> input):hover ._Input-input_1xuyz_45:not([readonly]),
|
|
313
|
+
._Input_1xuyz_1:has(> textarea):hover ._Input-input_1xuyz_45:not([readonly]) {
|
|
314
314
|
border-color: var(--credbuild-color-grey-05);
|
|
315
315
|
transition: none;
|
|
316
316
|
}
|
|
317
|
-
.
|
|
317
|
+
._Input_1xuyz_1:has(> select):hover ._Input-input_1xuyz_45:not([disabled]) {
|
|
318
318
|
background-color: var(--credbuild-color-azure-12);
|
|
319
319
|
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>");
|
|
320
320
|
border-color: var(--credbuild-color-grey-05);
|
|
321
321
|
transition: none;
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
|
-
._Input-
|
|
324
|
+
._Input-input_1xuyz_45:focus {
|
|
325
325
|
border-color: var(--credbuild-color-grey-05);
|
|
326
326
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
327
327
|
transition: none;
|
|
328
328
|
}
|
|
329
|
-
._Input--
|
|
330
|
-
._Input--
|
|
329
|
+
._Input--readOnly_1xuyz_101 > ._Input-input_1xuyz_45,
|
|
330
|
+
._Input--readOnly_1xuyz_101 > select._Input-input_1xuyz_45 {
|
|
331
331
|
background-color: var(--credbuild-color-grey-11);
|
|
332
332
|
border-color: var(--credbuild-color-grey-09);
|
|
333
333
|
color: var(--credbuild-color-grey-04);
|
|
@@ -336,34 +336,34 @@ select._Input-input_amigi_45:dir(rtl) {
|
|
|
336
336
|
outline: 0;
|
|
337
337
|
transition: none;
|
|
338
338
|
}
|
|
339
|
-
._Input-
|
|
339
|
+
._Input-radioGroupItems_1xuyz_112 {
|
|
340
340
|
display: flex;
|
|
341
341
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
342
342
|
border-radius: 4px;
|
|
343
343
|
flex-wrap: wrap;
|
|
344
344
|
}
|
|
345
|
-
._Input-
|
|
345
|
+
._Input-radio_1xuyz_112 {
|
|
346
346
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
347
347
|
flex-grow: 1;
|
|
348
348
|
}
|
|
349
|
-
._Input-
|
|
349
|
+
._Input-radio_1xuyz_112:first-of-type {
|
|
350
350
|
border-bottom-left-radius: 4px;
|
|
351
351
|
border-top-left-radius: 4px;
|
|
352
352
|
}
|
|
353
|
-
._Input-
|
|
353
|
+
._Input-radio_1xuyz_112:first-of-type ._Input-radioInner_1xuyz_129 {
|
|
354
354
|
border-bottom-left-radius: 3px;
|
|
355
355
|
border-top-left-radius: 3px;
|
|
356
356
|
}
|
|
357
|
-
._Input-
|
|
357
|
+
._Input-radio_1xuyz_112:last-of-type {
|
|
358
358
|
border-bottom-right-radius: 4px;
|
|
359
359
|
border-inline-end: 0;
|
|
360
360
|
border-top-right-radius: 4px;
|
|
361
361
|
}
|
|
362
|
-
._Input-
|
|
362
|
+
._Input-radio_1xuyz_112:last-of-type ._Input-radioInner_1xuyz_129 {
|
|
363
363
|
border-bottom-right-radius: 3px;
|
|
364
364
|
border-top-right-radius: 3px;
|
|
365
365
|
}
|
|
366
|
-
._Input-
|
|
366
|
+
._Input-radioInner_1xuyz_129 {
|
|
367
367
|
background-color: var(--credbuild-color-white);
|
|
368
368
|
color: var(--credbuild-color-grey-04);
|
|
369
369
|
cursor: pointer;
|
|
@@ -372,32 +372,32 @@ select._Input-input_amigi_45:dir(rtl) {
|
|
|
372
372
|
text-align: center;
|
|
373
373
|
transition: background-color 50ms ease-in;
|
|
374
374
|
}
|
|
375
|
-
._Input-
|
|
375
|
+
._Input-radio_1xuyz_112:has(:focus-visible) {
|
|
376
376
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
377
377
|
outline-offset: 2px;
|
|
378
378
|
position: relative;
|
|
379
379
|
}
|
|
380
380
|
@media (hover: hover) and (pointer: fine) {
|
|
381
|
-
._Input-
|
|
381
|
+
._Input-radioInner_1xuyz_129:hover {
|
|
382
382
|
background-color: var(--credbuild-color-azure-12);
|
|
383
383
|
transition: none;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
|
-
._Input--
|
|
386
|
+
._Input--readOnly_1xuyz_101 ._Input-radioInner_1xuyz_129 {
|
|
387
387
|
background-color: var(--credbuild-color-white);
|
|
388
388
|
color: var(--credbuild-color-grey-04);
|
|
389
389
|
cursor: default;
|
|
390
390
|
}
|
|
391
|
-
._Input-
|
|
391
|
+
._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
|
|
392
392
|
background-color: var(--credbuild-color-azure-11);
|
|
393
393
|
color: var(--credbuild-color-azure-04);
|
|
394
394
|
font-weight: 500;
|
|
395
395
|
}
|
|
396
|
-
._Input--
|
|
396
|
+
._Input--readOnly_1xuyz_101 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
|
|
397
397
|
background-color: var(--credbuild-color-grey-11);
|
|
398
398
|
color: var(--credbuild-color-grey-04);
|
|
399
399
|
}
|
|
400
|
-
._Input-
|
|
400
|
+
._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174 {
|
|
401
401
|
clip: rect(0 0 0 0);
|
|
402
402
|
clip-path: inset(100%);
|
|
403
403
|
height: 1px;
|
|
@@ -406,7 +406,7 @@ select._Input-input_amigi_45:dir(rtl) {
|
|
|
406
406
|
white-space: nowrap;
|
|
407
407
|
width: 1px;
|
|
408
408
|
}
|
|
409
|
-
textarea._Input-
|
|
409
|
+
textarea._Input-input_1xuyz_45 {
|
|
410
410
|
margin-bottom: -4px;
|
|
411
411
|
}
|
|
412
412
|
|
|
@@ -1363,21 +1363,21 @@ textarea._Input-input_amigi_45 {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
|
|
1365
1365
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1366
|
-
.
|
|
1366
|
+
._ObjectField_7axeg_1 {
|
|
1367
1367
|
display: flex;
|
|
1368
1368
|
flex-direction: column;
|
|
1369
1369
|
background-color: transparent;
|
|
1370
|
-
margin-bottom:
|
|
1370
|
+
margin-bottom: 0;
|
|
1371
1371
|
overflow: hidden;
|
|
1372
1372
|
transition: all 0.2s ease;
|
|
1373
1373
|
}
|
|
1374
|
-
._ObjectField--
|
|
1374
|
+
._ObjectField--isOpen_7axeg_10 {
|
|
1375
1375
|
background-color: transparent;
|
|
1376
1376
|
}
|
|
1377
|
-
._ObjectField-
|
|
1377
|
+
._ObjectField-content_7axeg_14 {
|
|
1378
1378
|
background-color: transparent;
|
|
1379
1379
|
}
|
|
1380
|
-
._ObjectField-
|
|
1380
|
+
._ObjectField-fieldset_7axeg_18 {
|
|
1381
1381
|
border: none;
|
|
1382
1382
|
margin: 0;
|
|
1383
1383
|
min-width: 0;
|
|
@@ -1388,7 +1388,7 @@ textarea._Input-input_amigi_45 {
|
|
|
1388
1388
|
border-left: 1px solid var(--credbuild-color-grey-10);
|
|
1389
1389
|
margin-left: 8px;
|
|
1390
1390
|
}
|
|
1391
|
-
._ObjectField-
|
|
1391
|
+
._ObjectField-header_7axeg_30 {
|
|
1392
1392
|
background-color: transparent;
|
|
1393
1393
|
border: 0;
|
|
1394
1394
|
color: var(--credbuild-color-grey-05);
|
|
@@ -1397,7 +1397,7 @@ textarea._Input-input_amigi_45 {
|
|
|
1397
1397
|
font: inherit;
|
|
1398
1398
|
font-size: var(--credbuild-font-size-xxxs);
|
|
1399
1399
|
list-style: none;
|
|
1400
|
-
margin-bottom:
|
|
1400
|
+
margin-bottom: 2px;
|
|
1401
1401
|
padding: 4px 8px;
|
|
1402
1402
|
text-transform: uppercase;
|
|
1403
1403
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
@@ -1406,11 +1406,11 @@ textarea._Input-input_amigi_45 {
|
|
|
1406
1406
|
width: 100%;
|
|
1407
1407
|
align-items: center;
|
|
1408
1408
|
}
|
|
1409
|
-
._ObjectField-
|
|
1409
|
+
._ObjectField-header_7axeg_30:hover {
|
|
1410
1410
|
background-color: var(--credbuild-color-azure-11);
|
|
1411
1411
|
color: var(--credbuild-color-azure-04);
|
|
1412
1412
|
}
|
|
1413
|
-
._ObjectField-
|
|
1413
|
+
._ObjectField-headerIcon_7axeg_54 {
|
|
1414
1414
|
margin-inline-start: auto;
|
|
1415
1415
|
display: flex;
|
|
1416
1416
|
align-items: center;
|
|
@@ -1666,14 +1666,14 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
1668
|
/* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
|
|
1669
|
-
.
|
|
1669
|
+
._CredBuildFields_53gu7_1 {
|
|
1670
1670
|
position: relative;
|
|
1671
1671
|
font-family: var(--credbuild-font-family);
|
|
1672
1672
|
}
|
|
1673
|
-
._CredBuildFields--
|
|
1673
|
+
._CredBuildFields--isLoading_53gu7_6 {
|
|
1674
1674
|
min-height: 48px;
|
|
1675
1675
|
}
|
|
1676
|
-
._CredBuildFields-
|
|
1676
|
+
._CredBuildFields-loadingOverlay_53gu7_10 {
|
|
1677
1677
|
background: var(--credbuild-color-white);
|
|
1678
1678
|
display: flex;
|
|
1679
1679
|
justify-content: flex-end;
|
|
@@ -1687,24 +1687,22 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1687
1687
|
box-sizing: border-box;
|
|
1688
1688
|
opacity: 0.8;
|
|
1689
1689
|
}
|
|
1690
|
-
._CredBuildFields-
|
|
1690
|
+
._CredBuildFields-loadingOverlayInner_53gu7_25 {
|
|
1691
1691
|
display: flex;
|
|
1692
1692
|
padding: 16px;
|
|
1693
1693
|
position: sticky;
|
|
1694
1694
|
top: 0;
|
|
1695
1695
|
}
|
|
1696
|
-
._CredBuildFields-
|
|
1696
|
+
._CredBuildFields-field_53gu7_32 * {
|
|
1697
1697
|
box-sizing: border-box;
|
|
1698
1698
|
}
|
|
1699
|
-
._CredBuildFields--
|
|
1699
|
+
._CredBuildFields--wrapFields_53gu7_36 ._CredBuildFields-field_53gu7_32 {
|
|
1700
1700
|
color: var(--credbuild-color-grey-04);
|
|
1701
|
-
padding:
|
|
1702
|
-
padding-bottom: 12px;
|
|
1701
|
+
padding: 8px 12px;
|
|
1703
1702
|
display: block;
|
|
1704
1703
|
}
|
|
1705
|
-
._CredBuildFields--
|
|
1706
|
-
|
|
1707
|
-
margin-top: 8px;
|
|
1704
|
+
._CredBuildFields--wrapFields_53gu7_36 ._CredBuildFields-field_53gu7_32 + ._CredBuildFields-field_53gu7_32 {
|
|
1705
|
+
margin-top: 2px;
|
|
1708
1706
|
}
|
|
1709
1707
|
|
|
1710
1708
|
/* css-module:/home/crediblemark/Project/Credibuild/components/ComponentList/styles.module.css/#css-module-data */
|