@visulima/tui 1.0.0-alpha.16 → 1.0.0-alpha.18

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 (166) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/LICENSE.md +218 -253
  3. package/dist/components/accordion.d.ts +1 -1
  4. package/dist/components/approval-prompt.d.ts +1 -1
  5. package/dist/components/area-chart.d.ts +1 -1
  6. package/dist/components/badge.d.ts +1 -1
  7. package/dist/components/bar-chart.d.ts +1 -1
  8. package/dist/components/blink-dot.d.ts +1 -1
  9. package/dist/components/box.d.ts +4 -3
  10. package/dist/components/breadcrumb.d.ts +1 -1
  11. package/dist/components/button.d.ts +1 -1
  12. package/dist/components/calendar.d.ts +1 -1
  13. package/dist/components/canvas.js +1 -1
  14. package/dist/components/card.d.ts +1 -1
  15. package/dist/components/checkbox.d.ts +1 -1
  16. package/dist/components/collapsible.d.ts +1 -1
  17. package/dist/components/command-palette.d.ts +1 -1
  18. package/dist/components/content-switcher.d.ts +1 -1
  19. package/dist/components/controlled-scroll-view.d.ts +4 -3
  20. package/dist/components/controlled-scroll-view.js +1 -1
  21. package/dist/components/cursor.d.ts +4 -3
  22. package/dist/components/date-picker.d.ts +1 -1
  23. package/dist/components/definition-list.d.ts +1 -1
  24. package/dist/components/dialog.d.ts +5 -4
  25. package/dist/components/dialog.js +1 -1
  26. package/dist/components/divider.d.ts +1 -1
  27. package/dist/components/form.d.ts +1 -1
  28. package/dist/components/gauge.d.ts +1 -1
  29. package/dist/components/gradient.d.ts +1 -18
  30. package/dist/components/gradient.js +1 -4
  31. package/dist/components/heading.d.ts +1 -1
  32. package/dist/components/heatmap.d.ts +1 -1
  33. package/dist/components/histogram.d.ts +1 -1
  34. package/dist/components/kbd.d.ts +1 -1
  35. package/dist/components/line-chart.d.ts +1 -1
  36. package/dist/components/link.js +1 -1
  37. package/dist/components/loading-indicator.d.ts +2 -2
  38. package/dist/components/menu.d.ts +1 -1
  39. package/dist/components/message-bubble.d.ts +1 -1
  40. package/dist/components/model-badge.d.ts +1 -1
  41. package/dist/components/multi-select.d.ts +1 -1
  42. package/dist/components/option-list.d.ts +1 -1
  43. package/dist/components/paragraph.d.ts +1 -1
  44. package/dist/components/placeholder.d.ts +1 -1
  45. package/dist/components/progress-bar.d.ts +3 -2
  46. package/dist/components/radio-group.d.ts +1 -1
  47. package/dist/components/scatter-plot.d.ts +1 -1
  48. package/dist/components/scroll-bar-box.d.ts +4 -3
  49. package/dist/components/scroll-bar.d.ts +4 -3
  50. package/dist/components/scroll-list.d.ts +4 -3
  51. package/dist/components/scroll-list.js +1 -1
  52. package/dist/components/scroll-view.d.ts +4 -3
  53. package/dist/components/scroll-view.js +1 -1
  54. package/dist/components/search-input.d.ts +1 -1
  55. package/dist/components/select-input-indicator.d.ts +1 -1
  56. package/dist/components/select-input-item.d.ts +1 -1
  57. package/dist/components/select-input.d.ts +1 -1
  58. package/dist/components/shimmer-text.d.ts +1 -1
  59. package/dist/components/slider.d.ts +1 -1
  60. package/dist/components/sparkline.d.ts +1 -1
  61. package/dist/components/spinner.d.ts +1 -1
  62. package/dist/components/spinner.js +1 -1
  63. package/dist/components/static-render.d.ts +8 -3
  64. package/dist/components/static-render.js +1 -1
  65. package/dist/components/static.d.ts +3 -2
  66. package/dist/components/status-line.d.ts +1 -1
  67. package/dist/components/stepper.d.ts +1 -1
  68. package/dist/components/streaming-text.d.ts +1 -1
  69. package/dist/components/switch.d.ts +1 -1
  70. package/dist/components/tabs.d.ts +1 -1
  71. package/dist/components/tag.d.ts +1 -1
  72. package/dist/components/text.d.ts +3 -2
  73. package/dist/components/text.js +1 -1
  74. package/dist/components/tooltip.d.ts +1 -1
  75. package/dist/components/tree-view-entry.d.ts +4 -3
  76. package/dist/core/index.d.ts +2 -1
  77. package/dist/core/index.js +1 -1
  78. package/dist/ink/hooks/use-app.d.ts +1 -1
  79. package/dist/ink/hooks/use-box-metrics.d.ts +7 -4
  80. package/dist/ink/hooks/use-box-metrics.js +1 -1
  81. package/dist/ink/hooks/use-focus-manager.d.ts +2 -1
  82. package/dist/ink/hooks/use-input.d.ts +1 -1
  83. package/dist/ink/hooks/use-input.js +1 -1
  84. package/dist/ink/hooks/use-linked-scroll.d.ts +4 -3
  85. package/dist/ink/hooks/use-paste.d.ts +2 -1
  86. package/dist/ink/hooks/use-paste.js +1 -1
  87. package/dist/ink/hooks/use-text-selection.d.ts +5 -4
  88. package/dist/ink/hooks/use-text-selection.js +1 -1
  89. package/dist/ink/hooks/use-window-size.js +1 -1
  90. package/dist/ink/index.d.ts +10 -7
  91. package/dist/ink/index.js +1 -1
  92. package/dist/packem_shared/ControlledScrollView-CIc-x1Cx.js +1 -0
  93. package/dist/packem_shared/{DevTools-ClnTSU76.js → DevTools-ClAYpMVI.js} +1 -1
  94. package/dist/packem_shared/InputParser-B_qZcN3r.js +2 -0
  95. package/dist/packem_shared/{LayoutNode-Q7nU3hmO.js → LayoutNode-B8zej4dm.js} +1 -1
  96. package/dist/packem_shared/{MouseProvider-CHU5DuwC.js → MouseProvider-PnIUKURs.js} +1 -1
  97. package/dist/packem_shared/{ScrollList-Dxgv-mhZ.js → ScrollList-C7nZ9ufK.js} +1 -1
  98. package/dist/packem_shared/{ScrollView-Dq2v5zJS.js → ScrollView-DKZ8OM-m.js} +1 -1
  99. package/dist/packem_shared/TuiApp-BVDXP0Cv.js +1 -0
  100. package/dist/packem_shared/ansi-parser-B6uXaq65.js +1 -0
  101. package/dist/packem_shared/colorize-DbTZMrJO.js +1 -0
  102. package/dist/packem_shared/{comparePoints-l0iqUoL_.js → comparePoints-YxQfR_zq.js} +1 -1
  103. package/dist/packem_shared/{controlled-scroll-view-CikQ90_V.js → controlled-scroll-view-CcUS50jx.js} +1 -1
  104. package/dist/packem_shared/createInlineLoop-DRNZ7jqH.js +2 -0
  105. package/dist/packem_shared/createScreen-CrLrxA6t.js +3 -0
  106. package/dist/packem_shared/dom-BG-LS10p.js +1 -0
  107. package/dist/packem_shared/{dom.d-BZZeZlyP.d.ts → dom.d-CcFuBd-k.d.ts} +11 -1
  108. package/dist/packem_shared/{getPathToRoot-Nb2eTx2o.js → getPathToRoot-D5Hns9Er.js} +1 -1
  109. package/dist/packem_shared/getScrollHeight-ClEOyLHH.js +1 -0
  110. package/dist/packem_shared/input.d-CgxV2e8U.d.ts +90 -0
  111. package/dist/packem_shared/{layout-P24eyWyL.js → layout-BMo200nF.js} +1 -1
  112. package/dist/packem_shared/measure-text-DDjHT1jD.js +3 -0
  113. package/dist/packem_shared/{measureElement-CRKlFSvD.js → measureElement-BTtTFZg4.js} +1 -1
  114. package/dist/packem_shared/parseSgrMouse-Ccj70ijb.js +1 -0
  115. package/dist/packem_shared/processLayout-FEKj_mWu.js +1 -0
  116. package/dist/packem_shared/{reconciler-tOH9yL_j.js → reconciler-CUbhOvcr.js} +1 -1
  117. package/dist/packem_shared/{reconciler-BQvF1kRj.js → reconciler-DIfG72R9.js} +1 -1
  118. package/dist/packem_shared/{render-yGJFE4of.js → render-Dh7HMhK1.js} +1 -1
  119. package/dist/packem_shared/render-bdbSzkJo.js +26 -0
  120. package/dist/packem_shared/{render.d-BJmVQ_cd.d.ts → render.d-B1kiO3Ca.d.ts} +19 -1
  121. package/dist/packem_shared/{renderToString-D4JqS-Zv.js → renderToString-BbQiRHrd.js} +1 -1
  122. package/dist/packem_shared/{renderToString-GyN-Rw9F.js → renderToString-DVE0cEHt.js} +1 -1
  123. package/dist/packem_shared/renderTreeToBuffer-CZilzyhN.js +2 -0
  124. package/dist/packem_shared/renderer-Cfi6ZyHf.js +17 -0
  125. package/dist/packem_shared/{selection.d-vfuEzv1p.d.ts → selection.d-DAh7REnW.d.ts} +1 -1
  126. package/dist/packem_shared/setEnableStyledLineCache-D2gZbwFM.js +1 -0
  127. package/dist/packem_shared/squashTextNodesWithMap-DCdi3SZ2.js +1 -0
  128. package/dist/packem_shared/{styles.d-i6Mejqz2.d.ts → styles.d-cMo36xQz.d.ts} +37 -105
  129. package/dist/packem_shared/text-width-BU2eeTWn.js +2 -0
  130. package/dist/packem_shared/utils-CoviI5Vm.js +1 -0
  131. package/dist/packem_shared/{wrapOrTruncateStyledLine-D29Fq7pW.js → wrapOrTruncateStyledLine-BZ00SM8i.js} +1 -1
  132. package/dist/react/index.d.ts +2 -1
  133. package/dist/react/index.js +1 -1
  134. package/dist/testing/index.d.ts +5 -4
  135. package/dist/testing/index.js +1 -1
  136. package/index.js +539 -691
  137. package/package.json +28 -16
  138. package/dist/packem_shared/ControlledScrollView-X_OTc-Cw.js +0 -1
  139. package/dist/packem_shared/InputParser-Cfi5GVKV.js +0 -2
  140. package/dist/packem_shared/TuiApp-BSWPFrDu.js +0 -1
  141. package/dist/packem_shared/ansi-parser-C5JuL732.js +0 -1
  142. package/dist/packem_shared/boxes-DyY_LXCi.js +0 -1
  143. package/dist/packem_shared/colorize-gy_cY-wC.js +0 -2
  144. package/dist/packem_shared/constants-D12jy2Zh-RSfxu1eM.js +0 -1
  145. package/dist/packem_shared/createInlineLoop-fhXU93QT.js +0 -2
  146. package/dist/packem_shared/createScreen-87XLHZq6.js +0 -3
  147. package/dist/packem_shared/dom-CMbdnYbk.js +0 -8
  148. package/dist/packem_shared/erase-DeDffywz.js +0 -1
  149. package/dist/packem_shared/get-string-width-4oMZhv2Q.js +0 -1
  150. package/dist/packem_shared/getScrollHeight-BTEY8ewu.js +0 -1
  151. package/dist/packem_shared/index-LwZN2xbk.js +0 -75
  152. package/dist/packem_shared/index.d-Bk52cbgN.d.ts +0 -14
  153. package/dist/packem_shared/index.server.d-eZWyC2Ku.d.ts +0 -5
  154. package/dist/packem_shared/input.d-D-Yxqha8.d.ts +0 -172
  155. package/dist/packem_shared/measure-text-CIs55Wao.js +0 -3
  156. package/dist/packem_shared/mode-BOIU4Roy.js +0 -1
  157. package/dist/packem_shared/parseSgrMouse-DoBY7MKw.js +0 -1
  158. package/dist/packem_shared/processLayout-Dmgf0LO6.js +0 -1
  159. package/dist/packem_shared/render-D9bHMHrx.js +0 -26
  160. package/dist/packem_shared/renderTreeToBuffer-DWl5_yTW.js +0 -2
  161. package/dist/packem_shared/renderer-Cidd3s9K.js +0 -17
  162. package/dist/packem_shared/setEnableStyledLineCache-Aja0FbWo.js +0 -1
  163. package/dist/packem_shared/squashTextNodesWithMap-Cpqmc45i.js +0 -1
  164. package/dist/packem_shared/strip-C6HQYmlg.js +0 -1
  165. package/dist/packem_shared/text-width-DSx26OmB.js +0 -2
  166. package/dist/packem_shared/utils-THUhYKG2.js +0 -1
