@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
|
@@ -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
|
-
.
|
|
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
|
-
.
|
|
269
|
-
margin-top:
|
|
268
|
+
._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
|
|
269
|
+
margin-top: 2px;
|
|
270
270
|
}
|
|
271
|
-
.
|
|
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-
|
|
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--
|
|
285
|
+
._Input-label--noChildren_1xuyz_29 {
|
|
286
286
|
padding-bottom: 0;
|
|
287
287
|
}
|
|
288
|
-
._Input-
|
|
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-
|
|
294
|
+
._Input-disabledIcon_1xuyz_40 {
|
|
295
295
|
color: var(--credbuild-color-grey-05);
|
|
296
296
|
margin-inline-start: auto;
|
|
297
297
|
}
|
|
298
|
-
._Input-
|
|
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-
|
|
313
|
+
._Input-input_1xuyz_45 {
|
|
314
314
|
font-size: 14px;
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
|
-
select._Input-
|
|
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-
|
|
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
|
-
.
|
|
331
|
-
.
|
|
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
|
-
.
|
|
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-
|
|
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--
|
|
348
|
-
._Input--
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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--
|
|
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-
|
|
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--
|
|
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-
|
|
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-
|
|
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
|
-
.
|
|
1220
|
+
._ObjectField_7axeg_1 {
|
|
1221
1221
|
display: flex;
|
|
1222
1222
|
flex-direction: column;
|
|
1223
1223
|
background-color: transparent;
|
|
1224
|
-
margin-bottom:
|
|
1224
|
+
margin-bottom: 0;
|
|
1225
1225
|
overflow: hidden;
|
|
1226
1226
|
transition: all 0.2s ease;
|
|
1227
1227
|
}
|
|
1228
|
-
._ObjectField--
|
|
1228
|
+
._ObjectField--isOpen_7axeg_10 {
|
|
1229
1229
|
background-color: transparent;
|
|
1230
1230
|
}
|
|
1231
|
-
._ObjectField-
|
|
1231
|
+
._ObjectField-content_7axeg_14 {
|
|
1232
1232
|
background-color: transparent;
|
|
1233
1233
|
}
|
|
1234
|
-
._ObjectField-
|
|
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-
|
|
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:
|
|
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-
|
|
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-
|
|
1267
|
+
._ObjectField-headerIcon_7axeg_54 {
|
|
1268
1268
|
margin-inline-start: auto;
|
|
1269
1269
|
display: flex;
|
|
1270
1270
|
align-items: center;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ArrayField
|
|
3
|
+
} from "./chunk-NW76XMQS.mjs";
|
|
4
|
+
import "./chunk-7RA5W2MP.mjs";
|
|
5
|
+
import "./chunk-UPNU77XM.mjs";
|
|
6
|
+
import "./chunk-AL77I3BV.mjs";
|
|
7
|
+
import "./chunk-JKWSSGAY.mjs";
|
|
8
|
+
import "./chunk-MLM27DOG.mjs";
|
|
9
|
+
import "./chunk-NSDGBGNG.mjs";
|
|
10
|
+
import "./chunk-BC5TH63U.mjs";
|
|
11
|
+
import "./chunk-BPBYJDIJ.mjs";
|
|
12
|
+
import "./chunk-64A37UUC.mjs";
|
|
13
|
+
import "./chunk-SMAWAXVX.mjs";
|
|
14
|
+
import "./chunk-BFHV72KK.mjs";
|
|
15
|
+
import "./chunk-7LXZOPYT.mjs";
|
|
16
|
+
import "./chunk-AFVEAZTD.mjs";
|
|
17
|
+
export {
|
|
18
|
+
ArrayField
|
|
19
|
+
};
|
|
@@ -3,19 +3,19 @@ import {
|
|
|
3
3
|
} from "./chunk-DEUK76GN.mjs";
|
|
4
4
|
import {
|
|
5
5
|
LoadedRichTextMenu
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-WEPD3OBO.mjs";
|
|
7
7
|
import {
|
|
8
8
|
EditorInner
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UPNU77XM.mjs";
|
|
10
10
|
import "./chunk-AL77I3BV.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-JKWSSGAY.mjs";
|
|
12
|
+
import "./chunk-MLM27DOG.mjs";
|
|
13
|
+
import "./chunk-NSDGBGNG.mjs";
|
|
14
|
+
import "./chunk-BC5TH63U.mjs";
|
|
15
15
|
import {
|
|
16
16
|
useAppStore,
|
|
17
17
|
useAppStoreApi
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
19
19
|
import "./chunk-64A37UUC.mjs";
|
|
20
20
|
import "./chunk-SMAWAXVX.mjs";
|
|
21
21
|
import "./chunk-BFHV72KK.mjs";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ObjectField
|
|
3
|
+
} from "./chunk-FON7BVSU.mjs";
|
|
4
|
+
import "./chunk-7RA5W2MP.mjs";
|
|
5
|
+
import "./chunk-UPNU77XM.mjs";
|
|
6
|
+
import "./chunk-AL77I3BV.mjs";
|
|
7
|
+
import "./chunk-JKWSSGAY.mjs";
|
|
8
|
+
import "./chunk-MLM27DOG.mjs";
|
|
9
|
+
import "./chunk-NSDGBGNG.mjs";
|
|
10
|
+
import "./chunk-BC5TH63U.mjs";
|
|
11
|
+
import "./chunk-BPBYJDIJ.mjs";
|
|
12
|
+
import "./chunk-64A37UUC.mjs";
|
|
13
|
+
import "./chunk-SMAWAXVX.mjs";
|
|
14
|
+
import "./chunk-BFHV72KK.mjs";
|
|
15
|
+
import "./chunk-7LXZOPYT.mjs";
|
|
16
|
+
import "./chunk-AFVEAZTD.mjs";
|
|
17
|
+
export {
|
|
18
|
+
ObjectField
|
|
19
|
+
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
2
|
-
.
|
|
2
|
+
._ObjectField_7axeg_1 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
background-color: transparent;
|
|
6
|
-
margin-bottom:
|
|
6
|
+
margin-bottom: 0;
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
transition: all 0.2s ease;
|
|
9
9
|
}
|
|
10
|
-
._ObjectField--
|
|
10
|
+
._ObjectField--isOpen_7axeg_10 {
|
|
11
11
|
background-color: transparent;
|
|
12
12
|
}
|
|
13
|
-
._ObjectField-
|
|
13
|
+
._ObjectField-content_7axeg_14 {
|
|
14
14
|
background-color: transparent;
|
|
15
15
|
}
|
|
16
|
-
._ObjectField-
|
|
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-
|
|
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:
|
|
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-
|
|
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-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
64
|
-
margin-top:
|
|
63
|
+
._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
|
|
64
|
+
margin-top: 2px;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
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-
|
|
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--
|
|
80
|
+
._Input-label--noChildren_1xuyz_29 {
|
|
81
81
|
padding-bottom: 0;
|
|
82
82
|
}
|
|
83
|
-
._Input-
|
|
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-
|
|
89
|
+
._Input-disabledIcon_1xuyz_40 {
|
|
90
90
|
color: var(--credbuild-color-grey-05);
|
|
91
91
|
margin-inline-start: auto;
|
|
92
92
|
}
|
|
93
|
-
._Input-
|
|
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-
|
|
108
|
+
._Input-input_1xuyz_45 {
|
|
109
109
|
font-size: 14px;
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
|
-
select._Input-
|
|
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-
|
|
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
|
-
.
|
|
126
|
-
.
|
|
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
|
-
.
|
|
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-
|
|
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--
|
|
143
|
-
._Input--
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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--
|
|
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-
|
|
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--
|
|
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-
|
|
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-
|
|
222
|
+
textarea._Input-input_1xuyz_45 {
|
|
223
223
|
margin-bottom: -4px;
|
|
224
224
|
}
|
|
225
225
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EditorInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UPNU77XM.mjs";
|
|
4
4
|
import {
|
|
5
5
|
IconButton,
|
|
6
6
|
LoadedRichTextMenuInner,
|
|
7
7
|
Loader
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
9
9
|
import {
|
|
10
10
|
ChevronDown,
|
|
11
11
|
CircleCheckBig,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
SlidersHorizontal,
|
|
18
18
|
Type,
|
|
19
19
|
useAppStore
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
21
21
|
import {
|
|
22
22
|
get_class_name_factory_default
|
|
23
23
|
} from "./chunk-BFHV72KK.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": "
|
|
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";
|
|
@@ -957,7 +957,7 @@ EditorFallback.displayName = "EditorFallback";
|
|
|
957
957
|
// components/AutoField/fields/RichtextField/index.tsx
|
|
958
958
|
import { Fragment as Fragment4, jsx as jsx15 } from "react/jsx-runtime";
|
|
959
959
|
var Editor = lazy(
|
|
960
|
-
() => import("./Editor-
|
|
960
|
+
() => import("./Editor-CD7CMRO5.mjs").then((m) => ({
|
|
961
961
|
default: m.Editor
|
|
962
962
|
}))
|
|
963
963
|
);
|
|
@@ -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-
|
|
998
|
-
var ObjectField = lazy2(() => import("./ObjectField-
|
|
997
|
+
var ArrayField = lazy2(() => import("./ArrayField-PRFYE7UT.mjs").then((m) => ({ default: m.ArrayField })));
|
|
998
|
+
var ObjectField = lazy2(() => import("./ObjectField-G5CR3WD3.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,
|