Skip to content

Commit

Permalink
fix: cpi-ui theme types
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Dec 28, 2024
1 parent 142f06f commit 66bc151
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"aaron-bond.better-comments",
"vscode-icons-team.vscode-icons",
"streetsidesoftware.code-spell-checker",
"wix.vscode-import-cost",
"styled-components.vscode-styled-components",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
Expand Down
1 change: 1 addition & 0 deletions app/(auth)/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default function Intro(): JSX.Element {
str
) : (
<Pressable
key={str}
hitSlop={8}
onPress={() => {
if (str === t('signIn.privacyPolicy')) {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@shopify/flash-list": "1.7.1",
"@supabase/supabase-js": "^2.46.1",
"base64-arraybuffer": "^1.0.2",
"cpk-ui": "^0.1.0",
"cpk-ui": "^0.1.4",
"date-fns": "^4.1.0",
"expo": "~52.0.11",
"expo-constants": "~17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/styled.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {CSSObject} from '@emotion/react';
import {StyleProp, ViewStyle} from 'react-native';
import {CpkTheme} from 'cpk-ui/utils/theme';

type AllTheme = CustomAppTheme & CpkThemeParams;
type AllTheme = CustomAppTheme & CpkTheme;

declare module '@emotion/react' {
export interface Theme extends AllTheme {}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: ED3607C180AFB8B4-8ecd0c0f9838ac9a-C19F4444C2A5D520-4ebdab1eca8c19dc
# bun ./bun.lockb --hash: B8E43477FA6EAFE5-27766aa9532ff27f-B652DC84CCF7D3EF-0effbe2e75b1a007


"@0no-co/graphql.web@^1.0.5", "@0no-co/graphql.web@^1.0.8":
Expand Down Expand Up @@ -10634,10 +10634,10 @@ cosmiconfig-typescript-loader@^5.0.0:
dependencies:
jiti "^1.19.1"

cpk-ui@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/cpk-ui/-/cpk-ui-0.1.0.tgz"
integrity sha512-pgjwdBwxsyKjS2pH4sEMpSBGvb8FtoLDvuDfrEsoNIIjAqkUusFQXlDvdDYGcFad1gMWtNwcK9xaSIFKltEQbA==
cpk-ui@^0.1.4:
version "0.1.4"
resolved "https://registry.npmjs.org/cpk-ui/-/cpk-ui-0.1.4.tgz"
integrity sha512-XyHRxt49+THWu5VreL/nE0H15JZv3dLZfBPtp5yt1vtOIGq8Jc8zEVtzalpgR6qiM9E3H6MQ5sKOi6bxoEPOpA==
dependencies:
hyochan-welcome "^1.0.1"
react-native-web-hooks "^3.0.2"
Expand Down

0 comments on commit 66bc151

Please sign in to comment.