@visulima/tui-kit 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/r/registry.json +9 -0
- package/dist/r/reset.d.json +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## @visulima/tui-kit [1.0.3](https://github.com/visulima/visulima/compare/%40visulima%2Ftui-kit%401.0.2...%40visulima%2Ftui-kit%401.0.3) (2026-08-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/colorize:** upgraded to 2.1.1
|
|
7
|
+
* **@visulima/tui:** upgraded to 4.0.0
|
|
8
|
+
|
|
1
9
|
## @visulima/tui-kit [1.0.2](https://github.com/visulima/visulima/compare/%40visulima%2Ftui-kit%401.0.1...%40visulima%2Ftui-kit%401.0.2) (2026-08-02)
|
|
2
10
|
|
|
3
11
|
|
package/dist/r/registry.json
CHANGED
|
@@ -678,6 +678,15 @@
|
|
|
678
678
|
"title": "Radio Group",
|
|
679
679
|
"type": "registry:ui"
|
|
680
680
|
},
|
|
681
|
+
{
|
|
682
|
+
"categories": [
|
|
683
|
+
"ui"
|
|
684
|
+
],
|
|
685
|
+
"description": "Reset.d component for @visulima/tui.",
|
|
686
|
+
"name": "reset.d",
|
|
687
|
+
"title": "Reset.d",
|
|
688
|
+
"type": "registry:ui"
|
|
689
|
+
},
|
|
681
690
|
{
|
|
682
691
|
"categories": [
|
|
683
692
|
"ui"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
3
|
+
"name": "reset.d",
|
|
4
|
+
"type": "registry:ui",
|
|
5
|
+
"title": "Reset.d",
|
|
6
|
+
"description": "Reset.d component for @visulima/tui.",
|
|
7
|
+
"categories": [
|
|
8
|
+
"ui"
|
|
9
|
+
],
|
|
10
|
+
"dependencies": [
|
|
11
|
+
"@visulima/tui"
|
|
12
|
+
],
|
|
13
|
+
"registryDependencies": [],
|
|
14
|
+
"files": [
|
|
15
|
+
{
|
|
16
|
+
"content": "// Do not add any other lines of code to this file!\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport \"@total-typescript/ts-reset\";\n",
|
|
17
|
+
"path": "registry/ui/reset.d.ts",
|
|
18
|
+
"target": "components/ui/reset.d.ts",
|
|
19
|
+
"type": "registry:ui"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tui-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
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",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
],
|
|
505
505
|
"dependencies": {
|
|
506
506
|
"@visulima/ansi": "4.1.0",
|
|
507
|
-
"@visulima/colorize": "2.1.
|
|
507
|
+
"@visulima/colorize": "2.1.1",
|
|
508
508
|
"@visulima/spinner": "1.0.1",
|
|
509
509
|
"type-fest": "5.7.0"
|
|
510
510
|
},
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"@shikijs/langs": "^4.3.0",
|
|
513
513
|
"@shikijs/themes": "^4.3.0",
|
|
514
514
|
"@visulima/tabular": "4.1.0",
|
|
515
|
-
"@visulima/tui": "
|
|
515
|
+
"@visulima/tui": "4.0.0",
|
|
516
516
|
"cfonts": "^3.3.1",
|
|
517
517
|
"diff": "^9.0.0",
|
|
518
518
|
"marked": "^18.0.5",
|