package/LICENSE.md CHANGED
@@ -101,11 +101,14 @@ Repository: git+https://github.com/visulima/visulima.git
101
101
  >
102
102
  >
103
103
  > # Licenses of bundled dependencies
104
+ >
104
105
  > The published @visulima/ansi artifact additionally contains code with the following licenses:
105
106
  > ISC, MIT
106
107
  >
107
108
  > # Bundled dependencies:
109
+ >
108
110
  > ## ansi-regex
111
+ >
109
112
  > License: MIT
110
113
  > By: Sindre Sorhus
111
114
  > Repository: chalk/ansi-regex
@@ -120,9 +123,10 @@ Repository: git+https://github.com/visulima/visulima.git
120
123
  > >
121
124
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
122
125
  >
123
- > ---------------------------------------
126
+ > ---
124
127
  >
125
128
  > ## mimic-function
129
+ >
126
130
  > License: MIT
127
131
  > By: Sindre Sorhus
128
132
  > Repository: sindresorhus/mimic-function
@@ -137,9 +141,10 @@ Repository: git+https://github.com/visulima/visulima.git
137
141
  > >
138
142
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
139
143
  >
140
- > ---------------------------------------
144
+ > ---
141
145
  >
142
146
  > ## onetime
147
+ >
143
148
  > License: MIT
