@pocketprep/ui-kit 3.4.40 → 3.4.41

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/lib/utils.ts CHANGED
@@ -57,6 +57,13 @@ export const studyModes = {
57
57
  iconColor: BrandColors.slate,
58
58
  iconColorDM: BrandColors.pewter,
59
59
  },
60
+ '11': {
61
+ name: 'Assignment',
62
+ shortName: 'assignment',
63
+ icon: 'pencil',
64
+ iconColor: BrandColors.slate,
65
+ iconColorDM: BrandColors.pewter,
66
+ },
60
67
  } as const
61
68
 
62
69
  export const highlightKeywordsInText = (params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.40",
3
+ "version": "3.4.41",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {