dowel-ui 0.26.0 → 0.27.0
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 +2 -2
- package/dist/registry.json +174 -80
- package/dist/theme.css +14 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ npx shadcn@latest add https://lacodda.github.io/dowel/r/button.json
|
|
|
60
60
|
npx shadcn@latest add https://lacodda.github.io/dowel/r/app.json # or a whole set
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
Eighty-
|
|
63
|
+
Eighty-nine primitives so far - the everyday controls, forms, overlays built on
|
|
64
64
|
[Base UI](https://base-ui.com), menus and selection, the command palette,
|
|
65
65
|
tables and long lists, charts, the screens between asking for data and showing
|
|
66
66
|
it, markdown, code and diffs, a desktop window's own chrome and the three
|
|
@@ -153,7 +153,7 @@ where it measured 3.49:1. Derived, it is white there, at 6.01:1.
|
|
|
153
153
|
|
|
154
154
|
## Status
|
|
155
155
|
|
|
156
|
-
The theme, the scales, an accent per product, and eighty-
|
|
156
|
+
The theme, the scales, an accent per product, and eighty-nine primitives are
|
|
157
157
|
in daily use across two products of the line. Every component installs from a
|
|
158
158
|
versioned registry and passes its own gate - axe, the keyboard, a dependency
|
|
159
159
|
budget and a picture in both themes - before it ships.
|