@atom-learning/components 2.8.0-beta.2 → 2.8.0
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/CHANGELOG.md +22 -0
- package/dist/docgen.json +1 -1
- package/dist/docs/Accordion.mdx +1 -1
- package/package.json +1 -1
package/dist/docs/Accordion.mdx
CHANGED
|
@@ -16,7 +16,7 @@ You can Read more about the underlying UI component on the [Radix UI documentati
|
|
|
16
16
|
```tsx preview
|
|
17
17
|
<Accordion type="single" defaultValue="1">
|
|
18
18
|
<Accordion.Item value="1">
|
|
19
|
-
<Accordion.Trigger>Accordion Header 1</Accordion.Trigger>
|
|
19
|
+
<Accordion.Trigger theme="light">Accordion Header 1</Accordion.Trigger>
|
|
20
20
|
<Accordion.Content css={{ p: '$4' }}>Accordion content 1</Accordion.Content>
|
|
21
21
|
</Accordion.Item>
|
|
22
22
|
<Accordion.Item value="2">
|