@lobehub/ui 1.137.3 → 1.137.4

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.
@@ -21,6 +21,7 @@ export interface SelectWithImgProps {
21
21
  styles?: {
22
22
  img?: CSSProperties;
23
23
  };
24
+ unoptimized?: boolean;
24
25
  value?: SelectProps['value'];
25
26
  width?: number;
26
27
  }
@@ -26,7 +26,8 @@ var SelectWithImg = /*#__PURE__*/memo(function (_ref) {
26
26
  _ref$styles = _ref.styles,
27
27
  outStyles = _ref$styles === void 0 ? {} : _ref$styles,
28
28
  _ref$classNames = _ref.classNames,
29
- classNames = _ref$classNames === void 0 ? {} : _ref$classNames;
29
+ classNames = _ref$classNames === void 0 ? {} : _ref$classNames,
30
+ unoptimized = _ref.unoptimized;
30
31
  var _useControlledState = useControlledState(defaultValue, {
31
32
  defaultValue: defaultValue,
32
33
  onChange: onChange,
@@ -64,6 +65,7 @@ var SelectWithImg = /*#__PURE__*/memo(function (_ref) {
64
65
  alt: typeof item.label === 'string' ? item.label : item.ariaLabel,
65
66
  height: height,
66
67
  src: item.img,
68
+ unoptimized: unoptimized,
67
69
  width: width
68
70
  })
69
71
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.137.3",
3
+ "version": "1.137.4",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",