@veltdev/types-dev 5.0.2-beta.50 → 5.0.2-beta.51
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/app/utils/constants.d.ts +67 -0
- package/package.json +1 -1
package/app/utils/constants.d.ts
CHANGED
|
@@ -305,7 +305,74 @@ export declare class Constants {
|
|
|
305
305
|
VELT_INLINE_REACTIONS_SECTION: string;
|
|
306
306
|
VELT_VIEW_ANALYTICS: string;
|
|
307
307
|
VELT_NOTIFICATIONS_TOOL: string;
|
|
308
|
+
VELT_NOTIFICATIONS_TOOL_ICON: string;
|
|
309
|
+
VELT_NOTIFICATIONS_TOOL_UNREAD_ICON: string;
|
|
310
|
+
VELT_NOTIFICATIONS_TOOL_LABEL: string;
|
|
311
|
+
VELT_NOTIFICATIONS_TOOL_UNREAD_COUNT: string;
|
|
308
312
|
VELT_NOTIFICATIONS_PANEL: string;
|
|
313
|
+
VELT_NOTIFICATIONS_PANEL_TITLE: string;
|
|
314
|
+
VELT_NOTIFICATIONS_PANEL_TITLE_TEXT: string;
|
|
315
|
+
VELT_NOTIFICATIONS_PANEL_HEADER: string;
|
|
316
|
+
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_FOR_YOU: string;
|
|
317
|
+
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_PEOPLE: string;
|
|
318
|
+
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_DOCUMENTS: string;
|
|
319
|
+
VELT_NOTIFICATIONS_PANEL_HEADER_TAB_ALL: string;
|
|
320
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT: string;
|
|
321
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_FOR_YOU: string;
|
|
322
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL: string;
|
|
323
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE: string;
|
|
324
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS: string;
|
|
325
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST: string;
|
|
326
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM: string;
|
|
327
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_AVATAR: string;
|
|
328
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_UNREAD: string;
|
|
329
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_HEADLINE: string;
|
|
330
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_BODY: string;
|
|
331
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_FILE_NAME: string;
|
|
332
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_TIME: string;
|
|
333
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST: string;
|
|
334
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM: string;
|
|
335
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM_LABEL: string;
|
|
336
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM_CONTENT: string;
|
|
337
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST: string;
|
|
338
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM: string;
|
|
339
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_AVATAR: string;
|
|
340
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_NAME: string;
|
|
341
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_COUNT: string;
|
|
342
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_CONTENT: string;
|
|
343
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST: string;
|
|
344
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM: string;
|
|
345
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_NAME: string;
|
|
346
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_COUNT: string;
|
|
347
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_CONTENT: string;
|
|
348
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_UNREAD: string;
|
|
349
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_LOAD_MORE: string;
|
|
350
|
+
VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_READ_CONTAINER: string;
|
|
351
|
+
VELT_NOTIFICATIONS_PANEL_CLOSE_BUTTON: string;
|
|
352
|
+
VELT_NOTIFICATIONS_PANEL_READ_ALL_BUTTON: string;
|
|
353
|
+
VELT_NOTIFICATIONS_PANEL_VIEW_ALL_BUTTON: string;
|
|
354
|
+
VELT_NOTIFICATIONS_PANEL_SKELETON: string;
|
|
355
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_BUTTON: string;
|
|
356
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS: string;
|
|
357
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_HEADER: string;
|
|
358
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_HEADER_TITLE: string;
|
|
359
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_TITLE: string;
|
|
360
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_DESCRIPTION: string;
|
|
361
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_LIST: string;
|
|
362
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_TITLE: string;
|
|
363
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_DESCRIPTION: string;
|
|
364
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_TOGGLE: string;
|
|
365
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION: string;
|
|
366
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER: string;
|
|
367
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_LABEL: string;
|
|
368
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_ICON: string;
|
|
369
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_SELECTED_VALUE: string;
|
|
370
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT: string;
|
|
371
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM: string;
|
|
372
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM_LABEL: string;
|
|
373
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM_ICON: string;
|
|
374
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_BACK_BUTTON: string;
|
|
375
|
+
VELT_NOTIFICATIONS_PANEL_SETTINGS_FOOTER: string;
|
|
309
376
|
VELT_NOTIFICATIONS_HISTORY_PANEL: string;
|
|
310
377
|
VELT_WIREFRAME: string;
|
|
311
378
|
VELT_AUTOCOMPLETE: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.51",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|