@likec4/styles 1.36.1 → 1.37.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/styles.css CHANGED
@@ -99,6 +99,7 @@
99
99
  --likec4-palette-relation-stroke: #3b82f6;
100
100
  --likec4-palette-relation-label: #60a5fa;
101
101
  --likec4-palette-relation-label-bg: #172554;
102
+ --likec4-palette-outline: var(--likec4-palette-loContrast);
102
103
  }
103
104
 
104
105
  @property --likec4-text-size {
@@ -357,11 +358,11 @@
357
358
  --durations-slower: 400ms;
358
359
  --durations-slowest: 500ms;
359
360
  --shadows-none: none;
360
- --shadows-xs: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
361
- --shadows-sm: 0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 10px 15px -5px, rgba(0, 0, 0, 0.04) 0 7px 7px -5px;
362
- --shadows-md: 0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
363
- --shadows-lg: 0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 28px 23px -7px, rgba(0, 0, 0, 0.04) 0 12px 12px -7px;
364
- --shadows-xl: 0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 36px 28px -7px, rgba(0, 0, 0, 0.04) 0 17px 17px -7px;
361
+ --shadows-xs: 0 1px 3px rgb(0 0 0/5%), 0 1px 2px rgb(0 0 0/10%);
362
+ --shadows-sm: 0 1px 3px rgb(0 0 0/5%), 0 10px 15px -5px rgb(0 0 0/5%), 0 7px 7px -5px rgb(0 0 0/4%);
363
+ --shadows-md: 0 1px 3px rgb(0 0 0/5%), 0 20px 25px -5px rgb(0 0 0/5%), 0 10px 10px -5px rgb(0 0 0/4%);
364
+ --shadows-lg: 0 1px 3px rgb(0 0 0/5%), 0 28px 23px -7px rgb(0 0 0/5%), 0 12px 12px -7px rgb(0 0 0/4%);
365
+ --shadows-xl: 0 1px 3px rgb(0 0 0/5%), 0 36px 28px -7px rgb(0 0 0/5%), 0 17px 17px -7px rgb(0 0 0/4%);
365
366
  --breakpoints-xs: 36em;
366
367
  --breakpoints-sm: 48em;
367
368
  --breakpoints-md: 62em;
@@ -3286,6 +3287,16 @@
3286
3287
  --colors-likec4-panel-border: color-mix(in srgb, var(--colors-mantine-colors-default-border) 30%, transparent)
3287
3288
  }
3288
3289
 