144
149
  > By: Sindre Sorhus
145
150
  > Repository: sindresorhus/onetime
@@ -154,9 +159,10 @@ Repository: git+https://github.com/visulima/visulima.git
154
159
  > >
155
160
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
156
161
  >
157
- > ---------------------------------------
162
+ > ---
158
163
  >
159
164
  > ## restore-cursor
165
+ >
160
166
  > License: MIT
161
167
  > By: Sindre Sorhus
162
168
  > Repository: sindresorhus/restore-cursor
@@ -171,9 +177,10 @@ Repository: git+https://github.com/visulima/visulima.git
171
177
  > >
172
178
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
173
179
  >
174
- > ---------------------------------------
180
+ > ---
175
181
  >
176
182
  > ## signal-exit
183
+ >
177
184
  > License: ISC
178
185
  > By: Ben Coe
179
186
  > Repository: https://github.com/tapjs/signal-exit.git
@@ -200,11 +207,14 @@ Repository: git+https://github.com/visulima/visulima.git
200
207
  >
201
208
  >
202
209
  > # Licenses of bundled types
210
+ >
203
211
  > The published @visulima/ansi artifact additionally contains code with the following licenses:
204
212
  > MIT
205
213
  >
206
214
  > # Bundled types:
215
+ >
207
216
  > ## restore-cursor
