@esfaenza/flow-builder 20.0.0 → 20.3.1
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/README.md +372 -354
- package/fesm2022/esfaenza-flow-builder.mjs +1001 -172
- package/fesm2022/esfaenza-flow-builder.mjs.map +1 -1
- package/index.d.ts +451 -42
- package/package.json +1 -1
- package/styles/flow-builder.css +12 -0
package/package.json
CHANGED
package/styles/flow-builder.css
CHANGED
|
@@ -425,6 +425,18 @@ f-flow .fb-edge--goto .f-connection-path {
|
|
|
425
425
|
color: var(--fb-text, #1d2939);
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
+
/**
|
|
429
|
+
* Il titolo di una voce di elenco, dove il badge numerico non va: gli step di uno stage non
|
|
430
|
+
* sono numerati, perche' non sono una sequenza (§5.13), e un'etichetta dentro il cerchio da
|
|
431
|
+
* 18px si sovrappone a se stessa.
|
|
432
|
+
*/
|
|
433
|
+
.fb-list__title {
|
|
434
|
+
font-size: 12px;
|
|
435
|
+
font-weight: 600;
|
|
436
|
+
color: var(--fb-text, #1d2939);
|
|
437
|
+
overflow-wrap: anywhere;
|
|
438
|
+
}
|
|
439
|
+
|
|
428
440
|
.fb-list__spacer {
|
|
429
441
|
flex: 1;
|
|
430
442
|
}
|