unleash-server 8.0.1 → 8.0.3

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 (626) hide show
  1. package/dist/lib/addons/addon.d.ts +10 -2
  2. package/dist/lib/addons/addon.d.ts.map +1 -1
  3. package/dist/lib/addons/addon.js +104 -6
  4. package/dist/lib/addons/addon.js.map +1 -1
  5. package/dist/lib/addons/datadog-definition.js +1 -1
  6. package/dist/lib/addons/datadog-definition.js.map +1 -1
  7. package/dist/lib/addons/datadog.test.js +2 -0
  8. package/dist/lib/addons/datadog.test.js.map +1 -1
  9. package/dist/lib/addons/feature-event-formatter-md.d.ts.map +1 -1
  10. package/dist/lib/addons/feature-event-formatter-md.js +5 -3
  11. package/dist/lib/addons/feature-event-formatter-md.js.map +1 -1
  12. package/dist/lib/addons/feature-event-formatter-md.test.js +3 -1
  13. package/dist/lib/addons/feature-event-formatter-md.test.js.map +1 -1
  14. package/dist/lib/addons/index.d.ts.map +1 -1
  15. package/dist/lib/addons/index.js +2 -0
  16. package/dist/lib/addons/index.js.map +1 -1
  17. package/dist/lib/addons/new-relic.d.ts.map +1 -1
  18. package/dist/lib/addons/new-relic.js +0 -1
  19. package/dist/lib/addons/new-relic.js.map +1 -1
  20. package/dist/lib/addons/new-relic.test.js +0 -1
  21. package/dist/lib/addons/new-relic.test.js.map +1 -1
  22. package/dist/lib/addons/slack.test.js +1 -2
  23. package/dist/lib/addons/slack.test.js.map +1 -1
  24. package/dist/lib/addons/teams-definition.d.ts.map +1 -1
  25. package/dist/lib/addons/teams-definition.js +1 -0
  26. package/dist/lib/addons/teams-definition.js.map +1 -1
  27. package/dist/lib/addons/teams-workflow-definition.d.ts +4 -0
  28. package/dist/lib/addons/teams-workflow-definition.d.ts.map +1 -0
  29. package/dist/lib/addons/teams-workflow-definition.js +66 -0
  30. package/dist/lib/addons/teams-workflow-definition.js.map +1 -0
  31. package/dist/lib/addons/teams-workflow.d.ts +15 -0
  32. package/dist/lib/addons/teams-workflow.d.ts.map +1 -0
  33. package/dist/lib/addons/teams-workflow.js +110 -0
  34. package/dist/lib/addons/teams-workflow.js.map +1 -0
  35. package/dist/lib/addons/teams-workflow.test.d.ts +2 -0
  36. package/dist/lib/addons/teams-workflow.test.d.ts.map +1 -0
  37. package/dist/lib/addons/teams-workflow.test.js +202 -0
  38. package/dist/lib/addons/teams-workflow.test.js.map +1 -0
  39. package/dist/lib/addons/teams.d.ts.map +1 -1
  40. package/dist/lib/addons/teams.js +0 -1
  41. package/dist/lib/addons/teams.js.map +1 -1
  42. package/dist/lib/addons/teams.test.js +0 -1
  43. package/dist/lib/addons/teams.test.js.map +1 -1
  44. package/dist/lib/addons/validate-url.d.ts +18 -0
  45. package/dist/lib/addons/validate-url.d.ts.map +1 -0
  46. package/dist/lib/addons/validate-url.js +93 -0
  47. package/dist/lib/addons/validate-url.js.map +1 -0
  48. package/dist/lib/addons/validate-url.test.d.ts +2 -0
  49. package/dist/lib/addons/validate-url.test.d.ts.map +1 -0
  50. package/dist/lib/addons/validate-url.test.js +199 -0
  51. package/dist/lib/addons/validate-url.test.js.map +1 -0
  52. package/dist/lib/addons/webhook.d.ts.map +1 -1
  53. package/dist/lib/addons/webhook.js +28 -2
  54. package/dist/lib/addons/webhook.js.map +1 -1
  55. package/dist/lib/addons/webhook.test.js +72 -0
  56. package/dist/lib/addons/webhook.test.js.map +1 -1
  57. package/dist/lib/app.d.ts.map +1 -1
  58. package/dist/lib/app.js +2 -0
  59. package/dist/lib/app.js.map +1 -1
  60. package/dist/lib/create-config.d.ts.map +1 -1
  61. package/dist/lib/create-config.js +8 -0
  62. package/dist/lib/create-config.js.map +1 -1
  63. package/dist/lib/error/bad-data-error.d.ts.map +1 -1
  64. package/dist/lib/error/bad-data-error.js +10 -2
  65. package/dist/lib/error/bad-data-error.js.map +1 -1
  66. package/dist/lib/error/unleash-error.test.js +23 -0
  67. package/dist/lib/error/unleash-error.test.js.map +1 -1
  68. package/dist/lib/features/context/context-field-store.d.ts +1 -1
  69. package/dist/lib/features/context/context-field-store.d.ts.map +1 -1
  70. package/dist/lib/features/context/context-field-store.js +1 -5
  71. package/dist/lib/features/context/context-field-store.js.map +1 -1
  72. package/dist/lib/features/context/context-service.d.ts +5 -4
  73. package/dist/lib/features/context/context-service.d.ts.map +1 -1
  74. package/dist/lib/features/context/context-service.js +20 -27
  75. package/dist/lib/features/context/context-service.js.map +1 -1
  76. package/dist/lib/features/context/context-service.test.d.ts +2 -0
  77. package/dist/lib/features/context/context-service.test.d.ts.map +1 -0
  78. package/dist/lib/features/context/context-service.test.js +24 -0
  79. package/dist/lib/features/context/context-service.test.js.map +1 -0
  80. package/dist/lib/features/context/context.d.ts +1 -0
  81. package/dist/lib/features/context/context.d.ts.map +1 -1
  82. package/dist/lib/features/context/context.js +22 -10
  83. package/dist/lib/features/context/context.js.map +1 -1
  84. package/dist/lib/features/context/context.test.js +15 -1
  85. package/dist/lib/features/context/context.test.js.map +1 -1
  86. package/dist/lib/features/context/createContextService.d.ts +4 -1
  87. package/dist/lib/features/context/createContextService.d.ts.map +1 -1
  88. package/dist/lib/features/context/createContextService.js +2 -1
  89. package/dist/lib/features/context/createContextService.js.map +1 -1
  90. package/dist/lib/features/context/fake-context-field-store.d.ts +1 -1
  91. package/dist/lib/features/context/fake-context-field-store.d.ts.map +1 -1
  92. package/dist/lib/features/context/fake-context-field-store.js +1 -6
  93. package/dist/lib/features/context/fake-context-field-store.js.map +1 -1
  94. package/dist/lib/features/export-import-toggles/createExportImportService.js +1 -1
  95. package/dist/lib/features/export-import-toggles/createExportImportService.js.map +1 -1
  96. package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts +1 -1
  97. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts +2 -1
  98. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts.map +1 -1
  99. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js +5 -0
  100. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js.map +1 -1
  101. package/dist/lib/features/feature-toggle/feature-toggle-controller.d.ts +1 -1
  102. package/dist/lib/features/feature-toggle/feature-toggle-controller.d.ts.map +1 -1
  103. package/dist/lib/features/feature-toggle/feature-toggle-controller.js +22 -2
  104. package/dist/lib/features/feature-toggle/feature-toggle-controller.js.map +1 -1
  105. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +3 -2
  106. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  107. package/dist/lib/features/feature-toggle/feature-toggle-service.js +11 -4
  108. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  109. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts +2 -0
  110. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  111. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +7 -0
  112. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  113. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +4 -0
  114. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
  115. package/dist/lib/features/feature-toggle/types/feature-toggle-strategies-store-type.d.ts +6 -0
  116. package/dist/lib/features/feature-toggle/types/feature-toggle-strategies-store-type.d.ts.map +1 -1
  117. package/dist/lib/features/frontend-api/frontend-api-service.d.ts.map +1 -1
  118. package/dist/lib/features/frontend-api/frontend-api-service.js +17 -20
  119. package/dist/lib/features/frontend-api/frontend-api-service.js.map +1 -1
  120. package/dist/lib/features/metrics/integrations/integration-metrics.d.ts +1 -1
  121. package/dist/lib/features/metrics/integrations/integration-metrics.d.ts.map +1 -1
  122. package/dist/lib/features/metrics/integrations/integration-metrics.js +2 -0
  123. package/dist/lib/features/metrics/integrations/integration-metrics.js.map +1 -1
  124. package/dist/lib/features/playground/feature-evaluator/constraint.d.ts +2 -0
  125. package/dist/lib/features/playground/feature-evaluator/constraint.d.ts.map +1 -1
  126. package/dist/lib/features/playground/feature-evaluator/constraint.js +11 -1
  127. package/dist/lib/features/playground/feature-evaluator/constraint.js.map +1 -1
  128. package/dist/lib/features/playground/playground.test.js +2 -3
  129. package/dist/lib/features/playground/playground.test.js.map +1 -1
  130. package/dist/lib/features/release-plans/release-plan-template-store.d.ts +4 -0
  131. package/dist/lib/features/release-plans/release-plan-template-store.d.ts.map +1 -1
  132. package/dist/lib/features/release-plans/release-plan-template-store.js +25 -2
  133. package/dist/lib/features/release-plans/release-plan-template-store.js.map +1 -1
  134. package/dist/lib/features/release-plans/release-plan-template-store.test.js +75 -16
  135. package/dist/lib/features/release-plans/release-plan-template-store.test.js.map +1 -1
  136. package/dist/lib/features/release-plans/release-plan-template.d.ts +1 -0
  137. package/dist/lib/features/release-plans/release-plan-template.d.ts.map +1 -1
  138. package/dist/lib/features/scheduler/scheduler-service.test.js +1 -0
  139. package/dist/lib/features/scheduler/scheduler-service.test.js.map +1 -1
  140. package/dist/lib/features/unique-connection/unique-connection-store.e2e.test.js +3 -0
  141. package/dist/lib/features/unique-connection/unique-connection-store.e2e.test.js.map +1 -1
  142. package/dist/lib/middleware/rbac-middleware.d.ts.map +1 -1
  143. package/dist/lib/middleware/rbac-middleware.js +3 -4
  144. package/dist/lib/middleware/rbac-middleware.js.map +1 -1
  145. package/dist/lib/middleware/rbac-middleware.test.js +62 -24
  146. package/dist/lib/middleware/rbac-middleware.test.js.map +1 -1
  147. package/dist/lib/middleware/secure-headers.d.ts.map +1 -1
  148. package/dist/lib/middleware/secure-headers.js +20 -1
  149. package/dist/lib/middleware/secure-headers.js.map +1 -1
  150. package/dist/lib/middleware/session-context.d.ts +20 -0
  151. package/dist/lib/middleware/session-context.d.ts.map +1 -0
  152. package/dist/lib/middleware/session-context.js +38 -0
  153. package/dist/lib/middleware/session-context.js.map +1 -0
  154. package/dist/lib/openapi/spec/addon-create-update-schema.d.ts +1 -1
  155. package/dist/lib/openapi/spec/addon-create-update-schema.js +1 -1
  156. package/dist/lib/openapi/spec/addons-schema.d.ts +15 -0
  157. package/dist/lib/openapi/spec/addons-schema.d.ts.map +1 -1
  158. package/dist/lib/openapi/spec/addons-schema.js +51 -0
  159. package/dist/lib/openapi/spec/addons-schema.js.map +1 -1
  160. package/dist/lib/openapi/spec/admin-segment-schema.d.ts +1 -1
  161. package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +4 -4
  162. package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +8 -8
  163. package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +17 -17
  164. package/dist/lib/openapi/spec/client-feature-schema.d.ts +2 -2
  165. package/dist/lib/openapi/spec/client-features-delta-schema.d.ts +5 -5
  166. package/dist/lib/openapi/spec/client-features-schema.d.ts +5 -5
  167. package/dist/lib/openapi/spec/client-segment-schema.d.ts +1 -1
  168. package/dist/lib/openapi/spec/constraint-schema.d.ts +2 -2
  169. package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +1 -1
  170. package/dist/lib/openapi/spec/environment-project-schema.d.ts +2 -2
  171. package/dist/lib/openapi/spec/environments-project-schema.d.ts +4 -4
  172. package/dist/lib/openapi/spec/export-result-schema.d.ts +68 -68
  173. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +17 -17
  174. package/dist/lib/openapi/spec/feature-schema.d.ts +34 -34
  175. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +34 -34
  176. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +68 -68
  177. package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +1 -1
  178. package/dist/lib/openapi/spec/health-overview-schema.d.ts +69 -69
  179. package/dist/lib/openapi/spec/health-report-schema.d.ts +69 -69
  180. package/dist/lib/openapi/spec/playground-constraint-schema.d.ts +1 -1
  181. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.d.ts +4 -0
  182. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.d.ts.map +1 -0
  183. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.js +91 -0
  184. package/dist/lib/openapi/spec/playground-feature-schema.arbitraries.js.map +1 -0
  185. package/dist/lib/openapi/spec/playground-feature-schema.d.ts +4 -4
  186. package/dist/lib/openapi/spec/playground-feature-schema.test.d.ts +1 -3
  187. package/dist/lib/openapi/spec/playground-feature-schema.test.d.ts.map +1 -1
  188. package/dist/lib/openapi/spec/playground-feature-schema.test.js +1 -89
  189. package/dist/lib/openapi/spec/playground-feature-schema.test.js.map +1 -1
  190. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.d.ts +4 -0
  191. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.d.ts.map +1 -0
  192. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.js +9 -0
  193. package/dist/lib/openapi/spec/playground-request-schema.arbitraries.js.map +1 -0
  194. package/dist/lib/openapi/spec/playground-request-schema.test.d.ts +1 -3
  195. package/dist/lib/openapi/spec/playground-request-schema.test.d.ts.map +1 -1
  196. package/dist/lib/openapi/spec/playground-request-schema.test.js +1 -8
  197. package/dist/lib/openapi/spec/playground-request-schema.test.js.map +1 -1
  198. package/dist/lib/openapi/spec/playground-response-schema.d.ts +9 -9
  199. package/dist/lib/openapi/spec/playground-response-schema.test.js +2 -3
  200. package/dist/lib/openapi/spec/playground-response-schema.test.js.map +1 -1
  201. package/dist/lib/openapi/spec/playground-segment-schema.d.ts +1 -1
  202. package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +2 -2
  203. package/dist/lib/openapi/spec/profile-schema.d.ts +40 -35
  204. package/dist/lib/openapi/spec/profile-schema.d.ts.map +1 -1
  205. package/dist/lib/openapi/spec/profile-schema.js +13 -1
  206. package/dist/lib/openapi/spec/profile-schema.js.map +1 -1
  207. package/dist/lib/openapi/spec/profile-schema.test.js +1 -0
  208. package/dist/lib/openapi/spec/profile-schema.test.js.map +1 -1
  209. package/dist/lib/openapi/spec/project-environment-schema.d.ts +1 -1
  210. package/dist/lib/openapi/spec/project-overview-schema.d.ts +69 -69
  211. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +4 -4
  212. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +2 -2
  213. package/dist/lib/openapi/spec/release-plan-schema.d.ts +8 -8
  214. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +14 -8
  215. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts.map +1 -1
  216. package/dist/lib/openapi/spec/release-plan-template-schema.js +6 -0
  217. package/dist/lib/openapi/spec/release-plan-template-schema.js.map +1 -1
  218. package/dist/lib/openapi/spec/release-plan-templates-schema.d.ts +22 -16
  219. package/dist/lib/openapi/spec/release-plan-templates-schema.d.ts.map +1 -1
  220. package/dist/lib/openapi/spec/release-plans-schema.d.ts +16 -16
  221. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.d.ts +4 -0
  222. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.d.ts.map +1 -0
  223. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.js +12 -0
  224. package/dist/lib/openapi/spec/sdk-context-schema.arbitraries.js.map +1 -0
  225. package/dist/lib/openapi/spec/sdk-context-schema.test.d.ts +1 -3
  226. package/dist/lib/openapi/spec/sdk-context-schema.test.d.ts.map +1 -1
  227. package/dist/lib/openapi/spec/sdk-context-schema.test.js +1 -11
  228. package/dist/lib/openapi/spec/sdk-context-schema.test.js.map +1 -1
  229. package/dist/lib/openapi/spec/search-features-schema.d.ts +104 -104
  230. package/dist/lib/openapi/spec/segment-schema.d.ts +1 -1
  231. package/dist/lib/openapi/spec/segments-schema.d.ts +2 -2
  232. package/dist/lib/openapi/spec/ui-config-schema.d.ts +5 -0
  233. package/dist/lib/openapi/spec/ui-config-schema.d.ts.map +1 -1
  234. package/dist/lib/openapi/spec/ui-config-schema.js +5 -0
  235. package/dist/lib/openapi/spec/ui-config-schema.js.map +1 -1
  236. package/dist/lib/openapi/spec/update-feature-schema.d.ts +1 -1
  237. package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +1 -1
  238. package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +1 -1
  239. package/dist/lib/routes/admin-api/addon.d.ts.map +1 -1
  240. package/dist/lib/routes/admin-api/addon.js +6 -2
  241. package/dist/lib/routes/admin-api/addon.js.map +1 -1
  242. package/dist/lib/routes/admin-api/user/user.d.ts.map +1 -1
  243. package/dist/lib/routes/admin-api/user/user.js +3 -1
  244. package/dist/lib/routes/admin-api/user/user.js.map +1 -1
  245. package/dist/lib/routes/admin-api/user/user.test.js +32 -7
  246. package/dist/lib/routes/admin-api/user/user.test.js.map +1 -1
  247. package/dist/lib/routes/util.d.ts.map +1 -1
  248. package/dist/lib/routes/util.js +8 -1
  249. package/dist/lib/routes/util.js.map +1 -1
  250. package/dist/lib/routes/util.test.d.ts +2 -0
  251. package/dist/lib/routes/util.test.d.ts.map +1 -0
  252. package/dist/lib/routes/util.test.js +18 -0
  253. package/dist/lib/routes/util.test.js.map +1 -0
  254. package/dist/lib/schema/feature-schema.test.js +1 -1
  255. package/dist/lib/schema/feature-schema.test.js.map +1 -1
  256. package/dist/lib/schema/html-input.d.ts +4 -0
  257. package/dist/lib/schema/html-input.d.ts.map +1 -0
  258. package/dist/lib/schema/html-input.js +41 -0
  259. package/dist/lib/schema/html-input.js.map +1 -0
  260. package/dist/lib/schema/html-input.test.d.ts +2 -0
  261. package/dist/lib/schema/html-input.test.d.ts.map +1 -0
  262. package/dist/lib/schema/html-input.test.js +98 -0
  263. package/dist/lib/schema/html-input.test.js.map +1 -0
  264. package/dist/lib/server-impl.d.ts +2 -1
  265. package/dist/lib/server-impl.d.ts.map +1 -1
  266. package/dist/lib/server-impl.js +2 -1
  267. package/dist/lib/server-impl.js.map +1 -1
  268. package/dist/lib/services/addon-service.d.ts +8 -1
  269. package/dist/lib/services/addon-service.d.ts.map +1 -1
  270. package/dist/lib/services/addon-service.js +24 -1
  271. package/dist/lib/services/addon-service.js.map +1 -1
  272. package/dist/lib/services/addon-service.test.js +75 -8
  273. package/dist/lib/services/addon-service.test.js.map +1 -1
  274. package/dist/lib/services/feature-tag-service.d.ts +1 -1
  275. package/dist/lib/services/feature-tag-service.d.ts.map +1 -1
  276. package/dist/lib/services/feature-tag-service.js +5 -1
  277. package/dist/lib/services/feature-tag-service.js.map +1 -1
  278. package/dist/lib/services/index.d.ts.map +1 -1
  279. package/dist/lib/services/index.js +1 -1
  280. package/dist/lib/services/index.js.map +1 -1
  281. package/dist/lib/services/project-schema.d.ts +1 -2
  282. package/dist/lib/services/project-schema.d.ts.map +1 -1
  283. package/dist/lib/services/project-schema.js +4 -2
  284. package/dist/lib/services/project-schema.js.map +1 -1
  285. package/dist/lib/services/user-service.d.ts +1 -0
  286. package/dist/lib/services/user-service.d.ts.map +1 -1
  287. package/dist/lib/services/user-service.js +7 -0
  288. package/dist/lib/services/user-service.js.map +1 -1
  289. package/dist/lib/types/events.d.ts +8 -0
  290. package/dist/lib/types/events.d.ts.map +1 -1
  291. package/dist/lib/types/events.js +4 -0
  292. package/dist/lib/types/events.js.map +1 -1
  293. package/dist/lib/types/experimental.d.ts +1 -1
  294. package/dist/lib/types/experimental.d.ts.map +1 -1
  295. package/dist/lib/types/experimental.js +27 -1
  296. package/dist/lib/types/experimental.js.map +1 -1
  297. package/dist/lib/types/model.d.ts +2 -0
  298. package/dist/lib/types/model.d.ts.map +1 -1
  299. package/dist/lib/types/model.js.map +1 -1
  300. package/dist/lib/types/option.d.ts +5 -0
  301. package/dist/lib/types/option.d.ts.map +1 -1
  302. package/dist/lib/types/permissions.d.ts +1 -0
  303. package/dist/lib/types/permissions.d.ts.map +1 -1
  304. package/dist/lib/types/permissions.js +2 -0
  305. package/dist/lib/types/permissions.js.map +1 -1
  306. package/dist/lib/types/stores.d.ts +1 -0
  307. package/dist/lib/types/stores.d.ts.map +1 -1
  308. package/dist/lib/types/stores.js.map +1 -1
  309. package/dist/lib/ui-config/ui-config-controller.d.ts +1 -2
  310. package/dist/lib/ui-config/ui-config-controller.d.ts.map +1 -1
  311. package/dist/lib/ui-config/ui-config-controller.js +3 -1
  312. package/dist/lib/ui-config/ui-config-controller.js.map +1 -1
  313. package/dist/lib/ui-config/ui-config-service.d.ts +3 -2
  314. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -1
  315. package/dist/lib/ui-config/ui-config-service.js +11 -3
  316. package/dist/lib/ui-config/ui-config-service.js.map +1 -1
  317. package/dist/lib/ui-config/ui-config.test.js +25 -2
  318. package/dist/lib/ui-config/ui-config.test.js.map +1 -1
  319. package/dist/lib/util/anonymise.d.ts +1 -0
  320. package/dist/lib/util/anonymise.d.ts.map +1 -1
  321. package/dist/lib/util/anonymise.js +3 -0
  322. package/dist/lib/util/anonymise.js.map +1 -1
  323. package/dist/lib/util/anonymise.test.js +4 -1
  324. package/dist/lib/util/anonymise.test.js.map +1 -1
  325. package/dist/lib/util/constants.d.ts +3 -1
  326. package/dist/lib/util/constants.d.ts.map +1 -1
  327. package/dist/lib/util/constants.js +11 -1
  328. package/dist/lib/util/constants.js.map +1 -1
  329. package/dist/mailtemplates/requested-cr-approval/requested-cr-approval.html.mustache +1 -1
  330. package/dist/migrations/20260617115403-update-flag-descriptions.d.ts +3 -0
  331. package/dist/migrations/20260617115403-update-flag-descriptions.d.ts.map +1 -0
  332. package/dist/migrations/20260617115403-update-flag-descriptions.js +38 -0
  333. package/dist/migrations/20260617115403-update-flag-descriptions.js.map +1 -0
  334. package/dist/migrations/20260624120000-servicenow-change-references.d.ts +3 -0
  335. package/dist/migrations/20260624120000-servicenow-change-references.d.ts.map +1 -0
  336. package/dist/migrations/20260624120000-servicenow-change-references.js +22 -0
  337. package/dist/migrations/20260624120000-servicenow-change-references.js.map +1 -0
  338. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.d.ts +3 -0
  339. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.d.ts.map +1 -0
  340. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.js +8 -0
  341. package/dist/migrations/20260706100000-add-project-column-to-release-plan-definitions.js.map +1 -0
  342. package/dist/migrations/20260708100000-add-project-release-template-permission.d.ts +3 -0
  343. package/dist/migrations/20260708100000-add-project-release-template-permission.d.ts.map +1 -0
  344. package/dist/migrations/20260708100000-add-project-release-template-permission.js +15 -0
  345. package/dist/migrations/20260708100000-add-project-release-template-permission.js.map +1 -0
  346. package/dist/server-dev.js +9 -1
  347. package/dist/server-dev.js.map +1 -1
  348. package/dist/test/arbitraries.d.ts +25 -0
  349. package/dist/test/arbitraries.d.ts.map +1 -0
  350. package/dist/test/arbitraries.js +143 -0
  351. package/dist/test/arbitraries.js.map +1 -0
  352. package/dist/test/arbitraries.test.d.ts +1 -24
  353. package/dist/test/arbitraries.test.d.ts.map +1 -1
  354. package/dist/test/arbitraries.test.js +1 -142
  355. package/dist/test/arbitraries.test.js.map +1 -1
  356. package/dist/test/e2e/api/admin/addon.e2e.test.js +2 -1
  357. package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
  358. package/dist/test/e2e/api/admin/playground.e2e.test.js +2 -2
  359. package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
  360. package/dist/test/e2e/services/addon-service.e2e.test.js +2 -0
  361. package/dist/test/e2e/services/addon-service.e2e.test.js.map +1 -1
  362. package/dist/test/e2e/services/playground-service.test.js +2 -2
  363. package/dist/test/e2e/services/playground-service.test.js.map +1 -1
  364. package/dist/test/fixtures/fake-segment-store.d.ts +1 -1
  365. package/dist/test/fixtures/fake-segment-store.d.ts.map +1 -1
  366. package/dist/test/fixtures/fake-segment-store.js +2 -2
  367. package/dist/test/fixtures/fake-segment-store.js.map +1 -1
  368. package/dist/test/prom-last-wins.d.ts +2 -0
  369. package/dist/test/prom-last-wins.d.ts.map +1 -0
  370. package/dist/test/prom-last-wins.js +25 -0
  371. package/dist/test/prom-last-wins.js.map +1 -0
  372. package/dist/test/reset-cross-file-state.d.ts +2 -0
  373. package/dist/test/reset-cross-file-state.d.ts.map +1 -0
  374. package/dist/test/reset-cross-file-state.js +57 -0
  375. package/dist/test/reset-cross-file-state.js.map +1 -0
  376. package/dist/test-setup.d.ts.map +1 -1
  377. package/dist/test-setup.js +4 -0
  378. package/dist/test-setup.js.map +1 -1
  379. package/frontend/build/index.html +2 -2
  380. package/frontend/build/static/AccordionSummary-KVRcLxLK.js +1 -0
  381. package/frontend/build/static/AdvancedPlayground-Cls80com.js +3 -0
  382. package/frontend/build/static/Alert-DQgOzmJF.js +1 -0
  383. package/frontend/build/static/Avatar-xU_puYmY.js +1 -0
  384. package/frontend/build/static/BackendConnections-CkI8tLcv.js +1 -0
  385. package/frontend/build/static/Box-rSzdGLLJ.js +1 -0
  386. package/frontend/build/static/Button-yGjgMTJI.js +1 -0
  387. package/frontend/build/static/Button.story-CBE27I2T.js +1 -0
  388. package/frontend/build/static/CircularProgress-CmGBJn6I.js +124 -0
  389. package/frontend/build/static/Close-DKD1r3T7.js +1 -0
  390. package/frontend/build/static/Close-nISwbNAY.js +1 -0
  391. package/frontend/build/static/CodeRenderer-RNHlNPBl.js +1094 -0
  392. package/frontend/build/static/CodeRenderer.story-Vw214z1Z.js +2 -0
  393. package/frontend/build/static/Collapse-COunT4rQ.js +1 -0
  394. package/frontend/build/static/ConditionallyRender-CEffh9Z-.js +1 -0
  395. package/frontend/build/static/ConnectSdkStep-DnH4iwnu.js +1 -0
  396. package/frontend/build/static/ConnectSdkStep.story-DeWPTOZK.js +1 -0
  397. package/frontend/build/static/CreateProject-eo1TZ1so.js +1 -0
  398. package/frontend/build/static/Dialog-DLpX4v6X.js +1 -0
  399. package/frontend/build/static/DialogWithAside-BxVspeMV.js +1 -0
  400. package/frontend/build/static/DialogWithAside.story-Dqmr9MnM.js +1 -0
  401. package/frontend/build/static/Divider-BYq1CcT0.js +1 -0
  402. package/frontend/build/static/EnterpriseEdge-D-g3JGCd.js +6 -0
  403. package/frontend/build/static/FeatureCard.story-B2Q-SD_-.js +1 -0
  404. package/frontend/build/static/FeatureMetricsChart-ETalRWKx.js +2 -0
  405. package/frontend/build/static/FeatureStaleDialog-CvD9ojNj.js +8 -0
  406. package/frontend/build/static/FeatureViewLazyExport-10Z3_Wda.js +10 -0
  407. package/frontend/build/static/FileCopy-D1ZqmNek.js +1 -0
  408. package/frontend/build/static/FlagMetricsChart-dLfSDZ_x.js +2 -0
  409. package/frontend/build/static/FlagUsageSnippet-DOGwaqPZ.js +2 -0
  410. package/frontend/build/static/FlagUsageSnippet.story-tfMvt3kG.js +1 -0
  411. package/frontend/build/static/FormControlLabel-BrOlsUbv.js +1 -0
  412. package/frontend/build/static/FormField-CRXe4g4R.js +1 -0
  413. package/frontend/build/static/FrontendNetworkTrafficUsage-DGEwK1Qg.js +1 -0
  414. package/frontend/build/static/GenerateApiKey-C1aJtPh-.js +1 -0
  415. package/frontend/build/static/GenerateApiKey.story-DNMZG0qg.js +1 -0
  416. package/frontend/build/static/GenerateApiKeySummary-DkPI02tH.js +1 -0
  417. package/frontend/build/static/GenerateApiKeySummary.story-CruMFwTQ.js +1 -0
  418. package/frontend/build/static/GridLayoutWrapper-B3BIpxoE.js +5 -0
  419. package/frontend/build/static/Grow-CuQu7Z-P.js +1 -0
  420. package/frontend/build/static/HelpOutlineOutlined-HDH1hus2.js +1 -0
  421. package/frontend/build/static/HelpResources.story-warJFqf6.js +1 -0
  422. package/frontend/build/static/Highlighter-BS0Ow0vZ.js +1 -0
  423. package/frontend/build/static/HtmlTooltip-3YsoM_F5.js +1 -0
  424. package/frontend/build/static/IconButton-BveFD3PF.js +1 -0
  425. package/frontend/build/static/ImpactMetricsPage-C57istn7.js +1 -0
  426. package/frontend/build/static/ImpactViewsPage-MKEHnt2w.js +1 -0
  427. package/frontend/build/static/LazyAdminExport-DfIYVWQD.js +38 -0
  428. package/frontend/build/static/LazyProjectExport-30GlUH0L.js +46 -0
  429. package/frontend/build/static/LifecycleChartComponent-Tj1pN5Tj.js +2 -0
  430. package/frontend/build/static/LineChartComponent-_RiDjL2-.js +1 -0
  431. package/frontend/build/static/Link-wv6er_Jy.js +1 -0
  432. package/frontend/build/static/Loader-CnLypnQx.js +1 -0
  433. package/frontend/build/static/{LogRocketRunner-Duzg1Kzh.js → LogRocketRunner-BS6AEpSK.js} +1 -1
  434. package/frontend/build/static/MarkCompletedDialogue-BeIA6eMj.js +1 -0
  435. package/frontend/build/static/Menu-DUeb4XP8.js +1 -0
  436. package/frontend/build/static/MenuBook-DZFyn--3.js +1 -0
  437. package/frontend/build/static/MenuItem-DNlBQQYG.js +1 -0
  438. package/frontend/build/static/Modal-DdH902AP.js +1 -0
  439. package/frontend/build/static/NetworkOverview-DF8c0k1P.js +1 -0
  440. package/frontend/build/static/{NetworkPrometheusAPIWarning-Bq62ygkV.js → NetworkPrometheusAPIWarning-B0v-FihJ.js} +1 -1
  441. package/frontend/build/static/NetworkTraffic-C1I4wwcb.js +1 -0
  442. package/frontend/build/static/NetworkTrafficUsage-DkdQx64o.js +1 -0
  443. package/frontend/build/static/NotificationStack.story-CdeU4r0p.js +1 -0
  444. package/frontend/build/static/OnboardingProgress-BuWQ2rjB.js +1 -0
  445. package/frontend/build/static/OnboardingProgress.story-CmQztiFV.js +1 -0
  446. package/frontend/build/static/OpenInNew-CHcHAi4B.js +1 -0
  447. package/frontend/build/static/PageContent-lT51j8jO.js +1 -0
  448. package/frontend/build/static/Paper-BvPQ0Zq6.js +1 -0
  449. package/frontend/build/static/PercentageDonut-CZVWd5fE.js +1 -0
  450. package/frontend/build/static/PermissionButton-Tj54K9Kc.js +1 -0
  451. package/frontend/build/static/Popover-FHiFav9d.js +1 -0
  452. package/frontend/build/static/Popper-Cut-_j4A.js +1 -0
  453. package/frontend/build/static/Portal-kwmlgXGI.js +1 -0
  454. package/frontend/build/static/Radio-Cj82h8o5.js +1 -0
  455. package/frontend/build/static/RadioGroup-BWTZb8iE.js +1 -0
  456. package/frontend/build/static/ReactJSONEditor-D65iiPmM.js +4 -0
  457. package/frontend/build/static/ReactJSONEditor.story-Bt3pxUGO.js +1 -0
  458. package/frontend/build/static/RoleCell-tqHUOlI7.js +1 -0
  459. package/frontend/build/static/RtlProvider-D1AlROju.js +1 -0
  460. package/frontend/build/static/Safeguard-DFEQulxy.js +1 -0
  461. package/frontend/build/static/SdkEvaluationStatus-B1rMywp-.js +17 -0
  462. package/frontend/build/static/SdkEvaluationStatus.story-BxgqLICz.js +1 -0
  463. package/frontend/build/static/Select-DdG1oq6O.js +3 -0
  464. package/frontend/build/static/SelectSdk-Boj2Ug-2.js +1 -0
  465. package/frontend/build/static/SelectSdk-CzRoKDb5.js +1 -0
  466. package/frontend/build/static/SelectSdk.story-BT9ke5Eb.js +1 -0
  467. package/frontend/build/static/SelectSdk.story-CdzotYoq.js +1 -0
  468. package/frontend/build/static/Spacing.story-CB6GkN5Z.js +1 -0
  469. package/frontend/build/static/StoriesPage-luLnHVc2.js +1 -0
  470. package/frontend/build/static/SwitchBase-cxExIOp0.js +1 -0
  471. package/frontend/build/static/TextField-Cf03Ror7.js +1 -0
  472. package/frontend/build/static/ThemeColors.story-Cx9bv5pL.js +1 -0
  473. package/frontend/build/static/TokenExplanation-CJjBSQ07.js +1 -0
  474. package/frontend/build/static/TokenExplanation.story-BoOaHRrQ.js +1 -0
  475. package/frontend/build/static/Tooltip-DPzrXyNS.js +1 -0
  476. package/frontend/build/static/TooltipResolver-CIBfA4vm.js +1 -0
  477. package/frontend/build/static/Truncator-CF0-SVks.js +1 -0
  478. package/frontend/build/static/Typography-nCkGT67u.js +1 -0
  479. package/frontend/build/static/Typography.story-CofmlvJB.js +1 -0
  480. package/frontend/build/static/UIContext-Dsr0TY8K.js +1 -0
  481. package/frontend/build/static/WhatsNewLayout.story-p4Cm8bgx.js +1 -0
  482. package/frontend/build/static/aggregateFeatureMetrics-D7AXsd2U.js +1 -0
  483. package/frontend/build/static/capitalize-DfXJDj8P.js +1 -0
  484. package/frontend/build/static/chartjs-plugin-annotation.esm-tsR8Pv5a.js +1 -0
  485. package/frontend/build/static/chunk-KS7C4IRE-PUpsdS_b.js +3 -0
  486. package/frontend/build/static/code-block-BZePA-4e.js +1 -0
  487. package/frontend/build/static/copy-to-clipboard-BCU4eeSw.js +1 -0
  488. package/frontend/build/static/createBox-DaDvp7MB.js +1 -0
  489. package/frontend/build/static/createSimplePaletteValueFilter-Bt9IjErz.js +1 -0
  490. package/frontend/build/static/createSvgIcon-D-6jHYkf.js +1 -0
  491. package/frontend/build/static/differenceInSeconds-DMZGQwjK.js +1 -0
  492. package/frontend/build/static/dividerClasses-DcI5JVLQ.js +1 -0
  493. package/frontend/build/static/endOfMonth-CkSR_DAx.js +1 -0
  494. package/frontend/build/static/{enterpriseEdgeCloud-C5u35XAw.js → enterpriseEdgeCloud-qnOcFE1S.js} +1 -1
  495. package/frontend/build/static/esm-DViSjNxt.js +12 -0
  496. package/frontend/build/static/formatAccessText-BhC1wtCg.js +1 -0
  497. package/frontend/build/static/formatDistanceToNow-CyouiCIY.js +1 -0
  498. package/frontend/build/static/httpErrorResponseHandler-BzpwldnE.js +1 -0
  499. package/frontend/build/static/impact-metrics-DrmGy_gn.png +0 -0
  500. package/frontend/build/static/{impact-metrics-icon-6dt-ye-h.js → impact-metrics-icon-Cg_ki-2e.js} +1 -1
  501. package/frontend/build/static/index-C2zVj2FI.js +287 -0
  502. package/frontend/build/static/{jsx-runtime-BnvnyDTF.js → jsx-runtime-DYfQNk55.js} +1 -1
  503. package/frontend/build/static/mcp-ADx0Sju7.png +0 -0
  504. package/frontend/build/static/{metricsFormatters-BEX2qb8Y.js → metricsFormatters-BmjW0KTj.js} +1 -1
  505. package/frontend/build/static/milestone-CciNgBhP.png +0 -0
  506. package/frontend/build/static/{mui-CoU2c-id.js → mui-C_omlwxE.js} +1 -1
  507. package/frontend/build/static/networkTrafficUsageHighlightPlugin-DPi6id5j.js +1 -0
  508. package/frontend/build/static/parse-Chj4PyAg.js +1 -0
  509. package/frontend/build/static/react-Ca03aNmg.js +1 -0
  510. package/frontend/build/static/resolveProps-CAVsjga5.js +1 -0
  511. package/frontend/build/static/servicenow-BmgZtZjb.svg +13 -0
  512. package/frontend/build/static/sharedTypes-CXnpeg4U.js +1 -0
  513. package/frontend/build/static/startOfHour-P0Sr6h8e.js +1 -0
  514. package/frontend/build/static/styled-CY_-vLWk.js +1 -0
  515. package/frontend/build/static/theme-DDCs0xPV.js +1 -0
  516. package/frontend/build/static/themeStyles-B99HStK1.js +1 -0
  517. package/frontend/build/static/useApi-B7ZLy5tN.js +1 -0
  518. package/frontend/build/static/useApiGetter-C41iZzl2.js +1 -0
  519. package/frontend/build/static/useApiTokens-BQWPDfv2.js +1 -0
  520. package/frontend/build/static/useConditionalSWR-QWHOvx6V.js +1 -0
  521. package/frontend/build/static/useConditionallyHiddenColumns-DbQbB4u7.js +5 -0
  522. package/frontend/build/static/useCustomEvent-BnWpZ2E1.js +1 -0
  523. package/frontend/build/static/useEnhancedEffect-BBMUaXin.js +1 -0
  524. package/frontend/build/static/useEnvironments-Gu7r2cpc.js +2 -0
  525. package/frontend/build/static/useEventTracker-B0ILyjZB.js +1 -0
  526. package/frontend/build/static/useGroupedImpactMetricsData-jQ7IYFK3.js +1 -0
  527. package/frontend/build/static/useId-Bg4oXGUa.js +1 -0
  528. package/frontend/build/static/{useImpactMetrics-9qDSEpTn.js → useImpactMetrics-DXxTQl6p.js} +2 -2
  529. package/frontend/build/static/{useImpactMetricsEnabled-wRNO6-Oh.js → useImpactMetricsEnabled-B3om8V0b.js} +1 -1
  530. package/frontend/build/static/{useInstanceTrafficMetrics-CIpyIGYi.js → useInstanceTrafficMetrics-DkgcWjVM.js} +1 -1
  531. package/frontend/build/static/useLocationSettings-vlEPA_j3.js +1 -0
  532. package/frontend/build/static/useMediaQuery-BFm2lR-0.js +2 -0
  533. package/frontend/build/static/useOptionalPathParam-Cmh3Ejbi.js +1 -0
  534. package/frontend/build/static/{usePageTitle-CHzzFshF.js → usePageTitle-DD1IHvCw.js} +1 -1
  535. package/frontend/build/static/useSlot-Ce59-xJL.js +1 -0
  536. package/frontend/build/static/useSlotProps-v77xI-e5.js +1 -0
  537. package/frontend/build/static/useTheme-CTychWp2.js +10 -0
  538. package/frontend/build/static/useTimeout-B2sc1jSE.js +1 -0
  539. package/frontend/build/static/useToast-BUHn_9TC.js +1 -0
  540. package/frontend/build/static/{useUiConfig-DbVjTDpE.js → useUiConfig-BcfEDPWc.js} +1 -1
  541. package/frontend/build/static/useUiFlag-PbKW1iMa.js +1 -0
  542. package/frontend/package.json +20 -19
  543. package/package.json +15 -12
  544. package/frontend/build/static/AccordionSummary-wye3oOm6.js +0 -1
  545. package/frontend/build/static/AdvancedPlayground-BEYkf6Xg.js +0 -3
  546. package/frontend/build/static/Alert-_bLyWbvx.js +0 -1
  547. package/frontend/build/static/BackendConnections-DdvotR_8.js +0 -1
  548. package/frontend/build/static/Box-BQsxfFmC.js +0 -1
  549. package/frontend/build/static/Button-CebB8EPB.js +0 -1
  550. package/frontend/build/static/ChatOutlined-jZlhx14o.js +0 -1
  551. package/frontend/build/static/CircularProgress-C_LUU3DK.js +0 -101
  552. package/frontend/build/static/Close-DyTASMSq.js +0 -1
  553. package/frontend/build/static/CloudCircle-BjnxUYAO.js +0 -1
  554. package/frontend/build/static/Collapse-DPPTUMpf.js +0 -1
  555. package/frontend/build/static/ConditionallyRender---uTpMBn.js +0 -1
  556. package/frontend/build/static/CreateProject-BSlg0WYM.js +0 -1
  557. package/frontend/build/static/Dialog-C-xQxqWX.js +0 -1
  558. package/frontend/build/static/DialogWithAside-BvaGTcqO.js +0 -1106
  559. package/frontend/build/static/Divider-CsdWvu5F.js +0 -1
  560. package/frontend/build/static/EnterpriseEdge-DN23kaQp.js +0 -6
  561. package/frontend/build/static/FeatureMetricsChart-CmVkRuwG.js +0 -2
  562. package/frontend/build/static/FeatureStaleDialog-BkyjUGR9.js +0 -8
  563. package/frontend/build/static/FeatureViewLazyExport-C5FggFea.js +0 -10
  564. package/frontend/build/static/FileCopy-B8HZEA83.js +0 -1
  565. package/frontend/build/static/FlagMetricsChart-ZjHSwulg.js +0 -2
  566. package/frontend/build/static/FormControlLabel-F5gDLixN.js +0 -1
  567. package/frontend/build/static/FrontendNetworkTrafficUsage-BmLOJdK9.js +0 -1
  568. package/frontend/build/static/GridLayoutWrapper-D93wkNEo.js +0 -3
  569. package/frontend/build/static/Grow-BIbmvKVy.js +0 -1
  570. package/frontend/build/static/HelpOutlineOutlined-CpMsVJZu.js +0 -1
  571. package/frontend/build/static/Highlighter-MomUaQww.js +0 -1
  572. package/frontend/build/static/HtmlTooltip-B9jv1G1R.js +0 -1
  573. package/frontend/build/static/ImpactMetricsPage-D1CETZR_.js +0 -1
  574. package/frontend/build/static/ImpactViewsPage-DeBga4lU.js +0 -1
  575. package/frontend/build/static/LazyAdminExport-BvtR_me3.js +0 -38
  576. package/frontend/build/static/LazyProjectExport-BkOu6pHf.js +0 -46
  577. package/frontend/build/static/LifecycleChartComponent-BYvIFr7Q.js +0 -2
  578. package/frontend/build/static/LineChartComponent-d80f3Tky.js +0 -1
  579. package/frontend/build/static/Link-CfIScd2f.js +0 -1
  580. package/frontend/build/static/Loader-DdgXftPc.js +0 -1
  581. package/frontend/build/static/MarkCompletedDialogue-CtzRfovJ.js +0 -1
  582. package/frontend/build/static/NetworkOverview-D1UOxIaf.js +0 -1
  583. package/frontend/build/static/NetworkTraffic-CLnhub6c.js +0 -1
  584. package/frontend/build/static/NetworkTrafficUsage-PgI0lqze.js +0 -1
  585. package/frontend/build/static/PageContent-c0NDm5oD.js +0 -1
  586. package/frontend/build/static/PercentageDonut-C6I2UOES.js +0 -1
  587. package/frontend/build/static/PermissionButton-BIeM26DH.js +0 -1
  588. package/frontend/build/static/Popover-CUTnSn2h.js +0 -1
  589. package/frontend/build/static/Radio-DL8ja0ll.js +0 -1
  590. package/frontend/build/static/RadioGroup-Ci3WHaOy.js +0 -1
  591. package/frontend/build/static/ReactJSONEditor-C-paZV5Q.js +0 -4
  592. package/frontend/build/static/RoleCell-BCPNstXC.js +0 -1
  593. package/frontend/build/static/Safeguard-9zs64Bna.js +0 -1
  594. package/frontend/build/static/SelectSdk-D2NaTubs.js +0 -2
  595. package/frontend/build/static/StoriesPage-5lbMiQlA.js +0 -1
  596. package/frontend/build/static/SwitchBase-DWPIxZnN.js +0 -1
  597. package/frontend/build/static/TextField-oipjeg6n.js +0 -3
  598. package/frontend/build/static/Tooltip-BaILXXti.js +0 -1
  599. package/frontend/build/static/TooltipResolver-4A1YhwBy.js +0 -1
  600. package/frontend/build/static/Truncator-D2bO9ub6.js +0 -1
  601. package/frontend/build/static/Typography-BTdLWIUX.js +0 -1
  602. package/frontend/build/static/aggregateFeatureMetrics-DBivHCcj.js +0 -1
  603. package/frontend/build/static/chartjs-plugin-annotation.esm-BxKcCGhA.js +0 -1
  604. package/frontend/build/static/chunk-QUQL4437-Dr42NpoL.js +0 -3
  605. package/frontend/build/static/createBox-Cf2UJsmc.js +0 -1
  606. package/frontend/build/static/createSimplePaletteValueFilter-BRAMrHWJ.js +0 -1
  607. package/frontend/build/static/dividerClasses-Cc45lyWo.js +0 -1
  608. package/frontend/build/static/esm-CFWP4-MJ.js +0 -15
  609. package/frontend/build/static/httpErrorResponseHandler-FMtt7Zqh.js +0 -1
  610. package/frontend/build/static/index-BJ2iUk24.js +0 -289
  611. package/frontend/build/static/networkTrafficUsageHighlightPlugin-DVWh8Lrd.js +0 -1
  612. package/frontend/build/static/parse-BhYjTMCL.js +0 -1
  613. package/frontend/build/static/react-GZhdek4G.js +0 -1
  614. package/frontend/build/static/startOfHour-KiLZtdEa.js +0 -1
  615. package/frontend/build/static/themeStyles-BPY8RNQO.js +0 -1
  616. package/frontend/build/static/useApiGetter-7FP8Avm4.js +0 -1
  617. package/frontend/build/static/useApiTokens-C8Dqw_X1.js +0 -1
  618. package/frontend/build/static/useConditionalSWR-DGgzun6i.js +0 -1
  619. package/frontend/build/static/useConditionallyHiddenColumns-DTDzRlyO.js +0 -5
  620. package/frontend/build/static/useCustomEvent-CwoY8S5F.js +0 -1
  621. package/frontend/build/static/useEnvironments-CTguhgy0.js +0 -2
  622. package/frontend/build/static/useGroupedImpactMetricsData-CK8Pz2an.js +0 -1
  623. package/frontend/build/static/useMediaQuery-DGx8zAkf.js +0 -2
  624. package/frontend/build/static/useOptionalPathParam-Cx3ru9yC.js +0 -1
  625. package/frontend/build/static/useTheme-CQqAmDLr.js +0 -9
  626. /package/frontend/build/static/{connect-DbjGV9Hl.png → cr-DbjGV9Hl.png} +0 -0
