@visulima/tui-kit 1.0.10 → 1.0.11

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/CHANGELOG.md +7 -0
  2. package/LICENSE.md +110 -258
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/tui-kit [1.0.11](https://github.com/visulima/visulima/compare/@visulima/tui-kit@1.0.10...@visulima/tui-kit@1.0.11) (2026-09-07)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/tui:** upgraded to 4.0.8
7
+
1
8
  ## @visulima/tui-kit [1.0.10](https://github.com/visulima/visulima/compare/@visulima/tui-kit@1.0.9...@visulima/tui-kit@1.0.10) (2026-09-06)
2
9
 
3
10
 
package/LICENSE.md CHANGED
@@ -828,6 +828,36 @@ Repository: git+https://github.com/visulima/visulima.git
828
828
  > > MIT
829
829
  > >
830
830
  > > # Bundled dependencies:
831
+ > > ## codsen-format-diagnostic-value
832
+ > > License: MIT
833
+ > > By: Roy Revelt
834
+ > > Repository: git+https://github.com/codsen/codsen.git
835
+ > >
836
+ > > > MIT License
837
+ > > >
838
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
839
+ > > >
840
+ > > > Permission is hereby granted, free of charge, to any person obtaining
841
+ > > > a copy of this software and associated documentation files (the
842
+ > > > "Software"), to deal in the Software without restriction, including
843
+ > > > without limitation the rights to use, copy, modify, merge, publish,
844
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
845
+ > > > permit persons to whom the Software is furnished to do so, subject to
846
+ > > > the following conditions:
847
+ > > >
848
+ > > > The above copyright notice and this permission notice shall be
849
+ > > > included in all copies or substantial portions of the Software.
850
+ > > >
851
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
852
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
853
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
854
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
855
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
856
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
857
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
858
+ > >
859
+ > > ---------------------------------------
860
+ > >
831
861
  > > ## codsen-utils
832
862
  > > License: MIT
833
863
  > > By: Roy Revelt
@@ -835,7 +865,7 @@ Repository: git+https://github.com/visulima/visulima.git
835
865
  > >
836
866
  > > > MIT License
837
867
  > > >
838
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
868
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
839
869
  > > >
840
870
  > > > Permission is hereby granted, free of charge, to any person obtaining
841
871
  > > > a copy of this software and associated documentation files (the
@@ -933,68 +963,14 @@ Repository: git+https://github.com/visulima/visulima.git
933
963
  > >
934
964
  > > ---------------------------------------
935
965
  > >
936
- > > ## html-entities
937
- > > License: MIT
938
- > > By: Marat Dulin
939
- > > Repository: https://github.com/mdevils/html-entities.git
940
- > >
941
- > > > Copyright (c) 2021 Dulin Marat
942
- > > >
943
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
944
- > > > of this software and associated documentation files (the "Software"), to deal
945
- > > > in the Software without restriction, including without limitation the rights
946
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
947
- > > > copies of the Software, and to permit persons to whom the Software is
948
- > > > furnished to do so, subject to the following conditions:
949
- > > >
950
- > > > The above copyright notice and this permission notice shall be included in
951
- > > > all copies or substantial portions of the Software.
952
- > > >
953
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
954
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
955
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
956
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
957
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
958
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
959
- > > > THE SOFTWARE.
960
- > >
961
- > > ---------------------------------------
962
- > >
963
- > > ## indent-string
966
+ > > ## html-entity-codec
964
967
  > > License: MIT
965
- > > By: Sindre Sorhus
966
- > > Repository: sindresorhus/indent-string
968
+ > > By: Roy Revelt
969
+ > > Repository: git+https://github.com/codsen/codsen.git
967
970
  > >
968
971
  > > > MIT License
969
972
  > > >
970
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
971
- > > >
972
- > > > 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:
973
- > > >
974
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
975
- > > >
976
- > > > 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.
977
- > >
978
- > > ---------------------------------------
979
- > >
980
- > > ## lodash-es
981
- > > License: MIT
982
- > > By: John-David Dalton, Mathias Bynens
983
- > > Repository: lodash/lodash
984
- > >
985
- > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
986
- > > >
987
- > > > Based on Underscore.js, copyright Jeremy Ashkenas,
988
- > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
989
- > > >
990
- > > > This software consists of voluntary contributions made by many
991
- > > > individuals. For exact contribution history, see the revision history
992
- > > > available at https://github.com/lodash/lodash
993
- > > >
994
- > > > The following license applies to all parts of this software except as
995
- > > > documented below:
996
- > > >
997
- > > > ====
973
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
998
974
  > > >
999
975
  > > > Permission is hereby granted, free of charge, to any person obtaining
1000
976
  > > > a copy of this software and associated documentation files (the
@@ -1014,21 +990,23 @@ Repository: git+https://github.com/visulima/visulima.git
1014
990
  > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1015
991
  > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1016
992
  > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
993
+ > >
994
+ > > ---------------------------------------
995
+ > >
996
+ > > ## indent-string
997
+ > > License: MIT
998
+ > > By: Sindre Sorhus
999
+ > > Repository: sindresorhus/indent-string
1000
+ > >
1001
+ > > > MIT License
1017
1002
  > > >
1018
- > > > ====
1019
- > > >
1020
- > > > Copyright and related rights for sample code are waived via CC0. Sample
1021
- > > > code is defined as all source code displayed within the prose of the
1022
- > > > documentation.
1003
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1023
1004
  > > >
1024
- > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1005
+ > > > 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:
1025
1006
  > > >
1026
- > > > ====
1007
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1027
1008
  > > >
1028
- > > > Files located in the node_modules and vendor directories are externally
1029
- > > > maintained libraries used by this software which have their own
1030
- > > > licenses; we recommend you read them, as their terms may differ from the
1031
- > > > terms above.
1009
+ > > > 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.
1032
1010
  > >
1033
1011
  > > ---------------------------------------
1034
1012
  > >
@@ -1039,7 +1017,7 @@ Repository: git+https://github.com/visulima/visulima.git
1039
1017
  > >
1040
1018
  > > > MIT License
1041
1019
  > > >
1042
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1020
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1043
1021
  > > >
1044
1022
  > > > Permission is hereby granted, free of charge, to any person obtaining
1045
1023
  > > > a copy of this software and associated documentation files (the
@@ -1069,7 +1047,7 @@ Repository: git+https://github.com/visulima/visulima.git
1069
1047
  > >
1070
1048
  > > > MIT License
1071
1049
  > > >
1072
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1050
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1073
1051
  > > >
1074
1052
  > > > Permission is hereby granted, free of charge, to any person obtaining
1075
1053
  > > > a copy of this software and associated documentation files (the
@@ -1099,7 +1077,7 @@ Repository: git+https://github.com/visulima/visulima.git
1099
1077
  > >
1100
1078
  > > > MIT License
1101
1079
  > > >
1102
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1080
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1103
1081
  > > >
1104
1082
  > > > Permission is hereby granted, free of charge, to any person obtaining
1105
1083
  > > > a copy of this software and associated documentation files (the
@@ -1129,7 +1107,7 @@ Repository: git+https://github.com/visulima/visulima.git
1129
1107
  > >
1130
1108
  > > > MIT License
1131
1109
  > > >
1132
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1110
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1133
1111
  > > >
1134
1112
  > > > Permission is hereby granted, free of charge, to any person obtaining
1135
1113
  > > > a copy of this software and associated documentation files (the
@@ -1169,29 +1147,6 @@ Repository: git+https://github.com/visulima/visulima.git
1169
1147
  > >
1170
1148
  > > ---------------------------------------
1171
1149
  > >
1172
- > > ## rfdc
1173
- > > License: MIT
1174
- > > By: David Mark Clements
1175
- > > Repository: git+https://github.com/davidmarkclements/rfdc.git
1176
- > >
1177
- > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1178
- > > >
1179
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1180
- > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1181
- > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1182
- > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1183
- > > >
1184
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
1185
- > > > of the Software.
1186
- > > >
1187
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1188
- > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1189
- > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1190
- > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1191
- > > > IN THE SOFTWARE.
1192
- > >
1193
- > > ---------------------------------------
1194
- > >
1195
1150
  > > ## string-collapse-leading-whitespace
1196
1151
  > > License: MIT
1197
1152
  > > By: Roy Revelt
@@ -1199,7 +1154,7 @@ Repository: git+https://github.com/visulima/visulima.git
1199
1154
  > >
1200
1155
  > > > MIT License
1201
1156
  > > >
1202
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1157
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1203
1158
  > > >
1204
1159
  > > > Permission is hereby granted, free of charge, to any person obtaining
1205
1160
  > > > a copy of this software and associated documentation files (the
@@ -1229,7 +1184,7 @@ Repository: git+https://github.com/visulima/visulima.git
1229
1184
  > >
1230
1185
  > > > MIT License
1231
1186
  > > >
1232
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1187
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1233
1188
  > > >
1234
1189
  > > > Permission is hereby granted, free of charge, to any person obtaining
1235
1190
  > > > a copy of this software and associated documentation files (the
@@ -1259,7 +1214,7 @@ Repository: git+https://github.com/visulima/visulima.git
1259
1214
  > >
1260
1215
  > > > MIT License
1261
1216
  > > >
1262
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1217
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1263
1218
  > > >
1264
1219
  > > > Permission is hereby granted, free of charge, to any person obtaining
1265
1220
  > > > a copy of this software and associated documentation files (the
@@ -1297,35 +1252,6 @@ Repository: git+https://github.com/visulima/visulima.git
1297
1252
  > > >
1298
1253
  > > > 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.
1299
1254
  > >
1300
- > > ---------------------------------------
1301
- > >
1302
- > > ## tiny-invariant
1303
- > > License: MIT
1304
- > > By: Alex Reardon
1305
- > > Repository: https://github.com/alexreardon/tiny-invariant.git
1306
- > >
1307
- > > > MIT License
1308
- > > >
1309
- > > > Copyright (c) 2019 Alexander Reardon
1310
- > > >
1311
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1312
- > > > of this software and associated documentation files (the "Software"), to deal
1313
- > > > in the Software without restriction, including without limitation the rights
1314
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1315
- > > > copies of the Software, and to permit persons to whom the Software is
1316
- > > > furnished to do so, subject to the following conditions:
1317
- > > >
1318
- > > > The above copyright notice and this permission notice shall be included in all
1319
- > > > copies or substantial portions of the Software.
1320
- > > >
1321
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1322
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1323
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1324
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1325
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1326
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1327
- > > > SOFTWARE.
1328
- > >
1329
1255
  > >
1330
1256
  > >
1331
1257
  > >
@@ -1490,6 +1416,36 @@ Repository: git+https://github.com/visulima/visulima.git
1490
1416
  > > MIT
1491
1417
  > >
1492
1418
  > > # Bundled dependencies:
1419
+ > > ## codsen-format-diagnostic-value
1420
+ > > License: MIT
1421
+ > > By: Roy Revelt
1422
+ > > Repository: git+https://github.com/codsen/codsen.git
1423
+ > >
1424
+ > > > MIT License
1425
+ > > >
1426
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1427
+ > > >
1428
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1429
+ > > > a copy of this software and associated documentation files (the
1430
+ > > > "Software"), to deal in the Software without restriction, including
1431
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1432
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1433
+ > > > permit persons to whom the Software is furnished to do so, subject to
1434
+ > > > the following conditions:
1435
+ > > >
1436
+ > > > The above copyright notice and this permission notice shall be
1437
+ > > > included in all copies or substantial portions of the Software.
1438
+ > > >
1439
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1440
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1441
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1442
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1443
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1444
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1445
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1446
+ > >
1447
+ > > ---------------------------------------
1448
+ > >
1493
1449
  > > ## codsen-utils
1494
1450
  > > License: MIT
1495
1451
  > > By: Roy Revelt
@@ -1497,7 +1453,7 @@ Repository: git+https://github.com/visulima/visulima.git
1497
1453
  > >
1498
1454
  > > > MIT License
1499
1455
  > > >
1500
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1456
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1501
1457
  > > >
1502
1458
  > > > Permission is hereby granted, free of charge, to any person obtaining
1503
1459
  > > > a copy of this software and associated documentation files (the
@@ -1595,68 +1551,14 @@ Repository: git+https://github.com/visulima/visulima.git
1595
1551
  > >
1596
1552
  > > ---------------------------------------
1597
1553
  > >
1598
- > > ## html-entities
1599
- > > License: MIT
1600
- > > By: Marat Dulin
1601
- > > Repository: https://github.com/mdevils/html-entities.git
1602
- > >
1603
- > > > Copyright (c) 2021 Dulin Marat
1604
- > > >
1605
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1606
- > > > of this software and associated documentation files (the "Software"), to deal
1607
- > > > in the Software without restriction, including without limitation the rights
1608
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1609
- > > > copies of the Software, and to permit persons to whom the Software is
1610
- > > > furnished to do so, subject to the following conditions:
1611
- > > >
1612
- > > > The above copyright notice and this permission notice shall be included in
1613
- > > > all copies or substantial portions of the Software.
1614
- > > >
1615
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1617
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1618
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1619
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1620
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1621
- > > > THE SOFTWARE.
1622
- > >
1623
- > > ---------------------------------------
1624
- > >
1625
- > > ## indent-string
1554
+ > > ## html-entity-codec
1626
1555
  > > License: MIT
1627
- > > By: Sindre Sorhus
1628
- > > Repository: sindresorhus/indent-string
1556
+ > > By: Roy Revelt
1557
+ > > Repository: git+https://github.com/codsen/codsen.git
1629
1558
  > >
1630
1559
  > > > MIT License
1631
1560
  > > >
1632
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1633
- > > >
1634
- > > > 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:
1635
- > > >
1636
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1637
- > > >
1638
- > > > 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.
1639
- > >
1640
- > > ---------------------------------------
1641
- > >
1642
- > > ## lodash-es
1643
- > > License: MIT
1644
- > > By: John-David Dalton, Mathias Bynens
1645
- > > Repository: lodash/lodash
1646
- > >
1647
- > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1648
- > > >
1649
- > > > Based on Underscore.js, copyright Jeremy Ashkenas,
1650
- > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1651
- > > >
1652
- > > > This software consists of voluntary contributions made by many
1653
- > > > individuals. For exact contribution history, see the revision history
1654
- > > > available at https://github.com/lodash/lodash
1655
- > > >
1656
- > > > The following license applies to all parts of this software except as
1657
- > > > documented below:
1658
- > > >
1659
- > > > ====
1561
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1660
1562
  > > >
1661
1563
  > > > Permission is hereby granted, free of charge, to any person obtaining
1662
1564
  > > > a copy of this software and associated documentation files (the
@@ -1676,21 +1578,23 @@ Repository: git+https://github.com/visulima/visulima.git
1676
1578
  > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1677
1579
  > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1678
1580
  > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1581
+ > >
1582
+ > > ---------------------------------------
1583
+ > >
1584
+ > > ## indent-string
1585
+ > > License: MIT
1586
+ > > By: Sindre Sorhus
1587
+ > > Repository: sindresorhus/indent-string
1588
+ > >
1589
+ > > > MIT License
1679
1590
  > > >
1680
- > > > ====
1681
- > > >
1682
- > > > Copyright and related rights for sample code are waived via CC0. Sample
1683
- > > > code is defined as all source code displayed within the prose of the
1684
- > > > documentation.
1591
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1685
1592
  > > >
1686
- > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1593
+ > > > 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:
1687
1594
  > > >
1688
- > > > ====
1595
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1689
1596
  > > >
1690
- > > > Files located in the node_modules and vendor directories are externally
1691
- > > > maintained libraries used by this software which have their own
1692
- > > > licenses; we recommend you read them, as their terms may differ from the
1693
- > > > terms above.
1597
+ > > > 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.
1694
1598
  > >
1695
1599
  > > ---------------------------------------
1696
1600
  > >
@@ -1701,7 +1605,7 @@ Repository: git+https://github.com/visulima/visulima.git
1701
1605
  > >
1702
1606
  > > > MIT License
1703
1607
  > > >
1704
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1608
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1705
1609
  > > >
1706
1610
  > > > Permission is hereby granted, free of charge, to any person obtaining
1707
1611
  > > > a copy of this software and associated documentation files (the
@@ -1731,7 +1635,7 @@ Repository: git+https://github.com/visulima/visulima.git
1731
1635
  > >
1732
1636
  > > > MIT License
1733
1637
  > > >
1734
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1638
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1735
1639
  > > >
1736
1640
  > > > Permission is hereby granted, free of charge, to any person obtaining
1737
1641
  > > > a copy of this software and associated documentation files (the
@@ -1761,7 +1665,7 @@ Repository: git+https://github.com/visulima/visulima.git
1761
1665
  > >
1762
1666
  > > > MIT License
1763
1667
  > > >
1764
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1668
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1765
1669
  > > >
1766
1670
  > > > Permission is hereby granted, free of charge, to any person obtaining
1767
1671
  > > > a copy of this software and associated documentation files (the
@@ -1791,7 +1695,7 @@ Repository: git+https://github.com/visulima/visulima.git
1791
1695
  > >
1792
1696
  > > > MIT License
1793
1697
  > > >
1794
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1698
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1795
1699
  > > >
1796
1700
  > > > Permission is hereby granted, free of charge, to any person obtaining
1797
1701
  > > > a copy of this software and associated documentation files (the
@@ -1831,29 +1735,6 @@ Repository: git+https://github.com/visulima/visulima.git
1831
1735
  > >
1832
1736
  > > ---------------------------------------
1833
1737
  > >
1834
- > > ## rfdc
1835
- > > License: MIT
1836
- > > By: David Mark Clements
1837
- > > Repository: git+https://github.com/davidmarkclements/rfdc.git
1838
- > >
1839
- > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1840
- > > >
1841
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1842
- > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1843
- > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1844
- > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1845
- > > >
1846
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
1847
- > > > of the Software.
1848
- > > >
1849
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1850
- > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1851
- > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1852
- > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1853
- > > > IN THE SOFTWARE.
1854
- > >
1855
- > > ---------------------------------------
1856
- > >
1857
1738
  > > ## string-collapse-leading-whitespace
1858
1739
  > > License: MIT
1859
1740
  > > By: Roy Revelt
@@ -1861,7 +1742,7 @@ Repository: git+https://github.com/visulima/visulima.git
1861
1742
  > >
1862
1743
  > > > MIT License
1863
1744
  > > >
1864
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1745
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1865
1746
  > > >
1866
1747
  > > > Permission is hereby granted, free of charge, to any person obtaining
1867
1748
  > > > a copy of this software and associated documentation files (the
@@ -1891,7 +1772,7 @@ Repository: git+https://github.com/visulima/visulima.git
1891
1772
  > >
1892
1773
  > > > MIT License
1893
1774
  > > >
1894
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1775
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1895
1776
  > > >
1896
1777
  > > > Permission is hereby granted, free of charge, to any person obtaining
1897
1778
  > > > a copy of this software and associated documentation files (the
@@ -1921,7 +1802,7 @@ Repository: git+https://github.com/visulima/visulima.git
1921
1802
  > >
1922
1803
  > > > MIT License
1923
1804
  > > >
1924
- > > > Copyright © 2010-2025 Roy Revelt and other contributors
1805
+ > > > Copyright © 2010-2026 Roy Revelt and other contributors
1925
1806
  > > >
1926
1807
  > > > Permission is hereby granted, free of charge, to any person obtaining
1927
1808
  > > > a copy of this software and associated documentation files (the
@@ -1959,35 +1840,6 @@ Repository: git+https://github.com/visulima/visulima.git
1959
1840
  > > >
1960
1841
  > > > 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.
1961
1842
  > >
1962
- > > ---------------------------------------
1963
- > >
1964
- > > ## tiny-invariant
1965
- > > License: MIT
1966
- > > By: Alex Reardon
1967
- > > Repository: https://github.com/alexreardon/tiny-invariant.git
1968
- > >
1969
- > > > MIT License
1970
- > > >
1971
- > > > Copyright (c) 2019 Alexander Reardon
1972
- > > >
1973
- > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1974
- > > > of this software and associated documentation files (the "Software"), to deal
1975
- > > > in the Software without restriction, including without limitation the rights
1976
- > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1977
- > > > copies of the Software, and to permit persons to whom the Software is
1978
- > > > furnished to do so, subject to the following conditions:
1979
- > > >
1980
- > > > The above copyright notice and this permission notice shall be included in all
1981
- > > > copies or substantial portions of the Software.
1982
- > > >
1983
- > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1984
- > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1985
- > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1986
- > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1987
- > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1988
- > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1989
- > > > SOFTWARE.
1990
- > >
1991
1843
  > > <!-- /DEPENDENCIES -->
1992
1844
  > >
1993
1845
  > >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tui-kit",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Component library for @visulima/tui — installable as a package, or copy-pasteable via the shadcn CLI registry",
5
5
  "keywords": [
6
6
  "cli",
@@ -512,7 +512,7 @@
512
512
  "@shikijs/langs": "^4.4.3",
513
513
  "@shikijs/themes": "^4.4.3",
514
514
  "@visulima/tabular": "4.1.0",
515
- "@visulima/tui": "4.0.7",
515
+ "@visulima/tui": "4.0.8",
516
516
  "cfonts": "^3.3.1",
517
517
  "diff": "^9.0.0",
518
518
  "marked": "^18.0.9",