@clickview/curator 1.0.22-rc.3 → 1.0.22-rc.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.
@@ -252,6 +252,7 @@ export declare enum VideoActionDescriptor {
252
252
  AddToLibrary = "add_to_library",
253
253
  AddToWorkspace = "add_to_workspace",
254
254
  AddToPlaylist = "add_to_playlist",
255
+ RemoveFromPlaylist = "remove_from_playlist",
255
256
  AddCurriculumLink = "add_curriculum_link",
256
257
  ViewCurriculumLinks = "view_curriculum_links",
257
258
  OpenInCurator = "open_in_curator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/curator",
3
- "version": "1.0.22-rc.3",
3
+ "version": "1.0.22-rc.4",
4
4
  "description": "curator",
5
5
  "main": "dist/curator-app.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "@types/yup": "0.26.24"
28
28
  },
29
29
  "dependencies": {
30
- "@clickview/styles": "1.0.10-rc.3",
30
+ "@clickview/styles": "1.0.10-rc.4",
31
31
  "cropperjs": "1.5.6",
32
32
  "marked": "0.8.0",
33
33
  "react-copy-to-clipboard": "5.0.2",