passbolt-styleguide 3.3.2 → 3.4.0-alpha1

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 (203) hide show
  1. package/build/css/help.min.css +2 -2
  2. package/build/css/public.min.css +2 -2
  3. package/build/css/themes/default/api_authentication.min.css +3 -3
  4. package/build/css/themes/default/api_cloud.min.css +3 -3
  5. package/build/css/themes/default/api_main.min.css +4 -4
  6. package/build/css/themes/default/api_reports.min.css +4 -4
  7. package/build/css/themes/default/api_webinstaller.min.css +3 -3
  8. package/build/css/themes/default/ext_app.min.css +4 -4
  9. package/build/css/themes/default/ext_authentication.min.css +3 -3
  10. package/build/css/themes/default/ext_external.min.css +2 -2
  11. package/build/css/themes/default/ext_in_form_cta.min.css +3 -3
  12. package/build/css/themes/default/ext_in_form_menu.min.css +3 -3
  13. package/build/css/themes/default/ext_quickaccess.min.css +3 -3
  14. package/build/css/themes/midgar/api_authentication.min.css +9 -0
  15. package/build/css/themes/midgar/api_main.min.css +4 -4
  16. package/build/css/themes/midgar/api_reports.min.css +4 -4
  17. package/build/css/themes/midgar/ext_app.min.css +4 -4
  18. package/build/css/themes/midgar/ext_authentication.min.css +3 -3
  19. package/build/css/themes/midgar/ext_in_form_cta.min.css +3 -3
  20. package/build/css/themes/midgar/ext_in_form_menu.min.css +3 -3
  21. package/build/css/themes/midgar/ext_quickaccess.min.css +3 -3
  22. package/build/js/dist/api-app.js +1 -1
  23. package/build/js/dist/api-recover.js +1 -1
  24. package/build/js/dist/api-setup.js +1 -1
  25. package/build/js/dist/api-triage.js +1 -1
  26. package/build/js/dist/api-vendors.js +1 -1
  27. package/build/js/dist/api-vendors.js.LICENSE.txt +40 -4
  28. package/package.json +7 -6
  29. package/src/img/third_party/ChromeWebStore_black.svg +1 -0
  30. package/src/img/third_party/ChromeWebStore_white.svg +1 -0
  31. package/src/img/third_party/edge-addon-black.svg +1 -0
  32. package/src/img/third_party/edge-addon-white.svg +1 -0
  33. package/src/locales/de-DE/common.json +11 -11
  34. package/src/locales/en-UK/common.json +11 -12
  35. package/src/locales/fr/common.json +750 -0
  36. package/src/locales/fr-FR/common.json +11 -11
  37. package/src/locales/sv-SE/common.json +11 -11
  38. package/src/react-extension/ExtApp.js +9 -6
  39. package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.js +1 -1
  40. package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.test.stories.js +0 -1
  41. package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.js +1 -1
  42. package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.js +1 -1
  43. package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.stories.js +5 -8
  44. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.js +1 -1
  45. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.data.js +4 -1
  46. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.js +4 -4
  47. package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.js +1 -1
  48. package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.test.js +1 -1
  49. package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.js +2 -3
  50. package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.stories.js +5 -9
  51. package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.js +2 -2
  52. package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.test.stories.js +0 -3
  53. package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.js +1 -1
  54. package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.test.stories.js +12 -15
  55. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.js +2 -2
  56. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.test.js +1 -1
  57. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailbox.test.stories.js +12 -14
  58. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.stories.js +12 -15
  59. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.stories.js +12 -15
  60. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.stories.js +12 -15
  61. package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.test.stories.js +12 -15
  62. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +12 -15
  63. package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.test.stories.js +12 -15
  64. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.stories.js +12 -15
  65. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.js +1 -1
  66. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.stories.js +12 -15
  67. package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.stories.js +12 -15
  68. package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.test.stories.js +12 -15
  69. package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.data.js +14 -0
  70. package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.js +65 -0
  71. package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.page.js +38 -0
  72. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.stories.js +12 -15
  73. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.js +15 -6
  74. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.js +27 -0
  75. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.stories.js +12 -15
  76. package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.stories.js +12 -15
  77. package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.stories.js +8 -11
  78. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.stories.js +12 -15
  79. package/src/react-extension/components/AuthenticationLogin/DisplayLoginError/DisplayLoginError.test.stories.js +12 -15
  80. package/src/react-extension/components/AuthenticationLogin/DisplayLoginInProgress/DisplayLoginProgress.test.stories.js +12 -15
  81. package/src/react-extension/components/AuthenticationLogin/Login/Login.test.stories.js +12 -15
  82. package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.test.stories.js +5 -11
  83. package/src/react-extension/components/AuthenticationRecover/RecoverAuthentication/RecoverAuthentication.js +1 -1
  84. package/src/react-extension/components/Common/Error/ShowErrorDetails/ShowErrorDetails.js +1 -1
  85. package/src/react-extension/components/Common/Icons/Icon.test.stories.js +3 -1
  86. package/src/react-extension/components/Common/Loading/LoadingSpinner/LoadingSpinner.js +2 -1
  87. package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.js +1 -1
  88. package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.js +1 -1
  89. package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.stories.js +34 -0
  90. package/src/react-extension/components/Resource/CreateResource/CreateResource.test.stories.js +14 -4
  91. package/src/react-extension/components/Resource/DisplayResourcesList/DisplayDragResource.js +68 -0
  92. package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.js +9 -42
  93. package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.test.page.js +4 -1
  94. package/src/react-extension/components/Resource/ExportResources/ExportResources.test.stories.js +5 -11
  95. package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.js +6 -10
  96. package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.test.stories.js +5 -11
  97. package/src/react-extension/components/Resource/FilterResourcesByBreadcrumb/FilterResourcesByBreadcrumb.test.stories.js +0 -1
  98. package/src/react-extension/components/Resource/FilterResourcesByFolders/DisplayDragFolderItem.js +109 -0
  99. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.js +40 -192
  100. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.data.js +10 -5
  101. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.js +9 -12
  102. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.page.js +5 -1
  103. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.stories.js +0 -1
  104. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.js +83 -58
  105. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.data.js +52 -59
  106. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.js +25 -20
  107. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.page.js +11 -5
  108. package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.stories.js +0 -1
  109. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.data.js +47 -0
  110. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.js +34 -3
  111. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.page.js +46 -9
  112. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.stories.js +0 -1
  113. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsList.js +124 -4
  114. package/src/react-extension/components/Resource/FilterResourcesByText/FilterResourcesByText.test.stories.js +0 -2
  115. package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.js +6 -10
  116. package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.test.stories.js +5 -11
  117. package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.js +3 -3
  118. package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.js +3 -3
  119. package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.stories.js +5 -11
  120. package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.test.stories.js +8 -14
  121. package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.test.stories.js +5 -11
  122. package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.test.stories.js +8 -14
  123. package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.test.stories.js +8 -15
  124. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsActivity.test.stories.js +0 -1
  125. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.test.stories.js +0 -1
  126. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.js +1 -1
  127. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.stories.js +0 -1
  128. package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.stories.js +0 -3
  129. package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.test.stories.js +0 -6
  130. package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.test.stories.js +0 -5
  131. package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.stories.js +0 -7
  132. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsActivity.test.stories.js +0 -2
  133. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.test.stories.js +0 -2
  134. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsPermissions.test.stories.js +0 -2
  135. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.test.stories.js +0 -1
  136. package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.test.stories.js +0 -2
  137. package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.test.stories.js +0 -4
  138. package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTags.js +1 -1
  139. package/src/react-extension/components/Share/ShareDialog.test.stories.js +5 -9
  140. package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.test.stories.js +5 -9
  141. package/src/react-extension/components/User/CreateUser/CreateUser.test.stories.js +3 -1
  142. package/src/react-extension/components/User/DeleteUser/DeleteUser.test.stories.js +5 -8
  143. package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.test.stories.js +5 -8
  144. package/src/react-extension/components/User/EditUser/EditUser.test.stories.js +3 -1
  145. package/src/react-extension/components/User/FilterUsersByBreadcrumb/FilterUsersByBreadcrumb.test.stories.js +5 -8
  146. package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.test.stories.js +0 -1
  147. package/src/react-extension/components/User/FilterUsersByText/FilterUsersByText.test.stories.js +0 -2
  148. package/src/react-extension/components/UserDetails/DisplayUserDetailsGroups/DisplayUserDetailsGroups.test.stories.js +8 -11
  149. package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.test.stories.js +8 -11
  150. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.stories.js +8 -12
  151. package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.stories.js +5 -8
  152. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.test.stories.js +5 -8
  153. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.test.stories.js +5 -8
  154. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsInformation/DisplayUserGroupDetailsInformation.test.stories.js +8 -11
  155. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.test.stories.js +8 -11
  156. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.stories.js +5 -8
  157. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.js +55 -2
  158. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.test.data.js +6 -0
  159. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.js +54 -6
  160. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.data.js +6 -0
  161. package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.js +1 -1
  162. package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.test.stories.js +5 -8
  163. package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.js +21 -6
  164. package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.test.stories.js +5 -8
  165. package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.test.stories.js +5 -8
  166. package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.test.stories.js +5 -8
  167. package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.test.stories.js +5 -8
  168. package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.test.stories.js +5 -8
  169. package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.test.stories.js +7 -10
  170. package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.js +2 -2
  171. package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.test.stories.js +5 -8
  172. package/src/react-extension/contexts/ApiAppContext.js +1 -1
  173. package/src/react-extension/contexts/ApiRecoverContext.js +1 -1
  174. package/src/react-extension/contexts/ApiSetupContext.js +1 -1
  175. package/src/react-extension/contexts/DragContext.js +122 -0
  176. package/src/react-extension/contexts/DragContext.test.js +53 -0
  177. package/src/react-extension/test/mock/components/Internationalisation/MockTranslationProvider.js +42 -7
  178. package/src/react-quickaccess/components/AnimatedSwitch/AnimatedSwitch.js +3 -3
  179. package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgressPage.test.stories.js +3 -4
  180. package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.test.stories.js +6 -6
  181. package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.test.stories.js +7 -3
  182. package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.test.stories.js +6 -6
  183. package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.test.stories.js +6 -6
  184. package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.test.stories.js +6 -6
  185. package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.test.stories.js +7 -3
  186. package/src/react-quickaccess/components/Header/Header.test.stories.js +3 -6
  187. package/src/react-quickaccess/components/HomePage/HomePage.test.stories.js +13 -9
  188. package/src/react-quickaccess/components/LoginPage/LoginPage.js +41 -5
  189. package/src/react-quickaccess/components/LoginPage/LoginPage.test.stories.js +3 -5
  190. package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.test.stories.js +3 -5
  191. package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.test.stories.js +5 -5
  192. package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.test.stories.js +5 -5
  193. package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.stories.js +5 -5
  194. package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.test.stories.js +4 -2
  195. package/src/react-quickaccess/components/Search/Search.test.stories.js +3 -5
  196. package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.stories.js +6 -2
  197. package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.test.stories.js +9 -2
  198. package/src/react-web-integration/lib/InForm/InFormCallToActionField.js +3 -3
  199. package/src/react-web-integration/lib/InForm/InFormManager.js +12 -6
  200. package/src/react-web-integration/lib/InForm/InformMenuField.js +1 -1
  201. package/src/shared/lib/Browser/detectBrowserName.js +2 -1
  202. package/src/img/third_party/ChromeWebStore_black.png +0 -0
  203. package/src/img/third_party/ChromeWebStore_white.png +0 -0
@@ -94,6 +94,12 @@ object-assign
94
94
 
95
95
  /*! ../../internals/classof */
96
96
 
97
+ /*! ../../internals/function-uncurry-this */
98
+
99
+ /*! ../../internals/has-own-property */
100
+
101
+ /*! ../../internals/object-is-prototype-of */
102
+
97
103
  /*! ../../internals/path */
98
104
 
99
105
  /*! ../../internals/regexp-flags */
@@ -226,6 +232,8 @@ object-assign
226
232
 
227
233
  /*! ../internals/array-reduce */
228
234
 
235
+ /*! ../internals/array-slice */
236
+
229
237
  /*! ../internals/array-sort */
230
238
 
231
239
  /*! ../internals/array-species-constructor */
@@ -280,10 +288,16 @@ object-assign
280
288
 
281
289
  /*! ../internals/fails */
282
290
 
291
+ /*! ../internals/function-apply */
292
+
283
293
  /*! ../internals/function-bind-context */
284
294
 
295
+ /*! ../internals/function-call */
296
+
285
297
  /*! ../internals/function-name */
286
298
 
299
+ /*! ../internals/function-uncurry-this */
300
+
287
301
  /*! ../internals/get-built-in */
288
302
 
289
303
  /*! ../internals/get-iterator */
@@ -358,6 +372,8 @@ object-assign
358
372
 
359
373
  /*! ../internals/object-get-prototype-of */
360
374
 
375
+ /*! ../internals/object-is-prototype-of */
376
+
361
377
  /*! ../internals/object-keys */
362
378
 
363
379
  /*! ../internals/object-keys-internal */
@@ -612,6 +628,10 @@ object-assign
612
628
  !*** ./node_modules/react/index.js ***!
613
629
  \*************************************/
614
630
 
631
+ /*!***************************************!*\
632
+ !*** ./node_modules/isarray/index.js ***!
633
+ \***************************************/
634
+
615
635
  /*!*****************************************!*\
616
636
  !*** ./node_modules/react-dom/index.js ***!
617
637
  \*****************************************/
@@ -952,6 +972,10 @@ object-assign
952
972
  !*** ./node_modules/core-js-pure/features/symbol/index.js ***!
953
973
  \************************************************************/
954
974
 
975
+ /*!************************************************************!*\
976
+ !*** ./node_modules/core-js-pure/internals/array-slice.js ***!
977
+ \************************************************************/
978
+
955
979
  /*!************************************************************!*\
956
980
  !*** ./node_modules/core-js-pure/internals/classof-raw.js ***!
957
981
  \************************************************************/
@@ -1092,6 +1116,10 @@ object-assign
1092
1116
  !*** ./node_modules/core-js-pure/internals/enum-bug-keys.js ***!