217
+ >
208
218
  > License: MIT
209
219
  > By: Sindre Sorhus
210
220
  > Repository: sindresorhus/restore-cursor
@@ -271,11 +281,14 @@ Repository: git+https://github.com/visulima/visulima.git
271
281
  >
272
282
  >
273
283
  > # Licenses of bundled dependencies
284
+ >
274
285
  > The published @visulima/colorize artifact additionally contains code with the following licenses:
275
286
  > MIT
276
287
  >
277
288
  > # Bundled dependencies:
289
+ >
278
290
  > ## ansi-regex
291
+ >
279
292
  > License: MIT
280
293
  > By: Sindre Sorhus
281
294
  > Repository: chalk/ansi-regex
@@ -349,11 +362,14 @@ Repository: git+https://github.com/visulima/visulima.git
349
362
  >
350
363
  >
351
364
  > # Licenses of bundled types
365
+ >
352
366
  > The published @visulima/error artifact additionally contains code with the following licenses:
353
367
  > Apache-2.0
354
368
  >
355
369
  > # Bundled types:
370
+ >
356
371
  > ## ai
372
+ >
357
373
  > License: Apache-2.0
358
374
  > Repository: https://github.com/vercel/ai
359
375
  >
@@ -452,11 +468,14 @@ Repository: git+https://github.com/visulima/visulima.git
452
468
  >
453
469
  >
454
470
  > # Licenses of bundled dependencies
471
+ >
455
472
  > The published @visulima/spinner artifact additionally contains code with the following licenses:
456
473
  > MIT
457
474
  >
458
475
  > # Bundled dependencies:
476
+ >
459
477
  > ## cli-spinners
478
+ >
460
479
  > License: MIT
461
480
  > By: Sindre Sorhus
462
481
  > Repository: sindresorhus/cli-spinners
@@ -476,11 +495,14 @@ Repository: git+https://github.com/visulima/visulima.git
476
495
  >
477
496
  >
478
497
  > # Licenses of bundled types
498
+ >
479
499
  > The published @visulima/spinner artifact additionally contains code with the following licenses:
480
500
  > MIT
481
501
  >
482
502
  > # Bundled types:
503
+ >
483
504
  > ## cli-spinners
505
+ >
484
506
  > License: MIT
485
507
  > By: Sindre Sorhus
486
508
  > Repository: sindresorhus/cli-spinners
@@ -527,11 +549,14 @@ Repository: git+https://github.com/visulima/visulima.git
527
549
  >
528
550
  >
529
551
  > # Licenses of bundled dependencies
552
+ >
530
553
  > The published @visulima/string artifact additionally contains code with the following licenses:
531
554
  > MIT
532
555
  >
533
556
  > # Bundled dependencies:
557
+ >
534
558
  > ## codsen-utils
559
+ >
535
560
  > License: MIT
536
561
  > By: Roy Revelt
537
562
  > Repository: git+https://github.com/codsen/codsen.git
@@ -559,9 +584,10 @@ Repository: git+https://github.com/visulima/visulima.git
559
584
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
560
585
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
561
586
  >
562
- > ---------------------------------------
587
+ > ---
563
588
  >
564
589
  > ## emoji-regex-xs
590
+ >
565
591
  > License: MIT
566
592
  > By: Steven Levithan
567
593
  > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
@@ -588,9 +614,10 @@ Repository: git+https://github.com/visulima/visulima.git
588
614
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
589
615
  > > SOFTWARE.
590
616
  >
591
- > ---------------------------------------
617
+ > ---
592
618
  >
593
619
  > ## fastest-levenshtein
620
+ >
594
621
  > License: MIT
595
622
  > By: Kasper U. Weihe
596
623
  > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -617,9 +644,10 @@ Repository: git+https://github.com/visulima/visulima.git
617
644
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
618
645
  > > SOFTWARE.
619
646
  >
620
- > ---------------------------------------
647
+ > ---
621
648
  >
622
649
  > ## get-east-asian-width
650
+ >
623
651
  > License: MIT
624
652
  > By: Sindre Sorhus
625
653
  > Repository: sindresorhus/get-east-asian-width
