@bcrumbs.net/inbox 0.0.42 → 0.0.44

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 (87) hide show
  1. package/351acdb5ea7901e1.png +0 -0
  2. package/594c01a9720e0657.svg +42 -0
  3. package/assets/ar/inbox.json +245 -238
  4. package/assets/en/inbox.json +247 -240
  5. package/cb9c022b3cf80e0f.svg +43 -0
  6. package/index.cjs.d.ts +1 -1
  7. package/index.cjs.js +2462 -3972
  8. package/index.esm.d.ts +1 -1
  9. package/index.esm.js +2466 -3976
  10. package/package.json +2 -2
  11. package/src/app/ai/components/playground/Button.d.ts +1 -1
  12. package/src/app/ai/components/playground/TooltipIconButton.d.ts +2 -2
  13. package/src/app/ai/components/sources/FileTable.d.ts +1 -0
  14. package/src/app/billing/constants/errorcodes.d.ts +1 -0
  15. package/src/app/billing/context/SubscriptionContext.d.ts +62 -0
  16. package/src/app/billing/context/index.d.ts +1 -0
  17. package/src/app/billing/hooks/index.d.ts +1 -0
  18. package/src/app/billing/hooks/useTurnstile.d.ts +51 -0
  19. package/src/app/billing/index.d.ts +3 -0
  20. package/src/app/broadcast/components/BroadcastAnalysisCharts.d.ts +2 -1
  21. package/src/app/broadcast/components/BroadcastAnalysisMessageStatusChart.d.ts +2 -1
  22. package/src/app/broadcast/components/BroadcastDetailsSection.d.ts +6 -1
  23. package/src/app/broadcast/components/BroadcastEstimitedCost.d.ts +3 -2
  24. package/src/app/broadcast/components/BroadcastInfoTemplateMessagePreview.d.ts +11 -0
  25. package/src/app/broadcast/components/BroadcastListTable.d.ts +4 -4
  26. package/src/app/broadcast/components/EmptyBroadcastList.d.ts +2 -1
  27. package/src/app/broadcast/components/MessagePreview.d.ts +24 -0
  28. package/src/app/contact/components/ContactFilterOptions.d.ts +3 -1
  29. package/src/app/contact/components/ContactInfo.d.ts +4 -2
  30. package/src/app/contact/config/contactDefinition.d.ts +1 -1
  31. package/src/app/contact/config/contactForm.d.ts +0 -30
  32. package/src/app/contact/config/contactLifeCycleDefinition.d.ts +1 -1
  33. package/src/app/generic/components/Containers.d.ts +1 -0
  34. package/src/app/generic/components/SelectionInfo.d.ts +9 -0
  35. package/src/app/generic/components/TemplateParameterInputs.d.ts +10 -0
  36. package/src/app/generic/hooks/useResourceColumns.d.ts +4 -2
  37. package/src/app/generic/hooks/useSelection.d.ts +8 -0
  38. package/src/app/generic/hooks/useWhatsAppTemplate.d.ts +21 -0
  39. package/src/app/generic/utils/logout.d.ts +1 -1
  40. package/src/app/inbox/components/Chat/ChatContent.d.ts +6 -2
  41. package/src/app/inbox/components/Chat/index.d.ts +6 -2
  42. package/src/app/inbox/components/Popups/InboxTemplateMessagePreview.d.ts +13 -0
  43. package/src/app/inbox/components/Popups/NewStartConv.d.ts +3 -1
  44. package/src/app/inbox/components/Shared/SharedStyle.d.ts +4 -0
  45. package/src/app/inbox/constants/index.d.ts +1 -0
  46. package/src/app/inbox/hooks/useConvActions.d.ts +1 -1
  47. package/src/app/inbox/hooks/useConversationsPerodicFetch.d.ts +3 -0
  48. package/src/app/inbox/utils/convs.d.ts +6 -2
  49. package/src/app/layout/hooks/useCrumbyEnabled.d.ts +1 -1
  50. package/src/app/managemnet/components/AddConversationLifeCycle.d.ts +6 -0
  51. package/src/app/managemnet/components/CreateAgentWrapper.d.ts +11 -0
  52. package/src/app/managemnet/components/CreateAiWrapper.d.ts +11 -0
  53. package/src/app/managemnet/components/CreateApiKey.d.ts +6 -0
  54. package/src/app/managemnet/components/CreateWebhook.d.ts +6 -0
  55. package/src/app/managemnet/components/GeneralSettingsLoader.d.ts +5 -0
  56. package/src/app/managemnet/config/agentDefinition.d.ts +1 -1
  57. package/src/app/managemnet/config/integrationDefinition.d.ts +1 -0
  58. package/src/app/{contact → managemnet/config}/types.d.ts +3 -0
  59. package/src/app/managemnet/pages/agents/index.d.ts +2 -0
  60. package/src/app/managemnet/pages/ais/index.d.ts +2 -0
  61. package/src/app/managemnet/pages/apiKeys/index.d.ts +2 -0
  62. package/src/app/managemnet/pages/channels/InstagramOAuthCallback.d.ts +2 -0
  63. package/src/app/managemnet/pages/channels/index.d.ts +2 -0
  64. package/src/app/managemnet/pages/conversationLifeCycle/index.d.ts +2 -0
  65. package/src/app/managemnet/pages/generalSettings/index.d.ts +2 -0
  66. package/src/app/managemnet/pages/webhooks/index.d.ts +2 -0
  67. package/src/app/resources/components/Integrations/Instagram/LoginPopup.d.ts +4 -0
  68. package/src/app/resources/components/Integrations/Instagram/constants.d.ts +3 -0
  69. package/src/app/resources/components/Integrations/Instagram/index.d.ts +4 -0
  70. package/src/app/resources/hooks/useInstagramHook.d.ts +5 -0
  71. package/src/assets/locales/translations.d.ts +94 -1
  72. package/src/environments/environment.beepmax.d.ts +2 -0
  73. package/src/environments/types.d.ts +1 -0
  74. package/src/graphql.autogenerated.d.ts +116 -2
  75. package/src/graphql.billing.autogenerated.d.ts +1163 -0
  76. package/src/utils/getActiveAiTypes.d.ts +1 -0
  77. package/src/utils/globalHelper.d.ts +2 -0
  78. package/src/utils/textUtils.d.ts +6 -0
  79. package/src/app/managemnet/types.d.ts +0 -61
  80. package/src/app/resources/config/agent.d.ts +0 -4
  81. package/src/app/resources/config/broadcast.d.ts +0 -4
  82. package/src/app/resources/config/client.d.ts +0 -4
  83. package/src/app/resources/config/clientStage.d.ts +0 -4
  84. /package/src/app/{resources/config/ai.d.ts → managemnet/config/aiDefinition.d.ts} +0 -0
  85. /package/src/app/{resources/config/apiKey.d.ts → managemnet/config/apiKeyDefinition.d.ts} +0 -0
  86. /package/src/app/{resources/config/convStage.d.ts → managemnet/config/conversationLifeCycleDefinition.d.ts} +0 -0
  87. /package/src/app/{resources/config/webhook.d.ts → managemnet/config/webhookDefinition.d.ts} +0 -0
