@qodo/design-system 0.20.10 → 0.20.11

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.ts CHANGED
@@ -139,7 +139,7 @@ declare type BaseSelectProps = {
139
139
  mode?: (typeof SELECT_MODE)[keyof typeof SELECT_MODE];
140
140
  variant?: (typeof SELECT_VARIANT)[keyof typeof SELECT_VARIANT];
141
141
  iconPosition?: "left" | "right";
142
- selectionIndicator?: "checkmark" | "checkbox";
142
+ selectionIndicator?: "checkmark" | "checkbox" | "none";
143
143
  onSearchChange?: (search: string) => void;
144
144
  renderValue?: (args: {
145
145
  displayValues: string[];