@@ -634,9 +662,10 @@ Repository: git+https://github.com/visulima/visulima.git
634
662
  > >
635
663
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
636
664
  >
637
- > ---------------------------------------
665
+ > ---
638
666
  >
639
667
  > ## html-entities
668
+ >
640
669
  > License: MIT
641
670
  > By: Marat Dulin
642
671
  > Repository: https://github.com/mdevils/html-entities.git
@@ -661,9 +690,10 @@ Repository: git+https://github.com/visulima/visulima.git
661
690
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
662
691
  > > THE SOFTWARE.
663
692
  >
664
- > ---------------------------------------
693
+ > ---
665
694
  >
666
695
  > ## indent-string
696
+ >
667
697
  > License: MIT
668
698
  > By: Sindre Sorhus
669
699
  > Repository: sindresorhus/indent-string
@@ -678,9 +708,10 @@ Repository: git+https://github.com/visulima/visulima.git
678
708
  > >
679
709
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
680
710
  >
681
- > ---------------------------------------
711
+ > ---
682
712
  >
683
713
  > ## lodash-es
714
+ >
684
715
  > License: MIT
685
716
  > By: John-David Dalton, Mathias Bynens
686
717
  > Repository: lodash/lodash
@@ -733,9 +764,10 @@ Repository: git+https://github.com/visulima/visulima.git
733
764
  > > licenses; we recommend you read them, as their terms may differ from the
734
765
  > > terms above.
735
766
  >
736
- > ---------------------------------------
767
+ > ---
737
768
  >
738
769
  > ## ranges-apply
770
+ >
739
771
  > License: MIT
740
772
  > By: Roy Revelt
741
773
  > Repository: git+https://github.com/codsen/codsen.git
@@ -763,9 +795,10 @@ Repository: git+https://github.com/visulima/visulima.git
763
795
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
764
796
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
765
797
  >
766
- > ---------------------------------------
798
+ > ---
767
799
  >
768
800
  > ## ranges-merge
801
+ >
769
802
  > License: MIT
770
803
  > By: Roy Revelt
771
804
  > Repository: git+https://github.com/codsen/codsen.git
@@ -793,9 +826,10 @@ Repository: git+https://github.com/visulima/visulima.git
793
826
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
794
827
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
795
828
  >
796
- > ---------------------------------------
829
+ > ---
797
830
  >
798
831
  > ## ranges-push
832
+ >
799
833
  > License: MIT
800
834
  > By: Roy Revelt
801
835
  > Repository: git+https://github.com/codsen/codsen.git
@@ -823,9 +857,10 @@ Repository: git+https://github.com/visulima/visulima.git
823
857
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
824
858
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
825
859
  >
826
- > ---------------------------------------
860
+ > ---
827
861
  >
828
862
  > ## ranges-sort
863
+ >
829
864
  > License: MIT
830
865
  > By: Roy Revelt
831
866
  > Repository: git+https://github.com/codsen/codsen.git
@@ -853,9 +888,10 @@ Repository: git+https://github.com/visulima/visulima.git
853
888
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
854
889
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
855
890
  >
856
- > ---------------------------------------
891
+ > ---
857
892
  >
858
893
  > ## redent
894
+ >
859
895
  > License: MIT
860
896
  > By: Sindre Sorhus
861
897
  > Repository: sindresorhus/redent
@@ -870,32 +906,34 @@ Repository: git+https://github.com/visulima/visulima.git
870
906
  > >
871
907
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
872
908
  >
873
- > ---------------------------------------
909
+ > ---
874
910
  >
875
911
  > ## rfdc
912
+ >
876
913
  > License: MIT
877
914
  > By: David Mark Clements
878
915
  > Repository: git+https://github.com/davidmarkclements/rfdc.git
879
916
  >
880
917
  > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
881
918
  > >
882
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
883
- > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
884
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
919
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
920
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
921
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
885
922
  > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
886
923
  > >
887
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
924
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
888
925
  > > of the Software.
889
926
  > >
890
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
891
- > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
892
- > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
893
- > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
927
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
928
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
929
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
930
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
894
931
  > > IN THE SOFTWARE.
895
932
  >
896
- > ---------------------------------------
933
+ > ---
897
934
  >
898
935
  > ## string-collapse-leading-whitespace
936
+ >
899
937
  > License: MIT
900
938
  > By: Roy Revelt
901
939
  > Repository: git+https://github.com/codsen/codsen.git
@@ -923,9 +961,10 @@ Repository: git+https://github.com/visulima/visulima.git
923
961
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
924
962
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
925
963
  >
926
- > ---------------------------------------
964
+ > ---
927
965
  >
928
966
  > ## string-left-right
967
+ >
929
968
  > License: MIT
930
969
  > By: Roy Revelt
931
970
  > Repository: git+https://github.com/codsen/codsen.git
@@ -953,9 +992,10 @@ Repository: git+https://github.com/visulima/visulima.git
953
992
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
954
993
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
955
994
  >
956
- > ---------------------------------------
995
+ > ---
957
996
  >
