@clickview/curator 1.0.20-rc.0 → 1.0.20-rc.1
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.
|
@@ -85,6 +85,7 @@ export declare enum EntityType {
|
|
|
85
85
|
Interactive = "interactive",
|
|
86
86
|
PDF = "pdf",
|
|
87
87
|
CustomerSetting = "customer_setting",
|
|
88
|
+
UserSetting = "user_setting",
|
|
88
89
|
StaffRequest = "staff_request",
|
|
89
90
|
Logo = "logo",
|
|
90
91
|
Pagination = "pagination",
|
|
@@ -102,7 +103,10 @@ export declare enum EntityType {
|
|
|
102
103
|
SearchResults = "search_results",
|
|
103
104
|
Audience = "audience",
|
|
104
105
|
User = "user",
|
|
105
|
-
Clip = "clip"
|
|
106
|
+
Clip = "clip",
|
|
107
|
+
UserChannel = "user_channel",
|
|
108
|
+
Widget = "widget",
|
|
109
|
+
Url = "url"
|
|
106
110
|
}
|
|
107
111
|
export declare enum LocationContext {
|
|
108
112
|
TopNav = "top_nav",
|
|
@@ -153,7 +157,13 @@ export declare enum LocationContext {
|
|
|
153
157
|
EmbeddedPlayer = "embedded_player",
|
|
154
158
|
ContentUpdatesClassificationBanner = "content_updates_classification_banner",
|
|
155
159
|
PreferencesSettings = "preferences_settings",
|
|
156
|
-
MyUploads = "my_uploads"
|
|
160
|
+
MyUploads = "my_uploads",
|
|
161
|
+
SlidingList = "sliding_list",
|
|
162
|
+
HeroBannerItem = "hero_banner_item",
|
|
163
|
+
SlidingListItem = "sliding_list_item",
|
|
164
|
+
ClassificationListItem = "classification_list_item",
|
|
165
|
+
ClassificationComingSoon = "classification_coming_soon",
|
|
166
|
+
Dashboard = "dashboard"
|
|
157
167
|
}
|
|
158
168
|
export declare enum WorkflowPhase {
|
|
159
169
|
Start = "start",
|
|
@@ -204,13 +214,19 @@ export declare enum ClickDescriptor {
|
|
|
204
214
|
TogglePreview = "toggle_preview",
|
|
205
215
|
NavigateHome = "navigate_home",
|
|
206
216
|
OpenInStaffView = "open_in_staff_view",
|
|
207
|
-
Thumbnail = "thumbnail",
|
|
208
217
|
Title = "title",
|
|
209
218
|
ToggleHideValidListings = "toggle_hide_valid_listings",
|
|
210
219
|
LaunchImmersiveReader = "launch_immersive_reader",
|
|
211
220
|
CopyEmbedHtml = "copy_embed_html",
|
|
212
221
|
Close = "close",
|
|
213
|
-
Open = "open"
|
|
222
|
+
Open = "open",
|
|
223
|
+
Button = "button",
|
|
224
|
+
Link = "link",
|
|
225
|
+
Tile = "tile",
|
|
226
|
+
Thumbnail = "thumbnail",
|
|
227
|
+
Cover = "cover",
|
|
228
|
+
TallPoster = "tall_poster",
|
|
229
|
+
Slide = "slide"
|
|
214
230
|
}
|
|
215
231
|
export declare enum VideoActionDescriptor {
|
|
216
232
|
FeatureUserChannelVideo = "feature_user_channel_video",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const monorepoVersionsTemplate = "# Final Package Versions\n\n| Package | Version |\n| ------------------------- | ------------------------ |\n| @clickview/analytics | <analytics-version> |\n| @clickview/styles | <styles-version> |\n| @clickview/tooling | <tooling-version> |\n| @clickview/curator | <curator-version> |\n| @clickview/library-editor | <library-editor-version> |\n| @clickview/lite | <lite-version> |\n| @clickview/online | <online-version> |\n";
|
|
1
|
+
export declare const monorepoVersionsTemplate = "# Final Package Versions\n\n| Package | Version |\n| ------------------------- | ------------------------ |\n| @clickview/analytics | <analytics-version> |\n| @clickview/styles | <styles-version> |\n| @clickview/tooling | <tooling-version> |\n| @clickview/curator | <curator-version> |\n| @clickview/library-editor | <library-editor-version> |\n| @clickview/lite | <lite-version> |\n| @clickview/online | <online-version> |\n| @clickview/player | <player-version> |\n";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/curator",
|
|
3
|
-
"version": "1.0.20-rc.
|
|
3
|
+
"version": "1.0.20-rc.1",
|
|
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.9-rc.
|
|
30
|
+
"@clickview/styles": "1.0.9-rc.1",
|
|
31
31
|
"cropperjs": "1.5.6",
|
|
32
32
|
"marked": "0.8.0",
|
|
33
33
|
"react-copy-to-clipboard": "5.0.2",
|