@poodle64/ui 2026.8.9 → 2026.8.10
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.
|
@@ -95,6 +95,15 @@
|
|
|
95
95
|
{/if}
|
|
96
96
|
</div>
|
|
97
97
|
{#if actions}
|
|
98
|
-
|
|
98
|
+
<!--
|
|
99
|
+
`min-w-0` is load-bearing, not tidying. This row is a flex ITEM of the
|
|
100
|
+
header, so it inherits `min-width: auto` — a floor at its own min-content
|
|
101
|
+
width, which its `flex-wrap` cannot get below because wrapping shrinks a
|
|
102
|
+
flex CONTAINER, never its item floor. Measured 2026-08-20 at 360px: an
|
|
103
|
+
actions row rendered 408px inside a 328px parent and pushed 64px of
|
|
104
|
+
sideways scroll into the shell content region, on every consumer using
|
|
105
|
+
PageHeader with actions.
|
|
106
|
+
-->
|
|
107
|
+
<div class="flex min-w-0 flex-wrap items-center justify-end gap-2">{@render actions()}</div>
|
|
99
108
|
{/if}
|
|
100
109
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poodle64/ui",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.10",
|
|
4
4
|
"description": "Household shared component layer: shadcn-svelte primitives (bits-ui) plus the composed page chrome every app builds its routes from, restyled by each app's @poodle64/design-tokens alias layer. One fix reaches every app.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @poodle64/ui — situation → component map
|
|
2
2
|
|
|
3
3
|
<!-- GENERATED by scripts/generate-registry.mjs from scripts/situations.json + package source. DO NOT EDIT. -->
|
|
4
|
-
Generated from `@poodle64/ui@2026.8.
|
|
4
|
+
Generated from `@poodle64/ui@2026.8.10`. 49 components, 12 situations.
|
|
5
5
|
|
|
6
6
|
**Read this before writing a `<div>`.** Find the SITUATION you are in below, then compose the component named for it — do not hand-build it from raw `Card` or utility classes. Import is `import { Name } from '<import path>'`. Props marked `?` are optional. This map is the retrieval step the [`frontend-design` skill] makes mandatory; the [CHI 2026 study] measured composing-from-a-registry at 95% design-system compliance against 71% for writing the CSS from a prose style guide.
|
|
7
7
|
|