3290
+ @keyframes indicatorOpacity {
3291
+ 0% {
3292
+ opacity: 0.9;
3293
+ }
3294
+
3295
+ 100% {
3296
+ opacity: 0.6;
3297
+ }
3298
+ }
3299
+
3289
3300
  @keyframes indicatorStrokeOpacity {
3290
3301
  0% {
3291
3302
  stroke-opacity: 0.8;
@@ -3325,19 +3336,29 @@
3325
3336
 
3326
3337
  .likec4-markdown-block {
3327
3338
  --text-fz: 1rem;
3328
- --typography-spacing: calc(0.75 * var(--text-fz) * var(--mantine-scale, 1));
3329
3339
  --text-fz-sm: calc(var(--text-fz) * var(--mantine-scale, 1) / 1.125);
3330
3340
  --text-fz-md: calc(var(--text-fz) * var(--mantine-scale, 1));
3341
+ --typography-spacing: calc(0.75 * var(--text-fz-md));
3331
3342
  --text-fw-headings: 600;
3332
- pointer-events: all;
3333
3343
  font-size: var(--text-fz-md);
3334
- padding-bottom: calc(.5 * var(--typography-spacing) + 1px);
3344
+ line-height: var(--mantine-line-height);
3345
+ }
3346
+
3347
+ [data-mantine-color-scheme="light"] .likec4-markdown-block {
3348
+ --code-background: var(--mantine-color-gray-2);
3349
+ --code-color: var(--mantine-color-black);
3350
+ }
3351
+
3352
+ [data-mantine-color-scheme="dark"] .likec4-markdown-block {
3353
+ --code-background: var(--mantine-color-dark-8);
3354
+ --code-color: var(--mantine-color-white);
3335
3355
  }
3336
3356
 
3337
3357
  .likec4-markdown-block :where(hr) {
3338
- margin: var(--typography-spacing);
3339
3358
  border: var(--borders-none);
3340
3359
  border-bottom: 1px solid;
3360
+ margin-top: calc(var(--typography-spacing) / 2);
3361
+ margin-bottom: calc(var(--typography-spacing) / 2);
3341
3362
  }
3342
3363
 
3343
3364
  [data-mantine-color-scheme="light"] .likec4-markdown-block :where(hr) {
@@ -3349,49 +3370,36 @@
3349
3370
  }
3350
3371
 
3351
3372
  .likec4-markdown-block :where(pre) {
3352
- padding: var(--mantine-spacing-xs);
3353
3373
  margin: var(--spacing-0);
3354
- border-radius: var(--mantine-radius-xs);
3355
- line-height: var(--mantine-line-height);
3374
+ padding-inline: var(--spacing-3);
3375
+ padding-block: var(--spacing-2);
3376
+ border-radius: var(--radii-sm);
3377
+ line-height: var(--mantine-line-height-xs);
3356
3378
  font-family: var(--mantine-font-family-monospace);
3357
3379
  font-size: var(--text-fz-sm);
3358
- margin-top: var(--mantine-spacing-md);
3359
- margin-bottom: var(--mantine-spacing-md);
3380
+ background-color: var(--code-background);
3381
+ color: var(--code-color);
3382
+ margin-top: var(--typography-spacing);
3383
+ margin-bottom: var(--typography-spacing);
3360
3384
  overflow-x: auto;
3361
3385
  }
3362
3386
 
3363
- .likec4-markdown-block :where(pre) :where(code) {
3364
- padding: var(--spacing-0);
3365
- border: 0;
3366
- border-radius: var(--radii-0);
3367
- background-color: var(--colors-transparent);
3368
- color: inherit;
3369
- }
3370
-
3371
- [data-mantine-color-scheme="light"] .likec4-markdown-block :where(pre) {
3372
- background-color: var(--colors-mantine-colors-gray\[0\]);
3373
- }
3374
-
3375
- [data-mantine-color-scheme="dark"] .likec4-markdown-block :where(pre) {
3376
- background-color: var(--colors-mantine-colors-dark\[8\]);
3377
- }
3378
-
3379
3387
  .likec4-markdown-block :where(code) {
3380
3388
  padding: 1px 4px;
3381
- border-radius: 2px;
3389
+ border-radius: var(--radii-xs);
3382
3390
  line-height: var(--line-heights-1);
3383
3391
  font-family: var(--mantine-font-family-monospace);
3384
3392
  font-size: var(--text-fz-sm);
3393
+ background-color: var(--code-background);
3394
+ color: var(--code-color);
3385
3395
  }
3386
3396
 
3387
- [data-mantine-color-scheme="light"] .likec4-markdown-block :where(code) {
3388
- background-color: var(--colors-mantine-colors-gray\[0\]);
3389
- color: mantine.colors.black;
3390
- }
3391
-
3392
- [data-mantine-color-scheme="dark"] .likec4-markdown-block :where(code) {
3393
- background-color: var(--colors-mantine-colors-dark\[5\]);
3394
- color: var(--colors-mantine-colors-white);
3397
+ .likec4-markdown-block :where(pre code) {
3398
+ padding: var(--spacing-0);
3399
+ border: 0;
3400
+ border-radius: var(--radii-0);
3401
+ background-color: var(--colors-transparent);
3402
+ color: inherit;
3395
3403
  }
3396
3404
 
3397
3405
  .likec4-markdown-block :where(blockquote) {
@@ -3399,15 +3407,14 @@
3399
3407
  padding: var(--spacing-xs);
3400
3408
  border-radius: var(--mantine-radius-sm);
3401
3409
  font-size: var(--text-fz-md);
3402
- line-height: var(--mantine-line-height);
3403
3410
  }
3404
3411
 
3405
3412
  [data-mantine-color-scheme="light"] .likec4-markdown-block :where(blockquote) {
3406
- background-color: var(--colors-mantine-colors-gray\[1\]);
3413
+ background-color: var(--mantine-color-gray-1);
3407
3414
  }
3408
3415
 
3409
3416
  [data-mantine-color-scheme="dark"] .likec4-markdown-block :where(blockquote) {
3410
- background-color: var(--colors-mantine-colors-dark\[5\]);
3417
+ background-color: var(--mantine-color-dark-5);
3411
3418
  }
3412
3419
 
3413
3420
  .likec4-markdown-block :where(blockquote):not(:first-child) {
@@ -3433,38 +3440,37 @@
3433
3440
  }
3434
3441
 
3435
3442
  .likec4-markdown-block :is(h1) {
3436
- font-size: calc(1.476 * var(--text-fz) * var(--mantine-scale, 1));
3443
+ font-size: calc(1.476 * var(--text-fz-md));
3437
3444
  font-weight: var(--text-fw-headings);
3438
3445
  }
3439
3446
 
3440
3447
  .likec4-markdown-block :is(h2) {
3441
- font-size: calc(1.383 * var(--text-fz) * var(--mantine-scale, 1));
3448
+ font-size: calc(1.383 * var(--text-fz-md));
3442
3449
  font-weight: var(--text-fw-headings);
3443
3450
  }
3444
3451
 
3445
3452
  .likec4-markdown-block :is(h3) {
3446
- font-size: calc(1.296 * var(--text-fz) * var(--mantine-scale, 1));
3453
+ font-size: calc(1.296 * var(--text-fz-md));
3447
3454
  font-weight: var(--text-fw-headings);
3448
3455
  }
3449
3456
 
3450
3457
  .likec4-markdown-block :is(h4) {
3451
- font-size: calc(1.215 * var(--text-fz) * var(--mantine-scale, 1));
3458
+ font-size: calc(1.215 * var(--text-fz-md));
3452
3459
  font-weight: var(--text-fw-headings);
3453
3460
  }
3454
3461
 
3455
3462
  .likec4-markdown-block :is(h5) {
3456
- font-size: calc(1.138 * var(--text-fz) * var(--mantine-scale, 1));
3463
+ font-size: calc(1.138 * var(--text-fz-md));
3457
3464
  font-weight: var(--text-fw-headings);
3458
3465
  }
3459
3466
 
3460
3467
  .likec4-markdown-block :is(h6) {
3461
- font-size: calc(1.067 * var(--text-fz) * var(--mantine-scale, 1));
3468
+ font-size: calc(1.067 * var(--text-fz-md));
3462
3469
  font-weight: var(--text-fw-headings);
3463
3470
  }
3464
3471
 
3465
3472
  .likec4-markdown-block :where(p) {
3466
3473
  font-size: var(--text-fz-md);
3467
- white-space: preserve-breaks;
3468
3474
  margin-top: var(--spacing-0);
3469
3475
  margin-bottom: var(--typography-spacing);
3470
3476
  }
@@ -3497,7 +3503,7 @@
3497
3503
  border-collapse: collapse;
3498
3504
  caption-side: bottom;
3499
3505
  width: 100%;
3500
- margin-bottom: var(--mantine-spacing-md);
3506
+ margin-bottom: var(--typography-spacing);
3501
3507
  }
3502
3508
 
3503
3509
  [data-mantine-color-scheme="light"] .likec4-markdown-block :where(table) {
@@ -3509,14 +3515,14 @@
3509
3515
  }
3510
3516
 
3511
3517
  .likec4-markdown-block :where(table) :where(th) {
3512
- padding: var(--mantine-spacing-xs) var(--mantine-spacing-xs);
3518
+ padding: var(--typography-spacing);
3513
3519
  text-align: left;
3514
3520
  font-weight: bold;
3515
3521
  font-size: var(--text-fz-sm);
3516
3522
  }
3517
3523
 
3518
3524
  .likec4-markdown-block :where(table) :where(td) {
3519
- padding: var(--mantine-spacing-xs) var(--mantine-spacing-xs);
3525
+ padding: var(--typography-spacing);
3520
3526
  border-bottom: 1px solid;
3521
3527
  border-color: var(--table-border-color);
3522
3528
  font-size: var(--text-fz-sm);
@@ -3539,7 +3545,7 @@
3539
3545
  .likec4-markdown-block :where(table) :where(caption) {
3540
3546
  font-size: var(--text-fz-sm);
3541
3547
  color: var(--mantine-color-dimmed);
3542
- margin-top: var(--mantine-spacing-xs);
3548
+ margin-top: calc(.5 * var(--typography-spacing) + 1px);
3543
3549
  }
3544
3550
 
3545
3551
  .likec4-markdown-block :first-child {
@@ -3574,17 +3580,17 @@
3574
3580
  opacity: 0.75;
3575
3581
  }
3576
3582
 
3577
- :where([data-likec4-hovered="true"]) .action-btn {
3583
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .action-btn {
3578
3584
  --ai-bg: var(--actionbtn-bg-hovered);
3579
3585
  opacity: 1;
3580
3586
  color: var(--actionbtn-color-hovered);
3581
3587
  }
3582
3588
 
3583
- .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .action-btn {
3589
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .action-btn {
3584
3590
  display: none;
3585
3591
  }
3586
3592
 
3587
- :where([data-likec4-zoom-small]) .action-btn {
3593
+ :where([data-likec4-zoom-small="true"]) .action-btn {
3588
3594
  display: none;
3589
3595
  }
3590
3596
 
@@ -3598,6 +3604,177 @@
3598
3604
  color: var(--actionbtn-color-hovered-btn);
3599
3605
  }
3600
3606
 
3607
+ .likec4-compound-node {
3608
+ --_border-width: 3px;
3609
+ --_border-radius: 6px;
3610
+ --_compound-transparency: 100%;
3611
+ --_border-transparency: 100%;
3612
+ --_indicator-spacing: calc(var(--_border-width) + 2px);
3613
+ --_compound-color: var(--likec4-palette-loContrast);
3614
+ padding: var(--spacing-0);
3615
+ margin: var(--spacing-0);
3616
+ border-style: solid;
3617
+ border-width: var(--_border-width);
3618
+ border-radius: var(--_border-radius);
3619
+ position: relative;
3620
+ pointer-events: none;
3621
+ background-clip: padding-box;
3622
+ -webkit-background-clip: padding-box;
3623
+ box-sizing: border-box;
3624
+ color: var(--_compound-color);
3625
+ width: 100%;
3626
+ height: 100%;
3627
+ }
3628
+
3629
+ [data-mantine-color-scheme="light"] .likec4-compound-node {
3630
+ --likec4-palette-outline: color-mix(in srgb, var(--likec4-palette-stroke) 80%, var(--likec4-palette-hiContrast));
3631
+ }
3632
+
3633
+ [data-mantine-color-scheme="dark"] .likec4-compound-node {
3634
+ --likec4-palette-outline: color-mix(in srgb, var(--likec4-palette-stroke) 60%, var(--likec4-palette-hiContrast));
3635
+ }
3636
+
3637
+ .likec4-compound-node::after {
3638
+ border-style: solid;
3639
+ border-width: calc(var(--_border-width) + 1px);
3640
+ border-radius: calc(var(--_border-radius) + 4px);
3641
+ border-color: var(--likec4-palette-outline);
3642
+ position: absolute;
3643
+ content: " ";
3644
+ pointer-events: none;
3645
+ display: none;
3646
+ animation-duration: 1s;
3647
+ animation-iteration-count: infinite;
3648
+ animation-direction: alternate;
3649
+ animation-name: indicatorOpacity;
3650
+ animation-play-state: paused;
3651
+ top: calc(-1 * var(--_indicator-spacing));
3652
+ left: calc(-1 * var(--_indicator-spacing));
3653
+ width: calc(100% + 2 * var(--_indicator-spacing));
3654
+ height: calc(100% + 2 * var(--_indicator-spacing));
3655
+ }
3656
+
3657
+ :where(.react-flow__node, .react-flow__edge):is(:focus-visible, :focus, :focus-within) .likec4-compound-node::after {
3658
+ display: block;
3659
+ animation-play-state: running;
3660
+ }
3661
+
3662
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-compound-node::after {
3663
+ display: block;
3664
+ animation-play-state: running;
3665
+ }
3666
+
3667
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .likec4-compound-node::after {
3668
+ animation-play-state: paused;
3669
+ }
3670
+
3671
+ .likec4-compound-node:has(.likec4-compound-navigation) .likec4-compound-title-container {
3672
+ padding-left: 24px;
3673
+ }
3674
+
3675
+ .likec4-compound-node .action-btn {
3676
+ --actionbtn-color: var(--_compound-color);
3677
+ --actionbtn-color-hovered: var(--_compound-color);
3678
+ --actionbtn-color-hovered-btn: color-mix(in srgb, var(--_compound-color) 80%, #fff);
3679
+ opacity: 0.6;
3680
+ }
3681
+
3682
+ .likec4-root:not([data-likec4-reduced-graphics]) .likec4-compound-node .action-btn {
3683
+ transition: all var(--durations-fast) var(--easings-in-out);
3684
+ }
3685
+
3686
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .likec4-compound-node .action-btn {
3687
+ opacity: 0.75;
3688
+ }
3689
+
3690
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-compound-node .action-btn {
3691
+ opacity: 0.75;
3692
+ }
3693
+
3694
+ .likec4-compound-node .action-btn:is(:hover, [data-hover]) {
3695
+ opacity: 1;
3696
+ }
3697
+
3698
+ .likec4-compound-node .likec4-compound-title-container {
3699
+ gap: var(--spacing-1\.5);
3700
+ position: absolute;
3701
+ display: flex;
3702
+ align-items: center;
3703
+ left: var(--spacing-2\.5);
3704
+ top: var(--spacing-0\.5);
3705
+ right: 30px;
3706
+ width: auto;
3707
+ min-height: 30px;
3708
+ }
3709
+
3710
+ :where(.react-flow__node.draggable) .likec4-compound-node .likec4-compound-title-container {
3711
+ pointer-events: all;
3712
+ cursor: grab;
3713
+ }
3714
+
3715
+ .likec4-compound-node .likec4-compound-title {
3716
+ flex: 1 1 0%;
3717
+ font-family: var(--fonts-likec4-compound);
3718
+ font-weight: 600;
3719
+ font-size: 15px;
3720
+ text-transform: uppercase;
3721
+ letter-spacing: 0.25px;
3722
+ line-height: var(--line-heights-1);
3723
+ color: var(--_compound-color);
3724
+ }
3725
+
3726
+ .likec4-compound-node .likec4-compound-icon {
3727
+ flex: 0 0 20px;
3728
+ display: flex;
3729
+ align-items: center;
3730
+ justify-content: center;
3731
+ mix-blend-mode: hard-light;
3732
+ height: 20px;
3733
+ width: 20px;
3734
+ }
3735
+
3736
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-compound-node .likec4-compound-icon {
3737
+ mix-blend-mode: normal;
3738
+ }
3739
+
3740
+ .likec4-compound-node .likec4-compound-icon svg,.likec4-compound-node .likec4-compound-icon img {
3741
+ pointer-events: none;
3742
+ filter: drop-shadow(0 0 3px rgb(0 0 0 / 12%))
3743
+ drop-shadow(0 1px 8px rgb(0 0 0 / 8%))
3744
+ drop-shadow(1px 1px 16px rgb(0 0 0 / 3%));
3745
+ width: 100%;
3746
+ height: auto;
3747
+ max-height: 100%;
3748
+ }
3749
+
3750
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-compound-node .likec4-compound-icon svg,.likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-compound-node .likec4-compound-icon img {
3751
+ filter: none;
3752
+ }
3753
+
3754
+ .likec4-compound-node .likec4-compound-icon img {
3755
+ object-fit: contain;
3756
+ }
3757
+
3758
+ .likec4-compound-node .likec4-compound-navigation {
3759
+ position: absolute;
3760
+ top: var(--spacing-1);
3761
+ left: var(--spacing-0\.5);
3762
+ }
3763
+
3764
+ :where([data-likec4-zoom-small="true"]) .likec4-compound-node .likec4-compound-navigation {
3765
+ display: none;
3766
+ }
3767
+
3768
+ .likec4-compound-node .likec4-compound-details {
3769
+ position: absolute;
3770
+ top: var(--spacing-0\.5);
3771
+ right: var(--spacing-0\.5);
3772
+ }
3773
+
3774
+ :where([data-likec4-zoom-small="true"]) .likec4-compound-node .likec4-compound-details {
3775
+ display: none;
3776
+ }
3777
+
3601
3778
  .likec4-edge-action-btn {
3602
3779
  --ai-bg: transparent;
3603
3780
  --ai-hover: color-mix(in srgb , var(--xy-edge-label-background-color), var(--colors-likec4-mix-color) 10%);
@@ -3611,7 +3788,7 @@
3611
3788
  translate: var(--translate-x) var(--translate-y);
3612
3789
  }
3613
3790
 
3614
- :where([data-likec4-hovered="true"]) .likec4-edge-action-btn {
3791
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .likec4-edge-action-btn {
3615
3792
  --ai-bg: var(--xy-edge-label-background-color);
3616
3793
  opacity: 1;
3617
3794
  }
@@ -3632,6 +3809,53 @@
3632
3809
  scale: 0.9;
3633
3810
  }
3634
3811
 
3812
+ .likec4-element-shape {
3813
+ overflow: visible;
3814
+ position: absolute;
3815
+ pointer-events: none;
3816
+ top: var(--spacing-0);
3817
+ left: var(--spacing-0);
3818
+ width: 100%;
3819
+ height: 100%;
3820
+ }
3821
+
3822
+ [data-mantine-color-scheme="light"] .likec4-element-shape {
3823
+ --likec4-palette-outline: color-mix(in srgb, var(--likec4-palette-stroke) 60%, var(--likec4-palette-hiContrast));
3824
+ }
3825
+
3826
+ [data-mantine-color-scheme="dark"] .likec4-element-shape {
3827
+ --likec4-palette-outline: color-mix(in srgb, var(--likec4-palette-stroke) 30%, var(--likec4-palette-loContrast));
3828
+ }
3829
+
3830
+ .likec4-element-shape .likec4-shape-outline {
3831
+ visibility: hidden;
3832
+ animation-play-state: paused;
3833
+ pointer-events: none;
3834
+ }
3835
+
3836
+ :where([data-likec4-zoom-small="true"]) .likec4-element-shape .likec4-shape-outline {
3837
+ visibility: hidden;
3838
+ }
3839
+
3840
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-element-shape .likec4-shape-outline {
3841
+ visibility: visible;
3842
+ animation-play-state: running;
3843
+ }
3844
+
3845
+ :where(.react-flow__node, .react-flow__edge):is(:focus-visible, :focus, :focus-within) .likec4-element-shape .likec4-shape-outline {
3846
+ visibility: visible;
3847
+ animation-play-state: running;
3848
+ }
3849
+
3850
+ .group:is(:focus-visible, [data-focus-visible]) .likec4-element-shape .likec4-shape-outline {
3851
+ visibility: visible;
3852
+ animation-play-state: running;
3853
+ }
3854
+
3855
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .likec4-element-shape .likec4-shape-outline {
3856
+ animation-play-state: paused;
3857
+ }
3858
+
3635
3859
  .likec4-tag {
3636
3860
  transition: all var(--durations-fast) var(--easings-in-out);
3637
3861
  gap: 1px;
@@ -3672,7 +3896,7 @@
3672
3896
  width: var(--likec4-icon-size);
3673
3897
  }
3674
3898
 
3675
- .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .likec4-element-node-icon {
3899
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-element-node-icon {
3676
3900
  mix-blend-mode: normal;
3677
3901
  }
3678
3902
 
@@ -3684,7 +3908,7 @@
3684
3908
  max-height: 100%;
3685
3909
  }
3686
3910
 
3687
- .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .likec4-element-node-icon svg,.likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .likec4-element-node-icon img {
3911
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-element-node-icon svg,.likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-element-node-icon img {
3688
3912
  filter: none;
3689
3913
  }
3690
3914
 
@@ -3722,21 +3946,20 @@
3722
3946
  }
3723
3947
 
3724
3948
  .likec4-markdown-block--uselikec4palette_true {
3725
- --typography-spacing: calc(0.25rem * var(--mantine-scale, 1));
3949
+ --code-background: color-mix(in srgb , var(--likec4-palette-stroke) 70%, transparent);
3950
+ --code-color: var(--likec4-palette-loContrast);
3951
+ --typography-spacing: calc(0.5 * var(--text-fz-md));
3726
3952
  }
3727
3953
 
3728
3954
  .likec4-markdown-block--uselikec4palette_true :where(blockquote) {
3729
- padding: 2xs;
3955
+ padding: var(--spacing-xxs);
3730
3956
  --mix-backgroundColor: color-mix(in srgb, var(--likec4-palette-stroke) 65%, transparent);
3731
3957
  background-color: var(--mix-backgroundColor, var(--likec4-palette-stroke));
3732
3958
  }
3733
3959
 
3734
- .likec4-markdown-block--uselikec4palette_true :where(code) {
3960
+ .likec4-markdown-block--uselikec4palette_true :where(hr) {
3735
3961
  --mix-borderColor: color-mix(in srgb, var(--likec4-palette-stroke) 85%, transparent);
3736
3962
  border-color: var(--mix-borderColor, var(--likec4-palette-stroke));
3737
- color: var(--likec4-palette-loContrast);
3738
- --mix-backgroundColor: color-mix(in srgb, var(--likec4-palette-stroke) 70%, transparent);
3739
- background-color: var(--mix-backgroundColor, var(--likec4-palette-stroke));
3740
3963
  }
3741
3964
 
3742
3965
  .likec4-markdown-block--uselikec4palette_true :where(a) {
@@ -3757,11 +3980,15 @@
3757
3980
  --ai-radius: var(--mantine-radius-md);
3758
3981
  }
3759
3982
 
3983
+ .action-btn--variant_transparent {
3984
+ --actionbtn-bg-hovered: var(--actionbtn-bg-idle);
3985
+ }
3986
+
3760
3987
  .action-btn--variant_filled {
3761
3988
  box-shadow: 1px 1px 3px 0px transparent;
3762
3989
  }
3763
3990
 
3764
- :where([data-likec4-hovered="true"]) .action-btn--variant_filled {
3991
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .action-btn--variant_filled {
3765
3992
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
3766
3993
  }
3767
3994
 
@@ -3769,8 +3996,231 @@
3769
3996
  box-shadow: var(--shadows-none);
3770
3997
  }
3771
3998
 
3772
- .action-btn--variant_transparent {
3773
- --actionbtn-bg-hovered: var(--actionbtn-bg-idle);
3999
+ .likec4-compound-node--borderStyle_dashed {
4000
+ border-style: dashed;
4001
+ }
4002
+
4003
+ .likec4-compound-node--borderStyle_none {
4004
+ --_indicator-spacing: calc(var(--_border-width) * 2);
4005
+ border-color: var(--colors-transparent) !important;
4006
+ background-clip: border-box !important;
4007
+ -webkit-background-clip: border-box !important;
4008
+ }
4009
+
4010
+ .likec4-compound-node--isTransparent_false {
4011
+ border-color: var(--likec4-palette-stroke);
4012
+ background-color: var(--likec4-palette-fill);
4013
+ }
4014
+
4015
+ .likec4-root:not([data-likec4-reduced-graphics]) .likec4-compound-node--isTransparent_false {
4016
+ box-shadow: 0 4px 10px 0.5px rgb(0 0 0/10%) , 0 2px 2px -1px rgb(0 0 0/40%);
4017
+ }
4018
+
4019
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-compound-node--isTransparent_false {
4020
+ box-shadow: var(--shadows-none);
4021
+ }
4022
+
4023
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .likec4-compound-node--isTransparent_false {
4024
+ box-shadow: var(--shadows-none) !important;
4025
+ }
4026
+
4027
+ .likec4-compound-node--isTransparent_true {
4028
+ border-color: color-mix(in srgb, var(--likec4-palette-stroke) var(--_border-transparency), transparent);
4029
+ background-color: color-mix(in srgb, var(--likec4-palette-fill) var(--_compound-transparency), transparent);
4030
+ }
4031
+
4032
+ .likec4-compound-node--inverseColor_true {
4033
+ --_compound-color: var(--likec4-palette-stroke);
4034
+ }
4035
+
4036
+ [data-mantine-color-scheme="dark"] .likec4-compound-node--inverseColor_true {
4037
+ --_compound-color: color-mix(in srgb, var(--likec4-palette-loContrast) 60%, var(--likec4-palette-fill));
4038
+ }
4039
+
4040
+ [data-mantine-color-scheme="dark"] .likec4-compound-node--inverseColor_true .action-btn {
4041
+ --actionbtn-color-hovered-btn: var(--likec4-palette-loContrast);
4042
+ }
4043
+
4044
+ [data-mantine-color-scheme="light"] .likec4-compound-node--inverseColor_true .action-btn {
4045
+ --actionbtn-color: var(--likec4-palette-stroke);
4046
+ --actionbtn-color-hovered: var(--likec4-palette-stroke);
4047
+ --actionbtn-color-hovered-btn: var(--likec4-palette-hiContrast);
4048
+ --actionbtn-bg-hovered: var(--likec4-palette-fill)/50;
4049
+ --actionbtn-bg-hovered-btn: var(--likec4-palette-fill);
4050
+ }
4051
+
4052
+ .likec4-compound-node--borderStyle_solid {
4053
+ border-style: solid;
4054
+ }
4055
+
4056
+ .likec4-compound-node--borderStyle_dotted {
4057
+ border-style: dotted;
4058
+ }
4059
+
4060
+ .likec4-element-shape--shapetype_html {
4061
+ --likec4-outline-size: 4px;
4062
+ border-radius: 6px;
4063
+ transition: background-color 120ms linear, box-shadow 130ms var(--easings-in-out);
4064
+ background-color: var(--likec4-palette-fill);
4065
+ box-shadow: 0 2px 1px 0 rgb(0 0 0 / 21%),0 1px 1px 0 color-mix(in srgb, var(--likec4-palette-stroke) 40%, transparent),0 5px 3px 0 rgb(0 0 0 / 10%);
4066
+ transition-delay: 0ms;
4067
+ }
4068
+
4069
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-element-shape--shapetype_html {
4070
+ transition: none;
4071
+ }
4072
+
4073
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .likec4-element-shape--shapetype_html {
4074
+ box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%),0 8px 3px 0 rgb(0 0 0 / 10%),0 10px 10px 0 rgb(0 0 0 / 8%);
4075
+ }
4076
+
4077
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-element-shape--shapetype_html {
4078
+ box-shadow: var(--shadows-none);
4079
+ }
4080
+
4081
+ :where([data-likec4-zoom-small="true"]) .likec4-element-shape--shapetype_html {
4082
+ box-shadow: var(--shadows-none);
4083
+ }
4084
+
4085
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .likec4-element-shape--shapetype_html {
4086
+ box-shadow: var(--shadows-none);
4087
+ }
4088
+
4089
+ .likec4-element-shape--shapetype_html .likec4-shape-multiple {
4090
+ border-radius: 6px;
4091
+ position: absolute;
4092
+ content: " ";
4093
+ background-color: var(--likec4-palette-fill);
4094
+ z-index: -1;
4095
+ filter: brightness(0.65);
4096
+ visibility: visible;
4097
+ top: 14px;
4098
+ left: 14px;
4099
+ width: calc(100% - 6px);
4100
+ height: calc(100% - 6px);
4101
+ }
4102
+
4103
+ :where([data-likec4-zoom-small="true"]) .likec4-element-shape--shapetype_html .likec4-shape-multiple {
4104
+ visibility: hidden;
4105
+ }
4106
+
4107
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-element-shape--shapetype_html .likec4-shape-multiple {
4108
+ visibility: hidden;
4109
+ }
4110
+
4111
+ :where(.react-flow__node, .react-flow__edge):is(:focus-visible, :focus, :focus-within) .likec4-element-shape--shapetype_html .likec4-shape-multiple {
4112
+ visibility: hidden;
4113
+ }
4114
+
4115
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-element-shape--shapetype_html .likec4-shape-multiple {
4116
+ visibility: hidden;
4117
+ }
4118
+
4119
+ .likec4-element-shape--shapetype_html .likec4-shape-outline {
4120
+ border-style: solid;
4121
+ border-width: var(--likec4-outline-size);
4122
+ border-radius: 10px;
4123
+ border-color: var(--likec4-palette-outline);
4124
+ position: absolute;
4125
+ content: " ";
4126
+ animation-duration: 1s;
4127
+ animation-iteration-count: infinite;
4128
+ animation-direction: alternate;
4129
+ animation-name: indicatorOpacity;
4130
+ top: calc(-1 * var(--likec4-outline-size));
4131
+ left: calc(-1 * var(--likec4-outline-size));
4132
+ width: calc(100% + 2 * var(--likec4-outline-size));
4133
+ height: calc(100% + 2 * var(--likec4-outline-size));
4134
+ }
4135
+
4136
+ .likec4-element-shape--shapetype_svg {
4137
+ transition: fill 120ms linear, filter 130ms var(--easings-in-out);
4138
+ fill: var(--likec4-palette-fill);
4139
+ stroke: var(--likec4-palette-stroke);
4140
+ transition-delay: 0ms;
4141
+ filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.21))
4142
+ drop-shadow(0 1px 1px color-mix(in srgb, var(--likec4-palette-stroke) 40%, transparent))
4143
+ drop-shadow(0 5px 3px rgba(0, 0, 0, 0.1));
4144
+ }
4145
+
4146
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .likec4-element-shape--shapetype_svg {
4147
+ filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.25))
4148
+ drop-shadow(0 8px 3px rgba(0, 0, 0, 0.1))
4149
+ drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
4150
+ }
4151
+
4152
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-element-shape--shapetype_svg {
4153
+ filter: none;
4154
+ }
4155
+
4156
+ :where([data-likec4-zoom-small="true"]) .likec4-element-shape--shapetype_svg {
4157
+ filter: none;
4158
+ }
4159
+
4160
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .likec4-element-shape--shapetype_svg {
4161
+ filter: none;
4162
+ }
4163
+
4164
+ .likec4-element-shape--shapetype_svg [data-likec4-fill="fill"] {
4165
+ fill: var(--likec4-palette-fill);
4166
+ }
4167
+
4168
+ .likec4-element-shape--shapetype_svg [data-likec4-fill="stroke"] {
4169
+ fill: var(--likec4-palette-stroke);
4170
+ }
4171
+
4172
+ .likec4-element-shape--shapetype_svg [data-likec4-fill="mix-stroke"] {
4173
+ fill: color-mix(in srgb, var(--likec4-palette-stroke) 90%, var(--likec4-palette-fill));
4174
+ }
4175
+
4176
+ .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4177
+ transform-origin: 50% 50%;
4178
+ transform: translate(14px, 14px) perspective(300px) translateZ(-8px);
4179
+ filter: brightness(0.65);
4180
+ stroke: none;
4181
+ }
4182
+
4183
+ :where([data-likec4-shape='queue']) .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4184
+ transform-origin: 75% 25%;
4185
+ }
4186
+
4187
+ :where([data-likec4-shape='cylinder']) .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4188
+ transform-origin: 50% 100%;
4189
+ }
4190
+
4191
+ :where([data-likec4-shape='storage']) .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4192
+ transform-origin: 50% 100%;
4193
+ }
4194
+
4195
+ :where([data-likec4-zoom-small="true"]) .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4196
+ display: none;
4197
+ }
4198
+
4199
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4200
+ display: none;
4201
+ }
4202
+
4203
+ :where(.react-flow__node.selected, .react-flow__edge.selected) .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4204
+ display: none;
4205
+ }
4206
+
4207
+ :where(.react-flow__node, .react-flow__edge):is(:focus-visible, :focus, :focus-within) .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) {
4208
+ display: none;
4209
+ }
4210
+
4211
+ .likec4-element-shape--shapetype_svg:is([data-likec4-shape-multiple="true"]) [data-likec4-fill="mix-stroke"] {
4212
+ fill: var(--likec4-palette-fill);
4213
+ }
4214
+
4215
+ .likec4-element-shape--shapetype_svg .likec4-shape-outline {
4216
+ stroke: var(--likec4-palette-outline);
4217
+ fill: none;
4218
+ stroke-width: 8;
4219
+ stroke-opacity: 0.8;
4220
+ animation-duration: 1s;
4221
+ animation-iteration-count: infinite;
4222
+ animation-direction: alternate;
4223
+ animation-name: indicatorStrokeOpacity;
3774
4224
  }
