fix lint errors

This commit is contained in:
Bartek
2026-08-24 14:27:36 +02:00
parent b6875f3431
commit 9f56165217
4 changed files with 24 additions and 24 deletions
+6 -6
View File
@@ -52,12 +52,12 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider`| `string` | — | `Payment` only |
| name | type | default | required |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider` | `string` | — | `Payment` only |
### `variant`
+6 -6
View File
@@ -50,12 +50,12 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider`| `string` | — | `Payment` only |
| name | type | default | required |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider` | `string` | — | `Payment` only |
### `variant`
+6 -6
View File
@@ -50,12 +50,12 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider`| `string` | — | `Payment` only |
| name | type | default | required |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider` | `string` | — | `Payment` only |
### `variant`
+6 -6
View File
@@ -56,12 +56,12 @@ If `provider` doesn't match a known slug, `Payment` renders nothing rather than
Both the named provider components (`PaymentVisa`, `PaymentMastercard`, ...) and the dynamic `Payment` component accept the same set of props. Quick reference:
| name | type | default | required |
| --------- | -------------------- | ------- | -------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider`| `string` | — | `Payment` only |
| name | type | default | required |
| ---------- | ------------------- | ------- | -------------- |
| `variant` | `'light' \| 'dark'` | `light` | no |
| `size` | `string \| number` | `24` | no |
| `title` | `string` | — | no |
| `provider` | `string` | — | `Payment` only |
### `variant`