@scalar/cli 1.7.8 → 1.8.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.
Files changed (3) hide show
  1. package/docs.html +102 -65
  2. package/index.js +106 -12
  3. package/package.json +5 -5
package/docs.html CHANGED
@@ -2529,22 +2529,19 @@ details.t-editor__step .t-editor__step-summary:hover .t-editor__step-marker-icon
2529
2529
  ul.t-editor__checklist {
2530
2530
  padding-left: 0;
2531
2531
  }
2532
- ul.t-editor__checklist > li,
2533
- ul.contains-task-list > li {
2532
+ ul.t-editor__checklist > li {
2534
2533
  align-items: center;
2535
2534
  display: flex;
2536
2535
  gap: 10.5px;
2537
2536
  list-style: none;
2538
2537
  line-height: 1.625;
2539
2538
  }
2540
- ul.contains-task-list,
2541
2539
  ul.t-editor__checklist:not(.t-editor__checklist ul) {
2542
2540
  padding-left: 5.5px;
2543
2541
  }
2544
2542
  .t-editor__checklist .t-editor__paragraph {
2545
2543
  margin-top: 0;
2546
2544
  }
2547
- .contains-task-list input,
2548
2545
  .t-editor__checklist input {
2549
2546
  position: relative;
2550
2547
  appearance: none;
@@ -2557,13 +2554,11 @@ ul.t-editor__checklist:not(.t-editor__checklist ul) {
2557
2554
  border: 1px solid var(--scalar-color-3);
2558
2555
  border-radius: var(--scalar-radius);
2559
2556
  }
2560
- .t-editor__checklist input:checked,
2561
- .contains-task-list input:checked {
2557
+ .t-editor__checklist input:checked {
2562
2558
  background-color: var(--scalar-color-1);
2563
2559
  border-color: var(--scalar-color-1);
2564
2560
  }
2565
- .t-editor__checklist input[type=checkbox]::before,
2566
- .contains-task-list input[type=checkbox]::before {
2561
+ .t-editor__checklist input[type=checkbox]::before {
2567
2562
  content: "";
2568
2563
  position: absolute;
2569
2564
  left: 5px;
@@ -2575,17 +2570,50 @@ ul.t-editor__checklist:not(.t-editor__checklist ul) {
2575
2570
  transform: rotate(45deg);
2576
2571
  opacity: 0;
2577
2572
  }
2578
- .t-editor__checklist input[type=checkbox]:checked::before,
2579
- .contains-task-list input[type=checkbox]:checked::before {
2573
+ .t-editor__checklist input[type=checkbox]:checked::before {
2580
2574
  opacity: 1;
2581
2575
  }
2582
- .contains-task-lists ul input[type=checkbox],
2583
- .contains-task-lists ol input[type=checkbox],
2584
2576
  .t-editor ul input[type=checkbox],
2585
2577
  .t-editor ol input[type=checkbox] {
2586
2578
  margin: 0;
2587
2579
  vertical-align: middle;
2588
2580
  }
2581
+ ul.contains-task-list > li {
2582
+ position: relative;
2583
+ list-style: none;
2584
+ line-height: 1.625;
2585
+ }
2586
+ .contains-task-list input {
2587
+ display: inline;
2588
+ position: absolute;
2589
+ top: 0.225em;
2590
+ left: -1.4em;
2591
+ appearance: none;
2592
+ -webkit-appearance: none;
2593
+ width: 16px;
2594
+ height: 16px;
2595
+ border: 1px solid var(--scalar-color-3);
2596
+ border-radius: var(--scalar-radius);
2597
+ }
2598
+ .contains-task-list input:checked {
2599
+ background-color: var(--scalar-color-1);
2600
+ border-color: var(--scalar-color-1);
2601
+ }
2602
+ .contains-task-list input[type=checkbox]::before {
2603
+ content: "";
2604
+ position: absolute;
2605
+ left: 5px;
2606
+ top: 1px;
2607
+ width: 5px;
2608
+ height: 10px;
2609
+ border: solid var(--scalar-background-1);
2610
+ border-width: 0 1.5px 1.5px 0;
2611
+ transform: rotate(45deg);
2612
+ opacity: 0;
2613
+ }
2614
+ .contains-task-list input[type=checkbox]:checked::before {
2615
+ opacity: 1;
2616
+ }
2589
2617
 
2590
2618
  /* ../../packages/css/src/guides/text-extensions/codegroup.css */
2591
2619
  .t-editor__code-group {
@@ -3283,6 +3311,15 @@ blockquote.t-editor__quote > * {
3283
3311
  box-sizing: border-box;
3284
3312
  position: relative;
3285
3313
  }
3314
+ .t-editor__table [align=left] {
3315
+ text-align: left;
3316
+ }
3317
+ .t-editor__table [align=center] {
3318
+ text-align: center;
3319
+ }
3320
+ .t-editor__table [align=right] {
3321
+ text-align: right;
3322
+ }
3286
3323
  .t-editor__table tr:nth-child(2n) {
3287
3324
  background-color: var(--scalar-background-2);
3288
3325
  }
@@ -3667,7 +3704,7 @@ blockquote.t-editor__quote > * {
3667
3704
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3668
3705
  </svg></button>
3669
3706
  </h2>
3670
- <div id="EZjEtGZ7plsWTQUrMGD4V" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3707
+ <div id="Mxo5CPGrVoROCv8dSlWUY" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3671
3708
  <pre style="
3672
3709
  --line-digits: 2;
3673
3710
  --line-number-start: -1;
@@ -3690,7 +3727,7 @@ blockquote.t-editor__quote > * {
3690
3727
  </svg></button>
3691
3728
  </h2>
3692
3729
  <p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
3693
- <div id="nYl10haKtTxdpnZYZ3Phk" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3730
+ <div id="xh6l3WSmCSmiIdgYtfp1l" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3694
3731
  <pre style="
3695
3732
  --line-digits: 2;
3696
3733
  --line-number-start: -1;
@@ -3714,7 +3751,7 @@ blockquote.t-editor__quote > * {
3714
3751
  </svg></button>
3715
3752
  </h3>
3716
3753
  <p class="t-editor__paragraph">There’s another <code inline="true" class="t-editor__inline-code">scalar</code> CLI, which is bundled with <code inline="true" class="t-editor__inline-code">git</code>. If you run into naming conflicts, but never use the other CLI anyway, you can replace it like this:</p>
3717
- <div id="IfWisFZq7qAtsQPVK7U96" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3754
+ <div id="RdtrT0jiY1G9zCuc1JJSP" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3718
3755
  <pre style="
3719
3756
  --line-digits: 2;
3720
3757
  --line-number-start: -1;
@@ -3728,7 +3765,7 @@ blockquote.t-editor__quote > * {
3728
3765
  </svg></button>
3729
3766
  </div>
3730
3767
  <p class="t-editor__paragraph">Or, if you want to keep using the other <code inline="true" class="t-editor__inline-code">scalar</code> CLI, you can just stick to <code inline="true" class="t-editor__inline-code">npx</code> (or <code inline="true" class="t-editor__inline-code">pnpm dlx</code>):</p>
3731
- <div id="4Cxeo1JdHGVYCmQzRfxU9" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3768
+ <div id="SGJUoLqEurMdE8riSvMoj" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3732
3769
  <pre style="
3733
3770
  --line-digits: 2;
3734
3771
  --line-number-start: -1;
@@ -3754,7 +3791,7 @@ blockquote.t-editor__quote > * {
3754
3791
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3755
3792
  </svg></button>
3756
3793
  </h2>
3757
- <div id="23kqzbGyEXuvHkk7himXh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3794
+ <div id="VOToM2CV0GMDUtTfKi52h" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3758
3795
  <pre style="
3759
3796
  --line-digits: 2;
3760
3797
  --line-number-start: -1;
@@ -3794,7 +3831,7 @@ blockquote.t-editor__quote > * {
3794
3831
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3795
3832
  </svg></button>
3796
3833
  </h3>
3797
- <div id="rWA6UTdPCW99PaWFOuFeK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3834
+ <div id="jZ7Vclf2lde0gXUMip1UI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3798
3835
  <pre style="
3799
3836
  --line-digits: 2;
3800
3837
  --line-number-start: -1;
@@ -3824,7 +3861,7 @@ blockquote.t-editor__quote > * {
3824
3861
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3825
3862
  </svg></button>
3826
3863
  </h4>
3827
- <div id="oxW4NCrDOkV5OQoHFfOUh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3864
+ <div id="RTlrdQb9vahSaDBaS3HB6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3828
3865
  <pre style="
3829
3866
  --line-digits: 2;
3830
3867
  --line-number-start: -1;
@@ -3852,7 +3889,7 @@ blockquote.t-editor__quote > * {
3852
3889
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3853
3890
  </svg></button>
3854
3891
  </h3>
3855
- <div id="e35bsQNQjMftsqNnoYFTn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3892
+ <div id="8HqApilYL4AProqBznc2a" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3856
3893
  <pre style="
3857
3894
  --line-digits: 2;
3858
3895
  --line-number-start: -1;
@@ -3879,7 +3916,7 @@ blockquote.t-editor__quote > * {
3879
3916
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3880
3917
  </svg></button>
3881
3918
  </h3>
3882
- <div id="pA4xcZsKW6eM7OVyCm0Kd" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3919
+ <div id="Bg1HwdzYHcf2XvuODTArU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3883
3920
  <pre style="
3884
3921
  --line-digits: 2;
3885
3922
  --line-number-start: -1;
@@ -3912,7 +3949,7 @@ blockquote.t-editor__quote > * {
3912
3949
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3913
3950
  </svg></button>
3914
3951
  </h4>
3915
- <div id="HBELdg8z1m9gYoFB8eEzh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3952
+ <div id="wJRU2Pd26bIRjRFnzjY3i" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3916
3953
  <pre style="
3917
3954
  --line-digits: 2;
3918
3955
  --line-number-start: -1;
@@ -3942,7 +3979,7 @@ blockquote.t-editor__quote > * {
3942
3979
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3943
3980
  </svg></button>
3944
3981
  </h4>
3945
- <div id="Lvpswet6qQTszeA2ZeZwV" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3982
+ <div id="BlfsGZ0SIhVy0DQvmCcQm" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3946
3983
  <pre style="
3947
3984
  --line-digits: 2;
3948
3985
  --line-number-start: -1;
@@ -3969,7 +4006,7 @@ blockquote.t-editor__quote > * {
3969
4006
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3970
4007
  </svg></button>
3971
4008
  </h4>
3972
- <div id="ovPZn7ynF5VsjjxR9W9VX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4009
+ <div id="TNwSyIQMKr5e1wX3KWOsw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3973
4010
  <pre style="
3974
4011
  --line-digits: 2;
3975
4012
  --line-number-start: -1;
@@ -3996,7 +4033,7 @@ blockquote.t-editor__quote > * {
3996
4033
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3997
4034
  </svg></button>
3998
4035
  </h3>
3999
- <div id="h6iio7oEbp9FAyKAOK0mB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4036
+ <div id="GJ7FkBCBJEzFQ2ROySDuY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4000
4037
  <pre style="
4001
4038
  --line-digits: 2;
4002
4039
  --line-number-start: -1;
@@ -4037,7 +4074,7 @@ blockquote.t-editor__quote > * {
4037
4074
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4038
4075
  </svg></button>
4039
4076
  </h4>
4040
- <div id="DPMMkulUjUqvTFaFj9Pbo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4077
+ <div id="0YVzmfuSqhITo1Sboxzki" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4041
4078
  <pre style="
4042
4079
  --line-digits: 2;
4043
4080
  --line-number-start: -1;
@@ -4071,7 +4108,7 @@ blockquote.t-editor__quote > * {
4071
4108
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4072
4109
  </svg></button>
4073
4110
  </h4>
4074
- <div id="BUtzabHwt1wZWUinrdWOr" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4111
+ <div id="y3qZDy9YTt9oQGgKyLbp7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4075
4112
  <pre style="
4076
4113
  --line-digits: 2;
4077
4114
  --line-number-start: -1;
@@ -4102,7 +4139,7 @@ blockquote.t-editor__quote > * {
4102
4139
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4103
4140
  </svg></button>
4104
4141
  </h4>
4105
- <div id="CzVC0UiX4VyjX7B8kHm4x" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4142
+ <div id="jjldhLqCCD3XFKkdyVUkQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4106
4143
  <pre style="
4107
4144
  --line-digits: 2;
4108
4145
  --line-number-start: -1;
@@ -4134,7 +4171,7 @@ blockquote.t-editor__quote > * {
4134
4171
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4135
4172
  </svg></button>
4136
4173
  </h4>
4137
- <div id="RnSyTfb2NgEXFQpKj0IKq" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4174
+ <div id="lQpUff2Kfy7gega6rXQPY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4138
4175
  <pre style="
4139
4176
  --line-digits: 2;
4140
4177
  --line-number-start: -1;
@@ -4165,7 +4202,7 @@ blockquote.t-editor__quote > * {
4165
4202
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4166
4203
  </svg></button>
4167
4204
  </h4>
4168
- <div id="fCafgZ2Q27xD8RtuA3Thl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4205
+ <div id="96kJBYp6Y7uNcYrRosGMm" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4169
4206
  <pre style="
4170
4207
  --line-digits: 2;
4171
4208
  --line-number-start: -1;
@@ -4198,7 +4235,7 @@ blockquote.t-editor__quote > * {
4198
4235
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4199
4236
  </svg></button>
4200
4237
  </h4>
4201
- <div id="u4x6ADesw9TrYJEewc7h0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4238
+ <div id="c8lkED2UiEYZZqr2D4Nue" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4202
4239
  <pre style="
4203
4240
  --line-digits: 2;
4204
4241
  --line-number-start: -1;
@@ -4231,7 +4268,7 @@ blockquote.t-editor__quote > * {
4231
4268
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4232
4269
  </svg></button>
4233
4270
  </h4>
4234
- <div id="qK6lukyVDXT9NlLTrCn7k" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4271
+ <div id="eVHwTmPVzWCG4biEpwysQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4235
4272
  <pre style="
4236
4273
  --line-digits: 2;
4237
4274
  --line-number-start: -1;
@@ -4262,7 +4299,7 @@ blockquote.t-editor__quote > * {
4262
4299
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4263
4300
  </svg></button>
4264
4301
  </h4>
4265
- <div id="rlvkD1YZ8j1AmlUWYFkOl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4302
+ <div id="INb9XrD93sUItmNYZtGT6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4266
4303
  <pre style="
4267
4304
  --line-digits: 2;
4268
4305
  --line-number-start: -1;
@@ -4292,7 +4329,7 @@ blockquote.t-editor__quote > * {
4292
4329
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4293
4330
  </svg></button>
4294
4331
  </h4>
4295
- <div id="KKA0IP6oz5Cw2yo4KZy9N" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4332
+ <div id="rw3pkIhYSqgTQLh07otoC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4296
4333
  <pre style="
4297
4334
  --line-digits: 2;
4298
4335
  --line-number-start: -1;
@@ -4321,7 +4358,7 @@ blockquote.t-editor__quote > * {
4321
4358
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4322
4359
  </svg></button>
4323
4360
  </h4>
4324
- <div id="nLu6x41ipftwRSwxDwyZt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4361
+ <div id="rLFH0j1sDt9cPW6JNnbyl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4325
4362
  <pre style="
4326
4363
  --line-digits: 2;
4327
4364
  --line-number-start: -1;
@@ -4352,7 +4389,7 @@ blockquote.t-editor__quote > * {
4352
4389
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4353
4390
  </svg></button>
4354
4391
  </h4>
4355
- <div id="D9HPQkzkSnbuRspYwLgs6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4392
+ <div id="fs1FD5CpWj2UvUPThwjLg" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4356
4393
  <pre style="
4357
4394
  --line-digits: 2;
4358
4395
  --line-number-start: -1;
@@ -4383,7 +4420,7 @@ blockquote.t-editor__quote > * {
4383
4420
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4384
4421
  </svg></button>
4385
4422
  </h3>
4386
- <div id="bcDcuyPLYMyio424QTzLr" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4423
+ <div id="4kTHQb345za501HVhCUE7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4387
4424
  <pre style="
4388
4425
  --line-digits: 2;
4389
4426
  --line-number-start: -1;
@@ -4419,7 +4456,7 @@ blockquote.t-editor__quote > * {
4419
4456
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4420
4457
  </svg></button>
4421
4458
  </h4>
4422
- <div id="YXw62Vt2X5SCK93R9n4Mm" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4459
+ <div id="XEaYX5WkrmD5dD23KqxKK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4423
4460
  <pre style="
4424
4461
  --line-digits: 2;
4425
4462
  --line-number-start: -1;
@@ -4448,7 +4485,7 @@ blockquote.t-editor__quote > * {
4448
4485
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4449
4486
  </svg></button>
4450
4487
  </h4>
4451
- <div id="e5htVcnrnHad7yIYpBAbO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4488
+ <div id="Ado9q3bAnwG6MXH4fyQDK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4452
4489
  <pre style="
4453
4490
  --line-digits: 2;
4454
4491
  --line-number-start: -1;
@@ -4478,7 +4515,7 @@ blockquote.t-editor__quote > * {
4478
4515
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4479
4516
  </svg></button>
4480
4517
  </h4>
4481
- <div id="oboDaTwA8Npnr9fsafnHg" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4518
+ <div id="TxZVUXyE4Lnq07OUEc69Z" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4482
4519
  <pre style="
4483
4520
  --line-digits: 2;
4484
4521
  --line-number-start: -1;
@@ -4507,7 +4544,7 @@ blockquote.t-editor__quote > * {
4507
4544
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4508
4545
  </svg></button>
4509
4546
  </h4>
4510
- <div id="2OdjSeHJZCFKguzYgAXVj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4547
+ <div id="XS1Jv7EcMSuYpw8sHpDTE" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4511
4548
  <pre style="
4512
4549
  --line-digits: 2;
4513
4550
  --line-number-start: -1;
@@ -4542,7 +4579,7 @@ blockquote.t-editor__quote > * {
4542
4579
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4543
4580
  </svg></button>
4544
4581
  </h4>
4545
- <div id="klwIr0pJMypYHMrhNf5oY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4582
+ <div id="k6JfzkPtie9zKPTIitYww" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4546
4583
  <pre style="
4547
4584
  --line-digits: 2;
4548
4585
  --line-number-start: -1;
@@ -4573,7 +4610,7 @@ blockquote.t-editor__quote > * {
4573
4610
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4574
4611
  </svg></button>
4575
4612
  </h4>
4576
- <div id="9bEWaiSyXdK9dKRHNoOcb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4613
+ <div id="pxyuIChAdINWGr8MhNlXK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4577
4614
  <pre style="
4578
4615
  --line-digits: 2;
4579
4616
  --line-number-start: -1;
@@ -4603,7 +4640,7 @@ blockquote.t-editor__quote > * {
4603
4640
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4604
4641
  </svg></button>
4605
4642
  </h3>
4606
- <div id="dzaD1X9aPXcdUu0qYmjBn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4643
+ <div id="KaJAUMUs1HIP45xwffkfC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4607
4644
  <pre style="
4608
4645
  --line-digits: 2;
4609
4646
  --line-number-start: -1;
@@ -4637,7 +4674,7 @@ blockquote.t-editor__quote > * {
4637
4674
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4638
4675
  </svg></button>
4639
4676
  </h4>
4640
- <div id="1EGqCwqWZP00tO2rbsrBA" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4677
+ <div id="hZBES15UuopMEfcXncfUM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4641
4678
  <pre style="
4642
4679
  --line-digits: 2;
4643
4680
  --line-number-start: -1;
@@ -4677,7 +4714,7 @@ blockquote.t-editor__quote > * {
4677
4714
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4678
4715
  </svg></button>
4679
4716
  </h4>
4680
- <div id="0Y1ay9EhNEziiLxdpGdTC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4717
+ <div id="Mrk5z9FFk3qAh0c5TpvZO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4681
4718
  <pre style="
4682
4719
  --line-digits: 2;
4683
4720
  --line-number-start: -1;
@@ -4710,7 +4747,7 @@ blockquote.t-editor__quote > * {
4710
4747
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4711
4748
  </svg></button>
4712
4749
  </h4>
4713
- <div id="pC5NJ08WFV7bU4KDRxvQJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4750
+ <div id="wi0DxRWaFIHyArUefWkJO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4714
4751
  <pre style="
4715
4752
  --line-digits: 2;
4716
4753
  --line-number-start: -1;
@@ -4741,7 +4778,7 @@ blockquote.t-editor__quote > * {
4741
4778
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4742
4779
  </svg></button>
4743
4780
  </h4>
4744
- <div id="ICHAvwXP7b0X07DcsaI28" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4781
+ <div id="AK4O2VXwK6XUNJSQUUC6S" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4745
4782
  <pre style="
4746
4783
  --line-digits: 2;
4747
4784
  --line-number-start: -1;
@@ -4769,7 +4806,7 @@ blockquote.t-editor__quote > * {
4769
4806
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4770
4807
  </svg></button>
4771
4808
  </h3>
4772
- <div id="FwkO7Im7aLIAqXcDE96Pn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4809
+ <div id="Drofiiz4X7nVDrL7nR5m6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4773
4810
  <pre style="
4774
4811
  --line-digits: 2;
4775
4812
  --line-number-start: -1;
@@ -4801,7 +4838,7 @@ blockquote.t-editor__quote > * {
4801
4838
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4802
4839
  </svg></button>
4803
4840
  </h4>
4804
- <div id="3xma6LA8CeEtQ9AZJiMS1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4841
+ <div id="AWsPS7BTQuhy1VmSvecEe" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4805
4842
  <pre style="
4806
4843
  --line-digits: 2;
4807
4844
  --line-number-start: -1;
@@ -4828,7 +4865,7 @@ blockquote.t-editor__quote > * {
4828
4865
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4829
4866
  </svg></button>
4830
4867
  </h4>
4831
- <div id="BrOgC2TCJOtFFzOUq2Nlm" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4868
+ <div id="sWFDKoASsGuEdbPrWE07R" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4832
4869
  <pre style="
4833
4870
  --line-digits: 2;
4834
4871
  --line-number-start: -1;
@@ -4856,7 +4893,7 @@ blockquote.t-editor__quote > * {
4856
4893
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4857
4894
  </svg></button>
4858
4895
  </h3>
4859
- <div id="3pLMSY5w17ydovx0EWYPK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4896
+ <div id="lReD2ok6fo1qOXjDvAomw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4860
4897
  <pre style="
4861
4898
  --line-digits: 2;
4862
4899
  --line-number-start: -1;
@@ -4891,7 +4928,7 @@ blockquote.t-editor__quote > * {
4891
4928
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4892
4929
  </svg></button>
4893
4930
  </h4>
4894
- <div id="xLtPStlZ0sXFWCj6GdTrN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4931
+ <div id="uSOkgDvNuNIbOIs0kWKLy" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4895
4932
  <pre style="
4896
4933
  --line-digits: 2;
4897
4934
  --line-number-start: -1;
@@ -4919,7 +4956,7 @@ blockquote.t-editor__quote > * {
4919
4956
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4920
4957
  </svg></button>
4921
4958
  </h4>
4922
- <div id="ypy98bfuLOCfi6pmLpakv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4959
+ <div id="klog7NSZNjxoZjs2YIjzY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4923
4960
  <pre style="
4924
4961
  --line-digits: 2;
4925
4962
  --line-number-start: -1;
@@ -4949,7 +4986,7 @@ blockquote.t-editor__quote > * {
4949
4986
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4950
4987
  </svg></button>
4951
4988
  </h4>
4952
- <div id="i8lyRq2cQTiLI4K32wWvJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4989
+ <div id="y5f98Au86IEV04apKlxZG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4953
4990
  <pre style="
4954
4991
  --line-digits: 2;
4955
4992
  --line-number-start: -1;
@@ -4980,7 +5017,7 @@ blockquote.t-editor__quote > * {
4980
5017
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4981
5018
  </svg></button>
4982
5019
  </h4>
4983
- <div id="cbdHA1HrHI1Kfgg7zSvSJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5020
+ <div id="ZZYWRLg2dD0VROg6xrfci" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4984
5021
  <pre style="
4985
5022
  --line-digits: 2;
4986
5023
  --line-number-start: -1;
@@ -5009,7 +5046,7 @@ blockquote.t-editor__quote > * {
5009
5046
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5010
5047
  </svg></button>
5011
5048
  </h4>
5012
- <div id="dlWLTJlH8ab55JQOd8f5L" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5049
+ <div id="FJpaPUsY8CbNugicWNI5X" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5013
5050
  <pre style="
5014
5051
  --line-digits: 2;
5015
5052
  --line-number-start: -1;
@@ -5039,7 +5076,7 @@ blockquote.t-editor__quote > * {
5039
5076
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5040
5077
  </svg></button>
5041
5078
  </h3>
5042
- <div id="g6WE3We2mK5ll443PkYaU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5079
+ <div id="2MFWd3mFDQqUR8l45kVlD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5043
5080
  <pre style="
5044
5081
  --line-digits: 2;
5045
5082
  --line-number-start: -1;
@@ -5073,7 +5110,7 @@ blockquote.t-editor__quote > * {
5073
5110
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5074
5111
  </svg></button>
5075
5112
  </h4>
5076
- <div id="2UKGnjtwbBSUaPcZIUdbC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5113
+ <div id="AP0i0Kq0daW1RdtPG6eqg" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5077
5114
  <pre style="
5078
5115
  --line-digits: 2;
5079
5116
  --line-number-start: -1;
@@ -5102,7 +5139,7 @@ blockquote.t-editor__quote > * {
5102
5139
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5103
5140
  </svg></button>
5104
5141
  </h4>
5105
- <div id="YkPN1thCfVElf1NO9Tzmj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5142
+ <div id="9A3p1mTIsl2JVhHzdMoGo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5106
5143
  <pre style="
5107
5144
  --line-digits: 2;
5108
5145
  --line-number-start: -1;
@@ -5134,7 +5171,7 @@ blockquote.t-editor__quote > * {
5134
5171
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5135
5172
  </svg></button>
5136
5173
  </h4>
5137
- <div id="qSLlP5OggZAqwn0VuHXvc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5174
+ <div id="FKlFoTHEON7GKnSpzLef4" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5138
5175
  <pre style="
5139
5176
  --line-digits: 2;
5140
5177
  --line-number-start: -1;
@@ -5162,7 +5199,7 @@ blockquote.t-editor__quote > * {
5162
5199
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5163
5200
  </svg></button>
5164
5201
  </h4>
5165
- <div id="JxHdhGx7lmXyqLgKFvrKX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5202
+ <div id="hCO070SL7fdedzxaOYra8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5166
5203
  <pre style="
5167
5204
  --line-digits: 2;
5168
5205
  --line-number-start: -1;
@@ -5202,7 +5239,7 @@ blockquote.t-editor__quote > * {
5202
5239
  </svg></button>
5203
5240
  </h2>
5204
5241
  <p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
5205
- <div id="IaJRFNTueWGiMuUrwzh8L" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5242
+ <div id="3D3SXBTsp17OmB6aobj4Q" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5206
5243
  <pre style="
5207
5244
  --line-digits: 2;
5208
5245
  --line-number-start: -1;
@@ -5249,7 +5286,7 @@ blockquote.t-editor__quote > * {
5249
5286
  </svg></button>
5250
5287
  </h2>
5251
5288
  <p class="t-editor__paragraph">Set up the development environment:</p>
5252
- <div id="CNF5g5ql0EjqBA2RaBxV8" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5289
+ <div id="99ahPiH6U2kQviCW5byW7" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5253
5290
  <pre style="
5254
5291
  --line-digits: 2;
5255
5292
  --line-number-start: -1;
@@ -5264,7 +5301,7 @@ blockquote.t-editor__quote > * {
5264
5301
  </svg></button>
5265
5302
  </div>
5266
5303
  <p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
5267
- <div id="nfILYMe7xMkgplUtab0qy" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5304
+ <div id="NHn1AjLG1l7KmVmrh6kDH" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5268
5305
  <pre style="
5269
5306
  --line-digits: 2;
5270
5307
  --line-number-start: -1;
package/index.js CHANGED
@@ -68693,7 +68693,7 @@ import { Command as Command46 } from "commander";
68693
68693
 
68694
68694
  // package.json
68695
68695
  var name = "@scalar/cli";
68696
- var version = "1.7.8";
68696
+ var version = "1.8.1";
68697
68697
  var bin = {
68698
68698
  scalar: "./dist/index.js",
68699
68699
  "scalar-cli": "./dist/index.js"
@@ -86287,6 +86287,55 @@ function getLegacyWysiwygVersion(versions) {
86287
86287
  return latestVersion ?? "latest";
86288
86288
  }
86289
86289
 
86290
+ // ../../packages/entities/dist/agent/embed.js
86291
+ var embedStatuses = ["pending", "success", "failed"];
86292
+
86293
+ // ../../packages/entities/dist/agent/docs.js
86294
+ var docsProjectTypes = ["sync", "wysiwyg"];
86295
+ var docsProjectSchema = zod_default.object({
86296
+ id: zod_default.string(),
86297
+ uid: zod_default.string(),
86298
+ name: zod_default.string(),
86299
+ teamUid: zod_default.string(),
86300
+ isPrivate: zod_default.boolean(),
86301
+ type: zod_default.enum(docsProjectTypes),
86302
+ activePublishId: zod_default.string().nullable(),
86303
+ mcpServerId: zod_default.string().nullable(),
86304
+ mcpInstallationId: zod_default.string().nullable(),
86305
+ agentEnabled: zod_default.boolean(),
86306
+ createdAt: zod_default.string(),
86307
+ updatedAt: zod_default.string()
86308
+ }).meta({ id: "docs-project" });
86309
+ var docsPublishSchema = zod_default.object({
86310
+ id: zod_default.string(),
86311
+ uid: zod_default.string(),
86312
+ projectId: zod_default.string(),
86313
+ domain: zod_default.string(),
86314
+ embedStatus: zod_default.enum(embedStatuses),
86315
+ createdAt: zod_default.string(),
86316
+ updatedAt: zod_default.string()
86317
+ }).meta({ id: "docs-publish" });
86318
+ var docsPageSchema = zod_default.object({
86319
+ id: zod_default.string(),
86320
+ publishId: zod_default.string(),
86321
+ title: zod_default.string(),
86322
+ description: zod_default.string().nullable(),
86323
+ to: zod_default.string(),
86324
+ filepath: zod_default.string(),
86325
+ contentHash: zod_default.string().nullable(),
86326
+ searchToolEnabled: zod_default.boolean(),
86327
+ executeRequestToolEnabled: zod_default.boolean(),
86328
+ createdAt: zod_default.string()
86329
+ }).meta({ id: "docs-page" });
86330
+ var docsPageEmbeddingSchema = zod_default.object({
86331
+ id: zod_default.string(),
86332
+ pageId: zod_default.string(),
86333
+ raw: zod_default.instanceof(Uint8Array),
86334
+ embedding: zod_default.number().array(),
86335
+ metadata: zod_default.record(zod_default.string(), zod_default.unknown()).nullable(),
86336
+ createdAt: zod_default.string()
86337
+ }).meta({ id: "docs-embedding" });
86338
+
86290
86339
  // ../../packages/entities/dist/agent/document.js
86291
86340
  var documentSchema = zod_default.object({
86292
86341
  id: zod_default.uuid(),
@@ -86349,6 +86398,17 @@ var mcpServerOperationToolSchema = external_exports.object({
86349
86398
  }).meta({
86350
86399
  id: "mcp-server-operation-tool"
86351
86400
  });
86401
+ var mcpServerDocsPageToolSchema = external_exports.object({
86402
+ id: external_exports.string(),
86403
+ mcpServerId: external_exports.string(),
86404
+ docsPageId: external_exports.string(),
86405
+ searchToolEnabled: external_exports.boolean(),
86406
+ executeRequestToolEnabled: external_exports.boolean(),
86407
+ createdAt: external_exports.string(),
86408
+ updatedAt: external_exports.string()
86409
+ }).meta({
86410
+ id: "mcp-server-docs-page-tool"
86411
+ });
86352
86412
  var mcpInstallationSchema = external_exports.object({
86353
86413
  id: external_exports.string(),
86354
86414
  mcpServerId: external_exports.string(),
@@ -86361,7 +86421,7 @@ var mcpInstallationSchema = external_exports.object({
86361
86421
  var monthlyUsageSchema = zod_default.object({
86362
86422
  identifier: zod_default.string(),
86363
86423
  month: zod_default.date(),
86364
- type: zod_default.enum(["public-user", "web-team-user", "agent-key"]),
86424
+ type: zod_default.enum(["public-user", "web-team-user", "agent-key", "docs-project"]),
86365
86425
  inputTokens: zod_default.number(),
86366
86426
  outputTokens: zod_default.number(),
86367
86427
  messages: zod_default.number()
@@ -86384,7 +86444,6 @@ var operationSchema = zod_default.object({
86384
86444
  }).meta({ id: "operation" });
86385
86445
 
86386
86446
  // ../../packages/entities/dist/agent/version.js
86387
- var embedStatuses = ["pending", "success", "failed"];
86388
86447
  var versionSchema = zod_default.object({
86389
86448
  id: zod_default.uuid(),
86390
86449
  uid: nanoidSchema,
@@ -86994,6 +87053,8 @@ var sharedProjectSchema = entitySchema.extend({
86994
87053
  typesenseId: external_exports.number().optional(),
86995
87054
  /** Private projects require a login from a user in an access group */
86996
87055
  isPrivate: external_exports.boolean().default(false),
87056
+ /** Toggle AI agent features for the docs project */
87057
+ agentEnabled: external_exports.boolean().default(false),
86997
87058
  /** Set of allowed access groups */
86998
87059
  accessGroups: scalarSet(external_exports.set(nanoidSchema).max(50)).default([])
86999
87060
  }).meta({ id: "shared-project" });
@@ -87083,7 +87144,8 @@ var publishRecordSchema = entitySchema.extend({
87083
87144
  registryApis: external_exports.object({
87084
87145
  uid: nanoidSchema,
87085
87146
  version: external_exports.string()
87086
- }).array().optional().default([])
87147
+ }).array().optional().default([]),
87148
+ agentToken: external_exports.string().nullable().default(null)
87087
87149
  }).meta({ id: "publish-record" });
87088
87150
 
87089
87151
  // ../../packages/entities/dist/theme/index.js
@@ -87683,6 +87745,7 @@ var FeatureFlag;
87683
87745
  FeatureFlag2["MCP"] = "mcp";
87684
87746
  FeatureFlag2["Workspaces"] = "workspaces";
87685
87747
  FeatureFlag2["Export"] = "export";
87748
+ FeatureFlag2["DocsMCP"] = "docsMcp";
87686
87749
  })(FeatureFlag || (FeatureFlag = {}));
87687
87750
  var featureSchema = external_exports.boolean().optional().meta({ id: "feature" });
87688
87751
  var featureFlagSchema = external_exports.object({
@@ -87694,7 +87757,8 @@ var featureFlagSchema = external_exports.object({
87694
87757
  [FeatureFlag.Agent]: featureSchema,
87695
87758
  [FeatureFlag.Workspaces]: featureSchema,
87696
87759
  [FeatureFlag.MCP]: featureSchema,
87697
- [FeatureFlag.Export]: featureSchema
87760
+ [FeatureFlag.Export]: featureSchema,
87761
+ [FeatureFlag.DocsMCP]: featureSchema
87698
87762
  }).meta({ id: "feature-flag" });
87699
87763
 
87700
87764
  // ../../packages/entities/dist/team/schema.js
@@ -87985,6 +88049,16 @@ var hostingExchangeTokenSchema = external_exports.object({
87985
88049
  teamUid: nanoidSchema,
87986
88050
  exp: external_exports.number()
87987
88051
  }).meta({ id: "hosting-exchange-token" });
88052
+ var docsAgentTokenSchema = external_exports.object({
88053
+ uid: external_exports.string(),
88054
+ publishUid: external_exports.string(),
88055
+ projectUid: external_exports.string(),
88056
+ teamUid: external_exports.string(),
88057
+ mcpServerId: external_exports.string(),
88058
+ mcpInstallationId: external_exports.string(),
88059
+ iat: external_exports.number(),
88060
+ exp: external_exports.number()
88061
+ }).meta({ id: "docs-agent-token" });
87988
88062
 
87989
88063
  // ../../packages/entities/dist/user/github.js
87990
88064
  var userGithubSchema = entitySchema.extend({
@@ -89633,11 +89707,11 @@ function projectApiFactory(requestService) {
89633
89707
 
89634
89708
  // ../../packages/service-api/dist/apis/publish.js
89635
89709
  function publishApiFactory(requestService) {
89636
- async function publishCli({ tarStream, slug, configPath, preview }) {
89710
+ async function publishCli({ tarStream, configPath, slug, mode }) {
89637
89711
  const params = new URLSearchParams({
89638
89712
  slug,
89639
89713
  configPath,
89640
- ...preview ? { preview: "true" } : {}
89714
+ ...mode && { mode }
89641
89715
  });
89642
89716
  return await requestService.request({
89643
89717
  url: `publish-deploy/publish/cli?${params.toString()}`,
@@ -89995,6 +90069,16 @@ function teamApiFactory(requestService, getNewTokens) {
89995
90069
  schema: external_exports.null()
89996
90070
  });
89997
90071
  }
90072
+ async function updateBillingEmail(email3) {
90073
+ return await requestService.request({
90074
+ url: "core/team/billing/email",
90075
+ method: "post",
90076
+ data: {
90077
+ email: email3
90078
+ },
90079
+ schema: external_exports.null()
90080
+ });
90081
+ }
89998
90082
  async function onboardingSetup(data) {
89999
90083
  return await requestService.request({
90000
90084
  url: "core/team/onboarding/complete",
@@ -90093,6 +90177,7 @@ function teamApiFactory(requestService, getNewTokens) {
90093
90177
  removeMember,
90094
90178
  delete: deleteTeam,
90095
90179
  getBillingSummary,
90180
+ updateBillingEmail,
90096
90181
  updateBillingPlan,
90097
90182
  update,
90098
90183
  updateRole,
@@ -90161,7 +90246,7 @@ var config2 = {
90161
90246
  }
90162
90247
  },
90163
90248
  cdnUrl: process.env.CDN_URL ?? "https://cdn.scalar.com",
90164
- ssgDocsIsolateVersion: process.env.SSG_DOCS_ISOLATE_VERSION ?? "1.3.0"
90249
+ ssgDocsIsolateVersion: process.env.SSG_DOCS_ISOLATE_VERSION ?? "1.3.2"
90165
90250
  };
90166
90251
 
90167
90252
  // src/domains/auth/login/helpers/personal-token-generate-access.ts
@@ -94067,6 +94152,15 @@ var internalNavigationConfigSchema = baseNavigationConfigSchema.extend({
94067
94152
  routes: internalNavigationRoutesSchema
94068
94153
  });
94069
94154
 
94155
+ // ../../packages/scalar-config/dist/schema/postprocess/types.js
94156
+ var llmPageSchema = zod_default.object({
94157
+ title: titleSchema,
94158
+ description: zod_default.string().optional(),
94159
+ type: zod_default.enum(["page", "openapi", "openapi-single"]),
94160
+ to: zod_default.string(),
94161
+ filepath: zod_default.string()
94162
+ });
94163
+
94070
94164
  // ../../packages/scalar-config/dist/schema/site-config.js
94071
94165
  var redirectSchema = external_exports.object({
94072
94166
  from: external_exports.string(),
@@ -97420,7 +97514,7 @@ async function publishProject({
97420
97514
  configPath,
97421
97515
  config: config3,
97422
97516
  gitProject,
97423
- preview
97517
+ mode
97424
97518
  }) {
97425
97519
  try {
97426
97520
  const root = path8.join(configDir, config3.root ?? "./");
@@ -97431,7 +97525,7 @@ async function publishProject({
97431
97525
  tarStream: Readable2.toWeb(projectTar),
97432
97526
  slug: gitProject.slug,
97433
97527
  configPath: relativeConfigPath,
97434
- preview
97528
+ mode
97435
97529
  });
97436
97530
  if (result.error)
97437
97531
  return {
@@ -97534,7 +97628,7 @@ var PublishCommand = () => {
97534
97628
  gitProject,
97535
97629
  configDir: dirname(configPath),
97536
97630
  configPath,
97537
- preview
97631
+ ...preview && { mode: "preview" }
97538
97632
  });
97539
97633
  if (!publishResult.success) {
97540
97634
  return output.error().title("Something went wrong while deploying the project").message(
@@ -97567,13 +97661,13 @@ async function waitForPublish({
97567
97661
  }
97568
97662
  logger.update("loader", 0, { content: deployStatus.data.message });
97569
97663
  if (deployStatus.data.status === "deployed") {
97570
- logger.exit("success");
97571
97664
  const deploymentUrl = getPublishDeploymentUrl(deployStatus.data);
97572
97665
  if (deploymentUrl) {
97573
97666
  output.info().line(
97574
97667
  `${deployStatus.data.preview ? "Preview URL" : "Deployment URL"}: ${deploymentUrl}`
97575
97668
  ).print();
97576
97669
  }
97670
+ logger.exit("success");
97577
97671
  return;
97578
97672
  }
97579
97673
  if (deployStatus.data.status === "error") {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "engines": {
6
6
  "node": ">=24"
7
7
  },
8
- "version": "1.7.8",
8
+ "version": "1.8.1",
9
9
  "keywords": [
10
10
  "scalar",
11
11
  "openapi",
@@ -23,13 +23,13 @@
23
23
  "@fastify/static": "8.3.0",
24
24
  "@hono/node-server": "1.19.7",
25
25
  "@scalar/json-magic": "0.12.4",
26
- "@scalar/mock-server": "0.9.13",
27
- "@scalar/oas-utils": "0.10.12",
28
- "@scalar/openapi-parser": "0.25.6",
26
+ "@scalar/mock-server": "0.9.15",
27
+ "@scalar/oas-utils": "0.10.14",
28
+ "@scalar/openapi-parser": "0.25.7",
29
29
  "@scalar/openapi-types": "0.6.1",
30
30
  "@scalar/themes": "0.15.1",
31
31
  "@scalar/void-server": "2.4.3",
32
- "@scalar/workspace-store": "0.41.1",
32
+ "@scalar/workspace-store": "0.42.0",
33
33
  "@stoplight/spectral-core": "1.19.5",
34
34
  "@stoplight/spectral-ruleset-bundler": "1.6.2",
35
35
  "@stoplight/spectral-rulesets": "1.21.4",