1093
1117
  \**************************************************************/
1094
1118
 
1119
+ /*!**************************************************************!*\
1120
+ !*** ./node_modules/core-js-pure/internals/function-call.js ***!
1121
+ \**************************************************************/
1122
+
1095
1123
  /*!**************************************************************!*\
1096
1124
  !*** ./node_modules/core-js-pure/internals/function-name.js ***!
1097
1125
  \**************************************************************/
@@ -1148,6 +1176,10 @@ object-assign
1148
1176
  !*** ./node_modules/core-js-pure/internals/engine-is-node.js ***!
1149
1177
  \***************************************************************/
1150
1178
 
1179
+ /*!***************************************************************!*\
1180
+ !*** ./node_modules/core-js-pure/internals/function-apply.js ***!
1181
+ \***************************************************************/
1182
+
1151
1183
  /*!***************************************************************!*\
1152
1184
  !*** ./node_modules/core-js-pure/internals/ie8-dom-define.js ***!
1153
1185
  \***************************************************************/
@@ -1404,10 +1436,6 @@ object-assign
1404
1436
  !*** ./node_modules/core-js-pure/internals/add-to-unscopables.js ***!
1405
1437
  \*******************************************************************/
1406
1438
 
1407
- /*!*******************************************************************!*\
1408
- !*** ./node_modules/path-to-regexp/node_modules/isarray/index.js ***!
1409
- \*******************************************************************/
1410
-
1411
1439
  /*!*******************************************************************!*\
1412
1440
  !*** ./node_modules/react-router/esm/react-router.js + 1 modules ***!
1413
1441
  \*******************************************************************/
@@ -1504,6 +1532,10 @@ object-assign
1504
1532
  !*** ./node_modules/core-js-pure/internals/function-bind-context.js ***!
1505
1533
  \**********************************************************************/
1506
1534
 
1535
+ /*!**********************************************************************!*\
1536
+ !*** ./node_modules/core-js-pure/internals/function-uncurry-this.js ***!
1537
+ \**********************************************************************/
1538
+
1507
1539
  /*!**********************************************************************!*\
1508
1540
  !*** ./node_modules/core-js-pure/internals/ordinary-to-primitive.js ***!
1509
1541
  \**********************************************************************/
@@ -1536,6 +1568,10 @@ object-assign
1536
1568
  !*** ./node_modules/core-js-pure/internals/object-define-property.js ***!
1537
1569
  \***********************************************************************/
1538
1570
 
1571
+ /*!***********************************************************************!*\
1572
+ !*** ./node_modules/core-js-pure/internals/object-is-prototype-of.js ***!
1573
+ \***********************************************************************/
1574
+
1539
1575
  /*!***********************************************************************!*\
1540
1576
  !*** ./node_modules/core-js-pure/internals/to-integer-or-infinity.js ***!
1541
1577
  \***********************************************************************/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "passbolt-styleguide",
3
- "version": "3.3.2",
3
+ "version": "3.4.0-alpha1",
4
4
  "license": "AGPL-3.0",
5
5
  "copyright": "Copyright 2021 Passbolt SA",
6
6
  "description": "Passbolt styleguide contains common styling assets used by the different sites, plugin, etc.",
@@ -13,7 +13,7 @@
13
13
  "@babel/preset-env": "^7.14.2",
14
14
  "@babel/preset-react": "^7.10.4",
15
15
  "@babel/runtime": "^7.11.2",
16
- "babel-jest": "^27.2.4",
16
+ "babel-jest": "^27.4.0",
17
17
  "babel-loader": "^8.0.4",
18
18
  "copy-webpack-plugin": "^8.1.1",
19
19
  "eslint": "^7.27.0",
@@ -32,14 +32,14 @@
32
32
  "grunt-header": "^1.1.0",
33
33
  "grunt-shell": "^3.0.1",
34
34
  "i18next-scanner": "github:passbolt/i18next-scanner#master",
35
- "jest": "^27.2.4",
35
+ "jest": "^27.4.0",
36
36
  "jest-useragent-mock": "^0.1.1",
37
37
  "jest-webextension-mock": "^3.7.18",
38
38
  "jquery": "^3.5.0",
39
- "node-fetch": "^2.6.1",
39
+ "node-fetch": "^2.6.6",
40
40
  "webpack": "5.46.0",
41
41
  "webpack-cli": "4.7.2",
42
- "webpack-dev-server": "^4.0.0"
42
+ "webpack-dev-server": "^4.6.0"
43
43
  },
