unleash-server 7.6.3 → 7.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (316) hide show
  1. package/dist/lib/db/client-applications-store.d.ts.map +1 -1
  2. package/dist/lib/db/client-applications-store.js +1 -0
  3. package/dist/lib/db/client-applications-store.js.map +1 -1
  4. package/dist/lib/db/client-applications-store.test.d.ts +2 -0
  5. package/dist/lib/db/client-applications-store.test.d.ts.map +1 -0
  6. package/dist/lib/db/client-applications-store.test.js +134 -0
  7. package/dist/lib/db/client-applications-store.test.js.map +1 -0
  8. package/dist/lib/db/index.js +2 -2
  9. package/dist/lib/db/index.js.map +1 -1
  10. package/dist/lib/events/index.d.ts +2 -1
  11. package/dist/lib/events/index.d.ts.map +1 -1
  12. package/dist/lib/events/index.js +2 -0
  13. package/dist/lib/events/index.js.map +1 -1
  14. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.d.ts +1 -1
  15. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.d.ts.map +1 -1
  16. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.js +2 -3
  17. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.js.map +1 -1
  18. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts +3 -3
  19. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts.map +1 -1
  20. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js +77 -27
  21. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js.map +1 -1
  22. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +566 -20
  23. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
  24. package/dist/lib/features/client-feature-toggles/delta/visible-revision.d.ts +3 -1
  25. package/dist/lib/features/client-feature-toggles/delta/visible-revision.d.ts.map +1 -1
  26. package/dist/lib/features/client-feature-toggles/delta/visible-revision.js +26 -3
  27. package/dist/lib/features/client-feature-toggles/delta/visible-revision.js.map +1 -1
  28. package/dist/lib/features/client-feature-toggles/delta/visible-revision.test.js +9 -1
  29. package/dist/lib/features/client-feature-toggles/delta/visible-revision.test.js.map +1 -1
  30. package/dist/lib/features/events/event-store.d.ts +1 -1
  31. package/dist/lib/features/events/event-store.d.ts.map +1 -1
  32. package/dist/lib/features/events/event-store.js +26 -4
  33. package/dist/lib/features/events/event-store.js.map +1 -1
  34. package/dist/lib/features/frontend-api/createFrontendApiService.d.ts.map +1 -1
  35. package/dist/lib/features/frontend-api/createFrontendApiService.js +3 -10
  36. package/dist/lib/features/frontend-api/createFrontendApiService.js.map +1 -1
  37. package/dist/lib/features/index.d.ts +1 -0
  38. package/dist/lib/features/index.d.ts.map +1 -1
  39. package/dist/lib/features/index.js +1 -0
  40. package/dist/lib/features/index.js.map +1 -1
  41. package/dist/lib/features/instance-stats/createInstanceStatsService.js +2 -2
  42. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  43. package/dist/lib/features/maintenance/maintenance-service.d.ts +1 -1
  44. package/dist/lib/features/maintenance/maintenance-service.d.ts.map +1 -1
  45. package/dist/lib/features/maintenance/maintenance-service.test.js +2 -2
  46. package/dist/lib/features/maintenance/maintenance-service.test.js.map +1 -1
  47. package/dist/lib/features/onboarding/createOnboardingReadModel.d.ts +2 -3
  48. package/dist/lib/features/onboarding/createOnboardingReadModel.d.ts.map +1 -1
  49. package/dist/lib/features/onboarding/createOnboardingReadModel.js +2 -2
  50. package/dist/lib/features/onboarding/createOnboardingReadModel.js.map +1 -1
  51. package/dist/lib/features/onboarding/onboarding-read-model.d.ts +3 -1
  52. package/dist/lib/features/onboarding/onboarding-read-model.d.ts.map +1 -1
  53. package/dist/lib/features/onboarding/onboarding-read-model.js +17 -2
  54. package/dist/lib/features/onboarding/onboarding-read-model.js.map +1 -1
  55. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js +1 -1
  56. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js.map +1 -1
  57. package/dist/lib/features/project/createProjectService.js +1 -1
  58. package/dist/lib/features/project/createProjectService.js.map +1 -1
  59. package/dist/lib/features/project/projects.e2e.test.js +48 -0
  60. package/dist/lib/features/project/projects.e2e.test.js.map +1 -1
  61. package/dist/lib/features/scheduler/scheduler-service.test.js +2 -2
  62. package/dist/lib/features/scheduler/scheduler-service.test.js.map +1 -1
  63. package/dist/lib/features/settings/createSettingService.d.ts +6 -0
  64. package/dist/lib/features/settings/createSettingService.d.ts.map +1 -0
  65. package/dist/lib/features/settings/createSettingService.js +15 -0
  66. package/dist/lib/features/settings/createSettingService.js.map +1 -0
  67. package/dist/{test/fixtures → lib/features/settings}/fake-setting-store.d.ts +1 -1
  68. package/dist/lib/features/settings/fake-setting-store.d.ts.map +1 -0
  69. package/dist/lib/features/settings/fake-setting-store.js.map +1 -0
  70. package/dist/lib/{services → features/settings}/setting-service.d.ts +4 -4
  71. package/dist/lib/features/settings/setting-service.d.ts.map +1 -0
  72. package/dist/lib/features/settings/setting-service.e2e.test.d.ts +2 -0
  73. package/dist/lib/features/settings/setting-service.e2e.test.d.ts.map +1 -0
  74. package/dist/{test/e2e/services/setting-service.test.js → lib/features/settings/setting-service.e2e.test.js} +7 -7
  75. package/dist/lib/features/settings/setting-service.e2e.test.js.map +1 -0
  76. package/dist/lib/{services → features/settings}/setting-service.js +2 -2
  77. package/dist/lib/features/settings/setting-service.js.map +1 -0
  78. package/dist/lib/{db → features/settings}/setting-store.d.ts +3 -3
  79. package/dist/lib/features/settings/setting-store.d.ts.map +1 -0
  80. package/dist/lib/features/settings/setting-store.e2e.test.d.ts.map +1 -0
  81. package/dist/{test/e2e/stores → lib/features/settings}/setting-store.e2e.test.js +2 -2
  82. package/dist/lib/features/settings/setting-store.e2e.test.js.map +1 -0
  83. package/dist/lib/features/settings/setting-store.js.map +1 -0
  84. package/dist/lib/{types/stores/settings-store.d.ts → features/settings/settings-store-type.d.ts} +2 -2
  85. package/dist/lib/features/settings/settings-store-type.d.ts.map +1 -0
  86. package/dist/lib/features/settings/settings-store-type.js +2 -0
  87. package/dist/lib/features/settings/settings-store-type.js.map +1 -0
  88. package/dist/lib/features/users/createUserService.d.ts.map +1 -1
  89. package/dist/lib/features/users/createUserService.js +3 -4
  90. package/dist/lib/features/users/createUserService.js.map +1 -1
  91. package/dist/lib/middleware/cors-origin-middleware.test.js +1 -1
  92. package/dist/lib/middleware/cors-origin-middleware.test.js.map +1 -1
  93. package/dist/lib/openapi/spec/context-query-parameters.d.ts +1 -1
  94. package/dist/lib/openapi/spec/context-query-parameters.d.ts.map +1 -1
  95. package/dist/lib/openapi/spec/event-schema.d.ts +1 -1
  96. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +1 -1
  97. package/dist/lib/openapi/spec/events-schema.d.ts +1 -1
  98. package/dist/lib/openapi/spec/feature-events-schema.d.ts +1 -1
  99. package/dist/lib/openapi/spec/integration-event-schema.d.ts +1 -1
  100. package/dist/lib/openapi/spec/integration-events-schema.d.ts +2 -2
  101. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.d.ts +1 -1
  102. package/dist/lib/openapi/spec/project-overview-schema.d.ts +1 -1
  103. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  104. package/dist/lib/openapi/spec/project-overview-schema.js +5 -1
  105. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  106. package/dist/lib/server-impl.d.ts +4 -4
  107. package/dist/lib/server-impl.d.ts.map +1 -1
  108. package/dist/lib/server-impl.js +2 -2
  109. package/dist/lib/server-impl.js.map +1 -1
  110. package/dist/lib/services/index.d.ts +1 -1
  111. package/dist/lib/services/index.d.ts.map +1 -1
  112. package/dist/lib/services/index.js +1 -1
  113. package/dist/lib/services/index.js.map +1 -1
  114. package/dist/lib/services/scheduler-service.test.js +2 -2
  115. package/dist/lib/services/scheduler-service.test.js.map +1 -1
  116. package/dist/lib/services/user-service.d.ts +1 -1
  117. package/dist/lib/services/user-service.d.ts.map +1 -1
  118. package/dist/lib/services/user-service.test.js +2 -2
  119. package/dist/lib/services/user-service.test.js.map +1 -1
  120. package/dist/lib/types/experimental.d.ts +1 -1
  121. package/dist/lib/types/experimental.d.ts.map +1 -1
  122. package/dist/lib/types/experimental.js +3 -3
  123. package/dist/lib/types/experimental.js.map +1 -1
  124. package/dist/lib/types/model.d.ts +1 -1
  125. package/dist/lib/types/model.d.ts.map +1 -1
  126. package/dist/lib/types/stores/client-applications-store.d.ts +1 -0
  127. package/dist/lib/types/stores/client-applications-store.d.ts.map +1 -1
  128. package/dist/lib/types/stores/event-store.d.ts +3 -2
  129. package/dist/lib/types/stores/event-store.d.ts.map +1 -1
  130. package/dist/lib/types/stores.d.ts +1 -1
  131. package/dist/lib/types/stores.d.ts.map +1 -1
  132. package/dist/lib/util/postgres-version-checker.test.js +1 -1
  133. package/dist/lib/util/postgres-version-checker.test.js.map +1 -1
  134. package/dist/server-dev.js +1 -1
  135. package/dist/server-dev.js.map +1 -1
  136. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js +2 -2
  137. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js.map +1 -1
  138. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js +1 -1
  139. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js.map +1 -1
  140. package/dist/test/e2e/services/reset-token-service.e2e.test.js +2 -2
  141. package/dist/test/e2e/services/reset-token-service.e2e.test.js.map +1 -1
  142. package/dist/test/e2e/services/user-service.e2e.test.js +1 -1
  143. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  144. package/dist/test/e2e/stores/event-store.e2e.test.js +28 -4
  145. package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
  146. package/dist/test/e2e/users/inactive/inactive-users-service.test.js +1 -1
  147. package/dist/test/e2e/users/inactive/inactive-users-service.test.js.map +1 -1
  148. package/dist/test/fixtures/fake-client-applications-store.d.ts +1 -0
  149. package/dist/test/fixtures/fake-client-applications-store.d.ts.map +1 -1
  150. package/dist/test/fixtures/fake-client-applications-store.js +3 -0
  151. package/dist/test/fixtures/fake-client-applications-store.js.map +1 -1
  152. package/dist/test/fixtures/fake-event-store.d.ts +3 -2
  153. package/dist/test/fixtures/fake-event-store.d.ts.map +1 -1
  154. package/dist/test/fixtures/fake-event-store.js +3 -2
  155. package/dist/test/fixtures/fake-event-store.js.map +1 -1
  156. package/dist/test/fixtures/fake-impact-metrics.d.ts +2 -7
  157. package/dist/test/fixtures/fake-impact-metrics.d.ts.map +1 -1
  158. package/dist/test/fixtures/fake-impact-metrics.js.map +1 -1
  159. package/dist/test/fixtures/store.js +1 -1
  160. package/dist/test/fixtures/store.js.map +1 -1
  161. package/dist/test-setup.d.ts.map +1 -1
  162. package/dist/test-setup.js +3 -1
  163. package/dist/test-setup.js.map +1 -1
  164. package/frontend/build/index.html +2 -2
  165. package/frontend/build/static/AdvancedPlayground-V8umnmfG.js +3 -0
  166. package/frontend/build/static/BackendConnections-Cnrrjtsn.js +1 -0
  167. package/frontend/build/static/CreateProject-e6oazDvk.js +1 -0
  168. package/frontend/build/static/EnterpriseEdge-DBAPcWwZ.js +6 -0
  169. package/frontend/build/static/FeatureMetricsChart-CKOQrO5t.js +2 -0
  170. package/frontend/build/static/FeatureStaleDialog-BfIPQAKa.js +689 -0
  171. package/frontend/build/static/FeatureViewLazyExport-TYU7Gf7Q.js +11 -0
  172. package/frontend/build/static/FlagMetricsChart-D1Fksr08.js +2 -0
  173. package/frontend/build/static/FrontendNetworkTrafficUsage-NjIKHiwN.js +1 -0
  174. package/frontend/build/static/GridLayoutWrapper-CN2Zeusb.js +3 -0
  175. package/frontend/build/static/ImpactMetricsPage-PU6tVGs8.js +1 -0
  176. package/frontend/build/static/LazyAdminExport-7jFrQoFr.js +38 -0
  177. package/frontend/build/static/LazyProjectExport-DUuBB2EA.js +46 -0
  178. package/frontend/build/static/LifecycleChartComponent-LoQvj2mM.js +2 -0
  179. package/frontend/build/static/LineChartComponent-C2nacZSy.js +1 -0
  180. package/frontend/build/static/MarkCompletedDialogue-x4B5vgpn.js +1 -0
  181. package/frontend/build/static/NetworkOverview-DRDwkRie.js +1 -0
  182. package/frontend/build/static/NetworkPrometheusAPIWarning-DxrGyF-4.js +1 -0
  183. package/frontend/build/static/NetworkTraffic-DBNI6tQ4.js +1 -0
  184. package/frontend/build/static/NetworkTrafficUsage-Cp7LXHBW.js +1 -0
  185. package/frontend/build/static/PercentageDonut-DxYx2sDT.js +1 -0
  186. package/frontend/build/static/ReactJSONEditor-EiPmcfsb.js +3846 -0
  187. package/frontend/build/static/RoleCell-DPCs9tBq.js +1 -0
  188. package/frontend/build/static/Safeguard-B2SRkWlK.js +1 -0
  189. package/frontend/build/static/aggregateFeatureMetrics-B--WhUm6.js +1 -0
  190. package/frontend/build/static/chart-BMc0j_v5.js +3 -0
  191. package/frontend/build/static/chartjs-plugin-annotation.esm-CII-nIyK.js +1 -0
  192. package/frontend/build/static/daysOrHours-CWsdHL8Z.js +1 -0
  193. package/frontend/build/static/dist-CYYjHgCS.js +12 -0
  194. package/frontend/build/static/enterpriseEdgeCloud-DI6o2DkU.js +1 -0
  195. package/frontend/build/static/formatTickValue-DHdXPo89.js +1 -0
  196. package/frontend/build/static/helpers-Dz6x6iMP.js +1 -0
  197. package/frontend/build/static/index-B0RbDPtk.js +403 -0
  198. package/frontend/build/static/jsx-runtime-ButemYzH.js +1 -0
  199. package/frontend/build/static/networkTrafficUsageHighlightPlugin-ecHJHisK.js +1 -0
  200. package/frontend/build/static/objectId-D7ukzTLu.js +1 -0
  201. package/frontend/build/static/style-D9DNbuD5.css +2 -0
  202. package/frontend/build/static/toDate-zSA17Csy.js +1 -0
  203. package/frontend/build/static/unknownify-D1gvOkgV.js +1 -0
  204. package/frontend/build/static/useApiTokens-Cl4y9yhp.js +1 -0
  205. package/frontend/build/static/useInstanceTrafficMetrics--5pof2Er.js +1 -0
  206. package/frontend/build/static/vanilla-picker-DhahMYgI.js +2 -0
  207. package/frontend/package.json +18 -15
  208. package/package.json +9 -9
  209. package/dist/lib/db/setting-store.d.ts.map +0 -1
  210. package/dist/lib/db/setting-store.js.map +0 -1
  211. package/dist/lib/services/setting-service.d.ts.map +0 -1
  212. package/dist/lib/services/setting-service.js.map +0 -1
  213. package/dist/lib/types/stores/settings-store.d.ts.map +0 -1
  214. package/dist/lib/types/stores/settings-store.js +0 -2
  215. package/dist/lib/types/stores/settings-store.js.map +0 -1
  216. package/dist/test/e2e/services/setting-service.test.d.ts +0 -2
  217. package/dist/test/e2e/services/setting-service.test.d.ts.map +0 -1
  218. package/dist/test/e2e/services/setting-service.test.js.map +0 -1
  219. package/dist/test/e2e/stores/setting-store.e2e.test.d.ts.map +0 -1
  220. package/dist/test/e2e/stores/setting-store.e2e.test.js.map +0 -1
  221. package/dist/test/fixtures/fake-setting-store.d.ts.map +0 -1
  222. package/dist/test/fixtures/fake-setting-store.js.map +0 -1
  223. package/frontend/build/static/24_Text format off-fTw1GZh5.svg +0 -3
  224. package/frontend/build/static/24_Text format-CsA8QQJI.svg +0 -3
  225. package/frontend/build/static/AdvancedPlayground-D7wyJyhf.js +0 -3
  226. package/frontend/build/static/BackendConnections-B2fwWxNM.js +0 -1
  227. package/frontend/build/static/CreateProject-DCsDw61O.js +0 -1
  228. package/frontend/build/static/EnterpriseEdge-Bzf3ZWSM.js +0 -6
  229. package/frontend/build/static/FeatureMetricsChart-CA7ccj4F.js +0 -2
  230. package/frontend/build/static/FeatureStaleDialog-DFGtgX-I.js +0 -689
  231. package/frontend/build/static/FeatureViewLazyExport-CVIpdGgg.js +0 -10
  232. package/frontend/build/static/FlagMetricsChart-Dcc3RwL2.js +0 -2
  233. package/frontend/build/static/FrontendNetworkTrafficUsage-C6ZZ-igE.js +0 -1
  234. package/frontend/build/static/GridLayoutWrapper-mu3C2OC4.js +0 -3
  235. package/frontend/build/static/ImpactMetricsPage-DQ3DugFo.js +0 -1
  236. package/frontend/build/static/LazyAdminExport-CEik6N0e.js +0 -38
  237. package/frontend/build/static/LazyProjectExport-C8B0wkkW.js +0 -46
  238. package/frontend/build/static/LifecycleChartComponent-DgMY7X0Z.js +0 -7
  239. package/frontend/build/static/LineChartComponent-FVKRZKUW.js +0 -1
  240. package/frontend/build/static/MarkCompletedDialogue-BFMzJ-VW.js +0 -1
  241. package/frontend/build/static/NetworkOverview-D8wtNaRF.js +0 -1
  242. package/frontend/build/static/NetworkPrometheusAPIWarning-D5-OGJsP.js +0 -1
  243. package/frontend/build/static/NetworkTraffic-3cnRG5P0.js +0 -1
  244. package/frontend/build/static/NetworkTrafficUsage-CSiuPn9W.js +0 -1
  245. package/frontend/build/static/PercentageDonut-C51wuJjA.js +0 -1
  246. package/frontend/build/static/ReactJSONEditor-BFCTTSFc.js +0 -3864
  247. package/frontend/build/static/RoleCell-CIeC6DEg.js +0 -1
  248. package/frontend/build/static/Safeguard-C9U0j0cL.js +0 -1
  249. package/frontend/build/static/aggregateFeatureMetrics-B-7cFh4G.js +0 -1
  250. package/frontend/build/static/arrowLeft-CLDXfK18.svg +0 -10
  251. package/frontend/build/static/arrowRight-CPIADLBv.svg +0 -10
  252. package/frontend/build/static/case-insensitive-CuU5weZd.svg +0 -1
  253. package/frontend/build/static/case-sensitive-D19NntKP.svg +0 -1
  254. package/frontend/build/static/changeRequestProcessWithSchedule-BmvIIWQK.svg +0 -1
  255. package/frontend/build/static/constraint-equals-giGu3HWQ.svg +0 -1
  256. package/frontend/build/static/constraint-not-equals-CJGG9pRv.svg +0 -1
  257. package/frontend/build/static/docker-HG7DQx-Z.svg +0 -5
  258. package/frontend/build/static/email-D1NVbpvG.svg +0 -17
  259. package/frontend/build/static/enterpriseEdgeCloud-DzRtm8v6.svg +0 -58
  260. package/frontend/build/static/enterpriseEdgeSelfHosted-4bnmOQVF.svg +0 -44
  261. package/frontend/build/static/formatTickValue-CaA_jBqg.js +0 -6
  262. package/frontend/build/static/heart-FRDdnX3J.svg +0 -3
  263. package/frontend/build/static/impact-metrics-icon-a6_57VN1.svg +0 -9
  264. package/frontend/build/static/import-zkumD9Zv.svg +0 -3
  265. package/frontend/build/static/index-B87DWXbl.js +0 -12
  266. package/frontend/build/static/index-C0tV9tYB.js +0 -565
  267. package/frontend/build/static/instance-health-BtMrnXEj.svg +0 -5
  268. package/frontend/build/static/isenabled-false-Bx8bRzGD.svg +0 -5
  269. package/frontend/build/static/isenabled-true-BARsh3fa.svg +0 -5
  270. package/frontend/build/static/lenovo-DIzNtfrT.svg +0 -3
  271. package/frontend/build/static/lloyds-DxlC9g3t.svg +0 -10
  272. package/frontend/build/static/logo-BpeRJ1SV.svg +0 -7
  273. package/frontend/build/static/logoBg-DDUbF9lh.svg +0 -1
  274. package/frontend/build/static/logoDark-CknUTJYV.svg +0 -1
  275. package/frontend/build/static/logoDarkWithText-D0ImZCxR.svg +0 -1
  276. package/frontend/build/static/logoWhiteBg-CwoWCg7m.svg +0 -1
  277. package/frontend/build/static/logoWhiteTransparentHorizontal-5xxVCWh8.svg +0 -1
  278. package/frontend/build/static/logoWithWhiteText-Dz7VvON3.svg +0 -1
  279. package/frontend/build/static/milestone-C0FnRl9y.svg +0 -3
  280. package/frontend/build/static/mobileGuidanceBg-D9dRgnhs.svg +0 -3
  281. package/frontend/build/static/networkTrafficUsageHighlightPlugin-D5DxaVbe.js +0 -1
  282. package/frontend/build/static/new-feature-badge-FwMmHlwT.svg +0 -7
  283. package/frontend/build/static/not_operator_selected-jLHDQXLO.svg +0 -5
  284. package/frontend/build/static/not_operator_unselected-C-130FKT.svg +0 -3
  285. package/frontend/build/static/pro-enterprise-feature-badge-PZ3Bfajk.svg +0 -7
  286. package/frontend/build/static/pro-enterprise-feature-badge-light-k8Z592E8.svg +0 -6
  287. package/frontend/build/static/projectIconSmall-USf1kO_6.svg +0 -5
  288. package/frontend/build/static/projectStatus-BQym9o3t.svg +0 -3
  289. package/frontend/build/static/releaseTemplates-GIHEC4g-.svg +0 -39
  290. package/frontend/build/static/rollout-DAvS9K1l.svg +0 -4
  291. package/frontend/build/static/samsung-DOytOsnV.svg +0 -10
  292. package/frontend/build/static/signals-Bg0cQEqp.svg +0 -21
  293. package/frontend/build/static/stage-archived-DVpSnWM_.svg +0 -12
  294. package/frontend/build/static/stage-completed-BqA7cOHN.svg +0 -10
  295. package/frontend/build/static/stage-created-IXXGyXPL.svg +0 -5
  296. package/frontend/build/static/stage-live-CnCQFmyK.svg +0 -9
  297. package/frontend/build/static/stage-prelive-BLsuhDY7.svg +0 -7
  298. package/frontend/build/static/stars-C5lq_xha.svg +0 -9
  299. package/frontend/build/static/strategyCustom-Db-ZtYWl.svg +0 -23
  300. package/frontend/build/static/strategyDefault-LnSyH2eZ.svg +0 -17
  301. package/frontend/build/static/strategyGradual-oCA99tj3.svg +0 -18
  302. package/frontend/build/static/strategyHosts-4lVYC2Bf.svg +0 -23
  303. package/frontend/build/static/strategyIPs-BHaXsOYV.svg +0 -24
  304. package/frontend/build/static/strategyOn-CX-xL0oK.svg +0 -18
  305. package/frontend/build/static/style-BfdqROT6.css +0 -1
  306. package/frontend/build/static/unknownify-B7hmSXnj.js +0 -1
  307. package/frontend/build/static/unleashHoliday-CQEG77-1.svg +0 -33
  308. package/frontend/build/static/unleashHolidayDark-B9sYfzSK.svg +0 -33
  309. package/frontend/build/static/usage-line-BHicDx-Y.svg +0 -3
  310. package/frontend/build/static/usage-rate-DnXQhqDI.svg +0 -3
  311. package/frontend/build/static/useApiTokens-DDEZMbRy.js +0 -1
  312. package/frontend/build/static/vanilla-picker-B6E6ObS_.js +0 -8
  313. package/frontend/build/static/visa-CkneNM2O.svg +0 -10
  314. /package/dist/{test/fixtures → lib/features/settings}/fake-setting-store.js +0 -0
  315. /package/dist/{test/e2e/stores → lib/features/settings}/setting-store.e2e.test.d.ts +0 -0
  316. /package/dist/lib/{db → features/settings}/setting-store.js +0 -0