958
997
  > ## string-strip-html
998
+ >
959
999
  > License: MIT
960
1000
  > By: Roy Revelt
961
1001
  > Repository: git+https://github.com/codsen/codsen.git
@@ -983,9 +1023,10 @@ Repository: git+https://github.com/visulima/visulima.git
983
1023
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
984
1024
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
985
1025
  >
986
- > ---------------------------------------
1026
+ > ---
987
1027
  >
988
1028
  > ## strip-indent
1029
+ >
989
1030
  > License: MIT
990
1031
  > By: Sindre Sorhus
991
1032
  > Repository: sindresorhus/strip-indent
@@ -1000,9 +1041,10 @@ Repository: git+https://github.com/visulima/visulima.git
1000
1041
  > >
1001
1042
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1002
1043
  >
1003
- > ---------------------------------------
1044
+ > ---
1004
1045
  >
1005
1046
  > ## tiny-invariant
1047
+ >
1006
1048
  > License: MIT
1007
1049
  > By: Alex Reardon
1008
1050
  > Repository: https://github.com/alexreardon/tiny-invariant.git
@@ -1034,11 +1076,14 @@ Repository: git+https://github.com/visulima/visulima.git
1034
1076
  >
1035
1077
  >
1036
1078
  > # Licenses of bundled types
1079
+ >
1037
1080
  > The published @visulima/string artifact additionally contains code with the following licenses:
1038
1081
  > MIT
1039
1082
  >
1040
1083
  > # Bundled types:
1084
+ >
1041
1085
  > ## fastest-levenshtein
1086
+ >
1042
1087
  > License: MIT
1043
1088
  > By: Kasper U. Weihe
1044
1089
  > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -1065,9 +1110,10 @@ Repository: git+https://github.com/visulima/visulima.git
1065
1110
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1066
1111
  > > SOFTWARE.
1067
1112
  >
1068
- > ---------------------------------------
1113
+ > ---
1069
1114
  >
1070
1115
  > ## get-east-asian-width
1116
+ >
1071
1117
  > License: MIT
1072
1118
  > By: Sindre Sorhus
1073
1119
  > Repository: sindresorhus/get-east-asian-width
@@ -1082,9 +1128,10 @@ Repository: git+https://github.com/visulima/visulima.git
1082
1128
  > >
1083
1129
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1084
1130
  >
1085
- > ---------------------------------------
1131
+ > ---
1086
1132
  >
1087
1133
  > ## indent-string
1134
+ >
1088
1135
  > License: MIT
1089
1136
  > By: Sindre Sorhus
1090
1137
  > Repository: sindresorhus/indent-string
@@ -1099,9 +1146,10 @@ Repository: git+https://github.com/visulima/visulima.git
1099
1146
  > >
1100
1147
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1101
1148
  >
1102
- > ---------------------------------------
1149
+ > ---
1103
1150
  >
1104
1151
  > ## redent
1152
+ >
1105
1153
  > License: MIT
1106
1154
  > By: Sindre Sorhus
1107
1155
  > Repository: sindresorhus/redent
@@ -1116,9 +1164,10 @@ Repository: git+https://github.com/visulima/visulima.git
1116
1164
  > >
1117
1165
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1118
1166
  >
1119
- > ---------------------------------------
1167
+ > ---
1120
1168
  >
1121
1169
  > ## strip-indent
1170
+ >
1122
1171
  > License: MIT
1123
1172
  > By: Sindre Sorhus
1124
1173
  > Repository: sindresorhus/strip-indent
@@ -1263,174 +1312,6 @@ The published @visulima/tui artifact additionally contains code with the followi
1263
1312
  MIT
1264
1313
 
1265
1314
  # Bundled types:
