@plumile/ui-devtools 0.1.87 → 0.1.88
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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @plumile/ui-devtools
|
|
2
2
|
|
|
3
|
-
Shared DevTools UI primitives for
|
|
3
|
+
Shared DevTools UI primitives for Kronex extensions and debugging panels.
|
|
4
4
|
|
|
5
5
|
## Status
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ specialized DevTools interfaces, not as a general-purpose component library.
|
|
|
10
10
|
## Purpose
|
|
11
11
|
|
|
12
12
|
`@plumile/ui-devtools` provides a small set of visual primitives used by
|
|
13
|
-
|
|
13
|
+
Kronex developer tooling, including:
|
|
14
14
|
|
|
15
15
|
- badges and pills
|
|
16
16
|
- status lights
|
|
@@ -91,7 +91,7 @@ export function Panel(): JSX.Element {
|
|
|
91
91
|
|
|
92
92
|
## Limitations
|
|
93
93
|
|
|
94
|
-
- the look and feel is intentionally tied to
|
|
94
|
+
- the look and feel is intentionally tied to Kronex DevTools
|
|
95
95
|
- this package does not aim to be a generic dashboard or admin UI toolkit
|
|
96
96
|
|
|
97
97
|
## Related Docs
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/ui-devtools",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Shared DevTools UI primitives for
|
|
3
|
+
"version": "0.1.88",
|
|
4
|
+
"description": "Shared DevTools UI primitives for Kronex extensions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "lib/esm/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./package.json": "./package.json"
|
|
19
19
|
},
|
|
20
20
|
"sideEffects": true,
|
|
21
|
-
"author": "
|
|
21
|
+
"author": "Kronex",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build:package": "./tools/build-package.sh",
|
|
24
24
|
"build:package:esm": "vite build",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"react": "19.2.5",
|
|
42
42
|
"react-dom": "19.2.5",
|
|
43
43
|
"rimraf": "6.1.3",
|
|
44
|
-
"typescript": "6.0.
|
|
44
|
+
"typescript": "6.0.3"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^19.2.5",
|