@pocketprep/ui-kit 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/utils.d.ts +7 -0
package/package.json
CHANGED
package/src/utils.d.ts
CHANGED
|
@@ -41,6 +41,13 @@ export declare const studyModes: {
|
|
|
41
41
|
readonly iconColor: string
|
|
42
42
|
readonly iconColorDM: string
|
|
43
43
|
}
|
|
44
|
+
readonly '6': {
|
|
45
|
+
readonly name: 'Level Up'
|
|
46
|
+
readonly shortName: 'levelUp'
|
|
47
|
+
readonly icon: 'levelup'
|
|
48
|
+
readonly iconColor: string
|
|
49
|
+
readonly iconColorDM: string
|
|
50
|
+
}
|
|
44
51
|
readonly '10': {
|
|
45
52
|
readonly name: 'Custom Quiz'
|
|
46
53
|
readonly shortName: 'custom'
|