@nectary/components 5.37.0 → 5.37.1

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.
@@ -23,7 +23,7 @@ export type TSinchFloatingPanelProps = {
23
23
  'select-all-short-label'?: string;
24
24
  /** CTA text when `all-selected` is true. Default: `Clear all`. */
25
25
  'clear-all-label'?: string;
26
- /** JSON array of action buttons: [{name, icon}] — min 1, max 5 */
26
+ /** JSON array of action buttons: `[{name, icon}]` — min 1, max 5 */
27
27
  actions?: string;
28
28
  /** When true, CTA label switches to the `clear-all-label` text. */
29
29
  'all-selected'?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nectary/components",
3
- "version": "5.37.0",
3
+ "version": "5.37.1",
4
4
  "files": [
5
5
  "**/*/*.css",
6
6
  "**/*/*.json",