@protonradio/proton-ui 0.10.12 → 0.10.13-beta.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.
package/dist/index.d.ts CHANGED
@@ -185,7 +185,7 @@ declare interface BaseInputProps {
185
185
  name: string;
186
186
  /**
187
187
  * The placeholder text to display when the input is empty.
188
- * @note Placeholder takes precedence over label, if both are provided.
188
+ * @note label takes precedence over placeholder, if both are provided.
189
189
  * @external https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/placeholder
190
190
  */
191
191
  placeholder?: string;
@@ -581,7 +581,7 @@ export declare const ResponsiveSelect: {
581
581
  * Supports controlled and uncontrolled modes.
582
582
  * @interface SelectProps
583
583
  */
584
- declare function ResponsiveSelectMenu<T extends object>({ label, name, isDisabled, disabledKeys, selectedKey, onSelectionChange, onOpen, onClose, items, "data-testid": testId, children, }: SelectProps<T>): JSX_2.Element;
584
+ declare function ResponsiveSelectMenu({ label, name, isDisabled, disabledKeys, selectedKey, onSelectionChange, onOpen, onClose, items, "data-testid": testId, children, }: SelectProps<ActionMenuAction>): JSX_2.Element;
585
585
 
586
586
  export declare const Row: <T = object>(props: ProtonRowProps<T>) => JSX.Element;
587
587