@@ -0,0 +1,124 @@
1
+ import{o as e,t}from"./react-Ca03aNmg.js";import{A as n,j as r,t as i}from"./useTheme-CTychWp2.js";import{t as a}from"./jsx-runtime-DYfQNk55.js";import{a as o,c as s,n as c,r as l,s as u,t as d}from"./capitalize-DfXJDj8P.js";import{n as f}from"./resolveProps-CAVsjga5.js";import{t as p}from"./styled-CY_-vLWk.js";import{a as m,f as h,g,i as _,l as v,n as y,o as b,r as x,s as S}from"./useTimeout-B2sc1jSE.js";import{t as C}from"./createSimplePaletteValueFilter-Bt9IjErz.js";var w=e(t(),1);function T(e){let{focusableWhenDisabled:t,disabled:n,composite:r=!1,tabIndex:i=0,isNativeButton:a}=e,o=r&&t!==!1,s=r&&t===!1;return w.useMemo(()=>{let e={onKeyDown(e){n&&t&&e.key!==`Tab`&&e.preventDefault()}};return r||(e.tabIndex=i,!a&&n&&(e.tabIndex=t?i:-1)),(a&&(t||o)||!a&&n)&&(e[`aria-disabled`]=n),a&&(!t||s)&&(e.disabled=n),e},[r,n,t,o,s,a,i])}var E={};function D(e){let{nativeButton:t,nativeButtonProp:n,internalNativeButton:r=t,allowInferredHostMismatch:i=!1,disabled:a,type:o,hasFormAction:s=!1,tabIndex:c=0,focusableWhenDisabled:l,stopEventPropagation:u=!1,onBeforeKeyDown:d,onBeforeKeyUp:f}=e,p=w.useRef(null),m=l===!0,h=T({focusableWhenDisabled:m,disabled:a,isNativeButton:t,tabIndex:c}),g=w.useCallback(()=>{let e=p.current;return e==null?t:e.tagName===`BUTTON`?!0:!!(e.tagName===`A`&&e.href)},[t]),_=w.useMemo(()=>{let e=m?{}:{tabIndex:a?-1:c};return t?(e.type=o===void 0&&!s?`button`:o,m||(e.disabled=a)):(e.role=`button`,!m&&a&&(e[`aria-disabled`]=a)),m?{...e,...h}:e},[a,m,h,s,t,c,o]);return{getButtonProps:w.useCallback((e=E)=>{let{onClick:t,onKeyDown:n,onKeyUp:r,...i}=e,o=e=>{if(u&&e.stopPropagation(),a){e.preventDefault();return}t?.(e)},s=e=>{if(m&&h.onKeyDown(e),!a&&(d?.(e),n?.(e),!(e.target!==e.currentTarget||g()))){if(e.key===` `){e.preventDefault();return}e.key===`Enter`&&(e.preventDefault(),e.currentTarget.click())}},c=e=>{a||(f?.(e),r?.(e),e.target===e.currentTarget&&!g()&&e.key===` `&&!e.defaultPrevented&&e.currentTarget.click())};return{..._,...i,onClick:o,onKeyDown:s,onKeyUp:c}},[_,a,m,h,g,d,f,u]),rootRef:p}}var O=class e{static create(){return new e}static use(){let t=b(e.create).current,[n,r]=w.useState(!1);return t.shouldMount=n,t.setShouldMount=r,w.useEffect(t.mountEffect,[n]),t}constructor(){this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}mount(){return this.mounted||(this.mounted=A(),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}mountEffect=()=>{this.shouldMount&&!this.didMount&&this.ref.current!==null&&(this.didMount=!0,this.mounted.resolve())};start(...e){this.mount().then(()=>this.ref.current?.start(...e))}stop(...e){this.mount().then(()=>this.ref.current?.stop(...e))}pulsate(...e){this.mount().then(()=>this.ref.current?.pulsate(...e))}};function k(){return O.use()}function A(){let e,t,n=new Promise((n,r)=>{e=n,t=r});return n.resolve=e,n.reject=t,n}var j=a();function M(e){let{className:t,classes:n,pulsate:r=!1,rippleX:i,rippleY:a,rippleSize:o,in:s,onExited:c,timeout:l}=e,[u,d]=w.useState(!1),p=y(),m=w.useRef(!1),h=w.useRef(c);h.current=c;let g=c!=null,_=f(t,n.ripple,n.rippleVisible,r&&n.ripplePulsate),v={width:o,height:o,top:-(o/2)+a,left:-(o/2)+i},b=f(n.child,u&&n.childLeaving,r&&n.childPulsate);return!s&&!u&&d(!0),w.useEffect(()=>{!s&&g?m.current||(m.current=!0,p.start(l,()=>{m.current=!1,h.current?.()})):(m.current=!1,p.clear())},[p,g,s,l]),(0,j.jsx)(`span`,{className:_,style:v,children:(0,j.jsx)(`span`,{className:b})})}var N=u(`MuiTouchRipple`,[`root`,`ripple`,`rippleVisible`,`ripplePulsate`,`child`,`childLeaving`,`childPulsate`]),P=550,F={},I=[],ee=()=>{};function L(e,t){let n=new Set(t),r=new Map,i=[];for(let t of e)n.has(t)?i.length>0&&(r.set(t,i),i=[]):i.push(t);let a=[];for(let e of t){let t=r.get(e);t&&a.push(...t),a.push(e)}return a.push(...i),a}function te({event:e,element:t,center:n}){let r=t?t.getBoundingClientRect():{width:0,height:0,left:0,top:0},i,a;if(n||e===void 0||e.clientX===0&&e.clientY===0||!e.clientX&&!e.touches)i=Math.round(r.width/2),a=Math.round(r.height/2);else{let{clientX:t,clientY:n}=e.touches&&e.touches.length>0?e.touches[0]:e;i=Math.round(t-r.left),a=Math.round(n-r.top)}let o;if(n)o=Math.sqrt((2*r.width**2+r.height**2)/3),o%2==0&&(o+=1);else{let e=Math.max(Math.abs((t?t.clientWidth:0)-i),i)*2+2,n=Math.max(Math.abs((t?t.clientHeight:0)-a),a)*2+2;o=Math.sqrt(e**2+n**2)}return{rippleX:i,rippleY:a,rippleSize:o}}var R=r`
2
+ 0% {
3
+ transform: scale(0);
4
+ opacity: 0.1;
5
+ }
6
+
7
+ 100% {
8
+ transform: scale(1);
9
+ opacity: 0.3;
10
+ }
11
+ `,z=r`
12
+ 0% {
13
+ opacity: 1;
14
+ }
15
+
16
+ 100% {
17
+ opacity: 0;
18
+ }
19
+ `,ne=r`
20
+ 0% {
21
+ transform: scale(1);
22
+ }
23
+
24
+ 50% {
25
+ transform: scale(0.92);
26
+ }
27
+
28
+ 100% {
29
+ transform: scale(1);
30
+ }
31
+ `;function re(e){if(e.motion.reducedMotion===`always`)return null;let t=n`
32
+ &.${N.rippleVisible} {
33
+ animation-name: ${R};
34
+ animation-duration: ${P}ms;
35
+ animation-timing-function: ${e.transitions.easing.easeInOut};
36
+ }
37
+
38
+ &.${N.ripplePulsate} {
39
+ animation-duration: ${e.transitions.duration.shorter}ms;
40
+ }
41
+
42
+ & .${N.childLeaving} {
43
+ animation-name: ${z};
44
+ animation-duration: ${P}ms;
45
+ animation-timing-function: ${e.transitions.easing.easeInOut};
46
+ }
47
+
48
+ & .${N.childPulsate} {
49
+ animation-name: ${ne};
50
+ animation-duration: 2500ms;
51
+ animation-timing-function: ${e.transitions.easing.easeInOut};
52
+ animation-iteration-count: infinite;
53
+ animation-delay: 200ms;
54
+ }
55
+ `;return e.motion.reducedMotion===`system`?n`
56
+ @media (prefers-reduced-motion: no-preference) {
57
+ ${t}
58
+ }
59
+ `:t}var B=p(`span`,{name:`MuiTouchRipple`,slot:`Root`})({overflow:`hidden`,pointerEvents:`none`,position:`absolute`,zIndex:0,top:0,right:0,bottom:0,left:0,borderRadius:`inherit`}),V=p(M,{name:`MuiTouchRipple`,slot:`Ripple`})`
60
+ opacity: 0;
61
+ position: absolute;
62
+
63
+ &.${N.rippleVisible} {
64
+ opacity: 0.3;
65
+ transform: scale(1);
66
+ }
67
+
68
+ /*
69
+ * Order matters: 'child', 'childLeaving' and 'childPulsate' apply to the same
70
+ * element with equal specificity, so the later rule wins. 'child' must come
71
+ * before 'childLeaving' so the leaving 'opacity: 0' takes precedence. A focus
72
+ * (pulsate) ripple keeps 'pulsateKeyframe' (no opacity animation) on exit, so
73
+ * it relies on this static 'opacity: 0' to disappear on blur instead of
74
+ * lingering until removal.
75
+ */
76
+ & .${N.child} {
77
+ opacity: 1;
78
+ display: block;
79
+ width: 100%;
80
+ height: 100%;
81
+ border-radius: 50%;
82
+ background-color: currentColor;
83
+ }
84
+
85
+ & .${N.childLeaving} {
86
+ opacity: 0;
87
+ }
88
+
89
+ & .${N.childPulsate} {
90
+ position: absolute;
91
+ /* @noflip */
92
+ left: 0px;
93
+ top: 0;
94
+ }
95
+
96
+ ${({theme:e})=>re(e)}
97
+ `,ie=w.forwardRef(function(e,t){let n=c({props:e,name:`MuiTouchRipple`}),r=m(i().motion.reducedMotion,!1),{center:a=!1,classes:o=F,className:s,...l}=n,[u,d]=w.useState({items:I,order:I}),p=u.items,h=w.useRef(0),g=w.useRef(null),_=w.useRef(!1);x(()=>(_.current=!0,()=>{_.current=!1})),w.useEffect(()=>{g.current&&=(g.current(),null)},[p]);let v=w.useRef(!1),b=y(),C=w.useRef(null),T=w.useRef(null),E=S(e=>{_.current&&d(t=>{let n=t.items.filter(t=>t.key!==e);return{items:n,order:L(t.order.filter(t=>t!==e),n.filter(e=>!e.exiting).map(e=>e.key))}})}),D=S(e=>{let{pulsate:t,rippleX:n,rippleY:r,rippleSize:i,cb:a}=e,o=h.current;h.current+=1,d(e=>{let a=[...e.items,{key:o,pulsate:t,rippleX:n,rippleY:r,rippleSize:i,exiting:!1}];return{items:a,order:L(e.order,a.filter(e=>!e.exiting).map(e=>e.key))}}),g.current=a}),O=S((e=F,t=F,n=ee)=>{let{pulsate:r=!1,center:i=a||t.pulsate,fakeElement:o=!1}=t;if(e?.type===`mousedown`&&v.current){v.current=!1;return}e?.type===`touchstart`&&(v.current=!0);let{rippleX:s,rippleY:c,rippleSize:l}=te({event:e,element:o?null:T.current,center:i});e?.touches?C.current===null&&(C.current=()=>{D({pulsate:r,rippleX:s,rippleY:c,rippleSize:l,cb:n})},b.start(80,()=>{C.current&&=(C.current(),null)})):D({pulsate:r,rippleX:s,rippleY:c,rippleSize:l,cb:n})}),k=S(()=>{O(F,{pulsate:!0})}),A=S((e,t)=>{if(b.clear(),e?.type===`touchend`&&C.current){C.current(),C.current=null,b.start(0,()=>{A(e,t)});return}C.current=null,d(e=>{let t=e.items.findIndex(e=>!e.exiting);if(t===-1)return e;let n=e.items.slice();return n[t]={...n[t],exiting:!0},{items:n,order:L(e.order,n.filter(e=>!e.exiting).map(e=>e.key))}}),g.current=t});w.useImperativeHandle(t,()=>({pulsate:k,start:O,stop:A}),[k,O,A]);let M=new Map(p.map(e=>[e.key,e])),R=u.order.map(e=>M.get(e)).filter(Boolean);return(0,j.jsx)(B,{className:f(N.root,o.root,s),ref:T,...l,children:R.map(e=>(0,j.jsx)(V,{classes:{ripple:f(o.ripple,N.ripple),rippleVisible:f(o.rippleVisible,N.rippleVisible),ripplePulsate:f(o.ripplePulsate,N.ripplePulsate),child:f(o.child,N.child),childLeaving:f(o.childLeaving,N.childLeaving),childPulsate:f(o.childPulsate,N.childPulsate)},timeout:r.shouldReduceMotion?0:P,pulsate:e.pulsate,rippleX:e.rippleX,rippleY:e.rippleY,rippleSize:e.rippleSize,in:!e.exiting,onExited:()=>E(e.key)},e.key))})});function H(e){return s(`MuiButtonBase`,e)}var U=u(`MuiButtonBase`,[`root`,`disabled`,`focusVisible`]),ae=e=>{let{disabled:t,focusVisible:n,focusVisibleClassName:r,suppressFocusVisible:i,classes:a}=e,s=o({root:[`root`,t&&`disabled`,n&&!i&&`focusVisible`]},H,a);return n&&!i&&r&&(s.root+=` ${r}`),s},oe=p(`button`,{name:`MuiButtonBase`,slot:`Root`})({display:`inline-flex`,alignItems:`center`,justifyContent:`center`,position:`relative`,boxSizing:`border-box`,WebkitTapHighlightColor:`transparent`,backgroundColor:`transparent`,outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:`pointer`,userSelect:`none`,verticalAlign:`middle`,MozAppearance:`none`,WebkitAppearance:`none`,textDecoration:`none`,color:`inherit`,"&::-moz-focus-inner":{borderStyle:`none`},[`&.${U.disabled}`]:{pointerEvents:`none`,cursor:`default`},"@media print":{colorAdjust:`exact`}}),W=w.forwardRef(function(e,t){let n=c({props:e,name:`MuiButtonBase`}),{action:r,centerRipple:i=!1,children:a,className:o,component:s=`button`,disabled:l=!1,disableRipple:u=!1,disableTouchRipple:d=!1,focusRipple:p=!1,focusVisibleClassName:m,focusableWhenDisabled:h,suppressFocusVisible:v=!1,internalNativeButton:y,LinkComponent:b=`a`,nativeButton:x,onBlur:C,onClick:T,onContextMenu:E,onDragLeave:O,onFocus:A,onFocusVisible:M,onKeyDown:N,onKeyUp:P,onMouseDown:F,onMouseLeave:I,onMouseUp:ee,onTouchEnd:L,onTouchMove:te,onTouchStart:R,tabIndex:z=0,TouchRippleProps:ne,touchRippleRef:re,type:B,...V}=n,H=!!(V.href||V.to),U=!!V.formAction,W=s;W===`button`&&H&&(W=b);let K=typeof W==`string`?W===`button`:y??!1,q=x??K,J=k(),Y=g(J.ref,re),[X,Z]=w.useState(!1);(l||v)&&X&&Z(!1);let se=S(e=>{p&&!e.repeat&&X&&e.key===` `&&J.stop(e,()=>{J.start(e)})}),ce=S(e=>{p&&e.key===` `&&X&&!e.defaultPrevented&&J.stop(e,()=>{J.pulsate(e)})}),{getButtonProps:le,rootRef:Q}=D({nativeButton:q,nativeButtonProp:x,internalNativeButton:K,allowInferredHostMismatch:H||typeof W==`string`,disabled:l,type:B,hasFormAction:U,tabIndex:z,onBeforeKeyDown:se,onBeforeKeyUp:ce}),{onClick:ue,onKeyDown:de,onKeyUp:fe,...pe}=le({onClick:T,onKeyDown:N,onKeyUp:P});w.useImperativeHandle(r,()=>({focusVisible:()=>{Z(!0),Q.current.focus()}}),[Q]);let me=J.shouldMount&&!u&&!l;w.useEffect(()=>{X&&p&&!u&&J.pulsate()},[u,p,X,J]);let he=G(J,`start`,F,d),ge=G(J,`stop`,E,d),_e=G(J,`stop`,O,d),ve=G(J,`stop`,ee,d),ye=G(J,`stop`,e=>{X&&e.preventDefault(),I&&I(e)},d),be=G(J,`start`,R,d),xe=G(J,`stop`,L,d),Se=G(J,`stop`,te,d),Ce=G(J,`stop`,e=>{_(e.target)||Z(!1),C&&C(e)},!1),we=S(e=>{Q.current||=e.currentTarget,!v&&_(e.target)&&(Z(!0),M&&M(e)),A&&A(e)}),$={};H&&($.tabIndex=l?-1:z,l&&($[`aria-disabled`]=l),$.type=B);let Te=g(t,Q),Ee={...n,centerRipple:i,component:s,disabled:l,disableRipple:u,disableTouchRipple:d,focusRipple:p,suppressFocusVisible:v,tabIndex:z,focusVisible:X},De=ae(Ee);return(0,j.jsxs)(oe,{as:W,className:f(De.root,o),ownerState:Ee,onBlur:Ce,onClick:ue,onContextMenu:ge,onFocus:we,onKeyDown:de,onKeyUp:fe,onMouseDown:he,onMouseLeave:ye,onMouseUp:ve,onDragLeave:_e,onTouchEnd:xe,onTouchMove:Se,onTouchStart:be,ref:Te,...H?$:pe,...V,children:[a,me?(0,j.jsx)(ie,{ref:Y,center:i,...ne}):null]})});function G(e,t,n,r=!1){return S(i=>(n&&n(i),r||e[t](i),!0))}function K(e){return s(`MuiCircularProgress`,e)}u(`MuiCircularProgress`,[`root`,`determinate`,`indeterminate`,`colorPrimary`,`colorSecondary`,`svg`,`track`,`circle`,`circleDisableShrink`]);var q=44,J=r`
98
+ 0% {
99
+ transform: rotate(0deg);
100
+ }
101
+
102
+ 100% {
103
+ transform: rotate(360deg);
104
+ }
105
+ `,Y=r`
106
+ 0% {
107
+ stroke-dasharray: 1px, 200px;
108
+ stroke-dashoffset: 0;
109
+ }
110
+
111
+ 50% {
112
+ stroke-dasharray: 100px, 200px;
113
+ stroke-dashoffset: -15px;
114
+ }
115
+
116
+ 100% {
117
+ stroke-dasharray: 1px, 200px;
118
+ stroke-dashoffset: -126px;
119
+ }
120
+ `,X=typeof J==`string`?null:n`
121
+ animation: ${J} 1.4s linear infinite;
122
+ `,Z=typeof Y==`string`?null:n`
123
+ animation: ${Y} 1.4s ease-in-out infinite;
124
+ `,se=e=>{let{classes:t,variant:n,color:r,disableShrink:i}=e;return o({root:[`root`,n,`color${d(r)}`],svg:[`svg`],track:[`track`],circle:[`circle`,i&&`circleDisableShrink`]},K,t)},ce=p(`span`,{name:`MuiCircularProgress`,slot:`Root`,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.variant],t[`color${d(n.color)}`]]}})(l(({theme:e})=>{let t=v(e,{animation:`none`});return{display:`inline-block`,variants:[{props:{variant:`determinate`},style:{...h(e,`transform`)}},{props:{variant:`indeterminate`},style:X||{animation:`${J} 1.4s linear infinite`}},...t?[{props:{variant:`indeterminate`},style:t}]:[],...Object.entries(e.palette).filter(C()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}})),le=p(`svg`,{name:`MuiCircularProgress`,slot:`Svg`})({display:`block`}),Q=p(`circle`,{name:`MuiCircularProgress`,slot:`Circle`,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.circle,n.disableShrink&&t.circleDisableShrink]}})(l(({theme:e})=>{let t=v(e,{animation:`none`});return{stroke:`currentColor`,variants:[{props:{variant:`determinate`},style:{...h(e,`stroke-dashoffset`)}},{props:{variant:`indeterminate`},style:{strokeDasharray:`80px, 200px`,strokeDashoffset:0}},{props:({ownerState:e})=>e.variant===`indeterminate`&&!e.disableShrink,style:Z||{animation:`${Y} 1.4s ease-in-out infinite`}},...t?[{props:({ownerState:e})=>e.variant===`indeterminate`&&!e.disableShrink,style:t}]:[]]}})),ue=p(`circle`,{name:`MuiCircularProgress`,slot:`Track`})(l(({theme:e})=>({stroke:`currentColor`,opacity:(e.vars||e).palette.action.activatedOpacity}))),de=w.forwardRef(function(e,t){let n=c({props:e,name:`MuiCircularProgress`}),{className:r,color:i=`primary`,disableShrink:a=!1,enableTrackSlot:o=!1,min:s,max:l,size:u=40,style:d,thickness:p=3.6,value:m=n.min??0,variant:h=`indeterminate`,...g}=n,_=s??0,v=l??100,y={...n,color:i,disableShrink:a,size:u,thickness:p,value:m,variant:h,enableTrackSlot:o},b=se(y),x={},S={},C={};if(h===`determinate`){let e=2*Math.PI*((q-p)/2),t=v-_;x.strokeDasharray=e.toFixed(3),x.strokeDashoffset=t>0?`${((v-m)/t*e).toFixed(3)}px`:`${e.toFixed(3)}px`,S.transform=`rotate(-90deg)`,C[`aria-valuenow`]=m,C[`aria-valuemin`]=_,C[`aria-valuemax`]=v}return(0,j.jsx)(ce,{className:f(b.root,r),style:{width:u,height:u,...S,...d},ownerState:y,ref:t,role:`progressbar`,...C,...g,children:(0,j.jsxs)(le,{className:b.svg,ownerState:y,viewBox:`${q/2} ${q/2} ${q} ${q}`,children:[o?(0,j.jsx)(ue,{className:b.track,ownerState:y,cx:q,cy:q,r:(q-p)/2,fill:`none`,strokeWidth:p,"aria-hidden":`true`}):null,(0,j.jsx)(Q,{className:b.circle,style:x,ownerState:y,cx:q,cy:q,r:(q-p)/2,fill:`none`,strokeWidth:p})]})})});export{W as n,de as t};
@@ -0,0 +1 @@
1
+ import{t as e}from"./jsx-runtime-DYfQNk55.js";import{t}from"./createSvgIcon-D-6jHYkf.js";var n=t((0,e().jsx)(`path`,{d:`M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z`}),`Close`);export{n as t};
@@ -0,0 +1 @@
1
+ import{t as e}from"./jsx-runtime-DYfQNk55.js";import{t}from"./createSvgIcon-D-6jHYkf.js";var n=t((0,e().jsx)(`path`,{d:`M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z`}),`Close`);export{n as t};