3775
4225
 
3776
4226
  .likec4-tag--autoTextColor_false > span {
@@ -3849,9 +4299,12 @@
3849
4299
  }
3850
4300
 
3851
4301
  .likec4-edge-label__root {
4302
+ background: var(--xy-edge-label-background-color);
4303
+ border: 0px solid transparent;
3852
4304
  padding-block: var(--spacing-1);
3853
4305
  padding-inline: var(--spacing-1\.5);
3854
4306
  gap: var(--spacing-0\.5);
4307
+ border-radius: 4px;
3855
4308
  pointer-events: all;
3856
4309
  font-family: var(--fonts-likec4-relation);
3857
4310
  display: flex;
@@ -4017,10 +4470,18 @@
4017
4470
  display: none;
4018
4471
  }
4019
4472
 
4020
- :where([data-likec4-zoom-small]) .likec4-el-node-data__description {
4473
+ :where([data-likec4-zoom-small="true"]) .likec4-el-node-data__description {
4021
4474
  display: none;
4022
4475
  }
4023
4476
 
4477
+ .likec4-el-node-data__description:not(.likec4-markdown-block) {
4478
+ white-space: preserve-breaks;
4479
+ }
4480
+
4481
+ .likec4-el-node-data__description a {
4482
+ pointer-events: all;
4483
+ }
4484
+
4024
4485
  .likec4-el-node-data__technology {
4025
4486
  flex: 0 0 auto;
4026
4487
  text-wrap: balance;
@@ -4035,7 +4496,7 @@
4035
4496
  opacity: 0.92;
4036
4497
  }
4037
4498
 
4038
- :where([data-likec4-hovered="true"]) .likec4-el-node-data__technology {
4499
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .likec4-el-node-data__technology {
4039
4500
  opacity: 1;
4040
4501
  }
4041
4502
 
@@ -4047,7 +4508,7 @@
4047
4508
  display: none;
4048
4509
  }
4049
4510
 
4050
- :where([data-likec4-zoom-small]) .likec4-el-node-data__technology {
4511
+ :where([data-likec4-zoom-small="true"]) .likec4-el-node-data__technology {
4051
4512
  display: none;
4052
4513
  }
4053
4514
  }
@@ -4059,6 +4520,14 @@
4059
4520
  width: 100%;
4060
4521
  }