1266
- ## @visulima/colorize
1267
- License: MIT
1268
- By: Daniel Bannert
1269
- Repository: git+https://github.com/visulima/visulima.git
1270
-
1271
- > MIT License
1272
- >
1273
- > Copyright (c) 2026 visulima
1274
- >
1275
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1276
- > of this software and associated documentation files (the "Software"), to deal
1277
- > in the Software without restriction, including without limitation the rights
1278
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1279
- > copies of the Software, and to permit persons to whom the Software is
1280
- > furnished to do so, subject to the following conditions:
1281
- >
1282
- > The above copyright notice and this permission notice shall be included in all
1283
- > copies or substantial portions of the Software.
1284
- >
1285
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1286
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1287
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1288
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1289
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1290
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1291
- > SOFTWARE.
1292
- >
1293
- > ---
1294
- >
1295
- > Colorize is based on https://github.com/webdiscus/ansis
1296
- >
1297
- > ISC License
1298
- >
1299
- > Copyright (c) 2023, webdiscus
1300
- >
1301
- > Permission to use, copy, modify, and/or distribute this software for any
1302
- > purpose with or without fee is hereby granted, provided that the above
1303
- > copyright notice and this permission notice appear in all copies.
1304
- >
1305
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1306
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1307
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1308
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1309
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1310
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1311
- > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1312
- >
1313
- > <!-- DEPENDENCIES -->
1314
- >
1315
- > # Licenses of bundled dependencies
1316
- > The published @visulima/colorize artifact additionally contains code with the following licenses:
1317
- > MIT
1318
- >
1319
- > # Bundled dependencies:
1320
- > ## ansi-regex
1321
- > License: MIT
1322
- > By: Sindre Sorhus
1323
- > Repository: chalk/ansi-regex
1324
- >
1325
- > > MIT License
1326
- > >
1327
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1328
- > >
1329
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1330
- > >
1331
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1332
- > >
1333
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1334
- >
1335
- > <!-- /DEPENDENCIES -->
1336
-
1337
- ---------------------------------------
1338
-
1339
- ## @visulima/spinner
1340
- License: MIT
1341
- By: Daniel Bannert
1342
- Repository: git+https://github.com/visulima/visulima.git
1343
-
1344
- > MIT License
1345
- >
1346
- > Copyright (c) 2026 visulima
1347
- >
1348
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1349
- > of this software and associated documentation files (the "Software"), to deal
1350
- > in the Software without restriction, including without limitation the rights
1351
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1352
- > copies of the Software, and to permit persons to whom the Software is
1353
- > furnished to do so, subject to the following conditions:
1354
- >
1355
- > The above copyright notice and this permission notice shall be included in all
1356
- > copies or substantial portions of the Software.
1357
- >
1358
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1359
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1360
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1361
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1362
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1363
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1364
- > SOFTWARE.
1365
- >
1366
- > ---
1367
- >
1368
- > ## Acknowledgments
1369
- >
1370
- > This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
1371
- >
1372
- > ### Rattles
1373
- >
1374
- > - **Source:** https://github.com/vyfor/rattles
1375
- > - **Author:** vyfor
1376
- > - **License:** MIT
1377
- > - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
1378
- >
1379
- > ### unicode-animations
1380
- >
1381
- > - **Source:** https://github.com/gunnargray-dev/unicode-animations
1382
- > - **Author:** gunnar gray
1383
- > - **License:** MIT
1384
- > - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
1385
- >
1386
- > <!-- DEPENDENCIES -->
1387
- >
1388
- > # Licenses of bundled dependencies
1389
- > The published @visulima/spinner artifact additionally contains code with the following licenses:
1390
- > MIT
1391
- >
1392
- > # Bundled dependencies:
1393
- > ## cli-spinners
1394
- > License: MIT
1395
- > By: Sindre Sorhus
1396
- > Repository: sindresorhus/cli-spinners
1397
- >
1398
- > > MIT License
1399
- > >
1400
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1401
- > >
1402
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1403
- > >
1404
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1405
- > >
1406
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1407
- >
1408
- > <!-- /DEPENDENCIES -->
1409
- >
1410
- >
1411
- >
1412
- > # Licenses of bundled types
1413
- > The published @visulima/spinner artifact additionally contains code with the following licenses:
1414
- > MIT
1415
- >
1416
- > # Bundled types:
1417
- > ## cli-spinners
1418
- > License: MIT
1419
- > By: Sindre Sorhus
1420
- > Repository: sindresorhus/cli-spinners
1421
- >
1422
- > > MIT License
1423
- > >
1424
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1425
- > >
1426
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1427
- > >
1428
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1429
- > >
1430
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1431
-
1432
- ---------------------------------------
1433
-
1434
1315
  ## @visulima/tabular
1435
1316
  License: MIT
1436
1317
  By: Daniel Bannert
@@ -2002,14 +1883,11 @@ Repository: git+https://github.com/visulima/visulima.git
2002
1883
  > >
2003
1884
  > >
2004
1885
  > > # Licenses of bundled types
2005
- > >
2006
1886
  > > The published @visulima/string artifact additionally contains code with the following licenses:
2007
1887
  > > MIT
2008
1888
  > >
2009
1889
  > > # Bundled types:
2010
- > >
2011
1890
  > > ## fastest-levenshtein
2012
- > >
2013
1891
  > > License: MIT
2014
1892
  > > By: Kasper U. Weihe
2015
1893
  > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -2035,6 +1913,74 @@ Repository: git+https://github.com/visulima/visulima.git
2035
1913
  > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2036
1914
  > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2037
1915
  > > > SOFTWARE.
