@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/utils.d.ts +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {
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'