Skip to content

Commit

Permalink
Tie vocs theme to unistyles
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Apr 21, 2024
1 parent 24189f9 commit 52723eb
Show file tree
Hide file tree
Showing 12 changed files with 126 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node_modules/
*.tsbuildinfo

# Vocs
vocs.*.timestamp-*
vocs.config.ts.timestamp-*

# RNUC
rnuc.xcconfig
Expand Down
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"react-exo": "workspace:*",
"react-native": "^0.73.6",
"react-native-svg": "^15.1.0",
"react-native-unistyles": "^2.6.0",
"react-native-web": "^0.19.10",
"react-redux": "^9.1.1",
"vite-plugin-node-polyfills": "^0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-exo": "workspace:*",
"react-native": "^0.73.6",
"react-native-svg": "^15.1.0",
"react-native-unistyles": "^2.6.0",
"react-native-unistyles": "^2.7.1",
"react-native-web": "^0.19.10",
"react-redux": "^9.1.1",
"vite-plugin-node-polyfills": "^0.21.0"
Expand Down
4 changes: 2 additions & 2 deletions guides/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: landing
---

import {HomePage, Sponsors} from 'vocs/components';
import {HomePage, Sponsors} from 'vocs/components'
import config from 'config';

<HomePage.Root>
Expand All @@ -23,4 +23,4 @@ import config from 'config';
</HomePage.Button>
</HomePage.Buttons>
<Sponsors/>
</HomePage.Root>
</HomePage.Root>
1 change: 0 additions & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
"react-native-skottie": "^2.1.0",
"react-native-svg": "^15.1.0",
"react-native-ui-lib": "^7.20.0",
"react-native-unistyles": "^2.7.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-video": "5.2.1",
"react-native-web": "^0.19.10",
Expand Down
Loading

0 comments on commit 52723eb

Please sign in to comment.