@opencxh/ui-kit 3.137.1 → 3.137.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.
@@ -38,7 +38,7 @@ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElemen
38
38
  * ```tsx
39
39
  * <Button variant="primary" size="md">Click me</Button>
40
40
  * <Button variant="outline" leftIcon={<Icon name={Plus} />}>Add item</Button>
41
- * <Button iconOnly variant="ghost" size="sm" aria-label="Zoeken">
41
+ * <Button iconOnly variant="ghost" aria-label="Zoeken">
42
42
  * <Icon name={Search} />
43
43
  * </Button>
44
44
  * ```
@@ -16,7 +16,7 @@ export interface AssistantCardProps extends Omit<React.HTMLAttributes<HTMLDivEle
16
16
  *
17
17
  * @example
18
18
  * ```tsx
19
- * <AssistantCard title="Voorstel van de assistent" action={<Button size="xs">Gebruiken</Button>}>
19
+ * <AssistantCard title="Voorstel van de assistent" action={<Button>Gebruiken</Button>}>
20
20
  * Marc wacht 12 min op WhatsApp — concept staat klaar.
21
21
  * </AssistantCard>
22
22
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/ui-kit",
3
- "version": "3.137.1",
3
+ "version": "3.137.2",
4
4
  "description": "Theme-aware UI component library for OpenCXH platform",
5
5
  "type": "module",
6
6
  "exports": {