@selectwin/kit 0.1.8 → 0.1.9

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.
@@ -1,6 +1,8 @@
1
1
  import { ReactNode, ComponentPropsWithoutRef } from 'react';
2
2
  type SelectSectionOwnProps = {
3
3
  title?: ReactNode;
4
+ /** Subdued line under the title (e.g. the step subtitle of a wizard card). */
5
+ description?: ReactNode;
4
6
  /** Right-aligned action in the head (e.g. an "Editar" link). Ignored when collapsible. */
5
7
  action?: ReactNode;
6
8
  /** Make the head a button that expands/collapses the body. */