cr-ui-lib 1.1.74 → 1.1.75

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/index.d.mts CHANGED
@@ -194,6 +194,7 @@ interface MultipleAutoSuggestionInputProps {
194
194
  hasIcon?: boolean;
195
195
  iconClass?: string;
196
196
  removeIconClassSize?: number;
197
+ iconDropdownSize?: string;
197
198
  }
198
199
  declare const MultipleAutoSuggestionInput: React$1.FC<MultipleAutoSuggestionInputProps>;
199
200
 
package/dist/index.d.ts CHANGED
@@ -194,6 +194,7 @@ interface MultipleAutoSuggestionInputProps {
194
194
  hasIcon?: boolean;
195
195
  iconClass?: string;
196
196
  removeIconClassSize?: number;
197
+ iconDropdownSize?: string;
197
198
  }
198
199
  declare const MultipleAutoSuggestionInput: React$1.FC<MultipleAutoSuggestionInputProps>;
199
200
 
package/dist/index.js CHANGED
@@ -3044,7 +3044,8 @@ var MultipleAutoSuggestionInput = ({
3044
3044
  placeholder = "Type or select...",
3045
3045
  hasIcon = false,
3046
3046
  iconClass = "",
3047
- removeIconClassSize = 14
3047
+ removeIconClassSize = 14,
3048
+ iconDropdownSize = "20"
3048
3049
  }) => {
3049
3050
  var _a;
3050
3051
  const [filteredOptions, setFilteredOptions] = React.useState(options);
@@ -3301,8 +3302,8 @@ var MultipleAutoSuggestionInput = ({
3301
3302
  children: /* @__PURE__ */ jsxRuntime.jsxs(
3302
3303
  "svg",
3303
3304
  {
3304
- width: "20",
3305
- height: "20",
3305
+ width: iconDropdownSize,
3306
+ height: iconDropdownSize,
3306
3307
  viewBox: "0 0 20 20",
3307
3308
  fill: "none",
3308
3309
  xmlns: "http://www.w3.org/2000/svg",
@@ -3317,8 +3318,8 @@ var MultipleAutoSuggestionInput = ({
3317
3318
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_10508_5931", children: /* @__PURE__ */ jsxRuntime.jsx(
3318
3319
  "rect",
3319
3320
  {
3320
- width: "20",
3321
- height: "20",
3321
+ width: iconDropdownSize,
3322
+ height: iconDropdownSize,
3322
3323
  fill: "white",
3323
3324
  transform: "matrix(1 0 0 -1 0 20)"
3324
3325
  }