@plumile/ui-devtools 0.1.86 → 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @plumile/ui-devtools
2
2
 
3
- Shared DevTools UI primitives for Plumile extensions and debugging panels.
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
- Plumile developer tooling, including:
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 Plumile DevTools
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.86",
4
- "description": "Shared DevTools UI primitives for Plumile extensions",
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": "Plumile Maintainers",
21
+ "author": "Kronex",
22
22
  "scripts": {
23
23
  "build:package": "./tools/build-package.sh",
24
24
  "build:package:esm": "vite build",
@@ -38,14 +38,14 @@
38
38
  "devDependencies": {
39
39
  "@types/react": "19.2.14",
40
40
  "@types/react-dom": "19.2.3",
41
- "react": "19.2.4",
42
- "react-dom": "19.2.4",
41
+ "react": "19.2.5",
42
+ "react-dom": "19.2.5",
43
43
  "rimraf": "6.1.3",
44
- "typescript": "6.0.2"
44
+ "typescript": "6.0.3"
45
45
  },
46
46
  "peerDependencies": {
47
- "react": "^19.2.4",
48
- "react-dom": "^19.2.4"
47
+ "react": "^19.2.5",
48
+ "react-dom": "^19.2.5"
49
49
  },
50
50
  "files": [
51
51
  "lib",