1916
+ > >
1917
+ > > ---------------------------------------
1918
+ > >
1919
+ > > ## get-east-asian-width
1920
+ > > License: MIT
1921
+ > > By: Sindre Sorhus
1922
+ > > Repository: sindresorhus/get-east-asian-width
1923
+ > >
1924
+ > > > MIT License
1925
+ > > >
1926
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1927
+ > > >
1928
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1929
+ > > >
1930
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1931
+ > > >
1932
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1933
+ > >
1934
+ > > ---------------------------------------
1935
+ > >
1936
+ > > ## indent-string
1937
+ > > License: MIT
1938
+ > > By: Sindre Sorhus
1939
+ > > Repository: sindresorhus/indent-string
1940
+ > >
1941
+ > > > MIT License
1942
+ > > >
1943
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1944
+ > > >
1945
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1946
+ > > >
1947
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1948
+ > > >
1949
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1950
+ > >
1951
+ > > ---------------------------------------
1952
+ > >
1953
+ > > ## redent
1954
+ > > License: MIT
1955
+ > > By: Sindre Sorhus
1956
+ > > Repository: sindresorhus/redent
1957
+ > >
1958
+ > > > MIT License
1959
+ > > >
1960
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1961
+ > > >
1962
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1963
+ > > >
1964
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1965
+ > > >
1966
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1967
+ > >
1968
+ > > ---------------------------------------
1969
+ > >
1970
+ > > ## strip-indent
1971
+ > > License: MIT
1972
+ > > By: Sindre Sorhus
1973
+ > > Repository: sindresorhus/strip-indent
1974
+ > >
1975
+ > > > MIT License
1976
+ > > >
1977
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1978
+ > > >
1979
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1980
+ > > >
1981
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1982
+ > > >
1983
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2038
1984
  >
2039
1985
  > ---------------------------------------
2040
1986
  >
@@ -2599,14 +2545,11 @@ Repository: git+https://github.com/visulima/visulima.git
2599
2545
  > >
2600
2546
  > >
2601
2547
  > > # Licenses of bundled types
2602
- > >
2603
2548
  > > The published @visulima/string artifact additionally contains code with the following licenses:
2604
2549
  > > MIT
2605
2550
  > >
2606
2551
  > > # Bundled types:
2607
- > >
2608
2552
  > > ## fastest-levenshtein
2609
- > >
2610
2553
  > > License: MIT
2611
2554
  > > By: Kasper U. Weihe
2612
2555
  > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -2632,51 +2575,73 @@ Repository: git+https://github.com/visulima/visulima.git
2632
2575
  > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2633
2576
  > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2634
2577
  > > > SOFTWARE.
2635
-
2636
- ---------------------------------------
2637
-
2638
- ## cli-boxes
2639
- License: MIT
2640
- By: Sindre Sorhus
2641
- Repository: sindresorhus/cli-boxes
2642
-
2643
- > MIT License
2644
- >
2645
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2646
- >
2647
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2648
- >
2649
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2650
- >
2651
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2652
-
2653
- ---------------------------------------
2654
-
2655
- ## tseep
2656
- License: MIT
2657
- By: morglod
2658
- Repository: git+https://github.com/Morglod/tseep.git
2659
-
2660
- > MIT License
2661
- >
2662
- > Copyright (c) 2018 Vladimir Kruzhkov @morglod
2663
- >
2664
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2665
- > of this software and associated documentation files (the "Software"), to deal
2666
- > in the Software without restriction, including without limitation the rights
2667
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2668
- > copies of the Software, and to permit persons to whom the Software is
2669
- > furnished to do so, subject to the following conditions:
2670
- >
2671
- > The above copyright notice and this permission notice shall be included in all
2672
- > copies or substantial portions of the Software.
2673
- >
2674
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2675
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2676
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2677
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2678
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2679
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2680
- > SOFTWARE.
2578
+ > >
2579
+ > > ---------------------------------------
2580
+ > >
2581
+ > > ## get-east-asian-width
2582
+ > > License: MIT
2583
+ > > By: Sindre Sorhus
2584
+ > > Repository: sindresorhus/get-east-asian-width
2585
+ > >
2586
+ > > > MIT License
2587
+ > > >
2588
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2589
+ > > >
2590
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2591
+ > > >
2592
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2593
+ > > >
2594
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2595
+ > >
2596
+ > > ---------------------------------------
2597
+ > >
2598
+ > > ## indent-string
2599
+ > > License: MIT
2600
+ > > By: Sindre Sorhus
2601
+ > > Repository: sindresorhus/indent-string
2602
+ > >
2603
+ > > > MIT License
2604
+ > > >
2605
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2606
+ > > >
2607
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2608
+ > > >
2609
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2610
+ > > >
2611
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2612
+ > >
2613
+ > > ---------------------------------------
2614
+ > >
2615
+ > > ## redent
2616
+ > > License: MIT
2617
+ > > By: Sindre Sorhus
2618
+ > > Repository: sindresorhus/redent
2619
+ > >
2620
+ > > > MIT License
2621
+ > > >
2622
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2623
+ > > >
2624
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2625
+ > > >
2626
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2627
+ > > >
2628
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2629
+ > >
2630
+ > > ---------------------------------------
2631
+ > >
2632
+ > > ## strip-indent
2633
+ > > License: MIT
2634
+ > > By: Sindre Sorhus
2635
+ > > Repository: sindresorhus/strip-indent
2636
+ > >
2637
+ > > > MIT License
2638
+ > > >
2639
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2640
+ > > >
2641
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2642
+ > > >
2643
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2644
+ > > >
2645
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2681
2646
 
2682
2647
  <!-- /TYPE_DEPENDENCIES -->