hplx-feature-library 1.0.128 → 1.0.129

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.
@@ -129,7 +129,7 @@ function b6(o) {
129
129
  {
130
130
  src: w && (x.thumbnail || x.filePath) || c2,
131
131
  alt: x.label,
132
- className: "hfl-w-full hfl-h-full hfl-object-fit"
132
+ className: "hfl-w-full hfl-h-full hfl-object-contain"
133
133
  }
134
134
  ) }, x.id || N);
135
135
  }, h = nn(() => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.128",
4
+ "version": "1.0.129",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",
@@ -95,7 +95,7 @@
95
95
  "date-fns": "^4.1.0",
96
96
  "dayjs": "^1.11.13",
97
97
  "hplx-font-icons": "^2.20.0",
98
- "hplx-react-elements-dev": "^1.3.95",
98
+ "hplx-react-elements-dev": "^1.3.105",
99
99
  "konva": "^9.3.22",
100
100
  "lodash.debounce": "^4.0.8",
101
101
  "nanoid": "^5.1.5",