@tutti-os/ui-system 0.0.237 → 0.0.239
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/dist/components/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/ui-system.md
CHANGED
|
@@ -55,7 +55,9 @@ disabled, keyboard-focus, and overlay states.
|
|
|
55
55
|
image loading, rendered-box-aware image transformation, broken-image fallback,
|
|
56
56
|
initial or empty fallback modes, loading presentation, named or numeric sizing,
|
|
57
57
|
and a caller-owned overlay slot through `children`. Sources are requested
|
|
58
|
-
unchanged
|
|
58
|
+
unchanged with a `no-referrer` request policy by default; callers may override
|
|
59
|
+
that policy through `imageProps` for a source that requires it. When the caller
|
|
60
|
+
passes `transform`, HTTP(S) sources
|
|
59
61
|
request a bucketed two-times-size WebP variant with `fit=inside`, while
|
|
60
62
|
preserving the original query string. A failed variant retries the original
|
|
61
63
|
source once. Consumers own identity resolution, directly consumable image URLs,
|