4061
4522
 
4523
+ .likec4-edge-label__root--cursor_pointer {
4524
+ cursor: pointer;
4525
+ }
4526
+
4527
+ .likec4-edge-label__root--cursor_default {
4528
+ cursor: default;
4529
+ }
4530
+
4062
4531
  .likec4-edge-label__root--isStepEdge_true {
4063
4532
  padding: var(--spacing-0);
4064
4533
  gap: var(--spacing-1);
@@ -4105,36 +4574,31 @@
4105
4574
  background-color: var(--colors-likec4-panel-bg);
4106
4575
  }
4107
4576
 
4108
- :is(.likec4-root[data-likec4-diagram-panning]) .layerStyle_likec4\.panel {
4577
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .layerStyle_likec4\.panel {
4109
4578
  border-radius: var(--radii-0);
4110
- background-color: var(--colors-likec4-panel-bg-when-panning);
4111
4579
  box-shadow: var(--shadows-none);
4112
4580
  backdrop-filter: none;
4113
4581
  -webkit-backdrop-filter: none;
4114
4582
  }
4115
4583
 
4584
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .layerStyle_likec4\.panel {
4585
+ background-color: var(--colors-likec4-panel-bg-when-panning);
4586
+ }
4587
+
4116
4588
  .layerStyle_likec4\.dropdown {
4589
+ padding: var(--spacing-xxs);
4117
4590
  border: 1px solid var(--colors-likec4-dropdown-border);
4118
- padding-inline: 2xs;
4119
- padding-block: 2xs;
4120
4591
  border-radius: var(--radii-md);
4121
4592
  background-color: var(--colors-likec4-dropdown-bg);
4122
4593
  box-shadow: var(--shadows-lg);
4123
4594
  }
4124
4595
 
4125
- :is(.likec4-root[data-likec4-diagram-panning]) .layerStyle_likec4\.dropdown {
4596
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .layerStyle_likec4\.dropdown {
4126
4597
  border-radius: 0px;
4127
4598
  border-color: var(--colors-transparent);
4128
4599
  box-shadow: var(--shadows-none);
4129
4600
  }
4130
4601
 
4131
- .animationStyle_indicator {
4132
- animation-duration: 1s;
4133
- animation-iteration-count: infinite;
4134
- animation-direction: alternate;
4135
- animation-name: indicatorStrokeOpacity;
4136
- }
4137
-
4138
4602
  .layerStyle_likec4\.tag {
4139
4603
  border: var(--borders-none);
4140
4604
  border-radius: 3px;
@@ -4146,7 +4610,7 @@
4146
4610
  background-color: var(--colors-likec4-tag-bg-hover);
4147
4611
  }
4148
4612
 
4149
- :where([data-likec4-hovered="true"]) .whenHovered\:animationStyle_xyedgeAnimated {
4613
+ .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:animationStyle_xyedgeAnimated {
4150
4614
  animation-duration: 800ms;
4151
4615
  animation-iteration-count: infinite;
4152
4616
  animation-timing-function: linear;
@@ -4154,21 +4618,6 @@
4154
4618
  animation-name: xyedgeAnimated;
4155
4619
  }
4156
4620
 
4157
- :where(.react-flow__edge.selected, [data-edge-active='true'], [data-edge-animated='true']) .\[\:where\(\.react-flow__edge\.selected\,_\[data-edge-active\=\'true\'\]\,_\[data-edge-animated\=\'true\'\]\)_\&\]\:animationStyle_xyedgeAnimated {
4158
- animation-duration: 800ms;
4159
- animation-iteration-count: infinite;
4160
- animation-timing-function: linear;
4161
- animation-fill-mode: both;
4162
- animation-name: xyedgeAnimated;
4163
- }
4164
-
4165
- :where(.react-flow__node.selected, .react-flow__edge.selected) .whenSelected\:animationStyle_indicator {
4166
- animation-duration: 1s;
4167
- animation-iteration-count: infinite;
4168
- animation-direction: alternate;
4169
- animation-name: indicatorStrokeOpacity;
4170
- }
4171
-
4172
4621
  @container (min-width: 40rem) {
4173
4622
  .layerStyle_likec4\.panel {
4174
4623
  padding: 2xs;
@@ -4180,18 +4629,6 @@
4180
4629
  }
4181
4630
  }
4182
4631
 
4183
- .\--xy-background-color_transparent\! {
4184
- --xy-background-color: transparent !important;
4185
- }
4186
-
4187
- .\--xy-background-color_\{colors\.likec4\.background\} {
4188
- --xy-background-color: var(--colors-likec4-background);
4189
- }
4190
-
4191
- .\--xy-background-pattern-color_\{colors\.likec4\.background\.pattern\} {
4192
- --xy-background-pattern-color: var(--colors-likec4-background-pattern);
4193
- }
4194
-
4195
4632
  .\--mantine-cursor-pointer_pointer {
4196
4633
  --mantine-cursor-pointer: pointer;
4197
4634
  }
@@ -4200,6 +4637,14 @@
4200
4637
  --thickness: 1px;
4201
4638
  }
4202
4639
 
4640
+ .\--bleed-x_token\(spacing\.2\,_2\) {
4641
+ --bleed-x: var(--spacing-2, 2);
4642
+ }
4643
+
4644
+ .\--bleed-y_token\(spacing\.2\,_2\) {
4645
+ --bleed-y: var(--spacing-2, 2);
4646
+ }
4647
+
4203
4648
  .\--view-title-color_\{colors\.mantine\.colors\.dark\[1\]\} {
4204
4649
  --view-title-color: var(--colors-mantine-colors-dark\[1\]);
4205
4650
  }
@@ -4280,10 +4725,6 @@
4280
4725
  background: var(--colors-transparent);
4281
4726
  }
4282
4727
 
4283
- .bg_transparent\! {
4284
- background: var(--colors-transparent) !important;
4285
- }
4286
-
4287
4728
  .p_0 {
4288
4729
  padding: var(--spacing-0);
4289
4730
  }
@@ -4312,6 +4753,19 @@
4312
4753
  background: var(--colors-transparent);
4313
4754
  }
4314
4755
 
4756
+ .p_4 {
4757
+ padding: var(--spacing-4);
4758
+ }
4759
+
4760
+ .p_\[2px_4px\] {
4761
+ padding: 2px 4px;
4762
+ }
4763
+
4764
+ .bg_var\(--likec4-palette-fill\)\/30 {
4765
+ --mix-background: color-mix(in srgb, var(--likec4-palette-fill) 30%, transparent);
4766
+ background: var(--mix-background, var(--likec4-palette-fill));
4767
+ }
4768
+
4315
4769
  .m_xs {
4316
4770
  margin: var(--spacing-xs);
4317
4771
  }
@@ -4447,27 +4901,6 @@
4447
4901
  border: 2px dashed;
4448
4902
  }
4449
4903
 
4450
- .bg_\[var\(--xy-edge-label-background-color\)\] {
4451
- background: var(--xy-edge-label-background-color);
4452
- }
4453
-
4454
- .bd_0px_solid_transparent {
4455
- border: 0px solid transparent;
4456
- }
4457
-
4458
- .p_4 {
4459
- padding: var(--spacing-4);
4460
- }
4461
-
4462
- .p_\[2px_4px\] {
4463
- padding: 2px 4px;
4464
- }
4465
-
4466
- .bg_var\(--likec4-palette-fill\)\/30 {
4467
- --mix-background: color-mix(in srgb, var(--likec4-palette-fill) 30%, transparent);
4468
- background: var(--mix-background, var(--likec4-palette-fill));
4469
- }
4470
-
4471
4904
  .p_sm {
4472
4905
  padding: var(--spacing-sm);
4473
4906
  }
@@ -4557,22 +4990,66 @@
4557
4990
  gap: 10px;
4558
4991
  }
4559
4992
 
4993
+ .gap_3\.5 {
4994
+ gap: var(--spacing-3\.5);
4995
+ }
4996
+
4997
+ .mx_calc\(var\(--bleed-x\,_0\)_\*_-1\) {
4998
+ margin-inline: calc(var(--bleed-x, 0) * -1);
4999
+ }
5000
+
5001
+ .my_calc\(var\(--bleed-y\,_0\)_\*_-1\) {
5002
+ margin-block: calc(var(--bleed-y, 0) * -1);
5003
+ }
5004
+
5005
+ .py_2 {
5006
+ padding-block: var(--spacing-2);
5007
+ }
5008
+
5009
+ .px_2 {
5010
+ padding-inline: var(--spacing-2);
5011
+ }
5012
+
5013
+ .gap_1 {
5014
+ gap: var(--spacing-1);
5015
+ }
5016
+
4560
5017
  .gap_0\.5 {
4561
5018
  gap: var(--spacing-0\.5);
4562
5019
  }
4563
5020
 
5021
+ .gap_2 {
5022
+ gap: var(--spacing-2);
5023
+ }
5024
+
5025
+ .py_1\.5 {
5026
+ padding-block: var(--spacing-1\.5);
5027
+ }
5028
+
5029
+ .bd-l_2px_dotted {
5030
+ border-left: 2px dotted;
5031
+ }
5032
+
5033
+ .bdr_\[2px\] {
5034
+ border-radius: 2px;
5035
+ }
5036
+
4564
5037
  .px_xxs {
4565
5038
  padding-inline: var(--spacing-xxs);
4566
5039
  }
4567
5040
 
4568
- .gap_2 {
4569
- gap: var(--spacing-2);
4570
- }
4571
-
4572
5041
  .gap_md {
4573
5042
  gap: var(--spacing-md);
4574
5043
  }
4575
5044
 
5045
+ .ov_auto {
5046
+ overflow: auto;
5047
+ }
5048
+
5049
+ .ovs-b_contain {
5050
+ overscroll-behavior: contain;
5051
+ }
5052
+
4576
5053
  .my_md {
4577
5054
  margin-block: var(--spacing-md);
4578
5055
  }
@@ -4733,10 +5210,6 @@
4733
5210
  outline: var(--borders-none) !important;
4734
5211
  }
4735
5212
 
4736
- .gap_1 {
4737
- gap: var(--spacing-1);
4738
- }
4739
-
4740
5213
  .bdr_4px {
4741
5214
  border-radius: 4px;
4742
5215
  }
