@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.
@@ -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">
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
- "version": "2.8.0-beta.2",
7
+ "version": "2.8.0",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"