silvery 0.18.0 → 0.18.2

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 +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -79,7 +79,7 @@ Along the way, three principles emerged. Take the best from the web, stay true t
79
79
  | `@silvery/ink` / `@silvery/chalk` | Ink compatibility — 918/931 Ink 7.0 tests, 32/32 Chalk tests |
80
80
  | `@silvery/test` | Playwright-style testing — locators, `press()`, buffer assertions |
81
81
  | `@silvery/create` | Composable app builder — `pipe()` providers |
82
- | `@silvery/theme` | 84 color schemes, semantic tokens, auto-detect |
82
+ | `@silvery/theme` | 84 color schemes, semantic tokens, auto-detect |
83
83
  | `@silvery/commander` | **Beautiful CLIs for free** — help renders through Silvery itself |
84
84
  | `@silvery/headless` | Pure state machines — portable, no React |
85
85
  | `@silvery/ansi` | Terminal primitives — styling, SGR, detection |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silvery",
3
- "version": "0.18.0",
3
+ "version": "0.18.2",
4
4
  "description": "React for modern terminal apps — powerful apps, polished UIs, proudly terminal",
5
5
  "keywords": [
6
6
  "ansi",
@@ -66,7 +66,8 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@chenglou/pretext": "^0.0.3",
69
- "@silvery/commander": "0.18.0",
69
+ "@silvery/color": "0.18.1",
70
+ "@silvery/commander": "0.18.1",
70
71
  "css-select": "^7.0.0",
71
72
  "css-what": "^8.0.0",
72
73
  "loggily": "0.6.0",
@@ -139,7 +140,7 @@
139
140
  "docs:preview": "vitepress preview docs",
140
141
  "theme": "bun packages/theme/src/cli.ts",
141
142
  "demo": "bun examples/bin/cli.ts",
142
- "example:storybook": "bun examples/apps/storybook.tsx",
143
+ "example:storybook": "bun examples/apps/storybook/index.tsx",
143
144
  "compat": "bun packages/ink/scripts/compat-check.ts",
144
145
  "compat:ink": "bun packages/ink/scripts/compat-check.ts ink",
145
146
  "compat:chalk": "bun packages/ink/scripts/compat-check.ts chalk",