@crediblemark/build 0.24.5 → 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.
- package/dist/ArrayField-2HGRARI2.mjs +19 -0
- package/dist/{ArrayField-ZD5UTLNU.css → ArrayField-SEWJV5GB.css} +53 -36
- package/dist/{Editor-HOZVZZIZ.mjs → Editor-3EPLDK4J.mjs} +7 -7
- package/dist/ObjectField-2JSLQM7O.mjs +19 -0
- package/dist/{ObjectField-SQKROKJM.css → ObjectField-KBWPA5AV.css} +53 -36
- package/dist/{chunk-VBNE6GK2.mjs → chunk-5JSNFZKX.mjs} +7 -7
- package/dist/chunk-7EY2S46B.mjs +92 -0
- package/dist/{chunk-WKMRHPOM.mjs → chunk-KUWVOWUV.mjs} +1 -1
- package/dist/{chunk-LBMMY5IM.mjs → chunk-MFTVX2ME.mjs} +1 -1
- package/dist/{ArrayField-F7OLZF6U.mjs → chunk-N2NNRJDJ.mjs} +364 -45
- package/dist/{chunk-H2LU4EW3.mjs → chunk-QV6ANL5D.mjs} +209 -156
- package/dist/{chunk-5VWWS4RS.mjs → chunk-TROD5OXC.mjs} +737 -373
- package/dist/{chunk-5OK3IPVN.mjs → chunk-VE6BIQKS.mjs} +1 -1
- package/dist/{chunk-2VS2BST6.mjs → chunk-WH3A7FAR.mjs} +1 -1
- package/dist/{chunk-GIUKL443.mjs → chunk-XLNVCM4Q.mjs} +30 -30
- package/dist/{chunk-6RPYD5IO.mjs → chunk-YE4FXNJW.mjs} +2 -2
- package/dist/{full-65U7W6EN.mjs → full-SYDEKGLJ.mjs} +5 -5
- package/dist/index.css +71 -54
- package/dist/index.d.mts +37 -1
- package/dist/index.d.ts +37 -1
- package/dist/index.js +1096 -697
- package/dist/index.mjs +17 -10
- package/dist/{loaded-3NNC6Q35.mjs → loaded-5JH76RZT.mjs} +2 -2
- package/dist/{loaded-2CPFB62H.mjs → loaded-NHGZU7V3.mjs} +2 -2
- package/dist/{loaded-GYA4OMNE.mjs → loaded-ON5OAY2P.mjs} +2 -2
- package/dist/no-external.css +71 -54
- package/dist/no-external.d.mts +1 -1
- package/dist/no-external.d.ts +1 -1
- package/dist/no-external.js +1096 -697
- package/dist/no-external.mjs +17 -10
- package/package.json +1 -1
- package/dist/ObjectField-4SN4ZYFF.mjs +0 -87
- package/dist/chunk-BQW2NTNG.mjs +0 -339
- package/dist/chunk-IRJS3HWQ.mjs +0 -60
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
+
ColorPickerField,
|
|
2
3
|
CredBuild,
|
|
3
4
|
Drawer,
|
|
4
5
|
DropZone,
|
|
5
6
|
Render,
|
|
7
|
+
ResponsiveSliderField,
|
|
8
|
+
SliderField,
|
|
6
9
|
blocksPlugin,
|
|
7
10
|
createUseCredBuild,
|
|
8
11
|
fieldsPlugin,
|
|
@@ -12,17 +15,18 @@ import {
|
|
|
12
15
|
registerOverlayPortal,
|
|
13
16
|
useCredBuild,
|
|
14
17
|
useGetCredBuild
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-TROD5OXC.mjs";
|
|
19
|
+
import "./chunk-YE4FXNJW.mjs";
|
|
17
20
|
import {
|
|
18
21
|
setDeep
|
|
19
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-N2NNRJDJ.mjs";
|
|
23
|
+
import "./chunk-7EY2S46B.mjs";
|
|
20
24
|
import {
|
|
21
25
|
AutoField,
|
|
22
26
|
Button,
|
|
23
27
|
FieldLabel
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-QV6ANL5D.mjs";
|
|
29
|
+
import "./chunk-WH3A7FAR.mjs";
|
|
26
30
|
import {
|
|
27
31
|
migrate,
|
|
28
32
|
resolveAllData,
|
|
@@ -37,11 +41,11 @@ import {
|
|
|
37
41
|
Label,
|
|
38
42
|
RichTextMenu,
|
|
39
43
|
Separator
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
43
|
-
import "./chunk-
|
|
44
|
-
import "./chunk-
|
|
44
|
+
} from "./chunk-5JSNFZKX.mjs";
|
|
45
|
+
import "./chunk-MFTVX2ME.mjs";
|
|
46
|
+
import "./chunk-KUWVOWUV.mjs";
|
|
47
|
+
import "./chunk-VE6BIQKS.mjs";
|
|
48
|
+
import "./chunk-XLNVCM4Q.mjs";
|
|
45
49
|
import "./chunk-64A37UUC.mjs";
|
|
46
50
|
import "./chunk-SMAWAXVX.mjs";
|
|
47
51
|
import "./chunk-BFHV72KK.mjs";
|
|
@@ -54,6 +58,7 @@ export {
|
|
|
54
58
|
ActionBar,
|
|
55
59
|
AutoField,
|
|
56
60
|
Button,
|
|
61
|
+
ColorPickerField,
|
|
57
62
|
CredBuild,
|
|
58
63
|
Drawer,
|
|
59
64
|
DropZone,
|
|
@@ -62,8 +67,10 @@ export {
|
|
|
62
67
|
IconButton,
|
|
63
68
|
Label,
|
|
64
69
|
Render,
|
|
70
|
+
ResponsiveSliderField,
|
|
65
71
|
RichTextMenu,
|
|
66
72
|
Separator,
|
|
73
|
+
SliderField,
|
|
67
74
|
blocksPlugin,
|
|
68
75
|
createUseCredBuild,
|
|
69
76
|
fieldsPlugin,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useListOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VE6BIQKS.mjs";
|
|
4
4
|
import {
|
|
5
5
|
List,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-XLNVCM4Q.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
|
useHeadingOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KUWVOWUV.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Heading,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-XLNVCM4Q.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-MFTVX2ME.mjs";
|
|
4
4
|
import {
|
|
5
5
|
SelectControl,
|
|
6
6
|
TextAlignStart,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-XLNVCM4Q.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,28 +240,31 @@
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
|
|
243
|
-
.
|
|
244
|
-
margin-top:
|
|
243
|
+
._InputWrapper_1bq9u_1 + ._InputWrapper_1bq9u_1 {
|
|
244
|
+
margin-top: 5px;
|
|
245
245
|
}
|
|
246
|
-
._Input-
|
|
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:
|
|
250
|
+
padding-bottom: 4px;
|
|
251
251
|
font-size: var(--credbuild-font-size-xxs);
|
|
252
252
|
font-weight: 600;
|
|
253
253
|
}
|
|
254
|
-
._Input-
|
|
254
|
+
._Input-label--noChildren_1bq9u_14 {
|
|
255
|
+
padding-bottom: 0;
|
|
256
|
+
}
|
|
257
|
+
._Input-labelIcon_1bq9u_18 {
|
|
255
258
|
color: var(--credbuild-color-grey-07);
|
|
256
259
|
display: flex;
|
|
257
260
|
margin-inline-end: 4px;
|
|
258
261
|
padding-inline-start: 4px;
|
|
259
262
|
}
|
|
260
|
-
._Input-
|
|
263
|
+
._Input-disabledIcon_1bq9u_25 {
|
|
261
264
|
color: var(--credbuild-color-grey-05);
|
|
262
265
|
margin-inline-start: auto;
|
|
263
266
|
}
|
|
264
|
-
._Input-
|
|
267
|
+
._Input-input_1bq9u_30 {
|
|
265
268
|
background: var(--credbuild-color-white);
|
|
266
269
|
border-width: 1px;
|
|
267
270
|
border-style: solid;
|
|
@@ -270,17 +273,17 @@
|
|
|
270
273
|
box-sizing: border-box;
|
|
271
274
|
font-family: inherit;
|
|
272
275
|
font-size: 16px;
|
|
273
|
-
padding:
|
|
276
|
+
padding: 6px 10px;
|
|
274
277
|
transition: border-color 50ms ease-in;
|
|
275
278
|
width: 100%;
|
|
276
279
|
max-width: 100%;
|
|
277
280
|
}
|
|
278
281
|
@media (min-width: 458px) {
|
|
279
|
-
._Input-
|
|
282
|
+
._Input-input_1bq9u_30 {
|
|
280
283
|
font-size: 14px;
|
|
281
284
|
}
|
|
282
285
|
}
|
|
283
|
-
select._Input-
|
|
286
|
+
select._Input-input_1bq9u_30 {
|
|
284
287
|
appearance: none;
|
|
285
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;
|
|
286
289
|
background-size: 12px;
|
|
@@ -289,29 +292,29 @@ select._Input-input_1q7gk_26 {
|
|
|
289
292
|
background-color: var(--credbuild-color-white);
|
|
290
293
|
cursor: pointer;
|
|
291
294
|
}
|
|
292
|
-
select._Input-
|
|
295
|
+
select._Input-input_1bq9u_30:dir(rtl) {
|
|
293
296
|
background-position: 12px calc(50% + 3px);
|
|
294
297
|
}
|
|
295
298
|
@media (hover: hover) and (pointer: fine) {
|
|
296
|
-
.
|
|
297
|
-
.
|
|
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]) {
|
|
298
301
|
border-color: var(--credbuild-color-grey-05);
|
|
299
302
|
transition: none;
|
|
300
303
|
}
|
|
301
|
-
.
|
|
304
|
+
._Input_1bq9u_1:has(> select):hover ._Input-input_1bq9u_30:not([disabled]) {
|
|
302
305
|
background-color: var(--credbuild-color-azure-12);
|
|
303
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>");
|
|
304
307
|
border-color: var(--credbuild-color-grey-05);
|
|
305
308
|
transition: none;
|
|
306
309
|
}
|
|
307
310
|
}
|
|
308
|
-
._Input-
|
|
311
|
+
._Input-input_1bq9u_30:focus {
|
|
309
312
|
border-color: var(--credbuild-color-grey-05);
|
|
310
313
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
311
314
|
transition: none;
|
|
312
315
|
}
|
|
313
|
-
._Input--
|
|
314
|
-
._Input--
|
|
316
|
+
._Input--readOnly_1bq9u_86 > ._Input-input_1bq9u_30,
|
|
317
|
+
._Input--readOnly_1bq9u_86 > select._Input-input_1bq9u_30 {
|
|
315
318
|
background-color: var(--credbuild-color-grey-11);
|
|
316
319
|
border-color: var(--credbuild-color-grey-09);
|
|
317
320
|
color: var(--credbuild-color-grey-04);
|
|
@@ -320,34 +323,34 @@ select._Input-input_1q7gk_26:dir(rtl) {
|
|
|
320
323
|
outline: 0;
|
|
321
324
|
transition: none;
|
|
322
325
|
}
|
|
323
|
-
._Input-
|
|
326
|
+
._Input-radioGroupItems_1bq9u_97 {
|
|
324
327
|
display: flex;
|
|
325
328
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
326
329
|
border-radius: 4px;
|
|
327
330
|
flex-wrap: wrap;
|
|
328
331
|
}
|
|
329
|
-
._Input-
|
|
332
|
+
._Input-radio_1bq9u_97 {
|
|
330
333
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
331
334
|
flex-grow: 1;
|
|
332
335
|
}
|
|
333
|
-
._Input-
|
|
336
|
+
._Input-radio_1bq9u_97:first-of-type {
|
|
334
337
|
border-bottom-left-radius: 4px;
|
|
335
338
|
border-top-left-radius: 4px;
|
|
336
339
|
}
|
|
337
|
-
._Input-
|
|
340
|
+
._Input-radio_1bq9u_97:first-of-type ._Input-radioInner_1bq9u_114 {
|
|
338
341
|
border-bottom-left-radius: 3px;
|
|
339
342
|
border-top-left-radius: 3px;
|
|
340
343
|
}
|
|
341
|
-
._Input-
|
|
344
|
+
._Input-radio_1bq9u_97:last-of-type {
|
|
342
345
|
border-bottom-right-radius: 4px;
|
|
343
346
|
border-inline-end: 0;
|
|
344
347
|
border-top-right-radius: 4px;
|
|
345
348
|
}
|
|
346
|
-
._Input-
|
|
349
|
+
._Input-radio_1bq9u_97:last-of-type ._Input-radioInner_1bq9u_114 {
|
|
347
350
|
border-bottom-right-radius: 3px;
|
|
348
351
|
border-top-right-radius: 3px;
|
|
349
352
|
}
|
|
350
|
-
._Input-
|
|
353
|
+
._Input-radioInner_1bq9u_114 {
|
|
351
354
|
background-color: var(--credbuild-color-white);
|
|
352
355
|
color: var(--credbuild-color-grey-04);
|
|
353
356
|
cursor: pointer;
|
|
@@ -356,32 +359,32 @@ select._Input-input_1q7gk_26:dir(rtl) {
|
|
|
356
359
|
text-align: center;
|
|
357
360
|
transition: background-color 50ms ease-in;
|
|
358
361
|
}
|
|
359
|
-
._Input-
|
|
362
|
+
._Input-radio_1bq9u_97:has(:focus-visible) {
|
|
360
363
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
361
364
|
outline-offset: 2px;
|
|
362
365
|
position: relative;
|
|
363
366
|
}
|
|
364
367
|
@media (hover: hover) and (pointer: fine) {
|
|
365
|
-
._Input-
|
|
368
|
+
._Input-radioInner_1bq9u_114:hover {
|
|
366
369
|
background-color: var(--credbuild-color-azure-12);
|
|
367
370
|
transition: none;
|
|
368
371
|
}
|
|
369
372
|
}
|
|
370
|
-
._Input--
|
|
373
|
+
._Input--readOnly_1bq9u_86 ._Input-radioInner_1bq9u_114 {
|
|
371
374
|
background-color: var(--credbuild-color-white);
|
|
372
375
|
color: var(--credbuild-color-grey-04);
|
|
373
376
|
cursor: default;
|
|
374
377
|
}
|
|
375
|
-
._Input-
|
|
378
|
+
._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
|
|
376
379
|
background-color: var(--credbuild-color-azure-11);
|
|
377
380
|
color: var(--credbuild-color-azure-04);
|
|
378
381
|
font-weight: 500;
|
|
379
382
|
}
|
|
380
|
-
._Input--
|
|
383
|
+
._Input--readOnly_1bq9u_86 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
|
|
381
384
|
background-color: var(--credbuild-color-grey-11);
|
|
382
385
|
color: var(--credbuild-color-grey-04);
|
|
383
386
|
}
|
|
384
|
-
._Input-
|
|
387
|
+
._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159 {
|
|
385
388
|
clip: rect(0 0 0 0);
|
|
386
389
|
clip-path: inset(100%);
|
|
387
390
|
height: 1px;
|
|
@@ -390,7 +393,7 @@ select._Input-input_1q7gk_26:dir(rtl) {
|
|
|
390
393
|
white-space: nowrap;
|
|
391
394
|
width: 1px;
|
|
392
395
|
}
|
|
393
|
-
textarea._Input-
|
|
396
|
+
textarea._Input-input_1bq9u_30 {
|
|
394
397
|
margin-bottom: -4px;
|
|
395
398
|
}
|
|
396
399
|
|
|
@@ -1347,18 +1350,32 @@ textarea._Input-input_1q7gk_26 {
|
|
|
1347
1350
|
}
|
|
1348
1351
|
|
|
1349
1352
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1350
|
-
.
|
|
1353
|
+
._ObjectField_1vrf5_1 {
|
|
1351
1354
|
display: flex;
|
|
1352
1355
|
flex-direction: column;
|
|
1353
|
-
background-color:
|
|
1356
|
+
background-color: transparent;
|
|
1354
1357
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
1355
|
-
border-radius:
|
|
1358
|
+
border-radius: 6px;
|
|
1359
|
+
margin-bottom: 8px;
|
|
1360
|
+
overflow: hidden;
|
|
1361
|
+
transition: all 0.2s ease;
|
|
1356
1362
|
}
|
|
1357
|
-
._ObjectField
|
|
1363
|
+
._ObjectField--isOpen_1vrf5_12 {
|
|
1364
|
+
border-color: var(--credbuild-color-azure-09);
|
|
1365
|
+
background-color: var(--credbuild-color-grey-11);
|
|
1366
|
+
}
|
|
1367
|
+
._ObjectField-content_1vrf5_17 {
|
|
1368
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1369
|
+
background-color: var(--credbuild-color-white);
|
|
1370
|
+
}
|
|
1371
|
+
._ObjectField-fieldset_1vrf5_22 {
|
|
1358
1372
|
border: none;
|
|
1359
1373
|
margin: 0;
|
|
1360
1374
|
min-width: 0;
|
|
1361
|
-
padding:
|
|
1375
|
+
padding: 12px 12px;
|
|
1376
|
+
display: flex;
|
|
1377
|
+
flex-direction: column;
|
|
1378
|
+
gap: 12px;
|
|
1362
1379
|
}
|
|
1363
1380
|
|
|
1364
1381
|
/* css-module:/home/crediblemark/Project/Credibuild/components/Drawer/styles.module.css/#css-module-data */
|
|
@@ -2156,18 +2173,18 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2156
2173
|
}
|
|
2157
2174
|
|
|
2158
2175
|
/* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2159
|
-
.
|
|
2176
|
+
._SidebarSection_17qyf_1 {
|
|
2160
2177
|
display: flex;
|
|
2161
2178
|
position: relative;
|
|
2162
2179
|
flex-direction: column;
|
|
2163
2180
|
color: var(--credbuild-color-black);
|
|
2164
2181
|
}
|
|
2165
|
-
.
|
|
2182
|
+
._SidebarSection_17qyf_1:last-of-type {
|
|
2166
2183
|
flex-grow: 1;
|
|
2167
2184
|
}
|
|
2168
|
-
._SidebarSection-
|
|
2185
|
+
._SidebarSection-title_17qyf_12 {
|
|
2169
2186
|
background: var(--credbuild-color-grey-11);
|
|
2170
|
-
padding:
|
|
2187
|
+
padding: 4px 10px;
|
|
2171
2188
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
2172
2189
|
display: flex;
|
|
2173
2190
|
align-items: center;
|
|
@@ -2176,11 +2193,11 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2176
2193
|
user-select: none;
|
|
2177
2194
|
transition: background 0.2s ease;
|
|
2178
2195
|
}
|
|
2179
|
-
._SidebarSection-
|
|
2196
|
+
._SidebarSection-title_17qyf_12:hover {
|
|
2180
2197
|
background: #f3f4f6;
|
|
2181
2198
|
}
|
|
2182
|
-
._SidebarSection-
|
|
2183
|
-
._SidebarSection-
|
|
2199
|
+
._SidebarSection-title_17qyf_12 h2,
|
|
2200
|
+
._SidebarSection-title_17qyf_12 span {
|
|
2184
2201
|
font-size: 10px;
|
|
2185
2202
|
text-transform: uppercase;
|
|
2186
2203
|
letter-spacing: 0.1em;
|
|
@@ -2188,17 +2205,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2188
2205
|
color: var(--credbuild-color-grey-05);
|
|
2189
2206
|
margin: 0;
|
|
2190
2207
|
}
|
|
2191
|
-
._SidebarSection--
|
|
2208
|
+
._SidebarSection--noBorderTop_17qyf_38 > ._SidebarSection-title_17qyf_12 {
|
|
2192
2209
|
border-top: 0px;
|
|
2193
2210
|
}
|
|
2194
|
-
._SidebarSection-
|
|
2211
|
+
._SidebarSection-content_17qyf_42:last-child {
|
|
2195
2212
|
padding-bottom: 4px;
|
|
2196
2213
|
}
|
|
2197
|
-
.
|
|
2214
|
+
._SidebarSection_17qyf_1:last-of-type ._SidebarSection-content_17qyf_42 {
|
|
2198
2215
|
border-bottom: none;
|
|
2199
2216
|
flex-grow: 1;
|
|
2200
2217
|
}
|
|
2201
|
-
._SidebarSection-
|
|
2218
|
+
._SidebarSection-breadcrumbLabel_17qyf_51 {
|
|
2202
2219
|
background: none;
|
|
2203
2220
|
border: 0;
|
|
2204
2221
|
border-radius: 2px;
|
|
@@ -2209,34 +2226,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2209
2226
|
padding: 0;
|
|
2210
2227
|
transition: color 50ms ease-in;
|
|
2211
2228
|
}
|
|
2212
|
-
._SidebarSection-
|
|
2229
|
+
._SidebarSection-breadcrumbLabel_17qyf_51:focus-visible {
|
|
2213
2230
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
2214
2231
|
outline-offset: 2px;
|
|
2215
2232
|
}
|
|
2216
2233
|
@media (hover: hover) and (pointer: fine) {
|
|
2217
|
-
._SidebarSection-
|
|
2234
|
+
._SidebarSection-breadcrumbLabel_17qyf_51:hover {
|
|
2218
2235
|
color: var(--credbuild-color-azure-03);
|
|
2219
2236
|
transition: none;
|
|
2220
2237
|
}
|
|
2221
2238
|
}
|
|
2222
|
-
._SidebarSection-
|
|
2239
|
+
._SidebarSection-breadcrumbLabel_17qyf_51:active {
|
|
2223
2240
|
color: var(--credbuild-color-azure-02);
|
|
2224
2241
|
transition: none;
|
|
2225
2242
|
}
|
|
2226
|
-
._SidebarSection-
|
|
2243
|
+
._SidebarSection-breadcrumbs_17qyf_80 {
|
|
2227
2244
|
align-items: center;
|
|
2228
2245
|
display: flex;
|
|
2229
2246
|
gap: 4px;
|
|
2230
2247
|
}
|
|
2231
|
-
._SidebarSection-
|
|
2248
|
+
._SidebarSection-breadcrumb_17qyf_51 {
|
|
2232
2249
|
align-items: center;
|
|
2233
2250
|
display: flex;
|
|
2234
2251
|
gap: 4px;
|
|
2235
2252
|
}
|
|
2236
|
-
._SidebarSection-
|
|
2253
|
+
._SidebarSection-heading_17qyf_92 {
|
|
2237
2254
|
padding-inline-end: 16px;
|
|
2238
2255
|
}
|
|
2239
|
-
._SidebarSection-
|
|
2256
|
+
._SidebarSection-loadingOverlay_17qyf_96 {
|
|
2240
2257
|
background: var(--credbuild-color-white);
|
|
2241
2258
|
display: flex;
|
|
2242
2259
|
justify-content: center;
|
package/dist/no-external.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { v as Adaptor, A as AppState, w as ArrayField, x as ArrayState, y as AsFieldProps, B as BaseData, z as BaseField, E as CacheOpts, m as ComponentConfig, G as ComponentConfigExtensions, J as ComponentConfigParams, c as ComponentData, K as ComponentDataMap, L as ComponentDataOptionalId, N as ComponentMetadata, a as Config, Q as ConfigParams, b as Content, C as CredBuildAction, S as CredBuildComponent, T as CredBuildContext, X as CredBuildMetadata, Y as CustomField, Z as CustomFieldRender, D as Data, e as DefaultComponentProps, d as DefaultComponents, f as DefaultRootFieldProps, _ as DefaultRootProps, $ as DefaultRootRenderProps, a0 as Direction, a1 as DragAxis, a2 as ExternalField, a3 as ExternalFieldWithAdaptor, a4 as ExtractConfigParams, a5 as ExtractField, p as Field, a6 as FieldMetadata, q as FieldProps, a7 as FieldRenderFunctions, a8 as FieldTransformFn, a9 as FieldTransformFnParams, n as FieldTransforms, F as Fields, H as History, I as IframeConfig, s as InitialHistory, aa as ItemWithId, ab as MappedItem, M as Metadata, ac as NumberField, ad as ObjectField, O as OnAction, ae as OverrideKey, k as Overrides, g as Permissions, j as Plugin, af as RadioField, i as ResolveDataTrigger, ag as RichText, o as RichtextField, ah as RootConfig, R as RootData, h as RootDataWithProps, ai as RootDataWithoutProps, aj as SelectField, ak as Slot, al as SlotComponent, am as SlotField, an as TextField, ao as TextareaField, l as UiState, U as UserGenerics, ap as Viewport, V as Viewports, aq as WithChildren, ar as WithCredBuildProps, W as WithId, as as WithSlotProps, at as overrideKeys } from './actions-CEH_5LMY.mjs';
|
|
2
|
-
export { Action, ActionBar, AutoField, Button, CredBuild, CredBuildApi, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Render, RichTextMenu, Separator, UseCredBuildData, blocksPlugin, createUseCredBuild, fieldsPlugin, legacySideBarPlugin, outlinePlugin, registerOverlayPortal, setDeep, useCredBuild, useGetCredBuild } from './index.mjs';
|
|
2
|
+
export { Action, ActionBar, AutoField, Button, ColorPickerField, CredBuild, CredBuildApi, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Render, ResponsiveSliderField, RichTextMenu, Separator, SliderField, UseCredBuildData, blocksPlugin, createUseCredBuild, fieldsPlugin, legacySideBarPlugin, outlinePlugin, registerOverlayPortal, setDeep, useCredBuild, useGetCredBuild } from './index.mjs';
|
|
3
3
|
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-C78ZVz19.mjs';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@tiptap/react';
|
package/dist/no-external.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { v as Adaptor, A as AppState, w as ArrayField, x as ArrayState, y as AsFieldProps, B as BaseData, z as BaseField, E as CacheOpts, m as ComponentConfig, G as ComponentConfigExtensions, J as ComponentConfigParams, c as ComponentData, K as ComponentDataMap, L as ComponentDataOptionalId, N as ComponentMetadata, a as Config, Q as ConfigParams, b as Content, C as CredBuildAction, S as CredBuildComponent, T as CredBuildContext, X as CredBuildMetadata, Y as CustomField, Z as CustomFieldRender, D as Data, e as DefaultComponentProps, d as DefaultComponents, f as DefaultRootFieldProps, _ as DefaultRootProps, $ as DefaultRootRenderProps, a0 as Direction, a1 as DragAxis, a2 as ExternalField, a3 as ExternalFieldWithAdaptor, a4 as ExtractConfigParams, a5 as ExtractField, p as Field, a6 as FieldMetadata, q as FieldProps, a7 as FieldRenderFunctions, a8 as FieldTransformFn, a9 as FieldTransformFnParams, n as FieldTransforms, F as Fields, H as History, I as IframeConfig, s as InitialHistory, aa as ItemWithId, ab as MappedItem, M as Metadata, ac as NumberField, ad as ObjectField, O as OnAction, ae as OverrideKey, k as Overrides, g as Permissions, j as Plugin, af as RadioField, i as ResolveDataTrigger, ag as RichText, o as RichtextField, ah as RootConfig, R as RootData, h as RootDataWithProps, ai as RootDataWithoutProps, aj as SelectField, ak as Slot, al as SlotComponent, am as SlotField, an as TextField, ao as TextareaField, l as UiState, U as UserGenerics, ap as Viewport, V as Viewports, aq as WithChildren, ar as WithCredBuildProps, W as WithId, as as WithSlotProps, at as overrideKeys } from './actions-CEH_5LMY.js';
|
|
2
|
-
export { Action, ActionBar, AutoField, Button, CredBuild, CredBuildApi, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Render, RichTextMenu, Separator, UseCredBuildData, blocksPlugin, createUseCredBuild, fieldsPlugin, legacySideBarPlugin, outlinePlugin, registerOverlayPortal, setDeep, useCredBuild, useGetCredBuild } from './index.js';
|
|
2
|
+
export { Action, ActionBar, AutoField, Button, ColorPickerField, CredBuild, CredBuildApi, Drawer, DropZone, FieldLabel, Group, IconButton, Label, Render, ResponsiveSliderField, RichTextMenu, Separator, SliderField, UseCredBuildData, blocksPlugin, createUseCredBuild, fieldsPlugin, legacySideBarPlugin, outlinePlugin, registerOverlayPortal, setDeep, useCredBuild, useGetCredBuild } from './index.js';
|
|
3
3
|
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-B4ZvMfxS.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@tiptap/react';
|