@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.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +132 -140
- package/dist/index.js.map +1 -1
- package/dist/src/action/Button.d.ts +1 -1
- package/dist/src/content/AssistantCard.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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"
|
|
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
|
|
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
|
* ```
|