Skip to content

Commit

Permalink
Merge branch 'patch' of github.com:gluestack/gluestack-ui into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Jul 12, 2024
2 parents d1d1b47 + 2f18481 commit 6fbf51f
Show file tree
Hide file tree
Showing 40 changed files with 158 additions and 2,243 deletions.
2 changes: 1 addition & 1 deletion example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@gluestack-style/animation-resolver": "^1.0.4",
"@gluestack-style/react": "^1.0.57",
"@gluestack-ui/config": "^1.1.19",
"@gluestack-ui/themed": "^1.1.37",
"@gluestack-ui/themed": "^1.1.38",
"@gluestack/design-system": "^0.5.36",
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
"@legendapp/motion": "^2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
AccordionContent,
AccordionContentText,
} from '@/components/ui/accordion';
import { Divider } from '@/components/ui/divider';
import {
ChevronDownIcon,
ChevronUpIcon,
Expand Down Expand Up @@ -48,6 +49,7 @@ const AccordionBasic = ({ ...props }: any) => {
</AccordionContent>
</AccordionItem>

<Divider />
<AccordionItem value="b">
<AccordionHeader>
<AccordionTrigger>
Expand Down Expand Up @@ -77,6 +79,7 @@ const AccordionBasic = ({ ...props }: any) => {
</AccordionContent>
</AccordionItem>

<Divider />
<AccordionItem value="c">
<AccordionHeader>
<AccordionTrigger>
Expand Down Expand Up @@ -104,6 +107,7 @@ const AccordionBasic = ({ ...props }: any) => {
</AccordionContent>
</AccordionItem>

<Divider />
<AccordionItem value="d">
<AccordionHeader>
<AccordionTrigger>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ This is an illustration of **Accordion** component.
</AccordionContentText>
</AccordionContent>
</AccordionItem>
<Divider />
<AccordionItem value="b">
<AccordionHeader>
<AccordionTrigger>
Expand Down Expand Up @@ -127,6 +128,7 @@ This is an illustration of **Accordion** component.
ChevronDownIcon,
ChevronUpIcon,
Wrapper,
Divider,
},
argsType: {
size: {
Expand Down

This file was deleted.

Loading

0 comments on commit 6fbf51f

Please sign in to comment.