@stll/workspace-ui 0.3.1 → 0.3.2

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.
@@ -113,6 +113,8 @@ const PersonAvatar = ({ image, name }) => {
113
113
  if (image) return /* @__PURE__ */ jsx("img", {
114
114
  alt: "",
115
115
  className: "size-4 shrink-0 rounded-full object-cover",
116
+ loading: "lazy",
117
+ referrerPolicy: "no-referrer",
116
118
  src: image
117
119
  });
118
120
  return /* @__PURE__ */ jsx("span", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/workspace-ui",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Reusable workspace presentation components and view helpers for Stella.",
5
5
  "keywords": [
6
6
  "calculations",
@@ -103,7 +103,7 @@
103
103
  "@stll/calculations": "^0.1.0",
104
104
  "@stll/conditions": "^0.2.0",
105
105
  "@stll/money": "^0.1.0",
106
- "@stll/ui": "^0.6.0",
106
+ "@stll/ui": "^0.7.0",
107
107
  "better-result": "3.0.0",
108
108
  "lucide-react": "1.30.0",
109
109
  "use-intl": "4.13.5"