@@ -1,33 +0,0 @@
1
- <svg width="150" height="58" viewBox="0 0 150 58" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2239_6192)">
3
- <path d="M28.8381 47.2041C38.9811 47.2041 47.2036 38.9816 47.2036 28.8386C47.2036 18.6956 38.9811 10.4731 28.8381 10.4731C18.6952 10.4731 10.4727 18.6956 10.4727 28.8386C10.4727 38.9816 18.6952 47.2041 28.8381 47.2041Z" fill="#1A4049"/>
4
- <path d="M31.4627 20.9663V31.4622H36.7083V20.9663H31.4627ZM26.2147 26.2142V20.9663H20.9668V36.7078H31.4627V31.4622H26.2147V26.2142Z" fill="white"/>
5
- <path d="M31.4627 20.9663V31.4622H36.7083V20.9663H31.4627ZM26.2147 26.2142V20.9663H20.9668V36.7078H31.4627V31.4622H26.2147V26.2142Z" fill="white"/>
6
- <path d="M31.4619 31.4624H36.7098V36.7103H31.4619V31.4624Z" fill="#817AFE"/>
7
- <path d="M57.7549 31.9398V25.8884H60.4936V31.6414C60.4936 33.331 61.3912 34.4421 63.0809 34.4421C64.7705 34.4421 65.6681 33.331 65.6681 31.6414V25.8884H68.4229V31.9398C68.4229 34.8485 66.4762 36.9444 63.1199 36.9444C59.7016 36.9444 57.7549 34.8485 57.7549 31.9398ZM73.9004 36.708H71.1846V25.8884H73.9004V27.7066C74.263 27.0752 74.7866 26.5513 75.4178 26.1884C76.049 25.8254 76.7651 25.6363 77.4932 25.6405C80.209 25.6405 82.0065 27.6308 82.0065 30.3879V36.708H79.2517V30.9343C79.2517 29.224 78.2462 28.09 76.6208 28.09C74.9955 28.09 73.905 29.2378 73.905 30.9343L73.9004 36.708ZM84.8072 20.9688H87.5437V36.708H84.8072V20.9688ZM101.295 31.4508V31.7493H92.6975C92.8054 33.4389 94.0451 34.7337 95.8403 34.7337C97.5735 34.7337 98.2783 33.8567 98.4711 33.5583H101.166C100.994 34.6694 99.5203 37.0018 95.8403 37.0018C92.3348 37.0018 89.961 34.5661 89.961 31.3154C89.961 27.9568 92.3118 25.6267 95.6268 25.6267C98.9417 25.6267 101.295 27.9201 101.295 31.4508ZM92.7824 29.8668H98.4298C98.0235 28.4894 97.018 27.7295 95.6268 27.7295C94.1507 27.7272 93.1245 28.5193 92.7824 29.8645V29.8668ZM107.388 29.9288H110.939C110.939 28.6249 109.954 27.7915 108.352 27.7915C106.832 27.7915 106.286 28.6042 106.107 28.882H103.352C103.581 27.7479 104.933 25.6106 108.356 25.6106C111.713 25.6106 113.574 27.3645 113.574 29.9288V33.5858C113.574 34.2493 113.804 34.5041 114.428 34.5707V36.7722H113.574C112.183 36.7516 111.35 36.2373 111.049 35.2755C110.537 36.0675 109.383 36.9444 107.544 36.9444C104.998 36.9444 103.074 35.5119 103.074 33.2874C103.074 31.0629 104.715 29.9288 107.388 29.9288ZM110.939 32.7089V31.7906H107.838C106.554 31.7906 105.771 32.2497 105.771 33.2438C105.771 34.2929 106.756 34.9127 108.124 34.9127C109.656 34.9127 110.939 34.1643 110.939 32.7089ZM120.092 32.2819C117.718 32.112 116.113 30.9986 116.113 28.9026C116.113 26.871 117.973 25.5877 120.882 25.5877C124.784 25.5877 125.886 27.5987 126.185 28.6455H123.299C123.106 28.4159 122.486 27.663 120.861 27.663C119.557 27.663 118.873 28.09 118.873 28.7534C118.873 29.3526 119.332 29.7383 120.411 29.8875L122.248 30.0803C125.179 30.3351 126.38 31.4577 126.38 33.5858C126.38 35.6175 124.69 37.0087 121.375 37.0087C117.355 37.0087 116.051 34.6763 115.838 33.6731H118.767C118.875 33.9279 119.536 34.8921 121.375 34.8921C122.895 34.8921 123.6 34.3778 123.6 33.6937C123.6 33.0096 123.216 32.6239 121.993 32.4747C121.224 32.4104 120.84 32.3691 120.092 32.2819ZM131.21 36.708H128.494V20.9688H131.21V27.7066C131.572 27.0752 132.096 26.5513 132.727 26.1884C133.358 25.8254 134.075 25.6363 134.803 25.6405C137.518 25.6405 139.316 27.6308 139.316 30.3879V36.708H136.561V30.9343C136.561 29.224 135.556 28.09 133.93 28.09C132.305 28.09 131.214 29.2378 131.214 30.9343L131.21 36.708Z" fill="#1A4049"/>
8
- <path d="M32.001 11C32.001 11 34.7574 17.3405 37.8341 20.398C40.7899 23.3353 47.0406 26.1269 47.0406 26.1269L47.0433 26.1216L54.5 6.5L57.1747 1.86646L53 4L32.001 11Z" fill="#FF458F"/>
9
- <path d="M32.001 11.0002C32.001 11.0002 33.001 12.5 36.001 14C39.7281 15.8636 44.001 12 44.001 12L57.1748 1.8667L32.001 11.0002Z" fill="white" fill-opacity="0.2"/>
10
- <mask id="mask0_2239_6192" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="1" width="26" height="26">
11
- <path d="M32.001 11C32.001 11 34.7574 17.3405 37.8341 20.398C40.7899 23.3353 47.0406 26.1269 47.0406 26.1269L47.0433 26.1216L54.5 6.5L57.1747 1.86646L53 4L32.001 11Z" fill="#FF458F"/>
12
- </mask>
13
- <g mask="url(#mask0_2239_6192)">
14
- <rect x="39.2578" y="15.4331" width="3.44623" height="3.44623" fill="#FFC800"/>
15
- <rect x="35.8115" y="7.39209" width="4.59497" height="4.59497" fill="#FFC800"/>
16
- <rect x="45.002" y="9.68945" width="3.44623" height="3.44623" fill="#FFC800"/>
17
- <rect x="47.2998" y="1.64795" width="4.59497" height="4.59497" fill="#FFC800"/>
18
- <rect x="51.8945" y="8.54053" width="3.44623" height="3.44623" fill="#FFC800"/>
19
- <rect x="45.002" y="17.7305" width="5.74371" height="5.74371" fill="#FFC800"/>
20
- </g>
21
- <path d="M57.0708 -0.0906984L55.2288 1.72138L52.7073 1.18911L53.8435 3.54975L52.5881 5.82592L55.1321 5.4726L56.8782 7.4116L57.3142 4.83262L59.6484 3.75494L57.3742 2.51594L57.0708 -0.0906984Z" fill="#817AFE"/>
22
- <rect x="96" y="12" width="5" height="5" fill="#817AFE"/>
23
- <rect x="117" y="15" width="4" height="4" fill="#FFC800"/>
24
- <rect x="61" y="11" width="3" height="3" fill="#8AD323"/>
25
- <rect x="135" y="11" width="4" height="4" fill="#FF458F"/>
26
- <rect x="75" y="4" width="4" height="4" fill="#FF458F"/>
27
- </g>
28
- <defs>
29
- <clipPath id="clip0_2239_6192">
30
- <rect width="150" height="57.6768" fill="white"/>
31
- </clipPath>
32
- </defs>
33
- </svg>
@@ -1,33 +0,0 @@
1
- <svg width="150" height="58" viewBox="0 0 150 58" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2244_6496)">
3
- <path d="M28.8381 47.2041C38.9811 47.2041 47.2036 38.9816 47.2036 28.8386C47.2036 18.6956 38.9811 10.4731 28.8381 10.4731C18.6952 10.4731 10.4727 18.6956 10.4727 28.8386C10.4727 38.9816 18.6952 47.2041 28.8381 47.2041Z" fill="white"/>
4
- <path d="M31.4627 20.9663V31.4622H36.7083V20.9663H31.4627ZM26.2147 26.2142V20.9663H20.9668V36.7078H31.4627V31.4622H26.2147V26.2142Z" fill="white"/>
5
- <path d="M31.4627 20.9663V31.4622H36.7083V20.9663H31.4627ZM26.2147 26.2142V20.9663H20.9668V36.7078H31.4627V31.4622H26.2147V26.2142Z" fill="#1A4049"/>
6
- <path d="M31.4619 31.4624H36.7098V36.7103H31.4619V31.4624Z" fill="#817AFE"/>
7
- <path d="M57.7549 31.9398V25.8884H60.4936V31.6414C60.4936 33.331 61.3912 34.4421 63.0809 34.4421C64.7705 34.4421 65.6681 33.331 65.6681 31.6414V25.8884H68.4229V31.9398C68.4229 34.8485 66.4762 36.9444 63.1199 36.9444C59.7016 36.9444 57.7549 34.8485 57.7549 31.9398ZM73.9004 36.708H71.1846V25.8884H73.9004V27.7066C74.263 27.0752 74.7866 26.5513 75.4178 26.1884C76.049 25.8254 76.7651 25.6363 77.4932 25.6405C80.209 25.6405 82.0065 27.6308 82.0065 30.3879V36.708H79.2517V30.9343C79.2517 29.224 78.2462 28.09 76.6208 28.09C74.9955 28.09 73.905 29.2378 73.905 30.9343L73.9004 36.708ZM84.8072 20.9688H87.5437V36.708H84.8072V20.9688ZM101.295 31.4508V31.7493H92.6975C92.8054 33.4389 94.0451 34.7337 95.8403 34.7337C97.5735 34.7337 98.2783 33.8567 98.4711 33.5583H101.166C100.994 34.6694 99.5203 37.0018 95.8403 37.0018C92.3348 37.0018 89.961 34.5661 89.961 31.3154C89.961 27.9568 92.3118 25.6267 95.6268 25.6267C98.9417 25.6267 101.295 27.9201 101.295 31.4508ZM92.7824 29.8668H98.4298C98.0235 28.4894 97.018 27.7295 95.6268 27.7295C94.1507 27.7272 93.1245 28.5193 92.7824 29.8645V29.8668ZM107.388 29.9288H110.939C110.939 28.6249 109.954 27.7915 108.352 27.7915C106.832 27.7915 106.286 28.6042 106.107 28.882H103.352C103.581 27.7479 104.933 25.6106 108.356 25.6106C111.713 25.6106 113.574 27.3645 113.574 29.9288V33.5858C113.574 34.2493 113.804 34.5041 114.428 34.5707V36.7722H113.574C112.183 36.7516 111.35 36.2373 111.049 35.2755C110.537 36.0675 109.383 36.9444 107.544 36.9444C104.998 36.9444 103.074 35.5119 103.074 33.2874C103.074 31.0629 104.715 29.9288 107.388 29.9288ZM110.939 32.7089V31.7906H107.838C106.554 31.7906 105.771 32.2497 105.771 33.2438C105.771 34.2929 106.756 34.9127 108.124 34.9127C109.656 34.9127 110.939 34.1643 110.939 32.7089ZM120.092 32.2819C117.718 32.112 116.113 30.9986 116.113 28.9026C116.113 26.871 117.973 25.5877 120.882 25.5877C124.784 25.5877 125.886 27.5987 126.185 28.6455H123.299C123.106 28.4159 122.486 27.663 120.861 27.663C119.557 27.663 118.873 28.09 118.873 28.7534C118.873 29.3526 119.332 29.7383 120.411 29.8875L122.248 30.0803C125.179 30.3351 126.38 31.4577 126.38 33.5858C126.38 35.6175 124.69 37.0087 121.375 37.0087C117.355 37.0087 116.051 34.6763 115.838 33.6731H118.767C118.875 33.9279 119.536 34.8921 121.375 34.8921C122.895 34.8921 123.6 34.3778 123.6 33.6937C123.6 33.0096 123.216 32.6239 121.993 32.4747C121.224 32.4104 120.84 32.3691 120.092 32.2819ZM131.21 36.708H128.494V20.9688H131.21V27.7066C131.572 27.0752 132.096 26.5513 132.727 26.1884C133.358 25.8254 134.075 25.6363 134.803 25.6405C137.518 25.6405 139.316 27.6308 139.316 30.3879V36.708H136.561V30.9343C136.561 29.224 135.556 28.09 133.93 28.09C132.305 28.09 131.214 29.2378 131.214 30.9343L131.21 36.708Z" fill="white"/>
8
- <path d="M32.001 11C32.001 11 34.7574 17.3405 37.8341 20.398C40.7899 23.3353 47.0406 26.1269 47.0406 26.1269L47.0433 26.1216L54.5 6.5L57.1747 1.86646L53 4L32.001 11Z" fill="#FF458F"/>
9
- <path d="M32.001 11.0002C32.001 11.0002 33.001 12.5 36.001 14C39.7281 15.8636 44.001 12 44.001 12L57.1748 1.8667L32.001 11.0002Z" fill="white" fill-opacity="0.2"/>
10
- <mask id="mask0_2244_6496" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="1" width="26" height="26">
11
- <path d="M32.001 11C32.001 11 34.7574 17.3405 37.8341 20.398C40.7899 23.3353 47.0406 26.1269 47.0406 26.1269L47.0433 26.1216L54.5 6.5L57.1747 1.86646L53 4L32.001 11Z" fill="#FF458F"/>
12
- </mask>
13
- <g mask="url(#mask0_2244_6496)">
14
- <rect x="39.2578" y="15.4331" width="3.44623" height="3.44623" fill="#FFC800"/>
15
- <rect x="35.8115" y="7.39209" width="4.59497" height="4.59497" fill="#FFC800"/>
16
- <rect x="45.002" y="9.68945" width="3.44623" height="3.44623" fill="#FFC800"/>
17
- <rect x="47.2998" y="1.64795" width="4.59497" height="4.59497" fill="#FFC800"/>
18
- <rect x="51.8945" y="8.54053" width="3.44623" height="3.44623" fill="#FFC800"/>
19
- <rect x="45.002" y="17.7305" width="5.74371" height="5.74371" fill="#FFC800"/>
20
- </g>
21
- <path d="M57.0708 -0.0906984L55.2288 1.72138L52.7073 1.18911L53.8435 3.54975L52.5881 5.82592L55.1321 5.4726L56.8782 7.4116L57.3142 4.83262L59.6484 3.75494L57.3742 2.51594L57.0708 -0.0906984Z" fill="#817AFE"/>
22
- <rect x="96" y="12" width="5" height="5" fill="#817AFE"/>
23
- <rect x="117" y="15" width="4" height="4" fill="#FFC800"/>
24
- <rect x="61" y="11" width="3" height="3" fill="#8AD323"/>
25
- <rect x="135" y="11" width="4" height="4" fill="#FF458F"/>
26
- <rect x="75" y="4" width="4" height="4" fill="#FF458F"/>
27
- </g>
28
- <defs>
29
- <clipPath id="clip0_2244_6496">
30
- <rect width="150" height="57.6768" fill="white"/>
31
- </clipPath>
32
- </defs>
33
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="current" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7 10H13" stroke="#6E6E70" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15 10H12.8571L11.4286 14L8.57143 6L7.14286 10H5" stroke="current" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1 +0,0 @@
1
- import{b6 as p,cp as i,r as n,b8 as u}from"./index-C0tV9tYB.js";const k=(s={})=>{const a=p("api/admin/api-tokens"),{data:t,error:e,mutate:o}=i(a,h,s),r=n.useMemo(()=>t??[],[t]),c=n.useCallback(()=>{o().catch(console.warn)},[o]);return{tokens:r,error:e,loading:!e&&!t,refetch:c}},h=async s=>(await(await fetch(s).then(u("Api tokens"))).json()).tokens;export{k as u};
@@ -1,8 +0,0 @@
1
- /*!
2
- * vanilla-picker v2.12.3
3
- * https://vanilla-picker.js.org
4
- *
5
- * Copyright 2017-2024 Andreas Borgen (https://github.com/Sphinxxxx), Adam Brooks (https://github.com/dissimulate)
6
- * Released under the ISC license.
7
- */var O=function(l,n){if(!(l instanceof n))throw new TypeError("Cannot call a class as a function")},R=function(){function l(n,e){for(var t=0;t<e.length;t++){var r=e[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(n,r.key,r)}}return function(n,e,t){return e&&l(n.prototype,e),t&&l(n,t),n}}(),y=function(){function l(n,e){var t=[],r=!0,i=!1,o=void 0;try{for(var c=n[Symbol.iterator](),a;!(r=(a=c.next()).done)&&(t.push(a.value),!(e&&t.length===e));r=!0);}catch(s){i=!0,o=s}finally{try{!r&&c.return&&c.return()}finally{if(i)throw o}}return t}return function(n,e){if(Array.isArray(n))return n;if(Symbol.iterator in Object(n))return l(n,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();String.prototype.startsWith=String.prototype.startsWith||function(l){return this.indexOf(l)===0};String.prototype.padStart=String.prototype.padStart||function(l,n){for(var e=this;e.length<l;)e=n+e;return e};var I={cb:"0f8ff",tqw:"aebd7",q:"-ffff",qmrn:"7fffd4",zr:"0ffff",bg:"5f5dc",bsq:"e4c4",bck:"---",nch:"ebcd",b:"--ff",bvt:"8a2be2",brwn:"a52a2a",brw:"deb887",ctb:"5f9ea0",hrt:"7fff-",chcT:"d2691e",cr:"7f50",rnw:"6495ed",crns:"8dc",crms:"dc143c",cn:"-ffff",Db:"--8b",Dcn:"-8b8b",Dgnr:"b8860b",Dgr:"a9a9a9",Dgrn:"-64-",Dkhk:"bdb76b",Dmgn:"8b-8b",Dvgr:"556b2f",Drng:"8c-",Drch:"9932cc",Dr:"8b--",Dsmn:"e9967a",Dsgr:"8fbc8f",DsTb:"483d8b",DsTg:"2f4f4f",Dtrq:"-ced1",Dvt:"94-d3",ppnk:"1493",pskb:"-bfff",mgr:"696969",grb:"1e90ff",rbrc:"b22222",rwht:"af0",stg:"228b22",chs:"-ff",gnsb:"dcdcdc",st:"8f8ff",g:"d7-",gnr:"daa520",gr:"808080",grn:"-8-0",grnw:"adff2f",hnw:"0fff0",htpn:"69b4",nnr:"cd5c5c",ng:"4b-82",vr:"0",khk:"0e68c",vnr:"e6e6fa",nrb:"0f5",wngr:"7cfc-",mnch:"acd",Lb:"add8e6",Lcr:"08080",Lcn:"e0ffff",Lgnr:"afad2",Lgr:"d3d3d3",Lgrn:"90ee90",Lpnk:"b6c1",Lsmn:"a07a",Lsgr:"20b2aa",Lskb:"87cefa",LsTg:"778899",Lstb:"b0c4de",Lw:"e0",m:"-ff-",mgrn:"32cd32",nn:"af0e6",mgnt:"-ff",mrn:"8--0",mqm:"66cdaa",mmb:"--cd",mmrc:"ba55d3",mmpr:"9370db",msg:"3cb371",mmsT:"7b68ee","":"-fa9a",mtr:"48d1cc",mmvt:"c71585",mnLb:"191970",ntc:"5fffa",mstr:"e4e1",mccs:"e4b5",vjw:"dead",nv:"--80",c:"df5e6",v:"808-0",vrb:"6b8e23",rng:"a5-",rngr:"45-",rch:"da70d6",pgnr:"eee8aa",pgrn:"98fb98",ptrq:"afeeee",pvtr:"db7093",ppwh:"efd5",pchp:"dab9",pr:"cd853f",pnk:"c0cb",pm:"dda0dd",pwrb:"b0e0e6",prp:"8-080",cc:"663399",r:"--",sbr:"bc8f8f",rb:"4169e1",sbrw:"8b4513",smn:"a8072",nbr:"4a460",sgrn:"2e8b57",ssh:"5ee",snn:"a0522d",svr:"c0c0c0",skb:"87ceeb",sTb:"6a5acd",sTgr:"708090",snw:"afa",n:"-ff7f",stb:"4682b4",tn:"d2b48c",t:"-8080",thst:"d8bfd8",tmT:"6347",trqs:"40e0d0",vt:"ee82ee",whT:"5deb3",wht:"",hts:"5f5f5",w:"-",wgrn:"9acd32"};function A(l){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,e=n>0?l.toFixed(n).replace(/0+$/,"").replace(/\.$/,""):l.toString();return e||"0"}var N=function(){function l(n,e,t,r){O(this,l);var i=this;function o(a){if(a.startsWith("hsl")){var s=a.match(/([\-\d\.e]+)/g).map(Number),p=y(s,4),f=p[0],u=p[1],d=p[2],b=p[3];b===void 0&&(b=1),f/=360,u/=100,d/=100,i.hsla=[f,u,d,b]}else if(a.startsWith("rgb")){var m=a.match(/([\-\d\.e]+)/g).map(Number),h=y(m,4),v=h[0],g=h[1],E=h[2],k=h[3];k===void 0&&(k=1),i.rgba=[v,g,E,k]}else a.startsWith("#")?i.rgba=l.hexToRgb(a):i.rgba=l.nameToRgb(a)||l.hexToRgb(a)}if(n!==void 0)if(Array.isArray(n))this.rgba=n;else if(t===void 0){var c=n&&""+n;c&&o(c.toLowerCase())}else this.rgba=[n,e,t,r===void 0?1:r]}return R(l,[{key:"printRGB",value:function(e){var t=e?this.rgba:this.rgba.slice(0,3),r=t.map(function(i,o){return A(i,o===3?3:0)});return e?"rgba("+r+")":"rgb("+r+")"}},{key:"printHSL",value:function(e){var t=[360,100,100,1],r=["","%","%",""],i=e?this.hsla:this.hsla.slice(0,3),o=i.map(function(c,a){return A(c*t[a],a===3?3:1)+r[a]});return e?"hsla("+o+")":"hsl("+o+")"}},{key:"printHex",value:function(e){var t=this.hex;return e?t:t.substring(0,7)}},{key:"rgba",get:function(){if(this._rgba)return this._rgba;if(!this._hsla)throw new Error("No color is set");return this._rgba=l.hslToRgb(this._hsla)},set:function(e){e.length===3&&(e[3]=1),this._rgba=e,this._hsla=null}},{key:"rgbString",get:function(){return this.printRGB()}},{key:"rgbaString",get:function(){return this.printRGB(!0)}},{key:"hsla",get:function(){if(this._hsla)return this._hsla;if(!this._rgba)throw new Error("No color is set");return this._hsla=l.rgbToHsl(this._rgba)},set:function(e){e.length===3&&(e[3]=1),this._hsla=e,this._rgba=null}},{key:"hslString",get:function(){return this.printHSL()}},{key:"hslaString",get:function(){return this.printHSL(!0)}},{key:"hex",get:function(){var e=this.rgba,t=e.map(function(r,i){return i<3?r.toString(16):Math.round(r*255).toString(16)});return"#"+t.map(function(r){return r.padStart(2,"0")}).join("")},set:function(e){this.rgba=l.hexToRgb(e)}}],[{key:"hexToRgb",value:function(e){var t=(e.startsWith("#")?e.slice(1):e).replace(/^(\w{3})$/,"$1F").replace(/^(\w)(\w)(\w)(\w)$/,"$1$1$2$2$3$3$4$4").replace(/^(\w{6})$/,"$1FF");if(!t.match(/^([0-9a-fA-F]{8})$/))throw new Error("Unknown hex color; "+e);var r=t.match(/^(\w\w)(\w\w)(\w\w)(\w\w)$/).slice(1).map(function(i){return parseInt(i,16)});return r[3]=r[3]/255,r}},{key:"nameToRgb",value:function(e){var t=e.toLowerCase().replace("at","T").replace(/[aeiouyldf]/g,"").replace("ght","L").replace("rk","D").slice(-5,4),r=I[t];return r===void 0?r:l.hexToRgb(r.replace(/\-/g,"00").padStart(6,"f"))}},{key:"rgbToHsl",value:function(e){var t=y(e,4),r=t[0],i=t[1],o=t[2],c=t[3];r/=255,i/=255,o/=255;var a=Math.max(r,i,o),s=Math.min(r,i,o),p=void 0,f=void 0,u=(a+s)/2;if(a===s)p=f=0;else{var d=a-s;switch(f=u>.5?d/(2-a-s):d/(a+s),a){case r:p=(i-o)/d+(i<o?6:0);break;case i:p=(o-r)/d+2;break;case o:p=(r-i)/d+4;break}p/=6}return[p,f,u,c]}},{key:"hslToRgb",value:function(e){var t=y(e,4),r=t[0],i=t[1],o=t[2],c=t[3],a=void 0,s=void 0,p=void 0;if(i===0)a=s=p=o;else{var f=function(h,v,g){return g<0&&(g+=1),g>1&&(g-=1),g<.16666666666666666?h+(v-h)*6*g:g<.5?v:g<.6666666666666666?h+(v-h)*(.6666666666666666-g)*6:h},u=o<.5?o*(1+i):o+i-o*i,d=2*o-u;a=f(d,u,r+1/3),s=f(d,u,r),p=f(d,u,r-1/3)}var b=[a*255,s*255,p*255].map(Math.round);return b[3]=c,b}}]),l}(),z=function(){function l(){O(this,l),this._events=[]}return R(l,[{key:"add",value:function(e,t,r){e.addEventListener(t,r,!1),this._events.push({target:e,type:t,handler:r})}},{key:"remove",value:function(e,t,r){this._events=this._events.filter(function(i){var o=!0;return e&&e!==i.target&&(o=!1),t&&t!==i.type&&(o=!1),r&&r!==i.handler&&(o=!1),o&&l._doRemove(i.target,i.type,i.handler),!o})}},{key:"destroy",value:function(){this._events.forEach(function(e){return l._doRemove(e.target,e.type,e.handler)}),this._events=[]}}],[{key:"_doRemove",value:function(e,t,r){e.removeEventListener(t,r,!1)}}]),l}();function F(l){var n=document.createElement("div");return n.innerHTML=l,n.firstElementChild}function L(l,n,e){var t=!1;function r(a,s,p){return Math.max(s,Math.min(a,p))}function i(a,s,p){if(p&&(t=!0),!!t){a.preventDefault();var f=n.getBoundingClientRect(),u=f.width,d=f.height,b=s.clientX,m=s.clientY,h=r(b-f.left,0,u),v=r(m-f.top,0,d);e(h/u,v/d)}}function o(a,s){var p=a.buttons===void 0?a.which:a.buttons;p===1?i(a,a,s):t=!1}function c(a,s){a.touches.length===1?i(a,a.touches[0],s):t=!1}l.add(n,"mousedown",function(a){o(a,!0)}),l.add(n,"touchstart",function(a){c(a,!0)}),l.add(window,"mousemove",o),l.add(n,"touchmove",c),l.add(window,"mouseup",function(a){t=!1}),l.add(n,"touchend",function(a){t=!1}),l.add(n,"touchcancel",function(a){t=!1})}var U=`linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0 / 2em 2em,
8
- linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em / 2em 2em`,B=360,P="keydown",x="mousedown",T="focusin";function _(l,n){return(n||document).querySelector(l)}function G(l){l.preventDefault(),l.stopPropagation()}function H(l,n,e,t,r){l.add(n,P,function(i){e.indexOf(i.key)>=0&&t(i)})}var K=function(){function l(n){O(this,l),this.settings={popup:"right",layout:"default",alpha:!0,editor:!0,editorFormat:"hex",cancelButton:!1,defaultColor:"#0cf"},this._events=new z,this.onChange=null,this.onDone=null,this.onOpen=null,this.onClose=null,this.setOptions(n)}return R(l,[{key:"setOptions",value:function(e){var t=this;if(!e)return;var r=this.settings;function i(s,p,f){for(var u in s)p[u]=s[u]}if(e instanceof HTMLElement)r.parent=e;else{r.parent&&e.parent&&r.parent!==e.parent&&(this._events.remove(r.parent),this._popupInited=!1),i(e,r),e.onChange&&(this.onChange=e.onChange),e.onDone&&(this.onDone=e.onDone),e.onOpen&&(this.onOpen=e.onOpen),e.onClose&&(this.onClose=e.onClose);var o=e.color||e.colour;o&&this._setColor(o)}var c=r.parent;if(c&&r.popup&&!this._popupInited){var a=function(p){return t.openHandler(p)};this._events.add(c,"click",a),H(this._events,c,[" ","Spacebar","Enter"],a),this._popupInited=!0}else e.parent&&!r.popup&&this.show()}},{key:"openHandler",value:function(e){if(this.show()){e&&e.preventDefault(),this.settings.parent.style.pointerEvents="none";var t=e&&e.type===P?this._domEdit:this.domElement;setTimeout(function(){return t.focus()},100),this.onOpen&&this.onOpen(this.colour)}}},{key:"closeHandler",value:function(e){var t=e&&e.type,r=!1;if(!e)r=!0;else if(t===x||t===T){var i=(this.__containedEvent||0)+100;e.timeStamp>i&&(r=!0)}else G(e),r=!0;r&&this.hide()&&(this.settings.parent.style.pointerEvents="",t!==x&&this.settings.parent.focus(),this.onClose&&this.onClose(this.colour))}},{key:"movePopup",value:function(e,t){this.closeHandler(),this.setOptions(e),t&&this.openHandler()}},{key:"setColor",value:function(e,t){this._setColor(e,{silent:t})}},{key:"_setColor",value:function(e,t){if(typeof e=="string"&&(e=e.trim()),!!e){t=t||{};var r=void 0;try{r=new N(e)}catch(o){if(t.failSilently)return;throw o}if(!this.settings.alpha){var i=r.hsla;i[3]=1,r.hsla=i}this.colour=this.color=r,this._setHSLA(null,null,null,null,t)}}},{key:"setColour",value:function(e,t){this.setColor(e,t)}},{key:"show",value:function(){var e=this.settings.parent;if(!e)return!1;if(this.domElement){var t=this._toggleDOM(!0);return this._setPosition(),t}var r=this.settings.template||'<div class="picker_wrapper" tabindex="-1"><div class="picker_arrow"></div><div class="picker_hue picker_slider"><div class="picker_selector"></div></div><div class="picker_sl"><div class="picker_selector"></div></div><div class="picker_alpha picker_slider"><div class="picker_selector"></div></div><div class="picker_editor"><input aria-label="Type a color name or hex value"/></div><div class="picker_sample"></div><div class="picker_done"><button>Ok</button></div><div class="picker_cancel"><button>Cancel</button></div></div>',i=F(r);return this.domElement=i,this._domH=_(".picker_hue",i),this._domSL=_(".picker_sl",i),this._domA=_(".picker_alpha",i),this._domEdit=_(".picker_editor input",i),this._domSample=_(".picker_sample",i),this._domOkay=_(".picker_done button",i),this._domCancel=_(".picker_cancel button",i),i.classList.add("layout_"+this.settings.layout),this.settings.alpha||i.classList.add("no_alpha"),this.settings.editor||i.classList.add("no_editor"),this.settings.cancelButton||i.classList.add("no_cancel"),this._ifPopup(function(){return i.classList.add("popup")}),this._setPosition(),this.colour?this._updateUI():this._setColor(this.settings.defaultColor),this._bindEvents(),!0}},{key:"hide",value:function(){return this._toggleDOM(!1)}},{key:"destroy",value:function(){this._events.destroy(),this.domElement&&this.settings.parent.removeChild(this.domElement)}},{key:"_bindEvents",value:function(){var e=this,t=this,r=this.domElement,i=this._events;function o(s,p,f){i.add(s,p,f)}o(r,"click",function(s){return s.preventDefault()}),L(i,this._domH,function(s,p){return t._setHSLA(s)}),L(i,this._domSL,function(s,p){return t._setHSLA(null,s,1-p)}),this.settings.alpha&&L(i,this._domA,function(s,p){return t._setHSLA(null,null,null,1-p)});var c=this._domEdit;o(c,"input",function(s){t._setColor(this.value,{fromEditor:!0,failSilently:!0})}),o(c,"focus",function(s){var p=this;p.selectionStart===p.selectionEnd&&p.select()}),this._ifPopup(function(){var s=function(u){return e.closeHandler(u)};o(window,x,s),o(window,T,s),H(i,r,["Esc","Escape"],s);var p=function(u){e.__containedEvent=u.timeStamp};o(r,x,p),o(r,T,p),o(e._domCancel,"click",s)});var a=function(p){e._ifPopup(function(){return e.closeHandler(p)}),e.onDone&&e.onDone(e.colour)};o(this._domOkay,"click",a),H(i,r,["Enter"],a)}},{key:"_setPosition",value:function(){var e=this.settings.parent,t=this.domElement;e!==t.parentNode&&e.appendChild(t),this._ifPopup(function(r){getComputedStyle(e).position==="static"&&(e.style.position="relative");var i=r===!0?"popup_right":"popup_"+r;["popup_top","popup_bottom","popup_left","popup_right"].forEach(function(o){o===i?t.classList.add(o):t.classList.remove(o)}),t.classList.add(i)})}},{key:"_setHSLA",value:function(e,t,r,i,o){o=o||{};var c=this.colour,a=c.hsla;[e,t,r,i].forEach(function(s,p){(s||s===0)&&(a[p]=s)}),c.hsla=a,this._updateUI(o),this.onChange&&!o.silent&&this.onChange(c)}},{key:"_updateUI",value:function(e){if(!this.domElement)return;e=e||{};var t=this.colour,r=t.hsla,i="hsl("+r[0]*B+", 100%, 50%)",o=t.hslString,c=t.hslaString,a=this._domH,s=this._domSL,p=this._domA,f=_(".picker_selector",a),u=_(".picker_selector",s),d=_(".picker_selector",p);function b(M,S,C){S.style.left=C*100+"%"}function m(M,S,C){S.style.top=C*100+"%"}b(a,f,r[0]),this._domSL.style.backgroundColor=this._domH.style.color=i,b(s,u,r[1]),m(s,u,1-r[2]),s.style.color=o,m(p,d,1-r[3]);var h=o,v=h.replace("hsl","hsla").replace(")",", 0)"),g="linear-gradient("+[h,v]+")";if(this._domA.style.background=g+", "+U,!e.fromEditor){var E=this.settings.editorFormat,k=this.settings.alpha,w=void 0;switch(E){case"rgb":w=t.printRGB(k);break;case"hsl":w=t.printHSL(k);break;default:w=t.printHex(k)}this._domEdit.value=w}this._domSample.style.color=c}},{key:"_ifPopup",value:function(e,t){this.settings.parent&&this.settings.popup?e&&e(this.settings.popup):t&&t()}},{key:"_toggleDOM",value:function(e){var t=this.domElement;if(!t)return!1;var r=e?"":"none",i=t.style.display!==r;return i&&(t.style.display=r),i}}]),l}();{var D=document.createElement("style");D.textContent='.picker_wrapper.no_alpha .picker_alpha{display:none}.picker_wrapper.no_editor .picker_editor{position:absolute;z-index:-1;opacity:0}.picker_wrapper.no_cancel .picker_cancel{display:none}.layout_default.picker_wrapper{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch;font-size:10px;width:25em;padding:.5em}.layout_default.picker_wrapper input,.layout_default.picker_wrapper button{font-size:1rem}.layout_default.picker_wrapper>*{margin:.5em}.layout_default.picker_wrapper::before{content:"";display:block;width:100%;height:0;order:1}.layout_default .picker_slider,.layout_default .picker_selector{padding:1em}.layout_default .picker_hue{width:100%}.layout_default .picker_sl{flex:1 1 auto}.layout_default .picker_sl::before{content:"";display:block;padding-bottom:100%}.layout_default .picker_editor{order:1;width:6.5rem}.layout_default .picker_editor input{width:100%;height:100%}.layout_default .picker_sample{order:1;flex:1 1 auto}.layout_default .picker_done,.layout_default .picker_cancel{order:1}.picker_wrapper{box-sizing:border-box;background:#f2f2f2;box-shadow:0 0 0 1px silver;cursor:default;font-family:sans-serif;color:#444;pointer-events:auto}.picker_wrapper:focus{outline:none}.picker_wrapper button,.picker_wrapper input{box-sizing:border-box;border:none;box-shadow:0 0 0 1px silver;outline:none}.picker_wrapper button:focus,.picker_wrapper button:active,.picker_wrapper input:focus,.picker_wrapper input:active{box-shadow:0 0 2px 1px #1e90ff}.picker_wrapper button{padding:.4em .6em;cursor:pointer;background-color:#f5f5f5;background-image:linear-gradient(0deg, gainsboro, transparent)}.picker_wrapper button:active{background-image:linear-gradient(0deg, transparent, gainsboro)}.picker_wrapper button:hover{background-color:#fff}.picker_selector{position:absolute;z-index:1;display:block;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid #fff;border-radius:100%;box-shadow:0 0 3px 1px #67b9ff;background:currentColor;cursor:pointer}.picker_slider .picker_selector{border-radius:2px}.picker_hue{position:relative;background-image:linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);box-shadow:0 0 0 1px silver}.picker_sl{position:relative;box-shadow:0 0 0 1px silver;background-image:linear-gradient(180deg, white, rgba(255, 255, 255, 0) 50%),linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%),linear-gradient(90deg, #808080, rgba(128, 128, 128, 0))}.picker_alpha,.picker_sample{position:relative;background:linear-gradient(45deg, lightgrey 25%, transparent 25%, transparent 75%, lightgrey 75%) 0 0/2em 2em,linear-gradient(45deg, lightgrey 25%, white 25%, white 75%, lightgrey 75%) 1em 1em/2em 2em;box-shadow:0 0 0 1px silver}.picker_alpha .picker_selector,.picker_sample .picker_selector{background:none}.picker_editor input{font-family:monospace;padding:.2em .4em}.picker_sample::before{content:"";position:absolute;display:block;width:100%;height:100%;background:currentColor}.picker_arrow{position:absolute;z-index:-1}.picker_wrapper.popup{position:absolute;z-index:2;margin:1.5em}.picker_wrapper.popup,.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{background:#f2f2f2;box-shadow:0 0 10px 1px rgba(0,0,0,.4)}.picker_wrapper.popup .picker_arrow{width:3em;height:3em;margin:0}.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{content:"";display:block;position:absolute;top:0;left:0;z-index:-99}.picker_wrapper.popup .picker_arrow::before{width:100%;height:100%;-webkit-transform:skew(45deg);transform:skew(45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.picker_wrapper.popup .picker_arrow::after{width:150%;height:150%;box-shadow:none}.popup.popup_top{bottom:100%;left:0}.popup.popup_top .picker_arrow{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup.popup_bottom{top:100%;left:0}.popup.popup_bottom .picker_arrow{top:0;left:0;-webkit-transform:rotate(90deg) scale(1, -1);transform:rotate(90deg) scale(1, -1)}.popup.popup_left{top:0;right:100%}.popup.popup_left .picker_arrow{top:0;right:0;-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.popup.popup_right{top:0;left:100%}.popup.popup_right .picker_arrow{top:0;left:0}',document.documentElement.firstElementChild.appendChild(D),K.StyleElement=D}export{K as default};
@@ -1,10 +0,0 @@
1
- <svg width="47" height="16" viewBox="0 0 47 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_36191_6930)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M30.0493 0.1544C30.047 0.156427 29.9582 0.16193 29.8522 0.166664C29.649 0.175708 29.5263 0.184701 29.4729 0.194463C29.4553 0.197683 29.3973 0.203623 29.3445 0.207638C29.2913 0.211667 29.1988 0.222904 29.1387 0.232628C29.0787 0.242352 29.0005 0.253641 28.965 0.257708C28.9298 0.261788 28.8748 0.270307 28.843 0.276655C28.7908 0.287086 28.747 0.294757 28.65 0.310395C28.49 0.33627 28.0806 0.436898 27.8659 0.503196C27.0817 0.74527 26.4956 1.03278 25.9118 1.46203C25.7998 1.54437 25.7244 1.60527 25.5843 1.72655C25.3208 1.95484 25.04 2.27192 24.8419 2.56479C24.4003 3.21818 24.1616 3.9483 24.1264 4.7541C24.1043 5.25345 24.1498 5.6408 24.2725 6.00489C24.442 6.50744 24.7011 6.91504 25.1172 7.33322C25.6096 7.82838 26.1368 8.18278 27.3612 8.84166C27.5822 8.96049 27.6161 8.97911 27.6281 8.98751C27.6351 8.99252 27.6799 9.01767 27.7276 9.0434C27.9452 9.16063 27.9988 9.19065 28.1616 9.28699C28.5478 9.51549 28.7539 9.66695 28.9615 9.8743C29.2419 10.1543 29.36 10.4156 29.34 10.7125C29.3062 11.2198 28.9304 11.6369 28.2773 11.8928C28.0881 11.9669 27.7872 12.0437 27.6165 12.0613C27.5734 12.0658 27.5333 12.0722 27.5275 12.0756C27.473 12.1076 26.4949 12.1062 26.2525 12.0738C26.2312 12.0709 26.1704 12.0647 26.1175 12.06C26.0644 12.0552 26.0067 12.0491 25.9888 12.0464C25.9503 12.0405 25.878 12.0303 25.8121 12.0213C25.7017 12.0063 25.5275 11.9722 25.1919 11.8998C24.962 11.8502 24.3757 11.6667 24.1229 11.5651C24.0496 11.5358 23.9638 11.5015 23.932 11.4889C23.8488 11.4561 23.5343 11.3108 23.3953 11.2409C23.3301 11.2081 23.2691 11.1812 23.2599 11.1812C23.2487 11.1812 23.233 11.2269 23.2142 11.3127C23.1574 11.5725 23.1458 11.6254 23.122 11.7328C23.1087 11.7928 23.0888 11.8837 23.0777 11.9349C23.0667 11.986 23.0493 12.0668 23.039 12.1145C23.0288 12.1621 23.0026 12.2877 22.9808 12.3935C22.959 12.4993 22.9327 12.6249 22.9223 12.6725C22.9039 12.7567 22.8966 12.7909 22.8391 13.0606C22.8241 13.1311 22.8037 13.2235 22.7939 13.2658C22.7841 13.3082 22.7638 13.4005 22.7489 13.4711C22.734 13.5416 22.7138 13.634 22.704 13.6763C22.6943 13.7187 22.6652 13.8544 22.6394 13.9778C22.6136 14.1013 22.5874 14.2223 22.5811 14.2467C22.5651 14.3091 22.5886 14.3374 22.6868 14.3735C22.7317 14.39 22.8045 14.4176 22.8485 14.4347C22.962 14.4789 23.3814 14.613 23.5718 14.6658C23.8086 14.7315 24.0716 14.8 24.1375 14.813C24.1695 14.8193 24.2303 14.8329 24.2725 14.8432C24.3149 14.8535 24.3671 14.8654 24.3882 14.8696C24.529 14.8974 24.6436 14.9182 24.8124 14.9466C24.9187 14.9644 25.0372 14.9847 25.0762 14.9915C25.1149 14.9984 25.1715 15.007 25.2014 15.0105C25.2316 15.014 25.2807 15.0198 25.3106 15.0233C25.3408 15.0268 25.4087 15.0353 25.4619 15.0423C25.6442 15.0661 25.9313 15.0934 26.0918 15.1021C26.1802 15.1069 26.2669 15.1122 26.2845 15.1139C26.3022 15.1156 26.33 15.1176 26.3465 15.1183C26.3666 15.1192 26.3729 15.1247 26.3664 15.1356C26.3599 15.1465 26.3639 15.146 26.3785 15.134C26.3926 15.1226 26.4003 15.1215 26.4003 15.1308C26.4003 15.1387 26.4065 15.1452 26.414 15.1452C26.4214 15.1452 26.4235 15.138 26.4184 15.1292C26.4112 15.1164 26.4128 15.1164 26.4267 15.1292C26.4397 15.1413 26.5397 15.1452 26.8335 15.1452C27.1364 15.1452 27.2232 15.1417 27.2232 15.1292C27.2234 15.1175 27.2264 15.1178 27.2345 15.1306C27.241 15.1408 27.2478 15.1426 27.2505 15.135C27.2531 15.1277 27.3102 15.1181 27.3774 15.1136C27.7606 15.0879 28.0516 15.0595 28.2323 15.0302C28.2748 15.0233 28.3325 15.0149 28.3608 15.0115C28.4086 15.0057 28.4575 14.9972 28.7338 14.9469C28.7901 14.9366 28.8887 14.916 28.9523 14.9011C29.0158 14.8863 29.0923 14.8689 29.1223 14.8626C29.1842 14.8494 29.2978 14.8186 29.383 14.7917C29.4147 14.7817 29.4871 14.7593 29.5437 14.7421C30.0537 14.5865 30.6124 14.3389 31.035 14.081C32.0096 13.4862 32.7022 12.6422 33.0331 11.6462C33.1909 11.171 33.2658 10.6915 33.2653 10.1565C33.2649 9.66852 33.2008 9.30482 33.0396 8.87265C32.8209 8.28738 32.3533 7.68604 31.7496 7.21413C31.4567 6.9851 31.0346 6.70513 30.7006 6.51862C30.6018 6.46331 30.4932 6.40159 30.4594 6.38145C30.4257 6.36132 30.3958 6.34483 30.393 6.34483C30.39 6.34483 30.3376 6.31596 30.2764 6.2807C30.2151 6.24542 30.1632 6.21655 30.1611 6.21655C30.1451 6.21655 29.2229 5.71827 29.0937 5.63983C28.6162 5.34986 28.3629 5.14875 28.204 4.933C27.7863 4.36572 28.1073 3.69833 28.9587 3.3647C29.1833 3.27669 29.5203 3.2013 29.7749 3.18206C29.8315 3.17779 29.886 3.17165 29.896 3.16844C29.9208 3.16038 30.5315 3.1607 30.625 3.16881C30.6667 3.17241 30.7439 3.17851 30.7971 3.18236C30.8502 3.1862 30.9079 3.19169 30.9256 3.1946C30.9434 3.19751 30.9972 3.20358 31.0452 3.20816C31.0935 3.21268 31.1426 3.21822 31.1545 3.22044C31.1846 3.22601 31.269 3.23903 31.3305 3.24764C31.4298 3.2615 31.7816 3.33117 31.8834 3.3571C32.3742 3.48205 33.0102 3.69907 33.2159 3.81176C33.2347 3.82204 33.2621 3.83044 33.2767 3.83044C33.3075 3.83044 33.3105 3.82121 33.3681 3.54179C33.4103 3.3378 33.4478 3.1643 33.5044 2.9132C33.5235 2.82852 33.5464 2.72461 33.5555 2.68228C33.5643 2.63995 33.5833 2.55336 33.5977 2.48985C33.6118 2.42635 33.6531 2.23585 33.6891 2.06651C33.7252 1.89717 33.7635 1.71821 33.7744 1.66882C33.7853 1.61943 33.8055 1.52707 33.8194 1.46357C33.8333 1.40007 33.8528 1.31059 33.8628 1.26473C33.9078 1.05893 33.9361 0.934106 33.9474 0.891208C33.969 0.80954 33.9639 0.79221 33.9115 0.769723C33.7948 0.719666 33.2992 0.563976 33.0083 0.486031C32.8028 0.430945 32.4092 0.344634 32.2692 0.32389C32.2478 0.320747 32.1959 0.312037 32.1534 0.304532C32.111 0.297015 32.053 0.287638 32.0242 0.283686C31.9957 0.279722 31.9581 0.273655 31.9407 0.270203C31.9233 0.266739 31.8558 0.257888 31.7907 0.250512C31.7255 0.243148 31.6589 0.234565 31.6427 0.231448C31.6267 0.228318 31.5499 0.219838 31.472 0.212577C31.3943 0.205329 31.3094 0.196875 31.2837 0.193796C31.2577 0.19073 31.1853 0.184957 31.1229 0.180981C31.0603 0.177004 30.9687 0.17032 30.9193 0.166125C30.8263 0.158248 30.057 0.147883 30.0493 0.1544ZM0.185924 0.399644C0.176565 0.410908 0.165084 0.44707 0.160404 0.480013C0.155738 0.512959 0.1413 0.602706 0.128328 0.67946C0.101022 0.841112 0.102642 0.84473 0.209708 0.860227C0.266211 0.8684 0.322056 0.880214 0.514463 0.924703C1.2724 1.09994 1.42541 1.14291 2.25004 1.41197C2.32074 1.43505 2.46248 1.48653 2.56502 1.52638C2.66755 1.56622 2.78037 1.60974 2.81571 1.62309C2.85106 1.63643 2.92918 1.666 2.98927 1.6888C3.66235 1.94415 4.06443 2.18415 4.28725 2.46357C4.46915 2.6917 4.57513 2.95019 4.72602 3.53403C4.87124 4.09584 4.90072 4.20865 4.94933 4.38849C4.97971 4.50092 5.05948 4.80784 5.1477 5.15177C5.19024 5.3176 5.23445 5.48788 5.24593 5.53023C5.30581 5.75081 5.31973 5.80341 5.32903 5.84451C5.33462 5.86922 5.35083 5.93273 5.36507 5.98563C5.37929 6.03856 5.43229 6.2435 5.48285 6.44105C5.53339 6.63861 5.5894 6.85509 5.60731 6.92211C5.62521 6.98914 5.65059 7.0844 5.66371 7.13379C5.67684 7.18319 5.697 7.25824 5.70848 7.30056C5.71998 7.34289 5.75832 7.4901 5.79364 7.62769C5.90177 8.0488 5.96882 8.30803 6.00435 8.44231C6.02303 8.51285 6.04891 8.611 6.06185 8.66039C6.07479 8.70978 6.09994 8.80504 6.11772 8.87205C6.17979 9.10602 6.29687 9.55895 6.31336 9.62894C6.3225 9.66776 6.34159 9.74279 6.35578 9.79571C6.43561 10.0934 6.46783 10.2155 6.53846 10.4885C6.58134 10.6543 6.6399 10.8794 6.66855 10.9888C6.69719 11.0981 6.7256 11.2125 6.7317 11.243C6.7378 11.2734 6.74676 11.3048 6.75158 11.3126C6.75643 11.3204 6.76462 11.3474 6.76979 11.3726C6.77496 11.3979 6.79085 11.4618 6.80511 11.5147C6.8739 11.7701 6.9019 11.877 6.97303 12.1562C7.04797 12.4504 7.09208 12.6196 7.16865 12.9066C7.18933 12.9843 7.24711 13.2065 7.29702 13.4005C7.40267 13.8113 7.45344 14.0053 7.48333 14.1125C7.49512 14.1549 7.50924 14.2097 7.51474 14.2344C7.52019 14.2591 7.54032 14.337 7.55943 14.4076C7.57854 14.4781 7.61366 14.6108 7.63748 14.7024C7.66127 14.7941 7.68878 14.8749 7.69859 14.882C7.71051 14.8907 8.36047 14.8944 9.65645 14.8931C10.7235 14.8921 11.6058 14.8906 11.6173 14.8899C11.6395 14.8886 11.6685 14.8273 11.815 14.4717C11.8615 14.3588 11.9048 14.2549 11.9111 14.2408C11.9547 14.1437 12.0938 13.8142 12.1522 13.6699C12.1907 13.5747 12.23 13.4794 12.2395 13.4583C12.2716 13.3864 12.4359 12.9973 12.5156 12.804C12.5895 12.625 12.7981 12.1308 12.8243 12.0728C12.8307 12.0587 12.863 11.9807 12.896 11.8996C12.949 11.7696 13.1275 11.3468 13.1586 11.2774C13.165 11.2633 13.1972 11.1854 13.2303 11.1042C13.2865 10.9663 13.5054 10.4492 13.5317 10.3923C13.5382 10.3781 13.5776 10.2829 13.6192 10.1806C13.6609 10.0783 13.7656 9.82714 13.8519 9.62252C13.9383 9.4179 14.0527 9.1466 14.1063 9.01959C14.1598 8.89258 14.2374 8.70988 14.2788 8.61358C14.3202 8.51729 14.3541 8.43538 14.3541 8.43155C14.3541 8.42568 14.5241 8.02097 14.5597 7.94199C14.576 7.90581 14.6944 7.62295 14.804 7.35829C14.8551 7.23482 14.939 7.03565 14.9903 6.91571C15.0416 6.79575 15.1168 6.61681 15.1573 6.51802C15.1979 6.41923 15.2731 6.24029 15.3245 6.12033C15.3758 6.00039 15.4511 5.82142 15.4917 5.72266C15.5522 5.57549 15.7626 5.07804 15.8065 4.97858C15.8127 4.96447 15.8509 4.8721 15.8913 4.77334C15.9556 4.61601 16.108 4.25601 16.1411 4.18322C16.1475 4.16911 16.194 4.05665 16.2444 3.93332C16.2949 3.81001 16.3695 3.63104 16.4103 3.53563C16.4865 3.35733 16.5396 3.23081 16.6878 2.87471C16.7348 2.76181 16.781 2.65214 16.7905 2.63097C16.8193 2.56705 16.9043 2.36439 17.0273 2.06651C17.0914 1.91128 17.152 1.76696 17.1619 1.7458C17.1895 1.68711 17.3129 1.39478 17.3936 1.19718C17.4332 1.10006 17.5234 0.885499 17.594 0.720384C17.6672 0.5492 17.7191 0.411432 17.7146 0.399861C17.7075 0.381465 17.5241 0.379553 15.7627 0.379553H13.8186L13.7926 0.408419C13.7783 0.424299 13.7517 0.477693 13.7333 0.527082C13.6826 0.663757 13.5463 1.01214 13.4371 1.28397C13.3117 1.59632 12.9216 2.57957 12.8798 2.6887C12.8622 2.73456 12.8278 2.82116 12.8032 2.88113C12.7787 2.9411 12.7495 3.01326 12.7384 3.04148C12.7274 3.0697 12.7135 3.10433 12.7076 3.11844C12.69 3.16107 12.6527 3.25522 12.4966 3.65083C12.4144 3.85898 12.3303 4.0697 12.3097 4.11907C12.2891 4.16846 12.2397 4.29258 12.2 4.39488C12.1603 4.4972 12.0497 4.77717 11.9543 5.01708C11.8588 5.25698 11.763 5.49943 11.7412 5.55589C11.7195 5.61232 11.6802 5.71046 11.6539 5.77397C11.5942 5.9182 11.5159 6.11462 11.3932 6.42821C11.2922 6.68618 11.2102 6.89135 11.1572 7.01833C11.1395 7.06066 11.0941 7.17612 11.0564 7.27491C11.0187 7.37367 10.9548 7.53532 10.9145 7.63411C10.8742 7.7329 10.8312 7.83967 10.819 7.87143C10.7489 8.05332 10.5731 8.49637 10.2209 9.37879C10.0728 9.74992 10.017 9.89208 9.96158 10.0395C9.93637 10.1065 9.90856 10.169 9.89979 10.1783C9.87389 10.2058 9.84527 10.1654 9.83587 10.0879C9.83135 10.0507 9.81959 9.98269 9.8098 9.93683C9.79997 9.89097 9.7797 9.78706 9.76474 9.70591C9.74978 9.62479 9.72939 9.52087 9.71944 9.47501C9.69708 9.37202 9.63497 9.04587 9.53373 8.50004C9.49119 8.27071 9.44761 8.03981 9.43685 7.98689C9.42609 7.93398 9.40545 7.82718 9.39093 7.74957C9.37643 7.67196 9.35644 7.57093 9.34654 7.52507C9.32369 7.41942 9.25954 7.08225 9.16101 6.55009C9.11857 6.32079 9.0745 6.08698 9.06311 6.03054C9.01241 5.77914 8.96876 5.55713 8.95343 5.4725C8.94768 5.44075 8.92219 5.30797 8.89677 5.17743C8.87135 5.04691 8.83039 4.83042 8.80574 4.69637C8.75666 4.42957 8.72001 4.2355 8.69067 4.08702C8.68021 4.03409 8.65978 3.92729 8.64528 3.84968C8.63076 3.77207 8.61079 3.67104 8.60089 3.62518C8.58006 3.52891 8.5173 3.20056 8.42061 2.68228C8.40219 2.58349 8.3758 2.44207 8.362 2.36797C8.29671 2.0182 8.24833 1.78 8.22124 1.67524C8.05614 1.03682 7.59276 0.588814 6.93611 0.432792C6.87599 0.418501 6.795 0.402632 6.75613 0.397515C6.71723 0.392383 5.22686 0.38616 3.44419 0.383685C0.488815 0.379567 0.201454 0.380978 0.185924 0.399644ZM19.337 0.408419C19.3268 0.424299 19.3095 0.483466 19.2987 0.53991C19.278 0.647697 19.1819 1.10824 19.1367 1.31604C19.1221 1.38307 19.102 1.47543 19.092 1.52129C19.082 1.56716 19.0617 1.65952 19.0468 1.72655C19.0319 1.79358 19.0143 1.8744 19.0077 1.90615C19.0012 1.9379 18.9839 2.01872 18.9693 2.08575C18.9547 2.15278 18.9347 2.24803 18.9246 2.29742C18.8938 2.44951 18.7922 2.93211 18.7638 3.06071C18.7491 3.12775 18.728 3.22589 18.7169 3.27882C18.7059 3.33172 18.6892 3.40966 18.6798 3.45199C18.6308 3.67409 18.5367 4.11528 18.513 4.23453C18.4951 4.32494 18.3982 4.77694 18.3507 4.99142C18.3367 5.05493 18.3174 5.14441 18.3078 5.19027C18.2982 5.23613 18.278 5.3285 18.2629 5.39551C18.2479 5.46255 18.2301 5.54626 18.2235 5.58154C18.2168 5.6168 18.2056 5.66876 18.1986 5.697C18.1916 5.72522 18.1594 5.87821 18.1272 6.03694C18.0949 6.1957 18.0482 6.41796 18.0233 6.53086C17.9985 6.64373 17.9665 6.79094 17.9523 6.85798C17.938 6.92499 17.9185 7.01448 17.9089 7.05683C17.8884 7.14746 17.874 7.21475 17.8253 7.4481C17.7208 7.94784 17.6488 8.28748 17.6048 8.4872C17.5632 8.67625 17.5462 8.75509 17.5247 8.85924C17.5138 8.91214 17.4928 9.01028 17.4781 9.07732C17.4634 9.14435 17.4252 9.3233 17.3933 9.47501C17.2849 9.99059 17.2622 10.097 17.2284 10.2511C17.1704 10.5154 17.1312 10.697 17.085 10.915C17.075 10.9627 17.0584 11.0406 17.0481 11.0882C17.0378 11.1358 17.0116 11.2614 16.9898 11.3672C16.968 11.4731 16.9421 11.5972 16.9322 11.643C16.9222 11.6889 16.9019 11.7842 16.8869 11.8547C16.872 11.9252 16.8518 12.0176 16.842 12.06C16.8323 12.1023 16.812 12.1947 16.7971 12.2652C16.7822 12.3358 16.7618 12.431 16.7518 12.4769C16.7076 12.6793 16.6774 12.8224 16.6232 13.0862C16.5914 13.2415 16.5599 13.3916 16.5533 13.4198C16.5466 13.448 16.529 13.5288 16.514 13.5994C16.4991 13.6699 16.4754 13.7796 16.4613 13.8431C16.42 14.0296 16.3975 14.1324 16.3772 14.228C16.3667 14.2774 16.35 14.3553 16.3402 14.4012C16.2525 14.8104 16.2425 14.8667 16.2558 14.88C16.2721 14.8962 19.9393 14.9024 19.9741 14.8862C19.9967 14.8757 19.9991 14.867 20.0687 14.5423C20.1814 14.017 20.196 13.9504 20.2237 13.8303C20.2335 13.788 20.256 13.6812 20.2738 13.593C20.2916 13.5048 20.324 13.3489 20.3458 13.2466C20.3675 13.1443 20.3934 13.0202 20.4032 12.9708C20.4131 12.9214 20.4332 12.8261 20.4479 12.7591C20.4627 12.6921 20.4803 12.6089 20.4871 12.5743C20.4939 12.5396 20.5057 12.488 20.5134 12.4595C20.5211 12.431 20.5322 12.3814 20.538 12.3493C20.5438 12.3172 20.5605 12.236 20.5751 12.169C20.6173 11.9752 20.6516 11.8133 20.6799 11.6751C20.7477 11.3434 20.8294 10.9598 20.9299 10.5013C20.94 10.4554 20.9604 10.3602 20.9753 10.2896C20.9901 10.2191 21.0078 10.1382 21.0146 10.11C21.0214 10.0818 21.0323 10.0298 21.0388 9.99456C21.0552 9.90642 21.1602 9.40366 21.2005 9.22074C21.2475 9.00696 21.32 8.67468 21.3409 8.577C21.3507 8.53114 21.3675 8.45321 21.3782 8.40381C21.3889 8.35442 21.4242 8.18414 21.4568 8.02538C21.4893 7.86662 21.5276 7.68188 21.542 7.61487C21.5564 7.54783 21.5767 7.45258 21.5871 7.40319C21.5975 7.35379 21.6141 7.27874 21.6239 7.23641C21.6337 7.19409 21.654 7.10172 21.6689 7.03117C21.6976 6.89564 21.7153 6.81258 21.7583 6.61424C21.7728 6.54721 21.8082 6.3769 21.837 6.23579C21.8658 6.09467 21.9095 5.88687 21.9341 5.77397C21.9587 5.66107 21.9906 5.51386 22.0049 5.44684C22.0193 5.37981 22.0387 5.29033 22.0482 5.248C22.0718 5.14256 22.1225 4.90208 22.2092 4.48469C22.2638 4.22176 22.3009 4.04633 22.3314 3.90741C22.3415 3.86155 22.3701 3.72877 22.3951 3.61236C22.4201 3.49593 22.449 3.36315 22.4593 3.31729C22.4697 3.27143 22.4984 3.13576 22.5232 3.01582C22.6223 2.53599 22.7151 2.09644 22.7426 1.97671C22.7586 1.90714 22.781 1.80358 22.8327 1.55978C22.8425 1.51392 22.8593 1.43599 22.87 1.3866C22.9626 0.963087 23.0714 0.413203 23.0657 0.398129C23.0595 0.382029 22.8112 0.379553 21.2071 0.379553H19.3557L19.337 0.408419ZM40.1809 0.384583C40.1779 0.387188 40.138 0.393062 40.0921 0.39763C39.9812 0.408675 39.9325 0.417 39.8479 0.439374C39.413 0.554305 39.095 0.812928 38.8202 1.27521C38.7265 1.43241 38.6847 1.52083 38.5425 1.86125C38.4836 2.00237 38.4113 2.17267 38.3818 2.2397C38.3523 2.30673 38.315 2.39621 38.2985 2.43854C38.2686 2.51567 38.1935 2.69623 37.9975 3.16336C37.9397 3.30094 37.8599 3.49145 37.8205 3.5867C37.7811 3.68194 37.7069 3.85801 37.6556 3.97795C37.6044 4.09792 37.5294 4.27686 37.4888 4.37565C37.4123 4.56168 37.2873 4.86005 37.2578 4.92727C37.2486 4.94845 37.179 5.11587 37.1034 5.29931C37.0275 5.48275 36.9552 5.65594 36.9422 5.68416C36.915 5.74349 36.8478 5.90365 36.7432 6.15882C36.7026 6.25761 36.6216 6.45098 36.5632 6.58856C36.5047 6.72617 36.4238 6.91954 36.383 7.01833C36.3424 7.11712 36.2471 7.34513 36.1715 7.52507C36.0956 7.70498 36.0001 7.93301 35.959 8.0318C35.918 8.13056 35.8769 8.22871 35.8679 8.24988C35.8245 8.34939 35.6399 8.79093 35.5888 8.91697C35.5575 8.99458 35.5044 9.12159 35.471 9.1992C35.4376 9.27681 35.4017 9.3605 35.3912 9.38521C35.3808 9.40989 35.3669 9.44164 35.3606 9.45575C35.3541 9.46986 35.3087 9.57955 35.2597 9.69951C35.2106 9.81945 35.1375 9.99553 35.0974 10.0908C34.9397 10.4649 34.8562 10.6649 34.8276 10.7386C34.804 10.7999 34.6736 11.1066 34.6152 11.2389C34.6091 11.253 34.5836 11.3137 34.559 11.3736C34.4125 11.729 34.3429 11.8962 34.3327 11.9188C34.2953 12.0008 34.1838 12.2659 34.1167 12.432C34.0741 12.5378 34.0005 12.7139 33.9532 12.8233C33.9064 12.9326 33.8301 13.1145 33.7839 13.2274C33.6942 13.4478 33.5708 13.742 33.5418 13.8046C33.5235 13.8449 33.4042 14.1328 33.3242 14.3306C33.2985 14.3941 33.272 14.4576 33.2653 14.4717C33.2059 14.597 33.1023 14.8581 33.1069 14.8705C33.1104 14.8791 33.1227 14.8883 33.1345 14.8909C33.1526 14.8948 36.9283 14.8939 36.9967 14.8899C37.0257 14.8883 37.0459 14.8471 37.1078 14.6632C37.1363 14.579 37.1829 14.4438 37.2119 14.3627C37.3348 14.0171 37.3599 13.945 37.4497 13.6828C37.5016 13.5311 37.5737 13.3232 37.6101 13.2209C37.6463 13.1186 37.6927 12.9855 37.7131 12.9251C37.77 12.758 37.7911 12.7105 37.8119 12.7024C37.8486 12.6884 42.5886 12.6939 42.6056 12.708C42.6144 12.7152 42.6248 12.7369 42.629 12.7562C42.6417 12.8183 42.7663 13.4167 42.7869 13.516C42.8261 13.7055 42.8421 13.7808 42.8688 13.9008C42.8837 13.9679 42.9363 14.2132 42.9857 14.4459C43.0353 14.6787 43.0813 14.8747 43.088 14.8815C43.1065 14.9 46.5053 14.8994 46.5306 14.8809C46.5517 14.8654 46.5524 14.8695 46.4947 14.6064C46.48 14.5394 46.4452 14.372 46.4172 14.2344C46.3411 13.8583 46.2523 13.433 46.2057 13.2209C46.1941 13.168 46.1764 13.0843 46.1665 13.0349C46.1565 12.9855 46.1363 12.8903 46.1217 12.8233C46.1069 12.7562 46.0867 12.661 46.0767 12.6116C46.0405 12.4306 45.9415 11.9515 45.8967 11.7392C45.8712 11.6193 45.8452 11.4952 45.8385 11.4634C45.832 11.4317 45.8146 11.3509 45.8 11.2838C45.7854 11.2168 45.7652 11.1215 45.7552 11.0722C45.745 11.0228 45.7195 10.9015 45.6986 10.8028C45.6778 10.704 45.643 10.5366 45.6214 10.4307C45.5998 10.3249 45.562 10.143 45.5377 10.0266C45.5133 9.9102 45.4867 9.7832 45.4785 9.7444C45.4707 9.70559 45.456 9.6392 45.4465 9.59687C45.408 9.42645 45.3264 9.03656 45.2531 8.67321C45.2035 8.4276 45.174 8.28611 45.1318 8.08951C45.1172 8.02249 45.097 7.92724 45.0868 7.87784C45.0766 7.82845 45.0564 7.7332 45.0418 7.66618C45.0272 7.59915 45.01 7.51832 45.0033 7.48657C44.9968 7.45482 44.962 7.2874 44.9261 7.11456C44.8899 6.94169 44.8551 6.77139 44.8486 6.7361C44.8423 6.70082 44.8252 6.61713 44.8106 6.55009C44.7962 6.48306 44.7758 6.3878 44.7656 6.33841C44.7554 6.28904 44.735 6.19378 44.7201 6.12675C44.7055 6.05971 44.6881 5.97891 44.6816 5.94716C44.6749 5.91541 44.6547 5.82015 44.6366 5.73547C44.5946 5.5382 44.5109 5.13378 44.4629 4.8952C44.4423 4.7929 44.4135 4.65435 44.3987 4.58731C44.384 4.5203 44.3611 4.4135 44.3476 4.34999C44.3342 4.28649 44.3052 4.15082 44.2834 4.04852C44.2613 3.9462 44.2117 3.70665 44.173 3.51614C44.1342 3.32563 44.0941 3.12937 44.0835 3.07997C44.0273 2.81467 43.9728 2.55931 43.9605 2.50269C43.9526 2.46741 43.9385 2.40102 43.929 2.35516C43.9197 2.3093 43.8912 2.17363 43.8659 2.05368C43.8404 1.93373 43.797 1.72303 43.769 1.58544C43.7411 1.44785 43.7063 1.28044 43.6917 1.21341C43.6771 1.14638 43.6569 1.05113 43.647 1.00174C43.637 0.952349 43.6168 0.857096 43.6022 0.790067C43.5873 0.72304 43.5665 0.625644 43.5556 0.573638C43.5447 0.52163 43.5289 0.458129 43.5205 0.432522L43.5052 0.385968L41.8457 0.382902C40.9328 0.381221 40.1837 0.381967 40.1809 0.384583ZM40.8906 4.44636C40.9022 4.49215 40.9245 4.59022 40.9398 4.6643C40.9553 4.73838 40.9758 4.83363 40.9857 4.87596C41.0249 5.04654 41.1223 5.49695 41.1908 5.82528C41.2232 5.9805 41.2578 6.14503 41.268 6.1909C41.278 6.23676 41.2984 6.33201 41.3135 6.40256C41.3285 6.47313 41.3487 6.5655 41.3587 6.60782C41.3684 6.65015 41.3854 6.7252 41.396 6.7746C41.4067 6.82399 41.4355 6.95675 41.4598 7.06964C41.4844 7.18254 41.5224 7.3615 41.5442 7.46734C41.5663 7.57317 41.5922 7.69729 41.6022 7.74315C41.6122 7.78901 41.63 7.87272 41.6419 7.92916C41.6537 7.98562 41.6711 8.06642 41.6806 8.10877C41.6899 8.15109 41.704 8.21748 41.7122 8.25628C41.72 8.2951 41.7384 8.37881 41.7525 8.44231C41.7669 8.50581 41.7859 8.59241 41.795 8.63474C41.804 8.67706 41.8323 8.80696 41.8576 8.92336C41.9626 9.40386 42.0216 9.69836 42.0178 9.72381L42.0141 9.75082H40.4648H38.9157L38.9118 9.72288C38.9076 9.69305 38.9558 9.54902 39.1112 9.12863C39.1648 8.98398 39.2161 8.84256 39.2253 8.81432C39.2483 8.74433 39.471 8.12306 39.5081 8.02538C39.5373 7.94871 39.615 7.73317 39.6932 7.51223C39.7342 7.39582 39.8096 7.18799 39.8604 7.05041C39.9508 6.806 40.0909 6.41519 40.1248 6.31275C40.1341 6.28453 40.1542 6.22969 40.1693 6.1909C40.1844 6.15208 40.2018 6.10589 40.2076 6.08825C40.2136 6.07063 40.2396 5.99847 40.2656 5.9279C40.2915 5.85735 40.356 5.67839 40.4089 5.53023C40.5137 5.23629 40.6566 4.8437 40.703 4.72203C40.719 4.67968 40.754 4.57985 40.7805 4.50016C40.8382 4.32718 40.8582 4.31745 40.8906 4.44636Z" fill="currentColor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_36191_6930">
7
- <rect width="46.517" height="15.2743" fill="currentColor"/>
8
- </clipPath>
9
- </defs>
10
- </svg>