@@ -1,240 +1,247 @@
1
- {
2
- "inbox": {
3
- "none": "None",
4
- "client": "Contact",
5
- "agent": "Agent",
6
- "clientDefaultName": "Contact Name",
7
- "conversation": "Conversation",
8
- "details": "Details",
9
- "pastConversations": "Past conversations",
10
- "activity": "Activity",
11
- "phone": "Phone",
12
- "email": "Email",
13
- "noConversations": "No conversations yet.",
14
- "noConversationsSubtext": "Click the button below to start a conversation with a contact.",
15
- "tags": "Tags",
16
- "startedAt": "Started at",
17
- "StartOfConversation": "Start of conversation",
18
- "ConversationClosed": "Conversation closed by *{{endedBy}}*",
19
- "System": "SYSTEM",
20
- "endedAt": "Ended at",
21
- "conversationEndedBy": "Conversation ended by",
22
- "clientEmail": "Email",
23
- "clientPhone": "Phone",
24
- "clientCode": "Code",
25
- "clientCountry": "Country",
26
- "clientCity": "City",
27
- "clientAddress": "Address",
28
- "addNewTag": "Add a new tag ...",
29
- "addingNewTag": "Adding new tag ",
30
- "failedToSendMessage": "Failed to send message.",
31
- "integrationId": "Channel ID",
32
- "integrationId2": "Integration ID",
33
- "integrationType": "Channel Type",
34
- "conversationId": "Conversation ID",
35
- "clientId": "Contact ID",
36
- "endConversationModal": "Are you sure you want to End this Conversation ?",
37
- "endConversation": "End Chat",
38
- "confirmEndConversation": "After closing, this cannot be reopened.",
39
- "stage": "Lifecycle",
40
- "noteMessage": "Note",
41
- "NewLead": "New Lead",
42
- "HotLead": "Hot Lead",
43
- "Payment": "Payment",
44
- "Customer": "Customer",
45
- "ColdLead": "Cold Lead",
46
- "conversationAssignedTo": "Conversation assigned to",
47
- "conversationReassignedTo": "Conversation reassigned to",
48
- "note": "Note: ",
49
- "conversationTagged": "Conversation is tagged with {{tag}}",
50
- "conversationUnTagged": "Conversation is untagged with {{tag}}",
51
- "conversationsStaged": "Life cycle is set to {{stage}}",
52
- "conversationsUnStaged": "Reset the life cycle of the conversation.",
53
- "conversationTaggedFailed": "Tagging the conversation failed",
54
- "conversationUnTaggedFailed": "Untagging the conversation failed",
55
- "clientTaggedFailed": "Tagging the contact failed",
56
- "clientUnTaggedFailed": "Untagging the contact failed",
57
- "clientUpdateFailed": "Failed to modify contact information",
58
- "saveChanges": "Save Changes",
59
- "noMessagesForEndedConv": "You cannot add message to already ended conversation.",
60
- "noChannelsBtn": "Create Channel",
61
- "noChannels": "No channels found, please create a channel first.",
62
- "notSet": "Not set",
63
- "assign": "Assign",
64
- "Received": "Received",
65
- "Processing": "Processing",
66
- "Shipping": "Shipping",
67
- "unassigned": "Unassigned",
68
- "assignedtoMe": "Assigned to Me",
69
- "assignedto": "Assigned to ",
70
- "assignMe": "Assign me",
71
- "unassignMe": "Unassign me",
72
- "unassignedNoStage": "Unassigned With No Lifecycle",
73
- "orderNo": "Order no",
74
- "MessagedVia": "Messaged via",
75
- "assignee": "Assigned Agent",
76
- "assignedMessage": "The agent *{{agentName}}* is assigned to the conversation.",
77
- "autoAssignedMessage": "Conversation auto-assigned to *{{agentName}}* upon first reply.",
78
- "noBroadcasts": "You have not created any Broadcast",
79
- "createBroadcast": "Create Broadcast",
80
- "notAssigned": "Not Assigned",
81
- "enterRefNumber": "Enter ref number",
82
- "searchChatMessages": "Search chat messages",
83
- "noChats": {
84
- "startConversation": "Start a conversation",
85
- "noChannels": "No channels found, please create a channel first.",
86
- "noConversations": "No conversations yet.",
87
- "noConversationsSubtext": "Click the button below to start a conversation with a contact.",
88
- "createChannel": "Create Channel",
89
- "selectToStart": "Select a conversation to get started"
90
- },
91
- "broadcastState": {
92
- "all": "All",
93
- "completed": "Completed",
94
- "draft": "Draft",
95
- "failed": "Failed",
96
- "inProgress": "In Progress",
97
- "scheduled": "Scheduled"
98
- },
99
- "startConversation": "Start a conversation with a contact",
100
- "startCovBtn": "Start",
101
- "messageTemplate": "Message Template",
102
- "pickIntegration": "Integration / Channel",
103
- "pickClient": "Contact",
104
- "pickMessageTemplate": "Message template",
105
- "pickAssignee": "Assignee",
106
- "searchClients": "Search contacts",
107
- "languageCode": "Language code",
108
- "clientsForBroadcast": "Sample Contacts",
109
- "costForBroadcast": "Estimated Cost for Broadcast",
110
- "broadcastDetails": "Broadcast details",
111
- "clientsDetails": "Target Contact Details",
112
- "searchConvs": "Search inside conversations",
113
- "searchConvsByNamePhone": "Search by name or phone",
114
- "createNewAgent": "Create New Agent",
115
- "createNewLifeCycle": "Add a new Lifecycle",
116
- "noAgentNote": "You don't have an agent for your account yet, do you want to create one?",
117
- "newMessageFrom": "New message from:",
118
- "searchMode": "Search mode",
119
- "mode_conv": "Search conversations",
120
- "mode_msg": "Search messages",
121
- "messageType": "Message Type",
122
- "messageType_text": "Text",
123
- "messageType_audio": "Audio",
124
- "messageType_document": "Document",
125
- "messageType_image": "Image",
126
- "messageType_location": "Location",
127
- "messageType_note": "Note",
128
- "messageType_video": "Video",
129
- "showOlderMessages": "Show older messages",
130
- "selectCountry": "Select country",
131
- "integration": "Integration / Channel",
132
- "newClient": "New contact",
133
- "filterByState": "Filter by state",
134
- "filterByAssignee": "Filter by assignee",
135
- "filterByLifeCycle": "Filter by life-cycle",
136
- "moreThan100Conversations": "More than 100 conversations found, we only show the first 100 to avoid performance issues. Please refine your search or try to close some conversations.",
137
- "liveChat": "Live Chat",
138
- "closedChat": "Closed Chat",
139
- "searchConvPlaceholder": "Search by name or phone",
140
- "assigned": "Assigned to",
141
- "lifeCycle": "Life Cycle",
142
- "addNewLifeCycle": "Add new life cycle",
143
- "addNewAgent": "Add new agent",
144
- "assignedtoMe2": "Me",
145
- "active": "Active",
146
- "closed": "Closed",
147
- "all": "All",
148
- "clientName": "Contact Name",
149
- "pickClientPlaceholder": "Contact name",
150
- "start": "Start",
151
- "cancel": "Cancel",
152
- "phoneNumber": "Phone Number",
153
- "pickLanguageCode": "Choose Language",
154
- "inbox": "Inbox",
155
- "assignTo": "Assign To",
156
- "chatDetails": "Chat details",
157
- "chatTimeline": "Chat timeline",
158
- "channelType": "Channel Type",
159
- "channelName": "Channel Name",
160
- "assignedTo": "Assigned To",
161
- "refNumber": "Ref Number",
162
- "conversationOverview": "Conversation Overview",
163
- "clientInfo": {
164
- "name": "Full Name",
165
- "namePlaceholder": "Full Name",
166
- "country": "Country",
167
- "countryPlaceholder": "Country",
168
- "city": "City",
169
- "cityPlaceholder": "City",
170
- "code": "Code",
171
- "codePlaceholder": "Code",
172
- "email": "Email",
173
- "emailPlaceholder": "Email",
174
- "linkedAgent": "Linked Agent",
175
- "selectAgent": "Select Agent",
176
- "phone": "Phone Number",
177
- "phonePlaceholder": "Phone Number",
178
- "address": "Address",
179
- "addressPlaceholder": "Address",
180
- "lifecycle": "Lifecycle",
181
- "lifecyclePlaceholder": "Select Lifecycle",
182
- "tags": "Tags",
183
- "addNewTagPlaceholder": "Choose Tags",
184
- "unavailable": "N/A",
185
- "createNewTagPlaceholder": "Create new tag",
186
- "saving": "Saving...",
187
- "save": "Save",
188
- "cancel": "Cancel"
189
- },
190
- "addNotes": "Add Notes",
191
- "autoComplete": "Auto Complete",
192
- "loading": "Loading...",
193
- "aiSummary": "AI Summary",
194
- "noSummaryAvailable": "No summary available",
195
- "addNoteHere": "Add your note",
196
- "failedToSendNote": "failed to add the note",
197
- "replyToMessage": "Reply to {{name}}",
198
- "crumby": "Crumby",
199
- "templateMessageWarning": "Regular messaging is disabled until the client responds",
200
- "inboxAccess": "Inbox Access",
201
- "ownerAdminInboxAccessDescription": "You’re not assigned as an Agent yet, so you can’t view conversations in the Inbox.",
202
- "noAgentInboxAccessDescription": "Please contact an Admin to assign you as an Agent and gain access to the Inbox.",
203
- "becomeAgent": "Become Agent"
204
- },
205
- "id": "ID",
206
- "save": "Save",
207
- "genericError": "An unexpected error occurred, try again.",
208
- "errorPageHeader": "SOMETHING WENT WRONG!",
209
- "noPermissionsPageHeader": "Oops! Looks like you don’t have permission to access this.",
210
- "requestFailed": "Request failed",
211
- "requestSuccess": "Request success",
212
- "notFound": "The requested page could not be found.",
213
- "logoutConfirmation": "Are you sure you want to logout from Showcase portal?",
214
- "logoutTitle": "Logging out!",
215
- "logout": "Logout",
216
- "cancel": "Cancel",
217
- "next": "Next",
218
- "previous": "Previous",
219
- "back": "Back",
220
- "remove": "Remove",
221
- "copy": "Copy",
222
- "ok": "OK",
223
- "add": "Add",
224
- "all": "All",
225
- "tr": "Turkish",
226
- "ar": "Arabic",
227
- "en": "Engilsh",
228
- "yes": "Yes",
229
- "no": "No",
230
- "tryAgain": "Try agian",
231
- "customerSupport": "Customer support",
232
- "searchPattern": "Search pattern",
233
- "outside24HourWindow": "Outside 24 hour window",
234
- "outside24HourWindowDetails": "You can only send a message to contacts who have messaged you in the last 24 hours.",
235
- "outside24HourWindowSendTemplate": "You can initiate a conversation with the contact again by sending a message template.",
236
- "send": "Send",
237
- "liveConversations": "Live conversations",
238
- "menu_search": "Search",
239
- "close": "Close"
240
- }
1
+ {
2
+ "inbox": {
3
+ "none": "None",
4
+ "client": "Contact",
5
+ "agent": "Agent",
6
+ "clientDefaultName": "Contact Name",
7
+ "conversation": "Conversation",
8
+ "details": "Details",
9
+ "pastConversations": "Past conversations",
10
+ "activity": "Activity",
11
+ "phone": "Phone",
12
+ "email": "Email",
13
+ "noConversations": "No conversations yet.",
14
+ "noConversationsSubtext": "Click the button below to start a conversation with a contact.",
15
+ "tags": "Tags",
16
+ "startedAt": "Started at",
17
+ "StartOfConversation": "Start of conversation",
18
+ "ConversationClosed": "Conversation closed by *{{endedBy}}*",
19
+ "System": "SYSTEM",
20
+ "endedAt": "Ended at",
21
+ "conversationEndedBy": "Conversation ended by",
22
+ "clientEmail": "Email",
23
+ "clientPhone": "Phone",
24
+ "clientCode": "Code",
25
+ "clientCountry": "Country",
26
+ "clientCity": "City",
27
+ "clientAddress": "Address",
28
+ "addNewTag": "Add a new tag ...",
29
+ "addingNewTag": "Adding new tag ",
30
+ "failedToSendMessage": "Failed to send message.",
31
+ "integrationId": "Channel ID",
32
+ "integrationId2": "Integration ID",
33
+ "integrationType": "Channel Type",
34
+ "conversationId": "Conversation ID",
35
+ "clientId": "Contact ID",
36
+ "endConversationModal": "Are you sure you want to End this Conversation ?",
37
+ "endConversation": "End Chat",
38
+ "confirmEndConversation": "After closing, this cannot be reopened.",
39
+ "stage": "Lifecycle",
40
+ "noteMessage": "Note",
41
+ "NewLead": "New Lead",
42
+ "HotLead": "Hot Lead",
43
+ "Payment": "Payment",
44
+ "Customer": "Customer",
45
+ "ColdLead": "Cold Lead",
46
+ "conversationAssignedTo": "Conversation assigned to",
47
+ "conversationReassignedTo": "Conversation reassigned to",
48
+ "note": "Note: ",
49
+ "conversationTagged": "Conversation is tagged with {{tag}}",
50
+ "conversationUnTagged": "Conversation is untagged with {{tag}}",
51
+ "conversationsStaged": "Life cycle is set to {{stage}}",
52
+ "conversationsUnStaged": "Reset the life cycle of the conversation.",
53
+ "conversationTaggedFailed": "Tagging the conversation failed",
54
+ "conversationUnTaggedFailed": "Untagging the conversation failed",
55
+ "clientTaggedFailed": "Tagging the contact failed",
56
+ "clientUnTaggedFailed": "Untagging the contact failed",
57
+ "clientUpdateFailed": "Failed to modify contact information",
58
+ "saveChanges": "Save Changes",
59
+ "noMessagesForEndedConv": "You cannot add message to already ended conversation.",
60
+ "noChannelsBtn": "Create Channel",
61
+ "noChannels": "No channels found, please create a channel first.",
62
+ "notSet": "Not set",
63
+ "assign": "Assign",
64
+ "Received": "Received",
65
+ "Processing": "Processing",
66
+ "Shipping": "Shipping",
67
+ "unassigned": "Unassigned",
68
+ "assignedtoMe": "Assigned to Me",
69
+ "assignedto": "Assigned to ",
70
+ "assignMe": "Assign me",
71
+ "unassignMe": "Unassign me",
72
+ "unassignedNoStage": "Unassigned With No Lifecycle",
73
+ "orderNo": "Order no",
74
+ "MessagedVia": "Messaged via",
75
+ "assignee": "Assigned Agent",
76
+ "assignedMessage": "The agent *{{agentName}}* is assigned to the conversation.",
77
+ "autoAssignedMessage": "Conversation auto-assigned to *{{agentName}}* upon first reply.",
78
+ "noBroadcasts": "You have not created any Broadcast",
79
+ "createBroadcast": "Create Broadcast",
80
+ "notAssigned": "Not Assigned",
81
+ "enterRefNumber": "Enter ref number",
82
+ "searchChatMessages": "Search chat messages",
83
+ "archived": "Archived",
84
+ "noChats": {
85
+ "startConversation": "Start a conversation",
86
+ "noChannels": "No channels found, please create a channel first.",
87
+ "noConversations": "No conversations yet.",
88
+ "noConversationsSubtext": "Click the button below to start a conversation with a contact.",
89
+ "createChannel": "Create Channel",
90
+ "selectToStart": "Select a conversation to get started"
91
+ },
92
+ "broadcastState": {
93
+ "all": "All",
94
+ "completed": "Completed",
95
+ "draft": "Draft",
96
+ "failed": "Failed",
97
+ "inProgress": "In Progress",
98
+ "scheduled": "Scheduled"
99
+ },
100
+ "startConversation": "Start a conversation with a contact",
101
+ "startCovBtn": "Start",
102
+ "messageTemplate": "Message Template",
103
+ "pickIntegration": "Integration / Channel",
104
+ "pickClient": "Contact",
105
+ "pickMessageTemplate": "Message template",
106
+ "pickAssignee": "Assignee",
107
+ "searchClients": "Search contacts",
108
+ "languageCode": "Language code",
109
+ "clientsForBroadcast": "Sample Contacts",
110
+ "costForBroadcast": "Estimated Cost for Broadcast",
111
+ "broadcastDetails": "Broadcast details",
112
+ "clientsDetails": "Target Contact Details",
113
+ "searchConvs": "Search inside conversations",
114
+ "searchConvsByNamePhone": "Search by name or phone",
115
+ "createNewAgent": "Create New Agent",
116
+ "createNewLifeCycle": "Add a new Lifecycle",
117
+ "noAgentNote": "You don't have an agent for your account yet, do you want to create one?",
118
+ "newMessageFrom": "New message from:",
119
+ "searchMode": "Search mode",
120
+ "mode_conv": "Search conversations",
121
+ "mode_msg": "Search messages",
122
+ "messageType": "Message Type",
123
+ "messageType_text": "Text",
124
+ "messageType_audio": "Audio",
125
+ "messageType_document": "Document",
126
+ "messageType_image": "Image",
127
+ "messageType_location": "Location",
128
+ "messageType_note": "Note",
129
+ "messageType_video": "Video",
130
+ "showOlderMessages": "Show older messages",
131
+ "selectCountry": "Select country",
132
+ "integration": "Integration / Channel",
133
+ "newClient": "New contact",
134
+ "filterByState": "Filter by state",
135
+ "filterByAssignee": "Filter by assignee",
136
+ "filterByLifeCycle": "Filter by life-cycle",
137
+ "moreThan100Conversations": "More than 100 conversations found, we only show the first 100 to avoid performance issues. Please refine your search or try to close some conversations.",
138
+ "liveChat": "Live Chat",
139
+ "closedChat": "Closed Chat",
140
+ "searchConvPlaceholder": "Search by name or phone",
141
+ "assigned": "Assigned to",
142
+ "lifeCycle": "Life Cycle",
143
+ "addNewLifeCycle": "Add new life cycle",
144
+ "addNewAgent": "Add new agent",
145
+ "assignedtoMe2": "Me",
146
+ "active": "Active",
147
+ "closed": "Closed",
148
+ "all": "All",
149
+ "clientName": "Contact Name",
150
+ "pickClientPlaceholder": "Contact name",
151
+ "start": "Start",
152
+ "cancel": "Cancel",
153
+ "phoneNumber": "Phone Number",
154
+ "pickLanguageCode": "Choose Language",
155
+ "inbox": "Inbox",
156
+ "assignTo": "Assign To",
157
+ "chatDetails": "Chat details",
158
+ "chatTimeline": "Chat timeline",
159
+ "channelType": "Channel Type",
160
+ "channelName": "Channel Name",
161
+ "assignedTo": "Assigned To",
162
+ "refNumber": "Ref Number",
163
+ "conversationOverview": "Conversation Overview",
164
+ "clientInfo": {
165
+ "name": "Full Name",
166
+ "namePlaceholder": "Full Name",
167
+ "country": "Country",
168
+ "countryPlaceholder": "Country",
169
+ "city": "City",
170
+ "cityPlaceholder": "City",
171
+ "code": "Code",
172
+ "codePlaceholder": "Code",
173
+ "email": "Email",
174
+ "emailPlaceholder": "Email",
175
+ "linkedAgent": "Linked Agent",
176
+ "selectAgent": "Select Agent",
177
+ "phone": "Phone Number",
178
+ "phonePlaceholder": "Phone Number",
179
+ "address": "Address",
180
+ "addressPlaceholder": "Address",
181
+ "lifecycle": "Lifecycle",
182
+ "lifecyclePlaceholder": "Select Lifecycle",
183
+ "tags": "Tags",
184
+ "addNewTagPlaceholder": "Choose Tags",
185
+ "unavailable": "N/A",
186
+ "createNewTagPlaceholder": "Create new tag",
187
+ "saving": "Saving...",
188
+ "save": "Save",
189
+ "cancel": "Cancel"
190
+ },
191
+ "addNotes": "Add Notes",
192
+ "autoComplete": "Auto Complete",
193
+ "loading": "Loading...",
194
+ "aiSummary": "AI Summary",
195
+ "noSummaryAvailable": "No summary available",
196
+ "addNoteHere": "Add your note",
197
+ "failedToSendNote": "failed to add the note",
198
+ "replyToMessage": "Reply to {{name}}",
199
+ "crumby": "Crumby",
200
+ "templateMessageWarning": "Regular messaging is disabled until the client responds",
201
+ "inboxAccess": "Inbox Access",
202
+ "ownerAdminInboxAccessDescription": "You’re not assigned as an Agent yet, so you can’t view conversations in the Inbox.",
203
+ "noAgentInboxAccessDescription": "Please contact an Admin to assign you as an Agent and gain access to the Inbox.",
204
+ "becomeAgent": "Become Agent",
205
+ "parameters": "Parameters",
206
+ "messagePreview": "Preview",
207
+ "emptyMessagePreviewTitle": "No message preview",
208
+ "emptyMessagePreviewSubtitle": "Please select a template to preview",
209
+ "messagePreviewContactSubtitle": "tap here for contact info",
210
+ "messagePreviewDateLabel": "Today"
211
+ },
212
+ "id": "ID",
213
+ "save": "Save",
214
+ "genericError": "An unexpected error occurred, try again.",
215
+ "errorPageHeader": "SOMETHING WENT WRONG!",
216
+ "noPermissionsPageHeader": "Oops! Looks like you don’t have permission to access this.",
217
+ "requestFailed": "Request failed",
218
+ "requestSuccess": "Request success",
219
+ "notFound": "The requested page could not be found.",
220
+ "logoutConfirmation": "Are you sure you want to logout from Showcase portal?",
221
+ "logoutTitle": "Logging out!",
222
+ "logout": "Logout",
223
+ "cancel": "Cancel",
224
+ "next": "Next",
225
+ "previous": "Previous",
226
+ "back": "Back",
227
+ "remove": "Remove",
228
+ "copy": "Copy",
229
+ "ok": "OK",
230
+ "add": "Add",
231
+ "all": "All",
232
+ "tr": "Turkish",
233
+ "ar": "Arabic",
234
+ "en": "Engilsh",
235
+ "yes": "Yes",
236
+ "no": "No",
237
+ "tryAgain": "Try agian",
238
+ "customerSupport": "Customer support",
239
+ "searchPattern": "Search pattern",
240
+ "outside24HourWindow": "Outside 24 hour window",
241
+ "outside24HourWindowDetails": "You can only send a message to contacts who have messaged you in the last 24 hours.",
242
+ "outside24HourWindowSendTemplate": "You can initiate a conversation with the contact again by sending a message template.",
243
+ "send": "Send",
244
+ "liveConversations": "Live conversations",
245
+ "menu_search": "Search",
246
+ "close": "Close"
247
+ }
@@ -0,0 +1,43 @@
1
+ <svg width="404" height="301" viewBox="0 0 404 301" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle opacity="0.1" cx="202" cy="150.5" r="137" fill="#57B1BE"/>
3
+ <g clip-path="url(#clip0_3810_34735)">
4
+ <path d="M283.625 53.7764C283.533 53.7766 283.441 53.7565 283.357 53.7176C283.273 53.6787 283.198 53.6219 283.138 53.5512C283.078 53.4804 283.034 53.3975 283.01 53.3081C282.985 53.2187 282.981 53.125 282.996 53.0336C283.452 50.3451 284.285 44.67 285.091 39.1784C287.464 22.9966 287.515 22.9915 288.183 23.0004C288.68 23.0004 289.03 23.612 288.712 24.049C288.187 26.2724 285.227 47.5012 284.252 53.2451C284.227 53.3934 284.151 53.5281 284.036 53.6253C283.921 53.7226 283.776 53.7761 283.625 53.7764Z" fill="#004950"/>
5
+ <path d="M295.124 61.7908C295.012 61.7907 294.902 61.7611 294.805 61.705C294.708 61.649 294.628 61.5684 294.572 61.4714C294.516 61.3744 294.487 61.2644 294.487 61.1525C294.487 61.0406 294.517 60.9307 294.573 60.8339C301.842 48.3204 310.1 36.4427 317.546 24.1089C317.633 23.9641 317.775 23.8598 317.939 23.8191C318.02 23.7989 318.104 23.7949 318.187 23.8074C318.27 23.8198 318.349 23.8484 318.421 23.8916C318.493 23.9348 318.555 23.9917 318.605 24.059C318.655 24.1263 318.691 24.2028 318.711 24.284C318.731 24.3652 318.735 24.4496 318.722 24.5324C318.71 24.6151 318.681 24.6946 318.638 24.7663C311.197 37.0913 302.898 49.0365 295.677 61.4735C295.62 61.5701 295.54 61.6503 295.443 61.706C295.346 61.7617 295.237 61.7909 295.125 61.7908H295.124Z" fill="#004950"/>
6
+ <path d="M305.421 71.2923C304.783 71.2923 304.542 70.4539 305.082 70.115C309.432 67.3946 324.435 55.6456 327.92 54.2428C328.075 54.1874 328.246 54.1941 328.396 54.2616C328.546 54.3291 328.664 54.4522 328.726 54.6049C328.787 54.7576 328.787 54.9282 328.726 55.0809C328.664 55.2336 328.546 55.3565 328.396 55.4239C324.916 56.8242 306.435 71.2923 305.421 71.2923Z" fill="#004950"/>
7
+ <path d="M270.092 136.188C265.641 116.711 253.534 74.8373 233.699 75.2578C226.793 75.4056 176.966 90.3259 160.173 88.5791C147.595 87.2603 148.045 76.0541 138.095 69.5979C129.766 64.1993 93.9713 78.2928 91.5224 84.0902C90.0265 87.626 90.6751 93.2348 91.595 96.3323L131.781 246.408C131.844 246.646 132.047 247.315 132.317 246.78C143.426 224.739 163.822 198.507 177.436 178.941C193.438 155.937 200.798 153.158 215.146 150.931C254 144.893 250.694 145.12 271.418 142.487C271.418 142.487 270.979 140.079 270.089 136.189L270.092 136.188Z" fill="#FFC262"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M145.24 86.0667C120.275 92.2013 115.953 95.4404 115.953 95.4404C127.317 149.68 143.849 217.534 143.849 217.534C144.431 217.419 246.92 193.804 247.292 191.914C247.302 191.864 247.148 191.508 246.85 190.818C244.918 186.349 236.926 167.859 227.984 127.224C224.594 111.82 217.282 70.2749 217.282 70.2749C210.279 70.4915 188.752 74.6107 188.752 74.6107L145.24 86.0667Z" fill="white"/>
9
+ <g filter="url(#filter0_d_3810_34735)">
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M198.891 72.2043C173.363 69.1692 168.178 70.6818 168.178 70.6818C159.745 125.453 151.363 194.788 151.363 194.788C151.948 194.885 256.196 208.813 257.209 207.175C257.236 207.131 257.217 206.744 257.181 205.993C256.944 201.131 255.963 181.011 261.88 139.827C264.122 124.215 271.885 82.7512 271.885 82.7512C265.253 80.4916 243.652 76.7787 243.652 76.7787L198.891 72.2043Z" fill="white"/>
11
+ </g>
12
+ <g clip-path="url(#clip1_3810_34735)">
13
+ <path d="M276.314 86.0495C274.18 84.621 271.684 83.8301 269.117 83.7694C266.55 83.7088 264.018 84.3809 261.819 85.707C255.088 89.5786 253.452 91.8944 250.9 94.7743C248.851 97.0877 249.36 96.7263 246.243 94.824C243.856 93.2087 241.574 91.4423 239.412 89.5355C239.153 89.2508 239.624 86.2673 239.81 85.9725C239.997 85.6777 244.509 91.3383 249.571 93.5155C249.571 93.5155 256.16 85.1065 263.201 83.2167C272.017 80.8278 276.314 86.0495 276.314 86.0495Z" fill="#004950"/>
14
+ <path d="M235.9 128.383C235.9 128.383 235.38 130.598 235.759 131.527C236.139 132.455 245.342 136.277 245.892 136.304C246.843 136.352 253.878 125.634 254.349 124.949C254.349 124.949 265.078 127.396 272.896 124.793C277.035 123.413 281.521 120.819 283.918 117.801C284.535 117.013 285.78 115.354 286.259 114.693C286.418 114.471 285.905 114.287 285.705 114.476C280.635 119.332 271.333 125.868 253.43 122.111C253.43 122.111 249.476 127.425 245.709 133.554C245.53 133.698 237.23 130.498 235.9 128.383Z" fill="#004950"/>
15
+ <path d="M224.406 149.993C224.406 149.993 224.313 155.957 232.147 156.688C240.446 157.466 242.588 146.381 237.691 142.895C237.691 142.895 241.563 149.373 236.186 153.48C231.607 156.976 226.162 154.036 224.406 149.993Z" fill="#004950"/>
16
+ <path d="M239.933 86.1526C241.162 87.4045 245.693 91.6851 249.153 93.1491C249.296 93.1989 249.452 93.2008 249.596 93.1544C249.74 93.1081 249.865 93.0161 249.952 92.8924C251.653 90.7327 259.949 81.2538 269.169 82.6654C279.528 84.3022 281.768 94.8234 279.648 100.039C277.529 105.255 270.81 115.049 254.409 108.532C250.062 106.799 247.227 109.373 243.746 114.554C240.6 119.229 237.268 124.801 235.954 127.84C235.875 127.991 235.853 128.165 235.894 128.331C235.935 128.496 236.035 128.641 236.175 128.737C238.947 130.645 241.956 132.184 245.125 133.314C245.28 133.372 245.451 133.373 245.607 133.316C245.762 133.26 245.893 133.15 245.975 133.006C247.061 131.142 250.926 124.925 253.416 122.034C253.416 122.034 277.11 128.106 287.99 111.44C298.87 94.775 290.516 78.8664 282.004 72.9872C273.493 67.108 261.053 65.6213 251.561 72.0881C243.188 77.788 240.415 83.6364 239.721 85.323C239.686 85.4681 239.688 85.6194 239.725 85.7639C239.761 85.9084 239.833 86.0418 239.933 86.1526Z" fill="#2D7782"/>
17
+ <path d="M238.804 149.662C238.541 150.588 238.098 151.454 237.499 152.208C236.901 152.963 236.159 153.591 235.317 154.058C234.474 154.525 233.548 154.821 232.591 154.928C231.634 155.036 230.665 154.953 229.74 154.685C225.833 153.564 223.235 149.425 224.355 145.518C225.476 141.611 229.961 139.503 233.808 140.606C235.66 141.162 237.22 142.421 238.154 144.114C239.088 145.807 239.321 147.799 238.804 149.662Z" fill="#2D7782"/>
18
+ <path d="M292.416 88.173C290.73 81.8871 286.907 76.1995 282.039 72.8666C273.184 66.7946 260.74 65.5751 251.341 71.8944C242.934 77.534 240.174 83.5164 239.484 85.1897C239.466 85.25 238.814 88.74 239.016 89.3493C239.159 89.811 243.716 93.5984 248.142 96.1954C248.556 96.4448 249.092 96.7508 249.603 96.4114C251.134 95.3998 262.611 78.5216 275.879 85.9973C279.778 89.5743 281.031 95.8521 279.36 99.9568C278.484 102.128 276.41 106.095 272.213 108.438C267.486 111.086 261.554 111.06 254.449 108.267C249.889 106.466 246.994 109.175 243.478 114.404C240.345 119.054 236.993 124.671 235.625 127.746L235.552 128C235.403 129.002 235.024 131.308 235.634 131.839C236.69 132.758 244.359 136.213 245.86 136.643C246.104 136.632 246.34 136.558 246.546 136.427C246.662 136.25 248.239 134.62 254.496 125.122C254.515 125.055 254.582 125.074 254.649 125.093C259.287 126.271 264.112 126.524 268.847 125.837C277.769 124.494 284.313 119.785 288.155 111.625C294.294 102.159 293.873 93.6609 292.416 88.173ZM239.504 89.2138C239.52 88.2848 239.602 87.3581 239.749 86.4407C241.153 87.8154 245.684 92.096 249.164 93.493C249.224 93.5103 248.922 95.295 248.913 96.0611C246.18 94.9436 239.911 89.7438 239.504 89.2138ZM250.527 94.7326C250.094 95.2321 249.717 95.61 249.49 95.8204C249.582 95.0199 249.81 93.4898 249.81 93.4898C251.446 91.5293 260.102 81.4283 269.156 82.8866C270.687 83.1027 272.165 83.598 273.517 84.3477C263.019 80.6911 253.995 90.7083 250.527 94.7326ZM236.142 127.966C237.491 124.959 240.814 119.392 243.951 114.75C247.205 109.932 249.779 107.479 253.559 108.563C253.819 108.626 254.069 108.722 254.304 108.849C261.544 111.651 267.696 111.719 272.512 108.937C276.853 106.447 278.981 102.343 279.879 100.171C281.008 97.4485 281.062 92.8872 278.797 88.7708C277.826 87.0267 276.456 85.5372 274.798 84.424C273.141 83.3107 271.244 82.6055 269.262 82.3658C259.841 80.8965 251.4 90.7545 249.794 92.738C249.732 92.8129 249.648 92.8656 249.554 92.8883C249.459 92.911 249.36 92.9025 249.272 92.8639C245.865 91.466 241.42 87.1884 240.104 85.9335C240.041 85.8639 239.995 85.7796 239.972 85.6882C239.949 85.5967 239.949 85.501 239.972 85.4095C240.647 83.7899 243.37 77.9127 251.625 72.3458C260.817 66.0904 272.986 67.2598 281.737 73.1862C286.504 76.4174 290.251 82.0906 291.84 88.2327C293.248 93.6411 293.691 102.008 287.59 111.267C282.72 118.69 275.195 121.964 266.453 122.655C262.059 122.994 257.639 122.684 253.335 121.736C253.285 121.724 253.234 121.722 253.183 121.732C253.133 121.741 253.086 121.761 253.044 121.79C250.548 124.7 246.767 131.029 245.579 132.82C245.52 132.904 245.438 132.967 245.342 133.002C245.247 133.037 245.142 133.041 245.044 133.015C241.925 131.854 238.954 130.328 236.194 128.467C236.137 128.308 236.123 128.136 236.156 127.97L236.142 127.966ZM235.995 128.961C238.477 131.407 245.26 133.628 245.26 133.628C245.482 134.402 245.648 135.192 245.757 135.99C243.766 135.346 236.886 132.125 235.987 131.389C235.832 131.272 235.853 130.241 236.008 128.965L235.995 128.961ZM246.279 135.864C246.106 135.1 245.986 134.324 245.923 133.542C248.159 129.761 250.596 126.102 253.223 122.581C253.325 122.958 254.067 124.695 254.048 124.762C248.662 132.943 246.799 135.317 246.293 135.868L246.279 135.864ZM254.607 124.53C254.3 123.85 254.038 123.15 253.823 122.434C265.173 124.689 278.178 123.27 285.879 114.577C275.55 130.537 254.607 124.53 254.607 124.53Z" fill="#004950"/>
19
+ <path d="M233.856 140.337C231.876 139.744 229.743 139.942 227.906 140.89C226.069 141.837 224.672 143.46 224.007 145.418C223.382 147.31 223.44 149.362 224.171 151.216C225.916 156.438 231.534 156.955 232.426 156.978C233.801 157.039 238.43 156.757 240.304 150.781C241.685 146.318 238.514 141.673 233.856 140.337ZM233.691 140.913C234.582 141.169 235.415 141.598 236.14 142.175C236.866 142.753 237.471 143.467 237.921 144.279C238.37 145.09 238.656 145.982 238.761 146.903C238.865 147.825 238.788 148.758 238.532 149.649C238.276 150.541 237.848 151.373 237.27 152.099C236.693 152.825 235.978 153.43 235.167 153.879C234.356 154.329 233.464 154.614 232.542 154.719C231.621 154.824 230.688 154.746 229.796 154.491C225.95 153.387 223.518 149.296 224.566 145.643C225.614 141.991 229.844 139.81 233.691 140.913ZM232.404 156.501C228.64 156.371 225.647 154.214 224.67 151.098C224.622 151.012 224.639 150.952 224.598 150.867L224.821 151.279C225.884 153.056 227.585 154.361 229.576 154.928C230.535 155.204 231.539 155.288 232.53 155.176C233.521 155.064 234.481 154.758 235.354 154.274C236.226 153.791 236.996 153.141 237.617 152.36C238.238 151.58 238.699 150.684 238.974 149.725C239.271 148.724 239.349 147.67 239.203 146.636C239.056 145.601 238.689 144.611 238.126 143.73C238.913 144.689 239.462 145.819 239.729 147.03C239.995 148.241 239.972 149.498 239.66 150.698C237.951 156.278 233.714 156.535 232.408 156.487L232.404 156.501Z" fill="#004950"/>
20
+ </g>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M271.946 141.829L270.675 141.966C270.717 142.182 270.756 142.393 270.795 142.601C270.81 142.683 270.841 142.762 270.886 142.832C270.932 142.902 270.99 142.963 271.059 143.011C271.128 143.058 271.206 143.092 271.287 143.109C271.369 143.127 271.454 143.128 271.536 143.113C271.618 143.098 271.697 143.067 271.767 143.021C271.838 142.976 271.898 142.917 271.946 142.848C271.993 142.78 272.027 142.702 272.044 142.62C272.062 142.538 272.063 142.454 272.048 142.371C272.048 142.368 272.039 142.32 272.022 142.228C272.005 142.137 271.979 142.003 271.946 141.829ZM147.205 78.5314C148.631 80.6434 149.986 82.6496 151.737 84.2723L150.507 84.8118C148.998 83.3058 147.645 81.4435 146.151 79.2447L146.15 79.2423C143.964 76.0245 141.704 72.6974 137.75 70.1319C129.925 65.0633 94.4843 78.7133 92.1092 84.3375C90.6389 87.8146 91.3613 93.3075 92.2074 96.1502C93.3196 99.9017 125.084 218.85 131.522 242.957C132.245 245.664 132.648 247.175 132.653 247.193C132.675 247.273 132.681 247.358 132.67 247.441C132.66 247.524 132.633 247.604 132.592 247.677C132.55 247.749 132.495 247.813 132.429 247.864C132.363 247.916 132.287 247.953 132.206 247.976C132.126 247.998 132.041 248.004 131.958 247.993C131.875 247.983 131.795 247.956 131.722 247.914C131.65 247.873 131.586 247.818 131.535 247.751C131.483 247.685 131.445 247.61 131.423 247.529C131.419 247.512 131.011 245.986 130.282 243.254C123.821 219.061 92.0925 100.25 90.9854 96.5133C90.0872 93.4948 89.3341 87.6286 90.9357 83.8418C93.5248 77.7131 129.726 63.4133 138.443 69.0641C142.658 71.7992 145.015 75.2898 147.205 78.5314Z" fill="#CBCBCB"/>
22
+ <path d="M301.533 138.804C309.472 137.79 317.374 137.162 325.274 138.019C327.325 138.238 332.148 138.605 332.682 142.026C333.912 149.84 305.778 193.268 301.993 197.053C245.354 211.807 186.948 221.531 132.035 247.366C140.684 228.712 167.572 193.115 177.436 178.941C183.055 170.863 191.447 159.679 199.619 155.451C209.077 150.567 220.703 150.608 230.591 148.723C255.766 143.928 282.846 141.192 301.533 138.804Z" fill="#FFC262"/>
23
+ <path d="M333.314 141.928C332.772 138.454 328.811 137.757 325.345 137.387C313.744 136.149 303.105 138.022 288.663 139.74C236.4 145.965 237.208 147.425 221.494 149.423C213.937 150.383 206.123 151.379 199.327 154.886C191.022 159.183 182.559 170.465 176.915 178.579C167.274 192.436 140.167 228.325 131.459 247.096C131.405 247.213 131.388 247.343 131.409 247.47C131.431 247.596 131.49 247.714 131.58 247.806C131.669 247.899 131.785 247.962 131.911 247.987C132.037 248.013 132.168 248 132.286 247.95C184.357 225.792 212.49 219.199 251.429 210.075C252.076 209.924 301.703 198.247 302.445 197.506C305.552 194.398 334.63 150.301 333.314 141.927V141.928ZM301.662 196.482C229.946 215.153 203.63 216.352 133.338 246.119C142.674 227.125 168.575 192.794 177.961 179.306C183.528 171.304 191.859 160.183 199.913 156.018C206.507 152.613 214.208 151.633 221.654 150.685C236.829 148.756 236.752 147.203 288.814 141.004C303.65 139.237 313.485 137.424 325.462 138.679C327.46 138.888 331.615 139.323 332.053 142.124C333.177 149.3 306.493 191.391 301.661 196.482H301.662Z" fill="#CBCBCB"/>
24
+ </g>
25
+ <defs>
26
+ <filter id="filter0_d_3810_34735" x="144.739" y="63.6808" width="133.77" height="150.253" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
27
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
28
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
29
+ <feOffset/>
30
+ <feGaussianBlur stdDeviation="3.31201"/>
31
+ <feComposite in2="hardAlpha" operator="out"/>
32
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
33
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3810_34735"/>
34
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3810_34735" result="shape"/>
35
+ </filter>
36
+ <clipPath id="clip0_3810_34735">
37
+ <rect width="254.592" height="254.592" fill="white" transform="translate(84.4082 23.2042)"/>
38
+ </clipPath>
39
+ <clipPath id="clip1_3810_34735">
40
+ <rect width="55.2731" height="96.0484" fill="white" transform="translate(246.541 61.0882) rotate(16.0047)"/>
41
+ </clipPath>
42
+ </defs>
43
+ </svg>
package/index.cjs.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./src/lib/index";
1
+ export * from "./src\\lib\\index";