Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #529 from gluestack/release/@gluestack-style/react…
Browse files Browse the repository at this point in the history
…@1.0.15

Release/@gluestack style/[email protected]
  • Loading branch information
ankit-tailor authored Nov 8, 2023
2 parents 2d1d4d3 + f21eaa7 commit 9207576
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-style/react

## 1.0.15

### Patch Changes

- Fixed descendants compound variant resolution [PR](https://github.com/gluestack/gluestack-style/pull/526)

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-style/react",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "1.0.14",
"version": "1.0.15",
"keywords": [
"React Native",
"Next.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function setStateAndColorModeCssIdsAndProps(
passingProps: mergedPassingProps,
} = getMergedStateAndColorModeCSSIdsAndProps(
//@ts-ignore
componentDescendantStyleIds,
componentDescendantStyleIds[key],
componentDescendantFlattenStyleObject[key]?.[
'componentBaseStyleFlatternStyleIdObject'
],
Expand Down Expand Up @@ -492,7 +492,7 @@ function setStateAndColorModeCssIdsAndProps(
passingProps: mergedPassingProps,
} = getMergedStateAndColorModeCSSIdsAndProps(
//@ts-ignore
sxDescendantStyleIds.current,
sxDescendantStyleIds.current[key],
sxDescendantFlattenStyleObject[key]?.[
'componentBaseStyleFlatternStyleIdObject'
],
Expand Down

0 comments on commit 9207576

Please sign in to comment.