44
44
  "dependencies": {
45
45
  "@testing-library/dom": "^7.31.0",
@@ -48,11 +48,12 @@
48
48
  "grapheme-splitter": "^1.0.4",
49
49
  "i18next": "^19.8.5",
50
50
  "i18next-http-backend": "^1.2.4",
51
+ "ip-regex": "^4.3.0",
51
52
  "jssha": "^3.2.0",
52
53
  "luxon": "^1.27.0",
53
54
  "npm-force-resolutions": "0.0.10",
54
55
  "prop-types": "^15.7.2",
55
- "qrcode": "^1.4.4",
56
+ "qrcode": "^1.5.0",
56
57
  "react": "16.14.0",
57
58
  "react-color": "^2.19.3",
58
59
  "react-dom": "16.14.0",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 494 161.83"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2,.cls-8{clip-path:url(#clip-path);}.cls-16,.cls-3{fill:#fff;}.cls-4{fill:#dadce0;}.cls-5{fill:#5f6368;}.cls-6{clip-path:url(#clip-path-4);}.cls-7{fill:#eee;}.cls-9{fill:#db4437;}.cls-10{fill:#0f9d58;}.cls-11{fill:#ffcd40;}.cls-12{fill:#f1f1f1;}.cls-13{fill:#4285f4;}.cls-14,.cls-15{fill:#212121;}.cls-14,.cls-16{fill-opacity:0.05;}.cls-15{fill-opacity:0.02;}.cls-17{fill:#231f20;fill-opacity:0.1;}.cls-18{fill:url(#radial-gradient);}</style><clipPath id="clip-path"><circle class="cls-1" cx="78" cy="114.24" r="47.59"/></clipPath><clipPath id="clip-path-4"><path class="cls-1" d="M22.89,26.57v87.67a7.54,7.54,0,0,0,7.52,7.51h95.18a7.54,7.54,0,0,0,7.52-7.51V26.57Zm67.63,20h-25a5,5,0,0,1,0-10h25a5,5,0,1,1,0,10Z"/></clipPath><radialGradient id="radial-gradient" cx="90.33" cy="45.35" r="570.08" gradientTransform="matrix(0.25, 0, 0, -0.25, 0, 37.5)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0.1"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></radialGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="chrome-web-store-original"><rect class="cls-3" x="0.5" y="0.5" width="493" height="147"/><path class="cls-4" d="M493,1V147H1V1H493m1-1H0V148H494V0Z"/><path class="cls-5" d="M172.13,105.16a14,14,0,0,1-9.8-23.72,13.35,13.35,0,0,1,9.8-4,12.26,12.26,0,0,1,9.73,4.33l-2.36,2.3a8.93,8.93,0,0,0-7.37-3.37,10,10,0,0,0-7.3,2.92,11.33,11.33,0,0,0,0,15.32,10,10,0,0,0,7.3,2.92,10.45,10.45,0,0,0,8.14-3.84l2.37,2.37a12.9,12.9,0,0,1-4.55,3.45A14,14,0,0,1,172.13,105.16Z"/><path class="cls-5" d="M189.08,78.08v8.36L188.93,89h.15a6.06,6.06,0,0,1,2.33-2.2,6.78,6.78,0,0,1,3.4-.9A6.42,6.42,0,0,1,200,87.92a8.25,8.25,0,0,1,1.77,5.55v11.1h-3.4V94q0-5-4.48-5a4.21,4.21,0,0,0-3.44,1.69,6.08,6.08,0,0,0-1.33,3.9v10h-3.41V78.08Z"/><path class="cls-5" d="M209.13,104.57h-3.4V86.44H209v3h.15A4.66,4.66,0,0,1,211.26,87a6.12,6.12,0,0,1,3.13-1,6.4,6.4,0,0,1,2.55.45l-1.3,3.18a5.14,5.14,0,0,0-1.81-.26,4.46,4.46,0,0,0-3.27,1.46,5.26,5.26,0,0,0-1.43,3.83Z"/><path class="cls-5" d="M219.64,88.6a9.52,9.52,0,0,1,13.39,0,10.37,10.37,0,0,1,0,13.8,9.5,9.5,0,0,1-13.39,0,10.37,10.37,0,0,1,0-13.8Zm2.53,11.66a5.74,5.74,0,0,0,8.33,0,7.3,7.3,0,0,0,0-9.51,5.72,5.72,0,0,0-8.33,0,7.34,7.34,0,0,0,0,9.51Z"/><path class="cls-5" d="M238.4,104.57V86.44h3.26V89h.14a6.41,6.41,0,0,1,2.39-2.2,6.51,6.51,0,0,1,3.2-.9q4.22,0,5.73,3.47a7.11,7.11,0,0,1,6.33-3.47,5.81,5.81,0,0,1,4.85,2.05,8.77,8.77,0,0,1,1.63,5.57v11.1h-3.41V94a5.92,5.92,0,0,0-1-3.89,3.8,3.8,0,0,0-3-1.15,4,4,0,0,0-3.31,1.71,6.15,6.15,0,0,0-1.31,3.88v10h-3.41V94a5.92,5.92,0,0,0-1-3.89,3.82,3.82,0,0,0-3-1.15,4,4,0,0,0-3.31,1.71,6.16,6.16,0,0,0-1.32,3.88v10Z"/><path class="cls-5" d="M278.14,105.16a8.72,8.72,0,0,1-6.68-2.74,9.67,9.67,0,0,1-2.57-6.92,10,10,0,0,1,2.49-6.8,8.13,8.13,0,0,1,6.39-2.85,8.34,8.34,0,0,1,6.45,2.62,10,10,0,0,1,2.43,7l0,.63H272.29a6.16,6.16,0,0,0,1.83,4.33,5.56,5.56,0,0,0,3.94,1.59,4.88,4.88,0,0,0,5-3.11l3,1.26a8.08,8.08,0,0,1-2.92,3.54A8.49,8.49,0,0,1,278.14,105.16ZM283,93.32a4.83,4.83,0,0,0-1.42-3A5.1,5.1,0,0,0,277.69,89a4.86,4.86,0,0,0-3.27,1.19,6.06,6.06,0,0,0-1.91,3.18Z"/><path class="cls-5" d="M327.87,78.08l-7.07,26.49h-3.48l-5.7-17.46h-.15l-5.69,17.46H302.3l-7.37-26.49h3.56l5.58,20.83h.15L310,81.63h3.18l5.73,17.28H319l5.29-20.83Z"/><path class="cls-5" d="M336.71,105.16a8.72,8.72,0,0,1-6.68-2.74,9.67,9.67,0,0,1-2.57-6.92,9.94,9.94,0,0,1,2.5-6.8,8.09,8.09,0,0,1,6.38-2.85,8.34,8.34,0,0,1,6.45,2.62,10,10,0,0,1,2.43,7l0,.63H330.86a6.16,6.16,0,0,0,1.83,4.33,5.58,5.58,0,0,0,3.94,1.59,4.87,4.87,0,0,0,5-3.11l3,1.26a8.17,8.17,0,0,1-2.93,3.54A8.47,8.47,0,0,1,336.71,105.16Zm4.88-11.84a4.83,4.83,0,0,0-1.42-3A5.1,5.1,0,0,0,336.26,89,4.88,4.88,0,0,0,333,90.14a6.06,6.06,0,0,0-1.91,3.18Z"/><path class="cls-5" d="M357.91,105.16a7.75,7.75,0,0,1-3.72-.89,6.22,6.22,0,0,1-2.46-2.22h-.15v2.52h-3.25V78.08h3.4v8.36L351.58,89h.15a6.37,6.37,0,0,1,2.46-2.22,7.74,7.74,0,0,1,3.72-.88A8,8,0,0,1,364,88.62a10.57,10.57,0,0,1,0,13.77A8,8,0,0,1,357.91,105.16Zm-.56-3.11a5.42,5.42,0,0,0,4.07-1.79,7.47,7.47,0,0,0,0-9.51,5.53,5.53,0,0,0-8.15,0,7.59,7.59,0,0,0,0,9.55A5.42,5.42,0,0,0,357.35,102.05Z"/><path class="cls-5" d="M384.73,105.16a9.88,9.88,0,0,1-5.64-1.89A8.72,8.72,0,0,1,375.48,98l3.11-1.25a7.11,7.11,0,0,0,2.28,3.68,5.69,5.69,0,0,0,3.86,1.49,6.19,6.19,0,0,0,3.8-1.16,3.75,3.75,0,0,0,1.57-3.16,4.1,4.1,0,0,0-1.57-3.43,16.55,16.55,0,0,0-5-2.24,13.28,13.28,0,0,1-5.33-2.86,6,6,0,0,1-1.81-4.5,6.57,6.57,0,0,1,2.26-5,8.28,8.28,0,0,1,5.88-2.11A8.51,8.51,0,0,1,390,79.17a7.77,7.77,0,0,1,2.74,3.68l-3.11,1.3A4.62,4.62,0,0,0,388,81.81a5.23,5.23,0,0,0-3.39-1.07,5.32,5.32,0,0,0-3.35,1.09,3.35,3.35,0,0,0-1.38,2.72,3.08,3.08,0,0,0,1.27,2.5,12.17,12.17,0,0,0,3.76,1.83,32.06,32.06,0,0,1,3.27,1.22,15.59,15.59,0,0,1,2.67,1.57,6.23,6.23,0,0,1,2,2.45,7.82,7.82,0,0,1,.69,3.38,7.3,7.3,0,0,1-.8,3.44,6.43,6.43,0,0,1-2.11,2.41,10.57,10.57,0,0,1-5.94,1.81Z"/><path class="cls-5" d="M404.05,104.86a5.26,5.26,0,0,1-5.85-5.8V89.55H395V86.44h3.18V80.89h3.41v5.55h4.44v3.11h-4.44V98.8c0,2,.81,3,2.44,3a3.6,3.6,0,0,0,1.55-.3l1.19,2.92A6.93,6.93,0,0,1,404.05,104.86Z"/><path class="cls-5" d="M410.71,88.6a9.52,9.52,0,0,1,13.39,0,10.37,10.37,0,0,1,0,13.8,9.5,9.5,0,0,1-13.39,0,10.37,10.37,0,0,1,0-13.8Zm2.53,11.66a5.74,5.74,0,0,0,8.33,0,7.3,7.3,0,0,0,0-9.51,5.72,5.72,0,0,0-8.33,0,7.34,7.34,0,0,0,0,9.51Z"/><path class="cls-5" d="M432.87,104.57h-3.4V86.44h3.25v3h.15A4.62,4.62,0,0,1,435,87a6.09,6.09,0,0,1,3.12-1,6.41,6.41,0,0,1,2.56.45l-1.3,3.18a5.18,5.18,0,0,0-1.81-.26,4.48,4.48,0,0,0-3.28,1.46,5.26,5.26,0,0,0-1.42,3.83Z"/><path class="cls-5" d="M450,105.16a8.74,8.74,0,0,1-6.68-2.74,9.71,9.71,0,0,1-2.57-6.92,9.94,9.94,0,0,1,2.5-6.8,8.09,8.09,0,0,1,6.38-2.85,8.37,8.37,0,0,1,6.46,2.62,10,10,0,0,1,2.42,7l0,.63H444.16a6.08,6.08,0,0,0,1.83,4.33,5.54,5.54,0,0,0,3.94,1.59,4.86,4.86,0,0,0,4.95-3.11l3,1.26a8.15,8.15,0,0,1-2.92,3.54A8.52,8.52,0,0,1,450,105.16Zm4.88-11.84a4.77,4.77,0,0,0-1.42-3,5.09,5.09,0,0,0-3.9-1.41,4.91,4.91,0,0,0-3.28,1.19,6,6,0,0,0-1.9,3.18Z"/><path class="cls-5" d="M160.34,63.44l7.56-20h2.91l7.56,20h-2.86L173.58,58h-8.43l-2,5.43ZM166,55.6h6.66l-3.27-9.05h-.11Z"/><path class="cls-5" d="M183,63.44l-5.54-13.72h2.8l4,10.64h.05l4.09-10.64h2.75l-5.6,13.72Z"/><path class="cls-5" d="M196.88,63.89a5.43,5.43,0,0,1-3.66-1.26,4.18,4.18,0,0,1-1.47-3.34,4.11,4.11,0,0,1,1.74-3.51,7,7,0,0,1,4.28-1.27,7.43,7.43,0,0,1,3.73.84V55a3.08,3.08,0,0,0-1-2.42,3.76,3.76,0,0,0-2.55-.91,4,4,0,0,0-2,.53,2.71,2.71,0,0,0-1.24,1.46l-2.36-1a5.4,5.4,0,0,1,1.88-2.28,6,6,0,0,1,3.7-1,6.3,6.3,0,0,1,4.36,1.54A5.49,5.49,0,0,1,204,55.15v8.29H201.5V61.53h-.12A5,5,0,0,1,196.88,63.89Zm.42-2.36a4.14,4.14,0,0,0,2.89-1.19,3.69,3.69,0,0,0,1.31-2.81,5.07,5.07,0,0,0-3.28-.9,4.23,4.23,0,0,0-2.83.82,2.44,2.44,0,0,0-.95,1.9,1.85,1.85,0,0,0,.87,1.6A3.47,3.47,0,0,0,197.3,61.53Z"/><path class="cls-5" d="M209.67,46.27A1.82,1.82,0,1,1,210.2,45,1.73,1.73,0,0,1,209.67,46.27Zm0,17.17H207.1V49.72h2.57Z"/><path class="cls-5" d="M215.61,63.44H213v-20h2.58Z"/><path class="cls-5" d="M222.94,63.89a5.42,5.42,0,0,1-3.65-1.26,4.18,4.18,0,0,1-1.47-3.34,4.11,4.11,0,0,1,1.74-3.51,7,7,0,0,1,4.28-1.27,7.37,7.37,0,0,1,3.72.84V55a3.07,3.07,0,0,0-1-2.42,3.76,3.76,0,0,0-2.55-.91,4,4,0,0,0-2,.53,2.77,2.77,0,0,0-1.25,1.46l-2.35-1a5.32,5.32,0,0,1,1.88-2.28,6,6,0,0,1,3.69-1,6.32,6.32,0,0,1,4.37,1.54A5.49,5.49,0,0,1,230,55.15v8.29h-2.47V61.53h-.11A5.06,5.06,0,0,1,222.94,63.89Zm.42-2.36a4.16,4.16,0,0,0,2.9-1.19,3.68,3.68,0,0,0,1.3-2.81,5,5,0,0,0-3.27-.9,4.21,4.21,0,0,0-2.83.82,2.41,2.41,0,0,0-1,1.9,1.85,1.85,0,0,0,.87,1.6A3.44,3.44,0,0,0,223.36,61.53Z"/><path class="cls-5" d="M240.19,63.89a5.81,5.81,0,0,1-2.81-.68,4.63,4.63,0,0,1-1.86-1.68h-.12v1.91h-2.46v-20h2.58v6.33l-.12,1.9h.12a4.78,4.78,0,0,1,1.86-1.68,5.81,5.81,0,0,1,2.81-.67,6,6,0,0,1,4.59,2.1,8,8,0,0,1,0,10.42A6,6,0,0,1,240.19,63.89Zm-.42-2.36a4.1,4.1,0,0,0,3.08-1.35,5.67,5.67,0,0,0,0-7.2,4.19,4.19,0,0,0-6.17,0,5.73,5.73,0,0,0,0,7.22A4.08,4.08,0,0,0,239.77,61.53Z"/><path class="cls-5" d="M251.5,63.44h-2.57v-20h2.57Z"/><path class="cls-5" d="M260.72,63.89a6.6,6.6,0,0,1-5.06-2.08,7.31,7.31,0,0,1-1.94-5.23,7.53,7.53,0,0,1,1.89-5.15,6.13,6.13,0,0,1,4.83-2.16,6.3,6.3,0,0,1,4.88,2,7.55,7.55,0,0,1,1.84,5.32l0,.47H256.29a4.67,4.67,0,0,0,1.39,3.28,4.2,4.2,0,0,0,3,1.2,3.68,3.68,0,0,0,3.75-2.35l2.3,1a6.19,6.19,0,0,1-2.21,2.68A6.43,6.43,0,0,1,260.72,63.89Zm3.69-9a3.57,3.57,0,0,0-1.08-2.24,3.83,3.83,0,0,0-2.95-1.07,3.69,3.69,0,0,0-2.48.9,4.57,4.57,0,0,0-1.44,2.41Z"/><path class="cls-5" d="M278.47,46.27a1.82,1.82,0,0,1-2.58-2.57,1.83,1.83,0,0,1,2.58,0,1.82,1.82,0,0,1,0,2.57Zm0,17.17h-2.58V49.72h2.58Z"/><path class="cls-5" d="M284.29,49.72v1.9h.11A4.53,4.53,0,0,1,286.17,50a5.08,5.08,0,0,1,2.57-.69,4.82,4.82,0,0,1,3.89,1.57A6.2,6.2,0,0,1,294,55v8.4H291.4v-8q0-3.81-3.39-3.81a3.17,3.17,0,0,0-2.6,1.28,4.63,4.63,0,0,0-1,3v7.59h-2.57V49.72Z"/><path class="cls-5" d="M309.1,63.66a4,4,0,0,1-4.43-4.39v-7.2h-2.41V49.72h2.41v-4.2h2.58v4.2h3.36v2.35h-3.36v7c0,1.49.62,2.24,1.85,2.24a2.72,2.72,0,0,0,1.17-.22l.9,2.21A5.26,5.26,0,0,1,309.1,63.66Z"/><path class="cls-5" d="M315.79,43.39v6.33l-.11,1.9h.11A4.5,4.5,0,0,1,317.55,50a5.09,5.09,0,0,1,2.58-.69A4.83,4.83,0,0,1,324,50.84a6.19,6.19,0,0,1,1.34,4.2v8.4h-2.57v-8q0-3.81-3.39-3.81a3.17,3.17,0,0,0-2.6,1.28,4.57,4.57,0,0,0-1,3v7.59h-2.58v-20Z"/><path class="cls-5" d="M334.6,63.89a6.59,6.59,0,0,1-5.05-2.08,7.32,7.32,0,0,1-1.95-5.23,7.53,7.53,0,0,1,1.89-5.15,6.13,6.13,0,0,1,4.83-2.16,6.31,6.31,0,0,1,4.89,2A7.54,7.54,0,0,1,341,56.58l0,.47H330.18a4.63,4.63,0,0,0,1.39,3.28,4.2,4.2,0,0,0,3,1.2,3.68,3.68,0,0,0,3.75-2.35l2.3,1a6.15,6.15,0,0,1-2.22,2.68A6.39,6.39,0,0,1,334.6,63.89Zm3.7-9a3.68,3.68,0,0,0-1.08-2.24,3.85,3.85,0,0,0-3-1.07,3.69,3.69,0,0,0-2.48.9,4.57,4.57,0,0,0-1.44,2.41Z"/><g class="cls-6"><path class="cls-7" d="M22.89,26.57H133.11v95.18H22.89Z"/></g><g class="cls-6"><path class="cls-3" d="M90.52,36.59h-25a5,5,0,0,0,0,10h25a5,5,0,1,0,0-10Z"/></g><g class="cls-6"><g class="cls-8"><path class="cls-9" d="M38,66.65v58.4H59.26L78,92.6h47.59V66.65Zm0,0v58.4H59.26L78,92.6h47.59V66.65Z"/><path class="cls-10" d="M30.41,161.83h45.3l21-21V125.06H59.26L30.41,75.57Zm0,0h45.3l21-21V125.06H59.26L30.41,75.57Z"/><path class="cls-11" d="M78,92.6l18.74,32.45-21,36.78h49.88V92.6Zm0,0,18.74,32.45-21,36.78h49.88V92.6Z"/><circle class="cls-12" cx="78" cy="114.24" r="21.64"/><circle class="cls-13" cx="78" cy="114.24" r="17.31"/></g><g class="cls-6"><path class="cls-14" d="M22.89,26.57H133.11V74.16H22.89Z"/></g><path class="cls-15" d="M22.89,73.54H133.11v.62H22.89Z"/><path class="cls-16" d="M22.89,74.16H133.11v.63H22.89Z"/><path class="cls-15" d="M90.52,46.61h-25a5,5,0,0,1-5-4.7,1.72,1.72,0,0,0,0,.32,5,5,0,0,0,5,5h25a5,5,0,0,0,5-5,1.72,1.72,0,0,0,0-.32A5,5,0,0,1,90.52,46.61Zm-67.63-20v.63H133.11v-.63Z"/><path class="cls-17" d="M65.48,36.59h25a5,5,0,0,1,5,4.7c0-.11,0-.21,0-.32a5,5,0,0,0-5-5h-25a5,5,0,0,0-5,5,1.72,1.72,0,0,0,0,.32A5,5,0,0,1,65.48,36.59Zm60.11,84.54H30.41a7.54,7.54,0,0,1-7.52-7.52v.63a7.54,7.54,0,0,0,7.52,7.51h95.18a7.54,7.54,0,0,0,7.52-7.51v-.63A7.54,7.54,0,0,1,125.59,121.13Z"/><path class="cls-18" d="M22.89,26.57v87.67a7.54,7.54,0,0,0,7.52,7.51h95.18a7.54,7.54,0,0,0,7.52-7.51V26.57Zm67.63,20h-25a5,5,0,0,1,0-10h25a5,5,0,1,1,0,10Z"/><path class="cls-1" d="M17.89,14.05H138.11V134.28H17.89Z"/></g></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 494 161.83"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2,.cls-7{clip-path:url(#clip-path);}.cls-3{fill:#f2f2f2;}.cls-4{clip-path:url(#clip-path-4);}.cls-5{fill:#eee;}.cls-15,.cls-6{fill:#fff;}.cls-8{fill:#db4437;}.cls-9{fill:#0f9d58;}.cls-10{fill:#ffcd40;}.cls-11{fill:#f1f1f1;}.cls-12{fill:#4285f4;}.cls-13,.cls-14{fill:#212121;}.cls-13,.cls-15{fill-opacity:0.05;}.cls-14{fill-opacity:0.02;}.cls-16{fill:#231f20;fill-opacity:0.1;}.cls-17{fill:url(#radial-gradient);}</style><clipPath id="clip-path"><circle class="cls-1" cx="78" cy="114.24" r="47.59"/></clipPath><clipPath id="clip-path-4"><path class="cls-1" d="M22.89,26.57v87.67a7.54,7.54,0,0,0,7.52,7.51h95.18a7.54,7.54,0,0,0,7.52-7.51V26.57Zm67.63,20h-25a5,5,0,0,1,0-10h25a5,5,0,1,1,0,10Z"/></clipPath><radialGradient id="radial-gradient" cx="90.33" cy="-949.65" r="570.08" gradientTransform="matrix(0.25, 0, 0, -0.25, 0, -211.25)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0.1"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></radialGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="chrome-web-store-white"><rect class="cls-1" width="494" height="148"/><path class="cls-3" d="M172.13,105.16a14,14,0,0,1-9.8-23.72,13.35,13.35,0,0,1,9.8-4,12.26,12.26,0,0,1,9.73,4.33l-2.36,2.3a8.93,8.93,0,0,0-7.37-3.37,10,10,0,0,0-7.3,2.92,11.33,11.33,0,0,0,0,15.32,10,10,0,0,0,7.3,2.92,10.45,10.45,0,0,0,8.14-3.84l2.37,2.37a12.9,12.9,0,0,1-4.55,3.45A14,14,0,0,1,172.13,105.16Z"/><path class="cls-3" d="M189.08,78.08v8.36L188.93,89h.15a6.06,6.06,0,0,1,2.33-2.2,6.78,6.78,0,0,1,3.4-.9A6.42,6.42,0,0,1,200,87.92a8.25,8.25,0,0,1,1.77,5.55v11.1h-3.4V94q0-5-4.48-5a4.21,4.21,0,0,0-3.44,1.69,6.08,6.08,0,0,0-1.33,3.9v10h-3.41V78.08Z"/><path class="cls-3" d="M209.13,104.57h-3.4V86.44H209v3h.15A4.66,4.66,0,0,1,211.26,87a6.12,6.12,0,0,1,3.13-1,6.4,6.4,0,0,1,2.55.45l-1.3,3.18a5.14,5.14,0,0,0-1.81-.26,4.46,4.46,0,0,0-3.27,1.46,5.26,5.26,0,0,0-1.43,3.83Z"/><path class="cls-3" d="M219.64,88.6a9.52,9.52,0,0,1,13.39,0,10.37,10.37,0,0,1,0,13.8,9.5,9.5,0,0,1-13.39,0,10.37,10.37,0,0,1,0-13.8Zm2.53,11.66a5.74,5.74,0,0,0,8.33,0,7.3,7.3,0,0,0,0-9.51,5.72,5.72,0,0,0-8.33,0,7.34,7.34,0,0,0,0,9.51Z"/><path class="cls-3" d="M238.4,104.57V86.44h3.26V89h.14a6.41,6.41,0,0,1,2.39-2.2,6.51,6.51,0,0,1,3.2-.9q4.22,0,5.73,3.47a7.11,7.11,0,0,1,6.33-3.47,5.81,5.81,0,0,1,4.85,2.05,8.77,8.77,0,0,1,1.63,5.57v11.1h-3.41V94a5.92,5.92,0,0,0-1-3.89,3.8,3.8,0,0,0-3-1.15,4,4,0,0,0-3.31,1.71,6.15,6.15,0,0,0-1.31,3.88v10h-3.41V94a5.92,5.92,0,0,0-1-3.89,3.82,3.82,0,0,0-3-1.15,4,4,0,0,0-3.31,1.71,6.16,6.16,0,0,0-1.32,3.88v10Z"/><path class="cls-3" d="M278.14,105.16a8.72,8.72,0,0,1-6.68-2.74,9.67,9.67,0,0,1-2.57-6.92,10,10,0,0,1,2.49-6.8,8.13,8.13,0,0,1,6.39-2.85,8.34,8.34,0,0,1,6.45,2.62,10,10,0,0,1,2.43,7l0,.63H272.29a6.16,6.16,0,0,0,1.83,4.33,5.56,5.56,0,0,0,3.94,1.59,4.88,4.88,0,0,0,5-3.11l3,1.26a8.08,8.08,0,0,1-2.92,3.54A8.49,8.49,0,0,1,278.14,105.16ZM283,93.32a4.83,4.83,0,0,0-1.42-3A5.1,5.1,0,0,0,277.69,89a4.86,4.86,0,0,0-3.27,1.19,6.06,6.06,0,0,0-1.91,3.18Z"/><path class="cls-3" d="M327.87,78.08l-7.07,26.49h-3.48l-5.7-17.46h-.15l-5.69,17.46H302.3l-7.37-26.49h3.56l5.58,20.83h.15L310,81.63h3.18l5.73,17.28H319l5.29-20.83Z"/><path class="cls-3" d="M336.71,105.16a8.72,8.72,0,0,1-6.68-2.74,9.67,9.67,0,0,1-2.57-6.92,9.94,9.94,0,0,1,2.5-6.8,8.09,8.09,0,0,1,6.38-2.85,8.34,8.34,0,0,1,6.45,2.62,10,10,0,0,1,2.43,7l0,.63H330.86a6.16,6.16,0,0,0,1.83,4.33,5.58,5.58,0,0,0,3.94,1.59,4.87,4.87,0,0,0,5-3.11l3,1.26a8.17,8.17,0,0,1-2.93,3.54A8.47,8.47,0,0,1,336.71,105.16Zm4.88-11.84a4.83,4.83,0,0,0-1.42-3A5.1,5.1,0,0,0,336.26,89,4.88,4.88,0,0,0,333,90.14a6.06,6.06,0,0,0-1.91,3.18Z"/><path class="cls-3" d="M357.91,105.16a7.75,7.75,0,0,1-3.72-.89,6.22,6.22,0,0,1-2.46-2.22h-.15v2.52h-3.25V78.08h3.4v8.36L351.58,89h.15a6.37,6.37,0,0,1,2.46-2.22,7.74,7.74,0,0,1,3.72-.88A8,8,0,0,1,364,88.62a10.57,10.57,0,0,1,0,13.77A8,8,0,0,1,357.91,105.16Zm-.56-3.11a5.42,5.42,0,0,0,4.07-1.79,7.47,7.47,0,0,0,0-9.51,5.53,5.53,0,0,0-8.15,0,7.59,7.59,0,0,0,0,9.55A5.42,5.42,0,0,0,357.35,102.05Z"/><path class="cls-3" d="M384.73,105.16a9.88,9.88,0,0,1-5.64-1.89A8.72,8.72,0,0,1,375.48,98l3.11-1.25a7.11,7.11,0,0,0,2.28,3.68,5.69,5.69,0,0,0,3.86,1.49,6.19,6.19,0,0,0,3.8-1.16,3.75,3.75,0,0,0,1.57-3.16,4.1,4.1,0,0,0-1.57-3.43,16.55,16.55,0,0,0-5-2.24,13.28,13.28,0,0,1-5.33-2.86,6,6,0,0,1-1.81-4.5,6.57,6.57,0,0,1,2.26-5,8.28,8.28,0,0,1,5.88-2.11A8.51,8.51,0,0,1,390,79.17a7.77,7.77,0,0,1,2.74,3.68l-3.11,1.3A4.62,4.62,0,0,0,388,81.81a5.23,5.23,0,0,0-3.39-1.07,5.32,5.32,0,0,0-3.35,1.09,3.35,3.35,0,0,0-1.38,2.72,3.08,3.08,0,0,0,1.27,2.5,12.17,12.17,0,0,0,3.76,1.83,32.06,32.06,0,0,1,3.27,1.22,15.59,15.59,0,0,1,2.67,1.57,6.23,6.23,0,0,1,2,2.45,7.82,7.82,0,0,1,.69,3.38,7.3,7.3,0,0,1-.8,3.44,6.43,6.43,0,0,1-2.11,2.41,10.57,10.57,0,0,1-5.94,1.81Z"/><path class="cls-3" d="M404.05,104.86a5.26,5.26,0,0,1-5.85-5.8V89.55H395V86.44h3.18V80.89h3.41v5.55h4.44v3.11h-4.44V98.8c0,2,.81,3,2.44,3a3.6,3.6,0,0,0,1.55-.3l1.19,2.92A6.93,6.93,0,0,1,404.05,104.86Z"/><path class="cls-3" d="M410.71,88.6a9.52,9.52,0,0,1,13.39,0,10.37,10.37,0,0,1,0,13.8,9.5,9.5,0,0,1-13.39,0,10.37,10.37,0,0,1,0-13.8Zm2.53,11.66a5.74,5.74,0,0,0,8.33,0,7.3,7.3,0,0,0,0-9.51,5.72,5.72,0,0,0-8.33,0,7.34,7.34,0,0,0,0,9.51Z"/><path class="cls-3" d="M432.87,104.57h-3.4V86.44h3.25v3h.15A4.62,4.62,0,0,1,435,87a6.09,6.09,0,0,1,3.12-1,6.41,6.41,0,0,1,2.56.45l-1.3,3.18a5.18,5.18,0,0,0-1.81-.26,4.48,4.48,0,0,0-3.28,1.46,5.26,5.26,0,0,0-1.42,3.83Z"/><path class="cls-3" d="M450,105.16a8.74,8.74,0,0,1-6.68-2.74,9.71,9.71,0,0,1-2.57-6.92,9.94,9.94,0,0,1,2.5-6.8,8.09,8.09,0,0,1,6.38-2.85,8.37,8.37,0,0,1,6.46,2.62,10,10,0,0,1,2.42,7l0,.63H444.16a6.08,6.08,0,0,0,1.83,4.33,5.54,5.54,0,0,0,3.94,1.59,4.86,4.86,0,0,0,4.95-3.11l3,1.26a8.15,8.15,0,0,1-2.92,3.54A8.52,8.52,0,0,1,450,105.16Zm4.88-11.84a4.77,4.77,0,0,0-1.42-3,5.09,5.09,0,0,0-3.9-1.41,4.91,4.91,0,0,0-3.28,1.19,6,6,0,0,0-1.9,3.18Z"/><path class="cls-3" d="M160.34,63.44l7.56-20h2.91l7.56,20h-2.86L173.58,58h-8.43l-2,5.43ZM166,55.6h6.66l-3.27-9.05h-.11Z"/><path class="cls-3" d="M183,63.44l-5.54-13.72h2.8l4,10.64h.05l4.09-10.64h2.75l-5.6,13.72Z"/><path class="cls-3" d="M196.88,63.89a5.43,5.43,0,0,1-3.66-1.26,4.18,4.18,0,0,1-1.47-3.34,4.11,4.11,0,0,1,1.74-3.51,7,7,0,0,1,4.28-1.27,7.43,7.43,0,0,1,3.73.84V55a3.08,3.08,0,0,0-1-2.42,3.76,3.76,0,0,0-2.55-.91,4,4,0,0,0-2,.53,2.71,2.71,0,0,0-1.24,1.46l-2.36-1a5.4,5.4,0,0,1,1.88-2.28,6,6,0,0,1,3.7-1,6.3,6.3,0,0,1,4.36,1.54A5.49,5.49,0,0,1,204,55.15v8.29H201.5V61.53h-.12A5,5,0,0,1,196.88,63.89Zm.42-2.36a4.14,4.14,0,0,0,2.89-1.19,3.69,3.69,0,0,0,1.31-2.81,5.07,5.07,0,0,0-3.28-.9,4.23,4.23,0,0,0-2.83.82,2.44,2.44,0,0,0-.95,1.9,1.85,1.85,0,0,0,.87,1.6A3.47,3.47,0,0,0,197.3,61.53Z"/><path class="cls-3" d="M209.67,46.27A1.82,1.82,0,1,1,210.2,45,1.73,1.73,0,0,1,209.67,46.27Zm0,17.17H207.1V49.72h2.57Z"/><path class="cls-3" d="M215.61,63.44H213v-20h2.58Z"/><path class="cls-3" d="M222.94,63.89a5.42,5.42,0,0,1-3.65-1.26,4.18,4.18,0,0,1-1.47-3.34,4.11,4.11,0,0,1,1.74-3.51,7,7,0,0,1,4.28-1.27,7.37,7.37,0,0,1,3.72.84V55a3.07,3.07,0,0,0-1-2.42,3.76,3.76,0,0,0-2.55-.91,4,4,0,0,0-2,.53,2.77,2.77,0,0,0-1.25,1.46l-2.35-1a5.32,5.32,0,0,1,1.88-2.28,6,6,0,0,1,3.69-1,6.32,6.32,0,0,1,4.37,1.54A5.49,5.49,0,0,1,230,55.15v8.29h-2.47V61.53h-.11A5.06,5.06,0,0,1,222.94,63.89Zm.42-2.36a4.16,4.16,0,0,0,2.9-1.19,3.68,3.68,0,0,0,1.3-2.81,5,5,0,0,0-3.27-.9,4.21,4.21,0,0,0-2.83.82,2.41,2.41,0,0,0-1,1.9,1.85,1.85,0,0,0,.87,1.6A3.44,3.44,0,0,0,223.36,61.53Z"/><path class="cls-3" d="M240.19,63.89a5.81,5.81,0,0,1-2.81-.68,4.63,4.63,0,0,1-1.86-1.68h-.12v1.91h-2.46v-20h2.58v6.33l-.12,1.9h.12a4.78,4.78,0,0,1,1.86-1.68,5.81,5.81,0,0,1,2.81-.67,6,6,0,0,1,4.59,2.1,8,8,0,0,1,0,10.42A6,6,0,0,1,240.19,63.89Zm-.42-2.36a4.1,4.1,0,0,0,3.08-1.35,5.67,5.67,0,0,0,0-7.2,4.19,4.19,0,0,0-6.17,0,5.73,5.73,0,0,0,0,7.22A4.08,4.08,0,0,0,239.77,61.53Z"/><path class="cls-3" d="M251.5,63.44h-2.57v-20h2.57Z"/><path class="cls-3" d="M260.72,63.89a6.6,6.6,0,0,1-5.06-2.08,7.31,7.31,0,0,1-1.94-5.23,7.53,7.53,0,0,1,1.89-5.15,6.13,6.13,0,0,1,4.83-2.16,6.3,6.3,0,0,1,4.88,2,7.55,7.55,0,0,1,1.84,5.32l0,.47H256.29a4.67,4.67,0,0,0,1.39,3.28,4.2,4.2,0,0,0,3,1.2,3.68,3.68,0,0,0,3.75-2.35l2.3,1a6.19,6.19,0,0,1-2.21,2.68A6.43,6.43,0,0,1,260.72,63.89Zm3.69-9a3.57,3.57,0,0,0-1.08-2.24,3.83,3.83,0,0,0-2.95-1.07,3.69,3.69,0,0,0-2.48.9,4.57,4.57,0,0,0-1.44,2.41Z"/><path class="cls-3" d="M278.47,46.27a1.82,1.82,0,0,1-2.58-2.57,1.83,1.83,0,0,1,2.58,0,1.82,1.82,0,0,1,0,2.57Zm0,17.17h-2.58V49.72h2.58Z"/><path class="cls-3" d="M284.29,49.72v1.9h.11A4.53,4.53,0,0,1,286.17,50a5.08,5.08,0,0,1,2.57-.69,4.82,4.82,0,0,1,3.89,1.57A6.2,6.2,0,0,1,294,55v8.4H291.4v-8q0-3.81-3.39-3.81a3.17,3.17,0,0,0-2.6,1.28,4.63,4.63,0,0,0-1,3v7.59h-2.57V49.72Z"/><path class="cls-3" d="M309.1,63.66a4,4,0,0,1-4.43-4.39v-7.2h-2.41V49.72h2.41v-4.2h2.58v4.2h3.36v2.35h-3.36v7c0,1.49.62,2.24,1.85,2.24a2.72,2.72,0,0,0,1.17-.22l.9,2.21A5.26,5.26,0,0,1,309.1,63.66Z"/><path class="cls-3" d="M315.79,43.39v6.33l-.11,1.9h.11A4.5,4.5,0,0,1,317.55,50a5.09,5.09,0,0,1,2.58-.69A4.83,4.83,0,0,1,324,50.84a6.19,6.19,0,0,1,1.34,4.2v8.4h-2.57v-8q0-3.81-3.39-3.81a3.17,3.17,0,0,0-2.6,1.28,4.57,4.57,0,0,0-1,3v7.59h-2.58v-20Z"/><path class="cls-3" d="M334.6,63.89a6.59,6.59,0,0,1-5.05-2.08,7.32,7.32,0,0,1-1.95-5.23,7.53,7.53,0,0,1,1.89-5.15,6.13,6.13,0,0,1,4.83-2.16,6.31,6.31,0,0,1,4.89,2A7.54,7.54,0,0,1,341,56.58l0,.47H330.18a4.63,4.63,0,0,0,1.39,3.28,4.2,4.2,0,0,0,3,1.2,3.68,3.68,0,0,0,3.75-2.35l2.3,1a6.15,6.15,0,0,1-2.22,2.68A6.39,6.39,0,0,1,334.6,63.89Zm3.7-9a3.68,3.68,0,0,0-1.08-2.24,3.85,3.85,0,0,0-3-1.07,3.69,3.69,0,0,0-2.48.9,4.57,4.57,0,0,0-1.44,2.41Z"/><g class="cls-4"><path class="cls-5" d="M22.89,26.57H133.11v95.18H22.89Z"/></g><g class="cls-4"><path class="cls-6" d="M90.52,36.59h-25a5,5,0,0,0,0,10h25a5,5,0,1,0,0-10Z"/></g><g class="cls-4"><g class="cls-7"><path class="cls-8" d="M38,66.65v58.4H59.26L78,92.6h47.59V66.65Zm0,0v58.4H59.26L78,92.6h47.59V66.65Z"/><path class="cls-9" d="M30.41,161.83h45.3l21-21V125.06H59.26L30.41,75.57Zm0,0h45.3l21-21V125.06H59.26L30.41,75.57Z"/><path class="cls-10" d="M78,92.6l18.74,32.45-21,36.78h49.88V92.6Zm0,0,18.74,32.45-21,36.78h49.88V92.6Z"/><circle class="cls-11" cx="78" cy="114.24" r="21.64"/><circle class="cls-12" cx="78" cy="114.24" r="17.31"/></g><g class="cls-4"><path class="cls-13" d="M22.89,26.57H133.11V74.16H22.89Z"/></g><path class="cls-14" d="M22.89,73.54H133.11v.62H22.89Z"/><path class="cls-15" d="M22.89,74.16H133.11v.63H22.89Z"/><path class="cls-14" d="M90.52,46.61h-25a5,5,0,0,1-5-4.7,1.72,1.72,0,0,0,0,.32,5,5,0,0,0,5,5h25a5,5,0,0,0,5-5,1.72,1.72,0,0,0,0-.32A5,5,0,0,1,90.52,46.61Zm-67.63-20v.63H133.11v-.63Z"/><path class="cls-16" d="M65.48,36.59h25a5,5,0,0,1,5,4.7c0-.11,0-.21,0-.32a5,5,0,0,0-5-5h-25a5,5,0,0,0-5,5,1.72,1.72,0,0,0,0,.32A5,5,0,0,1,65.48,36.59Zm60.11,84.54H30.41a7.54,7.54,0,0,1-7.52-7.52v.63a7.54,7.54,0,0,0,7.52,7.51h95.18a7.54,7.54,0,0,0,7.52-7.51v-.63A7.54,7.54,0,0,1,125.59,121.13Z"/><path class="cls-17" d="M22.89,26.57v87.67a7.54,7.54,0,0,0,7.52,7.51h95.18a7.54,7.54,0,0,0,7.52-7.51V26.57Zm67.63,20h-25a5,5,0,0,1,0-10h25a5,5,0,1,1,0,10Z"/><path class="cls-1" d="M17.89,14.05H138.11V134.28H17.89Z"/></g></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1063.8 252.33"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2,.cls-4{isolation:isolate;}.cls-2{opacity:0.35;fill:url(#radial-gradient);}.cls-3{fill:url(#linear-gradient-2);}.cls-4{opacity:0.41;fill:url(#radial-gradient-2);}.cls-5{fill:url(#radial-gradient-3);}.cls-6{fill:url(#radial-gradient-4);}</style><linearGradient id="linear-gradient" x1="155.37" y1="241.36" x2="331.09" y2="241.36" gradientTransform="matrix(1, 0, 0, -1, -97.5, 415.83)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0c59a4"/><stop offset="1" stop-color="#114a8b"/></linearGradient><radialGradient id="radial-gradient" cx="-6.36" cy="554.51" r="4.42" gradientTransform="matrix(21.27, 0, 0, -20.21, 290.19, 11381.29)" gradientUnits="userSpaceOnUse"><stop offset="0.72" stop-opacity="0"/><stop offset="0.95" stop-opacity="0.53"/><stop offset="1"/></radialGradient><linearGradient id="linear-gradient-2" x1="248.09" y1="317.53" x2="138.31" y2="197.95" gradientTransform="matrix(1, 0, 0, -1, -97.5, 415.83)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1b9de2"/><stop offset="0.16" stop-color="#1595df"/><stop offset="0.67" stop-color="#0680d7"/><stop offset="1" stop-color="#0078d4"/></linearGradient><radialGradient id="radial-gradient-2" cx="-25.29" cy="560.68" r="4.42" gradientTransform="matrix(4.79, -31.63, -25.55, -3.87, 14516.27, 1566.88)" gradientUnits="userSpaceOnUse"><stop offset="0.76" stop-opacity="0"/><stop offset="0.95" stop-opacity="0.5"/><stop offset="1"/></radialGradient><radialGradient id="radial-gradient-3" cx="-12.96" cy="569.77" r="4.42" gradientTransform="matrix(-1.81, 45.15, 96.15, 3.85, -54781.41, -1559.63)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#35c1f1"/><stop offset="0.11" stop-color="#34c1ed"/><stop offset="0.23" stop-color="#2fc2df"/><stop offset="0.31" stop-color="#2bc3d2"/><stop offset="0.67" stop-color="#36c752"/></radialGradient><radialGradient id="radial-gradient-4" cx="-4.14" cy="580.76" r="4.42" gradientTransform="matrix(6.08, 20.84, 16.95, -4.94, -9580.47, 3033.19)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#66eb6e"/><stop offset="1" stop-color="#66eb6e" stop-opacity="0"/></radialGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="edge-addon-black"><path class="cls-1" d="M227.73,187.79a91.75,91.75,0,0,1-10.38,4.64A100.64,100.64,0,0,1,182,198.8c-46.63,0-87.26-32.08-87.26-73.25a31,31,0,0,1,16.19-26.92c-42.18,1.78-53,45.73-53,71.49,0,72.81,67.11,80.19,81.57,80.19,7.79,0,19.55-2.26,26.61-4.49l1.29-.44a126.52,126.52,0,0,0,65.64-52,3.95,3.95,0,0,0-5.25-5.56Z"/><path class="cls-2" d="M227.73,187.79a91.75,91.75,0,0,1-10.38,4.64A100.64,100.64,0,0,1,182,198.8c-46.63,0-87.26-32.08-87.26-73.25a31,31,0,0,1,16.19-26.92c-42.18,1.78-53,45.73-53,71.49,0,72.81,67.11,80.19,81.57,80.19,7.79,0,19.55-2.26,26.61-4.49l1.29-.44a126.52,126.52,0,0,0,65.64-52,3.95,3.95,0,0,0-5.25-5.56Z"/><path class="cls-3" d="M104.2,237.93a78,78,0,0,1-22.41-21A79.56,79.56,0,0,1,110.9,98.63c3.07-1.45,8.32-4.07,15.31-3.94a31.84,31.84,0,0,1,25.32,12.81,31.4,31.4,0,0,1,6.27,18.39c0-.2,24.11-78.45-78.85-78.45C35.69,47.44.11,88.5.11,124.52A128.37,128.37,0,0,0,12,179.71a126.15,126.15,0,0,0,154.13,66.15A74.53,74.53,0,0,1,104.29,238Z"/><path class="cls-4" d="M104.2,237.93a78,78,0,0,1-22.41-21A79.56,79.56,0,0,1,110.9,98.63c3.07-1.45,8.32-4.07,15.31-3.94a31.84,31.84,0,0,1,25.32,12.81,31.4,31.4,0,0,1,6.27,18.39c0-.2,24.11-78.45-78.85-78.45C35.69,47.44.11,88.5.11,124.52A128.37,128.37,0,0,0,12,179.71a126.15,126.15,0,0,0,154.13,66.15A74.53,74.53,0,0,1,104.29,238Z"/><path class="cls-5" d="M150.13,146.71c-.8,1-3.25,2.47-3.25,5.58,0,2.57,1.67,5.05,4.65,7.13,14.17,9.85,40.89,8.55,41,8.55a58.77,58.77,0,0,0,29.83-8.23,60.49,60.49,0,0,0,30-52.12c.26-22.08-7.88-36.77-11.17-43.27C220.25,23.5,175.17,0,126.15,0A126.15,126.15,0,0,0,0,124.38c.47-36,36.27-65.1,78.85-65.1,3.44,0,23.12.34,41.39,9.93,16.1,8.45,24.54,18.66,30.4,28.78,6.09,10.52,7.18,23.81,7.18,29.1S155.12,140.23,150.13,146.71Z"/><path class="cls-6" d="M150.13,146.71c-.8,1-3.25,2.47-3.25,5.58,0,2.57,1.67,5.05,4.65,7.13,14.17,9.85,40.89,8.55,41,8.55a58.77,58.77,0,0,0,29.83-8.23,60.49,60.49,0,0,0,30-52.12c.26-22.08-7.88-36.77-11.17-43.27C220.25,23.5,175.17,0,126.15,0A126.15,126.15,0,0,0,0,124.38c.47-36,36.27-65.1,78.85-65.1,3.44,0,23.12.34,41.39,9.93,16.1,8.45,24.54,18.66,30.4,28.78,6.09,10.52,7.18,23.81,7.18,29.1S155.12,140.23,150.13,146.71Z"/><path d="M393.23,84.32v10.1H343v28.66h46.84v10.11H343v31.18h50.63v10.1H331V84.32Z"/><path d="M454,174.47v-8.84h-.25a15.75,15.75,0,0,1-8.33,7.83,31.83,31.83,0,0,1-12.5,2.4,29.51,29.51,0,0,1-13.2-2.78,27,27,0,0,1-9.34-7.45,32.25,32.25,0,0,1-5.62-10.85,44.74,44.74,0,0,1-1.89-13.14,45.79,45.79,0,0,1,1.83-13.13,30.94,30.94,0,0,1,5.55-10.79,27,27,0,0,1,9.34-7.33,29.89,29.89,0,0,1,13.07-2.71,31.39,31.39,0,0,1,5.43.51,27.16,27.16,0,0,1,5.81,1.7,24.34,24.34,0,0,1,5.49,3.16,17.14,17.14,0,0,1,4.36,4.86H454V84.32h10.73v90.15ZM415.39,151.3a24,24,0,0,0,3.66,7.77,18,18,0,0,0,6.31,5.43,19.15,19.15,0,0,0,9,2,17.74,17.74,0,0,0,15.41-7.77,23.68,23.68,0,0,0,3.47-7.89,38.06,38.06,0,0,0,1.07-9,37.5,37.5,0,0,0-1.14-9.28,22.79,22.79,0,0,0-3.59-7.89,18.42,18.42,0,0,0-6.38-5.5,19.92,19.92,0,0,0-9.47-2.08,18.46,18.46,0,0,0-9.22,2.15,17.13,17.13,0,0,0-6.06,5.68,24.78,24.78,0,0,0-3.28,8.08,42.5,42.5,0,0,0-1,9.34A33.33,33.33,0,0,0,415.39,151.3Z"/><path d="M530.22,192.91q-7.32,8-23,8a44,44,0,0,1-9.28-1,28.43,28.43,0,0,1-8.58-3.28,19.92,19.92,0,0,1-6.38-5.94,16.89,16.89,0,0,1-2.78-9H491a7.86,7.86,0,0,0,1.83,4.92,13.36,13.36,0,0,0,4.16,3.29,20.25,20.25,0,0,0,5.37,1.83,28.92,28.92,0,0,0,5.56.57,20,20,0,0,0,9-1.83,17,17,0,0,0,6.06-5,20.79,20.79,0,0,0,3.47-7.77,43.12,43.12,0,0,0,1.08-10v-4.29h-.26a18,18,0,0,1-8.39,8.9,26.05,26.05,0,0,1-11.94,2.84,28.72,28.72,0,0,1-12.75-2.65,26.55,26.55,0,0,1-9.09-7.13,30.39,30.39,0,0,1-5.49-10.48,43.27,43.27,0,0,1-1.83-12.69,49.57,49.57,0,0,1,1.51-11.93,32.64,32.64,0,0,1,5.05-11.11,27.65,27.65,0,0,1,9.35-8.21q5.81-3.23,14.27-3.22a24.2,24.2,0,0,1,11.36,2.71,19.2,19.2,0,0,1,8.08,8.15h.13V109.2h10.1v59.72Q537.55,185,530.22,192.91Zm-13.7-29.36a17.48,17.48,0,0,0,6-5.81,26.54,26.54,0,0,0,3.35-8.14,39.73,39.73,0,0,0,1.07-9.09,36,36,0,0,0-1-8.46,23.55,23.55,0,0,0-3.22-7.51,16.79,16.79,0,0,0-5.74-5.37,17,17,0,0,0-8.59-2,18.47,18.47,0,0,0-8.84,2,17.17,17.17,0,0,0-6,5.24,22.45,22.45,0,0,0-3.41,7.57,37.16,37.16,0,0,0-1.07,9,45,45,0,0,0,.89,8.84,24.74,24.74,0,0,0,3,8,17,17,0,0,0,5.68,5.81,16.31,16.31,0,0,0,8.84,2.21A17.31,17.31,0,0,0,516.52,163.55Z"/><path d="M599.92,170.31q-7.32,5.55-18.44,5.55a33.57,33.57,0,0,1-13.57-2.52,26.84,26.84,0,0,1-9.66-7.07,30.1,30.1,0,0,1-5.87-10.86,52.63,52.63,0,0,1-2.21-13.77A39.37,39.37,0,0,1,552.44,128a32.64,32.64,0,0,1,6.38-10.73,28.88,28.88,0,0,1,9.72-7.07,29.6,29.6,0,0,1,12.31-2.53q8.71,0,14.46,3.6a28.68,28.68,0,0,1,9.22,9.15,36.53,36.53,0,0,1,4.8,12.12,52.11,52.11,0,0,1,1.07,12.5H561.54a25.69,25.69,0,0,0,1,8.15,17.83,17.83,0,0,0,10.1,11.55,22.19,22.19,0,0,0,9.21,1.77q6.82,0,11.18-3.16t5.74-9.59h10.61Q607.25,164.75,599.92,170.31Zm-2.59-41.92a18.26,18.26,0,0,0-17.11-11.24,18.8,18.8,0,0,0-7.51,1.45,17.47,17.47,0,0,0-5.75,4,18.85,18.85,0,0,0-3.78,5.87,22,22,0,0,0-1.64,7.13H599A21.93,21.93,0,0,0,597.33,128.39Z"/><path d="M696.13,84.32l35.23,90.15H718.1l-9.85-27.14H670.12L660,174.47H647.77l35.1-90.15Zm8.33,52.91-15-42h-.26l-15.27,42Z"/><path d="M786,174.47v-8.84h-.25a15.74,15.74,0,0,1-8.34,7.83,31.76,31.76,0,0,1-12.5,2.4,29.43,29.43,0,0,1-13.19-2.78,27,27,0,0,1-9.34-7.45,32.25,32.25,0,0,1-5.62-10.85,44.42,44.42,0,0,1-1.9-13.14,46.14,46.14,0,0,1,1.83-13.13,31,31,0,0,1,5.56-10.79,27,27,0,0,1,9.34-7.33,29.86,29.86,0,0,1,13.07-2.71,31.57,31.57,0,0,1,5.43.51,27.33,27.33,0,0,1,5.81,1.7,24.79,24.79,0,0,1,5.49,3.16,17.29,17.29,0,0,1,4.36,4.86H786V84.32h10.73v90.15ZM747.46,151.3a23.79,23.79,0,0,0,3.66,7.77,18,18,0,0,0,6.31,5.43,19.15,19.15,0,0,0,9,2,17.74,17.74,0,0,0,15.4-7.77,23.29,23.29,0,0,0,3.47-7.89,38,38,0,0,0-.06-18.24,23,23,0,0,0-3.6-7.89,18.39,18.39,0,0,0-6.37-5.5,19.92,19.92,0,0,0-9.47-2.08,18.44,18.44,0,0,0-9.22,2.15,17,17,0,0,0-6.06,5.68,24.56,24.56,0,0,0-3.28,8.08,42.5,42.5,0,0,0-1,9.34A32.93,32.93,0,0,0,747.46,151.3Z"/><path d="M860.9,174.47v-8.84h-.25a15.74,15.74,0,0,1-8.34,7.83,31.76,31.76,0,0,1-12.5,2.4,29.46,29.46,0,0,1-13.19-2.78,27,27,0,0,1-9.34-7.45,32.25,32.25,0,0,1-5.62-10.85,44.74,44.74,0,0,1-1.9-13.14,46.14,46.14,0,0,1,1.83-13.13,31,31,0,0,1,5.56-10.79,27,27,0,0,1,9.34-7.33,29.86,29.86,0,0,1,13.07-2.71,31.48,31.48,0,0,1,5.43.51,27.16,27.16,0,0,1,5.81,1.7,24.34,24.34,0,0,1,5.49,3.16,17.14,17.14,0,0,1,4.36,4.86h.25V84.32h10.73v90.15ZM822.33,151.3a24,24,0,0,0,3.66,7.77,18,18,0,0,0,6.31,5.43,19.15,19.15,0,0,0,9,2,17.7,17.7,0,0,0,15.4-7.77,23.5,23.5,0,0,0,3.48-7.89,38.06,38.06,0,0,0,1.07-9,37.5,37.5,0,0,0-1.14-9.28,22.79,22.79,0,0,0-3.59-7.89,18.42,18.42,0,0,0-6.38-5.5,19.92,19.92,0,0,0-9.47-2.08,18.46,18.46,0,0,0-9.22,2.15,17.13,17.13,0,0,0-6.06,5.68,24.78,24.78,0,0,0-3.28,8.08,42.5,42.5,0,0,0-1,9.34A33.33,33.33,0,0,0,822.33,151.3Z"/><path d="M922.89,134.32v10.1H886.4v-10.1Z"/><path d="M935.77,128.45a30.61,30.61,0,0,1,6.06-10.86,28.65,28.65,0,0,1,10-7.26,36.56,36.56,0,0,1,27.33,0,28.66,28.66,0,0,1,9.91,7.26,30.48,30.48,0,0,1,6.07,10.86,43.71,43.71,0,0,1,2,13.45,43,43,0,0,1-2,13.38,30.47,30.47,0,0,1-6.07,10.8,27.87,27.87,0,0,1-9.91,7.19,37.34,37.34,0,0,1-27.33,0,27.87,27.87,0,0,1-10-7.19,30.61,30.61,0,0,1-6.06-10.8,42.73,42.73,0,0,1-2-13.38A43.41,43.41,0,0,1,935.77,128.45Zm10.92,24a22.21,22.21,0,0,0,4.36,7.7,18.89,18.89,0,0,0,6.5,4.74,19.82,19.82,0,0,0,15.79,0,18.89,18.89,0,0,0,6.5-4.74,22,22,0,0,0,4.35-7.7,36,36,0,0,0,0-21.09,22.69,22.69,0,0,0-4.35-7.76,18.68,18.68,0,0,0-6.5-4.8,19.82,19.82,0,0,0-15.79,0,18.68,18.68,0,0,0-6.5,4.8,22.88,22.88,0,0,0-4.36,7.76,36.2,36.2,0,0,0,0,21.09Z"/><path d="M1019.86,109.2v10.35h.26q6.69-11.86,21.21-11.87a28.29,28.29,0,0,1,10.73,1.77,17.64,17.64,0,0,1,6.94,4.92,18.38,18.38,0,0,1,3.73,7.51,40.76,40.76,0,0,1,1.07,9.66v42.93h-10.73V130.28q0-6.06-3.54-9.59t-9.72-3.54a21.69,21.69,0,0,0-8.52,1.52,16,16,0,0,0-6,4.29,18.49,18.49,0,0,0-3.6,6.5,26.42,26.42,0,0,0-1.2,8.14v36.87h-10.73V109.2Z"/></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1063.8 252.33"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2,.cls-4{isolation:isolate;}.cls-2{opacity:0.35;fill:url(#radial-gradient);}.cls-3{fill:url(#linear-gradient-2);}.cls-4{opacity:0.41;fill:url(#radial-gradient-2);}.cls-5{fill:url(#radial-gradient-3);}.cls-6{fill:url(#radial-gradient-4);}.cls-7{fill:#fff;}</style><linearGradient id="linear-gradient" x1="155.37" y1="-530.04" x2="331.09" y2="-530.04" gradientTransform="matrix(1, 0, 0, -1, -97.5, -355.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0c59a4"/><stop offset="1" stop-color="#114a8b"/></linearGradient><radialGradient id="radial-gradient" cx="-6.36" cy="149.72" r="4.42" gradientTransform="matrix(21.27, 0, 0, -20.21, 290.19, 3201.5)" gradientUnits="userSpaceOnUse"><stop offset="0.72" stop-opacity="0"/><stop offset="0.95" stop-opacity="0.53"/><stop offset="1"/></radialGradient><linearGradient id="linear-gradient-2" x1="248.09" y1="-453.86" x2="138.31" y2="-573.44" gradientTransform="matrix(1, 0, 0, -1, -97.5, -355.56)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1b9de2"/><stop offset="0.16" stop-color="#1595df"/><stop offset="0.67" stop-color="#0680d7"/><stop offset="1" stop-color="#0078d4"/></linearGradient><radialGradient id="radial-gradient-2" cx="-37.21" cy="172.75" r="4.42" gradientTransform="matrix(4.79, -31.63, -25.55, -3.87, 4661.63, -311.96)" gradientUnits="userSpaceOnUse"><stop offset="0.76" stop-opacity="0"/><stop offset="0.95" stop-opacity="0.5"/><stop offset="1"/></radialGradient><radialGradient id="radial-gradient-3" cx="-4.43" cy="184.23" r="4.42" gradientTransform="matrix(-1.81, 45.15, 96.15, 3.85, -17696.56, -461.94)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#35c1f1"/><stop offset="0.11" stop-color="#34c1ed"/><stop offset="0.23" stop-color="#2fc2df"/><stop offset="0.31" stop-color="#2bc3d2"/><stop offset="0.67" stop-color="#36c752"/></radialGradient><radialGradient id="radial-gradient-4" cx="12.92" cy="188.94" r="4.42" gradientTransform="matrix(6.08, 20.84, 16.95, -4.94, -3043.98, 741.02)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#66eb6e"/><stop offset="1" stop-color="#66eb6e" stop-opacity="0"/></radialGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="edge-addon-white"><path class="cls-1" d="M227.73,187.79a91.75,91.75,0,0,1-10.38,4.64A100.64,100.64,0,0,1,182,198.8c-46.63,0-87.26-32.08-87.26-73.25a31,31,0,0,1,16.19-26.92c-42.18,1.78-53,45.73-53,71.49,0,72.81,67.11,80.19,81.57,80.19,7.79,0,19.55-2.26,26.61-4.49l1.29-.44a126.52,126.52,0,0,0,65.64-52,3.95,3.95,0,0,0-5.25-5.56Z"/><path class="cls-2" d="M227.73,187.79a91.75,91.75,0,0,1-10.38,4.64A100.64,100.64,0,0,1,182,198.8c-46.63,0-87.26-32.08-87.26-73.25a31,31,0,0,1,16.19-26.92c-42.18,1.78-53,45.73-53,71.49,0,72.81,67.11,80.19,81.57,80.19,7.79,0,19.55-2.26,26.61-4.49l1.29-.44a126.52,126.52,0,0,0,65.64-52,3.95,3.95,0,0,0-5.25-5.56Z"/><path class="cls-3" d="M104.2,237.93a78,78,0,0,1-22.41-21A79.56,79.56,0,0,1,110.9,98.63c3.07-1.45,8.32-4.07,15.31-3.94a31.84,31.84,0,0,1,25.32,12.81,31.4,31.4,0,0,1,6.27,18.39c0-.2,24.11-78.45-78.85-78.45C35.69,47.44.11,88.5.11,124.52A128.37,128.37,0,0,0,12,179.71a126.15,126.15,0,0,0,154.13,66.15A74.53,74.53,0,0,1,104.29,238Z"/><path class="cls-4" d="M104.2,237.93a78,78,0,0,1-22.41-21A79.56,79.56,0,0,1,110.9,98.63c3.07-1.45,8.32-4.07,15.31-3.94a31.84,31.84,0,0,1,25.32,12.81,31.4,31.4,0,0,1,6.27,18.39c0-.2,24.11-78.45-78.85-78.45C35.69,47.44.11,88.5.11,124.52A128.37,128.37,0,0,0,12,179.71a126.15,126.15,0,0,0,154.13,66.15A74.53,74.53,0,0,1,104.29,238Z"/><path class="cls-5" d="M150.13,146.71c-.8,1-3.25,2.47-3.25,5.58,0,2.57,1.67,5.05,4.65,7.13,14.17,9.85,40.89,8.55,41,8.55a58.77,58.77,0,0,0,29.83-8.23,60.49,60.49,0,0,0,30-52.12c.26-22.08-7.88-36.77-11.17-43.27C220.25,23.5,175.17,0,126.15,0A126.15,126.15,0,0,0,0,124.38c.47-36,36.27-65.1,78.85-65.1,3.44,0,23.12.34,41.39,9.93,16.1,8.45,24.54,18.66,30.4,28.78,6.09,10.52,7.18,23.81,7.18,29.1S155.12,140.23,150.13,146.71Z"/><path class="cls-6" d="M150.13,146.71c-.8,1-3.25,2.47-3.25,5.58,0,2.57,1.67,5.05,4.65,7.13,14.17,9.85,40.89,8.55,41,8.55a58.77,58.77,0,0,0,29.83-8.23,60.49,60.49,0,0,0,30-52.12c.26-22.08-7.88-36.77-11.17-43.27C220.25,23.5,175.17,0,126.15,0A126.15,126.15,0,0,0,0,124.38c.47-36,36.27-65.1,78.85-65.1,3.44,0,23.12.34,41.39,9.93,16.1,8.45,24.54,18.66,30.4,28.78,6.09,10.52,7.18,23.81,7.18,29.1S155.12,140.23,150.13,146.71Z"/><path class="cls-7" d="M393.23,84.32v10.1H343v28.66h46.84v10.11H343v31.18h50.63v10.1H331V84.32Z"/><path class="cls-7" d="M454,174.47v-8.84h-.25a15.79,15.79,0,0,1-8.33,7.83,31.83,31.83,0,0,1-12.5,2.4,29.64,29.64,0,0,1-13.2-2.77,27.13,27.13,0,0,1-9.34-7.46,32.25,32.25,0,0,1-5.62-10.85,44.74,44.74,0,0,1-1.89-13.14,45.79,45.79,0,0,1,1.83-13.13,30.94,30.94,0,0,1,5.55-10.79,27,27,0,0,1,9.34-7.33,29.89,29.89,0,0,1,13.07-2.71,31.39,31.39,0,0,1,5.43.51,27.16,27.16,0,0,1,5.81,1.7,24.34,24.34,0,0,1,5.49,3.16,17.14,17.14,0,0,1,4.36,4.86H454V84.32h10.73v90.15ZM415.39,151.3a24,24,0,0,0,3.66,7.77,18,18,0,0,0,6.31,5.43,19.15,19.15,0,0,0,9,2,17.74,17.74,0,0,0,15.41-7.77,23.68,23.68,0,0,0,3.47-7.89,38.06,38.06,0,0,0,1.07-9,37.5,37.5,0,0,0-1.14-9.28,22.79,22.79,0,0,0-3.59-7.89,18.42,18.42,0,0,0-6.38-5.5,19.92,19.92,0,0,0-9.47-2.08,18.46,18.46,0,0,0-9.22,2.15,17.13,17.13,0,0,0-6.06,5.68,24.78,24.78,0,0,0-3.28,8.08,42.5,42.5,0,0,0-1,9.34A33.33,33.33,0,0,0,415.39,151.3Z"/><path class="cls-7" d="M530.22,192.91q-7.32,8-23,8a44,44,0,0,1-9.28-1,28.17,28.17,0,0,1-8.58-3.28,19.92,19.92,0,0,1-6.38-5.94,16.89,16.89,0,0,1-2.78-9H491a7.86,7.86,0,0,0,1.83,4.92,13.22,13.22,0,0,0,4.16,3.29,20.25,20.25,0,0,0,5.37,1.83,28.92,28.92,0,0,0,5.56.57,19.9,19.9,0,0,0,9-1.83,17,17,0,0,0,6.06-5,20.79,20.79,0,0,0,3.47-7.77,43.1,43.1,0,0,0,1.08-10v-4.3h-.26a18,18,0,0,1-8.39,8.9,26.05,26.05,0,0,1-11.94,2.84,28.72,28.72,0,0,1-12.75-2.65,26.55,26.55,0,0,1-9.09-7.13,30.39,30.39,0,0,1-5.49-10.48,43.27,43.27,0,0,1-1.83-12.69,49.57,49.57,0,0,1,1.51-11.93,32.64,32.64,0,0,1,5.05-11.11,27.65,27.65,0,0,1,9.35-8.21q5.81-3.23,14.27-3.22a24.2,24.2,0,0,1,11.36,2.71,19.2,19.2,0,0,1,8.08,8.15h.13V109.2h10.1v59.72Q537.55,185,530.22,192.91Zm-13.7-29.36a17.48,17.48,0,0,0,6-5.81,26.54,26.54,0,0,0,3.35-8.14,39.73,39.73,0,0,0,1.07-9.09,36,36,0,0,0-1-8.46,23.55,23.55,0,0,0-3.22-7.51,16.79,16.79,0,0,0-5.74-5.37,17,17,0,0,0-8.59-2,18.47,18.47,0,0,0-8.84,2,17.17,17.17,0,0,0-6,5.24,22.45,22.45,0,0,0-3.41,7.57,37.16,37.16,0,0,0-1.07,9,44.93,44.93,0,0,0,.89,8.84,24.74,24.74,0,0,0,3,8,17,17,0,0,0,5.68,5.81,16.31,16.31,0,0,0,8.84,2.21A17.31,17.31,0,0,0,516.52,163.55Z"/><path class="cls-7" d="M599.92,170.31q-7.32,5.55-18.44,5.55a33.57,33.57,0,0,1-13.57-2.52,26.84,26.84,0,0,1-9.66-7.07,30.1,30.1,0,0,1-5.87-10.86,52.63,52.63,0,0,1-2.21-13.77A39.37,39.37,0,0,1,552.44,128a32.64,32.64,0,0,1,6.38-10.73,28.88,28.88,0,0,1,9.72-7.07,29.6,29.6,0,0,1,12.31-2.53q8.71,0,14.46,3.6a28.68,28.68,0,0,1,9.22,9.15,36.53,36.53,0,0,1,4.8,12.12,52.11,52.11,0,0,1,1.07,12.5H561.54a25.69,25.69,0,0,0,1,8.15,18.24,18.24,0,0,0,3.66,6.82,18,18,0,0,0,6.44,4.73,22.19,22.19,0,0,0,9.21,1.77q6.82,0,11.18-3.16t5.74-9.59h10.61Q607.25,164.75,599.92,170.31Zm-2.59-41.92a18.34,18.34,0,0,0-3.91-5.87,19.32,19.32,0,0,0-20.71-3.92,17.47,17.47,0,0,0-5.75,4,18.85,18.85,0,0,0-3.78,5.87,22,22,0,0,0-1.64,7.13H599A21.93,21.93,0,0,0,597.33,128.39Z"/><path class="cls-7" d="M696.13,84.32l35.23,90.15H718.1l-9.85-27.14H670.12L660,174.47H647.77l35.1-90.15Zm8.33,52.91-15-42h-.26l-15.27,42Z"/><path class="cls-7" d="M786,174.47v-8.84h-.25a15.77,15.77,0,0,1-8.34,7.83,31.76,31.76,0,0,1-12.5,2.4,29.57,29.57,0,0,1-13.19-2.77,27.13,27.13,0,0,1-9.34-7.46,32.25,32.25,0,0,1-5.62-10.85,44.42,44.42,0,0,1-1.9-13.14,46.14,46.14,0,0,1,1.83-13.13,31,31,0,0,1,5.56-10.79,27,27,0,0,1,9.34-7.33,29.86,29.86,0,0,1,13.07-2.71,31.57,31.57,0,0,1,5.43.51,27.33,27.33,0,0,1,5.81,1.7,24.79,24.79,0,0,1,5.49,3.16,17.29,17.29,0,0,1,4.36,4.86H786V84.32h10.73v90.15ZM747.46,151.3a23.79,23.79,0,0,0,3.66,7.77,18,18,0,0,0,6.31,5.43,19.15,19.15,0,0,0,9,2,17.74,17.74,0,0,0,15.4-7.77,23.29,23.29,0,0,0,3.47-7.89,38,38,0,0,0-.06-18.24,23,23,0,0,0-3.6-7.89,18.39,18.39,0,0,0-6.37-5.5,19.92,19.92,0,0,0-9.47-2.08,18.44,18.44,0,0,0-9.22,2.15,17,17,0,0,0-6.06,5.68,24.56,24.56,0,0,0-3.28,8.08,42.5,42.5,0,0,0-1,9.34A32.93,32.93,0,0,0,747.46,151.3Z"/><path class="cls-7" d="M860.9,174.47v-8.84h-.25a15.77,15.77,0,0,1-8.34,7.83,31.76,31.76,0,0,1-12.5,2.4,29.6,29.6,0,0,1-13.19-2.77,27.13,27.13,0,0,1-9.34-7.46,32.25,32.25,0,0,1-5.62-10.85,44.74,44.74,0,0,1-1.9-13.14,46.14,46.14,0,0,1,1.83-13.13,31,31,0,0,1,5.56-10.79,27,27,0,0,1,9.34-7.33,29.86,29.86,0,0,1,13.07-2.71,31.48,31.48,0,0,1,5.43.51,27.16,27.16,0,0,1,5.81,1.7,24.34,24.34,0,0,1,5.49,3.16,17.14,17.14,0,0,1,4.36,4.86h.25V84.32h10.73v90.15ZM822.33,151.3a24,24,0,0,0,3.66,7.77,18,18,0,0,0,6.31,5.43,19.15,19.15,0,0,0,9,2,17.7,17.7,0,0,0,15.4-7.77,23.5,23.5,0,0,0,3.48-7.89,38.06,38.06,0,0,0,1.07-9,37.5,37.5,0,0,0-1.14-9.28,22.79,22.79,0,0,0-3.59-7.89,18.42,18.42,0,0,0-6.38-5.5,19.92,19.92,0,0,0-9.47-2.08,18.46,18.46,0,0,0-9.22,2.15,17.13,17.13,0,0,0-6.06,5.68,24.78,24.78,0,0,0-3.28,8.08,42.5,42.5,0,0,0-1,9.34A33.33,33.33,0,0,0,822.33,151.3Z"/><path class="cls-7" d="M922.89,134.32v10.1H886.4v-10.1Z"/><path class="cls-7" d="M935.77,128.45a30.61,30.61,0,0,1,6.06-10.86,28.65,28.65,0,0,1,10-7.26,36.56,36.56,0,0,1,27.33,0,28.66,28.66,0,0,1,9.91,7.26,30.48,30.48,0,0,1,6.07,10.86,43.71,43.71,0,0,1,2,13.45,43,43,0,0,1-2,13.38,30.56,30.56,0,0,1-6.07,10.8,27.87,27.87,0,0,1-9.91,7.19,37.34,37.34,0,0,1-27.33,0,27.87,27.87,0,0,1-10-7.19,30.69,30.69,0,0,1-6.06-10.8,42.73,42.73,0,0,1-2-13.38A43.41,43.41,0,0,1,935.77,128.45Zm10.92,24a22.21,22.21,0,0,0,4.36,7.7,18.89,18.89,0,0,0,6.5,4.74,19.82,19.82,0,0,0,15.79,0,18.89,18.89,0,0,0,6.5-4.74,22,22,0,0,0,4.35-7.7,36,36,0,0,0,0-21.09,22.69,22.69,0,0,0-4.35-7.76,18.68,18.68,0,0,0-6.5-4.8,19.82,19.82,0,0,0-15.79,0,18.68,18.68,0,0,0-6.5,4.8,22.88,22.88,0,0,0-4.36,7.76,36.2,36.2,0,0,0,0,21.09Z"/><path class="cls-7" d="M1019.86,109.2v10.35h.26q6.69-11.86,21.21-11.87a28.29,28.29,0,0,1,10.73,1.77,17.64,17.64,0,0,1,6.94,4.92,18.38,18.38,0,0,1,3.73,7.51,40.76,40.76,0,0,1,1.07,9.66v42.93h-10.73V130.28q0-6.06-3.54-9.59t-9.72-3.54a21.87,21.87,0,0,0-8.52,1.52,15.89,15.89,0,0,0-6,4.29,18.49,18.49,0,0,0-3.6,6.5,26.42,26.42,0,0,0-1.2,8.14v36.87h-10.73V109.2Z"/></g></g></g></svg>
@@ -91,7 +91,7 @@
91
91
  "Check out our Multi Factor Authentication configuration guide.": "Schauen Sie sich unsere Konfigurationsanleitung für Mehrfachfaktor-Authentifizierung an.",
92
92
  "Check out our ldap configuration guide.": "Sehen Sie sich unsere Ldap Konfigurationsanleitung an.",
93
93
  "Check your mailbox!": "Überprüfen Sie Ihre Mailbox!",
94
- "Check your spam folder if you do not see hear from us after a while.": "Überprüfen Sie Ihren Spam-Ordner, wenn Sie nach einer Weile nichts von uns gehört haben.",
94
+ "Check your spam folder if you do not hear from us after a while": "Überprüfen Sie Ihren Spam-Ordner, wenn Sie nach einer Weile nichts von uns gehört haben.",
95
95
  "Choose a file": "Datei auswählen",
96
96
  "Choose the export format (csv and kdbx are supported)": "Wählen Sie das Exportformat (csv und kdbx werden unterstützt)",
97
97
  "Click save to apply your pending changes.": "Klicken Sie auf Speichern, um Ihre ausstehenden Änderungen anzuwenden.",
@@ -194,7 +194,7 @@
194
194
  "Enter the password and/or key file": "Passwort und/oder Schlüsseldatei eingeben",
195
195
  "Entropy:": "Entropie:",
196
196
  "Error": "Fehler",
197
- "Errors details": "Fehlerdetails",
197
+ "Error details": "Fehlerdetails",
198
198
  "Errors:": "Fehler",
199
199
  "Exclude look-alike characters": "Ausschließen von gleichartigen Zeichen",
200
200
  "Expires": "Abläuft",
@@ -213,7 +213,7 @@
213
213
  "Folder": "Ordner",
214
214
  "Folder name": "Ordnername",
215
215
  "Folders": "Ordner",
216
- "Folders errors": "Ordnerfehler",
216
+ "Folder errors": "Ordnerfehler",
217
217
  "For Openldap only. Defines which group object to use.": "Legt nur für Openldap fest, welche Gruppen-Objekt verwendet werden soll.",
218
218
  "For Openldap only. Defines which user object to use.": "Legt nur für Openldap fest, welches Benutzerobjekt verwendet werden soll.",
219
219
  "For any change or question related to your passbolt subscription, kindly contact our sales team.": "Für jegliche Änderung oder Frage bezüglich Ihres Passwort-Abonnements wenden Sie sich bitte an unser Verkaufsteam.",
@@ -252,7 +252,7 @@
252
252
  "If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.": "Falls während der Übertragung ein Problem aufgetreten ist, wurde die Operation entweder auf der mobilen Seite abgebrochen oder das Authentifizierungs-Token abgelaufen.",
253
253
  "If this does not work get in touch with support.": "Sollte dies nicht funktionieren, kontaktieren Sie bitte unser Support-Team.",
254
254
  "If this is empty then it will be queried from the RootDSE.": "Wenn diese Option leer ist, wird sie von der RootDSE abgefragt.",
255
- "If you do not access, you can request a new account to the administrator.": "Wenn Sie keinen Zugriff haben, können Sie einen neuen Account an den Administrator anfordern.",
255
+ "If you do not have access, you can request a new account from the administrator.": "Wenn Sie keinen Zugriff haben, können Sie einen neuen Account an den Administrator anfordern.",
256
256
  "If you have multiple browsers configured, the passphrase will need to be changed in all places individually.": "Wenn Sie mehrere Browser konfiguriert haben, muss die Passphrase jeweils einzeln geändert werden.",
257
257
  "Ignored:": "Ignoriert",
258
258
  "Import": "Importieren",
@@ -536,7 +536,7 @@
536
536
  "The operation failed with the following error:": "Der Vorgang ist mit folgendem Fehler fehlgeschlagen:",
537
537
  "The operation has been aborted.": "Der Vorgang wurde abgebrochen.",
538
538
  "The operation was cancelled.": "Der Vorgang wurde abgebrochen.",
539
- "The operation was successfull.": "Der Vorgang war erfolgreich.",
539
+ "The operation was successful.": "Der Vorgang war erfolgreich.",
540
540
  "The passphrase is invalid.": "Die Passphrase ist ungültig.",
541
541
  "The passphrase is stored on your device and never sent server side.": "Die Passphrase wird auf Ihrem Gerät gespeichert und niemals an den Server gesendet.",
542
542
  "The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.": "Die Passphrase wird zum Verschlüsseln Ihres geheimen Schlüssels verwendet, der benötigt wird, um Ihre Geheimnisse, wie z. B. Passwörter, zu entschlüsseln.",
@@ -600,12 +600,12 @@
600
600
  "This security token will be displayed when your passphrase is requested, so you can verify quickly the form is coming from passbolt.": "Dieses Sicherheits-Token wird angezeigt, wenn Ihre Passphrase angefordert wird, damit Sie leicht überprüfen können, dass das Formular von Passbolt herstellt wurde.",
601
601
  "This shared tag can't be added, you are not the owner": "Dieses geteilte Tag kann nicht hinzugefügt werden, Sie sind nicht der Besitzer",
602
602
  "This shared tag can't be deleted, you are not the owner": "Dieses geteilte Tag kann nicht gelöscht werden, Sie sind nicht der Besitzer",
603
- "This tag can't be added, the length cannot exceeds {{tagMaxLength}}": "Dieses Tag kann nicht hinzugefügt werden, die Länge kann {{tagMaxLength}} nicht überschreiten",
603
+ "This tag can't be added, the length cannot exceed {{tagMaxLength}}": "Dieses Tag kann nicht hinzugefügt werden, die Länge kann {{tagMaxLength}} nicht überschreiten",
604
604
  "This tag is already present": "Dieser Tag ist bereits vorhanden",
605
605
  "This user is an administrator": "Dieser Benutzer ist ein Administrator",
606
606
  "This user is the sole owner of some content. You need to transfer the ownership to others to continue.": "Dieser Benutzer ist der alleinige Eigentümer eines Inhalts. Sie müssen das Eigentum auf andere übertragen, um fortzufahren.",
607
607
  "This will help protect you from <1>phishing attacks</1>.": "Dies wird dabei helfen, Sie vor <1>Phishing-Attacken</1> zu schützen.",
608
- "This will help protect you from phishing attack": "Dies wird dabei helfen, Sie vor Phishing-Attacken zu schützen",
608
+ "This will help protect you from phishing attacks": "Dies wird dabei helfen, Sie vor Phishing-Attacken zu schützen",
609
609
  "Time-based One Time Password": "Zeitbasiertes einmaliges Passwort",
610
610
  "Tips for choosing a good passphrase": "Tipps zur Auswahl einer guten Passphrase",
611
611
  "Transfer complete!": "Transfer abgeschlossen!",
@@ -660,8 +660,8 @@
660
660
  "Warning: This action can’t be undone. Other users may lose access.": "Warnung: Diese Aktion kann nicht rückgängig gemacht werden. Andere Benutzer*innen verlieren möglicherweise den Zugriff.",
661
661
  "Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.": "Warnung: Diese Aktion kann nicht rückgängig gemacht werden. Benutzer*innen in dieser Gruppe können den Zugriff auf Inhalte verlieren, die mit dieser geteilt wurden.",
662
662
  "Warning: this is the maximum size for this field, make sure your data was not truncated": "Warnung: Dies ist die maximale Größe für dieses Feld. Stellen Sie sicher, dass Ihre Daten nicht abgeschnitten wurden",
663
- "We send you a link to verify your email.": "Wir senden Ihnen einen Link zur Bestätigung Ihrer E-Mail-Adresse.",
664
- "Welcome back, please enter your private key to begin with the recovery process.": "Willkommen zurück, geben Sie bitte Ihren privaten Schlüssel ein, um mit dem Wiederherstellungsprozess zu beginnen.",
663
+ "We sent you a link to verify your email.": "Wir senden Ihnen einen Link zur Bestätigung Ihrer E-Mail-Adresse.",
664
+ "Welcome back, please enter your private key to begin the recovery process.": "Willkommen zurück, geben Sie bitte Ihren privaten Schlüssel ein, um mit dem Wiederherstellungsprozess zu beginnen.",
665
665
  "Welcome to Passbolt, please select a passphrase!": "Willkommen bei Passbolt, bitte wählen Sie eine Passphrase!",
666
666
  "Welcome to passbolt!": "Willkommen bei Passbolt!",
667
667
  "Welcome to the mobile account transfer!": "Willkommen bei der Handy-Kontoübertragung!",
@@ -673,7 +673,7 @@
673
673
  "When a folder is deleted, notify the users who had access to it.": "Wenn ein Ordner gelöscht wird, benachrichtige die Benutzer*innen, die Zugriff darauf hatten.",
674
674
  "When a folder is shared, notify the users who gain access to it.": "Wenn ein Ordner freigegeben wird, benachrichtige die Benutzer*innen, die Zugriff darauf haben.",
675
675
  "When a folder is updated, notify the users who have access to it.": "Wenn ein Ordner aktualisiert wird, benachrichtige die Benutzer*innen, die Zugriff darauf haben.",
676
- "When a group is deleted, notify the users who were member of it.": "Wenn eine Gruppe gelöscht wird, benachrichtige die Benutzer*innen, die Mitglied dieser Gruppe waren.",
676
+ "When a group is deleted, notify the users who were members of it.": "Wenn eine Gruppe gelöscht wird, benachrichtige die Benutzer*innen, die Mitglied dieser Gruppe waren.",
677
677
  "When a password is created, notify its creator.": "Wenn ein Ordner erstellt wurde, benachrichtige dessen Ersteller*in.",
678
678
  "When a password is deleted, notify the users who had access to it.": "Wenn ein Ordner gelöscht wird, benachrichtige die Benutzer*innen, die Zugriff darauf hatten.",
679
679
  "When a password is shared, notify the users who gain access to it.": "Wenn ein Ordner freigegeben wird, benachrichtige die Benutzer*innen, die Zugriff darauf erhalten.",
@@ -736,7 +736,7 @@
736
736
  "copy": "kopieren",
737
737
  "copy to clipboard": "in die Zwischenablage kopieren",
738
738
  "csv exports from keepassx, lastpass and 1password are supported": "CSV-Exporte von keepassx, lastpass und 1password werden unterstützt",
739
- "curently:": "aktuell: ",
739
+ "currently:": "aktuell: ",
740
740
  "deleted": "gelöscht",
741
741
  "edit": "bearbeiten",
742
742
  "email": "e-Mail",
@@ -91,7 +91,7 @@
91
91
  "Check out our Multi Factor Authentication configuration guide.": "Check out our Multi Factor Authentication configuration guide.",
92
92
  "Check out our ldap configuration guide.": "Check out our ldap configuration guide.",
93
93
  "Check your mailbox!": "Check your mailbox!",
94
- "Check your spam folder if you do not see hear from us after a while.": "Check your spam folder if you do not see hear from us after a while.",
94
+ "Check your spam folder if you do not hear from us after a while.": "Check your spam folder if you do not hear from us after a while.",
95
95
  "Choose a file": "Choose a file",
96
96
  "Choose the export format (csv and kdbx are supported)": "Choose the export format (csv and kdbx are supported)",
97
97
  "Click save to apply your pending changes.": "Click save to apply your pending changes.",
@@ -194,7 +194,7 @@
194
194
  "Enter the password and/or key file": "Enter the password and/or key file",
195
195
  "Entropy:": "Entropy:",
196
196
  "Error": "Error",
197
- "Errors details": "Errors details",
197
+ "Error details": "Error details",
198
198
  "Errors:": "Errors",
199
199
  "Exclude look-alike characters": "Exclude look-alike characters",
200
200
  "Expires": "Expires",
@@ -211,9 +211,9 @@
211
211
  "First Name": "First Name",
212
212
  "First complete the configuration steps described in the current tab.": "First complete the configuration steps described in the current tab.",
213
213
  "Folder": "Folder",
214
+ "Folder errors": "Folder errors",
214
215
  "Folder name": "Folder name",
215
216
  "Folders": "Folders",
216
- "Folders errors": "Folders errors",
217
217
  "For Openldap only. Defines which group object to use.": "For Openldap only. Defines which group object to use.",
218
218
  "For Openldap only. Defines which user object to use.": "For Openldap only. Defines which user object to use.",
219
219
  "For any change or question related to your passbolt subscription, kindly contact our sales team.": "For any change or question related to your passbolt subscription, kindly contact our sales team.",
@@ -252,7 +252,7 @@
252
252
  "If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.": "If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.",
253
253
  "If this does not work get in touch with support.": "If this does not work get in touch with support.",
254
254
  "If this is empty then it will be queried from the RootDSE.": "If this is empty then it will be queried from the RootDSE.",
255
- "If you do not access, you can request a new account to the administrator.": "If you do not access, you can request a new account to the administrator.",
255
+ "If you do not have access, you can request a new account from the administrator.": "If you do not have access, you can request a new account from the administrator.",
256
256
  "If you have multiple browsers configured, the passphrase will need to be changed in all places individually.": "If you have multiple browsers configured, the passphrase will need to be changed in all places individually.",
257
257
  "Ignored:": "Ignored",
258
258
  "Import": "Import",
@@ -536,7 +536,7 @@
536
536
  "The operation failed with the following error:": "The operation failed with the following error:",
537
537
  "The operation has been aborted.": "The operation has been aborted.",
538
538
  "The operation was cancelled.": "The operation was cancelled.",
539
- "The operation was successfull.": "The operation was successfull.",
539
+ "The operation was successful.": "The operation was successful.",
540
540
  "The passphrase is invalid.": "The passphrase is invalid.",
541
541
  "The passphrase is stored on your device and never sent server side.": "The passphrase is stored on your device and never sent server side.",
542
542
  "The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.": "The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.",
@@ -600,12 +600,12 @@
600
600
  "This security token will be displayed when your passphrase is requested, so you can verify quickly the form is coming from passbolt.": "This security token will be displayed when your passphrase is requested, so you can verify quickly the form is coming from passbolt.",
601
601
  "This shared tag can't be added, you are not the owner": "This shared tag can't be added, you are not the owner",
602
602
  "This shared tag can't be deleted, you are not the owner": "This shared tag can't be deleted, you are not the owner",
603
- "This tag can't be added, the length cannot exceeds {{tagMaxLength}}": "This tag can't be added, the length cannot exceeds {{tagMaxLength}}",
603
+ "This tag can't be added, the length cannot exceed {{tagMaxLength}}": "This tag can't be added, the length cannot exceed {{tagMaxLength}}",
604
604
  "This tag is already present": "This tag is already present",
605
605
  "This user is an administrator": "This user is an administrator",
606
606
  "This user is the sole owner of some content. You need to transfer the ownership to others to continue.": "This user is the sole owner of some content. You need to transfer the ownership to others to continue.",
607
607
  "This will help protect you from <1>phishing attacks</1>.": "This will help protect you from <1>phishing attacks</1>.",
608
- "This will help protect you from phishing attack": "This will help protect you from phishing attack",
608
+ "This will help protect you from phishing attacks": "This will help protect you from phishing attacks",
609
609
  "Time-based One Time Password": "Time-based One Time Password",
610
610
  "Tips for choosing a good passphrase": "Tips for choosing a good passphrase",
611
611
  "Transfer complete!": "Transfer complete!",
@@ -660,8 +660,8 @@
660
660
  "Warning: This action can’t be undone. Other users may lose access.": "Warning: This action can’t be undone. Other users may lose access.",
661
661
  "Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.": "Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.",
662
662
  "Warning: this is the maximum size for this field, make sure your data was not truncated": "Warning: this is the maximum size for this field, make sure your data was not truncated",
663
- "We send you a link to verify your email.": "We send you a link to verify your email.",
664
- "Welcome back, please enter your private key to begin with the recovery process.": "Welcome back, please enter your private key to begin with the recovery process.",
663
+ "We sent you a link to verify your email.": "We sent you a link to verify your email.",
664
+ "Welcome back, please enter your private key to begin the recovery process.": "Welcome back, please enter your private key to begin the recovery process.",
665
665
  "Welcome to Passbolt, please select a passphrase!": "Welcome to Passbolt, please select a passphrase!",
666
666
  "Welcome to passbolt!": "Welcome to passbolt!",
667
667
  "Welcome to the mobile account transfer!": "Welcome to the mobile account transfer!",
@@ -673,7 +673,7 @@
673
673
  "When a folder is deleted, notify the users who had access to it.": "When a folder is deleted, notify the users who had access to it.",
674
674
  "When a folder is shared, notify the users who gain access to it.": "When a folder is shared, notify the users who gain access to it.",
675
675
  "When a folder is updated, notify the users who have access to it.": "When a folder is updated, notify the users who have access to it.",
676
- "When a group is deleted, notify the users who were member of it.": "When a group is deleted, notify the users who were member of it.",
676
+ "When a group is deleted, notify the users who were members of it.": "When a group is deleted, notify the users who were members of it.",
677
677
  "When a password is created, notify its creator.": "When a password is created, notify its creator.",
678
678
  "When a password is deleted, notify the users who had access to it.": "When a password is deleted, notify the users who had access to it.",
679
679
  "When a password is shared, notify the users who gain access to it.": "When a password is shared, notify the users who gain access to it.",
@@ -701,7 +701,6 @@
701
701
  "You are about to move several folders.": "You are about to move several folders.",
702
702
  "You are about to move several items.": "You are about to move several items.",
703
703
  "You are about to move several resources.": "You are about to move several resources.",
704
- "You are not allowed to move this content": "You are not allowed to move this content",
705
704
  "You are not member of any group. Wait for a group manager to add you in a group.": "You are not member of any group. Wait for a group manager to add you in a group.",
706
705
  "You are now ready to continue the setup on your phone.": "You are now ready to continue the setup on your phone.",
707
706
  "You can find these newly imported passwords in the folder <1>{{folderName}}</1>.": "You can find these newly imported passwords in the folder <1>{{folderName}}</1>.",
@@ -736,7 +735,7 @@
736
735
  "copy": "copy",
737
736
  "copy to clipboard": "copy to clipboard",
738
737
  "csv exports from keepassx, lastpass and 1password are supported": "csv exports from keepassx, lastpass and 1password are supported",
739
- "curently:": "curently:",
738
+ "currently:": "currently:",
740
739
  "deleted": "deleted",
741
740
  "edit": "edit",
742
741
  "email": "email",