@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/flow-builder",
3
- "version": "20.0.0",
3
+ "version": "20.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.25",
6
6
  "@angular/core": "^20.3.25",
@@ -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
  }