@pocketprep/ui-kit 1.14.64 → 1.14.65

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "1.14.64",
3
+ "version": "1.14.65",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {
package/src/utils.d.ts CHANGED
@@ -34,6 +34,13 @@ export declare const studyModes: {
34
34
  readonly iconColor: string
35
35
  readonly iconColorDM: string
36
36
  }
37
+ readonly '5': {
38
+ readonly name: 'Mock Exam'
39
+ readonly shortName: 'exam'
40
+ readonly icon: 'exam'
41
+ readonly iconColor: string
42
+ readonly iconColorDM: string
43
+ }
37
44
  readonly '10': {
38
45
  readonly name: 'Custom Quiz'
39
46
  readonly shortName: 'custom'