@@ -4769,38 +5242,6 @@
4769
5242
  padding-block: var(--spacing-xl);
4770
5243
  }
4771
5244
 
4772
- .bdr_var\(--_border-radius\,_4px\) {
4773
- border-radius: var(--_border-radius, 4px);
4774
- }
4775
-
4776
- .transition_all_250ms_\{easings\.inOut\} {
4777
- transition: all 250ms var(--easings-in-out);
4778
- }
4779
-
4780
- .border-style_dashed {
4781
- border-style: dashed;
4782
- }
4783
-
4784
- .bd-w_\[var\(--_border-width\,_2px\)\] {
4785
- border-width: var(--_border-width, 2px);
4786
- }
4787
-
4788
- .bd-c_\[color-mix\(in_srgb\,_var\(--likec4-palette-stroke\)_var\(--_border-opacity-percent\,_100\%\)\,_transparent\)\] {
4789
- border-color: color-mix(in srgb, var(--likec4-palette-stroke) var(--_border-opacity-percent, 100%), transparent);
4790
- }
4791
-
4792
- .flex_0_0_20px {
4793
- flex: 0 0 20px;
4794
- }
4795
-
4796
- .tw_pretty {
4797
- text-wrap: pretty;
4798
- }
4799
-
4800
- .transition_fill_120ms_linear\,_filter_130ms_\{easings\.inOut\} {
4801
- transition: fill 120ms linear, filter 130ms var(--easings-in-out);
4802
- }
4803
-
4804
5245
  .bdr_\[4px\] {
4805
5246
  border-radius: 4px;
4806
5247
  }
@@ -4813,20 +5254,12 @@
4813
5254
  gap: 6px;
4814
5255
  }
4815
5256
 
4816
- .offset_16 {
4817
- offset: 16px;
4818
- }
4819
-
4820
- .bdr_\[2px\] {
4821
- border-radius: 2px;
4822
- }
4823
-
4824
- .gap_3 {
4825
- gap: var(--spacing-3);
5257
+ .tw_pretty {
5258
+ text-wrap: pretty;
4826
5259
  }
4827
5260
 
4828
- .py_2 {
4829
- padding-block: var(--spacing-2);
5261
+ .offset_16 {
5262
+ offset: 16px;
4830
5263
  }
4831
5264
 
4832
5265
  .flex_0_0_auto {
@@ -4865,6 +5298,10 @@
4865
5298
  border-width: 3px;
4866
5299
  }
4867
5300
 
5301
+ .border-style_dashed {
5302
+ border-style: dashed;
5303
+ }
5304
+
4868
5305
  .offset_2 {
4869
5306
  offset: 2px;
4870
5307
  }
@@ -4926,6 +5363,10 @@
4926
5363
  user-select: all;
4927
5364
  }
4928
5365
 
5366
+ .bg-c_transparent {
5367
+ background-color: var(--colors-transparent);
5368
+ }
5369
+
4929
5370
  .stk_2\.5 {
4930
5371
  stroke: 2.5px;
4931
5372
  }
@@ -5095,6 +5536,54 @@
5095
5536
  order: 6;
5096
5537
  }
5097
5538
 
5539
+ .bd-be-w_var\(--thickness\) {
5540
+ border-block-end-width: var(--thickness);
5541
+ }
5542
+
5543
+ .cursor_default {
5544
+ cursor: default;
5545
+ }
5546
+
5547
+ .flex-wrap_wrap {
5548
+ flex-wrap: wrap;
5549
+ }
5550
+
5551
+ .op_0\.65 {
5552
+ opacity: 0.65;
5553
+ }
5554
+
5555
+ .d_inline-block {
5556
+ display: inline-block;
5557
+ }
5558
+
5559
+ .fs_xxs {
5560
+ font-size: var(--font-sizes-xxs);
5561
+ }
5562
+
5563
+ .lh_\[1\.11\] {
5564
+ line-height: 1.11;
5565
+ }
5566
+
5567
+ .d_block {
5568
+ display: block;
5569
+ }
5570
+
5571
+ .white-space_nowrap {
5572
+ white-space: nowrap;
5573
+ }
5574
+
5575
+ .mix-bm_hard-light {
5576
+ mix-blend-mode: hard-light;
5577
+ }
5578
+
5579
+ .white-space-collapse_preserve-breaks {
5580
+ white-space-collapse: preserve-breaks;
5581
+ }
5582
+
5583
+ .lh_sm {
5584
+ line-height: var(--line-heights-sm);
5585
+ }
5586
+
5098
5587
  .c_likec4\.panel\.action-icon\.text {
5099
5588
  color: var(--colors-likec4-panel-action-icon-text);
5100
5589
  }
@@ -5107,10 +5596,6 @@
5107
5596
  opacity: 0.8;
5108
5597
  }
5109
5598
 
5110
- .white-space_nowrap {
5111
- white-space: nowrap;
5112
- }
5113
-
5114
5599
  .pos_bottom-end {
5115
5600
  position: bottom-end;
5116
5601
  }
@@ -5127,22 +5612,10 @@
5127
5612
  stroke: 1.8px;
5128
5613
  }
5129
5614
 
5130
- .flex-wrap_wrap {
5131
- flex-wrap: wrap;
5132
- }
5133
-
5134
5615
  .fs_xs {
5135
5616
  font-size: var(--font-sizes-xs);
5136
5617
  }
5137
5618
 
5138
- .fs_xxs {
5139
- font-size: var(--font-sizes-xxs);
5140
- }
5141
-
5142
- .cursor_default {
5143
- cursor: default;
5144
- }
5145
-
5146
5619
  .op_0\.5 {
5147
5620
  opacity: 0.5;
5148
5621
  }
@@ -5215,10 +5688,6 @@
5215
5688
  flex-shrink: 0;
5216
5689
  }
5217
5690
 
5218
- .d_block {
5219
- display: block;
5220
- }
5221
-
5222
5691
  .bx-s_border-box {
5223
5692
  box-sizing: border-box;
5224
5693
  }
@@ -5307,10 +5776,6 @@
5307
5776
  stroke: 1.6px;
5308
5777
  }
5309
5778
 
5310
- .bd-be-w_var\(--thickness\) {
5311
- border-block-end-width: var(--thickness);
5312
- }
5313
-
5314
5779
  .trs-prop_all {
5315
5780
  --transition-prop: all;
5316
5781
  transition-property: all;
@@ -5350,14 +5815,6 @@
5350
5815
  stroke: 1.2px;
5351
5816
  }
5352
5817
 
5353
- .op_0\.65 {
5354
- opacity: 0.65;
5355
- }
5356
-
5357
- .d_inline-block {
5358
- display: inline-block;
5359
- }
5360
-
5361
5818
  .lh_1\.2 {
5362
5819
  line-height: 1.2;
5363
5820
  }
@@ -5520,42 +5977,6 @@
5520
5977
  z-index: 903;
5521
5978
  }
5522
5979
 
5523
- .vis_hidden {
5524
- visibility: hidden;
5525
- }
5526
-
5527
- .stk_\[color-mix\(in_srgb\,_var\(--likec4-palette-stroke\)_60\%\,_var\(--likec4-palette-hiContrast\)\)\] {
5528
- stroke: color-mix(in srgb, var(--likec4-palette-stroke) 60%, var(--likec4-palette-hiContrast));
5529
- }
5530
-
5531
- .stk-w_4 {
5532
- stroke-width: 4;
5533
- }
5534
-
5535
- .fill_\[none\] {
5536
- fill: none;
5537
- }
5538
-
5539
- .ff_likec4\.compound {
5540
- font-family: var(--fonts-likec4-compound);
5541
- }
5542
-
5543
- .tt_uppercase {
5544
- text-transform: uppercase;
5545
- }
5546
-
5547
- .ls_0\.2px {
5548
- letter-spacing: 0.2px;
5549
- }
5550
-
5551
- .c_var\(--likec4-palette-loContrast\) {
5552
- color: var(--likec4-palette-loContrast);
5553
- }
5554
-
5555
- .mix-bm_hard-light {
5556
- mix-blend-mode: hard-light;
5557
- }
5558
-
5559
5980
  .trs-dur_normal {
5560
5981
  --transition-duration: var(--durations-normal);
5561
5982
  transition-duration: var(--durations-normal);
@@ -5565,24 +5986,8 @@
5565
5986
  transition-delay: 0.2s;
5566
5987
  }
5567
5988
 
5568
- .ta_left {
5569
- text-align: left;
5570
- }
5571
-
5572
- .white-space-collapse_preserve-breaks {
5573
- white-space-collapse: preserve-breaks;
5574
- }
5575
-
5576
- .lh_1\.25 {
5577
- line-height: 1.25;
5578
- }
5579
-
5580
- .c_\[var\(--xy-edge-label-color\)\] {
5581
- color: var(--xy-edge-label-color);
5582
- }
5583
-
5584
- .trf_var\(--edge-translate\) {
5585
- transform: var(--edge-translate);
5989
+ .fill_\[none\] {
5990
+ fill: none;
5586
5991
  }
5587
5992
 
5588
5993
  .stk-op_0 {
@@ -5597,11 +6002,6 @@
5597
6002
  stroke-opacity: 0.08;
5598
6003
  }
5599
6004
 
5600
- .trs-prop_stroke-width\,_stroke-opacity {
5601
- --transition-prop: stroke-width, stroke-opacity;
5602
- transition-property: stroke-width, stroke-opacity;
5603
- }
5604
-
5605
6005
  .fill_\[var\(--xy-edge-stroke\)\] {
5606
6006
  fill: var(--xy-edge-stroke);
5607
6007
  }
@@ -5618,58 +6018,6 @@
5618
6018
  stroke-dashoffset: 10;
5619
6019
  }
5620
6020
 
5621
- .stk_var\(--likec4-palette-loContrast\) {
5622
- stroke: var(--likec4-palette-loContrast);
5623
- }
5624
-
5625
- .stk-w_8 {
5626
- stroke-width: 8;
5627
- }
5628
-
5629
- .stk-op_0\.8 {
5630
- stroke-opacity: 0.8;
5631
- }
5632
-
5633
- .fill_var\(--likec4-palette-fill\) {
5634
- fill: var(--likec4-palette-fill);
5635
- }
5636
-
5637
- .fill_var\(--likec4-palette-stroke\) {
5638
- fill: var(--likec4-palette-stroke);
5639
- }
5640
-
5641
- .fill_\[color-mix\(in_srgb\,_var\(--likec4-palette-stroke\)_90\%\,_var\(--likec4-palette-fill\)\)\] {
5642
- fill: color-mix(in srgb, var(--likec4-palette-stroke) 90%, var(--likec4-palette-fill));
5643
- }
5644
-
5645
- .stk_var\(--likec4-palette-stroke\) {
5646
- stroke: var(--likec4-palette-stroke);
5647
- }
5648
-
5649
- .trf-o_50\%_50\% {
5650
- transform-origin: 50% 50%;
5651
- }
5652
-
5653
- .trf_translate\(14px\,_14px\)_perspective\(300px\)_translateZ\(-8px\) {
5654
- transform: translate(14px, 14px) perspective(300px) translateZ(-8px);
5655
- }
5656
-
5657
- .filter_brightness\(0\.65\)_saturate\(0\.8\) {
5658
- filter: brightness(0.65) saturate(0.8);
5659
- }
5660
-
5661
- .stk_\[none\] {
5662
- stroke: none;
5663
- }
5664
-
5665
- .trs-dly_0ms {
5666
- transition-delay: 0ms;
5667
- }
5668
-
5669
- .filter_drop-shadow\(0_2px_1px_rgba\(0\,_0\,_0\,_0\.21\)\)_drop-shadow\(0_1px_1px_color-mix\(in_srgb\,_var\(--likec4-palette-stroke\)_40\%\,_transparent\)\)_drop-shadow\(0_5px_3px_rgba\(0\,_0\,_0\,_0\.1\)\) {
5670
- filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.21)) drop-shadow(0 1px 1px color-mix(in srgb, var(--likec4-palette-stroke) 40%, transparent)) drop-shadow(0 5px 3px rgba(0, 0, 0, 0.1));
5671
- }
5672
-
5673
6021
  .fs_lg {
5674
6022
  font-size: var(--font-sizes-lg);
5675
6023
  }
@@ -5686,8 +6034,12 @@
5686
6034
  z-index: 9;
5687
6035
  }
5688
6036
 
