Skip to content

Commit 354d974

Browse files
authored
Merge pull request #13 from solved-ac/release/v0.2.7
Release/v0.2.7
2 parents 435245e + fb1b129 commit 354d974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solved-ac/ui-react",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "React component library used by solved.ac",
55
"author": "shiftpsh",
66
"license": "MIT",

src/components/Typo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const TypoContainer = styled.span<TypoContainerProps>`
133133

134134
export type TypoProps = {
135135
variant?: TypoVariant | TypoVariant[]
136-
} & OptionalVariables
136+
} & Partial<OptionalVariables>
137137

138138
const firstVariant = (variant?: TypoVariant[]): TypoVariant | undefined => {
139139
if (typeof variant === 'string') return variant

0 commit comments

Comments
 (0)