valkompass-2022
Advanced tools
Comparing version 0.3.3 to 1.0.4
/// <reference types="react" /> | ||
import { NavigationProps } from './Navigation.types'; | ||
declare const Navigation: ({ goPrevious, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element; | ||
declare const Navigation: ({ goPrevious, goNext, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element; | ||
export default Navigation; |
export interface NavigationProps { | ||
goPrevious?: () => void; | ||
goNext?: () => void; | ||
questionNumber?: number; | ||
@@ -4,0 +5,0 @@ totalQuestions: number; |
@@ -11,3 +11,4 @@ export interface QuizViewProps { | ||
goPrevious: () => void; | ||
goNext: () => void; | ||
slide?: string; | ||
} |
/// <reference types="react" /> | ||
import { NavigationProps } from './Navigation.types'; | ||
declare const Navigation: ({ goPrevious, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element; | ||
declare const Navigation: ({ goPrevious, goNext, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element; | ||
export default Navigation; |
export interface NavigationProps { | ||
goPrevious?: () => void; | ||
goNext?: () => void; | ||
questionNumber?: number; | ||
@@ -4,0 +5,0 @@ totalQuestions: number; |
@@ -11,3 +11,4 @@ export interface QuizViewProps { | ||
goPrevious: () => void; | ||
goNext: () => void; | ||
slide?: string; | ||
} |
@@ -22,2 +22,3 @@ /// <reference types="react" /> | ||
goPrevious: () => void; | ||
goNext: () => void; | ||
slide?: string; | ||
@@ -61,2 +62,3 @@ } | ||
goPrevious?: () => void; | ||
goNext?: () => void; | ||
questionNumber?: number; | ||
@@ -68,4 +70,4 @@ totalQuestions: number; | ||
declare const Navigation: ({ goPrevious, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element; | ||
declare const Navigation: ({ goPrevious, goNext, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element; | ||
export { Answers, App, AppContext, AppProvider, CompassInfo, DataFetcher, Header, Navigation, QuizView, Result, SlideShow, SlidingModal }; |
{ | ||
"name": "valkompass-2022", | ||
"version": "0.3.3", | ||
"version": "1.0.4", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
# Valkompass 2022 | ||
# Build a npm dist | ||
`npm run rollup` | ||
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
807691
1841
1
7