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 #93 from gluestack/release/@dank-style/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 authored Mar 23, 2023
2 parents 884ec7b + 2bb6654 commit fbf04b9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": [
"@dank-style/storybook",
"expo-app",
"babel-dank-style-resolver-example"
"babel-dank-style-resolver-example",
"example-storybook",
"next-example-styled"
]
}
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@dank-style/react": "0.3.7",
"@dank-style/react": "0.3.8",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-controls": "^6.5.14",
"@storybook/addon-docs": "^6.5.15",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dank-style/react

## 0.3.8

### Patch Changes

- Fixes

- Added overflowX and overflowY in css properties
- Fix undefined font family token resolution

## 0.3.7

### 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,6 +1,6 @@
{
"name": "@dank-style/react",
"version": "0.3.7",
"version": "0.3.8",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/src/core/styled-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export const CSSPropertiesMap = {
borderTopRightRadius: true,
opacity: true,
overflow: true,
overflowX: true,
overflowY: true,
borderBottomColor: true,
borderLeftColor: true,
borderRightColor: true,
Expand Down

0 comments on commit fbf04b9

Please sign in to comment.