5689
- .lh_\[1\.11\] {
5690
- line-height: 1.11;
6037
+ .ta_left {
6038
+ text-align: left;
6039
+ }
6040
+
6041
+ .lh_1\.25 {
6042
+ line-height: 1.25;
5691
6043
  }
5692
6044
 
5693
6045
  .mix-bm_normal {
@@ -5718,6 +6070,10 @@
5718
6070
  pointer-events: auto;
5719
6071
  }
5720
6072
 
6073
+ .vis_hidden {
6074
+ visibility: hidden;
6075
+ }
6076
+
5721
6077
  .cursor_grabbing {
5722
6078
  cursor: grabbing;
5723
6079
  }
@@ -5735,14 +6091,22 @@
5735
6091
  opacity: 0.7;
5736
6092
  }
5737
6093
 
5738
- .bg-c_transparent {
5739
- background-color: var(--colors-transparent);
6094
+ .fill_var\(--likec4-palette-fill\) {
6095
+ fill: var(--likec4-palette-fill);
6096
+ }
6097
+
6098
+ .stk_var\(--likec4-palette-stroke\) {
6099
+ stroke: var(--likec4-palette-stroke);
5740
6100
  }
5741
6101
 
5742
6102
  .filter_drop-shadow\(0_2px_3px_rgb\(0_0_0_\/_22\%\)\)_drop-shadow\(0_1px_8px_rgb\(0_0_0_\/_10\%\)\) {
5743
6103
  filter: drop-shadow(0 2px 3px rgb(0 0 0 / 22%)) drop-shadow(0 1px 8px rgb(0 0 0 / 10%));
5744
6104
  }
5745
6105
 
6106
+ .ls_0\.2px {
6107
+ letter-spacing: 0.2px;
6108
+ }
6109
+
5746
6110
  .tt_lowercase {
5747
6111
  text-transform: lowercase;
5748
6112
  }
@@ -5892,8 +6256,24 @@
5892
6256
  padding-bottom: var(--spacing-sm);
5893
6257
  }
5894
6258
 
5895
- .pr_xs {
5896
- padding-right: var(--spacing-xs);
6259
+ .pr_xs {
6260
+ padding-right: var(--spacing-xs);
6261
+ }
6262
+
6263
+ .w_max-content {
6264
+ width: max-content;
6265
+ }
6266
+
6267
+ .pt_2\.5 {
6268
+ padding-top: var(--spacing-2\.5);
6269
+ }
6270
+
6271
+ .pl_2\.5 {
6272
+ padding-left: var(--spacing-2\.5);
6273
+ }
6274
+
6275
+ .bd-l-c_mantine\.colors\.gray\[3\] {
6276
+ border-left-color: var(--colors-mantine-colors-gray\[3\]);
5897
6277
  }
5898
6278
 
5899
6279
  .mt_1 {
@@ -5916,10 +6296,6 @@
5916
6296
  max-height: calc(100cqh - 100px);
5917
6297
  }
5918
6298
 
5919
- .w_max-content {
5920
- width: max-content;
5921
- }
5922
-
5923
6299
  .h_auto {
5924
6300
  height: auto;
5925
6301
  }
@@ -6123,28 +6499,15 @@
6123
6499
  min-width: 200px;
6124
6500
  }
6125
6501
 
6126
- .top_\[5px\] {
6127
- top: 5px;
6128
- }
6129
-
6130
- .left_\[4px\] {
6131
- left: 4px;
6132
- }
6133
-
6134
- .top_0\.5 {
6135
- top: var(--spacing-0\.5);
6136
- }
6137
-
6138
- .left_\[14px\] {
6139
- left: 14px;
6140
- }
6141
-
6142
- .top_\[4px\] {
6143
- top: 4px;
6502
+ .lc_5 {
6503
+ overflow: hidden;
6504
+ display: -webkit-box;
6505
+ -webkit-line-clamp: 5;
6506
+ -webkit-box-orient: vertical;
6144
6507
  }
6145
6508
 
6146
- .right_\[30px\] {
6147
- right: 30px;
6509
+ .top_\[calc\(100\%_-_30px\)\] {
6510
+ top: calc(100% - 30px);
6148
6511
  }
6149
6512
 
6150
6513
  .w_auto {
@@ -6155,31 +6518,8 @@
6155
6518
  min-height: 30px;
6156
6519
  }
6157
6520
 
6158
- .h_20px {
6159
- height: 20px;
6160
- }
6161
-
6162
- .w_20px {
6163
- width: 20px;
6164
- }
6165
-
6166
- .top_1 {
6167
- top: var(--spacing-1);
6168
- }
6169
-
6170
- .right_1 {
6171
- right: var(--spacing-1);
6172
- }
6173
-
6174
- .lc_5 {
6175
- overflow: hidden;
6176
- display: -webkit-box;
6177
- -webkit-line-clamp: 5;
6178
- -webkit-box-orient: vertical;
6179
- }
6180
-
6181
- .top_\[calc\(100\%_-_30px\)\] {
6182
- top: calc(100% - 30px);
6521
+ .top_0\.5 {
6522
+ top: var(--spacing-0\.5);
6183
6523
  }
6184
6524
 
6185
6525
  .bottom_0 {
@@ -6220,30 +6560,6 @@
6220
6560
  right: 1px;
6221
6561
  }
6222
6562
 
6223
- .ov-y_scroll {
6224
- overflow-y: scroll;
6225
- }
6226
-
6227
- .min-w_250px {
6228
- min-width: 250px;
6229
- }
6230
-
6231
- .max-w_min\(90vw\,_500px\) {
6232
- max-width: min(90vw, 500px);
6233
- }
6234
-
6235
- .top_5 {
6236
- top: var(--spacing-5);
6237
- }
6238
-
6239
- .right_6 {
6240
- right: var(--spacing-6);
6241
- }
6242
-
6243
- .w_xs {
6244
- width: xs;
6245
- }
6246
-
6247
6563
  .min-w_200 {
6248
6564
  min-width: 200px;
6249
6565
  }
@@ -6381,14 +6697,6 @@
6381
6697
  background: var(--mix-background, var(--colors-mantine-colors-white));
6382
6698
  }
6383
6699
 
6384
- .before\:bd_transparent::before {
6385
- border: var(--borders-transparent);
6386
- }
6387
-
6388
- .before\:bg_var\(--likec4-palette-fill\)::before {
6389
- background: var(--likec4-palette-fill);
6390
- }
6391
-
6392
6700
  .before\:bg_\[transparent\]::before {
6393
6701
  background: var(--colors-transparent);
6394
6702
  }
@@ -6414,7 +6722,7 @@
6414
6722
  border-color: var(--colors-mantine-colors-dark\[4\]);
6415
6723
  }
6416
6724
 
6417
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:transition_none\! {
6725
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .whenPanning\:transition_none\! {
6418
6726
  transition: none !important;
6419
6727
  }
6420
6728
 
@@ -6463,14 +6771,6 @@
6463
6771
  border-color: var(--colors-transparent);
6464
6772
  }
6465
6773
 
6466
- .before\:bdr_var\(--_border-radius\,_4px\)::before {
6467
- border-radius: var(--_border-radius, 4px);
6468
- }
6469
-
6470
- .\[\&\:is\(\[data-likec4-hovered\=\'true\'\]\)\]\:transition_all_190ms_\{easings\.inOut\}:is([data-likec4-hovered='true']) {
6471
- transition: all 190ms var(--easings-in-out);
6472
- }
6473
-
6474
6774
  .likec4-root:is([data-likec4-reduced-graphics]) .reduceGraphics\:transition_none {
6475
6775
  transition: none;
6476
6776
  }
@@ -6479,11 +6779,7 @@
6479
6779
  transition: stroke 130ms ease-out,stroke-width 130ms ease-out;
6480
6780
  }
6481
6781
 
6482
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:transition_none {
6483
- transition: none;
6484
- }
6485
-
6486
- :where([data-likec4-hovered="true"]) .whenHovered\:bdr_4 {
6782
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:bdr_4 {
6487
6783
  border-radius: 4px;
6488
6784
  }
6489
6785
 
@@ -6491,14 +6787,6 @@
6491
6787
  transition: fill-opacity 150ms ease-out, stroke 150ms ease-out, stroke-width 150ms ease-out;
6492
6788
  }
6493
6789
 
6494
- .\[\&_\.react-flow__pane\]\:-webkit-user-select_none .react-flow__pane {
6495
- -webkit-user-select: none;
6496
- }
6497
-
6498
- .\[\&_\.react-flow__attribution\]\:d_none .react-flow__attribution {
6499
- display: none;
6500
- }
6501
-
6502
6790
  .\[\&_\:where\(\.likec4-diagram\,_\.likec4-compound-node\,_\.likec4-element-node\)\]\:cursor_pointer :where(.likec4-diagram, .likec4-compound-node, .likec4-element-node) {
6503
6791
  cursor: pointer;
6504
6792
  }
@@ -6532,7 +6820,7 @@
6532
6820
  color: var(--colors-mantine-colors-text);
6533
6821
  }
6534
6822
 
6535
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:bx-sh_none\! {
6823
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .whenPanning\:bx-sh_none\! {
6536
6824
  box-shadow: var(--shadows-none) !important;
6537
6825
  }
6538
6826
 
@@ -6584,6 +6872,14 @@
6584
6872
  background-color: rgb(250 250 250 / var(--_opacity, 95%));
6585
6873
  }
6586
6874
 
6875
+ [data-mantine-color-scheme="light"] .light\:c_\[color-mix\(in_srgb\,_var\(--likec4-palette-stroke\)\,_\{colors\.likec4\.mixColor\}_60\%\)\] {
6876
+ color: color-mix(in srgb, var(--likec4-palette-stroke), var(--colors-likec4-mix-color) 60%);
6877
+ }
6878
+
6879
+ [data-mantine-color-scheme="dark"] .dark\:c_var\(--likec4-palette-loContrast\) {
6880
+ color: var(--likec4-palette-loContrast);
6881
+ }
6882
+
6587
6883
  [data-mantine-color-scheme="light"] .light\:c_mantine\.colors\.gray\[8\] {
6588
6884
  color: var(--colors-mantine-colors-gray\[8\]);
6589
6885
  }
@@ -6600,7 +6896,7 @@
6600
6896
  pointer-events: all;
6601
6897
  }
6602
6898
 
6603
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:bx-sh_none {
6899
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .whenPanning\:bx-sh_none {
6604
6900
  box-shadow: var(--shadows-none);
6605
6901
  }
6606
6902
 
@@ -6621,6 +6917,10 @@
6621
6917
  background-color: var(--colors-mantine-colors-dark\[6\]);
6622
6918
  }
6623
6919
 
6920
+ .\[\&_\.react-flow__attribution\]\:d_none .react-flow__attribution {
6921
+ display: none;
6922
+ }
6923
+
6624
6924
  [data-mantine-color-scheme="dark"] .dark\:mix-bm_hard-light {
6625
6925
  mix-blend-mode: hard-light;
6626
6926
  }
@@ -6779,81 +7079,39 @@
6779
7079
  background-color: rgb(255 255 255 / 0.6);
6780
7080
  }
6781
7081
 
