dowel-ui 0.7.0 → 0.8.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.
Files changed (2) hide show
  1. package/README.md +10 -3
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@ A dowel is the hidden peg that joins two boards so the seam does not show. That
11
11
  **[Documentation](https://lacodda.github.io/dowel/)** — what everything is and why it is that way.
12
12
  **[The stand](https://lacodda.github.io/dowel/stand/)** — every component, live, in either theme and in the accent of any product of the line.
13
13
 
14
- **Status:** v0.7.0 - the theme, the scales, an accent per product, ten primitives, and the gates each one passes: axe, the keyboard, a dependency budget and a picture in both themes. The first product of the line lives on it. See the [roadmap](#roadmap).
14
+ **Status:** v0.8.0 - the theme, the scales, an accent per product, sixteen components including the overlays, and the gates each one passes: axe, the keyboard, a dependency budget and a picture in both themes. The first product of the line lives on it. See the [roadmap](#roadmap).
15
15
 
16
16
  ## The theme
17
17
 
@@ -83,8 +83,15 @@ your code:
83
83
  npx shadcn@latest add https://lacodda.github.io/dowel/r/button.json
84
84
  ```
85
85
 
86
- Ten of them so far: Button, Input, Textarea, Panel, Badge, Chip, Kbd, Spinner,
87
- Truncate and Copyable.
86
+ Sixteen of them so far. The everyday ones - Button, Input, Textarea, Panel,
87
+ Badge, Chip, Kbd, Spinner, Truncate and Copyable - and the six that float above
88
+ the page: Dialog, ConfirmDialog, Drawer, Popover, PreviewCard and Tooltip.
89
+
90
+ The overlays are built on [Base UI](https://base-ui.com), which supplies the
91
+ part that is genuinely hard and invisible when it works: the focus trap, the
92
+ return of focus to whatever opened the thing, `Escape`, the scroll lock, and
93
+ the `aria-labelledby` that names a popup by its own title. Choosing between
94
+ them is the harder question, and [a guide](https://lacodda.github.io/dowel/guides/overlays/) covers it.
88
95
 
89
96
  Each is written in the vocabulary - no raw colours, no `dark:` utilities - so
90
97
  the same component is correct in both themes and in every product's accent.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dowel-ui",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "The lacodda line design system: theme tokens and React primitives, distributed as a shadcn-compatible registry.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -53,7 +53,6 @@
53
53
  "eslint": "^9.0.0 || ^10.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@radix-ui/react-slot": "^1.3.3",
57
56
  "@types/node": "^26.4.0",
58
57
  "@types/react": "^19.2.18",
59
58
  "@types/react-dom": "^19.2.5",