@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.
@@ -126,7 +126,7 @@ import {
126
126
  toast,
127
127
  toastVariants,
128
128
  useTextOverflow
129
- } from "../chunk-76LGKQX7.js";
129
+ } from "../chunk-22PNIIX7.js";
130
130
  import "../chunk-PHUR4KXV.js";
131
131
  import "../chunk-DGPY4WP3.js";
132
132
  export {
package/dist/index.js CHANGED
@@ -126,7 +126,7 @@ import {
126
126
  toast,
127
127
  toastVariants,
128
128
  useTextOverflow
129
- } from "./chunk-76LGKQX7.js";
129
+ } from "./chunk-22PNIIX7.js";
130
130
  import {
131
131
  formatTuttiDateTime,
132
132
  formatTuttiShortDateTime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/ui-system",
3
- "version": "0.0.237",
3
+ "version": "0.0.239",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
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 by default. When the caller passes `transform`, HTTP(S) sources
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,