6782
- :where([data-likec4-zoom-small]) .smallZoom\:d_none {
7082
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .reduceGraphicsOnPan\:d_none {
6783
7083
  display: none;
6784
7084
  }
6785
7085
 
6786
- :where([data-likec4-hovered="true"]) .whenHovered\:op_0\.75 {
6787
- opacity: 0.75;
6788
- }
6789
-
6790
- .before\:content_\"_\"::before {
6791
- content: " ";
6792
- }
6793
-
6794
- .before\:bg-cp_padding-box::before {
6795
- background-clip: padding-box;
6796
- -webkit-background-clip: padding-box;
6797
- }
6798
-
6799
- .before\:trs-dly_\.075ms::before {
6800
- transition-delay: .075ms;
6801
- }
6802
-
6803
- :where(.react-flow__node.selected, .react-flow__edge.selected) .whenSelected\:vis_visible {
6804
- visibility: visible;
6805
- }
6806
-
6807
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:d_none {
7086
+ :where([data-likec4-zoom-small="true"]) .smallZoom\:d_none {
6808
7087
  display: none;
6809
7088
  }
6810
7089
 
6811
- [data-mantine-color-scheme="light"] .light\:stk_\[color-mix\(in_srgb\,_var\(--likec4-palette-stroke\)_80\%\,_var\(--likec4-palette-hiContrast\)\)\] {
6812
- stroke: color-mix(in srgb, var(--likec4-palette-stroke) 80%, var(--likec4-palette-hiContrast));
6813
- }
6814
-
6815
- :where(.react-flow__node.draggable) .\[\:where\(\.react-flow__node\.draggable\)_\&\]\:pointer-events_all {
6816
- pointer-events: all;
6817
- }
6818
-
6819
- :where(.react-flow__node.draggable) .\[\:where\(\.react-flow__node\.draggable\)_\&\]\:cursor_grab {
6820
- cursor: grab;
6821
- }
6822
-
6823
- [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:c_\[color-mix\(in_srgb\,_var\(--likec4-palette-loContrast\)_60\%\,_var\(--likec4-palette-fill\)\)\] {
6824
- color: color-mix(in srgb, var(--likec4-palette-loContrast) 60%, var(--likec4-palette-fill));
6825
- }
6826
-
6827
- .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .reduceGraphicsOnPan\:mix-bm_normal {
6828
- mix-blend-mode: normal;
6829
- }
6830
-
6831
- .\[\&_svg\,_\&_img\]\:filter_drop-shadow\(0_0_3px_rgb\(0_0_0_\/_12\%\)\) svg,.\[\&_svg\,_\&_img\]\:filter_drop-shadow\(0_0_3px_rgb\(0_0_0_\/_12\%\)\) img {
6832
- filter: drop-shadow(0 0 3px rgb(0 0 0 / 12%));
6833
- }
6834
-
6835
- .\[\&\:is\(\[data-likec4-hovered\=\'true\'\]\)\]\:trf_var\(--edge-translate\,_translate\(0px\,_0px\)\)_scale\(1\.12\):is([data-likec4-hovered='true']) {
6836
- transform: var(--edge-translate, translate(0px, 0px)) scale(1.12);
7090
+ .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:trs-prop_stroke-width\,_stroke-opacity {
7091
+ --transition-prop: stroke-width, stroke-opacity;
7092
+ transition-property: stroke-width, stroke-opacity;
6837
7093
  }
6838
7094
 
6839
- .\[\&\:is\(\[data-likec4-hovered\=\'true\'\]\)\]\:trs-dly_100ms:is([data-likec4-hovered='true']) {
6840
- transition-delay: 100ms;
7095
+ .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:trs-dur_fast {
7096
+ --transition-duration: var(--durations-fast);
7097
+ transition-duration: var(--durations-fast);
6841
7098
  }
6842
7099
 
6843
- .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .reduceGraphicsOnPan\:d_none {
6844
- display: none;
7100
+ .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:trs-tmf_inOut {
7101
+ --transition-easing: var(--easings-in-out);
7102
+ transition-timing-function: var(--easings-in-out);
6845
7103
  }
6846
7104
 
6847
- :where([data-likec4-hovered="true"]) .whenHovered\:trs-tmf_out {
7105
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:trs-tmf_out {
6848
7106
  --transition-easing: var(--easings-out);
6849
7107
  transition-timing-function: var(--easings-out);
6850
7108
  }
6851
7109
 
6852
- :where([data-likec4-hovered="true"]) .whenHovered\:stk-w_calc\(var\(--xy-edge-stroke-width\)_\+_4\) {
7110
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:stk-w_calc\(var\(--xy-edge-stroke-width\)_\+_4\) {
6853
7111
  stroke-width: calc(var(--xy-edge-stroke-width) + 4);
6854
7112
  }
6855
7113
 
6856
- :where([data-likec4-hovered="true"]) .whenHovered\:stk-op_0\.2 {
7114
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:stk-op_0\.2 {
6857
7115
  stroke-opacity: 0.2;
6858
7116
  }
6859
7117
 
@@ -6865,32 +7123,32 @@
6865
7123
  stroke-opacity: 0.25;
6866
7124
  }
6867
7125
 
6868
- :where([data-likec4-hovered="true"]) .whenHovered\:anim-dly_450ms {
6869
- animation-delay: 450ms;
6870
- }
6871
-
6872
- :where(.react-flow__edge.selected, [data-edge-active='true'], [data-edge-animated='true']) .\[\:where\(\.react-flow__edge\.selected\,_\[data-edge-active\=\'true\'\]\,_\[data-edge-animated\=\'true\'\]\)_\&\]\:anim-dly_0ms {
6873
- animation-delay: 0ms;
7126
+ .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:anim-ps_paused {
7127
+ animation-play-state: paused;
6874
7128
  }
6875
7129
 
6876
7130
  :where([data-edge-dir='back']) .\[\:where\(\[data-edge-dir\=\'back\'\]\)_\&\]\:anim-dir_reverse {
6877
7131
  animation-direction: reverse;
6878
7132
  }
6879
7133
 
6880
- :where([data-likec4-dimmed]) .whenDimmed\:anim-ps_paused {
7134
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-dimmed]) .whenDimmed\:anim-ps_paused {
6881
7135
  animation-play-state: paused;
6882
7136
  }
6883
7137
 
6884
- :where([data-likec4-zoom-small]) .smallZoom\:anim-n_none {
7138
+ :where([data-likec4-zoom-small="true"]) .smallZoom\:anim-n_none {
6885
7139
  animation-name: none;
6886
7140
  }
6887
7141
 
6888
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:stk-dsh_none\! {
7142
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .whenPanning\:stk-dsh_none\! {
6889
7143
  stroke-dasharray: none !important;
6890
7144
  }
6891
7145
 
6892
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:anim-n_none {
6893
- animation-name: none;
7146
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .whenPanning\:anim-ps_paused {
7147
+ animation-play-state: paused;
7148
+ }
7149
+
7150
+ .before\:content_\"_\"::before {
7151
+ content: " ";
6894
7152
  }
6895
7153
 
6896
7154
  .before\:pointer-events_all::before {
@@ -6901,66 +7159,10 @@
6901
7159
  cursor: pointer;
6902
7160
  }
6903
7161
 
6904
- :where([data-likec4-zoom-small]) .smallZoom\:vis_hidden {
6905
- visibility: hidden;
6906
- }
6907
-
6908
- [data-mantine-color-scheme="light"] .light\:stk_\[color-mix\(in_srgb\,_var\(--likec4-palette-fill\)_50\%\,rgb\(121\,_121\,_121\)\)\] {
6909
- stroke: color-mix(in srgb, var(--likec4-palette-fill) 50%,rgb(121, 121, 121));
6910
- }
6911
-
6912
- .shape-svg-multiple .\[\.shape-svg-multiple_\&\]\:fill_var\(--likec4-palette-fill\) {
6913
- fill: var(--likec4-palette-fill);
6914
- }
6915
-
6916
- :where([data-likec4-shape='queue']) .shapeQueue\:trf-o_75\%_25\% {
6917
- transform-origin: 75% 25%;
6918
- }
6919
-
6920
- :where([data-likec4-shape='cylinder']) .shapeCylinder\:trf-o_50\%_100\% {
6921
- transform-origin: 50% 100%;
6922
- }
6923
-
6924
- :where([data-likec4-shape='storage']) .shapeStorage\:trf-o_50\%_100\% {
6925
- transform-origin: 50% 100%;
6926
- }
6927
-
6928
- :where(.react-flow__node.selected, .react-flow__edge.selected) .whenSelected\:d_none {
6929
- display: none;
6930
- }
6931
-
6932
- :where([data-likec4-hovered="true"]) .whenHovered\:filter_drop-shadow\(0_2px_1px_rgba\(0\,_0\,_0\,_0\.25\)\)_drop-shadow\(0_8px_3px_rgba\(0\,_0\,_0\,_0\.1\)\)_drop-shadow\(0_10px_10px_rgba\(0\,_0\,_0\,_0\.05\)\) {
6933
- filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.25)) drop-shadow(0 8px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
6934
- }
6935
-
6936
- :where([data-likec4-level='true']) .\[\:where\(\[data-likec4-level\=\'true\'\]\)_\&\]\:filter_drop-shadow\(0_2px_1px_rgba\(0\,_0\,_0\,_0\.25\)\)_drop-shadow\(0_8px_3px_rgba\(0\,_0\,_0\,_0\.1\)\)_drop-shadow\(0_10px_10px_rgba\(0\,_0\,_0\,_0\.05\)\) {
6937
- filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.25)) drop-shadow(0 8px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
6938
- }
6939
-
6940
- :where(.react-flow__node.selected, .react-flow__edge.selected) .whenSelected\:filter_none {
6941
- filter: none;
6942
- }
6943
-
6944
- :where([data-likec4-zoom-small]) .smallZoom\:filter_none {
6945
- filter: none;
6946
- }
6947
-
6948
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:filter_none {
6949
- filter: none;
6950
- }
6951
-
6952
- :where([data-likec4-hovered="true"]) .whenHovered\:trs-dly_\.08s {
7162
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:trs-dly_\.08s {
6953
7163
  transition-delay: .08s;
6954
7164
  }
6955
7165
 
6956
- [data-mantine-color-scheme="light"] .light\:c_\[color-mix\(in_srgb\,_var\(--likec4-palette-stroke\)\,_\{colors\.likec4\.mixColor\}_60\%\)\] {
6957
- color: color-mix(in srgb, var(--likec4-palette-stroke), var(--colors-likec4-mix-color) 60%);
6958
- }
6959
-
6960
- [data-mantine-color-scheme="dark"] .dark\:c_var\(--likec4-palette-loContrast\) {
6961
- color: var(--likec4-palette-loContrast);
6962
- }
6963
-
6964
7166
  :where(.react-flow__edge.selected, [data-likec4-hovered='true']) .\[\:where\(\.react-flow__edge\.selected\,_\[data-likec4-hovered\=\'true\'\]\)_\&\]\:vis_visible {
6965
7167
  visibility: visible;
6966
7168
  }
@@ -6986,7 +7188,7 @@
6986
7188
  background-color: var(--mix-backgroundColor, var(--colors-mantine-colors-dark\[6\]));
6987
7189
  }
6988
7190
 
6989
- :is(.likec4-root[data-likec4-diagram-panning]) .whenPanning\:bg-c_mantine\.colors\.body {
7191
+ .likec4-root:is([data-likec4-diagram-panning="true"]) .whenPanning\:bg-c_mantine\.colors\.body {
6990
7192
  background-color: var(--colors-mantine-colors-body);
6991
7193
  }
6992
7194
 
@@ -6998,6 +7200,10 @@
6998
7200
  min-height: 100%;
6999
7201
  }
7000
7202
 
7203
+ [data-mantine-color-scheme="dark"] .dark\:bd-l-c_mantine\.colors\.dark\[4\] {
7204
+ border-left-color: var(--colors-mantine-colors-dark\[4\]);
7205
+ }
7206
+
7001
7207
  .\[\&_\>_svg\]\:w_70\% > svg {
7002
7208
  width: 70%;
7003
7209
  }
@@ -7078,22 +7284,6 @@
7078
7284
  margin-top: 32px;
7079
7285
  }
7080
7286
 
7081
- .before\:left_0::before {
7082
- left: var(--spacing-0);
7083
- }
7084
-
7085
- .before\:w_100\%::before {
7086
- width: 100%;
7087
- }
7088
-
7089
- .before\:h_100\%::before {
7090
- height: 100%;
7091
- }
7092
-
7093
- .likec4-compound-node:has(.compound-action) .\[\.likec4-compound-node\:has\(\.compound-action\)_\&\]\:pl_\[22px\] {
7094
- padding-left: 22px;
7095
- }
7096
-
7097
7287
  :where([data-likec4-shape='browser']) .shapeBrowser\:right_\[5px\] {
7098
7288
  right: 5px;
7099
7289
  }
@@ -7118,6 +7308,14 @@
7118
7308
  top: calc(100% - 4px);
7119
7309
  }
7120
7310
 
7311
+ .before\:left_0::before {
7312
+ left: var(--spacing-0);
7313
+ }
7314
+
7315
+ .before\:w_100\%::before {
7316
+ width: 100%;
7317
+ }
7318
+
7121
7319
  .before\:h_24px::before {
7122
7320
  height: 24px;
7123
7321
  }
@@ -7138,7 +7336,7 @@
7138
7336
  padding-left: 14px;
7139
7337
  }
7140
7338
 
7141
- :where([data-likec4-hovered="true"]) .whenHovered\:h_12 {
7339
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:h_12 {
7142
7340
  height: 12px;
7143
7341
  }
7144
7342
 
@@ -7163,14 +7361,6 @@
7163
7361
  --grayscale: grayscale(0);
7164
7362
  }
7165
7363
 
7166
- :where(.react-flow__node, .react-flow__edge):is(:focus-visible, :focus, :focus-within) .whenFocused\:vis_visible {
7167
- visibility: visible;
7168
- }
7169
-
7170
- :where(.react-flow__node, .react-flow__edge):is(:focus-visible, :focus, :focus-within) .whenFocused\:d_none {
7171
- display: none;
7172
- }
7173
-
7174
7364
  .focus\:bg_mantine\.colors\.primary\[8\]:is(:focus, [data-focus]) {
7175
7365
  background: var(--colors-mantine-colors-primary\[8\]);
7176
7366
  }
@@ -7243,10 +7433,6 @@
7243
7433
  color: var(--colors-mantine-colors-primary\[1\]);
7244
7434
  }
7245
7435
 
7246
- .group:is(:focus-visible, [data-focus-visible]) .groupFocusVisible\:vis_visible {
7247
- visibility: visible;
7248
- }
7249
-
7250
7436
  .hover\:--icon-color_\{colors\.mantine\.colors\.dark\[1\]\}:is(:hover, [data-hover]) {
7251
7437
  --icon-color: var(--colors-mantine-colors-dark\[1\]);
7252
7438
  }
@@ -7463,30 +7649,6 @@
7463
7649
  --ai-radius: 0px;
7464
7650
  }
7465
7651
 
7466
- [data-mantine-color-scheme="dark"] [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:dark\:--actionbtn-color_color-mix\(in_srgb\,_var\(--likec4-palette-loContrast\)_60\%\,_var\(--likec4-palette-fill\)\) {
7467
- --actionbtn-color: color-mix(in srgb, var(--likec4-palette-loContrast) 60%, var(--likec4-palette-fill));
7468
- }
7469
-
7470
- [data-mantine-color-scheme="light"] [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:light\:--actionbtn-color_var\(--likec4-palette-stroke\) {
7471
- --actionbtn-color: var(--likec4-palette-stroke);
7472
- }
7473
-
7474
- [data-mantine-color-scheme="light"] [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:light\:--actionbtn-color-hovered_var\(--likec4-palette-stroke\) {
7475
- --actionbtn-color-hovered: var(--likec4-palette-stroke);
7476
- }
7477
-
7478
- [data-mantine-color-scheme="light"] [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:light\:--actionbtn-color-hovered-btn_var\(--likec4-palette-hiContrast\) {
7479
- --actionbtn-color-hovered-btn: var(--likec4-palette-hiContrast);
7480
- }
7481
-
7482
- [data-mantine-color-scheme="light"] [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:light\:--actionbtn-bg-hovered_var\(--likec4-palette-fill\)\/50 {
7483
- --actionbtn-bg-hovered: var(--likec4-palette-fill)/50;
7484
- }
7485
-
7486
- [data-mantine-color-scheme="light"] [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:light\:--actionbtn-bg-hovered-btn_var\(--likec4-palette-fill\) {
7487
- --actionbtn-bg-hovered-btn: var(--likec4-palette-fill);
7488
- }
7489
-
7490
7652
  [data-mantine-color-scheme="dark"] .dark\:\[\&\:is\(\[data-active\]\)\]\:bg_mantine\.colors\.dark\[5\]:is([data-active]) {
7491
7653
  background: var(--colors-mantine-colors-dark\[5\]);
7492
7654
  }
@@ -7499,14 +7661,6 @@
7499
7661
  text-decoration: underline;
7500
7662
  }
7501
7663
 
7502
- .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:before\:transition_all_\{durations\.slow\}_\{easings\.inOut\}::before {
7503
- transition: all var(--durations-slow) var(--easings-in-out);
7504
- }
7505
-
7506
- .\[\&\:is\(\[data-compound-transparent\]\)\]\:before\:bd-w_calc\(var\(--_border-width\,_2px\)_-_1px\):is([data-compound-transparent])::before {
7507
- border-width: calc(var(--_border-width, 2px) - 1px);
7508
- }
7509
-
7510
7664
  .group:is(:hover, [data-hover]) .\[\&\:is\(\[data-position\=\"left\"\]\)\]\:groupHover\:c_\[inherit\]:is([data-position="left"]) {
7511
7665
  color: inherit;
7512
7666
  }
@@ -7552,43 +7706,27 @@
7552
7706
  background-color: rgb(15 15 15/ var(--_opacity));
7553
7707
  }
7554
7708
 
7555
- .\[\&\:is\(\[data-compound-transparent\]\)\]\:before\:op_var\(--_compound-opacity\,_1\):is([data-compound-transparent])::before {
7556
- opacity: var(--_compound-opacity, 1);
7557
- }
7558
-
7559
- .likec4-root:not([data-likec4-reduced-graphics]) .before\:noReduceGraphics\:bx-sh_0_4px_10px_0\.5px_rgba\(0\,0\,0\,0\.1\)_\,_0_2px_2px_-1px_rgba\(0\,0\,0\,0\.4\)::before {
7560
- box-shadow: 0 4px 10px 0.5px rgba(0,0,0,0.1) , 0 2px 2px -1px rgba(0,0,0,0.4);
7561
- }
7562
-
7563
- :where(.react-flow__node.selected, .react-flow__edge.selected) .before\:whenSelected\:bx-sh_none::before {
7564
- box-shadow: var(--shadows-none);
7565
- }
7566
-
7567
- :is(.likec4-root[data-likec4-diagram-panning]) .before\:whenPanning\:bx-sh_none\!::before {
7568
- box-shadow: var(--shadows-none) !important;
7569
- }
7570
-
7571
- [data-mantine-color-scheme="light"] [data-compound-title-inverse] .\[\[data-compound-title-inverse\]_\&\]\:light\:c_var\(--likec4-palette-stroke\) {
7572
- color: var(--likec4-palette-stroke);
7709
+ :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) :where(.react-flow__node.selected, .react-flow__edge.selected) .whenSelected\:whenHovered\:stk-op_0\.4 {
7710
+ stroke-opacity: 0.4;
7573
7711
  }
7574
7712
 
7575
- .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .\[\&_svg\,_\&_img\]\:reduceGraphicsOnPan\:filter_none svg,.likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .\[\&_svg\,_\&_img\]\:reduceGraphicsOnPan\:filter_none img {
7576
- filter: none;
7713
+ .likec4-root:not([data-likec4-reduced-graphics]) :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:noReduceGraphics\:anim-ps_running {
7714
+ animation-play-state: running;
7577
7715
  }
7578
7716
 
7579
- [data-mantine-color-scheme="dark"] .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:dark\:mix-bm_plus-lighter {
7580
- mix-blend-mode: plus-lighter;
7717
+ .likec4-root:not([data-likec4-reduced-graphics]) :where(.react-flow__node, .react-flow__edge):has([data-likec4-hovered="true"]) .whenHovered\:noReduceGraphics\:anim-dly_450ms {
7718
+ animation-delay: 450ms;
7581
7719
  }
7582
7720
 
7583
- [data-mantine-color-scheme="light"] .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:light\:mix-bm_screen {
7584
- mix-blend-mode: screen;
7721
+ .likec4-root:not([data-likec4-reduced-graphics]) :where(.react-flow__edge.selected, [data-edge-active='true'], [data-edge-animated='true']) .\[\:where\(\.react-flow__edge\.selected\,_\[data-edge-active\=\'true\'\]\,_\[data-edge-animated\=\'true\'\]\)_\&\]\:noReduceGraphics\:anim-ps_running {
7722
+ animation-play-state: running;
7585
7723
  }
7586
7724
 
7587
- :where([data-likec4-hovered="true"]) :where(.react-flow__node.selected, .react-flow__edge.selected) .whenSelected\:whenHovered\:stk-op_0\.4 {
7588
- stroke-opacity: 0.4;
7725
+ .likec4-root:not([data-likec4-reduced-graphics]) :where(.react-flow__edge.selected, [data-edge-active='true'], [data-edge-animated='true']) .\[\:where\(\.react-flow__edge\.selected\,_\[data-edge-active\=\'true\'\]\,_\[data-edge-animated\=\'true\'\]\)_\&\]\:noReduceGraphics\:anim-dly_0ms {
7726
+ animation-delay: 0ms;
7589
7727
  }
7590
7728
 
7591
- .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning]) .reduceGraphicsOnPan\:before\:d_none::before {
7729
+ .likec4-root:is([data-likec4-reduced-graphics][data-likec4-diagram-panning="true"]) .reduceGraphicsOnPan\:before\:d_none::before {
7592
7730
  display: none;
7593
7731
  }
7594
7732
 
@@ -7663,6 +7801,11 @@
7663
7801
  background-color: var(--colors-mantine-colors-dark\[4\]);
7664
7802
  }
7665
7803
 
7804
+ [data-mantine-color-scheme="dark"] .hover\:dark\:bg-c_mantine\.colors\.dark\[5\]\/70:is(:hover, [data-hover]) {
7805
+ --mix-backgroundColor: color-mix(in srgb, var(--colors-mantine-colors-dark\[5\]) 70%, transparent);
7806
+ background-color: var(--mix-backgroundColor, var(--colors-mantine-colors-dark\[5\]));
7807
+ }
7808
+
7666
7809
  [data-mantine-color-scheme="dark"] .dark\:hover\:c_mantine\.colors\.white:is(:hover, [data-hover]) {
7667
7810
  color: var(--colors-mantine-colors-white);
7668
7811
  }
@@ -7710,15 +7853,6 @@
7710
7853
  background-color: var(--mix-backgroundColor, var(--colors-mantine-colors-dark\[3\]));
7711
7854
  }
7712
7855
 
7713
- .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:\[\&\[data-likec4-hovered\=\'true\'\]\]\:before\:trs-dly_\.2s[data-likec4-hovered='true']::before {
7714
- transition-delay: .2s;
7715
- }
7716
-
7717
- .likec4-root:not([data-likec4-reduced-graphics]) .noReduceGraphics\:\[\&\[data-likec4-hovered\=\'true\'\]\]\:before\:trs-tmf_in[data-likec4-hovered='true']::before {
7718
- --transition-easing: var(--easings-in);
7719
- transition-timing-function: var(--easings-in);
7720
- }
7721
-
7722
7856
  @container (min-width: 24rem) {
7723
7857
  .\@\/xs\:d_flex {
7724
7858
  display: flex;
@@ -7746,9 +7880,6 @@
7746
7880
  }
7747
7881
  .xs\:max-h_calc\(100cqh_-_70px\) {
7748
7882
  max-height: calc(100cqh - 70px);
7749
- }
7750
- .\[\&_svg\,_\&_img\]\:xs\:filter_drop-shadow\(0_1px_8px_rgb\(0_0_0_\/_8\%\)\) svg,.\[\&_svg\,_\&_img\]\:xs\:filter_drop-shadow\(0_1px_8px_rgb\(0_0_0_\/_8\%\)\) img {
7751
- filter: drop-shadow(0 1px 8px rgb(0 0 0 / 8%));
7752
7883
  }
7753
7884
  }
7754
7885
 
@@ -7779,12 +7910,6 @@
7779
7910
  max-width: calc(100cqw - 2 * var(--spacing-md));
7780
7911
  }
7781
7912
  }
7782
- }
7783
-
7784
- @container likec4-root (min-width: 40rem) {
7785
- .\@likec4-root\/sm\:d_flex {
7786
- display: flex;
7787
- }
7788
7913
  }
7789
7914
 
7790
7915
  @container (min-width: 48rem) {
@@ -7832,9 +7957,6 @@
7832
7957
  }
7833
7958
  .sm\:max-w_65vw {
7834
7959
  max-width: 65vw;
7835
- }
7836
- .\[\&_svg\,_\&_img\]\:sm\:filter_drop-shadow\(1px_1px_16px_rgb\(0_0_0_\/_3\%\)\) svg,.\[\&_svg\,_\&_img\]\:sm\:filter_drop-shadow\(1px_1px_16px_rgb\(0_0_0_\/_3\%\)\) img {
7837
- filter: drop-shadow(1px 1px 16px rgb(0 0 0 / 3%));
7838
7960
  }
7839
7961
  }
7840
7962