@solace-health/ui 0.3.12 → 0.3.13

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
@@ -273,7 +273,7 @@ declare const _default: {
273
273
  name: string;
274
274
  details?: string | undefined;
275
275
  options: {
276
- label: string;
276
+ label: any;
277
277
  value: string;
278
278
  }[];
279
279
  formOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
package/dist/index.js CHANGED
@@ -590,6 +590,7 @@ var C2=(s=>(s.XL="xl",s.LG="lg",s.MD="md",s.SM="sm",s.XS="xs",s))(C2||{});var x1
590
590
  height: 50px;
591
591
  cursor: pointer;
592
592
  background-color: #fff;
593
+ line-height: normal;
593
594
 
594
595
  > svg {
595
596
  position: absolute;