@cxbuilder/flow-config 2.2.0 → 2.2.2

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 (3767) hide show
  1. package/.jsii +4541 -52
  2. package/CHANGELOG.md +71 -61
  3. package/dist/backend/Static/static/assets/index-B2g8mXr2.css +1 -0
  4. package/dist/backend/Static/static/assets/index-Bec3vm1B.js +278 -0
  5. package/dist/backend/Static/static/index.html +2 -2
  6. package/dist/infrastructure/FlowConfigStack.js +1 -1
  7. package/dist/infrastructure/tsconfig.tsbuildinfo +1 -1
  8. package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  9. package/node_modules/@aws/lambda-invoke-store/README.md +198 -0
  10. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  11. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
  12. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  13. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +50 -0
  14. package/node_modules/@aws/lambda-invoke-store/package.json +55 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/README.md +16 -95
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +1 -1
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +6429 -12746
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +3 -4
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +5 -8
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +8 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +4 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +4 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +3 -9
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +3 -9
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -9
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +3 -9
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +3 -9
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +3 -9
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +3 -9
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +3 -9
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +3 -9
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +3 -9
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +3 -9
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +3 -9
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +3 -9
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +3 -9
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +3 -9
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +3 -9
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +3 -9
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +3 -9
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -9
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +3 -9
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +3 -9
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +3 -9
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +3 -9
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +3 -9
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +3 -9
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +3 -9
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +3 -9
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +3 -9
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +3 -9
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +3 -9
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +3 -9
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +3 -9
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -9
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +3 -9
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +3 -9
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +3 -9
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +3 -9
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +3 -9
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +3 -9
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +3 -9
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +3 -9
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -9
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +3 -9
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +2 -0
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +1 -1
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +4 -1
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -792
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +5 -3
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +3 -4
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +6 -9
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +8 -0
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +2725 -0
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -2
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +61 -61
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +27 -27
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +1 -1
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +21 -21
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +15 -15
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +15 -15
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +25 -9
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +21 -19
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +5 -3
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +16 -7
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -4
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +5 -3
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -12
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +6 -3
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +5 -3
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +6 -3
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +26 -6
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +5 -3
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +9 -4
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +5 -3
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +10 -5
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +5 -3
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +5 -3
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +5 -3
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +26 -6
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +10 -8
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +8 -3
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +5 -3
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +25 -6
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +8 -6
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +6 -4
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +5 -3
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +5 -3
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +5 -3
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +5 -3
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +9 -5
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +6 -4
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +5 -3
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +6 -4
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +8 -5
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +6 -4
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +13 -4
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +10 -4
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +11 -3
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +10 -4
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +5 -3
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +5 -3
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +7 -4
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -14
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +5 -3
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +5 -3
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +5 -3
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +5 -3
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +109 -0
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +5 -3
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +5 -3
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +8 -6
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +10 -8
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +5 -3
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +6 -5
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +5 -3
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +38 -8
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +6 -4
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +5 -3
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +5 -3
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +5 -3
  202. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +8 -6
  203. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +8 -6
  204. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +5 -3
  205. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +5 -3
  206. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +6 -4
  207. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +7 -5
  208. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +11 -5
  209. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +11 -5
  210. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +17 -8
  211. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +11 -3
  212. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +5 -3
  213. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +5 -3
  214. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +8 -5
  215. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +5 -3
  216. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +5 -3
  217. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +5 -3
  218. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +5 -3
  219. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +6 -3
  220. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +5 -3
  221. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +14 -11
  222. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +5 -3
  223. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +5 -3
  224. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +5 -3
  225. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +7 -5
  226. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +5 -3
  227. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +5 -3
  228. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +6 -3
  229. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +33 -13
  230. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +34 -11
  231. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +5 -3
  232. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +5 -3
  233. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +2 -0
  234. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +21 -9
  235. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/endpointResolver.d.ts +5 -2
  236. package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +4 -4
  237. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +11 -8
  238. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/CloudFormationServiceException.d.ts +1 -1
  239. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
  240. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
  241. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3431 -1931
  242. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
  243. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  244. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  245. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
  247. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/Interfaces.d.ts +1 -1
  249. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
  250. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  251. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +1 -1
  252. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  253. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +1 -1
  254. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +1 -1
  255. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +1 -1
  256. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
  257. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +1 -1
  258. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
  260. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
  261. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
  262. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
  263. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
  264. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
  265. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
  266. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +5 -3
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +9 -4
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +8 -3
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +9 -4
  271. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +7 -1
  272. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeExtensions.d.ts +1 -1
  273. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +382 -0
  274. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +37 -1
  275. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +15 -3
  276. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  277. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  278. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
  279. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
  280. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +1 -1
  281. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  282. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  283. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  284. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  285. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  286. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  287. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  288. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  289. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  290. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  291. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  294. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  295. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  297. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  298. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  299. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  300. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +2 -0
  304. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  305. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +4 -1
  306. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
  308. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
  309. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +485 -784
  310. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  311. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  312. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +5 -3
  313. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
  314. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  315. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
  316. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  317. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +386 -0
  318. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -2
  319. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -2
  320. package/node_modules/@aws-sdk/client-cloudformation/package.json +45 -44
  321. package/node_modules/@aws-sdk/client-connect/README.md +387 -263
  322. package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  323. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +1 -1
  324. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +18268 -18605
  325. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +3 -4
  326. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +5 -8
  327. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +7 -0
  328. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +118 -0
  329. package/node_modules/@aws-sdk/client-connect/dist-es/ConnectClient.js +4 -2
  330. package/node_modules/@aws-sdk/client-connect/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  331. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ActivateEvaluationFormCommand.js +3 -9
  332. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateAnalyticsDataSetCommand.js +3 -9
  333. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateApprovedOriginCommand.js +3 -9
  334. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateBotCommand.js +3 -9
  335. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateContactWithUserCommand.js +16 -0
  336. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateDefaultVocabularyCommand.js +3 -9
  337. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateEmailAddressAliasCommand.js +16 -0
  338. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateFlowCommand.js +3 -9
  339. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateInstanceStorageConfigCommand.js +3 -9
  340. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateLambdaFunctionCommand.js +3 -9
  341. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateLexBotCommand.js +3 -9
  342. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +3 -9
  343. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateQueueQuickConnectsCommand.js +3 -9
  344. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +3 -9
  345. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateSecurityKeyCommand.js +3 -9
  346. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateSecurityProfilesCommand.js +16 -0
  347. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateTrafficDistributionGroupUserCommand.js +3 -9
  348. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateUserProficienciesCommand.js +3 -9
  349. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateWorkspaceCommand.js +16 -0
  350. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +3 -9
  351. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchCreateDataTableValueCommand.js +16 -0
  352. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDeleteDataTableValueCommand.js +16 -0
  353. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDescribeDataTableValueCommand.js +16 -0
  354. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +3 -9
  355. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchGetAttachedFileMetadataCommand.js +3 -9
  356. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchGetFlowAssociationCommand.js +3 -9
  357. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchPutContactCommand.js +3 -9
  358. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchUpdateDataTableValueCommand.js +16 -0
  359. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ClaimPhoneNumberCommand.js +3 -9
  360. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CompleteAttachedFileUploadCommand.js +3 -9
  361. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateAgentStatusCommand.js +3 -9
  362. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactCommand.js +3 -10
  363. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowCommand.js +3 -9
  364. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
  365. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleCommand.js +3 -9
  366. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
  367. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowVersionCommand.js +3 -9
  368. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateDataTableAttributeCommand.js +16 -0
  369. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateDataTableCommand.js +16 -0
  370. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateEmailAddressCommand.js +3 -10
  371. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateEvaluationFormCommand.js +3 -9
  372. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateHoursOfOperationCommand.js +3 -9
  373. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +3 -9
  374. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateInstanceCommand.js +3 -10
  375. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateIntegrationAssociationCommand.js +3 -9
  376. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateParticipantCommand.js +3 -9
  377. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePersistentContactAssociationCommand.js +3 -9
  378. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePredefinedAttributeCommand.js +3 -9
  379. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePromptCommand.js +3 -9
  380. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePushNotificationRegistrationCommand.js +3 -9
  381. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateQueueCommand.js +3 -9
  382. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateQuickConnectCommand.js +3 -9
  383. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateRoutingProfileCommand.js +3 -9
  384. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateRuleCommand.js +3 -9
  385. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateSecurityProfileCommand.js +3 -9
  386. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateTaskTemplateCommand.js +3 -9
  387. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateTrafficDistributionGroupCommand.js +3 -9
  388. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUseCaseCommand.js +3 -9
  389. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUserCommand.js +3 -10
  390. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUserHierarchyGroupCommand.js +3 -9
  391. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateViewCommand.js +3 -10
  392. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateViewVersionCommand.js +3 -10
  393. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateVocabularyCommand.js +3 -9
  394. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateWorkspaceCommand.js +16 -0
  395. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateWorkspacePageCommand.js +16 -0
  396. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeactivateEvaluationFormCommand.js +3 -9
  397. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteAttachedFileCommand.js +3 -9
  398. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactEvaluationCommand.js +3 -9
  399. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowCommand.js +3 -9
  400. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
  401. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleCommand.js +3 -9
  402. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
  403. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowVersionCommand.js +3 -9
  404. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteDataTableAttributeCommand.js +16 -0
  405. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteDataTableCommand.js +16 -0
  406. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteEmailAddressCommand.js +3 -9
  407. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteEvaluationFormCommand.js +3 -9
  408. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteHoursOfOperationCommand.js +3 -9
  409. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +3 -9
  410. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteInstanceCommand.js +3 -9
  411. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteIntegrationAssociationCommand.js +3 -9
  412. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePredefinedAttributeCommand.js +3 -9
  413. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePromptCommand.js +3 -9
  414. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePushNotificationRegistrationCommand.js +3 -9
  415. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteQueueCommand.js +3 -9
  416. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteQuickConnectCommand.js +3 -9
  417. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteRoutingProfileCommand.js +3 -9
  418. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteRuleCommand.js +3 -9
  419. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteSecurityProfileCommand.js +3 -9
  420. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteTaskTemplateCommand.js +3 -9
  421. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteTrafficDistributionGroupCommand.js +3 -9
  422. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUseCaseCommand.js +3 -9
  423. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUserCommand.js +3 -9
  424. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUserHierarchyGroupCommand.js +3 -9
  425. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteViewCommand.js +3 -9
  426. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteViewVersionCommand.js +3 -9
  427. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteVocabularyCommand.js +3 -9
  428. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspaceCommand.js +16 -0
  429. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspaceMediaCommand.js +16 -0
  430. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspacePageCommand.js +16 -0
  431. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAgentStatusCommand.js +3 -9
  432. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAuthenticationProfileCommand.js +3 -9
  433. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactCommand.js +3 -10
  434. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactEvaluationCommand.js +3 -9
  435. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowCommand.js +3 -9
  436. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
  437. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowModuleCommand.js +3 -9
  438. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeDataTableAttributeCommand.js +16 -0
  439. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeDataTableCommand.js +16 -0
  440. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeEmailAddressCommand.js +3 -10
  441. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeEvaluationFormCommand.js +3 -9
  442. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeHoursOfOperationCommand.js +3 -9
  443. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +3 -9
  444. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceAttributeCommand.js +3 -9
  445. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceCommand.js +3 -10
  446. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceStorageConfigCommand.js +3 -9
  447. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePhoneNumberCommand.js +3 -9
  448. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePredefinedAttributeCommand.js +3 -9
  449. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePromptCommand.js +3 -9
  450. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeQueueCommand.js +3 -9
  451. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeQuickConnectCommand.js +3 -9
  452. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeRoutingProfileCommand.js +3 -9
  453. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeRuleCommand.js +3 -9
  454. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeSecurityProfileCommand.js +3 -9
  455. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeTrafficDistributionGroupCommand.js +3 -9
  456. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserCommand.js +3 -10
  457. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserHierarchyGroupCommand.js +3 -9
  458. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserHierarchyStructureCommand.js +3 -9
  459. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeViewCommand.js +3 -10
  460. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeVocabularyCommand.js +3 -9
  461. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeWorkspaceCommand.js +16 -0
  462. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +3 -9
  463. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateApprovedOriginCommand.js +3 -9
  464. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateBotCommand.js +3 -9
  465. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateEmailAddressAliasCommand.js +16 -0
  466. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateFlowCommand.js +3 -9
  467. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +3 -9
  468. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateLambdaFunctionCommand.js +3 -9
  469. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateLexBotCommand.js +3 -9
  470. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +3 -9
  471. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +3 -9
  472. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +3 -9
  473. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateSecurityKeyCommand.js +3 -9
  474. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateSecurityProfilesCommand.js +16 -0
  475. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateTrafficDistributionGroupUserCommand.js +3 -9
  476. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateUserProficienciesCommand.js +3 -9
  477. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateWorkspaceCommand.js +16 -0
  478. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DismissUserContactCommand.js +3 -9
  479. package/node_modules/@aws-sdk/client-connect/dist-es/commands/EvaluateDataTableValuesCommand.js +16 -0
  480. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetAttachedFileCommand.js +3 -9
  481. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetContactAttributesCommand.js +3 -9
  482. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetContactMetricsCommand.js +16 -0
  483. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetCurrentMetricDataCommand.js +3 -9
  484. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetCurrentUserDataCommand.js +3 -9
  485. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +3 -9
  486. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetFederationTokenCommand.js +3 -10
  487. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetFlowAssociationCommand.js +3 -9
  488. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetMetricDataCommand.js +3 -9
  489. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetMetricDataV2Command.js +3 -9
  490. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetPromptFileCommand.js +3 -9
  491. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetTaskTemplateCommand.js +3 -9
  492. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetTrafficDistributionCommand.js +3 -9
  493. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ImportPhoneNumberCommand.js +3 -9
  494. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ImportWorkspaceMediaCommand.js +16 -0
  495. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAgentStatusesCommand.js +3 -9
  496. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +3 -9
  497. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAnalyticsDataLakeDataSetsCommand.js +3 -9
  498. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListApprovedOriginsCommand.js +3 -9
  499. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAssociatedContactsCommand.js +3 -9
  500. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAuthenticationProfilesCommand.js +3 -9
  501. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListBotsCommand.js +3 -9
  502. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactEvaluationsCommand.js +3 -9
  503. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
  504. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
  505. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModulesCommand.js +3 -9
  506. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowVersionsCommand.js +3 -9
  507. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowsCommand.js +3 -9
  508. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactReferencesCommand.js +3 -9
  509. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTableAttributesCommand.js +16 -0
  510. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTablePrimaryValuesCommand.js +16 -0
  511. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTableValuesCommand.js +16 -0
  512. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTablesCommand.js +16 -0
  513. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDefaultVocabulariesCommand.js +3 -9
  514. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEntitySecurityProfilesCommand.js +16 -0
  515. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEvaluationFormVersionsCommand.js +3 -9
  516. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEvaluationFormsCommand.js +3 -9
  517. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListFlowAssociationsCommand.js +3 -9
  518. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListHoursOfOperationOverridesCommand.js +3 -9
  519. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListHoursOfOperationsCommand.js +3 -9
  520. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstanceAttributesCommand.js +3 -9
  521. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstanceStorageConfigsCommand.js +3 -9
  522. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstancesCommand.js +3 -10
  523. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListIntegrationAssociationsCommand.js +3 -9
  524. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListLambdaFunctionsCommand.js +3 -9
  525. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListLexBotsCommand.js +3 -9
  526. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPhoneNumbersCommand.js +3 -9
  527. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPhoneNumbersV2Command.js +3 -9
  528. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPredefinedAttributesCommand.js +3 -9
  529. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPromptsCommand.js +3 -9
  530. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueueQuickConnectsCommand.js +3 -9
  531. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueuesCommand.js +3 -9
  532. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQuickConnectsCommand.js +3 -9
  533. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +3 -9
  534. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfileManualAssignmentQueuesCommand.js +16 -0
  535. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfileQueuesCommand.js +3 -9
  536. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfilesCommand.js +3 -9
  537. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRulesCommand.js +3 -9
  538. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityKeysCommand.js +3 -9
  539. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfileApplicationsCommand.js +3 -9
  540. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfileFlowModulesCommand.js +16 -0
  541. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfilePermissionsCommand.js +3 -9
  542. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfilesCommand.js +3 -9
  543. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  544. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTaskTemplatesCommand.js +3 -9
  545. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTrafficDistributionGroupUsersCommand.js +3 -9
  546. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTrafficDistributionGroupsCommand.js +3 -9
  547. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUseCasesCommand.js +3 -9
  548. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUserHierarchyGroupsCommand.js +3 -9
  549. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUserProficienciesCommand.js +3 -9
  550. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUsersCommand.js +3 -9
  551. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListViewVersionsCommand.js +3 -10
  552. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListViewsCommand.js +3 -10
  553. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspaceMediaCommand.js +16 -0
  554. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspacePagesCommand.js +16 -0
  555. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspacesCommand.js +16 -0
  556. package/node_modules/@aws-sdk/client-connect/dist-es/commands/MonitorContactCommand.js +3 -9
  557. package/node_modules/@aws-sdk/client-connect/dist-es/commands/PauseContactCommand.js +3 -9
  558. package/node_modules/@aws-sdk/client-connect/dist-es/commands/PutUserStatusCommand.js +3 -9
  559. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ReleasePhoneNumberCommand.js +3 -9
  560. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ReplicateInstanceCommand.js +3 -10
  561. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ResumeContactCommand.js +3 -9
  562. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ResumeContactRecordingCommand.js +3 -9
  563. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchAgentStatusesCommand.js +3 -9
  564. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +3 -9
  565. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactEvaluationsCommand.js +16 -0
  566. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactFlowModulesCommand.js +3 -9
  567. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactFlowsCommand.js +3 -9
  568. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactsCommand.js +3 -10
  569. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchDataTablesCommand.js +16 -0
  570. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchEmailAddressesCommand.js +3 -10
  571. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchEvaluationFormsCommand.js +16 -0
  572. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +3 -9
  573. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchHoursOfOperationsCommand.js +3 -9
  574. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchPredefinedAttributesCommand.js +3 -9
  575. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchPromptsCommand.js +3 -9
  576. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchQueuesCommand.js +3 -9
  577. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchQuickConnectsCommand.js +3 -9
  578. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchResourceTagsCommand.js +3 -9
  579. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchRoutingProfilesCommand.js +3 -9
  580. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchSecurityProfilesCommand.js +3 -9
  581. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchUserHierarchyGroupsCommand.js +3 -9
  582. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchUsersCommand.js +3 -10
  583. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchViewsCommand.js +16 -0
  584. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchVocabulariesCommand.js +3 -9
  585. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchWorkspaceAssociationsCommand.js +16 -0
  586. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchWorkspacesCommand.js +16 -0
  587. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SendChatIntegrationEventCommand.js +3 -9
  588. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SendOutboundEmailCommand.js +3 -10
  589. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartAttachedFileUploadCommand.js +3 -9
  590. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartChatContactCommand.js +3 -10
  591. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactEvaluationCommand.js +3 -9
  592. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactMediaProcessingCommand.js +16 -0
  593. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactRecordingCommand.js +3 -9
  594. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactStreamingCommand.js +3 -9
  595. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEmailContactCommand.js +3 -10
  596. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundChatContactCommand.js +3 -9
  597. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundEmailContactCommand.js +3 -10
  598. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundVoiceContactCommand.js +3 -10
  599. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartScreenSharingCommand.js +3 -9
  600. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartTaskContactCommand.js +3 -10
  601. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartWebRTCContactCommand.js +3 -10
  602. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactCommand.js +3 -9
  603. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactMediaProcessingCommand.js +16 -0
  604. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactRecordingCommand.js +3 -9
  605. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactStreamingCommand.js +3 -9
  606. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SubmitContactEvaluationCommand.js +3 -9
  607. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SuspendContactRecordingCommand.js +3 -9
  608. package/node_modules/@aws-sdk/client-connect/dist-es/commands/TagContactCommand.js +3 -9
  609. package/node_modules/@aws-sdk/client-connect/dist-es/commands/TagResourceCommand.js +3 -9
  610. package/node_modules/@aws-sdk/client-connect/dist-es/commands/TransferContactCommand.js +3 -9
  611. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UntagContactCommand.js +3 -9
  612. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UntagResourceCommand.js +3 -9
  613. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAgentStatusCommand.js +3 -9
  614. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAuthenticationProfileCommand.js +3 -9
  615. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactAttributesCommand.js +3 -9
  616. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactCommand.js +3 -10
  617. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactEvaluationCommand.js +3 -9
  618. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowContentCommand.js +3 -9
  619. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowMetadataCommand.js +3 -9
  620. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
  621. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleContentCommand.js +3 -9
  622. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +3 -9
  623. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowNameCommand.js +3 -9
  624. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactRoutingDataCommand.js +3 -9
  625. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactScheduleCommand.js +3 -9
  626. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTableAttributeCommand.js +16 -0
  627. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTableMetadataCommand.js +16 -0
  628. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTablePrimaryValuesCommand.js +16 -0
  629. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateEmailAddressMetadataCommand.js +3 -10
  630. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateEvaluationFormCommand.js +3 -9
  631. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateHoursOfOperationCommand.js +3 -9
  632. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +3 -9
  633. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateInstanceAttributeCommand.js +3 -9
  634. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateInstanceStorageConfigCommand.js +3 -9
  635. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateParticipantAuthenticationCommand.js +3 -10
  636. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateParticipantRoleConfigCommand.js +3 -9
  637. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePhoneNumberCommand.js +3 -9
  638. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePhoneNumberMetadataCommand.js +3 -9
  639. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePredefinedAttributeCommand.js +3 -9
  640. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePromptCommand.js +3 -9
  641. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +3 -9
  642. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueMaxContactsCommand.js +3 -9
  643. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueNameCommand.js +3 -9
  644. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +3 -9
  645. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +3 -9
  646. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueStatusCommand.js +3 -9
  647. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQuickConnectConfigCommand.js +3 -9
  648. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQuickConnectNameCommand.js +3 -9
  649. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.js +3 -9
  650. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +3 -9
  651. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +3 -9
  652. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileNameCommand.js +3 -9
  653. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +3 -9
  654. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRuleCommand.js +3 -9
  655. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateSecurityProfileCommand.js +3 -9
  656. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateTaskTemplateCommand.js +3 -9
  657. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateTrafficDistributionCommand.js +3 -9
  658. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyCommand.js +3 -9
  659. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +3 -9
  660. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyStructureCommand.js +3 -9
  661. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserIdentityInfoCommand.js +3 -10
  662. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserPhoneConfigCommand.js +3 -9
  663. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserProficienciesCommand.js +3 -9
  664. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserRoutingProfileCommand.js +3 -9
  665. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserSecurityProfilesCommand.js +3 -9
  666. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateViewContentCommand.js +3 -10
  667. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateViewMetadataCommand.js +3 -10
  668. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceMetadataCommand.js +16 -0
  669. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspacePageCommand.js +16 -0
  670. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceThemeCommand.js +16 -0
  671. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceVisibilityCommand.js +16 -0
  672. package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +59 -0
  673. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +1 -1
  674. package/node_modules/@aws-sdk/client-connect/dist-es/index.js +7 -1
  675. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +1186 -0
  676. package/node_modules/@aws-sdk/client-connect/dist-es/models/errors.js +389 -0
  677. package/node_modules/@aws-sdk/client-connect/dist-es/models/models_0.js +1 -787
  678. package/node_modules/@aws-sdk/client-connect/dist-es/models/models_1.js +1 -539
  679. package/node_modules/@aws-sdk/client-connect/dist-es/models/models_2.js +1 -456
  680. package/node_modules/@aws-sdk/client-connect/dist-es/models/models_3.js +1 -69
  681. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/EvaluateDataTableValuesPaginator.js +4 -0
  682. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
  683. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
  684. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTableAttributesPaginator.js +4 -0
  685. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTablePrimaryValuesPaginator.js +4 -0
  686. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTableValuesPaginator.js +4 -0
  687. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTablesPaginator.js +4 -0
  688. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListEntitySecurityProfilesPaginator.js +4 -0
  689. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.js +4 -0
  690. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListSecurityProfileFlowModulesPaginator.js +4 -0
  691. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListWorkspacePagesPaginator.js +4 -0
  692. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListWorkspacesPaginator.js +4 -0
  693. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchDataTablesPaginator.js +4 -0
  694. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchViewsPaginator.js +4 -0
  695. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchWorkspaceAssociationsPaginator.js +4 -0
  696. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchWorkspacesPaginator.js +4 -0
  697. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +22 -6
  698. package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.browser.js +3 -4
  699. package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.js +6 -9
  700. package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.shared.js +7 -0
  701. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +10060 -0
  702. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +426 -14
  703. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +81 -25
  704. package/node_modules/@aws-sdk/client-connect/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  705. package/node_modules/@aws-sdk/client-connect/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  706. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ActivateEvaluationFormCommand.d.ts +7 -5
  707. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +7 -5
  708. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateApprovedOriginCommand.d.ts +5 -3
  709. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateBotCommand.d.ts +7 -5
  710. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateContactWithUserCommand.d.ts +133 -0
  711. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +7 -5
  712. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +186 -0
  713. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateFlowCommand.d.ts +5 -3
  714. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +11 -9
  715. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +6 -5
  716. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateLexBotCommand.d.ts +7 -5
  717. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +10 -11
  718. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +6 -5
  719. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +14 -4
  720. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateSecurityKeyCommand.d.ts +5 -3
  721. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateSecurityProfilesCommand.d.ts +100 -0
  722. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +7 -5
  723. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateUserProficienciesCommand.d.ts +5 -3
  724. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateWorkspaceCommand.d.ts +111 -0
  725. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +7 -5
  726. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +157 -0
  727. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +144 -0
  728. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +140 -0
  729. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +7 -5
  730. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +7 -6
  731. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +5 -3
  732. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchPutContactCommand.d.ts +27 -11
  733. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +147 -0
  734. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ClaimPhoneNumberCommand.d.ts +13 -11
  735. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CompleteAttachedFileUploadCommand.d.ts +7 -5
  736. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateAgentStatusCommand.d.ts +6 -5
  737. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactCommand.d.ts +37 -12
  738. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowCommand.d.ts +5 -3
  739. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
  740. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleCommand.d.ts +9 -3
  741. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +100 -0
  742. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowVersionCommand.d.ts +9 -8
  743. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateDataTableAttributeCommand.d.ts +135 -0
  744. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateDataTableCommand.d.ts +119 -0
  745. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEmailAddressCommand.d.ts +8 -6
  746. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +164 -14
  747. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateHoursOfOperationCommand.d.ts +6 -5
  748. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +6 -5
  749. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateInstanceCommand.d.ts +10 -8
  750. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +7 -6
  751. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateParticipantCommand.d.ts +16 -5
  752. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +8 -6
  753. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +33 -7
  754. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePromptCommand.d.ts +8 -6
  755. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +7 -7
  756. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateQueueCommand.d.ts +10 -9
  757. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateQuickConnectCommand.d.ts +9 -4
  758. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRoutingProfileCommand.d.ts +13 -3
  759. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRuleCommand.d.ts +16 -6
  760. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateSecurityProfileCommand.d.ts +30 -7
  761. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTaskTemplateCommand.d.ts +5 -3
  762. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +7 -5
  763. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUseCaseCommand.d.ts +5 -3
  764. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUserCommand.d.ts +11 -8
  765. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +5 -3
  766. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +13 -11
  767. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +10 -7
  768. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +8 -6
  769. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateWorkspaceCommand.d.ts +191 -0
  770. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateWorkspacePageCommand.d.ts +107 -0
  771. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +7 -5
  772. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteAttachedFileCommand.d.ts +7 -5
  773. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactEvaluationCommand.d.ts +5 -3
  774. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowCommand.d.ts +5 -3
  775. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +93 -0
  776. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +5 -3
  777. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
  778. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +5 -3
  779. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteDataTableAttributeCommand.d.ts +103 -0
  780. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteDataTableCommand.d.ts +99 -0
  781. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteEmailAddressCommand.d.ts +5 -3
  782. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteEvaluationFormCommand.d.ts +6 -5
  783. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +6 -5
  784. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +6 -5
  785. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteInstanceCommand.d.ts +7 -6
  786. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +7 -5
  787. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +8 -4
  788. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePromptCommand.d.ts +5 -3
  789. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +5 -3
  790. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteQueueCommand.d.ts +8 -4
  791. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteQuickConnectCommand.d.ts +9 -9
  792. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteRoutingProfileCommand.d.ts +8 -4
  793. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteRuleCommand.d.ts +5 -3
  794. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteSecurityProfileCommand.d.ts +8 -4
  795. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteTaskTemplateCommand.d.ts +5 -3
  796. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +11 -8
  797. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUseCaseCommand.d.ts +5 -3
  798. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUserCommand.d.ts +11 -12
  799. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +10 -6
  800. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteViewCommand.d.ts +9 -6
  801. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteViewVersionCommand.d.ts +8 -4
  802. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteVocabularyCommand.d.ts +8 -4
  803. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspaceCommand.d.ts +91 -0
  804. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspaceMediaCommand.d.ts +89 -0
  805. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspacePageCommand.d.ts +96 -0
  806. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAgentStatusCommand.d.ts +6 -5
  807. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +8 -4
  808. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +133 -18
  809. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +230 -10
  810. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowCommand.d.ts +13 -13
  811. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +104 -0
  812. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +15 -7
  813. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +130 -0
  814. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeDataTableCommand.d.ts +117 -0
  815. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEmailAddressCommand.d.ts +10 -3
  816. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +159 -12
  817. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +6 -5
  818. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +5 -3
  819. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -5
  820. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceCommand.d.ts +9 -8
  821. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +7 -5
  822. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePhoneNumberCommand.d.ts +9 -10
  823. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +29 -7
  824. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePromptCommand.d.ts +5 -3
  825. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeQueueCommand.d.ts +6 -5
  826. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeQuickConnectCommand.d.ts +9 -4
  827. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRoutingProfileCommand.d.ts +15 -3
  828. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +14 -4
  829. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeSecurityProfileCommand.d.ts +23 -7
  830. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +5 -3
  831. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserCommand.d.ts +9 -5
  832. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +5 -3
  833. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +5 -3
  834. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeViewCommand.d.ts +9 -7
  835. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeVocabularyCommand.d.ts +5 -3
  836. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeWorkspaceCommand.d.ts +187 -0
  837. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +5 -3
  838. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +5 -3
  839. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateBotCommand.d.ts +6 -5
  840. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +186 -0
  841. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateFlowCommand.d.ts +5 -3
  842. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +6 -5
  843. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +6 -5
  844. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateLexBotCommand.d.ts +6 -5
  845. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +10 -11
  846. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +6 -5
  847. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +14 -4
  848. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +5 -3
  849. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateSecurityProfilesCommand.d.ts +101 -0
  850. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +7 -5
  851. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateUserProficienciesCommand.d.ts +5 -3
  852. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateWorkspaceCommand.d.ts +107 -0
  853. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DismissUserContactCommand.d.ts +8 -8
  854. package/node_modules/@aws-sdk/client-connect/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +129 -0
  855. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetAttachedFileCommand.d.ts +7 -6
  856. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetContactAttributesCommand.d.ts +5 -3
  857. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetContactMetricsCommand.d.ts +139 -0
  858. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetCurrentMetricDataCommand.d.ts +61 -6
  859. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetCurrentUserDataCommand.d.ts +5 -3
  860. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +5 -3
  861. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetFederationTokenCommand.d.ts +11 -13
  862. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetFlowAssociationCommand.d.ts +5 -3
  863. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataCommand.d.ts +27 -13
  864. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +56 -11
  865. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +5 -3
  866. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +6 -5
  867. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTrafficDistributionCommand.d.ts +5 -3
  868. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ImportPhoneNumberCommand.d.ts +19 -19
  869. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +90 -0
  870. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAgentStatusesCommand.d.ts +6 -5
  871. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +6 -5
  872. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +6 -5
  873. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListApprovedOriginsCommand.d.ts +5 -3
  874. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAssociatedContactsCommand.d.ts +6 -5
  875. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +8 -5
  876. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListBotsCommand.d.ts +8 -4
  877. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +19 -3
  878. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +106 -0
  879. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
  880. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModulesCommand.d.ts +6 -5
  881. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowVersionsCommand.d.ts +6 -5
  882. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowsCommand.d.ts +7 -5
  883. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactReferencesCommand.d.ts +13 -7
  884. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTableAttributesCommand.d.ts +138 -0
  885. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +121 -0
  886. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTableValuesCommand.d.ts +131 -0
  887. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTablesCommand.d.ts +104 -0
  888. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +5 -3
  889. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEntitySecurityProfilesCommand.d.ts +98 -0
  890. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +5 -3
  891. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEvaluationFormsCommand.d.ts +5 -3
  892. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListFlowAssociationsCommand.d.ts +5 -3
  893. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +5 -3
  894. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListHoursOfOperationsCommand.d.ts +8 -7
  895. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstanceAttributesCommand.d.ts +6 -4
  896. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +6 -5
  897. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstancesCommand.d.ts +8 -6
  898. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +8 -7
  899. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListLambdaFunctionsCommand.d.ts +7 -5
  900. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListLexBotsCommand.d.ts +7 -6
  901. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPhoneNumbersCommand.d.ts +13 -15
  902. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPhoneNumbersV2Command.d.ts +13 -14
  903. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPredefinedAttributesCommand.d.ts +22 -7
  904. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPromptsCommand.d.ts +5 -3
  905. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +7 -6
  906. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueuesCommand.d.ts +10 -9
  907. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQuickConnectsCommand.d.ts +8 -7
  908. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +11 -10
  909. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +125 -0
  910. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +5 -3
  911. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfilesCommand.d.ts +7 -7
  912. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +5 -3
  913. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityKeysCommand.d.ts +5 -3
  914. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +7 -4
  915. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfileFlowModulesCommand.d.ts +100 -0
  916. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +8 -7
  917. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfilesCommand.d.ts +8 -7
  918. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -6
  919. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTaskTemplatesCommand.d.ts +5 -3
  920. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +5 -3
  921. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +5 -3
  922. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUseCasesCommand.d.ts +5 -3
  923. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +7 -7
  924. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUserProficienciesCommand.d.ts +5 -3
  925. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUsersCommand.d.ts +6 -5
  926. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListViewVersionsCommand.d.ts +6 -5
  927. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListViewsCommand.d.ts +5 -3
  928. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspaceMediaCommand.d.ts +98 -0
  929. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspacePagesCommand.d.ts +103 -0
  930. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspacesCommand.d.ts +103 -0
  931. package/node_modules/@aws-sdk/client-connect/dist-types/commands/MonitorContactCommand.d.ts +7 -6
  932. package/node_modules/@aws-sdk/client-connect/dist-types/commands/PauseContactCommand.d.ts +7 -5
  933. package/node_modules/@aws-sdk/client-connect/dist-types/commands/PutUserStatusCommand.d.ts +9 -7
  934. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ReleasePhoneNumberCommand.d.ts +14 -11
  935. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ReplicateInstanceCommand.d.ts +9 -8
  936. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ResumeContactCommand.d.ts +7 -5
  937. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ResumeContactRecordingCommand.d.ts +11 -7
  938. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchAgentStatusesCommand.d.ts +6 -4
  939. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +8 -6
  940. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +244 -0
  941. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactFlowModulesCommand.d.ts +13 -4
  942. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactFlowsCommand.d.ts +24 -4
  943. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +173 -10
  944. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchDataTablesCommand.d.ts +168 -0
  945. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEmailAddressesCommand.d.ts +11 -4
  946. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +223 -0
  947. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +6 -4
  948. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +7 -6
  949. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +30 -8
  950. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +6 -4
  951. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +6 -4
  952. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +10 -5
  953. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +7 -5
  954. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchRoutingProfilesCommand.d.ts +15 -4
  955. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchSecurityProfilesCommand.d.ts +10 -10
  956. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +9 -8
  957. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchUsersCommand.d.ts +7 -4
  958. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchViewsCommand.d.ts +173 -0
  959. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchVocabulariesCommand.d.ts +7 -5
  960. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +154 -0
  961. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchWorkspacesCommand.d.ts +158 -0
  962. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SendChatIntegrationEventCommand.d.ts +14 -13
  963. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SendOutboundEmailCommand.d.ts +9 -7
  964. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartAttachedFileUploadCommand.d.ts +6 -6
  965. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartChatContactCommand.d.ts +30 -16
  966. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactEvaluationCommand.d.ts +15 -9
  967. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactMediaProcessingCommand.d.ts +97 -0
  968. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactRecordingCommand.d.ts +17 -14
  969. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactStreamingCommand.d.ts +7 -5
  970. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEmailContactCommand.d.ts +17 -7
  971. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundChatContactCommand.d.ts +46 -19
  972. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundEmailContactCommand.d.ts +7 -5
  973. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +39 -18
  974. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartScreenSharingCommand.d.ts +7 -6
  975. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartTaskContactCommand.d.ts +32 -27
  976. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartWebRTCContactCommand.d.ts +9 -6
  977. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactCommand.d.ts +12 -9
  978. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactMediaProcessingCommand.d.ts +91 -0
  979. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactRecordingCommand.d.ts +12 -8
  980. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactStreamingCommand.d.ts +6 -5
  981. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SubmitContactEvaluationCommand.d.ts +17 -9
  982. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SuspendContactRecordingCommand.d.ts +14 -9
  983. package/node_modules/@aws-sdk/client-connect/dist-types/commands/TagContactCommand.d.ts +10 -6
  984. package/node_modules/@aws-sdk/client-connect/dist-types/commands/TagResourceCommand.d.ts +9 -9
  985. package/node_modules/@aws-sdk/client-connect/dist-types/commands/TransferContactCommand.d.ts +11 -10
  986. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UntagContactCommand.d.ts +10 -6
  987. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UntagResourceCommand.d.ts +5 -3
  988. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -5
  989. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +8 -4
  990. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactAttributesCommand.d.ts +16 -16
  991. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactCommand.d.ts +22 -11
  992. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactEvaluationCommand.d.ts +15 -7
  993. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowContentCommand.d.ts +8 -7
  994. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +5 -3
  995. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
  996. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +10 -8
  997. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +5 -3
  998. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowNameCommand.d.ts +5 -3
  999. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +16 -15
  1000. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactScheduleCommand.d.ts +5 -3
  1001. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +135 -0
  1002. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +111 -0
  1003. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +122 -0
  1004. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +7 -5
  1005. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +161 -15
  1006. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +6 -5
  1007. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +5 -3
  1008. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +6 -4
  1009. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +5 -3
  1010. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateParticipantAuthenticationCommand.d.ts +15 -13
  1011. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +7 -5
  1012. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePhoneNumberCommand.d.ts +13 -14
  1013. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +8 -4
  1014. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +33 -7
  1015. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePromptCommand.d.ts +5 -3
  1016. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +6 -5
  1017. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +6 -6
  1018. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueNameCommand.d.ts +6 -5
  1019. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +11 -12
  1020. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +5 -3
  1021. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueStatusCommand.d.ts +6 -5
  1022. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +9 -4
  1023. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +5 -3
  1024. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +7 -6
  1025. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +6 -5
  1026. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +5 -3
  1027. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +6 -5
  1028. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +5 -3
  1029. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRuleCommand.d.ts +16 -6
  1030. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateSecurityProfileCommand.d.ts +30 -7
  1031. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTaskTemplateCommand.d.ts +7 -6
  1032. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +10 -8
  1033. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyCommand.d.ts +5 -3
  1034. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +5 -3
  1035. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +8 -4
  1036. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +10 -10
  1037. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +6 -3
  1038. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserProficienciesCommand.d.ts +5 -3
  1039. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +5 -3
  1040. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +5 -3
  1041. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateViewContentCommand.d.ts +13 -10
  1042. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateViewMetadataCommand.d.ts +10 -6
  1043. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +97 -0
  1044. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspacePageCommand.d.ts +102 -0
  1045. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +173 -0
  1046. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +93 -0
  1047. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +59 -0
  1048. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/EndpointParameters.d.ts +21 -9
  1049. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/endpointResolver.d.ts +5 -2
  1050. package/node_modules/@aws-sdk/client-connect/dist-types/extensionConfiguration.d.ts +4 -4
  1051. package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +17 -14
  1052. package/node_modules/@aws-sdk/client-connect/dist-types/models/ConnectServiceException.d.ts +1 -1
  1053. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +2442 -0
  1054. package/node_modules/@aws-sdk/client-connect/dist-types/models/errors.d.ts +417 -0
  1055. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +2456 -2000
  1056. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +3255 -2869
  1057. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +4216 -3643
  1058. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +4206 -1546
  1059. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/EvaluateDataTableValuesPaginator.d.ts +7 -0
  1060. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +1 -1
  1061. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +1 -1
  1062. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetMetricDataPaginator.d.ts +1 -1
  1063. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetMetricDataV2Paginator.d.ts +1 -1
  1064. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/Interfaces.d.ts +1 -1
  1065. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAgentStatusesPaginator.d.ts +1 -1
  1066. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +1 -1
  1067. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAuthenticationProfilesPaginator.d.ts +1 -1
  1068. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
  1069. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactEvaluationsPaginator.d.ts +1 -1
  1070. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
  1071. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
  1072. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +1 -1
  1073. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowVersionsPaginator.d.ts +1 -1
  1074. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowsPaginator.d.ts +1 -1
  1075. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactReferencesPaginator.d.ts +1 -1
  1076. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTableAttributesPaginator.d.ts +7 -0
  1077. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTablePrimaryValuesPaginator.d.ts +7 -0
  1078. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTableValuesPaginator.d.ts +7 -0
  1079. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTablesPaginator.d.ts +7 -0
  1080. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +1 -1
  1081. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListEntitySecurityProfilesPaginator.d.ts +7 -0
  1082. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListEvaluationFormVersionsPaginator.d.ts +1 -1
  1083. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListEvaluationFormsPaginator.d.ts +1 -1
  1084. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +1 -1
  1085. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +1 -1
  1086. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +1 -1
  1087. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +1 -1
  1088. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +1 -1
  1089. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
  1090. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +1 -1
  1091. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +1 -1
  1092. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListLexBotsPaginator.d.ts +1 -1
  1093. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +1 -1
  1094. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +1 -1
  1095. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPredefinedAttributesPaginator.d.ts +1 -1
  1096. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPromptsPaginator.d.ts +1 -1
  1097. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +1 -1
  1098. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  1099. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListQuickConnectsPaginator.d.ts +1 -1
  1100. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +1 -1
  1101. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +7 -0
  1102. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +1 -1
  1103. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +1 -1
  1104. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
  1105. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityKeysPaginator.d.ts +1 -1
  1106. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfileApplicationsPaginator.d.ts +1 -1
  1107. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfileFlowModulesPaginator.d.ts +7 -0
  1108. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +1 -1
  1109. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +1 -1
  1110. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +1 -1
  1111. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListTrafficDistributionGroupUsersPaginator.d.ts +1 -1
  1112. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +1 -1
  1113. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUseCasesPaginator.d.ts +1 -1
  1114. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +1 -1
  1115. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUserProficienciesPaginator.d.ts +1 -1
  1116. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  1117. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListViewVersionsPaginator.d.ts +1 -1
  1118. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListViewsPaginator.d.ts +1 -1
  1119. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListWorkspacePagesPaginator.d.ts +7 -0
  1120. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListWorkspacesPaginator.d.ts +7 -0
  1121. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchAgentStatusesPaginator.d.ts +1 -1
  1122. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +1 -1
  1123. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchContactFlowModulesPaginator.d.ts +1 -1
  1124. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchContactFlowsPaginator.d.ts +1 -1
  1125. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchContactsPaginator.d.ts +1 -1
  1126. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchDataTablesPaginator.d.ts +7 -0
  1127. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +1 -1
  1128. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchHoursOfOperationsPaginator.d.ts +1 -1
  1129. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchPredefinedAttributesPaginator.d.ts +1 -1
  1130. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchPromptsPaginator.d.ts +1 -1
  1131. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchQueuesPaginator.d.ts +1 -1
  1132. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchQuickConnectsPaginator.d.ts +1 -1
  1133. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchResourceTagsPaginator.d.ts +1 -1
  1134. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +1 -1
  1135. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +1 -1
  1136. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchUserHierarchyGroupsPaginator.d.ts +1 -1
  1137. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchUsersPaginator.d.ts +1 -1
  1138. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchViewsPaginator.d.ts +7 -0
  1139. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchVocabulariesPaginator.d.ts +1 -1
  1140. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchWorkspaceAssociationsPaginator.d.ts +7 -0
  1141. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchWorkspacesPaginator.d.ts +7 -0
  1142. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +22 -6
  1143. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.browser.d.ts +9 -4
  1144. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.d.ts +8 -3
  1145. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.native.d.ts +9 -4
  1146. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.shared.d.ts +7 -1
  1147. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeExtensions.d.ts +1 -1
  1148. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +1471 -0
  1149. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +1011 -0
  1150. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +359 -5
  1151. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1152. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +51 -0
  1153. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +51 -0
  1154. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +47 -0
  1155. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +51 -0
  1156. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +51 -0
  1157. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +51 -0
  1158. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +51 -0
  1159. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +51 -0
  1160. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
  1161. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
  1162. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +51 -0
  1163. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +50 -0
  1164. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +50 -0
  1165. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +51 -0
  1166. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
  1167. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
  1168. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
  1169. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +51 -0
  1170. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +50 -0
  1171. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
  1172. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
  1173. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
  1174. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
  1175. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
  1176. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
  1177. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +1 -1
  1178. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +50 -0
  1179. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +51 -0
  1180. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +51 -0
  1181. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
  1182. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +51 -0
  1183. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +51 -0
  1184. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +51 -0
  1185. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +51 -0
  1186. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +47 -0
  1187. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +51 -0
  1188. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +51 -0
  1189. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +51 -0
  1190. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +51 -0
  1191. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
  1192. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
  1193. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
  1194. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
  1195. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
  1196. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +51 -0
  1197. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +51 -0
  1198. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +51 -0
  1199. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +50 -0
  1200. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  1201. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +51 -0
  1202. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
  1203. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
  1204. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
  1205. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
  1206. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  1207. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
  1208. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  1209. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
  1210. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
  1211. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
  1212. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
  1213. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
  1214. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +4 -2
  1215. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +51 -0
  1216. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +51 -0
  1217. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +51 -0
  1218. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +51 -0
  1219. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +50 -0
  1220. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
  1221. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +2 -4
  1222. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +48 -0
  1223. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
  1224. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +48 -0
  1225. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +49 -0
  1226. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +48 -0
  1227. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +51 -0
  1228. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +1 -1
  1229. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  1230. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
  1231. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
  1232. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
  1233. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
  1234. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +51 -0
  1235. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
  1236. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
  1237. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  1238. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
  1239. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
  1240. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  1241. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
  1242. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
  1243. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  1244. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  1245. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  1246. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  1247. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
  1248. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  1249. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  1250. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  1251. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
  1252. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  1253. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  1254. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  1255. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
  1256. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
  1257. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +51 -0
  1258. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +51 -0
  1259. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +51 -0
  1260. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
  1261. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
  1262. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  1263. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
  1264. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  1265. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  1266. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +1 -1
  1267. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
  1268. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +4 -2
  1269. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +51 -0
  1270. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +51 -0
  1271. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +51 -0
  1272. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +51 -0
  1273. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +59 -0
  1274. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1275. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/index.d.ts +7 -1
  1276. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/ConnectServiceException.d.ts +1 -1
  1277. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +1465 -0
  1278. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/errors.d.ts +240 -0
  1279. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +563 -764
  1280. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +568 -922
  1281. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +840 -788
  1282. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +905 -220
  1283. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/EvaluateDataTableValuesPaginator.d.ts +11 -0
  1284. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
  1285. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
  1286. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTableAttributesPaginator.d.ts +11 -0
  1287. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTablePrimaryValuesPaginator.d.ts +11 -0
  1288. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTableValuesPaginator.d.ts +11 -0
  1289. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTablesPaginator.d.ts +11 -0
  1290. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListEntitySecurityProfilesPaginator.d.ts +11 -0
  1291. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +11 -0
  1292. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListSecurityProfileFlowModulesPaginator.d.ts +11 -0
  1293. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListWorkspacePagesPaginator.d.ts +11 -0
  1294. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -0
  1295. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchDataTablesPaginator.d.ts +11 -0
  1296. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +11 -0
  1297. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchWorkspaceAssociationsPaginator.d.ts +11 -0
  1298. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchWorkspacesPaginator.d.ts +11 -0
  1299. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +22 -6
  1300. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
  1301. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  1302. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
  1303. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  1304. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +1476 -0
  1305. package/node_modules/@aws-sdk/client-connect/package.json +42 -43
  1306. package/node_modules/@aws-sdk/client-dynamodb/README.md +1 -63
  1307. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  1308. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
  1309. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +4503 -5459
  1310. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +3 -4
  1311. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +5 -8
  1312. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +10 -0
  1313. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +5 -5
  1314. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  1315. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
  1316. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +3 -9
  1317. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +3 -9
  1318. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +3 -9
  1319. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +3 -9
  1320. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +3 -9
  1321. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +3 -9
  1322. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +3 -9
  1323. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  1324. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +3 -9
  1325. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +3 -9
  1326. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
  1327. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
  1328. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  1329. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +3 -9
  1330. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
  1331. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
  1332. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +3 -9
  1333. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
  1334. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +3 -9
  1335. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +3 -9
  1336. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
  1337. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
  1338. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
  1339. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
  1340. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +3 -9
  1341. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +3 -9
  1342. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
  1343. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +3 -9
  1344. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  1345. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +3 -9
  1346. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +3 -9
  1347. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +3 -9
  1348. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +3 -9
  1349. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +3 -9
  1350. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +3 -9
  1351. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +3 -9
  1352. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
  1353. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +3 -9
  1354. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  1355. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +3 -9
  1356. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
  1357. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
  1358. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +3 -9
  1359. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +3 -9
  1360. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +4 -13
  1361. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +4 -13
  1362. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +3 -9
  1363. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
  1364. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
  1365. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
  1366. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
  1367. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +3 -9
  1368. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
  1369. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +3 -9
  1370. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
  1371. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
  1372. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
  1373. package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +4 -1
  1374. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +240 -0
  1375. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
  1376. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -674
  1377. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +3 -4
  1378. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +6 -9
  1379. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +10 -0
  1380. package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2373 -0
  1381. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
  1382. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
  1383. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +1 -1
  1384. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +11 -11
  1385. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1386. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  1387. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +13 -6
  1388. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +19 -10
  1389. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +23 -10
  1390. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +19 -14
  1391. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +21 -16
  1392. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +31 -19
  1393. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +17 -13
  1394. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +21 -11
  1395. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +23 -16
  1396. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +31 -23
  1397. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +5 -3
  1398. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +7 -4
  1399. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +6 -3
  1400. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +5 -3
  1401. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +17 -13
  1402. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +7 -5
  1403. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +6 -4
  1404. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +6 -6
  1405. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +5 -3
  1406. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +5 -3
  1407. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +15 -11
  1408. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +7 -9
  1409. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +5 -3
  1410. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +21 -15
  1411. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +21 -15
  1412. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +19 -10
  1413. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +47 -45
  1414. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +19 -14
  1415. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +19 -10
  1416. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +7 -4
  1417. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +24 -20
  1418. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +5 -3
  1419. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +6 -3
  1420. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +17 -13
  1421. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +5 -3
  1422. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +17 -13
  1423. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +5 -3
  1424. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +5 -3
  1425. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +21 -11
  1426. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +23 -16
  1427. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +19 -10
  1428. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +27 -17
  1429. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +29 -18
  1430. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +19 -10
  1431. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +21 -15
  1432. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +26 -18
  1433. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +47 -45
  1434. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +21 -15
  1435. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +8 -5
  1436. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +7 -3
  1437. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +11 -9
  1438. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +22 -16
  1439. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +21 -11
  1440. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +21 -15
  1441. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +41 -23
  1442. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +23 -21
  1443. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +21 -15
  1444. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +27 -15
  1445. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +5 -2
  1446. package/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +4 -4
  1447. package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +4 -1
  1448. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +1 -1
  1449. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +576 -0
  1450. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +804 -0
  1451. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +236 -1339
  1452. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +1 -1
  1453. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
  1454. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  1455. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  1456. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  1457. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
  1458. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
  1459. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +10 -5
  1460. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +9 -4
  1461. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +10 -5
  1462. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +7 -1
  1463. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +1 -1
  1464. package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +318 -0
  1465. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +4 -4
  1466. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1467. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +17 -14
  1468. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +4 -1
  1469. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
  1470. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +306 -0
  1471. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
  1472. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +65 -558
  1473. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -4
  1474. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +14 -5
  1475. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -4
  1476. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  1477. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +323 -0
  1478. package/node_modules/@aws-sdk/client-dynamodb/package.json +47 -45
  1479. package/node_modules/@aws-sdk/client-lambda/README.md +109 -127
  1480. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  1481. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/ruleset.js +1 -1
  1482. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +5764 -6370
  1483. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +3 -4
  1484. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +5 -8
  1485. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +7 -0
  1486. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +34 -0
  1487. package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +4 -2
  1488. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  1489. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -9
  1490. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +3 -9
  1491. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +16 -0
  1492. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +3 -9
  1493. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +16 -0
  1494. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -9
  1495. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +3 -9
  1496. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +3 -10
  1497. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -9
  1498. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +3 -9
  1499. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +16 -0
  1500. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -9
  1501. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -9
  1502. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -9
  1503. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +3 -9
  1504. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +3 -9
  1505. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -9
  1506. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +3 -9
  1507. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +3 -9
  1508. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -9
  1509. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  1510. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +3 -9
  1511. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +16 -0
  1512. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +3 -9
  1513. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +16 -0
  1514. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +16 -0
  1515. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +16 -0
  1516. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +3 -9
  1517. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -9
  1518. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +3 -10
  1519. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -9
  1520. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +3 -10
  1521. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -9
  1522. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +3 -9
  1523. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +16 -0
  1524. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -9
  1525. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +3 -9
  1526. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +3 -9
  1527. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -9
  1528. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +3 -9
  1529. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -9
  1530. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +3 -9
  1531. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +3 -10
  1532. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +3 -10
  1533. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +3 -10
  1534. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +3 -9
  1535. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +16 -0
  1536. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -9
  1537. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +16 -0
  1538. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +3 -9
  1539. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -9
  1540. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -9
  1541. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +16 -0
  1542. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -9
  1543. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +3 -10
  1544. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +3 -9
  1545. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +3 -9
  1546. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -9
  1547. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +3 -9
  1548. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +3 -10
  1549. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +3 -10
  1550. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +3 -10
  1551. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -9
  1552. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -9
  1553. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -9
  1554. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +3 -9
  1555. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +16 -0
  1556. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -9
  1557. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +3 -9
  1558. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +3 -9
  1559. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +3 -9
  1560. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +16 -0
  1561. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +16 -0
  1562. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +16 -0
  1563. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +16 -0
  1564. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +3 -9
  1565. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +3 -9
  1566. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +3 -9
  1567. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +16 -0
  1568. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -9
  1569. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -9
  1570. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +3 -10
  1571. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -10
  1572. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -9
  1573. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -9
  1574. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +17 -0
  1575. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/ruleset.js +1 -1
  1576. package/node_modules/@aws-sdk/client-lambda/dist-es/index.js +4 -1
  1577. package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +343 -0
  1578. package/node_modules/@aws-sdk/client-lambda/dist-es/models/errors.js +683 -0
  1579. package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +1 -929
  1580. package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/GetDurableExecutionHistoryPaginator.js +4 -0
  1581. package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/GetDurableExecutionStatePaginator.js +4 -0
  1582. package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
  1583. package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListDurableExecutionsByFunctionPaginator.js +4 -0
  1584. package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionVersionsByCapacityProviderPaginator.js +4 -0
  1585. package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +8 -3
  1586. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +3 -4
  1587. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +6 -9
  1588. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +7 -0
  1589. package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +2658 -0
  1590. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +2 -2
  1591. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +3 -3
  1592. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +3 -3
  1593. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +3 -3
  1594. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +3 -3
  1595. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +3 -3
  1596. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +3 -3
  1597. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +122 -66
  1598. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +31 -78
  1599. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1600. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  1601. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +7 -20
  1602. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +8 -27
  1603. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +190 -0
  1604. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +6 -9
  1605. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCapacityProviderCommand.d.ts +162 -0
  1606. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -6
  1607. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +68 -121
  1608. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +54 -50
  1609. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -5
  1610. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +5 -3
  1611. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCapacityProviderCommand.d.ts +126 -0
  1612. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -5
  1613. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +59 -9
  1614. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +5 -3
  1615. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +11 -11
  1616. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +5 -3
  1617. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -5
  1618. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -5
  1619. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -6
  1620. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +5 -3
  1621. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +5 -3
  1622. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +5 -3
  1623. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCapacityProviderCommand.d.ts +123 -0
  1624. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +5 -3
  1625. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionCommand.d.ts +105 -0
  1626. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +259 -0
  1627. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionStateCommand.d.ts +152 -0
  1628. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +63 -5
  1629. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +5 -3
  1630. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +29 -10
  1631. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -5
  1632. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +29 -10
  1633. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +31 -5
  1634. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -5
  1635. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +95 -0
  1636. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +5 -3
  1637. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +7 -7
  1638. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +7 -7
  1639. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -5
  1640. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +5 -3
  1641. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +5 -3
  1642. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -6
  1643. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +8 -14
  1644. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +32 -57
  1645. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +26 -34
  1646. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +6 -5
  1647. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCapacityProvidersCommand.d.ts +125 -0
  1648. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -6
  1649. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +106 -0
  1650. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +37 -5
  1651. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -5
  1652. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +5 -3
  1653. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +95 -0
  1654. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -5
  1655. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +29 -16
  1656. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +8 -9
  1657. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +8 -11
  1658. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +5 -3
  1659. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +6 -5
  1660. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +33 -9
  1661. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +8 -9
  1662. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +30 -25
  1663. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -5
  1664. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -12
  1665. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +30 -17
  1666. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -10
  1667. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +94 -0
  1668. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +5 -3
  1669. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -5
  1670. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +7 -17
  1671. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +7 -16
  1672. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +92 -0
  1673. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +84 -0
  1674. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +91 -0
  1675. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/StopDurableExecutionCommand.d.ts +94 -0
  1676. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +5 -3
  1677. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +5 -3
  1678. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +6 -14
  1679. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCapacityProviderCommand.d.ts +136 -0
  1680. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -5
  1681. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +100 -124
  1682. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +29 -38
  1683. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +48 -35
  1684. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -5
  1685. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +5 -3
  1686. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +17 -0
  1687. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/EndpointParameters.d.ts +21 -9
  1688. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/endpointResolver.d.ts +5 -2
  1689. package/node_modules/@aws-sdk/client-lambda/dist-types/extensionConfiguration.d.ts +4 -4
  1690. package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +5 -66
  1691. package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +1 -1
  1692. package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +687 -0
  1693. package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +668 -0
  1694. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +3405 -4257
  1695. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +7 -0
  1696. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +7 -0
  1697. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +1 -1
  1698. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  1699. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
  1700. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
  1701. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +7 -0
  1702. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
  1703. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
  1704. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
  1705. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +7 -0
  1706. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
  1707. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
  1708. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
  1709. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
  1710. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
  1711. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
  1712. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +8 -3
  1713. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +9 -4
  1714. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +8 -3
  1715. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +9 -4
  1716. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +7 -1
  1717. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeExtensions.d.ts +1 -1
  1718. package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +391 -0
  1719. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +314 -0
  1720. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +105 -3
  1721. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1722. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +51 -0
  1723. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +51 -0
  1724. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +51 -0
  1725. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +8 -3
  1726. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +51 -0
  1727. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +51 -0
  1728. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +51 -0
  1729. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +51 -0
  1730. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +51 -0
  1731. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
  1732. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
  1733. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +51 -0
  1734. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +51 -0
  1735. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +51 -0
  1736. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +51 -0
  1737. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +51 -0
  1738. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +51 -0
  1739. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +60 -0
  1740. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +51 -0
  1741. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +51 -0
  1742. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +17 -0
  1743. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1744. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +4 -1
  1745. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
  1746. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +416 -0
  1747. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +409 -0
  1748. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +818 -985
  1749. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/GetDurableExecutionHistoryPaginator.d.ts +11 -0
  1750. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/GetDurableExecutionStatePaginator.d.ts +11 -0
  1751. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
  1752. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +11 -0
  1753. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +11 -0
  1754. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +8 -3
  1755. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
  1756. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  1757. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
  1758. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  1759. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +396 -0
  1760. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +2 -2
  1761. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +2 -2
  1762. package/node_modules/@aws-sdk/client-lambda/package.json +48 -45
  1763. package/node_modules/@aws-sdk/client-polly/README.md +1 -14
  1764. package/node_modules/@aws-sdk/client-polly/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  1765. package/node_modules/@aws-sdk/client-polly/dist-cjs/endpoint/ruleset.js +1 -1
  1766. package/node_modules/@aws-sdk/client-polly/dist-cjs/index.js +1138 -1661
  1767. package/node_modules/@aws-sdk/client-polly/dist-cjs/runtimeConfig.browser.js +3 -4
  1768. package/node_modules/@aws-sdk/client-polly/dist-cjs/runtimeConfig.js +5 -8
  1769. package/node_modules/@aws-sdk/client-polly/dist-cjs/runtimeConfig.shared.js +8 -0
  1770. package/node_modules/@aws-sdk/client-polly/dist-es/PollyClient.js +4 -2
  1771. package/node_modules/@aws-sdk/client-polly/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  1772. package/node_modules/@aws-sdk/client-polly/dist-es/commands/DeleteLexiconCommand.js +3 -9
  1773. package/node_modules/@aws-sdk/client-polly/dist-es/commands/DescribeVoicesCommand.js +3 -9
  1774. package/node_modules/@aws-sdk/client-polly/dist-es/commands/GetLexiconCommand.js +3 -10
  1775. package/node_modules/@aws-sdk/client-polly/dist-es/commands/GetSpeechSynthesisTaskCommand.js +3 -9
  1776. package/node_modules/@aws-sdk/client-polly/dist-es/commands/ListLexiconsCommand.js +3 -9
  1777. package/node_modules/@aws-sdk/client-polly/dist-es/commands/ListSpeechSynthesisTasksCommand.js +3 -9
  1778. package/node_modules/@aws-sdk/client-polly/dist-es/commands/PutLexiconCommand.js +3 -10
  1779. package/node_modules/@aws-sdk/client-polly/dist-es/commands/StartSpeechSynthesisTaskCommand.js +3 -9
  1780. package/node_modules/@aws-sdk/client-polly/dist-es/commands/SynthesizeSpeechCommand.js +3 -10
  1781. package/node_modules/@aws-sdk/client-polly/dist-es/endpoint/ruleset.js +1 -1
  1782. package/node_modules/@aws-sdk/client-polly/dist-es/index.js +4 -1
  1783. package/node_modules/@aws-sdk/client-polly/dist-es/models/enums.js +179 -0
  1784. package/node_modules/@aws-sdk/client-polly/dist-es/models/errors.js +253 -0
  1785. package/node_modules/@aws-sdk/client-polly/dist-es/models/models_0.js +1 -447
  1786. package/node_modules/@aws-sdk/client-polly/dist-es/runtimeConfig.browser.js +3 -4
  1787. package/node_modules/@aws-sdk/client-polly/dist-es/runtimeConfig.js +6 -9
  1788. package/node_modules/@aws-sdk/client-polly/dist-es/runtimeConfig.shared.js +8 -0
  1789. package/node_modules/@aws-sdk/client-polly/dist-es/schemas/schemas_0.js +397 -0
  1790. package/node_modules/@aws-sdk/client-polly/dist-types/Polly.d.ts +1 -1
  1791. package/node_modules/@aws-sdk/client-polly/dist-types/PollyClient.d.ts +10 -10
  1792. package/node_modules/@aws-sdk/client-polly/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1793. package/node_modules/@aws-sdk/client-polly/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  1794. package/node_modules/@aws-sdk/client-polly/dist-types/commands/DeleteLexiconCommand.d.ts +5 -3
  1795. package/node_modules/@aws-sdk/client-polly/dist-types/commands/DescribeVoicesCommand.d.ts +5 -3
  1796. package/node_modules/@aws-sdk/client-polly/dist-types/commands/GetLexiconCommand.d.ts +5 -3
  1797. package/node_modules/@aws-sdk/client-polly/dist-types/commands/GetSpeechSynthesisTaskCommand.d.ts +6 -4
  1798. package/node_modules/@aws-sdk/client-polly/dist-types/commands/ListLexiconsCommand.d.ts +5 -3
  1799. package/node_modules/@aws-sdk/client-polly/dist-types/commands/ListSpeechSynthesisTasksCommand.d.ts +6 -4
  1800. package/node_modules/@aws-sdk/client-polly/dist-types/commands/PutLexiconCommand.d.ts +5 -3
  1801. package/node_modules/@aws-sdk/client-polly/dist-types/commands/StartSpeechSynthesisTaskCommand.d.ts +7 -5
  1802. package/node_modules/@aws-sdk/client-polly/dist-types/commands/SynthesizeSpeechCommand.d.ts +6 -4
  1803. package/node_modules/@aws-sdk/client-polly/dist-types/endpoint/EndpointParameters.d.ts +21 -9
  1804. package/node_modules/@aws-sdk/client-polly/dist-types/endpoint/endpointResolver.d.ts +5 -2
  1805. package/node_modules/@aws-sdk/client-polly/dist-types/extensionConfiguration.d.ts +4 -4
  1806. package/node_modules/@aws-sdk/client-polly/dist-types/index.d.ts +4 -1
  1807. package/node_modules/@aws-sdk/client-polly/dist-types/models/PollyServiceException.d.ts +1 -1
  1808. package/node_modules/@aws-sdk/client-polly/dist-types/models/enums.d.ts +243 -0
  1809. package/node_modules/@aws-sdk/client-polly/dist-types/models/errors.d.ts +283 -0
  1810. package/node_modules/@aws-sdk/client-polly/dist-types/models/models_0.d.ts +2 -548
  1811. package/node_modules/@aws-sdk/client-polly/dist-types/pagination/Interfaces.d.ts +1 -1
  1812. package/node_modules/@aws-sdk/client-polly/dist-types/pagination/ListSpeechSynthesisTasksPaginator.d.ts +1 -1
  1813. package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.browser.d.ts +9 -4
  1814. package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.d.ts +8 -3
  1815. package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.native.d.ts +9 -4
  1816. package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.shared.d.ts +7 -1
  1817. package/node_modules/@aws-sdk/client-polly/dist-types/runtimeExtensions.d.ts +1 -1
  1818. package/node_modules/@aws-sdk/client-polly/dist-types/schemas/schemas_0.d.ts +55 -0
  1819. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/PollyClient.d.ts +3 -3
  1820. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1821. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1822. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/index.d.ts +4 -1
  1823. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/PollyServiceException.d.ts +1 -1
  1824. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/enums.d.ts +188 -0
  1825. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/errors.d.ts +167 -0
  1826. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/models_0.d.ts +10 -364
  1827. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
  1828. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  1829. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
  1830. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  1831. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -0
  1832. package/node_modules/@aws-sdk/client-polly/package.json +42 -41
  1833. package/node_modules/@aws-sdk/client-sns/README.md +1 -48
  1834. package/node_modules/@aws-sdk/client-sns/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  1835. package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoint/ruleset.js +1 -1
  1836. package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +2416 -4684
  1837. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.browser.js +3 -4
  1838. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.js +5 -8
  1839. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +8 -0
  1840. package/node_modules/@aws-sdk/client-sns/dist-es/SNSClient.js +4 -2
  1841. package/node_modules/@aws-sdk/client-sns/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  1842. package/node_modules/@aws-sdk/client-sns/dist-es/commands/AddPermissionCommand.js +3 -9
  1843. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -10
  1844. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ConfirmSubscriptionCommand.js +3 -9
  1845. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformApplicationCommand.js +3 -9
  1846. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformEndpointCommand.js +3 -9
  1847. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -10
  1848. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateTopicCommand.js +3 -9
  1849. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteEndpointCommand.js +3 -9
  1850. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeletePlatformApplicationCommand.js +3 -9
  1851. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -10
  1852. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteTopicCommand.js +3 -9
  1853. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -9
  1854. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetEndpointAttributesCommand.js +3 -9
  1855. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -9
  1856. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSAttributesCommand.js +3 -9
  1857. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -9
  1858. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -9
  1859. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetTopicAttributesCommand.js +3 -9
  1860. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -9
  1861. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListOriginationNumbersCommand.js +3 -10
  1862. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -10
  1863. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPlatformApplicationsCommand.js +3 -9
  1864. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -10
  1865. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -9
  1866. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsCommand.js +3 -9
  1867. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  1868. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTopicsCommand.js +3 -9
  1869. package/node_modules/@aws-sdk/client-sns/dist-es/commands/OptInPhoneNumberCommand.js +3 -10
  1870. package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishBatchCommand.js +3 -9
  1871. package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishCommand.js +3 -10
  1872. package/node_modules/@aws-sdk/client-sns/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -9
  1873. package/node_modules/@aws-sdk/client-sns/dist-es/commands/RemovePermissionCommand.js +3 -9
  1874. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetEndpointAttributesCommand.js +3 -9
  1875. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetPlatformApplicationAttributesCommand.js +3 -9
  1876. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSMSAttributesCommand.js +3 -9
  1877. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSubscriptionAttributesCommand.js +3 -9
  1878. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetTopicAttributesCommand.js +3 -9
  1879. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SubscribeCommand.js +3 -9
  1880. package/node_modules/@aws-sdk/client-sns/dist-es/commands/TagResourceCommand.js +3 -9
  1881. package/node_modules/@aws-sdk/client-sns/dist-es/commands/UnsubscribeCommand.js +3 -9
  1882. package/node_modules/@aws-sdk/client-sns/dist-es/commands/UntagResourceCommand.js +3 -9
  1883. package/node_modules/@aws-sdk/client-sns/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -10
  1884. package/node_modules/@aws-sdk/client-sns/dist-es/endpoint/ruleset.js +1 -1
  1885. package/node_modules/@aws-sdk/client-sns/dist-es/index.js +4 -1
  1886. package/node_modules/@aws-sdk/client-sns/dist-es/models/enums.js +29 -0
  1887. package/node_modules/@aws-sdk/client-sns/dist-es/models/errors.js +415 -0
  1888. package/node_modules/@aws-sdk/client-sns/dist-es/models/models_0.js +1 -493
  1889. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/index.js +1 -1
  1890. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.browser.js +3 -4
  1891. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.js +6 -9
  1892. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +8 -0
  1893. package/node_modules/@aws-sdk/client-sns/dist-es/schemas/schemas_0.js +1054 -0
  1894. package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +1 -1
  1895. package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +10 -10
  1896. package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1897. package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  1898. package/node_modules/@aws-sdk/client-sns/dist-types/commands/AddPermissionCommand.d.ts +5 -3
  1899. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +5 -3
  1900. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ConfirmSubscriptionCommand.d.ts +6 -4
  1901. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformApplicationCommand.d.ts +9 -7
  1902. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformEndpointCommand.d.ts +5 -3
  1903. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +5 -3
  1904. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateTopicCommand.d.ts +5 -3
  1905. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteEndpointCommand.d.ts +5 -3
  1906. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeletePlatformApplicationCommand.d.ts +5 -3
  1907. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +5 -3
  1908. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteTopicCommand.d.ts +5 -3
  1909. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +5 -3
  1910. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetEndpointAttributesCommand.d.ts +5 -3
  1911. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +5 -3
  1912. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSAttributesCommand.d.ts +5 -3
  1913. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +5 -3
  1914. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +5 -3
  1915. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetTopicAttributesCommand.d.ts +5 -3
  1916. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +5 -3
  1917. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListOriginationNumbersCommand.d.ts +5 -3
  1918. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +5 -3
  1919. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPlatformApplicationsCommand.d.ts +5 -3
  1920. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +5 -3
  1921. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +5 -3
  1922. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsCommand.d.ts +5 -3
  1923. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -3
  1924. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTopicsCommand.d.ts +5 -3
  1925. package/node_modules/@aws-sdk/client-sns/dist-types/commands/OptInPhoneNumberCommand.d.ts +5 -3
  1926. package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishBatchCommand.d.ts +32 -16
  1927. package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishCommand.d.ts +5 -3
  1928. package/node_modules/@aws-sdk/client-sns/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +5 -3
  1929. package/node_modules/@aws-sdk/client-sns/dist-types/commands/RemovePermissionCommand.d.ts +5 -3
  1930. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetEndpointAttributesCommand.d.ts +5 -3
  1931. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +5 -3
  1932. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSMSAttributesCommand.d.ts +5 -3
  1933. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +6 -4
  1934. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetTopicAttributesCommand.d.ts +5 -3
  1935. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SubscribeCommand.d.ts +6 -4
  1936. package/node_modules/@aws-sdk/client-sns/dist-types/commands/TagResourceCommand.d.ts +5 -3
  1937. package/node_modules/@aws-sdk/client-sns/dist-types/commands/UnsubscribeCommand.d.ts +5 -8
  1938. package/node_modules/@aws-sdk/client-sns/dist-types/commands/UntagResourceCommand.d.ts +5 -3
  1939. package/node_modules/@aws-sdk/client-sns/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +5 -3
  1940. package/node_modules/@aws-sdk/client-sns/dist-types/endpoint/EndpointParameters.d.ts +21 -9
  1941. package/node_modules/@aws-sdk/client-sns/dist-types/endpoint/endpointResolver.d.ts +5 -2
  1942. package/node_modules/@aws-sdk/client-sns/dist-types/extensionConfiguration.d.ts +4 -4
  1943. package/node_modules/@aws-sdk/client-sns/dist-types/index.d.ts +4 -1
  1944. package/node_modules/@aws-sdk/client-sns/dist-types/models/SNSServiceException.d.ts +1 -1
  1945. package/node_modules/@aws-sdk/client-sns/dist-types/models/enums.d.ts +61 -0
  1946. package/node_modules/@aws-sdk/client-sns/dist-types/models/errors.d.ts +436 -0
  1947. package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +166 -585
  1948. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/Interfaces.d.ts +1 -1
  1949. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +1 -1
  1950. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListOriginationNumbersPaginator.d.ts +1 -1
  1951. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +1 -1
  1952. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPlatformApplicationsPaginator.d.ts +1 -1
  1953. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +1 -1
  1954. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsByTopicPaginator.d.ts +1 -1
  1955. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
  1956. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
  1957. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/index.d.ts +1 -1
  1958. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.browser.d.ts +9 -4
  1959. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +8 -3
  1960. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.native.d.ts +9 -4
  1961. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.shared.d.ts +7 -1
  1962. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeExtensions.d.ts +1 -1
  1963. package/node_modules/@aws-sdk/client-sns/dist-types/schemas/schemas_0.d.ts +162 -0
  1964. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +3 -3
  1965. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1966. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  1967. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/index.d.ts +4 -1
  1968. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/SNSServiceException.d.ts +1 -1
  1969. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/enums.d.ts +36 -0
  1970. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/errors.d.ts +244 -0
  1971. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/models_0.d.ts +6 -311
  1972. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/index.d.ts +1 -1
  1973. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
  1974. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  1975. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
  1976. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  1977. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/schemas/schemas_0.d.ts +166 -0
  1978. package/node_modules/@aws-sdk/client-sns/package.json +43 -40
  1979. package/node_modules/@aws-sdk/client-sso/README.md +1 -9
  1980. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
  1981. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
  1982. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +405 -610
  1983. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +3 -4
  1984. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +5 -8
  1985. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +7 -0
  1986. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +4 -2
  1987. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
  1988. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  1989. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  1990. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  1991. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  1992. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
  1993. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +3 -1
  1994. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  1995. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -75
  1996. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +3 -4
  1997. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +6 -9
  1998. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +7 -0
  1999. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +152 -0
  2000. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
  2001. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -10
  2002. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  2003. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  2004. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +5 -3
  2005. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +5 -3
  2006. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +5 -3
  2007. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +5 -3
  2008. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +21 -9
  2009. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -2
  2010. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +4 -4
  2011. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +3 -1
  2012. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +1 -1
  2013. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  2014. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -77
  2015. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -1
  2016. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
  2017. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
  2018. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +9 -4
  2019. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +7 -2
  2020. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +9 -4
  2021. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +8 -2
  2022. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +1 -1
  2023. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -0
  2024. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +2 -2
  2025. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  2026. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  2027. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +3 -1
  2028. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
  2029. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  2030. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -48
  2031. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
  2032. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  2033. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
  2034. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  2035. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
  2036. package/node_modules/@aws-sdk/client-sso/package.json +40 -39
  2037. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  2038. package/node_modules/@aws-sdk/core/dist-cjs/index.js +2193 -6
  2039. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +48 -88
  2040. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +39 -66
  2041. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +273 -365
  2042. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1803 -1667
  2043. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
  2044. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  2045. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  2046. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +122 -0
  2047. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  2048. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +49 -0
  2049. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  2050. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  2051. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +7 -1
  2052. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +7 -1
  2053. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +36 -44
  2054. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +25 -61
  2055. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +70 -37
  2056. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +115 -61
  2057. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +136 -0
  2058. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  2059. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +31 -42
  2060. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +38 -8
  2061. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
  2062. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +29 -73
  2063. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +24 -23
  2064. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +38 -21
  2065. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
  2066. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  2067. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  2068. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  2069. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +1 -1
  2070. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  2071. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  2072. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  2073. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +1 -1
  2074. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +61 -0
  2075. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  2076. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  2077. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  2078. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -2
  2079. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -2
  2080. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -4
  2081. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +17 -2
  2082. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +2 -2
  2083. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +3 -3
  2084. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -6
  2085. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  2086. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  2087. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  2088. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +10 -3
  2089. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -1
  2090. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  2091. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
  2092. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +11 -3
  2093. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +1 -1
  2094. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +3 -3
  2095. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  2096. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  2097. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  2098. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +47 -0
  2099. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  2100. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  2101. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  2102. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +13 -1
  2103. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +13 -1
  2104. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +15 -2
  2105. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -0
  2106. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  2107. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +10 -3
  2108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  2109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  2110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
  2111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -1
  2112. package/node_modules/@aws-sdk/core/package.json +16 -18
  2113. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +38 -73
  2114. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -7
  2115. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +4 -2
  2116. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +4 -2
  2117. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -12
  2118. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +207 -259
  2119. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  2120. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -4
  2121. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  2122. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
  2123. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  2124. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  2125. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +6 -6
  2126. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -3
  2127. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
  2128. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -1
  2129. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  2130. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  2131. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -4
  2132. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +5 -1
  2133. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
  2134. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +3 -0
  2135. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  2136. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  2137. package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -17
  2138. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  2139. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  2140. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  2141. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  2142. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  2143. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  2144. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  2145. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  2146. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  2147. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  2148. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  2149. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  2150. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  2151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  2152. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  2153. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +127 -124
  2154. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -44
  2155. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  2156. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  2157. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  2158. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  2159. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  2160. package/node_modules/@aws-sdk/credential-provider-node/package.json +19 -17
  2161. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +71 -106
  2162. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -1
  2163. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -8
  2164. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +179 -233
  2165. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +14 -0
  2166. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +10 -0
  2167. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -3
  2168. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  2169. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  2170. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  2171. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +4 -0
  2172. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -10
  2173. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +5 -3
  2174. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +16 -25
  2175. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +5 -3
  2176. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +2 -3
  2177. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
  2178. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
  2179. package/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
  2180. package/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
  2181. package/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
  2182. package/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
  2183. package/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
  2184. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
  2185. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
  2186. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
  2187. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
  2188. package/node_modules/@aws-sdk/dynamodb-codec/package.json +61 -0
  2189. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
  2190. package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -3
  2191. package/node_modules/@aws-sdk/lib-dynamodb/README.md +71 -0
  2192. package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +804 -1012
  2193. package/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +4 -2
  2194. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocument.d.ts +1 -1
  2195. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocumentClient.d.ts +1 -1
  2196. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -1
  2197. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +1 -1
  2198. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +1 -1
  2199. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +1 -1
  2200. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +1 -1
  2201. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -1
  2202. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +1 -1
  2203. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +1 -1
  2204. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +1 -1
  2205. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +1 -1
  2206. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +1 -1
  2207. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +1 -1
  2208. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +1 -1
  2209. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +1 -1
  2210. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +1 -1
  2211. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +1 -1
  2212. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +1 -1
  2213. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +1 -1
  2214. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +1 -1
  2215. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +1 -1
  2216. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +1 -1
  2217. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -1
  2218. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +1 -1
  2219. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +1 -1
  2220. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +1 -1
  2221. package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +1 -1
  2222. package/node_modules/@aws-sdk/lib-dynamodb/package.json +14 -12
  2223. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +170 -211
  2224. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +11 -10
  2225. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +35 -63
  2226. package/node_modules/@aws-sdk/middleware-host-header/package.json +9 -8
  2227. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +44 -75
  2228. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  2229. package/node_modules/@aws-sdk/middleware-logger/package.json +8 -7
  2230. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +20 -67
  2231. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
  2232. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  2233. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  2234. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  2235. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
  2236. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  2237. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
  2238. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  2239. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  2240. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  2241. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
  2242. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  2243. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  2244. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  2245. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  2246. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  2247. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
  2248. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  2249. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  2250. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  2251. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +15 -9
  2252. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +170 -203
  2253. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  2254. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  2255. package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -11
  2256. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -2
  2257. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  2258. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  2259. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  2260. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +344 -0
  2261. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  2262. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
  2263. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  2264. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +47 -0
  2265. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  2266. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +481 -854
  2267. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  2268. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
  2269. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +7 -0
  2270. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  2271. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
  2272. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +460 -931
  2273. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
  2274. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
  2275. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +8 -0
  2276. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  2277. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  2278. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  2279. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  2280. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  2281. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  2282. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  2283. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  2284. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  2285. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  2286. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
  2287. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  2288. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  2289. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  2290. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  2291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  2292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
  2293. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  2294. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +43 -0
  2295. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  2296. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +114 -0
  2297. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
  2298. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  2299. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  2300. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +4 -1
  2301. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  2302. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  2303. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  2304. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  2305. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -5
  2306. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +7 -0
  2307. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +133 -0
  2308. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +4 -2
  2309. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  2310. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  2311. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +22 -10
  2312. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
  2313. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +3 -1
  2314. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  2315. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  2316. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
  2317. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -5
  2318. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -0
  2319. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +186 -0
  2320. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  2321. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
  2322. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  2323. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  2324. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  2325. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  2326. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  2327. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  2328. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  2329. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  2330. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
  2331. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  2332. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  2333. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  2334. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  2335. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
  2336. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
  2337. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
  2338. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
  2339. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  2340. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -0
  2341. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +2 -2
  2342. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +11 -11
  2343. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  2344. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -3
  2345. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +5 -3
  2346. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +21 -9
  2347. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
  2348. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
  2349. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +5 -2
  2350. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  2351. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  2352. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  2353. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +1 -279
  2354. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -4
  2355. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -2
  2356. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -4
  2357. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -2
  2358. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
  2359. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -0
  2360. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +1 -1
  2361. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -10
  2362. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  2363. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
  2364. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +8 -7
  2365. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +10 -8
  2366. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  2367. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +23 -11
  2368. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
  2369. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
  2370. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +3 -1
  2371. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  2372. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
  2373. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  2374. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +10 -5
  2375. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +9 -4
  2376. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +10 -5
  2377. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +8 -2
  2378. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
  2379. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -0
  2380. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  2381. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +123 -0
  2382. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  2383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  2384. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  2385. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  2386. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  2387. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  2388. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  2389. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  2390. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
  2391. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  2392. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  2393. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  2394. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  2395. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
  2396. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
  2397. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
  2398. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
  2399. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  2400. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +16 -0
  2401. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
  2402. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  2403. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
  2404. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
  2405. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  2406. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  2407. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  2408. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -105
  2409. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +13 -3
  2410. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -1
  2411. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +13 -3
  2412. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -0
  2413. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +20 -0
  2414. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +3 -3
  2415. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  2416. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  2417. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  2418. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
  2419. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
  2420. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  2421. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  2422. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  2423. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +17 -4
  2424. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +13 -2
  2425. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +17 -4
  2426. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -0
  2427. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +24 -0
  2428. package/node_modules/@aws-sdk/nested-clients/package.json +49 -37
  2429. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  2430. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  2431. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +44 -100
  2432. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  2433. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  2434. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -1
  2435. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  2436. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  2437. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  2438. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  2439. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  2440. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -1
  2441. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  2442. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  2443. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  2444. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  2445. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -1
  2446. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  2447. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  2448. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  2449. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  2450. package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -10
  2451. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +143 -220
  2452. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  2453. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  2454. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  2455. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +4 -2
  2456. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  2457. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  2458. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  2459. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  2460. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  2461. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  2462. package/node_modules/@aws-sdk/token-providers/package.json +13 -11
  2463. package/node_modules/@aws-sdk/types/dist-cjs/index.js +18 -290
  2464. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
  2465. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +9 -1
  2466. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  2467. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  2468. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  2469. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +7 -1
  2470. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  2471. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  2472. package/node_modules/@aws-sdk/types/package.json +5 -4
  2473. package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +296 -337
  2474. package/node_modules/@aws-sdk/util-dynamodb/package.json +6 -5
  2475. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +398 -433
  2476. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +46 -37
  2477. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  2478. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +46 -37
  2479. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  2480. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  2481. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  2482. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  2483. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  2484. package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
  2485. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +22 -3
  2486. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
  2487. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +39 -8
  2488. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
  2489. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +37 -6
  2490. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
  2491. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +14 -4
  2492. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +4 -3
  2493. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
  2494. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +5 -0
  2495. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
  2496. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +50 -94
  2497. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +1 -2
  2498. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +10 -5
  2499. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -7
  2500. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +106 -155
  2501. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
  2502. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
  2503. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
  2504. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
  2505. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
  2506. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
  2507. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
  2508. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
  2509. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
  2510. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
  2511. package/node_modules/@aws-sdk/xml-builder/package.json +13 -4
  2512. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +28 -80
  2513. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +1 -3
  2514. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +2 -2
  2515. package/node_modules/@smithy/abort-controller/package.json +3 -2
  2516. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +172 -214
  2517. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
  2518. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  2519. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
  2520. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
  2521. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  2522. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  2523. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  2524. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  2525. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  2526. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  2527. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  2528. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  2529. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  2530. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  2531. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  2532. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  2533. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
  2534. package/node_modules/@smithy/config-resolver/package.json +7 -5
  2535. package/node_modules/@smithy/core/dist-cjs/index.js +308 -413
  2536. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1010 -880
  2537. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +251 -0
  2538. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +808 -799
  2539. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +585 -733
  2540. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +664 -686
  2541. package/node_modules/@smithy/core/dist-es/index.js +1 -1
  2542. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  2543. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  2544. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +109 -54
  2545. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +41 -19
  2546. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
  2547. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +57 -22
  2548. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +36 -6
  2549. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
  2550. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +246 -0
  2551. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  2552. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +125 -37
  2553. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +52 -101
  2554. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +38 -12
  2555. package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
  2556. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +2 -0
  2557. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +9 -7
  2558. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +23 -21
  2559. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +5 -1
  2560. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +3 -0
  2561. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +16 -12
  2562. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +5 -6
  2563. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +27 -11
  2564. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +2 -0
  2565. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +6 -1
  2566. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -1
  2567. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -14
  2568. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +11 -12
  2569. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +13 -13
  2570. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +153 -189
  2571. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +13 -13
  2572. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +17 -3
  2573. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +17 -12
  2574. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +13 -19
  2575. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  2576. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +14 -14
  2577. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +22 -0
  2578. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  2579. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  2580. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
  2581. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
  2582. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +18 -2
  2583. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -1
  2584. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +4 -2
  2585. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  2586. package/node_modules/@smithy/core/dist-types/index.d.ts +1 -1
  2587. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  2588. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  2589. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  2590. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  2591. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  2592. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  2593. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  2594. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +18 -14
  2595. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +3 -3
  2596. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  2597. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  2598. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -1
  2599. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  2600. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
  2601. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  2602. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  2603. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -3
  2604. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +48 -5
  2605. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +2 -2
  2606. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +8 -0
  2607. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  2608. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +2 -0
  2609. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
  2610. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +7 -4
  2611. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
  2612. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
  2613. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +2 -2
  2614. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +15 -6
  2615. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +2 -0
  2616. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +2 -2
  2617. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +2 -2
  2618. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  2619. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +11 -12
  2620. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +6 -3
  2621. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +6 -7
  2622. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +39 -28
  2623. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +6 -3
  2624. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +7 -2
  2625. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +12 -4
  2626. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +6 -4
  2627. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  2628. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +4 -2
  2629. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +7 -0
  2630. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +2 -1
  2631. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2632. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
  2633. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  2634. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  2635. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +1 -1
  2636. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +18 -14
  2637. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +3 -3
  2638. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  2639. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -1
  2640. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  2641. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  2642. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  2643. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -3
  2644. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +48 -5
  2645. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  2646. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +8 -0
  2647. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  2648. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
  2649. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +6 -3
  2650. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
  2651. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
  2652. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  2653. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +14 -5
  2654. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +2 -0
  2655. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +11 -12
  2656. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +6 -3
  2657. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +6 -7
  2658. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +39 -28
  2659. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +6 -3
  2660. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +7 -2
  2661. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +11 -3
  2662. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +6 -7
  2663. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
  2664. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +3 -1
  2665. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +7 -0
  2666. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  2667. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2668. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +2 -0
  2669. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  2670. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  2671. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  2672. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  2673. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  2674. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  2675. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  2676. package/node_modules/@smithy/core/event-streams.d.ts +7 -0
  2677. package/node_modules/@smithy/core/event-streams.js +6 -0
  2678. package/node_modules/@smithy/core/package.json +34 -20
  2679. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +340 -413
  2680. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +2 -1
  2681. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  2682. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  2683. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  2684. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  2685. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  2686. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  2687. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  2688. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  2689. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  2690. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  2691. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  2692. package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
  2693. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +372 -459
  2694. package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +3 -0
  2695. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +2 -0
  2696. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +2 -1
  2697. package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +1 -0
  2698. package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +1 -0
  2699. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +1 -0
  2700. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +1 -0
  2701. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +2 -2
  2702. package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +1 -1
  2703. package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +1 -1
  2704. package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +1 -1
  2705. package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +1 -1
  2706. package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +1 -1
  2707. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +1 -1
  2708. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +1 -1
  2709. package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +1 -1
  2710. package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +1 -1
  2711. package/node_modules/@smithy/eventstream-codec/package.json +5 -4
  2712. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +51 -97
  2713. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +1 -0
  2714. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +1 -1
  2715. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +1 -1
  2716. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -3
  2717. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +4 -33
  2718. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +1 -1
  2719. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -2
  2720. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +44 -80
  2721. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +1 -0
  2722. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +1 -1
  2723. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +1 -1
  2724. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +1 -1
  2725. package/node_modules/@smithy/eventstream-serde-node/package.json +4 -3
  2726. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +120 -171
  2727. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +2 -0
  2728. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +1 -1
  2729. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +2 -2
  2730. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +1 -1
  2731. package/node_modules/@smithy/eventstream-serde-universal/package.json +8 -5
  2732. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +190 -238
  2733. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +6 -4
  2734. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  2735. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +4 -3
  2736. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  2737. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +3 -2
  2738. package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
  2739. package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -63
  2740. package/node_modules/@smithy/hash-node/dist-es/index.js +3 -0
  2741. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  2742. package/node_modules/@smithy/hash-node/package.json +5 -4
  2743. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +7 -38
  2744. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  2745. package/node_modules/@smithy/invalid-dependency/package.json +3 -2
  2746. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +4 -30
  2747. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  2748. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +39 -64
  2749. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  2750. package/node_modules/@smithy/middleware-content-length/package.json +6 -5
  2751. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  2752. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +226 -257
  2753. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +13 -2
  2754. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -2
  2755. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  2756. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  2757. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2758. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  2759. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  2760. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  2761. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
  2762. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  2763. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  2764. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  2765. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +6 -3
  2766. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2767. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  2768. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  2769. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  2770. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  2771. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2772. package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
  2773. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +327 -394
  2774. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +1 -1
  2775. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +2 -2
  2776. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +1 -0
  2777. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +6 -2
  2778. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -1
  2779. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
  2780. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
  2781. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
  2782. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  2783. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
  2784. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
  2785. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
  2786. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
  2787. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
  2788. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  2789. package/node_modules/@smithy/middleware-retry/package.json +13 -13
  2790. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +92 -118
  2791. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  2792. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  2793. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  2794. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  2795. package/node_modules/@smithy/middleware-serde/package.json +6 -5
  2796. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +274 -302
  2797. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  2798. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  2799. package/node_modules/@smithy/middleware-stack/package.json +3 -2
  2800. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +51 -98
  2801. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  2802. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  2803. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  2804. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  2805. package/node_modules/@smithy/node-config-provider/package.json +5 -4
  2806. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +694 -768
  2807. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +31 -16
  2808. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -1
  2809. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +1 -1
  2810. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +11 -8
  2811. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +3 -1
  2812. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +1 -1
  2813. package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  2814. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -3
  2815. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -4
  2816. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +3 -1
  2817. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -4
  2818. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  2819. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +5 -4
  2820. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
  2821. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
  2822. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -3
  2823. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  2824. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  2825. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  2826. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  2827. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  2828. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  2829. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  2830. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  2831. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +5 -4
  2832. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +3 -2
  2833. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
  2834. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  2835. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
  2836. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
  2837. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +5 -4
  2838. package/node_modules/@smithy/node-http-handler/package.json +6 -5
  2839. package/node_modules/@smithy/property-provider/dist-cjs/index.js +105 -158
  2840. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +1 -1
  2841. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +2 -1
  2842. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +1 -1
  2843. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  2844. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  2845. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  2846. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  2847. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  2848. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  2849. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
  2850. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
  2851. package/node_modules/@smithy/property-provider/package.json +3 -2
  2852. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +154 -247
  2853. package/node_modules/@smithy/protocol-http/dist-es/Field.js +3 -0
  2854. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +2 -1
  2855. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +11 -0
  2856. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +4 -0
  2857. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  2858. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  2859. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  2860. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  2861. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  2862. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
  2863. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
  2864. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  2865. package/node_modules/@smithy/protocol-http/package.json +3 -2
  2866. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +21 -47
  2867. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  2868. package/node_modules/@smithy/querystring-builder/package.json +4 -3
  2869. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +22 -48
  2870. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  2871. package/node_modules/@smithy/querystring-parser/package.json +3 -2
  2872. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +70 -102
  2873. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  2874. package/node_modules/@smithy/service-error-classification/dist-es/index.js +5 -3
  2875. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  2876. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  2877. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  2878. package/node_modules/@smithy/service-error-classification/package.json +3 -2
  2879. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +7 -4
  2880. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +177 -189
  2881. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  2882. package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  2883. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  2884. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
  2885. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +5 -2
  2886. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +3 -1
  2887. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +4 -4
  2888. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  2889. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
  2890. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  2891. package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  2892. package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  2893. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  2894. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +7 -1
  2895. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  2896. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +3 -1
  2897. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +2 -5
  2898. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  2899. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  2900. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  2901. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  2902. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  2903. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
  2904. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
  2905. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +7 -1
  2906. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +3 -1
  2907. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -4
  2908. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  2909. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  2910. package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -5
  2911. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +525 -651
  2912. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +2 -1
  2913. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +1 -1
  2914. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +6 -0
  2915. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
  2916. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  2917. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  2918. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  2919. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  2920. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  2921. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  2922. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  2923. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
  2924. package/node_modules/@smithy/signature-v4/package.json +9 -8
  2925. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +563 -714
  2926. package/node_modules/@smithy/smithy-client/dist-es/client.js +10 -1
  2927. package/node_modules/@smithy/smithy-client/dist-es/command.js +23 -20
  2928. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +4 -0
  2929. package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  2930. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  2931. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  2932. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +3 -3
  2933. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
  2934. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  2935. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  2936. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  2937. package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  2938. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  2939. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +3 -3
  2940. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  2941. package/node_modules/@smithy/smithy-client/package.json +8 -7
  2942. package/node_modules/@smithy/types/dist-cjs/index.js +80 -133
  2943. package/node_modules/@smithy/types/dist-es/index.js +3 -0
  2944. package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  2945. package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  2946. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  2947. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  2948. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  2949. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  2950. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  2951. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  2952. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  2953. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  2954. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  2955. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  2956. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  2957. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  2958. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  2959. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  2960. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  2961. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  2962. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  2963. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
  2964. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  2965. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  2966. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  2967. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +19 -12
  2968. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  2969. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  2970. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  2971. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  2972. package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  2973. package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
  2974. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
  2975. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +33 -58
  2976. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +97 -0
  2977. package/node_modules/@smithy/types/dist-types/serde.d.ts +5 -5
  2978. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  2979. package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
  2980. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  2981. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +17 -10
  2982. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  2983. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
  2984. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +37 -62
  2985. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +116 -0
  2986. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  2987. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  2988. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  2989. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  2990. package/node_modules/@smithy/types/package.json +2 -1
  2991. package/node_modules/@smithy/url-parser/dist-cjs/index.js +20 -46
  2992. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  2993. package/node_modules/@smithy/url-parser/package.json +4 -3
  2994. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +9 -32
  2995. package/node_modules/@smithy/util-base64/dist-cjs/index.js +16 -24
  2996. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  2997. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -28
  2998. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -6
  2999. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -6
  3000. package/node_modules/@smithy/util-base64/package.json +7 -6
  3001. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +26 -53
  3002. package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
  3003. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +29 -50
  3004. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +8 -6
  3005. package/node_modules/@smithy/util-body-length-node/package.json +5 -4
  3006. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +17 -44
  3007. package/node_modules/@smithy/util-buffer-from/package.json +6 -5
  3008. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +26 -60
  3009. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  3010. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  3011. package/node_modules/@smithy/util-config-provider/package.json +5 -4
  3012. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +9 -22
  3013. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +13 -12
  3014. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +2 -2
  3015. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +11 -8
  3016. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
  3017. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +65 -110
  3018. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  3019. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
  3020. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +435 -507
  3021. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +3 -2
  3022. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
  3023. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +15 -2
  3024. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
  3025. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
  3026. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +25 -2
  3027. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
  3028. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  3029. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  3030. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  3031. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  3032. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -2
  3033. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -2
  3034. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +6 -1
  3035. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -3
  3036. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +6 -0
  3037. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -3
  3038. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  3039. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  3040. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  3041. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  3042. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  3043. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
  3044. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
  3045. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  3046. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
  3047. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
  3048. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  3049. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  3050. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
  3051. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +7 -2
  3052. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  3053. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
  3054. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  3055. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +7 -1
  3056. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
  3057. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  3058. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
  3059. package/node_modules/@smithy/util-endpoints/package.json +6 -5
  3060. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +29 -58
  3061. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  3062. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +11 -41
  3063. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  3064. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  3065. package/node_modules/@smithy/util-middleware/package.json +3 -2
  3066. package/node_modules/@smithy/util-retry/dist-cjs/index.js +260 -340
  3067. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +4 -1
  3068. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +1 -0
  3069. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +17 -8
  3070. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +5 -3
  3071. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
  3072. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
  3073. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
  3074. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
  3075. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  3076. package/node_modules/@smithy/util-retry/package.json +7 -4
  3077. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +3 -2
  3078. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +7 -3
  3079. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +2 -3
  3080. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
  3081. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +2 -3
  3082. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  3083. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +4 -8
  3084. package/node_modules/@smithy/util-stream/dist-cjs/index.js +78 -97
  3085. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +1 -2
  3086. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  3087. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +3 -7
  3088. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +3 -2
  3089. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +12 -7
  3090. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +5 -0
  3091. package/node_modules/@smithy/util-stream/dist-es/headStream.js +3 -6
  3092. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  3093. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
  3094. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  3095. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
  3096. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
  3097. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
  3098. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  3099. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
  3100. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  3101. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  3102. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  3103. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  3104. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
  3105. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
  3106. package/node_modules/@smithy/util-stream/package.json +13 -12
  3107. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +6 -40
  3108. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  3109. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +27 -60
  3110. package/node_modules/@smithy/util-utf8/package.json +6 -5
  3111. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +165 -171
  3112. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  3113. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  3114. package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
  3115. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  3116. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  3117. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  3118. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -2
  3119. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  3120. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  3121. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  3122. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
  3123. package/node_modules/@smithy/util-waiter/package.json +4 -3
  3124. package/node_modules/@smithy/uuid/LICENSE +201 -0
  3125. package/node_modules/@smithy/uuid/README.md +10 -0
  3126. package/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  3127. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  3128. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
  3129. package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
  3130. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
  3131. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
  3132. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
  3133. package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
  3134. package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
  3135. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
  3136. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
  3137. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
  3138. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
  3139. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
  3140. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
  3141. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
  3142. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
  3143. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
  3144. package/node_modules/@smithy/uuid/package.json +66 -0
  3145. package/node_modules/bowser/CHANGELOG.md +1 -1
  3146. package/node_modules/bowser/README.md +2 -4
  3147. package/node_modules/bowser/bundled.js +1 -1
  3148. package/node_modules/bowser/es5.js +1 -1
  3149. package/node_modules/bowser/index.d.ts +71 -6
  3150. package/node_modules/bowser/package.json +8 -3
  3151. package/node_modules/bowser/src/constants.js +71 -18
  3152. package/node_modules/bowser/src/parser-browsers.js +394 -0
  3153. package/node_modules/bowser/src/parser-os.js +12 -0
  3154. package/node_modules/bowser/src/parser-platforms.js +259 -1
  3155. package/node_modules/bowser/src/parser.js +20 -5
  3156. package/node_modules/bowser/src/utils.js +33 -15
  3157. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  3158. package/node_modules/fast-xml-parser/README.md +39 -52
  3159. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  3160. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  3161. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  3162. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  3163. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  3164. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  3165. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  3166. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  3167. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  3168. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  3169. package/node_modules/fast-xml-parser/package.json +36 -20
  3170. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  3171. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  3172. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  3173. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  3174. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  3175. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  3176. package/node_modules/fast-xml-parser/src/util.js +14 -18
  3177. package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
  3178. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +104 -0
  3179. package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
  3180. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
  3181. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
  3182. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
  3183. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
  3184. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
  3185. package/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
  3186. package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
  3187. package/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
  3188. package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
  3189. package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
  3190. package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
  3191. package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
  3192. package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
  3193. package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
  3194. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
  3195. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
  3196. package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
  3197. package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
  3198. package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
  3199. package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
  3200. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  3201. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  3202. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  3203. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  3204. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  3205. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  3206. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  3207. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  3208. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  3209. package/node_modules/strnum/.github/SECURITY.md +5 -0
  3210. package/node_modules/strnum/CHANGELOG.md +11 -0
  3211. package/node_modules/strnum/README.md +6 -0
  3212. package/node_modules/strnum/algo.stflow +84 -0
  3213. package/node_modules/strnum/package.json +2 -1
  3214. package/node_modules/strnum/strnum.js +53 -35
  3215. package/node_modules/strnum/strnum.test.js +9 -1
  3216. package/node_modules/strnum/test.js +9 -0
  3217. package/node_modules/yaml/README.md +2 -20
  3218. package/node_modules/yaml/browser/dist/compose/compose-collection.js +1 -1
  3219. package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +1 -1
  3220. package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +2 -2
  3221. package/node_modules/yaml/browser/dist/errors.js +1 -1
  3222. package/node_modules/yaml/browser/dist/nodes/Alias.js +1 -1
  3223. package/node_modules/yaml/browser/dist/parse/parser.js +2 -2
  3224. package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +1 -1
  3225. package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
  3226. package/node_modules/yaml/browser/dist/stringify/stringifyString.js +1 -1
  3227. package/node_modules/yaml/dist/compose/compose-collection.js +1 -1
  3228. package/node_modules/yaml/dist/compose/resolve-block-seq.js +1 -1
  3229. package/node_modules/yaml/dist/compose/resolve-flow-collection.js +2 -2
  3230. package/node_modules/yaml/dist/errors.js +1 -1
  3231. package/node_modules/yaml/dist/nodes/Alias.js +1 -1
  3232. package/node_modules/yaml/dist/parse/parser.js +2 -2
  3233. package/node_modules/yaml/dist/stringify/stringifyNumber.js +1 -1
  3234. package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
  3235. package/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
  3236. package/node_modules/yaml/package.json +5 -4
  3237. package/package.json +24 -24
  3238. package/dist/backend/Static/static/assets/index-SZuscj14.css +0 -1
  3239. package/dist/backend/Static/static/assets/index-s-cirXNx.js +0 -66
  3240. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
  3241. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -74
  3242. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +0 -8903
  3243. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
  3244. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -2274
  3245. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +0 -794
  3246. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
  3247. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -379
  3248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
  3249. package/node_modules/@aws-sdk/client-connect/dist-es/models/index.js +0 -4
  3250. package/node_modules/@aws-sdk/client-connect/dist-es/protocols/Aws_restJson1.js +0 -10370
  3251. package/node_modules/@aws-sdk/client-connect/dist-types/models/index.d.ts +0 -4
  3252. package/node_modules/@aws-sdk/client-connect/dist-types/protocols/Aws_restJson1.d.ts +0 -2540
  3253. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/index.d.ts +0 -4
  3254. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -3389
  3255. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +0 -1
  3256. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +0 -3094
  3257. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +0 -1
  3258. package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  3259. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +0 -1
  3260. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
  3261. package/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
  3262. package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +0 -3176
  3263. package/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
  3264. package/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +0 -614
  3265. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
  3266. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -824
  3267. package/node_modules/@aws-sdk/client-polly/dist-es/models/index.js +0 -1
  3268. package/node_modules/@aws-sdk/client-polly/dist-es/protocols/Aws_restJson1.js +0 -672
  3269. package/node_modules/@aws-sdk/client-polly/dist-types/models/index.d.ts +0 -1
  3270. package/node_modules/@aws-sdk/client-polly/dist-types/protocols/Aws_restJson1.d.ts +0 -83
  3271. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/index.d.ts +0 -1
  3272. package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -116
  3273. package/node_modules/@aws-sdk/client-sns/dist-es/models/index.js +0 -1
  3274. package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +0 -2938
  3275. package/node_modules/@aws-sdk/client-sns/dist-types/models/index.d.ts +0 -1
  3276. package/node_modules/@aws-sdk/client-sns/dist-types/protocols/Aws_query.d.ts +0 -380
  3277. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/index.d.ts +0 -1
  3278. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -509
  3279. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  3280. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  3281. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  3282. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  3283. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  3284. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  3285. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  3286. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  3287. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  3288. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  3289. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  3290. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  3291. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  3292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  3293. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  3294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  3295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  3296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  3297. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  3298. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  3299. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  3300. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  3301. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  3302. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  3303. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  3304. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  3305. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  3306. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  3307. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  3308. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  3309. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  3310. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  3311. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  3312. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  3313. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  3314. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  3315. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  3316. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  3317. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  3318. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  3319. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  3320. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  3321. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  3322. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  3323. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  3324. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  3325. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  3326. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  3327. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  3328. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  3329. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  3330. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  3331. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  3332. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  3333. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  3334. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  3335. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -1
  3336. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -1
  3337. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -1
  3338. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  3339. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -1
  3340. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -1
  3341. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -1
  3342. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -1
  3343. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -1
  3344. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -1
  3345. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -1
  3346. package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
  3347. package/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -1
  3348. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -1
  3349. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -1
  3350. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -1
  3351. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -1
  3352. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -1
  3353. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -1
  3354. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -1
  3355. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  3356. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  3357. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  3358. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  3359. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  3360. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
  3361. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
  3362. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  3363. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  3364. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  3365. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  3366. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  3367. package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
  3368. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  3369. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  3370. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  3371. package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +0 -1
  3372. package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +0 -1
  3373. package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +0 -1
  3374. package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +0 -1
  3375. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +0 -1
  3376. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +0 -1
  3377. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +0 -1
  3378. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +0 -1
  3379. package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +0 -1
  3380. package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +0 -1
  3381. package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +0 -1
  3382. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/EventStreamMarshaller.js +0 -1
  3383. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/provider.js +0 -1
  3384. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/utils.js +0 -1
  3385. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/EventStreamSerdeConfig.js +0 -1
  3386. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/EventStreamMarshaller.js +0 -1
  3387. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/provider.js +0 -1
  3388. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/utils.js +0 -1
  3389. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/EventStreamMarshaller.js +0 -1
  3390. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getChunkedStream.js +0 -1
  3391. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getUnmarshalledStream.js +0 -1
  3392. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/provider.js +0 -1
  3393. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
  3394. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  3395. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  3396. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  3397. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  3398. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  3399. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
  3400. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
  3401. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
  3402. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
  3403. package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
  3404. package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
  3405. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
  3406. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
  3407. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
  3408. package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
  3409. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  3410. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  3411. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  3412. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  3413. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  3414. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  3415. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  3416. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  3417. package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  3418. package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  3419. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  3420. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  3421. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  3422. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  3423. package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  3424. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  3425. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  3426. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  3427. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  3428. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  3429. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  3430. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  3431. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  3432. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  3433. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  3434. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  3435. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  3436. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  3437. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  3438. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  3439. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  3440. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  3441. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  3442. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  3443. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
  3444. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  3445. package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  3446. package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  3447. package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  3448. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  3449. package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  3450. package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  3451. package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  3452. package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  3453. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  3454. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  3455. package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  3456. package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  3457. package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  3458. package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  3459. package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  3460. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  3461. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  3462. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  3463. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  3464. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  3465. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  3466. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  3467. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  3468. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  3469. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  3470. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  3471. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  3472. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  3473. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  3474. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  3475. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  3476. package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
  3477. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
  3478. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
  3479. package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
  3480. package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
  3481. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
  3482. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
  3483. package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
  3484. package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
  3485. package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
  3486. package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
  3487. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
  3488. package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
  3489. package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
  3490. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  3491. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  3492. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  3493. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  3494. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  3495. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  3496. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  3497. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  3498. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  3499. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  3500. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  3501. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  3502. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  3503. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  3504. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  3505. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  3506. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  3507. package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  3508. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  3509. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  3510. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  3511. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  3512. package/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  3513. package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  3514. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  3515. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  3516. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  3517. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  3518. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  3519. package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  3520. package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  3521. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  3522. package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  3523. package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  3524. package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  3525. package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  3526. package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  3527. package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  3528. package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  3529. package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  3530. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  3531. package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  3532. package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  3533. package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  3534. package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  3535. package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  3536. package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  3537. package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  3538. package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  3539. package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  3540. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  3541. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  3542. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  3543. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  3544. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  3545. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  3546. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  3547. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  3548. package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  3549. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  3550. package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  3551. package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  3552. package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  3553. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  3554. package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  3555. package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  3556. package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  3557. package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  3558. package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  3559. package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  3560. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
  3561. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
  3562. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
  3563. package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  3564. package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  3565. package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  3566. package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  3567. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  3568. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  3569. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  3570. package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  3571. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  3572. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  3573. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  3574. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
  3575. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  3576. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  3577. package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  3578. package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  3579. package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  3580. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  3581. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  3582. package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  3583. package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  3584. package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  3585. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  3586. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  3587. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  3588. package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
  3589. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
  3590. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
  3591. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
  3592. package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
  3593. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
  3594. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
  3595. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
  3596. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
  3597. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  3598. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
  3599. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
  3600. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
  3601. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
  3602. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
  3603. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
  3604. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
  3605. package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  3606. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  3607. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
  3608. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  3609. package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  3610. package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  3611. package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  3612. package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
  3613. package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
  3614. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
  3615. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
  3616. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
  3617. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
  3618. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
  3619. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
  3620. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
  3621. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
  3622. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
  3623. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
  3624. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
  3625. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
  3626. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
  3627. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
  3628. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
  3629. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
  3630. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
  3631. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  3632. package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  3633. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  3634. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  3635. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  3636. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  3637. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  3638. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  3639. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  3640. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  3641. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  3642. package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  3643. package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  3644. package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  3645. package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  3646. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  3647. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  3648. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  3649. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  3650. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  3651. package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  3652. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  3653. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  3654. package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
  3655. package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
  3656. package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
  3657. package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
  3658. package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
  3659. package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
  3660. package/node_modules/@types/uuid/LICENSE +0 -21
  3661. package/node_modules/@types/uuid/README.md +0 -15
  3662. package/node_modules/@types/uuid/index.d.mts +0 -12
  3663. package/node_modules/@types/uuid/index.d.ts +0 -86
  3664. package/node_modules/@types/uuid/package.json +0 -54
  3665. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3666. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3667. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3668. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3669. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3670. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3671. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3672. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3673. package/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3674. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3675. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3676. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3677. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3678. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3679. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3680. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3681. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3682. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3683. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3684. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3685. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3686. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3687. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3688. package/node_modules/uuid/CHANGELOG.md +0 -274
  3689. package/node_modules/uuid/CONTRIBUTING.md +0 -18
  3690. package/node_modules/uuid/LICENSE.md +0 -9
  3691. package/node_modules/uuid/README.md +0 -466
  3692. package/node_modules/uuid/dist/bin/uuid +0 -2
  3693. package/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  3694. package/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  3695. package/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  3696. package/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  3697. package/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  3698. package/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  3699. package/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  3700. package/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  3701. package/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  3702. package/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  3703. package/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  3704. package/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  3705. package/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  3706. package/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  3707. package/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  3708. package/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  3709. package/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3710. package/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3711. package/node_modules/uuid/dist/esm-browser/native.js +0 -4
  3712. package/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3713. package/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3714. package/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3715. package/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  3716. package/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3717. package/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  3718. package/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3719. package/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3720. package/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  3721. package/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  3722. package/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3723. package/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3724. package/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3725. package/node_modules/uuid/dist/esm-node/index.js +0 -9
  3726. package/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3727. package/node_modules/uuid/dist/esm-node/native.js +0 -4
  3728. package/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3729. package/node_modules/uuid/dist/esm-node/parse.js +0 -35
  3730. package/node_modules/uuid/dist/esm-node/regex.js +0 -1
  3731. package/node_modules/uuid/dist/esm-node/rng.js +0 -12
  3732. package/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  3733. package/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  3734. package/node_modules/uuid/dist/esm-node/v1.js +0 -95
  3735. package/node_modules/uuid/dist/esm-node/v3.js +0 -4
  3736. package/node_modules/uuid/dist/esm-node/v35.js +0 -66
  3737. package/node_modules/uuid/dist/esm-node/v4.js +0 -29
  3738. package/node_modules/uuid/dist/esm-node/v5.js +0 -4
  3739. package/node_modules/uuid/dist/esm-node/validate.js +0 -7
  3740. package/node_modules/uuid/dist/esm-node/version.js +0 -11
  3741. package/node_modules/uuid/dist/index.js +0 -79
  3742. package/node_modules/uuid/dist/md5-browser.js +0 -223
  3743. package/node_modules/uuid/dist/md5.js +0 -23
  3744. package/node_modules/uuid/dist/native-browser.js +0 -11
  3745. package/node_modules/uuid/dist/native.js +0 -15
  3746. package/node_modules/uuid/dist/nil.js +0 -8
  3747. package/node_modules/uuid/dist/parse.js +0 -45
  3748. package/node_modules/uuid/dist/regex.js +0 -8
  3749. package/node_modules/uuid/dist/rng-browser.js +0 -25
  3750. package/node_modules/uuid/dist/rng.js +0 -24
  3751. package/node_modules/uuid/dist/sha1-browser.js +0 -104
  3752. package/node_modules/uuid/dist/sha1.js +0 -23
  3753. package/node_modules/uuid/dist/stringify.js +0 -44
  3754. package/node_modules/uuid/dist/uuid-bin.js +0 -85
  3755. package/node_modules/uuid/dist/v1.js +0 -107
  3756. package/node_modules/uuid/dist/v3.js +0 -16
  3757. package/node_modules/uuid/dist/v35.js +0 -80
  3758. package/node_modules/uuid/dist/v4.js +0 -43
  3759. package/node_modules/uuid/dist/v5.js +0 -16
  3760. package/node_modules/uuid/dist/validate.js +0 -17
  3761. package/node_modules/uuid/dist/version.js +0 -21
  3762. package/node_modules/uuid/package.json +0 -135
  3763. package/node_modules/uuid/wrapper.mjs +0 -10
  3764. /package/node_modules/@smithy/core/dist-es/{protocols → request-builder}/requestBuilder.js +0 -0
  3765. /package/node_modules/@smithy/core/dist-types/{protocols → request-builder}/requestBuilder.d.ts +0 -0
  3766. /package/node_modules/@smithy/core/dist-types/ts3.4/{protocols → request-builder}/requestBuilder.d.ts +0 -0
  3767. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -1,66 +0,0 @@
1
- var __=Object.defineProperty;var w_=(t,r,a)=>r in t?__(t,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):t[r]=a;var Xl=(t,r,a)=>w_(t,typeof r!="symbol"?r+"":r,a);(function(){const r=document.createElement("link").relList;if(r&&r.supports&&r.supports("modulepreload"))return;for(const c of document.querySelectorAll('link[rel="modulepreload"]'))n(c);new MutationObserver(c=>{for(const s of c)if(s.type==="childList")for(const f of s.addedNodes)f.tagName==="LINK"&&f.rel==="modulepreload"&&n(f)}).observe(document,{childList:!0,subtree:!0});function a(c){const s={};return c.integrity&&(s.integrity=c.integrity),c.referrerPolicy&&(s.referrerPolicy=c.referrerPolicy),c.crossOrigin==="use-credentials"?s.credentials="include":c.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function n(c){if(c.ep)return;c.ep=!0;const s=a(c);fetch(c.href,s)}})();function ag(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var ff={exports:{}},Ji={};/**
2
- * @license React
3
- * react-jsx-runtime.production.js
4
- *
5
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var yv;function B_(){if(yv)return Ji;yv=1;var t=Symbol.for("react.transitional.element"),r=Symbol.for("react.fragment");function a(n,c,s){var f=null;if(s!==void 0&&(f=""+s),c.key!==void 0&&(f=""+c.key),"key"in c){s={};for(var g in c)g!=="key"&&(s[g]=c[g])}else s=c;return c=s.ref,{$$typeof:t,type:n,key:f,ref:c!==void 0?c:null,props:s}}return Ji.Fragment=r,Ji.jsx=a,Ji.jsxs=a,Ji}var xv;function S_(){return xv||(xv=1,ff.exports=B_()),ff.exports}var G=S_(),gf={exports:{}},Ue={};/**
10
- * @license React
11
- * react.production.js
12
- *
13
- * Copyright (c) Meta Platforms, Inc. and affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- */var kv;function C_(){if(kv)return Ue;kv=1;var t=Symbol.for("react.transitional.element"),r=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),f=Symbol.for("react.context"),g=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),b=Symbol.iterator;function x(z){return z===null||typeof z!="object"?null:(z=b&&z[b]||z["@@iterator"],typeof z=="function"?z:null)}var k={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},B=Object.assign,w={};function C(z,Y,le){this.props=z,this.context=Y,this.refs=w,this.updater=le||k}C.prototype.isReactComponent={},C.prototype.setState=function(z,Y){if(typeof z!="object"&&typeof z!="function"&&z!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,z,Y,"setState")},C.prototype.forceUpdate=function(z){this.updater.enqueueForceUpdate(this,z,"forceUpdate")};function S(){}S.prototype=C.prototype;function R(z,Y,le){this.props=z,this.context=Y,this.refs=w,this.updater=le||k}var T=R.prototype=new S;T.constructor=R,B(T,C.prototype),T.isPureReactComponent=!0;var I=Array.isArray,E={H:null,A:null,T:null,S:null,V:null},A=Object.prototype.hasOwnProperty;function N(z,Y,le,ae,ge,me){return le=me.ref,{$$typeof:t,type:z,key:Y,ref:le!==void 0?le:null,props:me}}function H(z,Y){return N(z.type,Y,void 0,void 0,void 0,z.props)}function V(z){return typeof z=="object"&&z!==null&&z.$$typeof===t}function j(z){var Y={"=":"=0",":":"=2"};return"$"+z.replace(/[=:]/g,function(le){return Y[le]})}var M=/\/+/g;function q(z,Y){return typeof z=="object"&&z!==null&&z.key!=null?j(""+z.key):Y.toString(36)}function re(){}function X(z){switch(z.status){case"fulfilled":return z.value;case"rejected":throw z.reason;default:switch(typeof z.status=="string"?z.then(re,re):(z.status="pending",z.then(function(Y){z.status==="pending"&&(z.status="fulfilled",z.value=Y)},function(Y){z.status==="pending"&&(z.status="rejected",z.reason=Y)})),z.status){case"fulfilled":return z.value;case"rejected":throw z.reason}}throw z}function te(z,Y,le,ae,ge){var me=typeof z;(me==="undefined"||me==="boolean")&&(z=null);var ue=!1;if(z===null)ue=!0;else switch(me){case"bigint":case"string":case"number":ue=!0;break;case"object":switch(z.$$typeof){case t:case r:ue=!0;break;case v:return ue=z._init,te(ue(z._payload),Y,le,ae,ge)}}if(ue)return ge=ge(z),ue=ae===""?"."+q(z,0):ae,I(ge)?(le="",ue!=null&&(le=ue.replace(M,"$&/")+"/"),te(ge,Y,le,"",function(Q){return Q})):ge!=null&&(V(ge)&&(ge=H(ge,le+(ge.key==null||z&&z.key===ge.key?"":(""+ge.key).replace(M,"$&/")+"/")+ue)),Y.push(ge)),1;ue=0;var ne=ae===""?".":ae+":";if(I(z))for(var se=0;se<z.length;se++)ae=z[se],me=ne+q(ae,se),ue+=te(ae,Y,le,me,ge);else if(se=x(z),typeof se=="function")for(z=se.call(z),se=0;!(ae=z.next()).done;)ae=ae.value,me=ne+q(ae,se++),ue+=te(ae,Y,le,me,ge);else if(me==="object"){if(typeof z.then=="function")return te(X(z),Y,le,ae,ge);throw Y=String(z),Error("Objects are not valid as a React child (found: "+(Y==="[object Object]"?"object with keys {"+Object.keys(z).join(", ")+"}":Y)+"). If you meant to render a collection of children, use an array instead.")}return ue}function F(z,Y,le){if(z==null)return z;var ae=[],ge=0;return te(z,ae,"","",function(me){return Y.call(le,me,ge++)}),ae}function Z(z){if(z._status===-1){var Y=z._result;Y=Y(),Y.then(function(le){(z._status===0||z._status===-1)&&(z._status=1,z._result=le)},function(le){(z._status===0||z._status===-1)&&(z._status=2,z._result=le)}),z._status===-1&&(z._status=0,z._result=Y)}if(z._status===1)return z._result.default;throw z._result}var oe=typeof reportError=="function"?reportError:function(z){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var Y=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof z=="object"&&z!==null&&typeof z.message=="string"?String(z.message):String(z),error:z});if(!window.dispatchEvent(Y))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",z);return}console.error(z)};function fe(){}return Ue.Children={map:F,forEach:function(z,Y,le){F(z,function(){Y.apply(this,arguments)},le)},count:function(z){var Y=0;return F(z,function(){Y++}),Y},toArray:function(z){return F(z,function(Y){return Y})||[]},only:function(z){if(!V(z))throw Error("React.Children.only expected to receive a single React element child.");return z}},Ue.Component=C,Ue.Fragment=a,Ue.Profiler=c,Ue.PureComponent=R,Ue.StrictMode=n,Ue.Suspense=h,Ue.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=E,Ue.__COMPILER_RUNTIME={__proto__:null,c:function(z){return E.H.useMemoCache(z)}},Ue.cache=function(z){return function(){return z.apply(null,arguments)}},Ue.cloneElement=function(z,Y,le){if(z==null)throw Error("The argument must be a React element, but you passed "+z+".");var ae=B({},z.props),ge=z.key,me=void 0;if(Y!=null)for(ue in Y.ref!==void 0&&(me=void 0),Y.key!==void 0&&(ge=""+Y.key),Y)!A.call(Y,ue)||ue==="key"||ue==="__self"||ue==="__source"||ue==="ref"&&Y.ref===void 0||(ae[ue]=Y[ue]);var ue=arguments.length-2;if(ue===1)ae.children=le;else if(1<ue){for(var ne=Array(ue),se=0;se<ue;se++)ne[se]=arguments[se+2];ae.children=ne}return N(z.type,ge,void 0,void 0,me,ae)},Ue.createContext=function(z){return z={$$typeof:f,_currentValue:z,_currentValue2:z,_threadCount:0,Provider:null,Consumer:null},z.Provider=z,z.Consumer={$$typeof:s,_context:z},z},Ue.createElement=function(z,Y,le){var ae,ge={},me=null;if(Y!=null)for(ae in Y.key!==void 0&&(me=""+Y.key),Y)A.call(Y,ae)&&ae!=="key"&&ae!=="__self"&&ae!=="__source"&&(ge[ae]=Y[ae]);var ue=arguments.length-2;if(ue===1)ge.children=le;else if(1<ue){for(var ne=Array(ue),se=0;se<ue;se++)ne[se]=arguments[se+2];ge.children=ne}if(z&&z.defaultProps)for(ae in ue=z.defaultProps,ue)ge[ae]===void 0&&(ge[ae]=ue[ae]);return N(z,me,void 0,void 0,null,ge)},Ue.createRef=function(){return{current:null}},Ue.forwardRef=function(z){return{$$typeof:g,render:z}},Ue.isValidElement=V,Ue.lazy=function(z){return{$$typeof:v,_payload:{_status:-1,_result:z},_init:Z}},Ue.memo=function(z,Y){return{$$typeof:p,type:z,compare:Y===void 0?null:Y}},Ue.startTransition=function(z){var Y=E.T,le={};E.T=le;try{var ae=z(),ge=E.S;ge!==null&&ge(le,ae),typeof ae=="object"&&ae!==null&&typeof ae.then=="function"&&ae.then(fe,oe)}catch(me){oe(me)}finally{E.T=Y}},Ue.unstable_useCacheRefresh=function(){return E.H.useCacheRefresh()},Ue.use=function(z){return E.H.use(z)},Ue.useActionState=function(z,Y,le){return E.H.useActionState(z,Y,le)},Ue.useCallback=function(z,Y){return E.H.useCallback(z,Y)},Ue.useContext=function(z){return E.H.useContext(z)},Ue.useDebugValue=function(){},Ue.useDeferredValue=function(z,Y){return E.H.useDeferredValue(z,Y)},Ue.useEffect=function(z,Y,le){var ae=E.H;if(typeof le=="function")throw Error("useEffect CRUD overload is not enabled in this build of React.");return ae.useEffect(z,Y)},Ue.useId=function(){return E.H.useId()},Ue.useImperativeHandle=function(z,Y,le){return E.H.useImperativeHandle(z,Y,le)},Ue.useInsertionEffect=function(z,Y){return E.H.useInsertionEffect(z,Y)},Ue.useLayoutEffect=function(z,Y){return E.H.useLayoutEffect(z,Y)},Ue.useMemo=function(z,Y){return E.H.useMemo(z,Y)},Ue.useOptimistic=function(z,Y){return E.H.useOptimistic(z,Y)},Ue.useReducer=function(z,Y,le){return E.H.useReducer(z,Y,le)},Ue.useRef=function(z){return E.H.useRef(z)},Ue.useState=function(z){return E.H.useState(z)},Ue.useSyncExternalStore=function(z,Y,le){return E.H.useSyncExternalStore(z,Y,le)},Ue.useTransition=function(){return E.H.useTransition()},Ue.version="19.1.0",Ue}var _v;function ng(){return _v||(_v=1,gf.exports=C_()),gf.exports}var y=ng();const d=ag(y);var hf={exports:{}},ec={},pf={exports:{}},mf={};/**
18
- * @license React
19
- * scheduler.production.js
20
- *
21
- * Copyright (c) Meta Platforms, Inc. and affiliates.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */var wv;function T_(){return wv||(wv=1,function(t){function r(F,Z){var oe=F.length;F.push(Z);e:for(;0<oe;){var fe=oe-1>>>1,z=F[fe];if(0<c(z,Z))F[fe]=Z,F[oe]=z,oe=fe;else break e}}function a(F){return F.length===0?null:F[0]}function n(F){if(F.length===0)return null;var Z=F[0],oe=F.pop();if(oe!==Z){F[0]=oe;e:for(var fe=0,z=F.length,Y=z>>>1;fe<Y;){var le=2*(fe+1)-1,ae=F[le],ge=le+1,me=F[ge];if(0>c(ae,oe))ge<z&&0>c(me,ae)?(F[fe]=me,F[ge]=oe,fe=ge):(F[fe]=ae,F[le]=oe,fe=le);else if(ge<z&&0>c(me,oe))F[fe]=me,F[ge]=oe,fe=ge;else break e}}return Z}function c(F,Z){var oe=F.sortIndex-Z.sortIndex;return oe!==0?oe:F.id-Z.id}if(t.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var s=performance;t.unstable_now=function(){return s.now()}}else{var f=Date,g=f.now();t.unstable_now=function(){return f.now()-g}}var h=[],p=[],v=1,b=null,x=3,k=!1,B=!1,w=!1,C=!1,S=typeof setTimeout=="function"?setTimeout:null,R=typeof clearTimeout=="function"?clearTimeout:null,T=typeof setImmediate<"u"?setImmediate:null;function I(F){for(var Z=a(p);Z!==null;){if(Z.callback===null)n(p);else if(Z.startTime<=F)n(p),Z.sortIndex=Z.expirationTime,r(h,Z);else break;Z=a(p)}}function E(F){if(w=!1,I(F),!B)if(a(h)!==null)B=!0,A||(A=!0,q());else{var Z=a(p);Z!==null&&te(E,Z.startTime-F)}}var A=!1,N=-1,H=5,V=-1;function j(){return C?!0:!(t.unstable_now()-V<H)}function M(){if(C=!1,A){var F=t.unstable_now();V=F;var Z=!0;try{e:{B=!1,w&&(w=!1,R(N),N=-1),k=!0;var oe=x;try{o:{for(I(F),b=a(h);b!==null&&!(b.expirationTime>F&&j());){var fe=b.callback;if(typeof fe=="function"){b.callback=null,x=b.priorityLevel;var z=fe(b.expirationTime<=F);if(F=t.unstable_now(),typeof z=="function"){b.callback=z,I(F),Z=!0;break o}b===a(h)&&n(h),I(F)}else n(h);b=a(h)}if(b!==null)Z=!0;else{var Y=a(p);Y!==null&&te(E,Y.startTime-F),Z=!1}}break e}finally{b=null,x=oe,k=!1}Z=void 0}}finally{Z?q():A=!1}}}var q;if(typeof T=="function")q=function(){T(M)};else if(typeof MessageChannel<"u"){var re=new MessageChannel,X=re.port2;re.port1.onmessage=M,q=function(){X.postMessage(null)}}else q=function(){S(M,0)};function te(F,Z){N=S(function(){F(t.unstable_now())},Z)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(F){F.callback=null},t.unstable_forceFrameRate=function(F){0>F||125<F?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):H=0<F?Math.floor(1e3/F):5},t.unstable_getCurrentPriorityLevel=function(){return x},t.unstable_next=function(F){switch(x){case 1:case 2:case 3:var Z=3;break;default:Z=x}var oe=x;x=Z;try{return F()}finally{x=oe}},t.unstable_requestPaint=function(){C=!0},t.unstable_runWithPriority=function(F,Z){switch(F){case 1:case 2:case 3:case 4:case 5:break;default:F=3}var oe=x;x=F;try{return Z()}finally{x=oe}},t.unstable_scheduleCallback=function(F,Z,oe){var fe=t.unstable_now();switch(typeof oe=="object"&&oe!==null?(oe=oe.delay,oe=typeof oe=="number"&&0<oe?fe+oe:fe):oe=fe,F){case 1:var z=-1;break;case 2:z=250;break;case 5:z=1073741823;break;case 4:z=1e4;break;default:z=5e3}return z=oe+z,F={id:v++,callback:Z,priorityLevel:F,startTime:oe,expirationTime:z,sortIndex:-1},oe>fe?(F.sortIndex=oe,r(p,F),a(h)===null&&F===a(p)&&(w?(R(N),N=-1):w=!0,te(E,oe-fe))):(F.sortIndex=z,r(h,F),B||k||(B=!0,A||(A=!0,q()))),F},t.unstable_shouldYield=j,t.unstable_wrapCallback=function(F){var Z=x;return function(){var oe=x;x=Z;try{return F.apply(this,arguments)}finally{x=oe}}}}(mf)),mf}var Bv;function D_(){return Bv||(Bv=1,pf.exports=T_()),pf.exports}var vf={exports:{}},Ct={};/**
26
- * @license React
27
- * react-dom.production.js
28
- *
29
- * Copyright (c) Meta Platforms, Inc. and affiliates.
30
- *
31
- * This source code is licensed under the MIT license found in the
32
- * LICENSE file in the root directory of this source tree.
33
- */var Sv;function E_(){if(Sv)return Ct;Sv=1;var t=ng();function r(h){var p="https://react.dev/errors/"+h;if(1<arguments.length){p+="?args[]="+encodeURIComponent(arguments[1]);for(var v=2;v<arguments.length;v++)p+="&args[]="+encodeURIComponent(arguments[v])}return"Minified React error #"+h+"; visit "+p+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function a(){}var n={d:{f:a,r:function(){throw Error(r(522))},D:a,C:a,L:a,m:a,X:a,S:a,M:a},p:0,findDOMNode:null},c=Symbol.for("react.portal");function s(h,p,v){var b=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:c,key:b==null?null:""+b,children:h,containerInfo:p,implementation:v}}var f=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function g(h,p){if(h==="font")return"";if(typeof p=="string")return p==="use-credentials"?p:""}return Ct.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=n,Ct.createPortal=function(h,p){var v=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!p||p.nodeType!==1&&p.nodeType!==9&&p.nodeType!==11)throw Error(r(299));return s(h,p,null,v)},Ct.flushSync=function(h){var p=f.T,v=n.p;try{if(f.T=null,n.p=2,h)return h()}finally{f.T=p,n.p=v,n.d.f()}},Ct.preconnect=function(h,p){typeof h=="string"&&(p?(p=p.crossOrigin,p=typeof p=="string"?p==="use-credentials"?p:"":void 0):p=null,n.d.C(h,p))},Ct.prefetchDNS=function(h){typeof h=="string"&&n.d.D(h)},Ct.preinit=function(h,p){if(typeof h=="string"&&p&&typeof p.as=="string"){var v=p.as,b=g(v,p.crossOrigin),x=typeof p.integrity=="string"?p.integrity:void 0,k=typeof p.fetchPriority=="string"?p.fetchPriority:void 0;v==="style"?n.d.S(h,typeof p.precedence=="string"?p.precedence:void 0,{crossOrigin:b,integrity:x,fetchPriority:k}):v==="script"&&n.d.X(h,{crossOrigin:b,integrity:x,fetchPriority:k,nonce:typeof p.nonce=="string"?p.nonce:void 0})}},Ct.preinitModule=function(h,p){if(typeof h=="string")if(typeof p=="object"&&p!==null){if(p.as==null||p.as==="script"){var v=g(p.as,p.crossOrigin);n.d.M(h,{crossOrigin:v,integrity:typeof p.integrity=="string"?p.integrity:void 0,nonce:typeof p.nonce=="string"?p.nonce:void 0})}}else p==null&&n.d.M(h)},Ct.preload=function(h,p){if(typeof h=="string"&&typeof p=="object"&&p!==null&&typeof p.as=="string"){var v=p.as,b=g(v,p.crossOrigin);n.d.L(h,v,{crossOrigin:b,integrity:typeof p.integrity=="string"?p.integrity:void 0,nonce:typeof p.nonce=="string"?p.nonce:void 0,type:typeof p.type=="string"?p.type:void 0,fetchPriority:typeof p.fetchPriority=="string"?p.fetchPriority:void 0,referrerPolicy:typeof p.referrerPolicy=="string"?p.referrerPolicy:void 0,imageSrcSet:typeof p.imageSrcSet=="string"?p.imageSrcSet:void 0,imageSizes:typeof p.imageSizes=="string"?p.imageSizes:void 0,media:typeof p.media=="string"?p.media:void 0})}},Ct.preloadModule=function(h,p){if(typeof h=="string")if(p){var v=g(p.as,p.crossOrigin);n.d.m(h,{as:typeof p.as=="string"&&p.as!=="script"?p.as:void 0,crossOrigin:v,integrity:typeof p.integrity=="string"?p.integrity:void 0})}else n.d.m(h)},Ct.requestFormReset=function(h){n.d.r(h)},Ct.unstable_batchedUpdates=function(h,p){return h(p)},Ct.useFormState=function(h,p,v){return f.H.useFormState(h,p,v)},Ct.useFormStatus=function(){return f.H.useHostTransitionStatus()},Ct.version="19.1.0",Ct}var Cv;function Vb(){if(Cv)return vf.exports;Cv=1;function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(r){console.error(r)}}return t(),vf.exports=E_(),vf.exports}var Tv;function G_(){if(Tv)return ec;Tv=1;/**
34
- * @license React
35
- * react-dom-client.production.js
36
- *
37
- * Copyright (c) Meta Platforms, Inc. and affiliates.
38
- *
39
- * This source code is licensed under the MIT license found in the
40
- * LICENSE file in the root directory of this source tree.
41
- */var t=D_(),r=ng(),a=Vb();function n(e){var o="https://react.dev/errors/"+e;if(1<arguments.length){o+="?args[]="+encodeURIComponent(arguments[1]);for(var l=2;l<arguments.length;l++)o+="&args[]="+encodeURIComponent(arguments[l])}return"Minified React error #"+e+"; visit "+o+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function c(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function s(e){var o=e,l=e;if(e.alternate)for(;o.return;)o=o.return;else{e=o;do o=e,(o.flags&4098)!==0&&(l=o.return),e=o.return;while(e)}return o.tag===3?l:null}function f(e){if(e.tag===13){var o=e.memoizedState;if(o===null&&(e=e.alternate,e!==null&&(o=e.memoizedState)),o!==null)return o.dehydrated}return null}function g(e){if(s(e)!==e)throw Error(n(188))}function h(e){var o=e.alternate;if(!o){if(o=s(e),o===null)throw Error(n(188));return o!==e?null:e}for(var l=e,i=o;;){var u=l.return;if(u===null)break;var m=u.alternate;if(m===null){if(i=u.return,i!==null){l=i;continue}break}if(u.child===m.child){for(m=u.child;m;){if(m===l)return g(u),e;if(m===i)return g(u),o;m=m.sibling}throw Error(n(188))}if(l.return!==i.return)l=u,i=m;else{for(var _=!1,D=u.child;D;){if(D===l){_=!0,l=u,i=m;break}if(D===i){_=!0,i=u,l=m;break}D=D.sibling}if(!_){for(D=m.child;D;){if(D===l){_=!0,l=m,i=u;break}if(D===i){_=!0,i=m,l=u;break}D=D.sibling}if(!_)throw Error(n(189))}}if(l.alternate!==i)throw Error(n(190))}if(l.tag!==3)throw Error(n(188));return l.stateNode.current===l?e:o}function p(e){var o=e.tag;if(o===5||o===26||o===27||o===6)return e;for(e=e.child;e!==null;){if(o=p(e),o!==null)return o;e=e.sibling}return null}var v=Object.assign,b=Symbol.for("react.element"),x=Symbol.for("react.transitional.element"),k=Symbol.for("react.portal"),B=Symbol.for("react.fragment"),w=Symbol.for("react.strict_mode"),C=Symbol.for("react.profiler"),S=Symbol.for("react.provider"),R=Symbol.for("react.consumer"),T=Symbol.for("react.context"),I=Symbol.for("react.forward_ref"),E=Symbol.for("react.suspense"),A=Symbol.for("react.suspense_list"),N=Symbol.for("react.memo"),H=Symbol.for("react.lazy"),V=Symbol.for("react.activity"),j=Symbol.for("react.memo_cache_sentinel"),M=Symbol.iterator;function q(e){return e===null||typeof e!="object"?null:(e=M&&e[M]||e["@@iterator"],typeof e=="function"?e:null)}var re=Symbol.for("react.client.reference");function X(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===re?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case B:return"Fragment";case C:return"Profiler";case w:return"StrictMode";case E:return"Suspense";case A:return"SuspenseList";case V:return"Activity"}if(typeof e=="object")switch(e.$$typeof){case k:return"Portal";case T:return(e.displayName||"Context")+".Provider";case R:return(e._context.displayName||"Context")+".Consumer";case I:var o=e.render;return e=e.displayName,e||(e=o.displayName||o.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case N:return o=e.displayName||null,o!==null?o:X(e.type)||"Memo";case H:o=e._payload,e=e._init;try{return X(e(o))}catch{}}return null}var te=Array.isArray,F=r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Z=a.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,oe={pending:!1,data:null,method:null,action:null},fe=[],z=-1;function Y(e){return{current:e}}function le(e){0>z||(e.current=fe[z],fe[z]=null,z--)}function ae(e,o){z++,fe[z]=e.current,e.current=o}var ge=Y(null),me=Y(null),ue=Y(null),ne=Y(null);function se(e,o){switch(ae(ue,o),ae(me,e),ae(ge,null),o.nodeType){case 9:case 11:e=(e=o.documentElement)&&(e=e.namespaceURI)?Xm(e):0;break;default:if(e=o.tagName,o=o.namespaceURI)o=Xm(o),e=Ym(o,e);else switch(e){case"svg":e=1;break;case"math":e=2;break;default:e=0}}le(ge),ae(ge,e)}function Q(){le(ge),le(me),le(ue)}function be(e){e.memoizedState!==null&&ae(ne,e);var o=ge.current,l=Ym(o,e.type);o!==l&&(ae(me,e),ae(ge,l))}function De(e){me.current===e&&(le(ge),le(me)),ne.current===e&&(le(ne),Yi._currentValue=oe)}var O=Object.prototype.hasOwnProperty,he=t.unstable_scheduleCallback,ve=t.unstable_cancelCallback,Ce=t.unstable_shouldYield,Te=t.unstable_requestPaint,ye=t.unstable_now,je=t.unstable_getCurrentPriorityLevel,Ge=t.unstable_ImmediatePriority,Pe=t.unstable_UserBlockingPriority,He=t.unstable_NormalPriority,ke=t.unstable_LowPriority,we=t.unstable_IdlePriority,Ne=t.log,Me=t.unstable_setDisableYieldValue,Qe=null,no=null;function bo(e){if(typeof Ne=="function"&&Me(e),no&&typeof no.setStrictMode=="function")try{no.setStrictMode(Qe,e)}catch{}}var to=Math.clz32?Math.clz32:Mo,Eo=Math.log,go=Math.LN2;function Mo(e){return e>>>=0,e===0?32:31-(Eo(e)/go|0)|0}var fo=256,zo=4194304;function Fo(e){var o=e&42;if(o!==0)return o;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return e}}function Dt(e,o,l){var i=e.pendingLanes;if(i===0)return 0;var u=0,m=e.suspendedLanes,_=e.pingedLanes;e=e.warmLanes;var D=i&134217727;return D!==0?(i=D&~m,i!==0?u=Fo(i):(_&=D,_!==0?u=Fo(_):l||(l=D&~e,l!==0&&(u=Fo(l))))):(D=i&~m,D!==0?u=Fo(D):_!==0?u=Fo(_):l||(l=i&~e,l!==0&&(u=Fo(l)))),u===0?0:o!==0&&o!==u&&(o&m)===0&&(m=u&-u,l=o&-o,m>=l||m===32&&(l&4194048)!==0)?o:u}function gt(e,o){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&o)===0}function $r(e,o){switch(e){case 1:case 2:case 4:case 8:case 64:return o+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return o+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Nt(){var e=fo;return fo<<=1,(fo&4194048)===0&&(fo=256),e}function ua(){var e=zo;return zo<<=1,(zo&62914560)===0&&(zo=4194304),e}function yl(e){for(var o=[],l=0;31>l;l++)o.push(e);return o}function Qt(e,o){e.pendingLanes|=o,o!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function Kn(e,o,l,i,u,m){var _=e.pendingLanes;e.pendingLanes=l,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=l,e.entangledLanes&=l,e.errorRecoveryDisabledLanes&=l,e.shellSuspendCounter=0;var D=e.entanglements,L=e.expirationTimes,K=e.hiddenUpdates;for(l=_&~l;0<l;){var ie=31-to(l),de=1<<ie;D[ie]=0,L[ie]=-1;var J=K[ie];if(J!==null)for(K[ie]=null,ie=0;ie<J.length;ie++){var ee=J[ie];ee!==null&&(ee.lane&=-536870913)}l&=~de}i!==0&&$a(e,i,0),m!==0&&u===0&&e.tag!==0&&(e.suspendedLanes|=m&~(_&~o))}function $a(e,o,l){e.pendingLanes|=o,e.suspendedLanes&=~o;var i=31-to(o);e.entangledLanes|=o,e.entanglements[i]=e.entanglements[i]|1073741824|l&4194090}function xt(e,o){var l=e.entangledLanes|=o;for(e=e.entanglements;l;){var i=31-to(l),u=1<<i;u&o|e[i]&o&&(e[i]|=o),l&=~u}}function kt(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function Dr(e){return e&=-e,2<e?8<e?(e&134217727)!==0?32:268435456:8:2}function Za(){var e=Z.p;return e!==0?e:(e=window.event,e===void 0?32:gv(e.type))}function du(e,o){var l=Z.p;try{return Z.p=e,o()}finally{Z.p=l}}var Rt=Math.random().toString(36).slice(2),Qo="__reactFiber$"+Rt,_t="__reactProps$"+Rt,xl="__reactContainer$"+Rt,Qn="__reactEvents$"+Rt,zc="__reactListeners$"+Rt,Lc="__reactHandles$"+Rt,pr="__reactResources$"+Rt,fa="__reactMarker$"+Rt;function Jn(e){delete e[Qo],delete e[_t],delete e[Qn],delete e[zc],delete e[Lc]}function Er(e){var o=e[Qo];if(o)return o;for(var l=e.parentNode;l;){if(o=l[xl]||l[Qo]){if(l=o.alternate,o.child!==null||l!==null&&l.child!==null)for(e=Qm(e);e!==null;){if(l=e[Qo])return l;e=Qm(e)}return o}e=l,l=e.parentNode}return null}function Gr(e){if(e=e[Qo]||e[xl]){var o=e.tag;if(o===5||o===6||o===13||o===26||o===27||o===3)return e}return null}function Jt(e){var o=e.tag;if(o===5||o===26||o===27||o===6)return e.stateNode;throw Error(n(33))}function Ir(e){var o=e[pr];return o||(o=e[pr]={hoistableStyles:new Map,hoistableScripts:new Map}),o}function Lo(e){e[fa]=!0}var Ka=new Set,ga={};function mr(e,o){ha(e,o),ha(e+"Capture",o)}function ha(e,o){for(ga[e]=o,e=0;e<o.length;e++)Ka.add(o[e])}var Hc=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),Oc={},Qa={};function ei(e){return O.call(Qa,e)?!0:O.call(Oc,e)?!1:Hc.test(e)?Qa[e]=!0:(Oc[e]=!0,!1)}function Nr(e,o,l){if(ei(o))if(l===null)e.removeAttribute(o);else{switch(typeof l){case"undefined":case"function":case"symbol":e.removeAttribute(o);return;case"boolean":var i=o.toLowerCase().slice(0,5);if(i!=="data-"&&i!=="aria-"){e.removeAttribute(o);return}}e.setAttribute(o,""+l)}}function Ja(e,o,l){if(l===null)e.removeAttribute(o);else{switch(typeof l){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(o);return}e.setAttribute(o,""+l)}}function vr(e,o,l,i){if(i===null)e.removeAttribute(l);else{switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(l);return}e.setAttributeNS(o,l,""+i)}}var er,oi;function kl(e){if(er===void 0)try{throw Error()}catch(l){var o=l.stack.trim().match(/\n( *(at )?)/);er=o&&o[1]||"",oi=-1<l.stack.indexOf(`
42
- at`)?" (<anonymous>)":-1<l.stack.indexOf("@")?"@unknown:0:0":""}return`
43
- `+er+e+oi}var ti=!1;function ri(e,o){if(!e||ti)return"";ti=!0;var l=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var i={DetermineComponentFrameRoot:function(){try{if(o){var de=function(){throw Error()};if(Object.defineProperty(de.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(de,[])}catch(ee){var J=ee}Reflect.construct(e,[],de)}else{try{de.call()}catch(ee){J=ee}e.call(de.prototype)}}else{try{throw Error()}catch(ee){J=ee}(de=e())&&typeof de.catch=="function"&&de.catch(function(){})}}catch(ee){if(ee&&J&&typeof ee.stack=="string")return[ee.stack,J.stack]}return[null,null]}};i.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var u=Object.getOwnPropertyDescriptor(i.DetermineComponentFrameRoot,"name");u&&u.configurable&&Object.defineProperty(i.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var m=i.DetermineComponentFrameRoot(),_=m[0],D=m[1];if(_&&D){var L=_.split(`
44
- `),K=D.split(`
45
- `);for(u=i=0;i<L.length&&!L[i].includes("DetermineComponentFrameRoot");)i++;for(;u<K.length&&!K[u].includes("DetermineComponentFrameRoot");)u++;if(i===L.length||u===K.length)for(i=L.length-1,u=K.length-1;1<=i&&0<=u&&L[i]!==K[u];)u--;for(;1<=i&&0<=u;i--,u--)if(L[i]!==K[u]){if(i!==1||u!==1)do if(i--,u--,0>u||L[i]!==K[u]){var ie=`
46
- `+L[i].replace(" at new "," at ");return e.displayName&&ie.includes("<anonymous>")&&(ie=ie.replace("<anonymous>",e.displayName)),ie}while(1<=i&&0<=u);break}}}finally{ti=!1,Error.prepareStackTrace=l}return(l=e?e.displayName||e.name:"")?kl(l):""}function uu(e){switch(e.tag){case 26:case 27:case 5:return kl(e.type);case 16:return kl("Lazy");case 13:return kl("Suspense");case 19:return kl("SuspenseList");case 0:case 15:return ri(e.type,!1);case 11:return ri(e.type.render,!1);case 1:return ri(e.type,!0);case 31:return kl("Activity");default:return""}}function pa(e){try{var o="";do o+=uu(e),e=e.return;while(e);return o}catch(l){return`
47
- Error generating stack: `+l.message+`
48
- `+l.stack}}function wt(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Mc(e){var o=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(o==="checkbox"||o==="radio")}function fu(e){var o=Mc(e)?"checked":"value",l=Object.getOwnPropertyDescriptor(e.constructor.prototype,o),i=""+e[o];if(!e.hasOwnProperty(o)&&typeof l<"u"&&typeof l.get=="function"&&typeof l.set=="function"){var u=l.get,m=l.set;return Object.defineProperty(e,o,{configurable:!0,get:function(){return u.call(this)},set:function(_){i=""+_,m.call(this,_)}}),Object.defineProperty(e,o,{enumerable:l.enumerable}),{getValue:function(){return i},setValue:function(_){i=""+_},stopTracking:function(){e._valueTracker=null,delete e[o]}}}}function _l(e){e._valueTracker||(e._valueTracker=fu(e))}function li(e){if(!e)return!1;var o=e._valueTracker;if(!o)return!0;var l=o.getValue(),i="";return e&&(i=Mc(e)?e.checked?"true":"false":e.value),e=i,e!==l?(o.setValue(e),!0):!1}function Be(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var io=/[\n"\\]/g;function jo(e){return e.replace(io,function(o){return"\\"+o.charCodeAt(0).toString(16)+" "})}function at(e,o,l,i,u,m,_,D){e.name="",_!=null&&typeof _!="function"&&typeof _!="symbol"&&typeof _!="boolean"?e.type=_:e.removeAttribute("type"),o!=null?_==="number"?(o===0&&e.value===""||e.value!=o)&&(e.value=""+wt(o)):e.value!==""+wt(o)&&(e.value=""+wt(o)):_!=="submit"&&_!=="reset"||e.removeAttribute("value"),o!=null?Rr(e,_,wt(o)):l!=null?Rr(e,_,wt(l)):i!=null&&e.removeAttribute("value"),u==null&&m!=null&&(e.defaultChecked=!!m),u!=null&&(e.checked=u&&typeof u!="function"&&typeof u!="symbol"),D!=null&&typeof D!="function"&&typeof D!="symbol"&&typeof D!="boolean"?e.name=""+wt(D):e.removeAttribute("name")}function jt(e,o,l,i,u,m,_,D){if(m!=null&&typeof m!="function"&&typeof m!="symbol"&&typeof m!="boolean"&&(e.type=m),o!=null||l!=null){if(!(m!=="submit"&&m!=="reset"||o!=null))return;l=l!=null?""+wt(l):"",o=o!=null?""+wt(o):l,D||o===e.value||(e.value=o),e.defaultValue=o}i=i??u,i=typeof i!="function"&&typeof i!="symbol"&&!!i,e.checked=D?e.checked:!!i,e.defaultChecked=!!i,_!=null&&typeof _!="function"&&typeof _!="symbol"&&typeof _!="boolean"&&(e.name=_)}function Rr(e,o,l){o==="number"&&Be(e.ownerDocument)===e||e.defaultValue===""+l||(e.defaultValue=""+l)}function Pt(e,o,l,i){if(e=e.options,o){o={};for(var u=0;u<l.length;u++)o["$"+l[u]]=!0;for(l=0;l<e.length;l++)u=o.hasOwnProperty("$"+e[l].value),e[l].selected!==u&&(e[l].selected=u),u&&i&&(e[l].defaultSelected=!0)}else{for(l=""+wt(l),o=null,u=0;u<e.length;u++){if(e[u].value===l){e[u].selected=!0,i&&(e[u].defaultSelected=!0);return}o!==null||e[u].disabled||(o=e[u])}o!==null&&(o.selected=!0)}}function or(e,o,l){if(o!=null&&(o=""+wt(o),o!==e.value&&(e.value=o),l==null)){e.defaultValue!==o&&(e.defaultValue=o);return}e.defaultValue=l!=null?""+wt(l):""}function Zr(e,o,l,i){if(o==null){if(i!=null){if(l!=null)throw Error(n(92));if(te(i)){if(1<i.length)throw Error(n(93));i=i[0]}l=i}l==null&&(l=""),o=l}l=wt(o),e.defaultValue=l,i=e.textContent,i===l&&i!==""&&i!==null&&(e.value=i)}function Jo(e,o){if(o){var l=e.firstChild;if(l&&l===e.lastChild&&l.nodeType===3){l.nodeValue=o;return}}e.textContent=o}var Ho=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function Yo(e,o,l){var i=o.indexOf("--")===0;l==null||typeof l=="boolean"||l===""?i?e.setProperty(o,""):o==="float"?e.cssFloat="":e[o]="":i?e.setProperty(o,l):typeof l!="number"||l===0||Ho.has(o)?o==="float"?e.cssFloat=l:e[o]=(""+l).trim():e[o]=l+"px"}function Bt(e,o,l){if(o!=null&&typeof o!="object")throw Error(n(62));if(e=e.style,l!=null){for(var i in l)!l.hasOwnProperty(i)||o!=null&&o.hasOwnProperty(i)||(i.indexOf("--")===0?e.setProperty(i,""):i==="float"?e.cssFloat="":e[i]="");for(var u in o)i=o[u],o.hasOwnProperty(u)&&l[u]!==i&&Yo(e,u,i)}else for(var m in o)o.hasOwnProperty(m)&&Yo(e,m,o[m])}function et(e){if(e.indexOf("-")===-1)return!1;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var br=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),en=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function on(e){return en.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}var ai=null;function ni(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var wl=null,Bl=null;function jc(e){var o=Gr(e);if(o&&(e=o.stateNode)){var l=e[_t]||null;e:switch(e=o.stateNode,o.type){case"input":if(at(e,l.value,l.defaultValue,l.defaultValue,l.checked,l.defaultChecked,l.type,l.name),o=l.name,l.type==="radio"&&o!=null){for(l=e;l.parentNode;)l=l.parentNode;for(l=l.querySelectorAll('input[name="'+jo(""+o)+'"][type="radio"]'),o=0;o<l.length;o++){var i=l[o];if(i!==e&&i.form===e.form){var u=i[_t]||null;if(!u)throw Error(n(90));at(i,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name)}}for(o=0;o<l.length;o++)i=l[o],i.form===e.form&&li(i)}break e;case"textarea":or(e,l.value,l.defaultValue);break e;case"select":o=l.value,o!=null&&Pt(e,!!l.multiple,o,!1)}}}var gu=!1;function Zg(e,o,l){if(gu)return e(o,l);gu=!0;try{var i=e(o);return i}finally{if(gu=!1,(wl!==null||Bl!==null)&&(Ss(),wl&&(o=wl,e=Bl,Bl=wl=null,jc(o),e)))for(o=0;o<e.length;o++)jc(e[o])}}function ii(e,o){var l=e.stateNode;if(l===null)return null;var i=l[_t]||null;if(i===null)return null;l=i[o];e:switch(o){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(i=!i.disabled)||(e=e.type,i=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!i;break e;default:e=!1}if(e)return null;if(l&&typeof l!="function")throw Error(n(231,o,typeof l));return l}var Kr=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),hu=!1;if(Kr)try{var ci={};Object.defineProperty(ci,"passive",{get:function(){hu=!0}}),window.addEventListener("test",ci,ci),window.removeEventListener("test",ci,ci)}catch{hu=!1}var Sl=null,pu=null,Pc=null;function Kg(){if(Pc)return Pc;var e,o=pu,l=o.length,i,u="value"in Sl?Sl.value:Sl.textContent,m=u.length;for(e=0;e<l&&o[e]===u[e];e++);var _=l-e;for(i=1;i<=_&&o[l-i]===u[m-i];i++);return Pc=u.slice(e,1<i?1-i:void 0)}function qc(e){var o=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&o===13&&(e=13)):e=o,e===10&&(e=13),32<=e||e===13?e:0}function Fc(){return!0}function Qg(){return!1}function At(e){function o(l,i,u,m,_){this._reactName=l,this._targetInst=u,this.type=i,this.nativeEvent=m,this.target=_,this.currentTarget=null;for(var D in e)e.hasOwnProperty(D)&&(l=e[D],this[D]=l?l(m):m[D]);return this.isDefaultPrevented=(m.defaultPrevented!=null?m.defaultPrevented:m.returnValue===!1)?Fc:Qg,this.isPropagationStopped=Qg,this}return v(o.prototype,{preventDefault:function(){this.defaultPrevented=!0;var l=this.nativeEvent;l&&(l.preventDefault?l.preventDefault():typeof l.returnValue!="unknown"&&(l.returnValue=!1),this.isDefaultPrevented=Fc)},stopPropagation:function(){var l=this.nativeEvent;l&&(l.stopPropagation?l.stopPropagation():typeof l.cancelBubble!="unknown"&&(l.cancelBubble=!0),this.isPropagationStopped=Fc)},persist:function(){},isPersistent:Fc}),o}var ma={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Uc=At(ma),si=v({},ma,{view:0,detail:0}),_1=At(si),mu,vu,di,Vc=v({},si,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:yu,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==di&&(di&&e.type==="mousemove"?(mu=e.screenX-di.screenX,vu=e.screenY-di.screenY):vu=mu=0,di=e),mu)},movementY:function(e){return"movementY"in e?e.movementY:vu}}),Jg=At(Vc),w1=v({},Vc,{dataTransfer:0}),B1=At(w1),S1=v({},si,{relatedTarget:0}),bu=At(S1),C1=v({},ma,{animationName:0,elapsedTime:0,pseudoElement:0}),T1=At(C1),D1=v({},ma,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),E1=At(D1),G1=v({},ma,{data:0}),eh=At(G1),I1={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},N1={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},R1={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function A1(e){var o=this.nativeEvent;return o.getModifierState?o.getModifierState(e):(e=R1[e])?!!o[e]:!1}function yu(){return A1}var z1=v({},si,{key:function(e){if(e.key){var o=I1[e.key]||e.key;if(o!=="Unidentified")return o}return e.type==="keypress"?(e=qc(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?N1[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:yu,charCode:function(e){return e.type==="keypress"?qc(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?qc(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),L1=At(z1),H1=v({},Vc,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),oh=At(H1),O1=v({},si,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:yu}),M1=At(O1),j1=v({},ma,{propertyName:0,elapsedTime:0,pseudoElement:0}),P1=At(j1),q1=v({},Vc,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),F1=At(q1),U1=v({},ma,{newState:0,oldState:0}),V1=At(U1),W1=[9,13,27,32],xu=Kr&&"CompositionEvent"in window,ui=null;Kr&&"documentMode"in document&&(ui=document.documentMode);var X1=Kr&&"TextEvent"in window&&!ui,th=Kr&&(!xu||ui&&8<ui&&11>=ui),rh=" ",lh=!1;function ah(e,o){switch(e){case"keyup":return W1.indexOf(o.keyCode)!==-1;case"keydown":return o.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function nh(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var tn=!1;function Y1(e,o){switch(e){case"compositionend":return nh(o);case"keypress":return o.which!==32?null:(lh=!0,rh);case"textInput":return e=o.data,e===rh&&lh?null:e;default:return null}}function $1(e,o){if(tn)return e==="compositionend"||!xu&&ah(e,o)?(e=Kg(),Pc=pu=Sl=null,tn=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(o.ctrlKey||o.altKey||o.metaKey)||o.ctrlKey&&o.altKey){if(o.char&&1<o.char.length)return o.char;if(o.which)return String.fromCharCode(o.which)}return null;case"compositionend":return th&&o.locale!=="ko"?null:o.data;default:return null}}var Z1={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function ih(e){var o=e&&e.nodeName&&e.nodeName.toLowerCase();return o==="input"?!!Z1[e.type]:o==="textarea"}function ch(e,o,l,i){wl?Bl?Bl.push(i):Bl=[i]:wl=i,o=Is(o,"onChange"),0<o.length&&(l=new Uc("onChange","change",null,l,i),e.push({event:l,listeners:o}))}var fi=null,gi=null;function K1(e){qm(e,0)}function Wc(e){var o=Jt(e);if(li(o))return e}function sh(e,o){if(e==="change")return o}var dh=!1;if(Kr){var ku;if(Kr){var _u="oninput"in document;if(!_u){var uh=document.createElement("div");uh.setAttribute("oninput","return;"),_u=typeof uh.oninput=="function"}ku=_u}else ku=!1;dh=ku&&(!document.documentMode||9<document.documentMode)}function fh(){fi&&(fi.detachEvent("onpropertychange",gh),gi=fi=null)}function gh(e){if(e.propertyName==="value"&&Wc(gi)){var o=[];ch(o,gi,e,ni(e)),Zg(K1,o)}}function Q1(e,o,l){e==="focusin"?(fh(),fi=o,gi=l,fi.attachEvent("onpropertychange",gh)):e==="focusout"&&fh()}function J1(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Wc(gi)}function ek(e,o){if(e==="click")return Wc(o)}function ok(e,o){if(e==="input"||e==="change")return Wc(o)}function tk(e,o){return e===o&&(e!==0||1/e===1/o)||e!==e&&o!==o}var qt=typeof Object.is=="function"?Object.is:tk;function hi(e,o){if(qt(e,o))return!0;if(typeof e!="object"||e===null||typeof o!="object"||o===null)return!1;var l=Object.keys(e),i=Object.keys(o);if(l.length!==i.length)return!1;for(i=0;i<l.length;i++){var u=l[i];if(!O.call(o,u)||!qt(e[u],o[u]))return!1}return!0}function hh(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function ph(e,o){var l=hh(e);e=0;for(var i;l;){if(l.nodeType===3){if(i=e+l.textContent.length,e<=o&&i>=o)return{node:l,offset:o-e};e=i}e:{for(;l;){if(l.nextSibling){l=l.nextSibling;break e}l=l.parentNode}l=void 0}l=hh(l)}}function mh(e,o){return e&&o?e===o?!0:e&&e.nodeType===3?!1:o&&o.nodeType===3?mh(e,o.parentNode):"contains"in e?e.contains(o):e.compareDocumentPosition?!!(e.compareDocumentPosition(o)&16):!1:!1}function vh(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var o=Be(e.document);o instanceof e.HTMLIFrameElement;){try{var l=typeof o.contentWindow.location.href=="string"}catch{l=!1}if(l)e=o.contentWindow;else break;o=Be(e.document)}return o}function wu(e){var o=e&&e.nodeName&&e.nodeName.toLowerCase();return o&&(o==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||o==="textarea"||e.contentEditable==="true")}var rk=Kr&&"documentMode"in document&&11>=document.documentMode,rn=null,Bu=null,pi=null,Su=!1;function bh(e,o,l){var i=l.window===l?l.document:l.nodeType===9?l:l.ownerDocument;Su||rn==null||rn!==Be(i)||(i=rn,"selectionStart"in i&&wu(i)?i={start:i.selectionStart,end:i.selectionEnd}:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection(),i={anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}),pi&&hi(pi,i)||(pi=i,i=Is(Bu,"onSelect"),0<i.length&&(o=new Uc("onSelect","select",null,o,l),e.push({event:o,listeners:i}),o.target=rn)))}function va(e,o){var l={};return l[e.toLowerCase()]=o.toLowerCase(),l["Webkit"+e]="webkit"+o,l["Moz"+e]="moz"+o,l}var ln={animationend:va("Animation","AnimationEnd"),animationiteration:va("Animation","AnimationIteration"),animationstart:va("Animation","AnimationStart"),transitionrun:va("Transition","TransitionRun"),transitionstart:va("Transition","TransitionStart"),transitioncancel:va("Transition","TransitionCancel"),transitionend:va("Transition","TransitionEnd")},Cu={},yh={};Kr&&(yh=document.createElement("div").style,"AnimationEvent"in window||(delete ln.animationend.animation,delete ln.animationiteration.animation,delete ln.animationstart.animation),"TransitionEvent"in window||delete ln.transitionend.transition);function ba(e){if(Cu[e])return Cu[e];if(!ln[e])return e;var o=ln[e],l;for(l in o)if(o.hasOwnProperty(l)&&l in yh)return Cu[e]=o[l];return e}var xh=ba("animationend"),kh=ba("animationiteration"),_h=ba("animationstart"),lk=ba("transitionrun"),ak=ba("transitionstart"),nk=ba("transitioncancel"),wh=ba("transitionend"),Bh=new Map,Tu="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");Tu.push("scrollEnd");function yr(e,o){Bh.set(e,o),mr(o,[e])}var Sh=new WeakMap;function tr(e,o){if(typeof e=="object"&&e!==null){var l=Sh.get(e);return l!==void 0?l:(o={value:e,source:o,stack:pa(o)},Sh.set(e,o),o)}return{value:e,source:o,stack:pa(o)}}var rr=[],an=0,Du=0;function Xc(){for(var e=an,o=Du=an=0;o<e;){var l=rr[o];rr[o++]=null;var i=rr[o];rr[o++]=null;var u=rr[o];rr[o++]=null;var m=rr[o];if(rr[o++]=null,i!==null&&u!==null){var _=i.pending;_===null?u.next=u:(u.next=_.next,_.next=u),i.pending=u}m!==0&&Ch(l,u,m)}}function Yc(e,o,l,i){rr[an++]=e,rr[an++]=o,rr[an++]=l,rr[an++]=i,Du|=i,e.lanes|=i,e=e.alternate,e!==null&&(e.lanes|=i)}function Eu(e,o,l,i){return Yc(e,o,l,i),$c(e)}function nn(e,o){return Yc(e,null,null,o),$c(e)}function Ch(e,o,l){e.lanes|=l;var i=e.alternate;i!==null&&(i.lanes|=l);for(var u=!1,m=e.return;m!==null;)m.childLanes|=l,i=m.alternate,i!==null&&(i.childLanes|=l),m.tag===22&&(e=m.stateNode,e===null||e._visibility&1||(u=!0)),e=m,m=m.return;return e.tag===3?(m=e.stateNode,u&&o!==null&&(u=31-to(l),e=m.hiddenUpdates,i=e[u],i===null?e[u]=[o]:i.push(o),o.lane=l|536870912),m):null}function $c(e){if(50<ji)throw ji=0,z0=null,Error(n(185));for(var o=e.return;o!==null;)e=o,o=e.return;return e.tag===3?e.stateNode:null}var cn={};function ik(e,o,l,i){this.tag=e,this.key=l,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=o,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=i,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ft(e,o,l,i){return new ik(e,o,l,i)}function Gu(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Qr(e,o){var l=e.alternate;return l===null?(l=Ft(e.tag,o,e.key,e.mode),l.elementType=e.elementType,l.type=e.type,l.stateNode=e.stateNode,l.alternate=e,e.alternate=l):(l.pendingProps=o,l.type=e.type,l.flags=0,l.subtreeFlags=0,l.deletions=null),l.flags=e.flags&65011712,l.childLanes=e.childLanes,l.lanes=e.lanes,l.child=e.child,l.memoizedProps=e.memoizedProps,l.memoizedState=e.memoizedState,l.updateQueue=e.updateQueue,o=e.dependencies,l.dependencies=o===null?null:{lanes:o.lanes,firstContext:o.firstContext},l.sibling=e.sibling,l.index=e.index,l.ref=e.ref,l.refCleanup=e.refCleanup,l}function Th(e,o){e.flags&=65011714;var l=e.alternate;return l===null?(e.childLanes=0,e.lanes=o,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null):(e.childLanes=l.childLanes,e.lanes=l.lanes,e.child=l.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=l.memoizedProps,e.memoizedState=l.memoizedState,e.updateQueue=l.updateQueue,e.type=l.type,o=l.dependencies,e.dependencies=o===null?null:{lanes:o.lanes,firstContext:o.firstContext}),e}function Zc(e,o,l,i,u,m){var _=0;if(i=e,typeof e=="function")Gu(e)&&(_=1);else if(typeof e=="string")_=s_(e,l,ge.current)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case V:return e=Ft(31,l,o,u),e.elementType=V,e.lanes=m,e;case B:return ya(l.children,u,m,o);case w:_=8,u|=24;break;case C:return e=Ft(12,l,o,u|2),e.elementType=C,e.lanes=m,e;case E:return e=Ft(13,l,o,u),e.elementType=E,e.lanes=m,e;case A:return e=Ft(19,l,o,u),e.elementType=A,e.lanes=m,e;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case S:case T:_=10;break e;case R:_=9;break e;case I:_=11;break e;case N:_=14;break e;case H:_=16,i=null;break e}_=29,l=Error(n(130,e===null?"null":typeof e,"")),i=null}return o=Ft(_,l,o,u),o.elementType=e,o.type=i,o.lanes=m,o}function ya(e,o,l,i){return e=Ft(7,e,i,o),e.lanes=l,e}function Iu(e,o,l){return e=Ft(6,e,null,o),e.lanes=l,e}function Nu(e,o,l){return o=Ft(4,e.children!==null?e.children:[],e.key,o),o.lanes=l,o.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},o}var sn=[],dn=0,Kc=null,Qc=0,lr=[],ar=0,xa=null,Jr=1,el="";function ka(e,o){sn[dn++]=Qc,sn[dn++]=Kc,Kc=e,Qc=o}function Dh(e,o,l){lr[ar++]=Jr,lr[ar++]=el,lr[ar++]=xa,xa=e;var i=Jr;e=el;var u=32-to(i)-1;i&=~(1<<u),l+=1;var m=32-to(o)+u;if(30<m){var _=u-u%5;m=(i&(1<<_)-1).toString(32),i>>=_,u-=_,Jr=1<<32-to(o)+u|l<<u|i,el=m+e}else Jr=1<<m|l<<u|i,el=e}function Ru(e){e.return!==null&&(ka(e,1),Dh(e,1,0))}function Au(e){for(;e===Kc;)Kc=sn[--dn],sn[dn]=null,Qc=sn[--dn],sn[dn]=null;for(;e===xa;)xa=lr[--ar],lr[ar]=null,el=lr[--ar],lr[ar]=null,Jr=lr[--ar],lr[ar]=null}var Et=null,Uo=null,mo=!1,_a=null,Ar=!1,zu=Error(n(519));function wa(e){var o=Error(n(418,""));throw bi(tr(o,e)),zu}function Eh(e){var o=e.stateNode,l=e.type,i=e.memoizedProps;switch(o[Qo]=e,o[_t]=i,l){case"dialog":lo("cancel",o),lo("close",o);break;case"iframe":case"object":case"embed":lo("load",o);break;case"video":case"audio":for(l=0;l<qi.length;l++)lo(qi[l],o);break;case"source":lo("error",o);break;case"img":case"image":case"link":lo("error",o),lo("load",o);break;case"details":lo("toggle",o);break;case"input":lo("invalid",o),jt(o,i.value,i.defaultValue,i.checked,i.defaultChecked,i.type,i.name,!0),_l(o);break;case"select":lo("invalid",o);break;case"textarea":lo("invalid",o),Zr(o,i.value,i.defaultValue,i.children),_l(o)}l=i.children,typeof l!="string"&&typeof l!="number"&&typeof l!="bigint"||o.textContent===""+l||i.suppressHydrationWarning===!0||Wm(o.textContent,l)?(i.popover!=null&&(lo("beforetoggle",o),lo("toggle",o)),i.onScroll!=null&&lo("scroll",o),i.onScrollEnd!=null&&lo("scrollend",o),i.onClick!=null&&(o.onclick=Ns),o=!0):o=!1,o||wa(e)}function Gh(e){for(Et=e.return;Et;)switch(Et.tag){case 5:case 13:Ar=!1;return;case 27:case 3:Ar=!0;return;default:Et=Et.return}}function mi(e){if(e!==Et)return!1;if(!mo)return Gh(e),mo=!0,!1;var o=e.tag,l;if((l=o!==3&&o!==27)&&((l=o===5)&&(l=e.type,l=!(l!=="form"&&l!=="button")||K0(e.type,e.memoizedProps)),l=!l),l&&Uo&&wa(e),Gh(e),o===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(n(317));e:{for(e=e.nextSibling,o=0;e;){if(e.nodeType===8)if(l=e.data,l==="/$"){if(o===0){Uo=kr(e.nextSibling);break e}o--}else l!=="$"&&l!=="$!"&&l!=="$?"||o++;e=e.nextSibling}Uo=null}}else o===27?(o=Uo,Pl(e.type)?(e=of,of=null,Uo=e):Uo=o):Uo=Et?kr(e.stateNode.nextSibling):null;return!0}function vi(){Uo=Et=null,mo=!1}function Ih(){var e=_a;return e!==null&&(Ht===null?Ht=e:Ht.push.apply(Ht,e),_a=null),e}function bi(e){_a===null?_a=[e]:_a.push(e)}var Lu=Y(null),Ba=null,ol=null;function Cl(e,o,l){ae(Lu,o._currentValue),o._currentValue=l}function tl(e){e._currentValue=Lu.current,le(Lu)}function Hu(e,o,l){for(;e!==null;){var i=e.alternate;if((e.childLanes&o)!==o?(e.childLanes|=o,i!==null&&(i.childLanes|=o)):i!==null&&(i.childLanes&o)!==o&&(i.childLanes|=o),e===l)break;e=e.return}}function Ou(e,o,l,i){var u=e.child;for(u!==null&&(u.return=e);u!==null;){var m=u.dependencies;if(m!==null){var _=u.child;m=m.firstContext;e:for(;m!==null;){var D=m;m=u;for(var L=0;L<o.length;L++)if(D.context===o[L]){m.lanes|=l,D=m.alternate,D!==null&&(D.lanes|=l),Hu(m.return,l,e),i||(_=null);break e}m=D.next}}else if(u.tag===18){if(_=u.return,_===null)throw Error(n(341));_.lanes|=l,m=_.alternate,m!==null&&(m.lanes|=l),Hu(_,l,e),_=null}else _=u.child;if(_!==null)_.return=u;else for(_=u;_!==null;){if(_===e){_=null;break}if(u=_.sibling,u!==null){u.return=_.return,_=u;break}_=_.return}u=_}}function yi(e,o,l,i){e=null;for(var u=o,m=!1;u!==null;){if(!m){if((u.flags&524288)!==0)m=!0;else if((u.flags&262144)!==0)break}if(u.tag===10){var _=u.alternate;if(_===null)throw Error(n(387));if(_=_.memoizedProps,_!==null){var D=u.type;qt(u.pendingProps.value,_.value)||(e!==null?e.push(D):e=[D])}}else if(u===ne.current){if(_=u.alternate,_===null)throw Error(n(387));_.memoizedState.memoizedState!==u.memoizedState.memoizedState&&(e!==null?e.push(Yi):e=[Yi])}u=u.return}e!==null&&Ou(o,e,l,i),o.flags|=262144}function Jc(e){for(e=e.firstContext;e!==null;){if(!qt(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function Sa(e){Ba=e,ol=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function St(e){return Nh(Ba,e)}function es(e,o){return Ba===null&&Sa(e),Nh(e,o)}function Nh(e,o){var l=o._currentValue;if(o={context:o,memoizedValue:l,next:null},ol===null){if(e===null)throw Error(n(308));ol=o,e.dependencies={lanes:0,firstContext:o},e.flags|=524288}else ol=ol.next=o;return l}var ck=typeof AbortController<"u"?AbortController:function(){var e=[],o=this.signal={aborted:!1,addEventListener:function(l,i){e.push(i)}};this.abort=function(){o.aborted=!0,e.forEach(function(l){return l()})}},sk=t.unstable_scheduleCallback,dk=t.unstable_NormalPriority,nt={$$typeof:T,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Mu(){return{controller:new ck,data:new Map,refCount:0}}function xi(e){e.refCount--,e.refCount===0&&sk(dk,function(){e.controller.abort()})}var ki=null,ju=0,un=0,fn=null;function uk(e,o){if(ki===null){var l=ki=[];ju=0,un=q0(),fn={status:"pending",value:void 0,then:function(i){l.push(i)}}}return ju++,o.then(Rh,Rh),o}function Rh(){if(--ju===0&&ki!==null){fn!==null&&(fn.status="fulfilled");var e=ki;ki=null,un=0,fn=null;for(var o=0;o<e.length;o++)(0,e[o])()}}function fk(e,o){var l=[],i={status:"pending",value:null,reason:null,then:function(u){l.push(u)}};return e.then(function(){i.status="fulfilled",i.value=o;for(var u=0;u<l.length;u++)(0,l[u])(o)},function(u){for(i.status="rejected",i.reason=u,u=0;u<l.length;u++)(0,l[u])(void 0)}),i}var Ah=F.S;F.S=function(e,o){typeof o=="object"&&o!==null&&typeof o.then=="function"&&uk(e,o),Ah!==null&&Ah(e,o)};var Ca=Y(null);function Pu(){var e=Ca.current;return e!==null?e:No.pooledCache}function os(e,o){o===null?ae(Ca,Ca.current):ae(Ca,o.pool)}function zh(){var e=Pu();return e===null?null:{parent:nt._currentValue,pool:e}}var _i=Error(n(460)),Lh=Error(n(474)),ts=Error(n(542)),qu={then:function(){}};function Hh(e){return e=e.status,e==="fulfilled"||e==="rejected"}function rs(){}function Oh(e,o,l){switch(l=e[l],l===void 0?e.push(o):l!==o&&(o.then(rs,rs),o=l),o.status){case"fulfilled":return o.value;case"rejected":throw e=o.reason,jh(e),e;default:if(typeof o.status=="string")o.then(rs,rs);else{if(e=No,e!==null&&100<e.shellSuspendCounter)throw Error(n(482));e=o,e.status="pending",e.then(function(i){if(o.status==="pending"){var u=o;u.status="fulfilled",u.value=i}},function(i){if(o.status==="pending"){var u=o;u.status="rejected",u.reason=i}})}switch(o.status){case"fulfilled":return o.value;case"rejected":throw e=o.reason,jh(e),e}throw wi=o,_i}}var wi=null;function Mh(){if(wi===null)throw Error(n(459));var e=wi;return wi=null,e}function jh(e){if(e===_i||e===ts)throw Error(n(483))}var Tl=!1;function Fu(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Uu(e,o){e=e.updateQueue,o.updateQueue===e&&(o.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function Dl(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function El(e,o,l){var i=e.updateQueue;if(i===null)return null;if(i=i.shared,(xo&2)!==0){var u=i.pending;return u===null?o.next=o:(o.next=u.next,u.next=o),i.pending=o,o=$c(e),Ch(e,null,l),o}return Yc(e,i,o,l),$c(e)}function Bi(e,o,l){if(o=o.updateQueue,o!==null&&(o=o.shared,(l&4194048)!==0)){var i=o.lanes;i&=e.pendingLanes,l|=i,o.lanes=l,xt(e,l)}}function Vu(e,o){var l=e.updateQueue,i=e.alternate;if(i!==null&&(i=i.updateQueue,l===i)){var u=null,m=null;if(l=l.firstBaseUpdate,l!==null){do{var _={lane:l.lane,tag:l.tag,payload:l.payload,callback:null,next:null};m===null?u=m=_:m=m.next=_,l=l.next}while(l!==null);m===null?u=m=o:m=m.next=o}else u=m=o;l={baseState:i.baseState,firstBaseUpdate:u,lastBaseUpdate:m,shared:i.shared,callbacks:i.callbacks},e.updateQueue=l;return}e=l.lastBaseUpdate,e===null?l.firstBaseUpdate=o:e.next=o,l.lastBaseUpdate=o}var Wu=!1;function Si(){if(Wu){var e=fn;if(e!==null)throw e}}function Ci(e,o,l,i){Wu=!1;var u=e.updateQueue;Tl=!1;var m=u.firstBaseUpdate,_=u.lastBaseUpdate,D=u.shared.pending;if(D!==null){u.shared.pending=null;var L=D,K=L.next;L.next=null,_===null?m=K:_.next=K,_=L;var ie=e.alternate;ie!==null&&(ie=ie.updateQueue,D=ie.lastBaseUpdate,D!==_&&(D===null?ie.firstBaseUpdate=K:D.next=K,ie.lastBaseUpdate=L))}if(m!==null){var de=u.baseState;_=0,ie=K=L=null,D=m;do{var J=D.lane&-536870913,ee=J!==D.lane;if(ee?(so&J)===J:(i&J)===J){J!==0&&J===un&&(Wu=!0),ie!==null&&(ie=ie.next={lane:0,tag:D.tag,payload:D.payload,callback:null,next:null});e:{var Le=e,Re=D;J=o;var Co=l;switch(Re.tag){case 1:if(Le=Re.payload,typeof Le=="function"){de=Le.call(Co,de,J);break e}de=Le;break e;case 3:Le.flags=Le.flags&-65537|128;case 0:if(Le=Re.payload,J=typeof Le=="function"?Le.call(Co,de,J):Le,J==null)break e;de=v({},de,J);break e;case 2:Tl=!0}}J=D.callback,J!==null&&(e.flags|=64,ee&&(e.flags|=8192),ee=u.callbacks,ee===null?u.callbacks=[J]:ee.push(J))}else ee={lane:J,tag:D.tag,payload:D.payload,callback:D.callback,next:null},ie===null?(K=ie=ee,L=de):ie=ie.next=ee,_|=J;if(D=D.next,D===null){if(D=u.shared.pending,D===null)break;ee=D,D=ee.next,ee.next=null,u.lastBaseUpdate=ee,u.shared.pending=null}}while(!0);ie===null&&(L=de),u.baseState=L,u.firstBaseUpdate=K,u.lastBaseUpdate=ie,m===null&&(u.shared.lanes=0),Hl|=_,e.lanes=_,e.memoizedState=de}}function Ph(e,o){if(typeof e!="function")throw Error(n(191,e));e.call(o)}function qh(e,o){var l=e.callbacks;if(l!==null)for(e.callbacks=null,e=0;e<l.length;e++)Ph(l[e],o)}var gn=Y(null),ls=Y(0);function Fh(e,o){e=sl,ae(ls,e),ae(gn,o),sl=e|o.baseLanes}function Xu(){ae(ls,sl),ae(gn,gn.current)}function Yu(){sl=ls.current,le(gn),le(ls)}var Gl=0,Ze=null,Bo=null,ot=null,as=!1,hn=!1,Ta=!1,ns=0,Ti=0,pn=null,gk=0;function $o(){throw Error(n(321))}function $u(e,o){if(o===null)return!1;for(var l=0;l<o.length&&l<e.length;l++)if(!qt(e[l],o[l]))return!1;return!0}function Zu(e,o,l,i,u,m){return Gl=m,Ze=o,o.memoizedState=null,o.updateQueue=null,o.lanes=0,F.H=e===null||e.memoizedState===null?Cp:Tp,Ta=!1,m=l(i,u),Ta=!1,hn&&(m=Vh(o,l,i,u)),Uh(e),m}function Uh(e){F.H=fs;var o=Bo!==null&&Bo.next!==null;if(Gl=0,ot=Bo=Ze=null,as=!1,Ti=0,pn=null,o)throw Error(n(300));e===null||st||(e=e.dependencies,e!==null&&Jc(e)&&(st=!0))}function Vh(e,o,l,i){Ze=e;var u=0;do{if(hn&&(pn=null),Ti=0,hn=!1,25<=u)throw Error(n(301));if(u+=1,ot=Bo=null,e.updateQueue!=null){var m=e.updateQueue;m.lastEffect=null,m.events=null,m.stores=null,m.memoCache!=null&&(m.memoCache.index=0)}F.H=xk,m=o(l,i)}while(hn);return m}function hk(){var e=F.H,o=e.useState()[0];return o=typeof o.then=="function"?Di(o):o,e=e.useState()[0],(Bo!==null?Bo.memoizedState:null)!==e&&(Ze.flags|=1024),o}function Ku(){var e=ns!==0;return ns=0,e}function Qu(e,o,l){o.updateQueue=e.updateQueue,o.flags&=-2053,e.lanes&=~l}function Ju(e){if(as){for(e=e.memoizedState;e!==null;){var o=e.queue;o!==null&&(o.pending=null),e=e.next}as=!1}Gl=0,ot=Bo=Ze=null,hn=!1,Ti=ns=0,pn=null}function zt(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ot===null?Ze.memoizedState=ot=e:ot=ot.next=e,ot}function tt(){if(Bo===null){var e=Ze.alternate;e=e!==null?e.memoizedState:null}else e=Bo.next;var o=ot===null?Ze.memoizedState:ot.next;if(o!==null)ot=o,Bo=e;else{if(e===null)throw Ze.alternate===null?Error(n(467)):Error(n(310));Bo=e,e={memoizedState:Bo.memoizedState,baseState:Bo.baseState,baseQueue:Bo.baseQueue,queue:Bo.queue,next:null},ot===null?Ze.memoizedState=ot=e:ot=ot.next=e}return ot}function e0(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Di(e){var o=Ti;return Ti+=1,pn===null&&(pn=[]),e=Oh(pn,e,o),o=Ze,(ot===null?o.memoizedState:ot.next)===null&&(o=o.alternate,F.H=o===null||o.memoizedState===null?Cp:Tp),e}function is(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return Di(e);if(e.$$typeof===T)return St(e)}throw Error(n(438,String(e)))}function o0(e){var o=null,l=Ze.updateQueue;if(l!==null&&(o=l.memoCache),o==null){var i=Ze.alternate;i!==null&&(i=i.updateQueue,i!==null&&(i=i.memoCache,i!=null&&(o={data:i.data.map(function(u){return u.slice()}),index:0})))}if(o==null&&(o={data:[],index:0}),l===null&&(l=e0(),Ze.updateQueue=l),l.memoCache=o,l=o.data[o.index],l===void 0)for(l=o.data[o.index]=Array(e),i=0;i<e;i++)l[i]=j;return o.index++,l}function rl(e,o){return typeof o=="function"?o(e):o}function cs(e){var o=tt();return t0(o,Bo,e)}function t0(e,o,l){var i=e.queue;if(i===null)throw Error(n(311));i.lastRenderedReducer=l;var u=e.baseQueue,m=i.pending;if(m!==null){if(u!==null){var _=u.next;u.next=m.next,m.next=_}o.baseQueue=u=m,i.pending=null}if(m=e.baseState,u===null)e.memoizedState=m;else{o=u.next;var D=_=null,L=null,K=o,ie=!1;do{var de=K.lane&-536870913;if(de!==K.lane?(so&de)===de:(Gl&de)===de){var J=K.revertLane;if(J===0)L!==null&&(L=L.next={lane:0,revertLane:0,action:K.action,hasEagerState:K.hasEagerState,eagerState:K.eagerState,next:null}),de===un&&(ie=!0);else if((Gl&J)===J){K=K.next,J===un&&(ie=!0);continue}else de={lane:0,revertLane:K.revertLane,action:K.action,hasEagerState:K.hasEagerState,eagerState:K.eagerState,next:null},L===null?(D=L=de,_=m):L=L.next=de,Ze.lanes|=J,Hl|=J;de=K.action,Ta&&l(m,de),m=K.hasEagerState?K.eagerState:l(m,de)}else J={lane:de,revertLane:K.revertLane,action:K.action,hasEagerState:K.hasEagerState,eagerState:K.eagerState,next:null},L===null?(D=L=J,_=m):L=L.next=J,Ze.lanes|=de,Hl|=de;K=K.next}while(K!==null&&K!==o);if(L===null?_=m:L.next=D,!qt(m,e.memoizedState)&&(st=!0,ie&&(l=fn,l!==null)))throw l;e.memoizedState=m,e.baseState=_,e.baseQueue=L,i.lastRenderedState=m}return u===null&&(i.lanes=0),[e.memoizedState,i.dispatch]}function r0(e){var o=tt(),l=o.queue;if(l===null)throw Error(n(311));l.lastRenderedReducer=e;var i=l.dispatch,u=l.pending,m=o.memoizedState;if(u!==null){l.pending=null;var _=u=u.next;do m=e(m,_.action),_=_.next;while(_!==u);qt(m,o.memoizedState)||(st=!0),o.memoizedState=m,o.baseQueue===null&&(o.baseState=m),l.lastRenderedState=m}return[m,i]}function Wh(e,o,l){var i=Ze,u=tt(),m=mo;if(m){if(l===void 0)throw Error(n(407));l=l()}else l=o();var _=!qt((Bo||u).memoizedState,l);_&&(u.memoizedState=l,st=!0),u=u.queue;var D=$h.bind(null,i,u,e);if(Ei(2048,8,D,[e]),u.getSnapshot!==o||_||ot!==null&&ot.memoizedState.tag&1){if(i.flags|=2048,mn(9,ss(),Yh.bind(null,i,u,l,o),null),No===null)throw Error(n(349));m||(Gl&124)!==0||Xh(i,o,l)}return l}function Xh(e,o,l){e.flags|=16384,e={getSnapshot:o,value:l},o=Ze.updateQueue,o===null?(o=e0(),Ze.updateQueue=o,o.stores=[e]):(l=o.stores,l===null?o.stores=[e]:l.push(e))}function Yh(e,o,l,i){o.value=l,o.getSnapshot=i,Zh(o)&&Kh(e)}function $h(e,o,l){return l(function(){Zh(o)&&Kh(e)})}function Zh(e){var o=e.getSnapshot;e=e.value;try{var l=o();return!qt(e,l)}catch{return!0}}function Kh(e){var o=nn(e,2);o!==null&&Yt(o,e,2)}function l0(e){var o=zt();if(typeof e=="function"){var l=e;if(e=l(),Ta){bo(!0);try{l()}finally{bo(!1)}}}return o.memoizedState=o.baseState=e,o.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:rl,lastRenderedState:e},o}function Qh(e,o,l,i){return e.baseState=l,t0(e,Bo,typeof i=="function"?i:rl)}function pk(e,o,l,i,u){if(us(e))throw Error(n(485));if(e=o.action,e!==null){var m={payload:u,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(_){m.listeners.push(_)}};F.T!==null?l(!0):m.isTransition=!1,i(m),l=o.pending,l===null?(m.next=o.pending=m,Jh(o,m)):(m.next=l.next,o.pending=l.next=m)}}function Jh(e,o){var l=o.action,i=o.payload,u=e.state;if(o.isTransition){var m=F.T,_={};F.T=_;try{var D=l(u,i),L=F.S;L!==null&&L(_,D),ep(e,o,D)}catch(K){a0(e,o,K)}finally{F.T=m}}else try{m=l(u,i),ep(e,o,m)}catch(K){a0(e,o,K)}}function ep(e,o,l){l!==null&&typeof l=="object"&&typeof l.then=="function"?l.then(function(i){op(e,o,i)},function(i){return a0(e,o,i)}):op(e,o,l)}function op(e,o,l){o.status="fulfilled",o.value=l,tp(o),e.state=l,o=e.pending,o!==null&&(l=o.next,l===o?e.pending=null:(l=l.next,o.next=l,Jh(e,l)))}function a0(e,o,l){var i=e.pending;if(e.pending=null,i!==null){i=i.next;do o.status="rejected",o.reason=l,tp(o),o=o.next;while(o!==i)}e.action=null}function tp(e){e=e.listeners;for(var o=0;o<e.length;o++)(0,e[o])()}function rp(e,o){return o}function lp(e,o){if(mo){var l=No.formState;if(l!==null){e:{var i=Ze;if(mo){if(Uo){o:{for(var u=Uo,m=Ar;u.nodeType!==8;){if(!m){u=null;break o}if(u=kr(u.nextSibling),u===null){u=null;break o}}m=u.data,u=m==="F!"||m==="F"?u:null}if(u){Uo=kr(u.nextSibling),i=u.data==="F!";break e}}wa(i)}i=!1}i&&(o=l[0])}}return l=zt(),l.memoizedState=l.baseState=o,i={pending:null,lanes:0,dispatch:null,lastRenderedReducer:rp,lastRenderedState:o},l.queue=i,l=wp.bind(null,Ze,i),i.dispatch=l,i=l0(!1),m=d0.bind(null,Ze,!1,i.queue),i=zt(),u={state:o,dispatch:null,action:e,pending:null},i.queue=u,l=pk.bind(null,Ze,u,m,l),u.dispatch=l,i.memoizedState=e,[o,l,!1]}function ap(e){var o=tt();return np(o,Bo,e)}function np(e,o,l){if(o=t0(e,o,rp)[0],e=cs(rl)[0],typeof o=="object"&&o!==null&&typeof o.then=="function")try{var i=Di(o)}catch(_){throw _===_i?ts:_}else i=o;o=tt();var u=o.queue,m=u.dispatch;return l!==o.memoizedState&&(Ze.flags|=2048,mn(9,ss(),mk.bind(null,u,l),null)),[i,m,e]}function mk(e,o){e.action=o}function ip(e){var o=tt(),l=Bo;if(l!==null)return np(o,l,e);tt(),o=o.memoizedState,l=tt();var i=l.queue.dispatch;return l.memoizedState=e,[o,i,!1]}function mn(e,o,l,i){return e={tag:e,create:l,deps:i,inst:o,next:null},o=Ze.updateQueue,o===null&&(o=e0(),Ze.updateQueue=o),l=o.lastEffect,l===null?o.lastEffect=e.next=e:(i=l.next,l.next=e,e.next=i,o.lastEffect=e),e}function ss(){return{destroy:void 0,resource:void 0}}function cp(){return tt().memoizedState}function ds(e,o,l,i){var u=zt();i=i===void 0?null:i,Ze.flags|=e,u.memoizedState=mn(1|o,ss(),l,i)}function Ei(e,o,l,i){var u=tt();i=i===void 0?null:i;var m=u.memoizedState.inst;Bo!==null&&i!==null&&$u(i,Bo.memoizedState.deps)?u.memoizedState=mn(o,m,l,i):(Ze.flags|=e,u.memoizedState=mn(1|o,m,l,i))}function sp(e,o){ds(8390656,8,e,o)}function dp(e,o){Ei(2048,8,e,o)}function up(e,o){return Ei(4,2,e,o)}function fp(e,o){return Ei(4,4,e,o)}function gp(e,o){if(typeof o=="function"){e=e();var l=o(e);return function(){typeof l=="function"?l():o(null)}}if(o!=null)return e=e(),o.current=e,function(){o.current=null}}function hp(e,o,l){l=l!=null?l.concat([e]):null,Ei(4,4,gp.bind(null,o,e),l)}function n0(){}function pp(e,o){var l=tt();o=o===void 0?null:o;var i=l.memoizedState;return o!==null&&$u(o,i[1])?i[0]:(l.memoizedState=[e,o],e)}function mp(e,o){var l=tt();o=o===void 0?null:o;var i=l.memoizedState;if(o!==null&&$u(o,i[1]))return i[0];if(i=e(),Ta){bo(!0);try{e()}finally{bo(!1)}}return l.memoizedState=[i,o],i}function i0(e,o,l){return l===void 0||(Gl&1073741824)!==0?e.memoizedState=o:(e.memoizedState=l,e=ym(),Ze.lanes|=e,Hl|=e,l)}function vp(e,o,l,i){return qt(l,o)?l:gn.current!==null?(e=i0(e,l,i),qt(e,o)||(st=!0),e):(Gl&42)===0?(st=!0,e.memoizedState=l):(e=ym(),Ze.lanes|=e,Hl|=e,o)}function bp(e,o,l,i,u){var m=Z.p;Z.p=m!==0&&8>m?m:8;var _=F.T,D={};F.T=D,d0(e,!1,o,l);try{var L=u(),K=F.S;if(K!==null&&K(D,L),L!==null&&typeof L=="object"&&typeof L.then=="function"){var ie=fk(L,i);Gi(e,o,ie,Xt(e))}else Gi(e,o,i,Xt(e))}catch(de){Gi(e,o,{then:function(){},status:"rejected",reason:de},Xt())}finally{Z.p=m,F.T=_}}function vk(){}function c0(e,o,l,i){if(e.tag!==5)throw Error(n(476));var u=yp(e).queue;bp(e,u,o,oe,l===null?vk:function(){return xp(e),l(i)})}function yp(e){var o=e.memoizedState;if(o!==null)return o;o={memoizedState:oe,baseState:oe,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:rl,lastRenderedState:oe},next:null};var l={};return o.next={memoizedState:l,baseState:l,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:rl,lastRenderedState:l},next:null},e.memoizedState=o,e=e.alternate,e!==null&&(e.memoizedState=o),o}function xp(e){var o=yp(e).next.queue;Gi(e,o,{},Xt())}function s0(){return St(Yi)}function kp(){return tt().memoizedState}function _p(){return tt().memoizedState}function bk(e){for(var o=e.return;o!==null;){switch(o.tag){case 24:case 3:var l=Xt();e=Dl(l);var i=El(o,e,l);i!==null&&(Yt(i,o,l),Bi(i,o,l)),o={cache:Mu()},e.payload=o;return}o=o.return}}function yk(e,o,l){var i=Xt();l={lane:i,revertLane:0,action:l,hasEagerState:!1,eagerState:null,next:null},us(e)?Bp(o,l):(l=Eu(e,o,l,i),l!==null&&(Yt(l,e,i),Sp(l,o,i)))}function wp(e,o,l){var i=Xt();Gi(e,o,l,i)}function Gi(e,o,l,i){var u={lane:i,revertLane:0,action:l,hasEagerState:!1,eagerState:null,next:null};if(us(e))Bp(o,u);else{var m=e.alternate;if(e.lanes===0&&(m===null||m.lanes===0)&&(m=o.lastRenderedReducer,m!==null))try{var _=o.lastRenderedState,D=m(_,l);if(u.hasEagerState=!0,u.eagerState=D,qt(D,_))return Yc(e,o,u,0),No===null&&Xc(),!1}catch{}finally{}if(l=Eu(e,o,u,i),l!==null)return Yt(l,e,i),Sp(l,o,i),!0}return!1}function d0(e,o,l,i){if(i={lane:2,revertLane:q0(),action:i,hasEagerState:!1,eagerState:null,next:null},us(e)){if(o)throw Error(n(479))}else o=Eu(e,l,i,2),o!==null&&Yt(o,e,2)}function us(e){var o=e.alternate;return e===Ze||o!==null&&o===Ze}function Bp(e,o){hn=as=!0;var l=e.pending;l===null?o.next=o:(o.next=l.next,l.next=o),e.pending=o}function Sp(e,o,l){if((l&4194048)!==0){var i=o.lanes;i&=e.pendingLanes,l|=i,o.lanes=l,xt(e,l)}}var fs={readContext:St,use:is,useCallback:$o,useContext:$o,useEffect:$o,useImperativeHandle:$o,useLayoutEffect:$o,useInsertionEffect:$o,useMemo:$o,useReducer:$o,useRef:$o,useState:$o,useDebugValue:$o,useDeferredValue:$o,useTransition:$o,useSyncExternalStore:$o,useId:$o,useHostTransitionStatus:$o,useFormState:$o,useActionState:$o,useOptimistic:$o,useMemoCache:$o,useCacheRefresh:$o},Cp={readContext:St,use:is,useCallback:function(e,o){return zt().memoizedState=[e,o===void 0?null:o],e},useContext:St,useEffect:sp,useImperativeHandle:function(e,o,l){l=l!=null?l.concat([e]):null,ds(4194308,4,gp.bind(null,o,e),l)},useLayoutEffect:function(e,o){return ds(4194308,4,e,o)},useInsertionEffect:function(e,o){ds(4,2,e,o)},useMemo:function(e,o){var l=zt();o=o===void 0?null:o;var i=e();if(Ta){bo(!0);try{e()}finally{bo(!1)}}return l.memoizedState=[i,o],i},useReducer:function(e,o,l){var i=zt();if(l!==void 0){var u=l(o);if(Ta){bo(!0);try{l(o)}finally{bo(!1)}}}else u=o;return i.memoizedState=i.baseState=u,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:u},i.queue=e,e=e.dispatch=yk.bind(null,Ze,e),[i.memoizedState,e]},useRef:function(e){var o=zt();return e={current:e},o.memoizedState=e},useState:function(e){e=l0(e);var o=e.queue,l=wp.bind(null,Ze,o);return o.dispatch=l,[e.memoizedState,l]},useDebugValue:n0,useDeferredValue:function(e,o){var l=zt();return i0(l,e,o)},useTransition:function(){var e=l0(!1);return e=bp.bind(null,Ze,e.queue,!0,!1),zt().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,o,l){var i=Ze,u=zt();if(mo){if(l===void 0)throw Error(n(407));l=l()}else{if(l=o(),No===null)throw Error(n(349));(so&124)!==0||Xh(i,o,l)}u.memoizedState=l;var m={value:l,getSnapshot:o};return u.queue=m,sp($h.bind(null,i,m,e),[e]),i.flags|=2048,mn(9,ss(),Yh.bind(null,i,m,l,o),null),l},useId:function(){var e=zt(),o=No.identifierPrefix;if(mo){var l=el,i=Jr;l=(i&~(1<<32-to(i)-1)).toString(32)+l,o="«"+o+"R"+l,l=ns++,0<l&&(o+="H"+l.toString(32)),o+="»"}else l=gk++,o="«"+o+"r"+l.toString(32)+"»";return e.memoizedState=o},useHostTransitionStatus:s0,useFormState:lp,useActionState:lp,useOptimistic:function(e){var o=zt();o.memoizedState=o.baseState=e;var l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return o.queue=l,o=d0.bind(null,Ze,!0,l),l.dispatch=o,[e,o]},useMemoCache:o0,useCacheRefresh:function(){return zt().memoizedState=bk.bind(null,Ze)}},Tp={readContext:St,use:is,useCallback:pp,useContext:St,useEffect:dp,useImperativeHandle:hp,useInsertionEffect:up,useLayoutEffect:fp,useMemo:mp,useReducer:cs,useRef:cp,useState:function(){return cs(rl)},useDebugValue:n0,useDeferredValue:function(e,o){var l=tt();return vp(l,Bo.memoizedState,e,o)},useTransition:function(){var e=cs(rl)[0],o=tt().memoizedState;return[typeof e=="boolean"?e:Di(e),o]},useSyncExternalStore:Wh,useId:kp,useHostTransitionStatus:s0,useFormState:ap,useActionState:ap,useOptimistic:function(e,o){var l=tt();return Qh(l,Bo,e,o)},useMemoCache:o0,useCacheRefresh:_p},xk={readContext:St,use:is,useCallback:pp,useContext:St,useEffect:dp,useImperativeHandle:hp,useInsertionEffect:up,useLayoutEffect:fp,useMemo:mp,useReducer:r0,useRef:cp,useState:function(){return r0(rl)},useDebugValue:n0,useDeferredValue:function(e,o){var l=tt();return Bo===null?i0(l,e,o):vp(l,Bo.memoizedState,e,o)},useTransition:function(){var e=r0(rl)[0],o=tt().memoizedState;return[typeof e=="boolean"?e:Di(e),o]},useSyncExternalStore:Wh,useId:kp,useHostTransitionStatus:s0,useFormState:ip,useActionState:ip,useOptimistic:function(e,o){var l=tt();return Bo!==null?Qh(l,Bo,e,o):(l.baseState=e,[e,l.queue.dispatch])},useMemoCache:o0,useCacheRefresh:_p},vn=null,Ii=0;function gs(e){var o=Ii;return Ii+=1,vn===null&&(vn=[]),Oh(vn,e,o)}function Ni(e,o){o=o.props.ref,e.ref=o!==void 0?o:null}function hs(e,o){throw o.$$typeof===b?Error(n(525)):(e=Object.prototype.toString.call(o),Error(n(31,e==="[object Object]"?"object with keys {"+Object.keys(o).join(", ")+"}":e)))}function Dp(e){var o=e._init;return o(e._payload)}function Ep(e){function o(W,U){if(e){var $=W.deletions;$===null?(W.deletions=[U],W.flags|=16):$.push(U)}}function l(W,U){if(!e)return null;for(;U!==null;)o(W,U),U=U.sibling;return null}function i(W){for(var U=new Map;W!==null;)W.key!==null?U.set(W.key,W):U.set(W.index,W),W=W.sibling;return U}function u(W,U){return W=Qr(W,U),W.index=0,W.sibling=null,W}function m(W,U,$){return W.index=$,e?($=W.alternate,$!==null?($=$.index,$<U?(W.flags|=67108866,U):$):(W.flags|=67108866,U)):(W.flags|=1048576,U)}function _(W){return e&&W.alternate===null&&(W.flags|=67108866),W}function D(W,U,$,ce){return U===null||U.tag!==6?(U=Iu($,W.mode,ce),U.return=W,U):(U=u(U,$),U.return=W,U)}function L(W,U,$,ce){var Se=$.type;return Se===B?ie(W,U,$.props.children,ce,$.key):U!==null&&(U.elementType===Se||typeof Se=="object"&&Se!==null&&Se.$$typeof===H&&Dp(Se)===U.type)?(U=u(U,$.props),Ni(U,$),U.return=W,U):(U=Zc($.type,$.key,$.props,null,W.mode,ce),Ni(U,$),U.return=W,U)}function K(W,U,$,ce){return U===null||U.tag!==4||U.stateNode.containerInfo!==$.containerInfo||U.stateNode.implementation!==$.implementation?(U=Nu($,W.mode,ce),U.return=W,U):(U=u(U,$.children||[]),U.return=W,U)}function ie(W,U,$,ce,Se){return U===null||U.tag!==7?(U=ya($,W.mode,ce,Se),U.return=W,U):(U=u(U,$),U.return=W,U)}function de(W,U,$){if(typeof U=="string"&&U!==""||typeof U=="number"||typeof U=="bigint")return U=Iu(""+U,W.mode,$),U.return=W,U;if(typeof U=="object"&&U!==null){switch(U.$$typeof){case x:return $=Zc(U.type,U.key,U.props,null,W.mode,$),Ni($,U),$.return=W,$;case k:return U=Nu(U,W.mode,$),U.return=W,U;case H:var ce=U._init;return U=ce(U._payload),de(W,U,$)}if(te(U)||q(U))return U=ya(U,W.mode,$,null),U.return=W,U;if(typeof U.then=="function")return de(W,gs(U),$);if(U.$$typeof===T)return de(W,es(W,U),$);hs(W,U)}return null}function J(W,U,$,ce){var Se=U!==null?U.key:null;if(typeof $=="string"&&$!==""||typeof $=="number"||typeof $=="bigint")return Se!==null?null:D(W,U,""+$,ce);if(typeof $=="object"&&$!==null){switch($.$$typeof){case x:return $.key===Se?L(W,U,$,ce):null;case k:return $.key===Se?K(W,U,$,ce):null;case H:return Se=$._init,$=Se($._payload),J(W,U,$,ce)}if(te($)||q($))return Se!==null?null:ie(W,U,$,ce,null);if(typeof $.then=="function")return J(W,U,gs($),ce);if($.$$typeof===T)return J(W,U,es(W,$),ce);hs(W,$)}return null}function ee(W,U,$,ce,Se){if(typeof ce=="string"&&ce!==""||typeof ce=="number"||typeof ce=="bigint")return W=W.get($)||null,D(U,W,""+ce,Se);if(typeof ce=="object"&&ce!==null){switch(ce.$$typeof){case x:return W=W.get(ce.key===null?$:ce.key)||null,L(U,W,ce,Se);case k:return W=W.get(ce.key===null?$:ce.key)||null,K(U,W,ce,Se);case H:var Je=ce._init;return ce=Je(ce._payload),ee(W,U,$,ce,Se)}if(te(ce)||q(ce))return W=W.get($)||null,ie(U,W,ce,Se,null);if(typeof ce.then=="function")return ee(W,U,$,gs(ce),Se);if(ce.$$typeof===T)return ee(W,U,$,es(U,ce),Se);hs(U,ce)}return null}function Le(W,U,$,ce){for(var Se=null,Je=null,Ie=U,Ae=U=0,ut=null;Ie!==null&&Ae<$.length;Ae++){Ie.index>Ae?(ut=Ie,Ie=null):ut=Ie.sibling;var ho=J(W,Ie,$[Ae],ce);if(ho===null){Ie===null&&(Ie=ut);break}e&&Ie&&ho.alternate===null&&o(W,Ie),U=m(ho,U,Ae),Je===null?Se=ho:Je.sibling=ho,Je=ho,Ie=ut}if(Ae===$.length)return l(W,Ie),mo&&ka(W,Ae),Se;if(Ie===null){for(;Ae<$.length;Ae++)Ie=de(W,$[Ae],ce),Ie!==null&&(U=m(Ie,U,Ae),Je===null?Se=Ie:Je.sibling=Ie,Je=Ie);return mo&&ka(W,Ae),Se}for(Ie=i(Ie);Ae<$.length;Ae++)ut=ee(Ie,W,Ae,$[Ae],ce),ut!==null&&(e&&ut.alternate!==null&&Ie.delete(ut.key===null?Ae:ut.key),U=m(ut,U,Ae),Je===null?Se=ut:Je.sibling=ut,Je=ut);return e&&Ie.forEach(function(Wl){return o(W,Wl)}),mo&&ka(W,Ae),Se}function Re(W,U,$,ce){if($==null)throw Error(n(151));for(var Se=null,Je=null,Ie=U,Ae=U=0,ut=null,ho=$.next();Ie!==null&&!ho.done;Ae++,ho=$.next()){Ie.index>Ae?(ut=Ie,Ie=null):ut=Ie.sibling;var Wl=J(W,Ie,ho.value,ce);if(Wl===null){Ie===null&&(Ie=ut);break}e&&Ie&&Wl.alternate===null&&o(W,Ie),U=m(Wl,U,Ae),Je===null?Se=Wl:Je.sibling=Wl,Je=Wl,Ie=ut}if(ho.done)return l(W,Ie),mo&&ka(W,Ae),Se;if(Ie===null){for(;!ho.done;Ae++,ho=$.next())ho=de(W,ho.value,ce),ho!==null&&(U=m(ho,U,Ae),Je===null?Se=ho:Je.sibling=ho,Je=ho);return mo&&ka(W,Ae),Se}for(Ie=i(Ie);!ho.done;Ae++,ho=$.next())ho=ee(Ie,W,Ae,ho.value,ce),ho!==null&&(e&&ho.alternate!==null&&Ie.delete(ho.key===null?Ae:ho.key),U=m(ho,U,Ae),Je===null?Se=ho:Je.sibling=ho,Je=ho);return e&&Ie.forEach(function(k_){return o(W,k_)}),mo&&ka(W,Ae),Se}function Co(W,U,$,ce){if(typeof $=="object"&&$!==null&&$.type===B&&$.key===null&&($=$.props.children),typeof $=="object"&&$!==null){switch($.$$typeof){case x:e:{for(var Se=$.key;U!==null;){if(U.key===Se){if(Se=$.type,Se===B){if(U.tag===7){l(W,U.sibling),ce=u(U,$.props.children),ce.return=W,W=ce;break e}}else if(U.elementType===Se||typeof Se=="object"&&Se!==null&&Se.$$typeof===H&&Dp(Se)===U.type){l(W,U.sibling),ce=u(U,$.props),Ni(ce,$),ce.return=W,W=ce;break e}l(W,U);break}else o(W,U);U=U.sibling}$.type===B?(ce=ya($.props.children,W.mode,ce,$.key),ce.return=W,W=ce):(ce=Zc($.type,$.key,$.props,null,W.mode,ce),Ni(ce,$),ce.return=W,W=ce)}return _(W);case k:e:{for(Se=$.key;U!==null;){if(U.key===Se)if(U.tag===4&&U.stateNode.containerInfo===$.containerInfo&&U.stateNode.implementation===$.implementation){l(W,U.sibling),ce=u(U,$.children||[]),ce.return=W,W=ce;break e}else{l(W,U);break}else o(W,U);U=U.sibling}ce=Nu($,W.mode,ce),ce.return=W,W=ce}return _(W);case H:return Se=$._init,$=Se($._payload),Co(W,U,$,ce)}if(te($))return Le(W,U,$,ce);if(q($)){if(Se=q($),typeof Se!="function")throw Error(n(150));return $=Se.call($),Re(W,U,$,ce)}if(typeof $.then=="function")return Co(W,U,gs($),ce);if($.$$typeof===T)return Co(W,U,es(W,$),ce);hs(W,$)}return typeof $=="string"&&$!==""||typeof $=="number"||typeof $=="bigint"?($=""+$,U!==null&&U.tag===6?(l(W,U.sibling),ce=u(U,$),ce.return=W,W=ce):(l(W,U),ce=Iu($,W.mode,ce),ce.return=W,W=ce),_(W)):l(W,U)}return function(W,U,$,ce){try{Ii=0;var Se=Co(W,U,$,ce);return vn=null,Se}catch(Ie){if(Ie===_i||Ie===ts)throw Ie;var Je=Ft(29,Ie,null,W.mode);return Je.lanes=ce,Je.return=W,Je}finally{}}}var bn=Ep(!0),Gp=Ep(!1),nr=Y(null),zr=null;function Il(e){var o=e.alternate;ae(it,it.current&1),ae(nr,e),zr===null&&(o===null||gn.current!==null||o.memoizedState!==null)&&(zr=e)}function Ip(e){if(e.tag===22){if(ae(it,it.current),ae(nr,e),zr===null){var o=e.alternate;o!==null&&o.memoizedState!==null&&(zr=e)}}else Nl()}function Nl(){ae(it,it.current),ae(nr,nr.current)}function ll(e){le(nr),zr===e&&(zr=null),le(it)}var it=Y(0);function ps(e){for(var o=e;o!==null;){if(o.tag===13){var l=o.memoizedState;if(l!==null&&(l=l.dehydrated,l===null||l.data==="$?"||ef(l)))return o}else if(o.tag===19&&o.memoizedProps.revealOrder!==void 0){if((o.flags&128)!==0)return o}else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===e)break;for(;o.sibling===null;){if(o.return===null||o.return===e)return null;o=o.return}o.sibling.return=o.return,o=o.sibling}return null}function u0(e,o,l,i){o=e.memoizedState,l=l(i,o),l=l==null?o:v({},o,l),e.memoizedState=l,e.lanes===0&&(e.updateQueue.baseState=l)}var f0={enqueueSetState:function(e,o,l){e=e._reactInternals;var i=Xt(),u=Dl(i);u.payload=o,l!=null&&(u.callback=l),o=El(e,u,i),o!==null&&(Yt(o,e,i),Bi(o,e,i))},enqueueReplaceState:function(e,o,l){e=e._reactInternals;var i=Xt(),u=Dl(i);u.tag=1,u.payload=o,l!=null&&(u.callback=l),o=El(e,u,i),o!==null&&(Yt(o,e,i),Bi(o,e,i))},enqueueForceUpdate:function(e,o){e=e._reactInternals;var l=Xt(),i=Dl(l);i.tag=2,o!=null&&(i.callback=o),o=El(e,i,l),o!==null&&(Yt(o,e,l),Bi(o,e,l))}};function Np(e,o,l,i,u,m,_){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(i,m,_):o.prototype&&o.prototype.isPureReactComponent?!hi(l,i)||!hi(u,m):!0}function Rp(e,o,l,i){e=o.state,typeof o.componentWillReceiveProps=="function"&&o.componentWillReceiveProps(l,i),typeof o.UNSAFE_componentWillReceiveProps=="function"&&o.UNSAFE_componentWillReceiveProps(l,i),o.state!==e&&f0.enqueueReplaceState(o,o.state,null)}function Da(e,o){var l=o;if("ref"in o){l={};for(var i in o)i!=="ref"&&(l[i]=o[i])}if(e=e.defaultProps){l===o&&(l=v({},l));for(var u in e)l[u]===void 0&&(l[u]=e[u])}return l}var ms=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var o=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(o))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)};function Ap(e){ms(e)}function zp(e){console.error(e)}function Lp(e){ms(e)}function vs(e,o){try{var l=e.onUncaughtError;l(o.value,{componentStack:o.stack})}catch(i){setTimeout(function(){throw i})}}function Hp(e,o,l){try{var i=e.onCaughtError;i(l.value,{componentStack:l.stack,errorBoundary:o.tag===1?o.stateNode:null})}catch(u){setTimeout(function(){throw u})}}function g0(e,o,l){return l=Dl(l),l.tag=3,l.payload={element:null},l.callback=function(){vs(e,o)},l}function Op(e){return e=Dl(e),e.tag=3,e}function Mp(e,o,l,i){var u=l.type.getDerivedStateFromError;if(typeof u=="function"){var m=i.value;e.payload=function(){return u(m)},e.callback=function(){Hp(o,l,i)}}var _=l.stateNode;_!==null&&typeof _.componentDidCatch=="function"&&(e.callback=function(){Hp(o,l,i),typeof u!="function"&&(Ol===null?Ol=new Set([this]):Ol.add(this));var D=i.stack;this.componentDidCatch(i.value,{componentStack:D!==null?D:""})})}function kk(e,o,l,i,u){if(l.flags|=32768,i!==null&&typeof i=="object"&&typeof i.then=="function"){if(o=l.alternate,o!==null&&yi(o,l,u,!0),l=nr.current,l!==null){switch(l.tag){case 13:return zr===null?H0():l.alternate===null&&Vo===0&&(Vo=3),l.flags&=-257,l.flags|=65536,l.lanes=u,i===qu?l.flags|=16384:(o=l.updateQueue,o===null?l.updateQueue=new Set([i]):o.add(i),M0(e,i,u)),!1;case 22:return l.flags|=65536,i===qu?l.flags|=16384:(o=l.updateQueue,o===null?(o={transitions:null,markerInstances:null,retryQueue:new Set([i])},l.updateQueue=o):(l=o.retryQueue,l===null?o.retryQueue=new Set([i]):l.add(i)),M0(e,i,u)),!1}throw Error(n(435,l.tag))}return M0(e,i,u),H0(),!1}if(mo)return o=nr.current,o!==null?((o.flags&65536)===0&&(o.flags|=256),o.flags|=65536,o.lanes=u,i!==zu&&(e=Error(n(422),{cause:i}),bi(tr(e,l)))):(i!==zu&&(o=Error(n(423),{cause:i}),bi(tr(o,l))),e=e.current.alternate,e.flags|=65536,u&=-u,e.lanes|=u,i=tr(i,l),u=g0(e.stateNode,i,u),Vu(e,u),Vo!==4&&(Vo=2)),!1;var m=Error(n(520),{cause:i});if(m=tr(m,l),Mi===null?Mi=[m]:Mi.push(m),Vo!==4&&(Vo=2),o===null)return!0;i=tr(i,l),l=o;do{switch(l.tag){case 3:return l.flags|=65536,e=u&-u,l.lanes|=e,e=g0(l.stateNode,i,e),Vu(l,e),!1;case 1:if(o=l.type,m=l.stateNode,(l.flags&128)===0&&(typeof o.getDerivedStateFromError=="function"||m!==null&&typeof m.componentDidCatch=="function"&&(Ol===null||!Ol.has(m))))return l.flags|=65536,u&=-u,l.lanes|=u,u=Op(u),Mp(u,e,l,i),Vu(l,u),!1}l=l.return}while(l!==null);return!1}var jp=Error(n(461)),st=!1;function ht(e,o,l,i){o.child=e===null?Gp(o,null,l,i):bn(o,e.child,l,i)}function Pp(e,o,l,i,u){l=l.render;var m=o.ref;if("ref"in i){var _={};for(var D in i)D!=="ref"&&(_[D]=i[D])}else _=i;return Sa(o),i=Zu(e,o,l,_,m,u),D=Ku(),e!==null&&!st?(Qu(e,o,u),al(e,o,u)):(mo&&D&&Ru(o),o.flags|=1,ht(e,o,i,u),o.child)}function qp(e,o,l,i,u){if(e===null){var m=l.type;return typeof m=="function"&&!Gu(m)&&m.defaultProps===void 0&&l.compare===null?(o.tag=15,o.type=m,Fp(e,o,m,i,u)):(e=Zc(l.type,null,i,o,o.mode,u),e.ref=o.ref,e.return=o,o.child=e)}if(m=e.child,!k0(e,u)){var _=m.memoizedProps;if(l=l.compare,l=l!==null?l:hi,l(_,i)&&e.ref===o.ref)return al(e,o,u)}return o.flags|=1,e=Qr(m,i),e.ref=o.ref,e.return=o,o.child=e}function Fp(e,o,l,i,u){if(e!==null){var m=e.memoizedProps;if(hi(m,i)&&e.ref===o.ref)if(st=!1,o.pendingProps=i=m,k0(e,u))(e.flags&131072)!==0&&(st=!0);else return o.lanes=e.lanes,al(e,o,u)}return h0(e,o,l,i,u)}function Up(e,o,l){var i=o.pendingProps,u=i.children,m=e!==null?e.memoizedState:null;if(i.mode==="hidden"){if((o.flags&128)!==0){if(i=m!==null?m.baseLanes|l:l,e!==null){for(u=o.child=e.child,m=0;u!==null;)m=m|u.lanes|u.childLanes,u=u.sibling;o.childLanes=m&~i}else o.childLanes=0,o.child=null;return Vp(e,o,i,l)}if((l&536870912)!==0)o.memoizedState={baseLanes:0,cachePool:null},e!==null&&os(o,m!==null?m.cachePool:null),m!==null?Fh(o,m):Xu(),Ip(o);else return o.lanes=o.childLanes=536870912,Vp(e,o,m!==null?m.baseLanes|l:l,l)}else m!==null?(os(o,m.cachePool),Fh(o,m),Nl(),o.memoizedState=null):(e!==null&&os(o,null),Xu(),Nl());return ht(e,o,u,l),o.child}function Vp(e,o,l,i){var u=Pu();return u=u===null?null:{parent:nt._currentValue,pool:u},o.memoizedState={baseLanes:l,cachePool:u},e!==null&&os(o,null),Xu(),Ip(o),e!==null&&yi(e,o,i,!0),null}function bs(e,o){var l=o.ref;if(l===null)e!==null&&e.ref!==null&&(o.flags|=4194816);else{if(typeof l!="function"&&typeof l!="object")throw Error(n(284));(e===null||e.ref!==l)&&(o.flags|=4194816)}}function h0(e,o,l,i,u){return Sa(o),l=Zu(e,o,l,i,void 0,u),i=Ku(),e!==null&&!st?(Qu(e,o,u),al(e,o,u)):(mo&&i&&Ru(o),o.flags|=1,ht(e,o,l,u),o.child)}function Wp(e,o,l,i,u,m){return Sa(o),o.updateQueue=null,l=Vh(o,i,l,u),Uh(e),i=Ku(),e!==null&&!st?(Qu(e,o,m),al(e,o,m)):(mo&&i&&Ru(o),o.flags|=1,ht(e,o,l,m),o.child)}function Xp(e,o,l,i,u){if(Sa(o),o.stateNode===null){var m=cn,_=l.contextType;typeof _=="object"&&_!==null&&(m=St(_)),m=new l(i,m),o.memoizedState=m.state!==null&&m.state!==void 0?m.state:null,m.updater=f0,o.stateNode=m,m._reactInternals=o,m=o.stateNode,m.props=i,m.state=o.memoizedState,m.refs={},Fu(o),_=l.contextType,m.context=typeof _=="object"&&_!==null?St(_):cn,m.state=o.memoizedState,_=l.getDerivedStateFromProps,typeof _=="function"&&(u0(o,l,_,i),m.state=o.memoizedState),typeof l.getDerivedStateFromProps=="function"||typeof m.getSnapshotBeforeUpdate=="function"||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(_=m.state,typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount(),_!==m.state&&f0.enqueueReplaceState(m,m.state,null),Ci(o,i,m,u),Si(),m.state=o.memoizedState),typeof m.componentDidMount=="function"&&(o.flags|=4194308),i=!0}else if(e===null){m=o.stateNode;var D=o.memoizedProps,L=Da(l,D);m.props=L;var K=m.context,ie=l.contextType;_=cn,typeof ie=="object"&&ie!==null&&(_=St(ie));var de=l.getDerivedStateFromProps;ie=typeof de=="function"||typeof m.getSnapshotBeforeUpdate=="function",D=o.pendingProps!==D,ie||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(D||K!==_)&&Rp(o,m,i,_),Tl=!1;var J=o.memoizedState;m.state=J,Ci(o,i,m,u),Si(),K=o.memoizedState,D||J!==K||Tl?(typeof de=="function"&&(u0(o,l,de,i),K=o.memoizedState),(L=Tl||Np(o,l,L,i,J,K,_))?(ie||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount()),typeof m.componentDidMount=="function"&&(o.flags|=4194308)):(typeof m.componentDidMount=="function"&&(o.flags|=4194308),o.memoizedProps=i,o.memoizedState=K),m.props=i,m.state=K,m.context=_,i=L):(typeof m.componentDidMount=="function"&&(o.flags|=4194308),i=!1)}else{m=o.stateNode,Uu(e,o),_=o.memoizedProps,ie=Da(l,_),m.props=ie,de=o.pendingProps,J=m.context,K=l.contextType,L=cn,typeof K=="object"&&K!==null&&(L=St(K)),D=l.getDerivedStateFromProps,(K=typeof D=="function"||typeof m.getSnapshotBeforeUpdate=="function")||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(_!==de||J!==L)&&Rp(o,m,i,L),Tl=!1,J=o.memoizedState,m.state=J,Ci(o,i,m,u),Si();var ee=o.memoizedState;_!==de||J!==ee||Tl||e!==null&&e.dependencies!==null&&Jc(e.dependencies)?(typeof D=="function"&&(u0(o,l,D,i),ee=o.memoizedState),(ie=Tl||Np(o,l,ie,i,J,ee,L)||e!==null&&e.dependencies!==null&&Jc(e.dependencies))?(K||typeof m.UNSAFE_componentWillUpdate!="function"&&typeof m.componentWillUpdate!="function"||(typeof m.componentWillUpdate=="function"&&m.componentWillUpdate(i,ee,L),typeof m.UNSAFE_componentWillUpdate=="function"&&m.UNSAFE_componentWillUpdate(i,ee,L)),typeof m.componentDidUpdate=="function"&&(o.flags|=4),typeof m.getSnapshotBeforeUpdate=="function"&&(o.flags|=1024)):(typeof m.componentDidUpdate!="function"||_===e.memoizedProps&&J===e.memoizedState||(o.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||_===e.memoizedProps&&J===e.memoizedState||(o.flags|=1024),o.memoizedProps=i,o.memoizedState=ee),m.props=i,m.state=ee,m.context=L,i=ie):(typeof m.componentDidUpdate!="function"||_===e.memoizedProps&&J===e.memoizedState||(o.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||_===e.memoizedProps&&J===e.memoizedState||(o.flags|=1024),i=!1)}return m=i,bs(e,o),i=(o.flags&128)!==0,m||i?(m=o.stateNode,l=i&&typeof l.getDerivedStateFromError!="function"?null:m.render(),o.flags|=1,e!==null&&i?(o.child=bn(o,e.child,null,u),o.child=bn(o,null,l,u)):ht(e,o,l,u),o.memoizedState=m.state,e=o.child):e=al(e,o,u),e}function Yp(e,o,l,i){return vi(),o.flags|=256,ht(e,o,l,i),o.child}var p0={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function m0(e){return{baseLanes:e,cachePool:zh()}}function v0(e,o,l){return e=e!==null?e.childLanes&~l:0,o&&(e|=ir),e}function $p(e,o,l){var i=o.pendingProps,u=!1,m=(o.flags&128)!==0,_;if((_=m)||(_=e!==null&&e.memoizedState===null?!1:(it.current&2)!==0),_&&(u=!0,o.flags&=-129),_=(o.flags&32)!==0,o.flags&=-33,e===null){if(mo){if(u?Il(o):Nl(),mo){var D=Uo,L;if(L=D){e:{for(L=D,D=Ar;L.nodeType!==8;){if(!D){D=null;break e}if(L=kr(L.nextSibling),L===null){D=null;break e}}D=L}D!==null?(o.memoizedState={dehydrated:D,treeContext:xa!==null?{id:Jr,overflow:el}:null,retryLane:536870912,hydrationErrors:null},L=Ft(18,null,null,0),L.stateNode=D,L.return=o,o.child=L,Et=o,Uo=null,L=!0):L=!1}L||wa(o)}if(D=o.memoizedState,D!==null&&(D=D.dehydrated,D!==null))return ef(D)?o.lanes=32:o.lanes=536870912,null;ll(o)}return D=i.children,i=i.fallback,u?(Nl(),u=o.mode,D=ys({mode:"hidden",children:D},u),i=ya(i,u,l,null),D.return=o,i.return=o,D.sibling=i,o.child=D,u=o.child,u.memoizedState=m0(l),u.childLanes=v0(e,_,l),o.memoizedState=p0,i):(Il(o),b0(o,D))}if(L=e.memoizedState,L!==null&&(D=L.dehydrated,D!==null)){if(m)o.flags&256?(Il(o),o.flags&=-257,o=y0(e,o,l)):o.memoizedState!==null?(Nl(),o.child=e.child,o.flags|=128,o=null):(Nl(),u=i.fallback,D=o.mode,i=ys({mode:"visible",children:i.children},D),u=ya(u,D,l,null),u.flags|=2,i.return=o,u.return=o,i.sibling=u,o.child=i,bn(o,e.child,null,l),i=o.child,i.memoizedState=m0(l),i.childLanes=v0(e,_,l),o.memoizedState=p0,o=u);else if(Il(o),ef(D)){if(_=D.nextSibling&&D.nextSibling.dataset,_)var K=_.dgst;_=K,i=Error(n(419)),i.stack="",i.digest=_,bi({value:i,source:null,stack:null}),o=y0(e,o,l)}else if(st||yi(e,o,l,!1),_=(l&e.childLanes)!==0,st||_){if(_=No,_!==null&&(i=l&-l,i=(i&42)!==0?1:kt(i),i=(i&(_.suspendedLanes|l))!==0?0:i,i!==0&&i!==L.retryLane))throw L.retryLane=i,nn(e,i),Yt(_,e,i),jp;D.data==="$?"||H0(),o=y0(e,o,l)}else D.data==="$?"?(o.flags|=192,o.child=e.child,o=null):(e=L.treeContext,Uo=kr(D.nextSibling),Et=o,mo=!0,_a=null,Ar=!1,e!==null&&(lr[ar++]=Jr,lr[ar++]=el,lr[ar++]=xa,Jr=e.id,el=e.overflow,xa=o),o=b0(o,i.children),o.flags|=4096);return o}return u?(Nl(),u=i.fallback,D=o.mode,L=e.child,K=L.sibling,i=Qr(L,{mode:"hidden",children:i.children}),i.subtreeFlags=L.subtreeFlags&65011712,K!==null?u=Qr(K,u):(u=ya(u,D,l,null),u.flags|=2),u.return=o,i.return=o,i.sibling=u,o.child=i,i=u,u=o.child,D=e.child.memoizedState,D===null?D=m0(l):(L=D.cachePool,L!==null?(K=nt._currentValue,L=L.parent!==K?{parent:K,pool:K}:L):L=zh(),D={baseLanes:D.baseLanes|l,cachePool:L}),u.memoizedState=D,u.childLanes=v0(e,_,l),o.memoizedState=p0,i):(Il(o),l=e.child,e=l.sibling,l=Qr(l,{mode:"visible",children:i.children}),l.return=o,l.sibling=null,e!==null&&(_=o.deletions,_===null?(o.deletions=[e],o.flags|=16):_.push(e)),o.child=l,o.memoizedState=null,l)}function b0(e,o){return o=ys({mode:"visible",children:o},e.mode),o.return=e,e.child=o}function ys(e,o){return e=Ft(22,e,null,o),e.lanes=0,e.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null},e}function y0(e,o,l){return bn(o,e.child,null,l),e=b0(o,o.pendingProps.children),e.flags|=2,o.memoizedState=null,e}function Zp(e,o,l){e.lanes|=o;var i=e.alternate;i!==null&&(i.lanes|=o),Hu(e.return,o,l)}function x0(e,o,l,i,u){var m=e.memoizedState;m===null?e.memoizedState={isBackwards:o,rendering:null,renderingStartTime:0,last:i,tail:l,tailMode:u}:(m.isBackwards=o,m.rendering=null,m.renderingStartTime=0,m.last=i,m.tail=l,m.tailMode=u)}function Kp(e,o,l){var i=o.pendingProps,u=i.revealOrder,m=i.tail;if(ht(e,o,i.children,l),i=it.current,(i&2)!==0)i=i&1|2,o.flags|=128;else{if(e!==null&&(e.flags&128)!==0)e:for(e=o.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Zp(e,l,o);else if(e.tag===19)Zp(e,l,o);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===o)break e;for(;e.sibling===null;){if(e.return===null||e.return===o)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}i&=1}switch(ae(it,i),u){case"forwards":for(l=o.child,u=null;l!==null;)e=l.alternate,e!==null&&ps(e)===null&&(u=l),l=l.sibling;l=u,l===null?(u=o.child,o.child=null):(u=l.sibling,l.sibling=null),x0(o,!1,u,l,m);break;case"backwards":for(l=null,u=o.child,o.child=null;u!==null;){if(e=u.alternate,e!==null&&ps(e)===null){o.child=u;break}e=u.sibling,u.sibling=l,l=u,u=e}x0(o,!0,l,null,m);break;case"together":x0(o,!1,null,null,void 0);break;default:o.memoizedState=null}return o.child}function al(e,o,l){if(e!==null&&(o.dependencies=e.dependencies),Hl|=o.lanes,(l&o.childLanes)===0)if(e!==null){if(yi(e,o,l,!1),(l&o.childLanes)===0)return null}else return null;if(e!==null&&o.child!==e.child)throw Error(n(153));if(o.child!==null){for(e=o.child,l=Qr(e,e.pendingProps),o.child=l,l.return=o;e.sibling!==null;)e=e.sibling,l=l.sibling=Qr(e,e.pendingProps),l.return=o;l.sibling=null}return o.child}function k0(e,o){return(e.lanes&o)!==0?!0:(e=e.dependencies,!!(e!==null&&Jc(e)))}function _k(e,o,l){switch(o.tag){case 3:se(o,o.stateNode.containerInfo),Cl(o,nt,e.memoizedState.cache),vi();break;case 27:case 5:be(o);break;case 4:se(o,o.stateNode.containerInfo);break;case 10:Cl(o,o.type,o.memoizedProps.value);break;case 13:var i=o.memoizedState;if(i!==null)return i.dehydrated!==null?(Il(o),o.flags|=128,null):(l&o.child.childLanes)!==0?$p(e,o,l):(Il(o),e=al(e,o,l),e!==null?e.sibling:null);Il(o);break;case 19:var u=(e.flags&128)!==0;if(i=(l&o.childLanes)!==0,i||(yi(e,o,l,!1),i=(l&o.childLanes)!==0),u){if(i)return Kp(e,o,l);o.flags|=128}if(u=o.memoizedState,u!==null&&(u.rendering=null,u.tail=null,u.lastEffect=null),ae(it,it.current),i)break;return null;case 22:case 23:return o.lanes=0,Up(e,o,l);case 24:Cl(o,nt,e.memoizedState.cache)}return al(e,o,l)}function Qp(e,o,l){if(e!==null)if(e.memoizedProps!==o.pendingProps)st=!0;else{if(!k0(e,l)&&(o.flags&128)===0)return st=!1,_k(e,o,l);st=(e.flags&131072)!==0}else st=!1,mo&&(o.flags&1048576)!==0&&Dh(o,Qc,o.index);switch(o.lanes=0,o.tag){case 16:e:{e=o.pendingProps;var i=o.elementType,u=i._init;if(i=u(i._payload),o.type=i,typeof i=="function")Gu(i)?(e=Da(i,e),o.tag=1,o=Xp(null,o,i,e,l)):(o.tag=0,o=h0(null,o,i,e,l));else{if(i!=null){if(u=i.$$typeof,u===I){o.tag=11,o=Pp(null,o,i,e,l);break e}else if(u===N){o.tag=14,o=qp(null,o,i,e,l);break e}}throw o=X(i)||i,Error(n(306,o,""))}}return o;case 0:return h0(e,o,o.type,o.pendingProps,l);case 1:return i=o.type,u=Da(i,o.pendingProps),Xp(e,o,i,u,l);case 3:e:{if(se(o,o.stateNode.containerInfo),e===null)throw Error(n(387));i=o.pendingProps;var m=o.memoizedState;u=m.element,Uu(e,o),Ci(o,i,null,l);var _=o.memoizedState;if(i=_.cache,Cl(o,nt,i),i!==m.cache&&Ou(o,[nt],l,!0),Si(),i=_.element,m.isDehydrated)if(m={element:i,isDehydrated:!1,cache:_.cache},o.updateQueue.baseState=m,o.memoizedState=m,o.flags&256){o=Yp(e,o,i,l);break e}else if(i!==u){u=tr(Error(n(424)),o),bi(u),o=Yp(e,o,i,l);break e}else{switch(e=o.stateNode.containerInfo,e.nodeType){case 9:e=e.body;break;default:e=e.nodeName==="HTML"?e.ownerDocument.body:e}for(Uo=kr(e.firstChild),Et=o,mo=!0,_a=null,Ar=!0,l=Gp(o,null,i,l),o.child=l;l;)l.flags=l.flags&-3|4096,l=l.sibling}else{if(vi(),i===u){o=al(e,o,l);break e}ht(e,o,i,l)}o=o.child}return o;case 26:return bs(e,o),e===null?(l=tv(o.type,null,o.pendingProps,null))?o.memoizedState=l:mo||(l=o.type,e=o.pendingProps,i=Rs(ue.current).createElement(l),i[Qo]=o,i[_t]=e,mt(i,l,e),Lo(i),o.stateNode=i):o.memoizedState=tv(o.type,e.memoizedProps,o.pendingProps,e.memoizedState),null;case 27:return be(o),e===null&&mo&&(i=o.stateNode=Jm(o.type,o.pendingProps,ue.current),Et=o,Ar=!0,u=Uo,Pl(o.type)?(of=u,Uo=kr(i.firstChild)):Uo=u),ht(e,o,o.pendingProps.children,l),bs(e,o),e===null&&(o.flags|=4194304),o.child;case 5:return e===null&&mo&&((u=i=Uo)&&(i=Zk(i,o.type,o.pendingProps,Ar),i!==null?(o.stateNode=i,Et=o,Uo=kr(i.firstChild),Ar=!1,u=!0):u=!1),u||wa(o)),be(o),u=o.type,m=o.pendingProps,_=e!==null?e.memoizedProps:null,i=m.children,K0(u,m)?i=null:_!==null&&K0(u,_)&&(o.flags|=32),o.memoizedState!==null&&(u=Zu(e,o,hk,null,null,l),Yi._currentValue=u),bs(e,o),ht(e,o,i,l),o.child;case 6:return e===null&&mo&&((e=l=Uo)&&(l=Kk(l,o.pendingProps,Ar),l!==null?(o.stateNode=l,Et=o,Uo=null,e=!0):e=!1),e||wa(o)),null;case 13:return $p(e,o,l);case 4:return se(o,o.stateNode.containerInfo),i=o.pendingProps,e===null?o.child=bn(o,null,i,l):ht(e,o,i,l),o.child;case 11:return Pp(e,o,o.type,o.pendingProps,l);case 7:return ht(e,o,o.pendingProps,l),o.child;case 8:return ht(e,o,o.pendingProps.children,l),o.child;case 12:return ht(e,o,o.pendingProps.children,l),o.child;case 10:return i=o.pendingProps,Cl(o,o.type,i.value),ht(e,o,i.children,l),o.child;case 9:return u=o.type._context,i=o.pendingProps.children,Sa(o),u=St(u),i=i(u),o.flags|=1,ht(e,o,i,l),o.child;case 14:return qp(e,o,o.type,o.pendingProps,l);case 15:return Fp(e,o,o.type,o.pendingProps,l);case 19:return Kp(e,o,l);case 31:return i=o.pendingProps,l=o.mode,i={mode:i.mode,children:i.children},e===null?(l=ys(i,l),l.ref=o.ref,o.child=l,l.return=o,o=l):(l=Qr(e.child,i),l.ref=o.ref,o.child=l,l.return=o,o=l),o;case 22:return Up(e,o,l);case 24:return Sa(o),i=St(nt),e===null?(u=Pu(),u===null&&(u=No,m=Mu(),u.pooledCache=m,m.refCount++,m!==null&&(u.pooledCacheLanes|=l),u=m),o.memoizedState={parent:i,cache:u},Fu(o),Cl(o,nt,u)):((e.lanes&l)!==0&&(Uu(e,o),Ci(o,null,null,l),Si()),u=e.memoizedState,m=o.memoizedState,u.parent!==i?(u={parent:i,cache:i},o.memoizedState=u,o.lanes===0&&(o.memoizedState=o.updateQueue.baseState=u),Cl(o,nt,i)):(i=m.cache,Cl(o,nt,i),i!==u.cache&&Ou(o,[nt],l,!0))),ht(e,o,o.pendingProps.children,l),o.child;case 29:throw o.pendingProps}throw Error(n(156,o.tag))}function nl(e){e.flags|=4}function Jp(e,o){if(o.type!=="stylesheet"||(o.state.loading&4)!==0)e.flags&=-16777217;else if(e.flags|=16777216,!iv(o)){if(o=nr.current,o!==null&&((so&4194048)===so?zr!==null:(so&62914560)!==so&&(so&536870912)===0||o!==zr))throw wi=qu,Lh;e.flags|=8192}}function xs(e,o){o!==null&&(e.flags|=4),e.flags&16384&&(o=e.tag!==22?ua():536870912,e.lanes|=o,_n|=o)}function Ri(e,o){if(!mo)switch(e.tailMode){case"hidden":o=e.tail;for(var l=null;o!==null;)o.alternate!==null&&(l=o),o=o.sibling;l===null?e.tail=null:l.sibling=null;break;case"collapsed":l=e.tail;for(var i=null;l!==null;)l.alternate!==null&&(i=l),l=l.sibling;i===null?o||e.tail===null?e.tail=null:e.tail.sibling=null:i.sibling=null}}function qo(e){var o=e.alternate!==null&&e.alternate.child===e.child,l=0,i=0;if(o)for(var u=e.child;u!==null;)l|=u.lanes|u.childLanes,i|=u.subtreeFlags&65011712,i|=u.flags&65011712,u.return=e,u=u.sibling;else for(u=e.child;u!==null;)l|=u.lanes|u.childLanes,i|=u.subtreeFlags,i|=u.flags,u.return=e,u=u.sibling;return e.subtreeFlags|=i,e.childLanes=l,o}function wk(e,o,l){var i=o.pendingProps;switch(Au(o),o.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return qo(o),null;case 1:return qo(o),null;case 3:return l=o.stateNode,i=null,e!==null&&(i=e.memoizedState.cache),o.memoizedState.cache!==i&&(o.flags|=2048),tl(nt),Q(),l.pendingContext&&(l.context=l.pendingContext,l.pendingContext=null),(e===null||e.child===null)&&(mi(o)?nl(o):e===null||e.memoizedState.isDehydrated&&(o.flags&256)===0||(o.flags|=1024,Ih())),qo(o),null;case 26:return l=o.memoizedState,e===null?(nl(o),l!==null?(qo(o),Jp(o,l)):(qo(o),o.flags&=-16777217)):l?l!==e.memoizedState?(nl(o),qo(o),Jp(o,l)):(qo(o),o.flags&=-16777217):(e.memoizedProps!==i&&nl(o),qo(o),o.flags&=-16777217),null;case 27:De(o),l=ue.current;var u=o.type;if(e!==null&&o.stateNode!=null)e.memoizedProps!==i&&nl(o);else{if(!i){if(o.stateNode===null)throw Error(n(166));return qo(o),null}e=ge.current,mi(o)?Eh(o):(e=Jm(u,i,l),o.stateNode=e,nl(o))}return qo(o),null;case 5:if(De(o),l=o.type,e!==null&&o.stateNode!=null)e.memoizedProps!==i&&nl(o);else{if(!i){if(o.stateNode===null)throw Error(n(166));return qo(o),null}if(e=ge.current,mi(o))Eh(o);else{switch(u=Rs(ue.current),e){case 1:e=u.createElementNS("http://www.w3.org/2000/svg",l);break;case 2:e=u.createElementNS("http://www.w3.org/1998/Math/MathML",l);break;default:switch(l){case"svg":e=u.createElementNS("http://www.w3.org/2000/svg",l);break;case"math":e=u.createElementNS("http://www.w3.org/1998/Math/MathML",l);break;case"script":e=u.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild);break;case"select":e=typeof i.is=="string"?u.createElement("select",{is:i.is}):u.createElement("select"),i.multiple?e.multiple=!0:i.size&&(e.size=i.size);break;default:e=typeof i.is=="string"?u.createElement(l,{is:i.is}):u.createElement(l)}}e[Qo]=o,e[_t]=i;e:for(u=o.child;u!==null;){if(u.tag===5||u.tag===6)e.appendChild(u.stateNode);else if(u.tag!==4&&u.tag!==27&&u.child!==null){u.child.return=u,u=u.child;continue}if(u===o)break e;for(;u.sibling===null;){if(u.return===null||u.return===o)break e;u=u.return}u.sibling.return=u.return,u=u.sibling}o.stateNode=e;e:switch(mt(e,l,i),l){case"button":case"input":case"select":case"textarea":e=!!i.autoFocus;break e;case"img":e=!0;break e;default:e=!1}e&&nl(o)}}return qo(o),o.flags&=-16777217,null;case 6:if(e&&o.stateNode!=null)e.memoizedProps!==i&&nl(o);else{if(typeof i!="string"&&o.stateNode===null)throw Error(n(166));if(e=ue.current,mi(o)){if(e=o.stateNode,l=o.memoizedProps,i=null,u=Et,u!==null)switch(u.tag){case 27:case 5:i=u.memoizedProps}e[Qo]=o,e=!!(e.nodeValue===l||i!==null&&i.suppressHydrationWarning===!0||Wm(e.nodeValue,l)),e||wa(o)}else e=Rs(e).createTextNode(i),e[Qo]=o,o.stateNode=e}return qo(o),null;case 13:if(i=o.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(u=mi(o),i!==null&&i.dehydrated!==null){if(e===null){if(!u)throw Error(n(318));if(u=o.memoizedState,u=u!==null?u.dehydrated:null,!u)throw Error(n(317));u[Qo]=o}else vi(),(o.flags&128)===0&&(o.memoizedState=null),o.flags|=4;qo(o),u=!1}else u=Ih(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=u),u=!0;if(!u)return o.flags&256?(ll(o),o):(ll(o),null)}if(ll(o),(o.flags&128)!==0)return o.lanes=l,o;if(l=i!==null,e=e!==null&&e.memoizedState!==null,l){i=o.child,u=null,i.alternate!==null&&i.alternate.memoizedState!==null&&i.alternate.memoizedState.cachePool!==null&&(u=i.alternate.memoizedState.cachePool.pool);var m=null;i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(m=i.memoizedState.cachePool.pool),m!==u&&(i.flags|=2048)}return l!==e&&l&&(o.child.flags|=8192),xs(o,o.updateQueue),qo(o),null;case 4:return Q(),e===null&&W0(o.stateNode.containerInfo),qo(o),null;case 10:return tl(o.type),qo(o),null;case 19:if(le(it),u=o.memoizedState,u===null)return qo(o),null;if(i=(o.flags&128)!==0,m=u.rendering,m===null)if(i)Ri(u,!1);else{if(Vo!==0||e!==null&&(e.flags&128)!==0)for(e=o.child;e!==null;){if(m=ps(e),m!==null){for(o.flags|=128,Ri(u,!1),e=m.updateQueue,o.updateQueue=e,xs(o,e),o.subtreeFlags=0,e=l,l=o.child;l!==null;)Th(l,e),l=l.sibling;return ae(it,it.current&1|2),o.child}e=e.sibling}u.tail!==null&&ye()>ws&&(o.flags|=128,i=!0,Ri(u,!1),o.lanes=4194304)}else{if(!i)if(e=ps(m),e!==null){if(o.flags|=128,i=!0,e=e.updateQueue,o.updateQueue=e,xs(o,e),Ri(u,!0),u.tail===null&&u.tailMode==="hidden"&&!m.alternate&&!mo)return qo(o),null}else 2*ye()-u.renderingStartTime>ws&&l!==536870912&&(o.flags|=128,i=!0,Ri(u,!1),o.lanes=4194304);u.isBackwards?(m.sibling=o.child,o.child=m):(e=u.last,e!==null?e.sibling=m:o.child=m,u.last=m)}return u.tail!==null?(o=u.tail,u.rendering=o,u.tail=o.sibling,u.renderingStartTime=ye(),o.sibling=null,e=it.current,ae(it,i?e&1|2:e&1),o):(qo(o),null);case 22:case 23:return ll(o),Yu(),i=o.memoizedState!==null,e!==null?e.memoizedState!==null!==i&&(o.flags|=8192):i&&(o.flags|=8192),i?(l&536870912)!==0&&(o.flags&128)===0&&(qo(o),o.subtreeFlags&6&&(o.flags|=8192)):qo(o),l=o.updateQueue,l!==null&&xs(o,l.retryQueue),l=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(l=e.memoizedState.cachePool.pool),i=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(i=o.memoizedState.cachePool.pool),i!==l&&(o.flags|=2048),e!==null&&le(Ca),null;case 24:return l=null,e!==null&&(l=e.memoizedState.cache),o.memoizedState.cache!==l&&(o.flags|=2048),tl(nt),qo(o),null;case 25:return null;case 30:return null}throw Error(n(156,o.tag))}function Bk(e,o){switch(Au(o),o.tag){case 1:return e=o.flags,e&65536?(o.flags=e&-65537|128,o):null;case 3:return tl(nt),Q(),e=o.flags,(e&65536)!==0&&(e&128)===0?(o.flags=e&-65537|128,o):null;case 26:case 27:case 5:return De(o),null;case 13:if(ll(o),e=o.memoizedState,e!==null&&e.dehydrated!==null){if(o.alternate===null)throw Error(n(340));vi()}return e=o.flags,e&65536?(o.flags=e&-65537|128,o):null;case 19:return le(it),null;case 4:return Q(),null;case 10:return tl(o.type),null;case 22:case 23:return ll(o),Yu(),e!==null&&le(Ca),e=o.flags,e&65536?(o.flags=e&-65537|128,o):null;case 24:return tl(nt),null;case 25:return null;default:return null}}function em(e,o){switch(Au(o),o.tag){case 3:tl(nt),Q();break;case 26:case 27:case 5:De(o);break;case 4:Q();break;case 13:ll(o);break;case 19:le(it);break;case 10:tl(o.type);break;case 22:case 23:ll(o),Yu(),e!==null&&le(Ca);break;case 24:tl(nt)}}function Ai(e,o){try{var l=o.updateQueue,i=l!==null?l.lastEffect:null;if(i!==null){var u=i.next;l=u;do{if((l.tag&e)===e){i=void 0;var m=l.create,_=l.inst;i=m(),_.destroy=i}l=l.next}while(l!==u)}}catch(D){Go(o,o.return,D)}}function Rl(e,o,l){try{var i=o.updateQueue,u=i!==null?i.lastEffect:null;if(u!==null){var m=u.next;i=m;do{if((i.tag&e)===e){var _=i.inst,D=_.destroy;if(D!==void 0){_.destroy=void 0,u=o;var L=l,K=D;try{K()}catch(ie){Go(u,L,ie)}}}i=i.next}while(i!==m)}}catch(ie){Go(o,o.return,ie)}}function om(e){var o=e.updateQueue;if(o!==null){var l=e.stateNode;try{qh(o,l)}catch(i){Go(e,e.return,i)}}}function tm(e,o,l){l.props=Da(e.type,e.memoizedProps),l.state=e.memoizedState;try{l.componentWillUnmount()}catch(i){Go(e,o,i)}}function zi(e,o){try{var l=e.ref;if(l!==null){switch(e.tag){case 26:case 27:case 5:var i=e.stateNode;break;case 30:i=e.stateNode;break;default:i=e.stateNode}typeof l=="function"?e.refCleanup=l(i):l.current=i}}catch(u){Go(e,o,u)}}function Lr(e,o){var l=e.ref,i=e.refCleanup;if(l!==null)if(typeof i=="function")try{i()}catch(u){Go(e,o,u)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof l=="function")try{l(null)}catch(u){Go(e,o,u)}else l.current=null}function rm(e){var o=e.type,l=e.memoizedProps,i=e.stateNode;try{e:switch(o){case"button":case"input":case"select":case"textarea":l.autoFocus&&i.focus();break e;case"img":l.src?i.src=l.src:l.srcSet&&(i.srcset=l.srcSet)}}catch(u){Go(e,e.return,u)}}function _0(e,o,l){try{var i=e.stateNode;Vk(i,e.type,l,o),i[_t]=o}catch(u){Go(e,e.return,u)}}function lm(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&Pl(e.type)||e.tag===4}function w0(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||lm(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&Pl(e.type)||e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function B0(e,o,l){var i=e.tag;if(i===5||i===6)e=e.stateNode,o?(l.nodeType===9?l.body:l.nodeName==="HTML"?l.ownerDocument.body:l).insertBefore(e,o):(o=l.nodeType===9?l.body:l.nodeName==="HTML"?l.ownerDocument.body:l,o.appendChild(e),l=l._reactRootContainer,l!=null||o.onclick!==null||(o.onclick=Ns));else if(i!==4&&(i===27&&Pl(e.type)&&(l=e.stateNode,o=null),e=e.child,e!==null))for(B0(e,o,l),e=e.sibling;e!==null;)B0(e,o,l),e=e.sibling}function ks(e,o,l){var i=e.tag;if(i===5||i===6)e=e.stateNode,o?l.insertBefore(e,o):l.appendChild(e);else if(i!==4&&(i===27&&Pl(e.type)&&(l=e.stateNode),e=e.child,e!==null))for(ks(e,o,l),e=e.sibling;e!==null;)ks(e,o,l),e=e.sibling}function am(e){var o=e.stateNode,l=e.memoizedProps;try{for(var i=e.type,u=o.attributes;u.length;)o.removeAttributeNode(u[0]);mt(o,i,l),o[Qo]=e,o[_t]=l}catch(m){Go(e,e.return,m)}}var il=!1,Zo=!1,S0=!1,nm=typeof WeakSet=="function"?WeakSet:Set,dt=null;function Sk(e,o){if(e=e.containerInfo,$0=Ms,e=vh(e),wu(e)){if("selectionStart"in e)var l={start:e.selectionStart,end:e.selectionEnd};else e:{l=(l=e.ownerDocument)&&l.defaultView||window;var i=l.getSelection&&l.getSelection();if(i&&i.rangeCount!==0){l=i.anchorNode;var u=i.anchorOffset,m=i.focusNode;i=i.focusOffset;try{l.nodeType,m.nodeType}catch{l=null;break e}var _=0,D=-1,L=-1,K=0,ie=0,de=e,J=null;o:for(;;){for(var ee;de!==l||u!==0&&de.nodeType!==3||(D=_+u),de!==m||i!==0&&de.nodeType!==3||(L=_+i),de.nodeType===3&&(_+=de.nodeValue.length),(ee=de.firstChild)!==null;)J=de,de=ee;for(;;){if(de===e)break o;if(J===l&&++K===u&&(D=_),J===m&&++ie===i&&(L=_),(ee=de.nextSibling)!==null)break;de=J,J=de.parentNode}de=ee}l=D===-1||L===-1?null:{start:D,end:L}}else l=null}l=l||{start:0,end:0}}else l=null;for(Z0={focusedElem:e,selectionRange:l},Ms=!1,dt=o;dt!==null;)if(o=dt,e=o.child,(o.subtreeFlags&1024)!==0&&e!==null)e.return=o,dt=e;else for(;dt!==null;){switch(o=dt,m=o.alternate,e=o.flags,o.tag){case 0:break;case 11:case 15:break;case 1:if((e&1024)!==0&&m!==null){e=void 0,l=o,u=m.memoizedProps,m=m.memoizedState,i=l.stateNode;try{var Le=Da(l.type,u,l.elementType===l.type);e=i.getSnapshotBeforeUpdate(Le,m),i.__reactInternalSnapshotBeforeUpdate=e}catch(Re){Go(l,l.return,Re)}}break;case 3:if((e&1024)!==0){if(e=o.stateNode.containerInfo,l=e.nodeType,l===9)J0(e);else if(l===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":J0(e);break;default:e.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((e&1024)!==0)throw Error(n(163))}if(e=o.sibling,e!==null){e.return=o.return,dt=e;break}dt=o.return}}function im(e,o,l){var i=l.flags;switch(l.tag){case 0:case 11:case 15:Al(e,l),i&4&&Ai(5,l);break;case 1:if(Al(e,l),i&4)if(e=l.stateNode,o===null)try{e.componentDidMount()}catch(_){Go(l,l.return,_)}else{var u=Da(l.type,o.memoizedProps);o=o.memoizedState;try{e.componentDidUpdate(u,o,e.__reactInternalSnapshotBeforeUpdate)}catch(_){Go(l,l.return,_)}}i&64&&om(l),i&512&&zi(l,l.return);break;case 3:if(Al(e,l),i&64&&(e=l.updateQueue,e!==null)){if(o=null,l.child!==null)switch(l.child.tag){case 27:case 5:o=l.child.stateNode;break;case 1:o=l.child.stateNode}try{qh(e,o)}catch(_){Go(l,l.return,_)}}break;case 27:o===null&&i&4&&am(l);case 26:case 5:Al(e,l),o===null&&i&4&&rm(l),i&512&&zi(l,l.return);break;case 12:Al(e,l);break;case 13:Al(e,l),i&4&&dm(e,l),i&64&&(e=l.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(l=Ak.bind(null,l),Qk(e,l))));break;case 22:if(i=l.memoizedState!==null||il,!i){o=o!==null&&o.memoizedState!==null||Zo,u=il;var m=Zo;il=i,(Zo=o)&&!m?zl(e,l,(l.subtreeFlags&8772)!==0):Al(e,l),il=u,Zo=m}break;case 30:break;default:Al(e,l)}}function cm(e){var o=e.alternate;o!==null&&(e.alternate=null,cm(o)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(o=e.stateNode,o!==null&&Jn(o)),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}var Po=null,Lt=!1;function cl(e,o,l){for(l=l.child;l!==null;)sm(e,o,l),l=l.sibling}function sm(e,o,l){if(no&&typeof no.onCommitFiberUnmount=="function")try{no.onCommitFiberUnmount(Qe,l)}catch{}switch(l.tag){case 26:Zo||Lr(l,o),cl(e,o,l),l.memoizedState?l.memoizedState.count--:l.stateNode&&(l=l.stateNode,l.parentNode.removeChild(l));break;case 27:Zo||Lr(l,o);var i=Po,u=Lt;Pl(l.type)&&(Po=l.stateNode,Lt=!1),cl(e,o,l),Ui(l.stateNode),Po=i,Lt=u;break;case 5:Zo||Lr(l,o);case 6:if(i=Po,u=Lt,Po=null,cl(e,o,l),Po=i,Lt=u,Po!==null)if(Lt)try{(Po.nodeType===9?Po.body:Po.nodeName==="HTML"?Po.ownerDocument.body:Po).removeChild(l.stateNode)}catch(m){Go(l,o,m)}else try{Po.removeChild(l.stateNode)}catch(m){Go(l,o,m)}break;case 18:Po!==null&&(Lt?(e=Po,Km(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,l.stateNode),Qi(e)):Km(Po,l.stateNode));break;case 4:i=Po,u=Lt,Po=l.stateNode.containerInfo,Lt=!0,cl(e,o,l),Po=i,Lt=u;break;case 0:case 11:case 14:case 15:Zo||Rl(2,l,o),Zo||Rl(4,l,o),cl(e,o,l);break;case 1:Zo||(Lr(l,o),i=l.stateNode,typeof i.componentWillUnmount=="function"&&tm(l,o,i)),cl(e,o,l);break;case 21:cl(e,o,l);break;case 22:Zo=(i=Zo)||l.memoizedState!==null,cl(e,o,l),Zo=i;break;default:cl(e,o,l)}}function dm(e,o){if(o.memoizedState===null&&(e=o.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{Qi(e)}catch(l){Go(o,o.return,l)}}function Ck(e){switch(e.tag){case 13:case 19:var o=e.stateNode;return o===null&&(o=e.stateNode=new nm),o;case 22:return e=e.stateNode,o=e._retryCache,o===null&&(o=e._retryCache=new nm),o;default:throw Error(n(435,e.tag))}}function C0(e,o){var l=Ck(e);o.forEach(function(i){var u=zk.bind(null,e,i);l.has(i)||(l.add(i),i.then(u,u))})}function Ut(e,o){var l=o.deletions;if(l!==null)for(var i=0;i<l.length;i++){var u=l[i],m=e,_=o,D=_;e:for(;D!==null;){switch(D.tag){case 27:if(Pl(D.type)){Po=D.stateNode,Lt=!1;break e}break;case 5:Po=D.stateNode,Lt=!1;break e;case 3:case 4:Po=D.stateNode.containerInfo,Lt=!0;break e}D=D.return}if(Po===null)throw Error(n(160));sm(m,_,u),Po=null,Lt=!1,m=u.alternate,m!==null&&(m.return=null),u.return=null}if(o.subtreeFlags&13878)for(o=o.child;o!==null;)um(o,e),o=o.sibling}var xr=null;function um(e,o){var l=e.alternate,i=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:Ut(o,e),Vt(e),i&4&&(Rl(3,e,e.return),Ai(3,e),Rl(5,e,e.return));break;case 1:Ut(o,e),Vt(e),i&512&&(Zo||l===null||Lr(l,l.return)),i&64&&il&&(e=e.updateQueue,e!==null&&(i=e.callbacks,i!==null&&(l=e.shared.hiddenCallbacks,e.shared.hiddenCallbacks=l===null?i:l.concat(i))));break;case 26:var u=xr;if(Ut(o,e),Vt(e),i&512&&(Zo||l===null||Lr(l,l.return)),i&4){var m=l!==null?l.memoizedState:null;if(i=e.memoizedState,l===null)if(i===null)if(e.stateNode===null){e:{i=e.type,l=e.memoizedProps,u=u.ownerDocument||u;o:switch(i){case"title":m=u.getElementsByTagName("title")[0],(!m||m[fa]||m[Qo]||m.namespaceURI==="http://www.w3.org/2000/svg"||m.hasAttribute("itemprop"))&&(m=u.createElement(i),u.head.insertBefore(m,u.querySelector("head > title"))),mt(m,i,l),m[Qo]=e,Lo(m),i=m;break e;case"link":var _=av("link","href",u).get(i+(l.href||""));if(_){for(var D=0;D<_.length;D++)if(m=_[D],m.getAttribute("href")===(l.href==null||l.href===""?null:l.href)&&m.getAttribute("rel")===(l.rel==null?null:l.rel)&&m.getAttribute("title")===(l.title==null?null:l.title)&&m.getAttribute("crossorigin")===(l.crossOrigin==null?null:l.crossOrigin)){_.splice(D,1);break o}}m=u.createElement(i),mt(m,i,l),u.head.appendChild(m);break;case"meta":if(_=av("meta","content",u).get(i+(l.content||""))){for(D=0;D<_.length;D++)if(m=_[D],m.getAttribute("content")===(l.content==null?null:""+l.content)&&m.getAttribute("name")===(l.name==null?null:l.name)&&m.getAttribute("property")===(l.property==null?null:l.property)&&m.getAttribute("http-equiv")===(l.httpEquiv==null?null:l.httpEquiv)&&m.getAttribute("charset")===(l.charSet==null?null:l.charSet)){_.splice(D,1);break o}}m=u.createElement(i),mt(m,i,l),u.head.appendChild(m);break;default:throw Error(n(468,i))}m[Qo]=e,Lo(m),i=m}e.stateNode=i}else nv(u,e.type,e.stateNode);else e.stateNode=lv(u,i,e.memoizedProps);else m!==i?(m===null?l.stateNode!==null&&(l=l.stateNode,l.parentNode.removeChild(l)):m.count--,i===null?nv(u,e.type,e.stateNode):lv(u,i,e.memoizedProps)):i===null&&e.stateNode!==null&&_0(e,e.memoizedProps,l.memoizedProps)}break;case 27:Ut(o,e),Vt(e),i&512&&(Zo||l===null||Lr(l,l.return)),l!==null&&i&4&&_0(e,e.memoizedProps,l.memoizedProps);break;case 5:if(Ut(o,e),Vt(e),i&512&&(Zo||l===null||Lr(l,l.return)),e.flags&32){u=e.stateNode;try{Jo(u,"")}catch(ee){Go(e,e.return,ee)}}i&4&&e.stateNode!=null&&(u=e.memoizedProps,_0(e,u,l!==null?l.memoizedProps:u)),i&1024&&(S0=!0);break;case 6:if(Ut(o,e),Vt(e),i&4){if(e.stateNode===null)throw Error(n(162));i=e.memoizedProps,l=e.stateNode;try{l.nodeValue=i}catch(ee){Go(e,e.return,ee)}}break;case 3:if(Ls=null,u=xr,xr=As(o.containerInfo),Ut(o,e),xr=u,Vt(e),i&4&&l!==null&&l.memoizedState.isDehydrated)try{Qi(o.containerInfo)}catch(ee){Go(e,e.return,ee)}S0&&(S0=!1,fm(e));break;case 4:i=xr,xr=As(e.stateNode.containerInfo),Ut(o,e),Vt(e),xr=i;break;case 12:Ut(o,e),Vt(e);break;case 13:Ut(o,e),Vt(e),e.child.flags&8192&&e.memoizedState!==null!=(l!==null&&l.memoizedState!==null)&&(N0=ye()),i&4&&(i=e.updateQueue,i!==null&&(e.updateQueue=null,C0(e,i)));break;case 22:u=e.memoizedState!==null;var L=l!==null&&l.memoizedState!==null,K=il,ie=Zo;if(il=K||u,Zo=ie||L,Ut(o,e),Zo=ie,il=K,Vt(e),i&8192)e:for(o=e.stateNode,o._visibility=u?o._visibility&-2:o._visibility|1,u&&(l===null||L||il||Zo||Ea(e)),l=null,o=e;;){if(o.tag===5||o.tag===26){if(l===null){L=l=o;try{if(m=L.stateNode,u)_=m.style,typeof _.setProperty=="function"?_.setProperty("display","none","important"):_.display="none";else{D=L.stateNode;var de=L.memoizedProps.style,J=de!=null&&de.hasOwnProperty("display")?de.display:null;D.style.display=J==null||typeof J=="boolean"?"":(""+J).trim()}}catch(ee){Go(L,L.return,ee)}}}else if(o.tag===6){if(l===null){L=o;try{L.stateNode.nodeValue=u?"":L.memoizedProps}catch(ee){Go(L,L.return,ee)}}}else if((o.tag!==22&&o.tag!==23||o.memoizedState===null||o===e)&&o.child!==null){o.child.return=o,o=o.child;continue}if(o===e)break e;for(;o.sibling===null;){if(o.return===null||o.return===e)break e;l===o&&(l=null),o=o.return}l===o&&(l=null),o.sibling.return=o.return,o=o.sibling}i&4&&(i=e.updateQueue,i!==null&&(l=i.retryQueue,l!==null&&(i.retryQueue=null,C0(e,l))));break;case 19:Ut(o,e),Vt(e),i&4&&(i=e.updateQueue,i!==null&&(e.updateQueue=null,C0(e,i)));break;case 30:break;case 21:break;default:Ut(o,e),Vt(e)}}function Vt(e){var o=e.flags;if(o&2){try{for(var l,i=e.return;i!==null;){if(lm(i)){l=i;break}i=i.return}if(l==null)throw Error(n(160));switch(l.tag){case 27:var u=l.stateNode,m=w0(e);ks(e,m,u);break;case 5:var _=l.stateNode;l.flags&32&&(Jo(_,""),l.flags&=-33);var D=w0(e);ks(e,D,_);break;case 3:case 4:var L=l.stateNode.containerInfo,K=w0(e);B0(e,K,L);break;default:throw Error(n(161))}}catch(ie){Go(e,e.return,ie)}e.flags&=-3}o&4096&&(e.flags&=-4097)}function fm(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var o=e;fm(o),o.tag===5&&o.flags&1024&&o.stateNode.reset(),e=e.sibling}}function Al(e,o){if(o.subtreeFlags&8772)for(o=o.child;o!==null;)im(e,o.alternate,o),o=o.sibling}function Ea(e){for(e=e.child;e!==null;){var o=e;switch(o.tag){case 0:case 11:case 14:case 15:Rl(4,o,o.return),Ea(o);break;case 1:Lr(o,o.return);var l=o.stateNode;typeof l.componentWillUnmount=="function"&&tm(o,o.return,l),Ea(o);break;case 27:Ui(o.stateNode);case 26:case 5:Lr(o,o.return),Ea(o);break;case 22:o.memoizedState===null&&Ea(o);break;case 30:Ea(o);break;default:Ea(o)}e=e.sibling}}function zl(e,o,l){for(l=l&&(o.subtreeFlags&8772)!==0,o=o.child;o!==null;){var i=o.alternate,u=e,m=o,_=m.flags;switch(m.tag){case 0:case 11:case 15:zl(u,m,l),Ai(4,m);break;case 1:if(zl(u,m,l),i=m,u=i.stateNode,typeof u.componentDidMount=="function")try{u.componentDidMount()}catch(K){Go(i,i.return,K)}if(i=m,u=i.updateQueue,u!==null){var D=i.stateNode;try{var L=u.shared.hiddenCallbacks;if(L!==null)for(u.shared.hiddenCallbacks=null,u=0;u<L.length;u++)Ph(L[u],D)}catch(K){Go(i,i.return,K)}}l&&_&64&&om(m),zi(m,m.return);break;case 27:am(m);case 26:case 5:zl(u,m,l),l&&i===null&&_&4&&rm(m),zi(m,m.return);break;case 12:zl(u,m,l);break;case 13:zl(u,m,l),l&&_&4&&dm(u,m);break;case 22:m.memoizedState===null&&zl(u,m,l),zi(m,m.return);break;case 30:break;default:zl(u,m,l)}o=o.sibling}}function T0(e,o){var l=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(l=e.memoizedState.cachePool.pool),e=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(e=o.memoizedState.cachePool.pool),e!==l&&(e!=null&&e.refCount++,l!=null&&xi(l))}function D0(e,o){e=null,o.alternate!==null&&(e=o.alternate.memoizedState.cache),o=o.memoizedState.cache,o!==e&&(o.refCount++,e!=null&&xi(e))}function Hr(e,o,l,i){if(o.subtreeFlags&10256)for(o=o.child;o!==null;)gm(e,o,l,i),o=o.sibling}function gm(e,o,l,i){var u=o.flags;switch(o.tag){case 0:case 11:case 15:Hr(e,o,l,i),u&2048&&Ai(9,o);break;case 1:Hr(e,o,l,i);break;case 3:Hr(e,o,l,i),u&2048&&(e=null,o.alternate!==null&&(e=o.alternate.memoizedState.cache),o=o.memoizedState.cache,o!==e&&(o.refCount++,e!=null&&xi(e)));break;case 12:if(u&2048){Hr(e,o,l,i),e=o.stateNode;try{var m=o.memoizedProps,_=m.id,D=m.onPostCommit;typeof D=="function"&&D(_,o.alternate===null?"mount":"update",e.passiveEffectDuration,-0)}catch(L){Go(o,o.return,L)}}else Hr(e,o,l,i);break;case 13:Hr(e,o,l,i);break;case 23:break;case 22:m=o.stateNode,_=o.alternate,o.memoizedState!==null?m._visibility&2?Hr(e,o,l,i):Li(e,o):m._visibility&2?Hr(e,o,l,i):(m._visibility|=2,yn(e,o,l,i,(o.subtreeFlags&10256)!==0)),u&2048&&T0(_,o);break;case 24:Hr(e,o,l,i),u&2048&&D0(o.alternate,o);break;default:Hr(e,o,l,i)}}function yn(e,o,l,i,u){for(u=u&&(o.subtreeFlags&10256)!==0,o=o.child;o!==null;){var m=e,_=o,D=l,L=i,K=_.flags;switch(_.tag){case 0:case 11:case 15:yn(m,_,D,L,u),Ai(8,_);break;case 23:break;case 22:var ie=_.stateNode;_.memoizedState!==null?ie._visibility&2?yn(m,_,D,L,u):Li(m,_):(ie._visibility|=2,yn(m,_,D,L,u)),u&&K&2048&&T0(_.alternate,_);break;case 24:yn(m,_,D,L,u),u&&K&2048&&D0(_.alternate,_);break;default:yn(m,_,D,L,u)}o=o.sibling}}function Li(e,o){if(o.subtreeFlags&10256)for(o=o.child;o!==null;){var l=e,i=o,u=i.flags;switch(i.tag){case 22:Li(l,i),u&2048&&T0(i.alternate,i);break;case 24:Li(l,i),u&2048&&D0(i.alternate,i);break;default:Li(l,i)}o=o.sibling}}var Hi=8192;function xn(e){if(e.subtreeFlags&Hi)for(e=e.child;e!==null;)hm(e),e=e.sibling}function hm(e){switch(e.tag){case 26:xn(e),e.flags&Hi&&e.memoizedState!==null&&u_(xr,e.memoizedState,e.memoizedProps);break;case 5:xn(e);break;case 3:case 4:var o=xr;xr=As(e.stateNode.containerInfo),xn(e),xr=o;break;case 22:e.memoizedState===null&&(o=e.alternate,o!==null&&o.memoizedState!==null?(o=Hi,Hi=16777216,xn(e),Hi=o):xn(e));break;default:xn(e)}}function pm(e){var o=e.alternate;if(o!==null&&(e=o.child,e!==null)){o.child=null;do o=e.sibling,e.sibling=null,e=o;while(e!==null)}}function Oi(e){var o=e.deletions;if((e.flags&16)!==0){if(o!==null)for(var l=0;l<o.length;l++){var i=o[l];dt=i,vm(i,e)}pm(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)mm(e),e=e.sibling}function mm(e){switch(e.tag){case 0:case 11:case 15:Oi(e),e.flags&2048&&Rl(9,e,e.return);break;case 3:Oi(e);break;case 12:Oi(e);break;case 22:var o=e.stateNode;e.memoizedState!==null&&o._visibility&2&&(e.return===null||e.return.tag!==13)?(o._visibility&=-3,_s(e)):Oi(e);break;default:Oi(e)}}function _s(e){var o=e.deletions;if((e.flags&16)!==0){if(o!==null)for(var l=0;l<o.length;l++){var i=o[l];dt=i,vm(i,e)}pm(e)}for(e=e.child;e!==null;){switch(o=e,o.tag){case 0:case 11:case 15:Rl(8,o,o.return),_s(o);break;case 22:l=o.stateNode,l._visibility&2&&(l._visibility&=-3,_s(o));break;default:_s(o)}e=e.sibling}}function vm(e,o){for(;dt!==null;){var l=dt;switch(l.tag){case 0:case 11:case 15:Rl(8,l,o);break;case 23:case 22:if(l.memoizedState!==null&&l.memoizedState.cachePool!==null){var i=l.memoizedState.cachePool.pool;i!=null&&i.refCount++}break;case 24:xi(l.memoizedState.cache)}if(i=l.child,i!==null)i.return=l,dt=i;else e:for(l=e;dt!==null;){i=dt;var u=i.sibling,m=i.return;if(cm(i),i===l){dt=null;break e}if(u!==null){u.return=m,dt=u;break e}dt=m}}}var Tk={getCacheForType:function(e){var o=St(nt),l=o.data.get(e);return l===void 0&&(l=e(),o.data.set(e,l)),l}},Dk=typeof WeakMap=="function"?WeakMap:Map,xo=0,No=null,ro=null,so=0,ko=0,Wt=null,Ll=!1,kn=!1,E0=!1,sl=0,Vo=0,Hl=0,Ga=0,G0=0,ir=0,_n=0,Mi=null,Ht=null,I0=!1,N0=0,ws=1/0,Bs=null,Ol=null,pt=0,Ml=null,wn=null,Bn=0,R0=0,A0=null,bm=null,ji=0,z0=null;function Xt(){if((xo&2)!==0&&so!==0)return so&-so;if(F.T!==null){var e=un;return e!==0?e:q0()}return Za()}function ym(){ir===0&&(ir=(so&536870912)===0||mo?Nt():536870912);var e=nr.current;return e!==null&&(e.flags|=32),ir}function Yt(e,o,l){(e===No&&(ko===2||ko===9)||e.cancelPendingCommit!==null)&&(Sn(e,0),jl(e,so,ir,!1)),Qt(e,l),((xo&2)===0||e!==No)&&(e===No&&((xo&2)===0&&(Ga|=l),Vo===4&&jl(e,so,ir,!1)),Or(e))}function xm(e,o,l){if((xo&6)!==0)throw Error(n(327));var i=!l&&(o&124)===0&&(o&e.expiredLanes)===0||gt(e,o),u=i?Ik(e,o):O0(e,o,!0),m=i;do{if(u===0){kn&&!i&&jl(e,o,0,!1);break}else{if(l=e.current.alternate,m&&!Ek(l)){u=O0(e,o,!1),m=!1;continue}if(u===2){if(m=o,e.errorRecoveryDisabledLanes&m)var _=0;else _=e.pendingLanes&-536870913,_=_!==0?_:_&536870912?536870912:0;if(_!==0){o=_;e:{var D=e;u=Mi;var L=D.current.memoizedState.isDehydrated;if(L&&(Sn(D,_).flags|=256),_=O0(D,_,!1),_!==2){if(E0&&!L){D.errorRecoveryDisabledLanes|=m,Ga|=m,u=4;break e}m=Ht,Ht=u,m!==null&&(Ht===null?Ht=m:Ht.push.apply(Ht,m))}u=_}if(m=!1,u!==2)continue}}if(u===1){Sn(e,0),jl(e,o,0,!0);break}e:{switch(i=e,m=u,m){case 0:case 1:throw Error(n(345));case 4:if((o&4194048)!==o)break;case 6:jl(i,o,ir,!Ll);break e;case 2:Ht=null;break;case 3:case 5:break;default:throw Error(n(329))}if((o&62914560)===o&&(u=N0+300-ye(),10<u)){if(jl(i,o,ir,!Ll),Dt(i,0,!0)!==0)break e;i.timeoutHandle=$m(km.bind(null,i,l,Ht,Bs,I0,o,ir,Ga,_n,Ll,m,2,-0,0),u);break e}km(i,l,Ht,Bs,I0,o,ir,Ga,_n,Ll,m,0,-0,0)}}break}while(!0);Or(e)}function km(e,o,l,i,u,m,_,D,L,K,ie,de,J,ee){if(e.timeoutHandle=-1,de=o.subtreeFlags,(de&8192||(de&16785408)===16785408)&&(Xi={stylesheets:null,count:0,unsuspend:d_},hm(o),de=f_(),de!==null)){e.cancelPendingCommit=de(Dm.bind(null,e,o,m,l,i,u,_,D,L,ie,1,J,ee)),jl(e,m,_,!K);return}Dm(e,o,m,l,i,u,_,D,L)}function Ek(e){for(var o=e;;){var l=o.tag;if((l===0||l===11||l===15)&&o.flags&16384&&(l=o.updateQueue,l!==null&&(l=l.stores,l!==null)))for(var i=0;i<l.length;i++){var u=l[i],m=u.getSnapshot;u=u.value;try{if(!qt(m(),u))return!1}catch{return!1}}if(l=o.child,o.subtreeFlags&16384&&l!==null)l.return=o,o=l;else{if(o===e)break;for(;o.sibling===null;){if(o.return===null||o.return===e)return!0;o=o.return}o.sibling.return=o.return,o=o.sibling}}return!0}function jl(e,o,l,i){o&=~G0,o&=~Ga,e.suspendedLanes|=o,e.pingedLanes&=~o,i&&(e.warmLanes|=o),i=e.expirationTimes;for(var u=o;0<u;){var m=31-to(u),_=1<<m;i[m]=-1,u&=~_}l!==0&&$a(e,l,o)}function Ss(){return(xo&6)===0?(Pi(0),!1):!0}function L0(){if(ro!==null){if(ko===0)var e=ro.return;else e=ro,ol=Ba=null,Ju(e),vn=null,Ii=0,e=ro;for(;e!==null;)em(e.alternate,e),e=e.return;ro=null}}function Sn(e,o){var l=e.timeoutHandle;l!==-1&&(e.timeoutHandle=-1,Xk(l)),l=e.cancelPendingCommit,l!==null&&(e.cancelPendingCommit=null,l()),L0(),No=e,ro=l=Qr(e.current,null),so=o,ko=0,Wt=null,Ll=!1,kn=gt(e,o),E0=!1,_n=ir=G0=Ga=Hl=Vo=0,Ht=Mi=null,I0=!1,(o&8)!==0&&(o|=o&32);var i=e.entangledLanes;if(i!==0)for(e=e.entanglements,i&=o;0<i;){var u=31-to(i),m=1<<u;o|=e[u],i&=~m}return sl=o,Xc(),l}function _m(e,o){Ze=null,F.H=fs,o===_i||o===ts?(o=Mh(),ko=3):o===Lh?(o=Mh(),ko=4):ko=o===jp?8:o!==null&&typeof o=="object"&&typeof o.then=="function"?6:1,Wt=o,ro===null&&(Vo=1,vs(e,tr(o,e.current)))}function wm(){var e=F.H;return F.H=fs,e===null?fs:e}function Bm(){var e=F.A;return F.A=Tk,e}function H0(){Vo=4,Ll||(so&4194048)!==so&&nr.current!==null||(kn=!0),(Hl&134217727)===0&&(Ga&134217727)===0||No===null||jl(No,so,ir,!1)}function O0(e,o,l){var i=xo;xo|=2;var u=wm(),m=Bm();(No!==e||so!==o)&&(Bs=null,Sn(e,o)),o=!1;var _=Vo;e:do try{if(ko!==0&&ro!==null){var D=ro,L=Wt;switch(ko){case 8:L0(),_=6;break e;case 3:case 2:case 9:case 6:nr.current===null&&(o=!0);var K=ko;if(ko=0,Wt=null,Cn(e,D,L,K),l&&kn){_=0;break e}break;default:K=ko,ko=0,Wt=null,Cn(e,D,L,K)}}Gk(),_=Vo;break}catch(ie){_m(e,ie)}while(!0);return o&&e.shellSuspendCounter++,ol=Ba=null,xo=i,F.H=u,F.A=m,ro===null&&(No=null,so=0,Xc()),_}function Gk(){for(;ro!==null;)Sm(ro)}function Ik(e,o){var l=xo;xo|=2;var i=wm(),u=Bm();No!==e||so!==o?(Bs=null,ws=ye()+500,Sn(e,o)):kn=gt(e,o);e:do try{if(ko!==0&&ro!==null){o=ro;var m=Wt;o:switch(ko){case 1:ko=0,Wt=null,Cn(e,o,m,1);break;case 2:case 9:if(Hh(m)){ko=0,Wt=null,Cm(o);break}o=function(){ko!==2&&ko!==9||No!==e||(ko=7),Or(e)},m.then(o,o);break e;case 3:ko=7;break e;case 4:ko=5;break e;case 7:Hh(m)?(ko=0,Wt=null,Cm(o)):(ko=0,Wt=null,Cn(e,o,m,7));break;case 5:var _=null;switch(ro.tag){case 26:_=ro.memoizedState;case 5:case 27:var D=ro;if(!_||iv(_)){ko=0,Wt=null;var L=D.sibling;if(L!==null)ro=L;else{var K=D.return;K!==null?(ro=K,Cs(K)):ro=null}break o}}ko=0,Wt=null,Cn(e,o,m,5);break;case 6:ko=0,Wt=null,Cn(e,o,m,6);break;case 8:L0(),Vo=6;break e;default:throw Error(n(462))}}Nk();break}catch(ie){_m(e,ie)}while(!0);return ol=Ba=null,F.H=i,F.A=u,xo=l,ro!==null?0:(No=null,so=0,Xc(),Vo)}function Nk(){for(;ro!==null&&!Ce();)Sm(ro)}function Sm(e){var o=Qp(e.alternate,e,sl);e.memoizedProps=e.pendingProps,o===null?Cs(e):ro=o}function Cm(e){var o=e,l=o.alternate;switch(o.tag){case 15:case 0:o=Wp(l,o,o.pendingProps,o.type,void 0,so);break;case 11:o=Wp(l,o,o.pendingProps,o.type.render,o.ref,so);break;case 5:Ju(o);default:em(l,o),o=ro=Th(o,sl),o=Qp(l,o,sl)}e.memoizedProps=e.pendingProps,o===null?Cs(e):ro=o}function Cn(e,o,l,i){ol=Ba=null,Ju(o),vn=null,Ii=0;var u=o.return;try{if(kk(e,u,o,l,so)){Vo=1,vs(e,tr(l,e.current)),ro=null;return}}catch(m){if(u!==null)throw ro=u,m;Vo=1,vs(e,tr(l,e.current)),ro=null;return}o.flags&32768?(mo||i===1?e=!0:kn||(so&536870912)!==0?e=!1:(Ll=e=!0,(i===2||i===9||i===3||i===6)&&(i=nr.current,i!==null&&i.tag===13&&(i.flags|=16384))),Tm(o,e)):Cs(o)}function Cs(e){var o=e;do{if((o.flags&32768)!==0){Tm(o,Ll);return}e=o.return;var l=wk(o.alternate,o,sl);if(l!==null){ro=l;return}if(o=o.sibling,o!==null){ro=o;return}ro=o=e}while(o!==null);Vo===0&&(Vo=5)}function Tm(e,o){do{var l=Bk(e.alternate,e);if(l!==null){l.flags&=32767,ro=l;return}if(l=e.return,l!==null&&(l.flags|=32768,l.subtreeFlags=0,l.deletions=null),!o&&(e=e.sibling,e!==null)){ro=e;return}ro=e=l}while(e!==null);Vo=6,ro=null}function Dm(e,o,l,i,u,m,_,D,L){e.cancelPendingCommit=null;do Ts();while(pt!==0);if((xo&6)!==0)throw Error(n(327));if(o!==null){if(o===e.current)throw Error(n(177));if(m=o.lanes|o.childLanes,m|=Du,Kn(e,l,m,_,D,L),e===No&&(ro=No=null,so=0),wn=o,Ml=e,Bn=l,R0=m,A0=u,bm=i,(o.subtreeFlags&10256)!==0||(o.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,Lk(He,function(){return Rm(),null})):(e.callbackNode=null,e.callbackPriority=0),i=(o.flags&13878)!==0,(o.subtreeFlags&13878)!==0||i){i=F.T,F.T=null,u=Z.p,Z.p=2,_=xo,xo|=4;try{Sk(e,o,l)}finally{xo=_,Z.p=u,F.T=i}}pt=1,Em(),Gm(),Im()}}function Em(){if(pt===1){pt=0;var e=Ml,o=wn,l=(o.flags&13878)!==0;if((o.subtreeFlags&13878)!==0||l){l=F.T,F.T=null;var i=Z.p;Z.p=2;var u=xo;xo|=4;try{um(o,e);var m=Z0,_=vh(e.containerInfo),D=m.focusedElem,L=m.selectionRange;if(_!==D&&D&&D.ownerDocument&&mh(D.ownerDocument.documentElement,D)){if(L!==null&&wu(D)){var K=L.start,ie=L.end;if(ie===void 0&&(ie=K),"selectionStart"in D)D.selectionStart=K,D.selectionEnd=Math.min(ie,D.value.length);else{var de=D.ownerDocument||document,J=de&&de.defaultView||window;if(J.getSelection){var ee=J.getSelection(),Le=D.textContent.length,Re=Math.min(L.start,Le),Co=L.end===void 0?Re:Math.min(L.end,Le);!ee.extend&&Re>Co&&(_=Co,Co=Re,Re=_);var W=ph(D,Re),U=ph(D,Co);if(W&&U&&(ee.rangeCount!==1||ee.anchorNode!==W.node||ee.anchorOffset!==W.offset||ee.focusNode!==U.node||ee.focusOffset!==U.offset)){var $=de.createRange();$.setStart(W.node,W.offset),ee.removeAllRanges(),Re>Co?(ee.addRange($),ee.extend(U.node,U.offset)):($.setEnd(U.node,U.offset),ee.addRange($))}}}}for(de=[],ee=D;ee=ee.parentNode;)ee.nodeType===1&&de.push({element:ee,left:ee.scrollLeft,top:ee.scrollTop});for(typeof D.focus=="function"&&D.focus(),D=0;D<de.length;D++){var ce=de[D];ce.element.scrollLeft=ce.left,ce.element.scrollTop=ce.top}}Ms=!!$0,Z0=$0=null}finally{xo=u,Z.p=i,F.T=l}}e.current=o,pt=2}}function Gm(){if(pt===2){pt=0;var e=Ml,o=wn,l=(o.flags&8772)!==0;if((o.subtreeFlags&8772)!==0||l){l=F.T,F.T=null;var i=Z.p;Z.p=2;var u=xo;xo|=4;try{im(e,o.alternate,o)}finally{xo=u,Z.p=i,F.T=l}}pt=3}}function Im(){if(pt===4||pt===3){pt=0,Te();var e=Ml,o=wn,l=Bn,i=bm;(o.subtreeFlags&10256)!==0||(o.flags&10256)!==0?pt=5:(pt=0,wn=Ml=null,Nm(e,e.pendingLanes));var u=e.pendingLanes;if(u===0&&(Ol=null),Dr(l),o=o.stateNode,no&&typeof no.onCommitFiberRoot=="function")try{no.onCommitFiberRoot(Qe,o,void 0,(o.current.flags&128)===128)}catch{}if(i!==null){o=F.T,u=Z.p,Z.p=2,F.T=null;try{for(var m=e.onRecoverableError,_=0;_<i.length;_++){var D=i[_];m(D.value,{componentStack:D.stack})}}finally{F.T=o,Z.p=u}}(Bn&3)!==0&&Ts(),Or(e),u=e.pendingLanes,(l&4194090)!==0&&(u&42)!==0?e===z0?ji++:(ji=0,z0=e):ji=0,Pi(0)}}function Nm(e,o){(e.pooledCacheLanes&=o)===0&&(o=e.pooledCache,o!=null&&(e.pooledCache=null,xi(o)))}function Ts(e){return Em(),Gm(),Im(),Rm()}function Rm(){if(pt!==5)return!1;var e=Ml,o=R0;R0=0;var l=Dr(Bn),i=F.T,u=Z.p;try{Z.p=32>l?32:l,F.T=null,l=A0,A0=null;var m=Ml,_=Bn;if(pt=0,wn=Ml=null,Bn=0,(xo&6)!==0)throw Error(n(331));var D=xo;if(xo|=4,mm(m.current),gm(m,m.current,_,l),xo=D,Pi(0,!1),no&&typeof no.onPostCommitFiberRoot=="function")try{no.onPostCommitFiberRoot(Qe,m)}catch{}return!0}finally{Z.p=u,F.T=i,Nm(e,o)}}function Am(e,o,l){o=tr(l,o),o=g0(e.stateNode,o,2),e=El(e,o,2),e!==null&&(Qt(e,2),Or(e))}function Go(e,o,l){if(e.tag===3)Am(e,e,l);else for(;o!==null;){if(o.tag===3){Am(o,e,l);break}else if(o.tag===1){var i=o.stateNode;if(typeof o.type.getDerivedStateFromError=="function"||typeof i.componentDidCatch=="function"&&(Ol===null||!Ol.has(i))){e=tr(l,e),l=Op(2),i=El(o,l,2),i!==null&&(Mp(l,i,o,e),Qt(i,2),Or(i));break}}o=o.return}}function M0(e,o,l){var i=e.pingCache;if(i===null){i=e.pingCache=new Dk;var u=new Set;i.set(o,u)}else u=i.get(o),u===void 0&&(u=new Set,i.set(o,u));u.has(l)||(E0=!0,u.add(l),e=Rk.bind(null,e,o,l),o.then(e,e))}function Rk(e,o,l){var i=e.pingCache;i!==null&&i.delete(o),e.pingedLanes|=e.suspendedLanes&l,e.warmLanes&=~l,No===e&&(so&l)===l&&(Vo===4||Vo===3&&(so&62914560)===so&&300>ye()-N0?(xo&2)===0&&Sn(e,0):G0|=l,_n===so&&(_n=0)),Or(e)}function zm(e,o){o===0&&(o=ua()),e=nn(e,o),e!==null&&(Qt(e,o),Or(e))}function Ak(e){var o=e.memoizedState,l=0;o!==null&&(l=o.retryLane),zm(e,l)}function zk(e,o){var l=0;switch(e.tag){case 13:var i=e.stateNode,u=e.memoizedState;u!==null&&(l=u.retryLane);break;case 19:i=e.stateNode;break;case 22:i=e.stateNode._retryCache;break;default:throw Error(n(314))}i!==null&&i.delete(o),zm(e,l)}function Lk(e,o){return he(e,o)}var Ds=null,Tn=null,j0=!1,Es=!1,P0=!1,Ia=0;function Or(e){e!==Tn&&e.next===null&&(Tn===null?Ds=Tn=e:Tn=Tn.next=e),Es=!0,j0||(j0=!0,Ok())}function Pi(e,o){if(!P0&&Es){P0=!0;do for(var l=!1,i=Ds;i!==null;){if(e!==0){var u=i.pendingLanes;if(u===0)var m=0;else{var _=i.suspendedLanes,D=i.pingedLanes;m=(1<<31-to(42|e)+1)-1,m&=u&~(_&~D),m=m&201326741?m&201326741|1:m?m|2:0}m!==0&&(l=!0,Mm(i,m))}else m=so,m=Dt(i,i===No?m:0,i.cancelPendingCommit!==null||i.timeoutHandle!==-1),(m&3)===0||gt(i,m)||(l=!0,Mm(i,m));i=i.next}while(l);P0=!1}}function Hk(){Lm()}function Lm(){Es=j0=!1;var e=0;Ia!==0&&(Wk()&&(e=Ia),Ia=0);for(var o=ye(),l=null,i=Ds;i!==null;){var u=i.next,m=Hm(i,o);m===0?(i.next=null,l===null?Ds=u:l.next=u,u===null&&(Tn=l)):(l=i,(e!==0||(m&3)!==0)&&(Es=!0)),i=u}Pi(e)}function Hm(e,o){for(var l=e.suspendedLanes,i=e.pingedLanes,u=e.expirationTimes,m=e.pendingLanes&-62914561;0<m;){var _=31-to(m),D=1<<_,L=u[_];L===-1?((D&l)===0||(D&i)!==0)&&(u[_]=$r(D,o)):L<=o&&(e.expiredLanes|=D),m&=~D}if(o=No,l=so,l=Dt(e,e===o?l:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),i=e.callbackNode,l===0||e===o&&(ko===2||ko===9)||e.cancelPendingCommit!==null)return i!==null&&i!==null&&ve(i),e.callbackNode=null,e.callbackPriority=0;if((l&3)===0||gt(e,l)){if(o=l&-l,o===e.callbackPriority)return o;switch(i!==null&&ve(i),Dr(l)){case 2:case 8:l=Pe;break;case 32:l=He;break;case 268435456:l=we;break;default:l=He}return i=Om.bind(null,e),l=he(l,i),e.callbackPriority=o,e.callbackNode=l,o}return i!==null&&i!==null&&ve(i),e.callbackPriority=2,e.callbackNode=null,2}function Om(e,o){if(pt!==0&&pt!==5)return e.callbackNode=null,e.callbackPriority=0,null;var l=e.callbackNode;if(Ts()&&e.callbackNode!==l)return null;var i=so;return i=Dt(e,e===No?i:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),i===0?null:(xm(e,i,o),Hm(e,ye()),e.callbackNode!=null&&e.callbackNode===l?Om.bind(null,e):null)}function Mm(e,o){if(Ts())return null;xm(e,o,!0)}function Ok(){Yk(function(){(xo&6)!==0?he(Ge,Hk):Lm()})}function q0(){return Ia===0&&(Ia=Nt()),Ia}function jm(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:on(""+e)}function Pm(e,o){var l=o.ownerDocument.createElement("input");return l.name=o.name,l.value=o.value,e.id&&l.setAttribute("form",e.id),o.parentNode.insertBefore(l,o),e=new FormData(e),l.parentNode.removeChild(l),e}function Mk(e,o,l,i,u){if(o==="submit"&&l&&l.stateNode===u){var m=jm((u[_t]||null).action),_=i.submitter;_&&(o=(o=_[_t]||null)?jm(o.formAction):_.getAttribute("formAction"),o!==null&&(m=o,_=null));var D=new Uc("action","action",null,i,u);e.push({event:D,listeners:[{instance:null,listener:function(){if(i.defaultPrevented){if(Ia!==0){var L=_?Pm(u,_):new FormData(u);c0(l,{pending:!0,data:L,method:u.method,action:m},null,L)}}else typeof m=="function"&&(D.preventDefault(),L=_?Pm(u,_):new FormData(u),c0(l,{pending:!0,data:L,method:u.method,action:m},m,L))},currentTarget:u}]})}}for(var F0=0;F0<Tu.length;F0++){var U0=Tu[F0],jk=U0.toLowerCase(),Pk=U0[0].toUpperCase()+U0.slice(1);yr(jk,"on"+Pk)}yr(xh,"onAnimationEnd"),yr(kh,"onAnimationIteration"),yr(_h,"onAnimationStart"),yr("dblclick","onDoubleClick"),yr("focusin","onFocus"),yr("focusout","onBlur"),yr(lk,"onTransitionRun"),yr(ak,"onTransitionStart"),yr(nk,"onTransitionCancel"),yr(wh,"onTransitionEnd"),ha("onMouseEnter",["mouseout","mouseover"]),ha("onMouseLeave",["mouseout","mouseover"]),ha("onPointerEnter",["pointerout","pointerover"]),ha("onPointerLeave",["pointerout","pointerover"]),mr("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),mr("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),mr("onBeforeInput",["compositionend","keypress","textInput","paste"]),mr("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),mr("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),mr("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var qi="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),qk=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(qi));function qm(e,o){o=(o&4)!==0;for(var l=0;l<e.length;l++){var i=e[l],u=i.event;i=i.listeners;e:{var m=void 0;if(o)for(var _=i.length-1;0<=_;_--){var D=i[_],L=D.instance,K=D.currentTarget;if(D=D.listener,L!==m&&u.isPropagationStopped())break e;m=D,u.currentTarget=K;try{m(u)}catch(ie){ms(ie)}u.currentTarget=null,m=L}else for(_=0;_<i.length;_++){if(D=i[_],L=D.instance,K=D.currentTarget,D=D.listener,L!==m&&u.isPropagationStopped())break e;m=D,u.currentTarget=K;try{m(u)}catch(ie){ms(ie)}u.currentTarget=null,m=L}}}}function lo(e,o){var l=o[Qn];l===void 0&&(l=o[Qn]=new Set);var i=e+"__bubble";l.has(i)||(Fm(o,e,2,!1),l.add(i))}function V0(e,o,l){var i=0;o&&(i|=4),Fm(l,e,i,o)}var Gs="_reactListening"+Math.random().toString(36).slice(2);function W0(e){if(!e[Gs]){e[Gs]=!0,Ka.forEach(function(l){l!=="selectionchange"&&(qk.has(l)||V0(l,!1,e),V0(l,!0,e))});var o=e.nodeType===9?e:e.ownerDocument;o===null||o[Gs]||(o[Gs]=!0,V0("selectionchange",!1,o))}}function Fm(e,o,l,i){switch(gv(o)){case 2:var u=p_;break;case 8:u=m_;break;default:u=nf}l=u.bind(null,o,l,e),u=void 0,!hu||o!=="touchstart"&&o!=="touchmove"&&o!=="wheel"||(u=!0),i?u!==void 0?e.addEventListener(o,l,{capture:!0,passive:u}):e.addEventListener(o,l,!0):u!==void 0?e.addEventListener(o,l,{passive:u}):e.addEventListener(o,l,!1)}function X0(e,o,l,i,u){var m=i;if((o&1)===0&&(o&2)===0&&i!==null)e:for(;;){if(i===null)return;var _=i.tag;if(_===3||_===4){var D=i.stateNode.containerInfo;if(D===u)break;if(_===4)for(_=i.return;_!==null;){var L=_.tag;if((L===3||L===4)&&_.stateNode.containerInfo===u)return;_=_.return}for(;D!==null;){if(_=Er(D),_===null)return;if(L=_.tag,L===5||L===6||L===26||L===27){i=m=_;continue e}D=D.parentNode}}i=i.return}Zg(function(){var K=m,ie=ni(l),de=[];e:{var J=Bh.get(e);if(J!==void 0){var ee=Uc,Le=e;switch(e){case"keypress":if(qc(l)===0)break e;case"keydown":case"keyup":ee=L1;break;case"focusin":Le="focus",ee=bu;break;case"focusout":Le="blur",ee=bu;break;case"beforeblur":case"afterblur":ee=bu;break;case"click":if(l.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ee=Jg;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ee=B1;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ee=M1;break;case xh:case kh:case _h:ee=T1;break;case wh:ee=P1;break;case"scroll":case"scrollend":ee=_1;break;case"wheel":ee=F1;break;case"copy":case"cut":case"paste":ee=E1;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ee=oh;break;case"toggle":case"beforetoggle":ee=V1}var Re=(o&4)!==0,Co=!Re&&(e==="scroll"||e==="scrollend"),W=Re?J!==null?J+"Capture":null:J;Re=[];for(var U=K,$;U!==null;){var ce=U;if($=ce.stateNode,ce=ce.tag,ce!==5&&ce!==26&&ce!==27||$===null||W===null||(ce=ii(U,W),ce!=null&&Re.push(Fi(U,ce,$))),Co)break;U=U.return}0<Re.length&&(J=new ee(J,Le,null,l,ie),de.push({event:J,listeners:Re}))}}if((o&7)===0){e:{if(J=e==="mouseover"||e==="pointerover",ee=e==="mouseout"||e==="pointerout",J&&l!==ai&&(Le=l.relatedTarget||l.fromElement)&&(Er(Le)||Le[xl]))break e;if((ee||J)&&(J=ie.window===ie?ie:(J=ie.ownerDocument)?J.defaultView||J.parentWindow:window,ee?(Le=l.relatedTarget||l.toElement,ee=K,Le=Le?Er(Le):null,Le!==null&&(Co=s(Le),Re=Le.tag,Le!==Co||Re!==5&&Re!==27&&Re!==6)&&(Le=null)):(ee=null,Le=K),ee!==Le)){if(Re=Jg,ce="onMouseLeave",W="onMouseEnter",U="mouse",(e==="pointerout"||e==="pointerover")&&(Re=oh,ce="onPointerLeave",W="onPointerEnter",U="pointer"),Co=ee==null?J:Jt(ee),$=Le==null?J:Jt(Le),J=new Re(ce,U+"leave",ee,l,ie),J.target=Co,J.relatedTarget=$,ce=null,Er(ie)===K&&(Re=new Re(W,U+"enter",Le,l,ie),Re.target=$,Re.relatedTarget=Co,ce=Re),Co=ce,ee&&Le)o:{for(Re=ee,W=Le,U=0,$=Re;$;$=Dn($))U++;for($=0,ce=W;ce;ce=Dn(ce))$++;for(;0<U-$;)Re=Dn(Re),U--;for(;0<$-U;)W=Dn(W),$--;for(;U--;){if(Re===W||W!==null&&Re===W.alternate)break o;Re=Dn(Re),W=Dn(W)}Re=null}else Re=null;ee!==null&&Um(de,J,ee,Re,!1),Le!==null&&Co!==null&&Um(de,Co,Le,Re,!0)}}e:{if(J=K?Jt(K):window,ee=J.nodeName&&J.nodeName.toLowerCase(),ee==="select"||ee==="input"&&J.type==="file")var Se=sh;else if(ih(J))if(dh)Se=ok;else{Se=J1;var Je=Q1}else ee=J.nodeName,!ee||ee.toLowerCase()!=="input"||J.type!=="checkbox"&&J.type!=="radio"?K&&et(K.elementType)&&(Se=sh):Se=ek;if(Se&&(Se=Se(e,K))){ch(de,Se,l,ie);break e}Je&&Je(e,J,K),e==="focusout"&&K&&J.type==="number"&&K.memoizedProps.value!=null&&Rr(J,"number",J.value)}switch(Je=K?Jt(K):window,e){case"focusin":(ih(Je)||Je.contentEditable==="true")&&(rn=Je,Bu=K,pi=null);break;case"focusout":pi=Bu=rn=null;break;case"mousedown":Su=!0;break;case"contextmenu":case"mouseup":case"dragend":Su=!1,bh(de,l,ie);break;case"selectionchange":if(rk)break;case"keydown":case"keyup":bh(de,l,ie)}var Ie;if(xu)e:{switch(e){case"compositionstart":var Ae="onCompositionStart";break e;case"compositionend":Ae="onCompositionEnd";break e;case"compositionupdate":Ae="onCompositionUpdate";break e}Ae=void 0}else tn?ah(e,l)&&(Ae="onCompositionEnd"):e==="keydown"&&l.keyCode===229&&(Ae="onCompositionStart");Ae&&(th&&l.locale!=="ko"&&(tn||Ae!=="onCompositionStart"?Ae==="onCompositionEnd"&&tn&&(Ie=Kg()):(Sl=ie,pu="value"in Sl?Sl.value:Sl.textContent,tn=!0)),Je=Is(K,Ae),0<Je.length&&(Ae=new eh(Ae,e,null,l,ie),de.push({event:Ae,listeners:Je}),Ie?Ae.data=Ie:(Ie=nh(l),Ie!==null&&(Ae.data=Ie)))),(Ie=X1?Y1(e,l):$1(e,l))&&(Ae=Is(K,"onBeforeInput"),0<Ae.length&&(Je=new eh("onBeforeInput","beforeinput",null,l,ie),de.push({event:Je,listeners:Ae}),Je.data=Ie)),Mk(de,e,K,l,ie)}qm(de,o)})}function Fi(e,o,l){return{instance:e,listener:o,currentTarget:l}}function Is(e,o){for(var l=o+"Capture",i=[];e!==null;){var u=e,m=u.stateNode;if(u=u.tag,u!==5&&u!==26&&u!==27||m===null||(u=ii(e,l),u!=null&&i.unshift(Fi(e,u,m)),u=ii(e,o),u!=null&&i.push(Fi(e,u,m))),e.tag===3)return i;e=e.return}return[]}function Dn(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function Um(e,o,l,i,u){for(var m=o._reactName,_=[];l!==null&&l!==i;){var D=l,L=D.alternate,K=D.stateNode;if(D=D.tag,L!==null&&L===i)break;D!==5&&D!==26&&D!==27||K===null||(L=K,u?(K=ii(l,m),K!=null&&_.unshift(Fi(l,K,L))):u||(K=ii(l,m),K!=null&&_.push(Fi(l,K,L)))),l=l.return}_.length!==0&&e.push({event:o,listeners:_})}var Fk=/\r\n?/g,Uk=/\u0000|\uFFFD/g;function Vm(e){return(typeof e=="string"?e:""+e).replace(Fk,`
49
- `).replace(Uk,"")}function Wm(e,o){return o=Vm(o),Vm(e)===o}function Ns(){}function So(e,o,l,i,u,m){switch(l){case"children":typeof i=="string"?o==="body"||o==="textarea"&&i===""||Jo(e,i):(typeof i=="number"||typeof i=="bigint")&&o!=="body"&&Jo(e,""+i);break;case"className":Ja(e,"class",i);break;case"tabIndex":Ja(e,"tabindex",i);break;case"dir":case"role":case"viewBox":case"width":case"height":Ja(e,l,i);break;case"style":Bt(e,i,m);break;case"data":if(o!=="object"){Ja(e,"data",i);break}case"src":case"href":if(i===""&&(o!=="a"||l!=="href")){e.removeAttribute(l);break}if(i==null||typeof i=="function"||typeof i=="symbol"||typeof i=="boolean"){e.removeAttribute(l);break}i=on(""+i),e.setAttribute(l,i);break;case"action":case"formAction":if(typeof i=="function"){e.setAttribute(l,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof m=="function"&&(l==="formAction"?(o!=="input"&&So(e,o,"name",u.name,u,null),So(e,o,"formEncType",u.formEncType,u,null),So(e,o,"formMethod",u.formMethod,u,null),So(e,o,"formTarget",u.formTarget,u,null)):(So(e,o,"encType",u.encType,u,null),So(e,o,"method",u.method,u,null),So(e,o,"target",u.target,u,null)));if(i==null||typeof i=="symbol"||typeof i=="boolean"){e.removeAttribute(l);break}i=on(""+i),e.setAttribute(l,i);break;case"onClick":i!=null&&(e.onclick=Ns);break;case"onScroll":i!=null&&lo("scroll",e);break;case"onScrollEnd":i!=null&&lo("scrollend",e);break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error(n(61));if(l=i.__html,l!=null){if(u.children!=null)throw Error(n(60));e.innerHTML=l}}break;case"multiple":e.multiple=i&&typeof i!="function"&&typeof i!="symbol";break;case"muted":e.muted=i&&typeof i!="function"&&typeof i!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(i==null||typeof i=="function"||typeof i=="boolean"||typeof i=="symbol"){e.removeAttribute("xlink:href");break}l=on(""+i),e.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",l);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":i!=null&&typeof i!="function"&&typeof i!="symbol"?e.setAttribute(l,""+i):e.removeAttribute(l);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":i&&typeof i!="function"&&typeof i!="symbol"?e.setAttribute(l,""):e.removeAttribute(l);break;case"capture":case"download":i===!0?e.setAttribute(l,""):i!==!1&&i!=null&&typeof i!="function"&&typeof i!="symbol"?e.setAttribute(l,i):e.removeAttribute(l);break;case"cols":case"rows":case"size":case"span":i!=null&&typeof i!="function"&&typeof i!="symbol"&&!isNaN(i)&&1<=i?e.setAttribute(l,i):e.removeAttribute(l);break;case"rowSpan":case"start":i==null||typeof i=="function"||typeof i=="symbol"||isNaN(i)?e.removeAttribute(l):e.setAttribute(l,i);break;case"popover":lo("beforetoggle",e),lo("toggle",e),Nr(e,"popover",i);break;case"xlinkActuate":vr(e,"http://www.w3.org/1999/xlink","xlink:actuate",i);break;case"xlinkArcrole":vr(e,"http://www.w3.org/1999/xlink","xlink:arcrole",i);break;case"xlinkRole":vr(e,"http://www.w3.org/1999/xlink","xlink:role",i);break;case"xlinkShow":vr(e,"http://www.w3.org/1999/xlink","xlink:show",i);break;case"xlinkTitle":vr(e,"http://www.w3.org/1999/xlink","xlink:title",i);break;case"xlinkType":vr(e,"http://www.w3.org/1999/xlink","xlink:type",i);break;case"xmlBase":vr(e,"http://www.w3.org/XML/1998/namespace","xml:base",i);break;case"xmlLang":vr(e,"http://www.w3.org/XML/1998/namespace","xml:lang",i);break;case"xmlSpace":vr(e,"http://www.w3.org/XML/1998/namespace","xml:space",i);break;case"is":Nr(e,"is",i);break;case"innerText":case"textContent":break;default:(!(2<l.length)||l[0]!=="o"&&l[0]!=="O"||l[1]!=="n"&&l[1]!=="N")&&(l=br.get(l)||l,Nr(e,l,i))}}function Y0(e,o,l,i,u,m){switch(l){case"style":Bt(e,i,m);break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error(n(61));if(l=i.__html,l!=null){if(u.children!=null)throw Error(n(60));e.innerHTML=l}}break;case"children":typeof i=="string"?Jo(e,i):(typeof i=="number"||typeof i=="bigint")&&Jo(e,""+i);break;case"onScroll":i!=null&&lo("scroll",e);break;case"onScrollEnd":i!=null&&lo("scrollend",e);break;case"onClick":i!=null&&(e.onclick=Ns);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!ga.hasOwnProperty(l))e:{if(l[0]==="o"&&l[1]==="n"&&(u=l.endsWith("Capture"),o=l.slice(2,u?l.length-7:void 0),m=e[_t]||null,m=m!=null?m[l]:null,typeof m=="function"&&e.removeEventListener(o,m,u),typeof i=="function")){typeof m!="function"&&m!==null&&(l in e?e[l]=null:e.hasAttribute(l)&&e.removeAttribute(l)),e.addEventListener(o,i,u);break e}l in e?e[l]=i:i===!0?e.setAttribute(l,""):Nr(e,l,i)}}}function mt(e,o,l){switch(o){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":lo("error",e),lo("load",e);var i=!1,u=!1,m;for(m in l)if(l.hasOwnProperty(m)){var _=l[m];if(_!=null)switch(m){case"src":i=!0;break;case"srcSet":u=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(n(137,o));default:So(e,o,m,_,l,null)}}u&&So(e,o,"srcSet",l.srcSet,l,null),i&&So(e,o,"src",l.src,l,null);return;case"input":lo("invalid",e);var D=m=_=u=null,L=null,K=null;for(i in l)if(l.hasOwnProperty(i)){var ie=l[i];if(ie!=null)switch(i){case"name":u=ie;break;case"type":_=ie;break;case"checked":L=ie;break;case"defaultChecked":K=ie;break;case"value":m=ie;break;case"defaultValue":D=ie;break;case"children":case"dangerouslySetInnerHTML":if(ie!=null)throw Error(n(137,o));break;default:So(e,o,i,ie,l,null)}}jt(e,m,D,L,K,_,u,!1),_l(e);return;case"select":lo("invalid",e),i=_=m=null;for(u in l)if(l.hasOwnProperty(u)&&(D=l[u],D!=null))switch(u){case"value":m=D;break;case"defaultValue":_=D;break;case"multiple":i=D;default:So(e,o,u,D,l,null)}o=m,l=_,e.multiple=!!i,o!=null?Pt(e,!!i,o,!1):l!=null&&Pt(e,!!i,l,!0);return;case"textarea":lo("invalid",e),m=u=i=null;for(_ in l)if(l.hasOwnProperty(_)&&(D=l[_],D!=null))switch(_){case"value":i=D;break;case"defaultValue":u=D;break;case"children":m=D;break;case"dangerouslySetInnerHTML":if(D!=null)throw Error(n(91));break;default:So(e,o,_,D,l,null)}Zr(e,i,u,m),_l(e);return;case"option":for(L in l)if(l.hasOwnProperty(L)&&(i=l[L],i!=null))switch(L){case"selected":e.selected=i&&typeof i!="function"&&typeof i!="symbol";break;default:So(e,o,L,i,l,null)}return;case"dialog":lo("beforetoggle",e),lo("toggle",e),lo("cancel",e),lo("close",e);break;case"iframe":case"object":lo("load",e);break;case"video":case"audio":for(i=0;i<qi.length;i++)lo(qi[i],e);break;case"image":lo("error",e),lo("load",e);break;case"details":lo("toggle",e);break;case"embed":case"source":case"link":lo("error",e),lo("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(K in l)if(l.hasOwnProperty(K)&&(i=l[K],i!=null))switch(K){case"children":case"dangerouslySetInnerHTML":throw Error(n(137,o));default:So(e,o,K,i,l,null)}return;default:if(et(o)){for(ie in l)l.hasOwnProperty(ie)&&(i=l[ie],i!==void 0&&Y0(e,o,ie,i,l,void 0));return}}for(D in l)l.hasOwnProperty(D)&&(i=l[D],i!=null&&So(e,o,D,i,l,null))}function Vk(e,o,l,i){switch(o){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var u=null,m=null,_=null,D=null,L=null,K=null,ie=null;for(ee in l){var de=l[ee];if(l.hasOwnProperty(ee)&&de!=null)switch(ee){case"checked":break;case"value":break;case"defaultValue":L=de;default:i.hasOwnProperty(ee)||So(e,o,ee,null,i,de)}}for(var J in i){var ee=i[J];if(de=l[J],i.hasOwnProperty(J)&&(ee!=null||de!=null))switch(J){case"type":m=ee;break;case"name":u=ee;break;case"checked":K=ee;break;case"defaultChecked":ie=ee;break;case"value":_=ee;break;case"defaultValue":D=ee;break;case"children":case"dangerouslySetInnerHTML":if(ee!=null)throw Error(n(137,o));break;default:ee!==de&&So(e,o,J,ee,i,de)}}at(e,_,D,L,K,ie,m,u);return;case"select":ee=_=D=J=null;for(m in l)if(L=l[m],l.hasOwnProperty(m)&&L!=null)switch(m){case"value":break;case"multiple":ee=L;default:i.hasOwnProperty(m)||So(e,o,m,null,i,L)}for(u in i)if(m=i[u],L=l[u],i.hasOwnProperty(u)&&(m!=null||L!=null))switch(u){case"value":J=m;break;case"defaultValue":D=m;break;case"multiple":_=m;default:m!==L&&So(e,o,u,m,i,L)}o=D,l=_,i=ee,J!=null?Pt(e,!!l,J,!1):!!i!=!!l&&(o!=null?Pt(e,!!l,o,!0):Pt(e,!!l,l?[]:"",!1));return;case"textarea":ee=J=null;for(D in l)if(u=l[D],l.hasOwnProperty(D)&&u!=null&&!i.hasOwnProperty(D))switch(D){case"value":break;case"children":break;default:So(e,o,D,null,i,u)}for(_ in i)if(u=i[_],m=l[_],i.hasOwnProperty(_)&&(u!=null||m!=null))switch(_){case"value":J=u;break;case"defaultValue":ee=u;break;case"children":break;case"dangerouslySetInnerHTML":if(u!=null)throw Error(n(91));break;default:u!==m&&So(e,o,_,u,i,m)}or(e,J,ee);return;case"option":for(var Le in l)if(J=l[Le],l.hasOwnProperty(Le)&&J!=null&&!i.hasOwnProperty(Le))switch(Le){case"selected":e.selected=!1;break;default:So(e,o,Le,null,i,J)}for(L in i)if(J=i[L],ee=l[L],i.hasOwnProperty(L)&&J!==ee&&(J!=null||ee!=null))switch(L){case"selected":e.selected=J&&typeof J!="function"&&typeof J!="symbol";break;default:So(e,o,L,J,i,ee)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var Re in l)J=l[Re],l.hasOwnProperty(Re)&&J!=null&&!i.hasOwnProperty(Re)&&So(e,o,Re,null,i,J);for(K in i)if(J=i[K],ee=l[K],i.hasOwnProperty(K)&&J!==ee&&(J!=null||ee!=null))switch(K){case"children":case"dangerouslySetInnerHTML":if(J!=null)throw Error(n(137,o));break;default:So(e,o,K,J,i,ee)}return;default:if(et(o)){for(var Co in l)J=l[Co],l.hasOwnProperty(Co)&&J!==void 0&&!i.hasOwnProperty(Co)&&Y0(e,o,Co,void 0,i,J);for(ie in i)J=i[ie],ee=l[ie],!i.hasOwnProperty(ie)||J===ee||J===void 0&&ee===void 0||Y0(e,o,ie,J,i,ee);return}}for(var W in l)J=l[W],l.hasOwnProperty(W)&&J!=null&&!i.hasOwnProperty(W)&&So(e,o,W,null,i,J);for(de in i)J=i[de],ee=l[de],!i.hasOwnProperty(de)||J===ee||J==null&&ee==null||So(e,o,de,J,i,ee)}var $0=null,Z0=null;function Rs(e){return e.nodeType===9?e:e.ownerDocument}function Xm(e){switch(e){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function Ym(e,o){if(e===0)switch(o){case"svg":return 1;case"math":return 2;default:return 0}return e===1&&o==="foreignObject"?0:e}function K0(e,o){return e==="textarea"||e==="noscript"||typeof o.children=="string"||typeof o.children=="number"||typeof o.children=="bigint"||typeof o.dangerouslySetInnerHTML=="object"&&o.dangerouslySetInnerHTML!==null&&o.dangerouslySetInnerHTML.__html!=null}var Q0=null;function Wk(){var e=window.event;return e&&e.type==="popstate"?e===Q0?!1:(Q0=e,!0):(Q0=null,!1)}var $m=typeof setTimeout=="function"?setTimeout:void 0,Xk=typeof clearTimeout=="function"?clearTimeout:void 0,Zm=typeof Promise=="function"?Promise:void 0,Yk=typeof queueMicrotask=="function"?queueMicrotask:typeof Zm<"u"?function(e){return Zm.resolve(null).then(e).catch($k)}:$m;function $k(e){setTimeout(function(){throw e})}function Pl(e){return e==="head"}function Km(e,o){var l=o,i=0,u=0;do{var m=l.nextSibling;if(e.removeChild(l),m&&m.nodeType===8)if(l=m.data,l==="/$"){if(0<i&&8>i){l=i;var _=e.ownerDocument;if(l&1&&Ui(_.documentElement),l&2&&Ui(_.body),l&4)for(l=_.head,Ui(l),_=l.firstChild;_;){var D=_.nextSibling,L=_.nodeName;_[fa]||L==="SCRIPT"||L==="STYLE"||L==="LINK"&&_.rel.toLowerCase()==="stylesheet"||l.removeChild(_),_=D}}if(u===0){e.removeChild(m),Qi(o);return}u--}else l==="$"||l==="$?"||l==="$!"?u++:i=l.charCodeAt(0)-48;else i=0;l=m}while(l);Qi(o)}function J0(e){var o=e.firstChild;for(o&&o.nodeType===10&&(o=o.nextSibling);o;){var l=o;switch(o=o.nextSibling,l.nodeName){case"HTML":case"HEAD":case"BODY":J0(l),Jn(l);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(l.rel.toLowerCase()==="stylesheet")continue}e.removeChild(l)}}function Zk(e,o,l,i){for(;e.nodeType===1;){var u=l;if(e.nodeName.toLowerCase()!==o.toLowerCase()){if(!i&&(e.nodeName!=="INPUT"||e.type!=="hidden"))break}else if(i){if(!e[fa])switch(o){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if(m=e.getAttribute("rel"),m==="stylesheet"&&e.hasAttribute("data-precedence"))break;if(m!==u.rel||e.getAttribute("href")!==(u.href==null||u.href===""?null:u.href)||e.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin)||e.getAttribute("title")!==(u.title==null?null:u.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(m=e.getAttribute("src"),(m!==(u.src==null?null:u.src)||e.getAttribute("type")!==(u.type==null?null:u.type)||e.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin))&&m&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(o==="input"&&e.type==="hidden"){var m=u.name==null?null:""+u.name;if(u.type==="hidden"&&e.getAttribute("name")===m)return e}else return e;if(e=kr(e.nextSibling),e===null)break}return null}function Kk(e,o,l){if(o==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!l||(e=kr(e.nextSibling),e===null))return null;return e}function ef(e){return e.data==="$!"||e.data==="$?"&&e.ownerDocument.readyState==="complete"}function Qk(e,o){var l=e.ownerDocument;if(e.data!=="$?"||l.readyState==="complete")o();else{var i=function(){o(),l.removeEventListener("DOMContentLoaded",i)};l.addEventListener("DOMContentLoaded",i),e._reactRetry=i}}function kr(e){for(;e!=null;e=e.nextSibling){var o=e.nodeType;if(o===1||o===3)break;if(o===8){if(o=e.data,o==="$"||o==="$!"||o==="$?"||o==="F!"||o==="F")break;if(o==="/$")return null}}return e}var of=null;function Qm(e){e=e.previousSibling;for(var o=0;e;){if(e.nodeType===8){var l=e.data;if(l==="$"||l==="$!"||l==="$?"){if(o===0)return e;o--}else l==="/$"&&o++}e=e.previousSibling}return null}function Jm(e,o,l){switch(o=Rs(l),e){case"html":if(e=o.documentElement,!e)throw Error(n(452));return e;case"head":if(e=o.head,!e)throw Error(n(453));return e;case"body":if(e=o.body,!e)throw Error(n(454));return e;default:throw Error(n(451))}}function Ui(e){for(var o=e.attributes;o.length;)e.removeAttributeNode(o[0]);Jn(e)}var cr=new Map,ev=new Set;function As(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}var dl=Z.d;Z.d={f:Jk,r:e_,D:o_,C:t_,L:r_,m:l_,X:n_,S:a_,M:i_};function Jk(){var e=dl.f(),o=Ss();return e||o}function e_(e){var o=Gr(e);o!==null&&o.tag===5&&o.type==="form"?xp(o):dl.r(e)}var En=typeof document>"u"?null:document;function ov(e,o,l){var i=En;if(i&&typeof o=="string"&&o){var u=jo(o);u='link[rel="'+e+'"][href="'+u+'"]',typeof l=="string"&&(u+='[crossorigin="'+l+'"]'),ev.has(u)||(ev.add(u),e={rel:e,crossOrigin:l,href:o},i.querySelector(u)===null&&(o=i.createElement("link"),mt(o,"link",e),Lo(o),i.head.appendChild(o)))}}function o_(e){dl.D(e),ov("dns-prefetch",e,null)}function t_(e,o){dl.C(e,o),ov("preconnect",e,o)}function r_(e,o,l){dl.L(e,o,l);var i=En;if(i&&e&&o){var u='link[rel="preload"][as="'+jo(o)+'"]';o==="image"&&l&&l.imageSrcSet?(u+='[imagesrcset="'+jo(l.imageSrcSet)+'"]',typeof l.imageSizes=="string"&&(u+='[imagesizes="'+jo(l.imageSizes)+'"]')):u+='[href="'+jo(e)+'"]';var m=u;switch(o){case"style":m=Gn(e);break;case"script":m=In(e)}cr.has(m)||(e=v({rel:"preload",href:o==="image"&&l&&l.imageSrcSet?void 0:e,as:o},l),cr.set(m,e),i.querySelector(u)!==null||o==="style"&&i.querySelector(Vi(m))||o==="script"&&i.querySelector(Wi(m))||(o=i.createElement("link"),mt(o,"link",e),Lo(o),i.head.appendChild(o)))}}function l_(e,o){dl.m(e,o);var l=En;if(l&&e){var i=o&&typeof o.as=="string"?o.as:"script",u='link[rel="modulepreload"][as="'+jo(i)+'"][href="'+jo(e)+'"]',m=u;switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":m=In(e)}if(!cr.has(m)&&(e=v({rel:"modulepreload",href:e},o),cr.set(m,e),l.querySelector(u)===null)){switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(l.querySelector(Wi(m)))return}i=l.createElement("link"),mt(i,"link",e),Lo(i),l.head.appendChild(i)}}}function a_(e,o,l){dl.S(e,o,l);var i=En;if(i&&e){var u=Ir(i).hoistableStyles,m=Gn(e);o=o||"default";var _=u.get(m);if(!_){var D={loading:0,preload:null};if(_=i.querySelector(Vi(m)))D.loading=5;else{e=v({rel:"stylesheet",href:e,"data-precedence":o},l),(l=cr.get(m))&&tf(e,l);var L=_=i.createElement("link");Lo(L),mt(L,"link",e),L._p=new Promise(function(K,ie){L.onload=K,L.onerror=ie}),L.addEventListener("load",function(){D.loading|=1}),L.addEventListener("error",function(){D.loading|=2}),D.loading|=4,zs(_,o,i)}_={type:"stylesheet",instance:_,count:1,state:D},u.set(m,_)}}}function n_(e,o){dl.X(e,o);var l=En;if(l&&e){var i=Ir(l).hoistableScripts,u=In(e),m=i.get(u);m||(m=l.querySelector(Wi(u)),m||(e=v({src:e,async:!0},o),(o=cr.get(u))&&rf(e,o),m=l.createElement("script"),Lo(m),mt(m,"link",e),l.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},i.set(u,m))}}function i_(e,o){dl.M(e,o);var l=En;if(l&&e){var i=Ir(l).hoistableScripts,u=In(e),m=i.get(u);m||(m=l.querySelector(Wi(u)),m||(e=v({src:e,async:!0,type:"module"},o),(o=cr.get(u))&&rf(e,o),m=l.createElement("script"),Lo(m),mt(m,"link",e),l.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},i.set(u,m))}}function tv(e,o,l,i){var u=(u=ue.current)?As(u):null;if(!u)throw Error(n(446));switch(e){case"meta":case"title":return null;case"style":return typeof l.precedence=="string"&&typeof l.href=="string"?(o=Gn(l.href),l=Ir(u).hoistableStyles,i=l.get(o),i||(i={type:"style",instance:null,count:0,state:null},l.set(o,i)),i):{type:"void",instance:null,count:0,state:null};case"link":if(l.rel==="stylesheet"&&typeof l.href=="string"&&typeof l.precedence=="string"){e=Gn(l.href);var m=Ir(u).hoistableStyles,_=m.get(e);if(_||(u=u.ownerDocument||u,_={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},m.set(e,_),(m=u.querySelector(Vi(e)))&&!m._p&&(_.instance=m,_.state.loading=5),cr.has(e)||(l={rel:"preload",as:"style",href:l.href,crossOrigin:l.crossOrigin,integrity:l.integrity,media:l.media,hrefLang:l.hrefLang,referrerPolicy:l.referrerPolicy},cr.set(e,l),m||c_(u,e,l,_.state))),o&&i===null)throw Error(n(528,""));return _}if(o&&i!==null)throw Error(n(529,""));return null;case"script":return o=l.async,l=l.src,typeof l=="string"&&o&&typeof o!="function"&&typeof o!="symbol"?(o=In(l),l=Ir(u).hoistableScripts,i=l.get(o),i||(i={type:"script",instance:null,count:0,state:null},l.set(o,i)),i):{type:"void",instance:null,count:0,state:null};default:throw Error(n(444,e))}}function Gn(e){return'href="'+jo(e)+'"'}function Vi(e){return'link[rel="stylesheet"]['+e+"]"}function rv(e){return v({},e,{"data-precedence":e.precedence,precedence:null})}function c_(e,o,l,i){e.querySelector('link[rel="preload"][as="style"]['+o+"]")?i.loading=1:(o=e.createElement("link"),i.preload=o,o.addEventListener("load",function(){return i.loading|=1}),o.addEventListener("error",function(){return i.loading|=2}),mt(o,"link",l),Lo(o),e.head.appendChild(o))}function In(e){return'[src="'+jo(e)+'"]'}function Wi(e){return"script[async]"+e}function lv(e,o,l){if(o.count++,o.instance===null)switch(o.type){case"style":var i=e.querySelector('style[data-href~="'+jo(l.href)+'"]');if(i)return o.instance=i,Lo(i),i;var u=v({},l,{"data-href":l.href,"data-precedence":l.precedence,href:null,precedence:null});return i=(e.ownerDocument||e).createElement("style"),Lo(i),mt(i,"style",u),zs(i,l.precedence,e),o.instance=i;case"stylesheet":u=Gn(l.href);var m=e.querySelector(Vi(u));if(m)return o.state.loading|=4,o.instance=m,Lo(m),m;i=rv(l),(u=cr.get(u))&&tf(i,u),m=(e.ownerDocument||e).createElement("link"),Lo(m);var _=m;return _._p=new Promise(function(D,L){_.onload=D,_.onerror=L}),mt(m,"link",i),o.state.loading|=4,zs(m,l.precedence,e),o.instance=m;case"script":return m=In(l.src),(u=e.querySelector(Wi(m)))?(o.instance=u,Lo(u),u):(i=l,(u=cr.get(m))&&(i=v({},l),rf(i,u)),e=e.ownerDocument||e,u=e.createElement("script"),Lo(u),mt(u,"link",i),e.head.appendChild(u),o.instance=u);case"void":return null;default:throw Error(n(443,o.type))}else o.type==="stylesheet"&&(o.state.loading&4)===0&&(i=o.instance,o.state.loading|=4,zs(i,l.precedence,e));return o.instance}function zs(e,o,l){for(var i=l.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),u=i.length?i[i.length-1]:null,m=u,_=0;_<i.length;_++){var D=i[_];if(D.dataset.precedence===o)m=D;else if(m!==u)break}m?m.parentNode.insertBefore(e,m.nextSibling):(o=l.nodeType===9?l.head:l,o.insertBefore(e,o.firstChild))}function tf(e,o){e.crossOrigin==null&&(e.crossOrigin=o.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=o.referrerPolicy),e.title==null&&(e.title=o.title)}function rf(e,o){e.crossOrigin==null&&(e.crossOrigin=o.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=o.referrerPolicy),e.integrity==null&&(e.integrity=o.integrity)}var Ls=null;function av(e,o,l){if(Ls===null){var i=new Map,u=Ls=new Map;u.set(l,i)}else u=Ls,i=u.get(l),i||(i=new Map,u.set(l,i));if(i.has(e))return i;for(i.set(e,null),l=l.getElementsByTagName(e),u=0;u<l.length;u++){var m=l[u];if(!(m[fa]||m[Qo]||e==="link"&&m.getAttribute("rel")==="stylesheet")&&m.namespaceURI!=="http://www.w3.org/2000/svg"){var _=m.getAttribute(o)||"";_=e+_;var D=i.get(_);D?D.push(m):i.set(_,[m])}}return i}function nv(e,o,l){e=e.ownerDocument||e,e.head.insertBefore(l,o==="title"?e.querySelector("head > title"):null)}function s_(e,o,l){if(l===1||o.itemProp!=null)return!1;switch(e){case"meta":case"title":return!0;case"style":if(typeof o.precedence!="string"||typeof o.href!="string"||o.href==="")break;return!0;case"link":if(typeof o.rel!="string"||typeof o.href!="string"||o.href===""||o.onLoad||o.onError)break;switch(o.rel){case"stylesheet":return e=o.disabled,typeof o.precedence=="string"&&e==null;default:return!0}case"script":if(o.async&&typeof o.async!="function"&&typeof o.async!="symbol"&&!o.onLoad&&!o.onError&&o.src&&typeof o.src=="string")return!0}return!1}function iv(e){return!(e.type==="stylesheet"&&(e.state.loading&3)===0)}var Xi=null;function d_(){}function u_(e,o,l){if(Xi===null)throw Error(n(475));var i=Xi;if(o.type==="stylesheet"&&(typeof l.media!="string"||matchMedia(l.media).matches!==!1)&&(o.state.loading&4)===0){if(o.instance===null){var u=Gn(l.href),m=e.querySelector(Vi(u));if(m){e=m._p,e!==null&&typeof e=="object"&&typeof e.then=="function"&&(i.count++,i=Hs.bind(i),e.then(i,i)),o.state.loading|=4,o.instance=m,Lo(m);return}m=e.ownerDocument||e,l=rv(l),(u=cr.get(u))&&tf(l,u),m=m.createElement("link"),Lo(m);var _=m;_._p=new Promise(function(D,L){_.onload=D,_.onerror=L}),mt(m,"link",l),o.instance=m}i.stylesheets===null&&(i.stylesheets=new Map),i.stylesheets.set(o,e),(e=o.state.preload)&&(o.state.loading&3)===0&&(i.count++,o=Hs.bind(i),e.addEventListener("load",o),e.addEventListener("error",o))}}function f_(){if(Xi===null)throw Error(n(475));var e=Xi;return e.stylesheets&&e.count===0&&lf(e,e.stylesheets),0<e.count?function(o){var l=setTimeout(function(){if(e.stylesheets&&lf(e,e.stylesheets),e.unsuspend){var i=e.unsuspend;e.unsuspend=null,i()}},6e4);return e.unsuspend=o,function(){e.unsuspend=null,clearTimeout(l)}}:null}function Hs(){if(this.count--,this.count===0){if(this.stylesheets)lf(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var Os=null;function lf(e,o){e.stylesheets=null,e.unsuspend!==null&&(e.count++,Os=new Map,o.forEach(g_,e),Os=null,Hs.call(e))}function g_(e,o){if(!(o.state.loading&4)){var l=Os.get(e);if(l)var i=l.get(null);else{l=new Map,Os.set(e,l);for(var u=e.querySelectorAll("link[data-precedence],style[data-precedence]"),m=0;m<u.length;m++){var _=u[m];(_.nodeName==="LINK"||_.getAttribute("media")!=="not all")&&(l.set(_.dataset.precedence,_),i=_)}i&&l.set(null,i)}u=o.instance,_=u.getAttribute("data-precedence"),m=l.get(_)||i,m===i&&l.set(null,u),l.set(_,u),this.count++,i=Hs.bind(this),u.addEventListener("load",i),u.addEventListener("error",i),m?m.parentNode.insertBefore(u,m.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(u,e.firstChild)),o.state.loading|=4}}var Yi={$$typeof:T,Provider:null,Consumer:null,_currentValue:oe,_currentValue2:oe,_threadCount:0};function h_(e,o,l,i,u,m,_,D){this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=yl(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=yl(0),this.hiddenUpdates=yl(null),this.identifierPrefix=i,this.onUncaughtError=u,this.onCaughtError=m,this.onRecoverableError=_,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=D,this.incompleteTransitions=new Map}function cv(e,o,l,i,u,m,_,D,L,K,ie,de){return e=new h_(e,o,l,_,D,L,K,de),o=1,m===!0&&(o|=24),m=Ft(3,null,null,o),e.current=m,m.stateNode=e,o=Mu(),o.refCount++,e.pooledCache=o,o.refCount++,m.memoizedState={element:i,isDehydrated:l,cache:o},Fu(m),e}function sv(e){return e?(e=cn,e):cn}function dv(e,o,l,i,u,m){u=sv(u),i.context===null?i.context=u:i.pendingContext=u,i=Dl(o),i.payload={element:l},m=m===void 0?null:m,m!==null&&(i.callback=m),l=El(e,i,o),l!==null&&(Yt(l,e,o),Bi(l,e,o))}function uv(e,o){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var l=e.retryLane;e.retryLane=l!==0&&l<o?l:o}}function af(e,o){uv(e,o),(e=e.alternate)&&uv(e,o)}function fv(e){if(e.tag===13){var o=nn(e,67108864);o!==null&&Yt(o,e,67108864),af(e,67108864)}}var Ms=!0;function p_(e,o,l,i){var u=F.T;F.T=null;var m=Z.p;try{Z.p=2,nf(e,o,l,i)}finally{Z.p=m,F.T=u}}function m_(e,o,l,i){var u=F.T;F.T=null;var m=Z.p;try{Z.p=8,nf(e,o,l,i)}finally{Z.p=m,F.T=u}}function nf(e,o,l,i){if(Ms){var u=cf(i);if(u===null)X0(e,o,i,js,l),hv(e,i);else if(b_(u,e,o,l,i))i.stopPropagation();else if(hv(e,i),o&4&&-1<v_.indexOf(e)){for(;u!==null;){var m=Gr(u);if(m!==null)switch(m.tag){case 3:if(m=m.stateNode,m.current.memoizedState.isDehydrated){var _=Fo(m.pendingLanes);if(_!==0){var D=m;for(D.pendingLanes|=2,D.entangledLanes|=2;_;){var L=1<<31-to(_);D.entanglements[1]|=L,_&=~L}Or(m),(xo&6)===0&&(ws=ye()+500,Pi(0))}}break;case 13:D=nn(m,2),D!==null&&Yt(D,m,2),Ss(),af(m,2)}if(m=cf(i),m===null&&X0(e,o,i,js,l),m===u)break;u=m}u!==null&&i.stopPropagation()}else X0(e,o,i,null,l)}}function cf(e){return e=ni(e),sf(e)}var js=null;function sf(e){if(js=null,e=Er(e),e!==null){var o=s(e);if(o===null)e=null;else{var l=o.tag;if(l===13){if(e=f(o),e!==null)return e;e=null}else if(l===3){if(o.stateNode.current.memoizedState.isDehydrated)return o.tag===3?o.stateNode.containerInfo:null;e=null}else o!==e&&(e=null)}}return js=e,null}function gv(e){switch(e){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(je()){case Ge:return 2;case Pe:return 8;case He:case ke:return 32;case we:return 268435456;default:return 32}default:return 32}}var df=!1,ql=null,Fl=null,Ul=null,$i=new Map,Zi=new Map,Vl=[],v_="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function hv(e,o){switch(e){case"focusin":case"focusout":ql=null;break;case"dragenter":case"dragleave":Fl=null;break;case"mouseover":case"mouseout":Ul=null;break;case"pointerover":case"pointerout":$i.delete(o.pointerId);break;case"gotpointercapture":case"lostpointercapture":Zi.delete(o.pointerId)}}function Ki(e,o,l,i,u,m){return e===null||e.nativeEvent!==m?(e={blockedOn:o,domEventName:l,eventSystemFlags:i,nativeEvent:m,targetContainers:[u]},o!==null&&(o=Gr(o),o!==null&&fv(o)),e):(e.eventSystemFlags|=i,o=e.targetContainers,u!==null&&o.indexOf(u)===-1&&o.push(u),e)}function b_(e,o,l,i,u){switch(o){case"focusin":return ql=Ki(ql,e,o,l,i,u),!0;case"dragenter":return Fl=Ki(Fl,e,o,l,i,u),!0;case"mouseover":return Ul=Ki(Ul,e,o,l,i,u),!0;case"pointerover":var m=u.pointerId;return $i.set(m,Ki($i.get(m)||null,e,o,l,i,u)),!0;case"gotpointercapture":return m=u.pointerId,Zi.set(m,Ki(Zi.get(m)||null,e,o,l,i,u)),!0}return!1}function pv(e){var o=Er(e.target);if(o!==null){var l=s(o);if(l!==null){if(o=l.tag,o===13){if(o=f(l),o!==null){e.blockedOn=o,du(e.priority,function(){if(l.tag===13){var i=Xt();i=kt(i);var u=nn(l,i);u!==null&&Yt(u,l,i),af(l,i)}});return}}else if(o===3&&l.stateNode.current.memoizedState.isDehydrated){e.blockedOn=l.tag===3?l.stateNode.containerInfo:null;return}}}e.blockedOn=null}function Ps(e){if(e.blockedOn!==null)return!1;for(var o=e.targetContainers;0<o.length;){var l=cf(e.nativeEvent);if(l===null){l=e.nativeEvent;var i=new l.constructor(l.type,l);ai=i,l.target.dispatchEvent(i),ai=null}else return o=Gr(l),o!==null&&fv(o),e.blockedOn=l,!1;o.shift()}return!0}function mv(e,o,l){Ps(e)&&l.delete(o)}function y_(){df=!1,ql!==null&&Ps(ql)&&(ql=null),Fl!==null&&Ps(Fl)&&(Fl=null),Ul!==null&&Ps(Ul)&&(Ul=null),$i.forEach(mv),Zi.forEach(mv)}function qs(e,o){e.blockedOn===o&&(e.blockedOn=null,df||(df=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,y_)))}var Fs=null;function vv(e){Fs!==e&&(Fs=e,t.unstable_scheduleCallback(t.unstable_NormalPriority,function(){Fs===e&&(Fs=null);for(var o=0;o<e.length;o+=3){var l=e[o],i=e[o+1],u=e[o+2];if(typeof i!="function"){if(sf(i||l)===null)continue;break}var m=Gr(l);m!==null&&(e.splice(o,3),o-=3,c0(m,{pending:!0,data:u,method:l.method,action:i},i,u))}}))}function Qi(e){function o(L){return qs(L,e)}ql!==null&&qs(ql,e),Fl!==null&&qs(Fl,e),Ul!==null&&qs(Ul,e),$i.forEach(o),Zi.forEach(o);for(var l=0;l<Vl.length;l++){var i=Vl[l];i.blockedOn===e&&(i.blockedOn=null)}for(;0<Vl.length&&(l=Vl[0],l.blockedOn===null);)pv(l),l.blockedOn===null&&Vl.shift();if(l=(e.ownerDocument||e).$$reactFormReplay,l!=null)for(i=0;i<l.length;i+=3){var u=l[i],m=l[i+1],_=u[_t]||null;if(typeof m=="function")_||vv(l);else if(_){var D=null;if(m&&m.hasAttribute("formAction")){if(u=m,_=m[_t]||null)D=_.formAction;else if(sf(u)!==null)continue}else D=_.action;typeof D=="function"?l[i+1]=D:(l.splice(i,3),i-=3),vv(l)}}}function uf(e){this._internalRoot=e}Us.prototype.render=uf.prototype.render=function(e){var o=this._internalRoot;if(o===null)throw Error(n(409));var l=o.current,i=Xt();dv(l,i,e,o,null,null)},Us.prototype.unmount=uf.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var o=e.containerInfo;dv(e.current,2,null,e,null,null),Ss(),o[xl]=null}};function Us(e){this._internalRoot=e}Us.prototype.unstable_scheduleHydration=function(e){if(e){var o=Za();e={blockedOn:null,target:e,priority:o};for(var l=0;l<Vl.length&&o!==0&&o<Vl[l].priority;l++);Vl.splice(l,0,e),l===0&&pv(e)}};var bv=r.version;if(bv!=="19.1.0")throw Error(n(527,bv,"19.1.0"));Z.findDOMNode=function(e){var o=e._reactInternals;if(o===void 0)throw typeof e.render=="function"?Error(n(188)):(e=Object.keys(e).join(","),Error(n(268,e)));return e=h(o),e=e!==null?p(e):null,e=e===null?null:e.stateNode,e};var x_={bundleType:0,version:"19.1.0",rendererPackageName:"react-dom",currentDispatcherRef:F,reconcilerVersion:"19.1.0"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Vs=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Vs.isDisabled&&Vs.supportsFiber)try{Qe=Vs.inject(x_),no=Vs}catch{}}return ec.createRoot=function(e,o){if(!c(e))throw Error(n(299));var l=!1,i="",u=Ap,m=zp,_=Lp,D=null;return o!=null&&(o.unstable_strictMode===!0&&(l=!0),o.identifierPrefix!==void 0&&(i=o.identifierPrefix),o.onUncaughtError!==void 0&&(u=o.onUncaughtError),o.onCaughtError!==void 0&&(m=o.onCaughtError),o.onRecoverableError!==void 0&&(_=o.onRecoverableError),o.unstable_transitionCallbacks!==void 0&&(D=o.unstable_transitionCallbacks)),o=cv(e,1,!1,null,null,l,i,u,m,_,D,null),e[xl]=o.current,W0(e),new uf(o)},ec.hydrateRoot=function(e,o,l){if(!c(e))throw Error(n(299));var i=!1,u="",m=Ap,_=zp,D=Lp,L=null,K=null;return l!=null&&(l.unstable_strictMode===!0&&(i=!0),l.identifierPrefix!==void 0&&(u=l.identifierPrefix),l.onUncaughtError!==void 0&&(m=l.onUncaughtError),l.onCaughtError!==void 0&&(_=l.onCaughtError),l.onRecoverableError!==void 0&&(D=l.onRecoverableError),l.unstable_transitionCallbacks!==void 0&&(L=l.unstable_transitionCallbacks),l.formState!==void 0&&(K=l.formState)),o=cv(e,1,!0,o,l??null,i,u,m,_,D,L,K),o.context=sv(null),l=o.current,i=Xt(),i=kt(i),u=Dl(i),u.callback=null,El(l,u,i),l=i,o.current.lanes=l,Qt(o,l),Or(o),e[xl]=o.current,W0(e),new Us(o)},ec.version="19.1.0",ec}var Dv;function I_(){if(Dv)return hf.exports;Dv=1;function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(r){console.error(r)}}return t(),hf.exports=G_(),hf.exports}var N_=I_(),Af=function(t,r){return Af=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,n){a.__proto__=n}||function(a,n){for(var c in n)Object.prototype.hasOwnProperty.call(n,c)&&(a[c]=n[c])},Af(t,r)};function Wb(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");Af(t,r);function a(){this.constructor=t}t.prototype=r===null?Object.create(r):(a.prototype=r.prototype,new a)}var dr=function(){return dr=Object.assign||function(r){for(var a,n=1,c=arguments.length;n<c;n++){a=arguments[n];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(r[s]=a[s])}return r},dr.apply(this,arguments)};function pe(t,r){var a={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&r.indexOf(n)<0&&(a[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var c=0,n=Object.getOwnPropertySymbols(t);c<n.length;c++)r.indexOf(n[c])<0&&Object.prototype.propertyIsEnumerable.call(t,n[c])&&(a[n[c]]=t[n[c]]);return a}function kc(t,r,a,n){function c(s){return s instanceof a?s:new a(function(f){f(s)})}return new(a||(a=Promise))(function(s,f){function g(v){try{p(n.next(v))}catch(b){f(b)}}function h(v){try{p(n.throw(v))}catch(b){f(b)}}function p(v){v.done?s(v.value):c(v.value).then(g,h)}p((n=n.apply(t,r||[])).next())})}function hd(t,r,a){if(a||arguments.length===2)for(var n=0,c=r.length,s;n<c;n++)(s||!(n in r))&&(s||(s=Array.prototype.slice.call(r,0,n)),s[n]=r[n]);return t.concat(s||Array.prototype.slice.call(r))}function Ee(t,r,a,n){if(a==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof r=="function"?t!==r||!n:!r.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return a==="m"?n:a==="a"?n.call(t):n?n.value:r.get(t)}function jr(t,r,a,n,c){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!c)throw new TypeError("Private accessor was defined without a setter");if(typeof r=="function"?t!==r||!c:!r.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?c.call(t,a):c?c.value=a:r.set(t,a),a}const R_=Symbol.for("awsui-global-flags"),A_=()=>window.top;function z_(){return typeof window<"u"?window:globalThis}function Ev(t,r){var a;return(a=t==null?void 0:t[R_])===null||a===void 0?void 0:a[r]}const L_=t=>{try{const r=Ev(z_(),t);return r!==void 0?r:Ev(A_(),t)}catch{return}},zf="data-awsui-analytics",H_="data-awsui-analytics-label";let ig=L_("analyticsMetadata");const ze=t=>ig?{[zf]:JSON.stringify(t)}:{},_c=t=>ig?{[zf]:t[zf]}:{},wc=t=>ig?{[H_]:t}:{};let ur={funnelStart(){return""},funnelError(){},funnelComplete(){},funnelSuccessful(){},funnelCancelled(){},funnelChange(){},funnelStepStart(){},funnelStepComplete(){},funnelStepNavigation(){},funnelStepError(){},funnelStepChange(){},funnelSubStepStart(){},funnelSubStepComplete(){},funnelSubStepError(){},helpPanelInteracted(){},externalLinkInteracted(){}},Xb={tableInteraction(){},taskCompletionData(){},modalPerformanceData(){}},Gv={componentMounted(){return""},componentUpdated(){}};function cg(t){return t instanceof Node||t!==null&&typeof t=="object"&&"nodeType"in t&&typeof t.nodeType=="number"&&"nodeName"in t&&typeof t.nodeName=="string"&&"parentNode"in t&&typeof t.parentNode=="object"}function O_(t){return t instanceof HTMLElement||cg(t)&&t.nodeType===Node.ELEMENT_NODE&&"style"in t&&typeof t.style=="object"&&typeof t.ownerDocument=="object"&&!M_(t)}function M_(t){return t instanceof SVGElement||cg(t)&&t.nodeType===Node.ELEMENT_NODE&&"ownerSVGElement"in t&&typeof t.ownerSVGElement=="object"}function yt(t,r){let a=t;for(;a&&!r(a);)for(a=a.parentElement;a&&!O_(a);)a=a.parentElement;return a}function pd(t,r){return!t||!r||!cg(r)?!1:t.contains(r)}var bf,Iv;function j_(){if(Iv)return bf;Iv=1,bf=t;function t(n,c,s){n instanceof RegExp&&(n=r(n,s)),c instanceof RegExp&&(c=r(c,s));var f=a(n,c,s);return f&&{start:f[0],end:f[1],pre:s.slice(0,f[0]),body:s.slice(f[0]+n.length,f[1]),post:s.slice(f[1]+c.length)}}function r(n,c){var s=c.match(n);return s?s[0]:null}t.range=a;function a(n,c,s){var f,g,h,p,v,b=s.indexOf(n),x=s.indexOf(c,b+1),k=b;if(b>=0&&x>0){if(n===c)return[b,x];for(f=[],h=s.length;k>=0&&!v;)k==b?(f.push(k),b=s.indexOf(n,k+1)):f.length==1?v=[f.pop(),x]:(g=f.pop(),g<h&&(h=g,p=x),x=s.indexOf(c,k+1)),k=b<x&&b>=0?b:x;f.length&&(v=[h,p])}return v}return bf}j_();function Lf(t){var r;const a=getComputedStyle(t);return!!a.transform&&a.transform!=="none"||!!a.perspective&&a.perspective!=="none"||((r=a.contain)===null||r===void 0?void 0:r.split(" ").some(n=>["layout","paint","strict","content"].includes(n)))}function P_(t){return t.parentElement?yt(t.parentElement,Lf):null}function q_({startElement:t,tests:r}){const a=Object.keys(r),n={};let c=t;for(;c&&Object.keys(n).length<a.length;){for(c=c.parentElement;c&&!md(c);)c=c.parentElement;for(const s of a)!n[s]&&c&&r[s](c)&&(n[s]=c)}return n}function sg(t){return t instanceof Node||t!==null&&typeof t=="object"&&"nodeType"in t&&typeof t.nodeType=="number"&&"nodeName"in t&&typeof t.nodeName=="string"&&"parentNode"in t&&typeof t.parentNode=="object"}function md(t){return t instanceof HTMLElement||sg(t)&&t.nodeType===Node.ELEMENT_NODE&&"style"in t&&typeof t.style=="object"&&typeof t.ownerDocument=="object"&&!Yb(t)}function Yb(t){return t instanceof SVGElement||sg(t)&&t.nodeType===Node.ELEMENT_NODE&&"ownerSVGElement"in t&&typeof t.ownerSVGElement=="object"}function hl(t,r){var a;if(!sg(r))return!1;const n=yt(r,s=>s===t||md(s)&&!!s.dataset.awsuiReferrerId);if(n&&n===t)return!0;const c=md(n)?document.getElementById((a=n.dataset.awsuiReferrerId)!==null&&a!==void 0?a:""):null;return c?pd(t,c):pd(t,r)}const Wn="data-analytics-funnel",F_=`${Wn}-interaction-id`,dg=`${Wn}-key`,$b=`${Wn}-value`,U_=`${Wn}-step`,ug=`${Wn}-substep`,V_=`${Wn}-resource-type`,Nv="data-analytics-modal-id",W_="data-analytics-field-label",X_="data-analytics-field-error",Y_="data-analytics-alert",$_="data-analytics-flashbar",Z_="data-analytics-suppress-flow-events",K_="funnel-name",Zb="substep-name",Hf=()=>`[${dg}="${K_}"]`,pl=()=>`[${ug}]`,Kb=t=>`[${ug}="${t}"]`,Qb=t=>[t?Kb(t):"",`[${dg}="${Zb}"]`].join(" "),Ws=t=>t?`[id="${t}"]`:void 0,bt=t=>{var r,a;return t?(a=(r=document.querySelector(t))===null||r===void 0?void 0:r.textContent)===null||a===void 0?void 0:a.trim():void 0},Jb=y.createContext({funnelInteractionId:void 0,funnelNameSelector:Hf(),setFunnelInteractionId:()=>{},funnelType:"single-page",optionalStepNumbers:[],totalFunnelSteps:0,funnelSubmit:()=>{},funnelCancel:()=>{},submissionAttempt:0,funnelNextOrSubmitAttempt:()=>{},funnelState:{current:"default"},errorCount:{current:0},loadingButtonCount:{current:0},latestFocusCleanupFunction:{current:void 0},isInFunnel:!1,wizardCount:{current:0}}),ey=y.createContext({stepNameSelector:"",stepNumber:0,subStepCount:{current:0},isInStep:!1,funnelInteractionId:void 0,onStepChange:()=>{},subStepConfiguration:{current:new Map}}),Of=y.createContext({subStepId:"",subStepSelector:"",subStepNameSelector:"",subStepRef:{current:null},isNestedSubStep:!1,mousePressed:{current:!1},isFocusedSubStep:{current:!1},focusCleanupFunction:{current:void 0}}),oy=y.createContext(void 0),ca=()=>{const t=y.useContext(Of),{funnelInteractionId:r,funnelIdentifier:a,funnelState:n,latestFocusCleanupFunction:c}=Mt(),{stepNumber:s,stepIdentifier:f,stepNameSelector:g,subStepConfiguration:h}=Wr(),{subStepIdentifier:p,subStepId:v,subStepSelector:b,subStepNameSelector:x,subStepRef:k,isNestedSubStep:B,mousePressed:w,isFocusedSubStep:C,focusCleanupFunction:S}=t;if(B)return t;const R=E=>kc(void 0,void 0,void 0,function*(){var A,N,H,V;const j=E.target;if(yield new Promise(M=>setTimeout(M,1)),document.activeElement===j&&!C.current&&(C.current=!0,r&&v)){(A=c.current)===null||A===void 0||A.call(c);const M=bt(x);bt(g),(V=(H=(N=h.current)===null||N===void 0?void 0:N.get(s))===null||H===void 0?void 0:H.find(re=>re.name===M))===null||V===void 0||V.number;let q=!1;S.current=()=>{var re,X,te;q||(q=!0,(te=(X=(re=h.current)===null||re===void 0?void 0:re.get(s))===null||X===void 0?void 0:X.find(F=>F.name===M))===null||te===void 0||te.number,n.current)},c.current=S.current}}),T=E=>{var A;w.current||(!k.current||!E.relatedTarget||!hl(k.current,E.relatedTarget))&&(C.current=!1,r&&v&&n.current!=="cancelled"&&((A=S.current)===null||A===void 0||A.call(S)))},I=r?{[ug]:v,onFocus:R,onBlur:T}:{};return Object.assign({funnelSubStepProps:I},t)},Wr=()=>y.useContext(ey),Q_=()=>{const t=Wr(),r=y.useRef(t);return r.current=t,r},Mt=()=>{const t=y.useContext(Jb),r=t.funnelInteractionId?{[F_]:t.funnelInteractionId}:{};return Object.assign({funnelProps:r},t)},J_=()=>y.useContext(oy),ew="__awsuiMetadata__";function ty(t,r,a){const n=y.useRef(null);return y.useEffect(()=>{if(n.current){const c=typeof r=="string"?{version:r}:r,s=n.current,f=Object.assign(Object.assign({},c),{name:t});a&&Object.keys(a).length>0&&(f.analytics=a),Object.freeze(f),Object.defineProperty(s,ew,{value:f,writable:!1,configurable:!0})}}),n}const Rv="awsui";function fc(t,r){return!t||t.length<=r}class ow{sendMetric(r,a,n){if(!r||!/^[a-zA-Z0-9_-]+$/.test(r)){console.error(`Invalid metric name: ${r}`);return}if(!fc(r,1e3)){console.error(`Metric name ${r} is too long`);return}if(!fc(n,4e3)){console.error(`Detail for metric ${r} is too long: ${n}`);return}if(new ry().sendMetric({eventContext:r,eventDetail:n,eventValue:`${a}`,timestamp:Date.now()}))return;const s=this.findAWSC(window);typeof s=="object"&&typeof s.Clog=="object"&&typeof s.Clog.log=="function"&&s.Clog.log(r,a,n)}findAWSC(r){try{return typeof(r==null?void 0:r.AWSC)=="object"?r==null?void 0:r.AWSC:!r||r.parent===r?void 0:this.findAWSC(r.parent)}catch{return}}}class ry{sendMetric(r){const a=this.findPanorama(window);if(!a)return!1;const n=Object.assign(Object.assign({eventType:Rv,timestamp:Date.now()},r),{eventDetail:typeof r.eventDetail=="object"?JSON.stringify(r.eventDetail):r.eventDetail,eventValue:typeof r.eventValue=="object"?JSON.stringify(r.eventValue):r.eventValue});return fc(n.eventDetail,4e3)?fc(n.eventValue,4e3)?fc(n.eventContext,4e3)?(a("trackCustomEvent",n),!0):(this.onMetricError(`Event context for metric is too long: ${n.eventContext}`),!0):(this.onMetricError(`Event value for metric is too long: ${n.eventValue}`),!0):(this.onMetricError(`Event detail for metric is too long: ${n.eventDetail}`),!0)}onMetricError(r){console.error(r);const a=this.findPanorama(window);a&&a("trackCustomEvent",{eventType:Rv,eventContext:"awsui-metric-error",eventDetail:r.slice(0,4e3),timestamp:Date.now()})}findPanorama(r){try{return typeof(r==null?void 0:r.panorama)=="function"?r==null?void 0:r.panorama:!r||r.parent===r?void 0:this.findPanorama(r.parent)}catch{return}}}const tw="react";function rw({source:t,action:r,version:a,configuration:n},c){const f={o:typeof AWSUI_METRIC_ORIGIN<"u"?AWSUI_METRIC_ORIGIN:"main",s:t,t:c,a:r,f:tw,v:nw(a),c:n};return ly(f)}function ly(t){return JSON.stringify(t,lw)}function lw(t,r){return typeof r=="number"&&!Number.isFinite(r)?`${r}`:r}function aw({source:t,version:r},a){return["awsui",t,`${iw(a,r)}`].join("_")}function nw(t){return t.replace(/\s/g,"")}function iw(t,r){return`${t.charAt(0)}${cw(r).replace(".","")}`}function cw(t){const r=t.match(/^(\d+\.\d+)/);return r?r[1]:""}const Xs=new Set;let ld="";function sw(t){ld=t}class ay{constructor(r,a){this.clog=new ow,this.panorama=new ry,this.source=r,this.packageVersion=a}initMetrics(r){sw(r)}sendMetric(r,a,n){if(!ld){console.error("Metrics need to be initialized first.");return}this.clog.sendMetric(r,a,n)}sendPanoramaMetric(r){this.panorama.sendMetric(r)}sendMetricObject(r,a){this.sendMetric(aw(r,ld),a,rw(r,ld))}sendMetricObjectOnce(r,a){const n=ly(r);Xs.has(n)||(this.sendMetricObject(r,a),Xs.add(n))}sendMetricOnce(r,a,n){Xs.has(r)||(this.sendMetric(r,a,n),Xs.add(r))}logComponentsLoaded(){this.sendMetricObjectOnce({source:this.source,action:"loaded",version:this.packageVersion},1)}logComponentUsed(r,a){this.sendMetricObjectOnce({source:r,action:"used",version:this.packageVersion,configuration:a},1)}}function dw(t,{packageSource:r,packageVersion:a,theme:n},c={props:{}}){y.useEffect(()=>{const s=new ay(r,a);s.initMetrics(n),typeof window<"u"&&(s.sendMetricOnce("awsui-viewport-width",window.innerWidth||0),s.sendMetricOnce("awsui-viewport-height",window.innerHeight||0)),s.logComponentsLoaded(),s.logComponentUsed(t.toLowerCase(),c)},[])}function uw(t,r){typeof window<"u"&&(window.awsuiVersions||(window.awsuiVersions={}),window.awsuiVersions[t]||(window.awsuiVersions[t]=[]),window.awsuiVersions[t].push(r))}var Xn=Vb();const Ys=ag(Xn);var Fa=[],fw=function(){return Fa.some(function(t){return t.activeTargets.length>0})},gw=function(){return Fa.some(function(t){return t.skippedTargets.length>0})},Av="ResizeObserver loop completed with undelivered notifications.",hw=function(){var t;typeof ErrorEvent=="function"?t=new ErrorEvent("error",{message:Av}):(t=document.createEvent("Event"),t.initEvent("error",!1,!1),t.message=Av),window.dispatchEvent(t)},yc;(function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(yc||(yc={}));var Ua=function(t){return Object.freeze(t)},pw=function(){function t(r,a){this.inlineSize=r,this.blockSize=a,Ua(this)}return t}(),ny=function(){function t(r,a,n,c){return this.x=r,this.y=a,this.width=n,this.height=c,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Ua(this)}return t.prototype.toJSON=function(){var r=this,a=r.x,n=r.y,c=r.top,s=r.right,f=r.bottom,g=r.left,h=r.width,p=r.height;return{x:a,y:n,top:c,right:s,bottom:f,left:g,width:h,height:p}},t.fromRect=function(r){return new t(r.x,r.y,r.width,r.height)},t}(),fg=function(t){return t instanceof SVGElement&&"getBBox"in t},iy=function(t){if(fg(t)){var r=t.getBBox(),a=r.width,n=r.height;return!a&&!n}var c=t,s=c.offsetWidth,f=c.offsetHeight;return!(s||f||t.getClientRects().length)},zv=function(t){var r;if(t instanceof Element)return!0;var a=(r=t==null?void 0:t.ownerDocument)===null||r===void 0?void 0:r.defaultView;return!!(a&&t instanceof a.Element)},mw=function(t){switch(t.tagName){case"INPUT":if(t.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},gc=typeof window<"u"?window:{},$s=new WeakMap,Lv=/auto|scroll/,vw=/^tb|vertical/,bw=/msie|trident/i.test(gc.navigator&&gc.navigator.userAgent),Mr=function(t){return parseFloat(t||"0")},jn=function(t,r,a){return t===void 0&&(t=0),r===void 0&&(r=0),a===void 0&&(a=!1),new pw((a?r:t)||0,(a?t:r)||0)},Hv=Ua({devicePixelContentBoxSize:jn(),borderBoxSize:jn(),contentBoxSize:jn(),contentRect:new ny(0,0,0,0)}),cy=function(t,r){if(r===void 0&&(r=!1),$s.has(t)&&!r)return $s.get(t);if(iy(t))return $s.set(t,Hv),Hv;var a=getComputedStyle(t),n=fg(t)&&t.ownerSVGElement&&t.getBBox(),c=!bw&&a.boxSizing==="border-box",s=vw.test(a.writingMode||""),f=!n&&Lv.test(a.overflowY||""),g=!n&&Lv.test(a.overflowX||""),h=n?0:Mr(a.paddingTop),p=n?0:Mr(a.paddingRight),v=n?0:Mr(a.paddingBottom),b=n?0:Mr(a.paddingLeft),x=n?0:Mr(a.borderTopWidth),k=n?0:Mr(a.borderRightWidth),B=n?0:Mr(a.borderBottomWidth),w=n?0:Mr(a.borderLeftWidth),C=b+p,S=h+v,R=w+k,T=x+B,I=g?t.offsetHeight-T-t.clientHeight:0,E=f?t.offsetWidth-R-t.clientWidth:0,A=c?C+R:0,N=c?S+T:0,H=n?n.width:Mr(a.width)-A-E,V=n?n.height:Mr(a.height)-N-I,j=H+C+E+R,M=V+S+I+T,q=Ua({devicePixelContentBoxSize:jn(Math.round(H*devicePixelRatio),Math.round(V*devicePixelRatio),s),borderBoxSize:jn(j,M,s),contentBoxSize:jn(H,V,s),contentRect:new ny(b,h,H,V)});return $s.set(t,q),q},sy=function(t,r,a){var n=cy(t,a),c=n.borderBoxSize,s=n.contentBoxSize,f=n.devicePixelContentBoxSize;switch(r){case yc.DEVICE_PIXEL_CONTENT_BOX:return f;case yc.BORDER_BOX:return c;default:return s}},dy=function(){function t(r){var a=cy(r);this.target=r,this.contentRect=a.contentRect,this.borderBoxSize=Ua([a.borderBoxSize]),this.contentBoxSize=Ua([a.contentBoxSize]),this.devicePixelContentBoxSize=Ua([a.devicePixelContentBoxSize])}return t}(),uy=function(t){if(iy(t))return 1/0;for(var r=0,a=t.parentNode;a;)r+=1,a=a.parentNode;return r},yw=function(){var t=1/0,r=[];Fa.forEach(function(f){if(f.activeTargets.length!==0){var g=[];f.activeTargets.forEach(function(p){var v=new dy(p.target),b=uy(p.target);g.push(v),p.lastReportedSize=sy(p.target,p.observedBox),b<t&&(t=b)}),r.push(function(){f.callback.call(f.observer,g,f.observer)}),f.activeTargets.splice(0,f.activeTargets.length)}});for(var a=0,n=r;a<n.length;a++){var c=n[a];c()}return t},Ov=function(t){Fa.forEach(function(a){a.activeTargets.splice(0,a.activeTargets.length),a.skippedTargets.splice(0,a.skippedTargets.length),a.observationTargets.forEach(function(c){c.isActive()&&(uy(c.target)>t?a.activeTargets.push(c):a.skippedTargets.push(c))})})},xw=function(){var t=0;for(Ov(t);fw();)t=yw(),Ov(t);return gw()&&hw(),t>0},yf,fy=[],kw=function(){return fy.splice(0).forEach(function(t){return t()})},_w=function(t){if(!yf){var r=0,a=document.createTextNode(""),n={characterData:!0};new MutationObserver(function(){return kw()}).observe(a,n),yf=function(){a.textContent="".concat(r?r--:r++)}}fy.push(t),yf()},ww=function(t){_w(function(){requestAnimationFrame(t)})},ad=0,Bw=function(){return!!ad},Sw=250,Cw={attributes:!0,characterData:!0,childList:!0,subtree:!0},Mv=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],jv=function(t){return t===void 0&&(t=0),Date.now()+t},xf=!1,Tw=function(){function t(){var r=this;this.stopped=!0,this.listener=function(){return r.schedule()}}return t.prototype.run=function(r){var a=this;if(r===void 0&&(r=Sw),!xf){xf=!0;var n=jv(r);ww(function(){var c=!1;try{c=xw()}finally{if(xf=!1,r=n-jv(),!Bw())return;c?a.run(1e3):r>0?a.run(r):a.start()}})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var r=this,a=function(){return r.observer&&r.observer.observe(document.body,Cw)};document.body?a():gc.addEventListener("DOMContentLoaded",a)},t.prototype.start=function(){var r=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),Mv.forEach(function(a){return gc.addEventListener(a,r.listener,!0)}))},t.prototype.stop=function(){var r=this;this.stopped||(this.observer&&this.observer.disconnect(),Mv.forEach(function(a){return gc.removeEventListener(a,r.listener,!0)}),this.stopped=!0)},t}(),Mf=new Tw,Pv=function(t){!ad&&t>0&&Mf.start(),ad+=t,!ad&&Mf.stop()},Dw=function(t){return!fg(t)&&!mw(t)&&getComputedStyle(t).display==="inline"},Ew=function(){function t(r,a){this.target=r,this.observedBox=a||yc.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var r=sy(this.target,this.observedBox,!0);return Dw(this.target)&&(this.lastReportedSize=r),this.lastReportedSize.inlineSize!==r.inlineSize||this.lastReportedSize.blockSize!==r.blockSize},t}(),Gw=function(){function t(r,a){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=r,this.callback=a}return t}(),Zs=new WeakMap,qv=function(t,r){for(var a=0;a<t.length;a+=1)if(t[a].target===r)return a;return-1},Ks=function(){function t(){}return t.connect=function(r,a){var n=new Gw(r,a);Zs.set(r,n)},t.observe=function(r,a,n){var c=Zs.get(r),s=c.observationTargets.length===0;qv(c.observationTargets,a)<0&&(s&&Fa.push(c),c.observationTargets.push(new Ew(a,n&&n.box)),Pv(1),Mf.schedule())},t.unobserve=function(r,a){var n=Zs.get(r),c=qv(n.observationTargets,a),s=n.observationTargets.length===1;c>=0&&(s&&Fa.splice(Fa.indexOf(n),1),n.observationTargets.splice(c,1),Pv(-1))},t.disconnect=function(r){var a=this,n=Zs.get(r);n.observationTargets.slice().forEach(function(c){return a.unobserve(r,c.target)}),n.activeTargets.splice(0,n.activeTargets.length)},t}(),gy=function(){function t(r){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof r!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Ks.connect(this,r)}return t.prototype.observe=function(r,a){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!zv(r))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Ks.observe(this,r,a)},t.prototype.unobserve=function(r){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!zv(r))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Ks.unobserve(this,r)},t.prototype.disconnect=function(){Ks.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();function ml(t){const r=y.useRef();return y.useEffect(()=>{r.current=t}),y.useCallback((...a)=>{var n;return(n=r.current)===null||n===void 0?void 0:n.apply(void 0,a)},[])}function Xr(t,r){const a=ml(r);y.useLayoutEffect(()=>{const n=typeof t=="function"?t():t==null?void 0:t.current;n&&r(Fv(new dy(n)))},[]),y.useEffect(()=>{const n=typeof t=="function"?t():t==null?void 0:t.current;if(n){let c=!0;const s=new gy(f=>{c&&Xn.unstable_batchedUpdates(()=>{a(Fv(f[0]))})});return s.observe(n),()=>{c=!1,s.disconnect()}}},[t,a])}function Fv(t){return{target:t.target,contentBoxWidth:t.contentBoxSize[0].inlineSize,contentBoxHeight:t.contentBoxSize[0].blockSize,borderBoxWidth:t.borderBoxSize[0].inlineSize,borderBoxHeight:t.borderBoxSize[0].blockSize}}function gg(t){const r=[],a=c=>{Xn.unstable_batchedUpdates(()=>{for(const s of r)s(c)})};let n;return function(s){y.useEffect(()=>(r.length===0&&(n=t(a)),r.push(s),()=>{r.splice(r.indexOf(s),1),r.length===0&&(n(),n=void 0)}),[])}}function Iw({factory:t,initialState:r}){const a=gg(t);let n=r;return function(){const[s,f]=y.useState(n);return a(g=>{n=g,f(g)}),s}}function Nw(t,r){var a,n,c,s;try{const f=(n=(a=t.ownerDocument)===null||a===void 0?void 0:a.defaultView)!==null&&n!==void 0?n:window;return(s=(c=f.matchMedia)===null||c===void 0?void 0:c.call(f,r).matches)!==null&&s!==void 0?s:!1}catch(f){return console.warn(f),!1}}function hy(t){return!!yt(t,r=>r.classList.contains("awsui-motion-disabled"))||Nw(t,"(prefers-reduced-motion: reduce)")}function py(t){const[r,a]=y.useState("light");return pg(t,n=>{const s=yt(n,f=>f.classList.contains("awsui-polaris-dark-mode")||f.classList.contains("awsui-dark-mode"))?"dark":"light";s!==r&&a(s)}),r}function Rw(t){const[r,a]=y.useState("comfortable");return pg(t,n=>{const s=yt(n,f=>f.classList.contains("awsui-polaris-compact-mode")||f.classList.contains("awsui-compact-mode"))?"compact":"comfortable";s!==r&&a(s)}),r}function hg(t){const[r,a]=y.useState(!1);return pg(t,n=>{const c=hy(n);c!==r&&a(c)}),r}const Aw=gg(t=>{const r=new MutationObserver(()=>t());return r.observe(document.body,{attributes:!0,subtree:!0}),()=>r.disconnect()});function pg(t,r){const a=ml(()=>{t.current&&r(t.current)});Aw(a),y.useEffect(()=>{a()},[a])}function ra(t){return t?getComputedStyle(t).direction==="rtl":!1}function mg(t){return ra(t)?Math.floor(t.scrollLeft)*-1:Math.ceil(t.scrollLeft)}function Ye(t){const r=t.getBoundingClientRect(),a=r.height,n=r.width,c=r.top,s=r.bottom,f=ra(t)?document.documentElement.clientWidth-r.right:r.left,g=f+n;return{blockSize:a,inlineSize:n,insetBlockStart:c,insetBlockEnd:s,insetInlineStart:f,insetInlineEnd:g}}function Uv(t){return t.target instanceof HTMLElement&&ra(t.target)?document.documentElement.clientWidth-t.pageX:t.pageX}var Ln;(function(t){t[t.pageUp=33]="pageUp",t[t.pageDown=34]="pageDown",t[t.end=35]="end",t[t.home=36]="home",t[t.backspace=8]="backspace",t[t.space=32]="space",t[t.down=40]="down",t[t.left=37]="left",t[t.right=39]="right",t[t.up=38]="up",t[t.escape=27]="escape",t[t.enter=13]="enter",t[t.tab=9]="tab",t[t.shift=16]="shift",t[t.control=17]="control",t[t.alt=18]="alt",t[t.meta=91]="meta"})(Ln||(Ln={}));function zw(t){return[Ln.shift,Ln.alt,Ln.control,Ln.meta].indexOf(t.keyCode)>-1}function my(t){t?document.body.setAttribute("data-awsui-focus-visible","true"):document.body.removeAttribute("data-awsui-focus-visible")}function vy(){return my(!1)}function by(t){zw(t)||my(!0)}let Qs=0;function Lw(){document.addEventListener("mousedown",vy),document.addEventListener("keydown",by)}function Hw(){document.removeEventListener("mousedown",vy),document.removeEventListener("keydown",by)}function Ow(){y.useEffect(()=>(Qs===0&&Lw(),Qs++,()=>{Qs--,Qs===0&&Hw()}),[])}function Mw(t){const r=document.createElement("div");return document.body.appendChild(r),t(r),()=>{document.body.removeChild(r)}}function jw(t,r,a){let n;return t().then(c=>{n=c,a(c)},c=>{console.warn("[AwsUi] [portal]: failed to load portal root",c)}),()=>{r(n)}}function Md({container:t,getContainer:r,removeContainer:a,children:n}){const[c,s]=y.useState(t??null);return y.useLayoutEffect(()=>{if(t){s(t);return}return r&&a?jw(r,a,s):Mw(s)},[t,r,a]),c&&Xn.createPortal(n,c)}function eo(...t){return y.useMemo(()=>t.every(r=>r==null)?null:r=>{t.forEach(a=>{typeof a=="function"?a(r):a!=null&&(a.current=r)})},t)}var vd="components",la="3.0.0 (9545a041)",yy="open-source-visual-refresh";const kf=!1;uw(vd,la);function oo(t){const r={};return Object.keys(t).forEach(a=>{(a==="id"||a==="className"||a.match(/^data-/))&&(r[a]=t[a])}),r}function vl(t){return Object.assign(Object.assign({},t==null?void 0:t.analyticsMetadata),t==null?void 0:t.__analyticsMetadata)}const Pw=(t,r)=>t,bl=()=>!0;function Ro(t,r,a){const n=Pw(yy);return dw(t,{packageSource:vd,packageVersion:la,theme:n},r),Ow(),{__internalRootRef:ty(t,{packageName:vd,version:la,theme:n},a)}}var _f;let qw=0;const vg=()=>{const t=y.useRef(null);return t.current||(t.current=`${qw++}-${Date.now()}-${Math.round(Math.random()*1e4)}`),t.current},Fw=(_f=d.useId)!==null&&_f!==void 0?_f:vg;function $e(t){return`${t||""}`+Fw()}function Ao(t,r){t.displayName=r}function xy(t){var r,a,n="";if(typeof t=="string"||typeof t=="number")n+=t;else if(typeof t=="object")if(Array.isArray(t))for(r=0;r<t.length;r++)t[r]&&(a=xy(t[r]))&&(n&&(n+=" "),n+=a);else for(r in t)t[r]&&(n&&(n+=" "),n+=r);return n}function P(){for(var t,r,a=0,n="";a<arguments.length;)(t=arguments[a++])&&(r=xy(t))&&(n&&(n+=" "),n+=r);return n}const Uw=d.createContext({locale:null,format:(t,r,a,n)=>n});function ft(t){const{format:r}=y.useContext(Uw);return(a,n,c)=>r("@cloudscape-design/components",t,a,n,c)}const Vv={"add-plus":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M2.01 8h12M8 14l.01-12"})),"anchor-link":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M5 8h6M7 12H5c-2.21 0-4-1.79-4-4s1.79-4 4-4h2M9 12h2c2.21 0 4-1.79 4-4s-1.79-4-4-4H9",className:"stroke-linejoin-round"})),"angle-down":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m2 5 6 6 6-6",className:"stroke-linejoin-round"})),"angle-left-double":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8 2 2 8l6 6",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M13 2 7 8l6 6",className:"stroke-linejoin-round"})),"angle-left":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M11 2 5 8l6 6",className:"stroke-linejoin-round"})),"angle-right-double":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m8 2 6 6-6 6",className:"stroke-linejoin-round"}),d.createElement("path",{d:"m3 2 6 6-6 6",className:"stroke-linejoin-round"})),"angle-right":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m5 2 6 6-6 6",className:"stroke-linejoin-round"})),"angle-up":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m2 11 6-6 6 6",className:"stroke-linejoin-round"})),"arrow-down":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m3 9 5 5 5-5M8 14V1",className:"stroke-linejoin-round"})),"arrow-left":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M7 3 2 8l5 5M2 8h13",className:"stroke-linejoin-round"})),"arrow-right":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m9 3 5 5-5 5M14 8H1",className:"stroke-linejoin-round"})),"arrow-up":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13 7 8 2 3 7M8 2v13",className:"stroke-linejoin-round"})),"audio-full":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6.47 13.707 4 10.997H1v-6h3l2.47-2.71c.54-.59 1.53-.21 1.53.59v10.23c0 .8-.99 1.19-1.53.59v.01Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M10 12.997c2.76 0 5-2.24 5-5s-2.24-5-5-5"}),d.createElement("path",{d:"M10 9.997c1.1 0 2-.9 2-2s-.9-2-2-2"})),"audio-half":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M7.47 13.41 5 10.7H2v-6h3l2.47-2.71C8.01 1.4 9 1.78 9 2.58v10.23c0 .8-.99 1.19-1.53.59v.01Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M11 9.71c1.1 0 2-.9 2-2s-.9-2-2-2"})),"audio-off":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6.47 13.41 4 10.7H1v-6h3l2.47-2.71C7.01 1.4 8 1.78 8 2.58v10.23c0 .8-.99 1.19-1.53.59v.01ZM11 5.71l3.99 4M15 5.71 11 9.7",className:"stroke-linejoin-round"})),"backward-10-seconds":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M5.95 14.01h-.96c-.56 0-1.02-.46-1.02-1.02v-2.96c0-.56.45-1.01 1.01-1.02h.96c.56 0 1.02.45 1.02 1.02v2.96c0 .56-.46 1.02-1.02 1.02h.01Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M1 9v5",className:"stroke-linecap-square"}),d.createElement("path",{d:"M1 0v5h5",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M9.976 15A7.154 7.154 0 0 0 15 8.164C15 4.204 11.804 1 7.852 1A7.148 7.148 0 0 0 1.5 4.875",className:"stroke-linejoin-round"})),bug:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M12 5.71a4 4 0 0 0-8 0v4a4 4 0 1 0 8 0v-4ZM15 8.71h-3M4 8.71H1M12 6H4M15 3.63l-3 2.08M15 13.78l-3-2.07M1 3.63l3 2.08M1 13.78l3-2.07"})),calendar:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 2H2v12h12V2Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M4 6V4h2v2H4ZM7 6V4h2v2H7ZM10 6V4h2v2h-2ZM4 9V7h2v2H4ZM7 9V7h2v2H7ZM4 12v-2h2v2H4ZM7 12v-2h2v2H7ZM10 9V7h2v2h-2Z",className:"filled no-stroke"})),call:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13.99 7.083c0-2.76-2.24-5-5-5M11.07 10.002c-.6.58-1.55.61-2.14.02l-2.88-2.88a1.49 1.49 0 0 1 0-2.12c.52-.52.52-1.36 0-1.88l-.85-.85a.996.996 0 0 0-1.41 0l-.38.38a4.83 4.83 0 0 0 0 6.82l3.17 3.17a4.83 4.83 0 0 0 6.82 0l.38-.38a.996.996 0 0 0 0-1.41l-.85-.85c-.51-.51-1.34-.52-1.86-.02Z",className:"stroke-linejoin-round"})),"caret-down-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m8 11 4-6H4l4 6Z",className:"filled stroke-linejoin-round"})),"caret-down":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m8 11 4-6H4l4 6Z",className:"stroke-linejoin-round"})),"caret-left-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m5 8 6 4V4L5 8Z",className:"filled stroke-linejoin-round"})),"caret-right-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m11 8-6 4V4l6 4Z",className:"filled stroke-linejoin-round"})),"caret-up-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m8 5 4 6H4l4-6Z",className:"filled stroke-linejoin-round"})),"caret-up":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m8 5 4 6H4l4-6Z",className:"stroke-linejoin-round"})),check:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m1 9 4 4L15 2",className:"stroke-linejoin-round"})),close:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m2 1.71 12 12M2 13.71l12-12",className:"stroke-linejoin-round"})),"closed-caption-unavailable":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 1H1v14h14V1Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M7.51 10H5c-.55 0-.99-.44-.99-.99V7c0-.55.44-.99.99-.99h1.01M13 10h-2.51c-.55 0-.99-.44-.99-.99V7c0-.55.44-.99.99-.99H13M1 1l14 14",className:"stroke-linejoin-round"})),"closed-caption":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 1H1v14h14V1Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M7.51 10H5c-.55 0-.99-.44-.99-.99V7c0-.55.44-.99.99-.99h2.51M13 10h-2.51c-.55 0-.99-.44-.99-.99V7c0-.55.44-.99.99-.99H13",className:"stroke-linejoin-round"})),"command-prompt":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 1H1v14h14V1ZM12 11H9",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M4.71 11.3 8 8 4.71 4.71",className:"stroke-linejoin-round"})),contact:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h4v3l4-3h4Z",className:"stroke-linejoin-round"})),copy:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 5H5v10h10V5Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M13 1H1v11",className:"stroke-linejoin-round"})),"delete-marker":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M3 7V1h6l4 4v10h-3",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M8 1v5h5M2 15l6-6M2 9.01l6.01 6",className:"stroke-linejoin-round"})),download:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M1 15h14M13 6l-5 5-5-5M8 10V1",className:"stroke-linejoin-round"})),"drag-indicator":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"5.5",cy:"2.5",r:"1.5",className:"filled no-stroke"}),d.createElement("circle",{cx:"5.5",cy:"13.5",r:"1.5",className:"filled no-stroke"}),d.createElement("circle",{cx:"5.5",cy:"8",r:"1.5",className:"filled no-stroke"}),d.createElement("circle",{cx:"10.5",cy:"2.5",r:"1.5",className:"filled no-stroke"}),d.createElement("circle",{cx:"10.5",cy:"13.5",r:"1.5",className:"filled no-stroke"}),d.createElement("circle",{cx:"10.5",cy:"8",r:"1.5",className:"filled no-stroke"})),edit:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m6.19 13.275-4.19.7.7-4.19 7.2-7.2c.78-.78 2.05-.78 2.83 0l.66.66c.78.78.78 2.05 0 2.83l-7.2 7.2ZM9 3.995l3 3",className:"stroke-linejoin-round"})),ellipsis:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"2.5",r:"1.5",className:"filled no-stroke"}),d.createElement("circle",{cx:"8",cy:"13.5",r:"1.5",className:"filled no-stroke"}),d.createElement("circle",{cx:"8",cy:"8",r:"1.5",className:"filled no-stroke"})),envelope:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m1 3 7 6 7-6",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M15 3H1v10h14V3Z",className:"stroke-linejoin-round"})),"exit-full-screen":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M1 10.01h5V15M10 15v-5h5M6 1v5H1M15 6h-5V1",className:"stroke-linejoin-round"})),expand:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 7V2H9M10 6l4-4M6.99 14H2V9M6 10l-4 4M9 14h5V9M10 10l4 4M2 6.99V2h5M6 6 2 2",className:"stroke-linejoin-round"})),external:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 8.01v-6H8M14.02 2 8 8.01M6 2.01H2v12h12v-3.99",className:"stroke-linejoin-round"})),"face-happy-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M7.995 1.103a6.887 6.887 0 0 0-6.892 6.892 6.887 6.887 0 0 0 6.892 6.892 6.887 6.887 0 0 0 6.892-6.892 6.887 6.887 0 0 0-6.892-6.892Zm-2.002 7.61A2.148 2.148 0 0 0 8 10.134c.914 0 1.706-.592 2.007-1.423l1.646.596c-.54 1.489-1.966 2.577-3.653 2.577-1.686 0-3.114-1.088-3.653-2.577l1.646-.596ZM7.148 6.03a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Zm3.95 0a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Z",className:"filled no-stroke"}),d.createElement("path",{d:"M8 .5A7.495 7.495 0 0 0 .5 8c0 4.146 3.354 7.5 7.5 7.5s7.5-3.354 7.5-7.5S12.146.5 8 .5Zm0 1.559c3.61 0 6.008 2.566 6.008 5.941 0 2.404-2.044 6.014-6.008 6.014-3.818 0-6.01-2.9-6.01-6.014 0-2.603 1.712-5.941 6.01-5.941Z",className:"filled no-stroke"})),"face-happy":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM10.01 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",className:"filled no-stroke"}),d.createElement("path",{d:"M10.83 9.01c-.42 1.16-1.53 2-2.83 2s-2.41-.84-2.83-2",className:"stroke-linejoin-round"})),"face-neutral-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M7.995 1.103a6.887 6.887 0 0 0-6.892 6.892 6.887 6.887 0 0 0 6.892 6.892 6.887 6.887 0 0 0 6.892-6.892 6.887 6.887 0 0 0-6.892-6.892ZM11 10.875H5v-1.75h6v1.75ZM7.148 6.03a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Zm3.95 0a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Z",className:"filled no-stroke"}),d.createElement("path",{d:"M8 .5A7.495 7.495 0 0 0 .5 8c0 4.146 3.354 7.5 7.5 7.5s7.5-3.354 7.5-7.5S12.146.5 8 .5Zm0 1.559c3.61 0 6.008 2.566 6.008 5.941 0 2.404-2.044 6.014-6.008 6.014-3.818 0-6.01-2.9-6.01-6.014 0-2.603 1.712-5.941 6.01-5.941Z",className:"filled no-stroke"})),"face-neutral":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM10.01 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",className:"filled no-stroke"}),d.createElement("path",{d:"M5 10h6",className:"stroke-linejoin-round"})),"face-sad-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M7.995 1.103a6.887 6.887 0 0 0-6.892 6.892 6.887 6.887 0 0 0 6.892 6.892 6.887 6.887 0 0 0 6.892-6.892 6.887 6.887 0 0 0-6.892-6.892Zm-3.648 9.6C4.887 9.212 6.314 8.124 8 8.124c1.687 0 3.114 1.088 3.653 2.577l-1.646.596A2.148 2.148 0 0 0 8 9.875c-.913 0-1.706.592-2.007 1.423l-1.646-.596ZM7.148 6.03a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Zm3.95 0a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Z",className:"filled no-stroke"}),d.createElement("path",{d:"M8 .5A7.495 7.495 0 0 0 .5 8c0 4.146 3.354 7.5 7.5 7.5s7.5-3.354 7.5-7.5S12.146.5 8 .5Zm0 1.559c3.61 0 6.008 2.566 6.008 5.941 0 2.404-2.044 6.014-6.008 6.014-3.818 0-6.01-2.9-6.01-6.014 0-2.603 1.712-5.941 6.01-5.941Z",className:"filled no-stroke"})),"face-sad":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM10.01 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",className:"filled no-stroke"}),d.createElement("path",{d:"M10.83 11C10.41 9.84 9.3 9 8 9s-2.41.84-2.83 2",className:"stroke-linejoin-round"})),"file-open":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13 15H3V1h6l4 4v10Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M8 1v5h5M3 8l7 7",className:"stroke-linejoin-round"})),file:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13 15H3V1h6l4 4v10Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M8 1v5h5",className:"stroke-linejoin-round"})),filter:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m1 3 5 5v7l4-2V8l5-5V1H1v2Z",className:"stroke-linejoin-round"})),flag:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M1.99 16V1M2 2.14c4 2.71 8-2.99 12-.28v7.28c-4-2.89-8 2.61-12-.28",className:"stroke-linejoin-round"})),"folder-open":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6 14h8l-3-7H1l2 7h3Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M2 7V2h6l1 2h5c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1h-1",className:"stroke-linejoin-round"})),folder:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 5v9H2V2h6l1 2h5c.55 0 1 .45 1 1Z",className:"stroke-linejoin-round"})),"forward-10-seconds":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13.95 14.01h-.96c-.56 0-1.02-.46-1.02-1.02v-2.96c0-.56.45-1.01 1.01-1.02h.96c.56 0 1.02.45 1.02 1.02v2.96c0 .56-.46 1.02-1.02 1.02h.01Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M9 9v5",className:"stroke-linecap-square"}),d.createElement("path",{d:"M15 0v5h-5",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M6.024 15A7.154 7.154 0 0 1 1 8.164C1 4.204 4.196 1 8.148 1A7.148 7.148 0 0 1 14.5 4.875",className:"stroke-linejoin-round"})),"full-screen":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6 15H1v-5M15 10v5h-5M1 6V1h5M10 1h5v5",className:"stroke-linejoin-round"})),"gen-ai":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6.15 10.365 8 15.005l1.86-4.64 4.64-1.86-4.64-1.85L8 2.005l-1.85 4.65-4.65 1.85 4.65 1.86Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M2.38 4.915c.02.05.07.08.12.08.05 0 .12-.08.12-.08l.66-1.64 1.64-.66a.13.13 0 0 0 .08-.12c0-.05-.08-.12-.08-.12l-1.64-.66-.66-1.64c-.04-.1-.2-.1-.24 0l-.66 1.64-1.64.66a.13.13 0 0 0-.08.12c0 .05.08.12.08.12l1.64.66.66 1.64Z",className:"filled no-stroke"})),globe:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M8 15c1.657 0 3-3.134 3-7S9.657 1 8 1 5 4.134 5 8s1.343 7 3 7ZM1 8h14",className:"stroke-linejoin-round"})),"grid-view":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6 10H2v4h4v-4ZM14 10h-4v4h4v-4ZM6 2H2v4h4V2ZM14 2h-4v4h4V2Z",className:"stroke-linejoin-round"})),"group-active":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"11",cy:"7",r:"3",className:"filled no-stroke"}),d.createElement("circle",{cx:"4.25",cy:"4.25",r:"2.75",className:"filled no-stroke"}),d.createElement("path",{d:"M6 14a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v2H6v-2Z",className:"filled no-stroke"}),d.createElement("path",{d:"M7.126 8H3a3 3 0 0 0-3 3v3h5a4 4 0 0 1 3.405-3.956A4 4 0 0 1 7.126 8Z",className:"filled no-stroke"})),group:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 16v-2a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v2"}),d.createElement("circle",{cx:"11.25",cy:"6.75",r:"2.25"}),d.createElement("path",{d:"M6.254 8.99H3a2.005 2.005 0 0 0-2.005 2.005v2h.01v-2C1.005 9.893 1.898 9 3 9h3.261a8.678 8.678 0 0 1-.007-.01Z",className:"filled"}),d.createElement("circle",{cx:"4.25",cy:"4.25",r:"2.25"})),"heart-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13.49 3.546C12.124 2.31 10.312 2.689 9 4L8 5 7 4c-1.301-1.302-3.114-1.69-4.491-.454a3.409 3.409 0 0 0-.133 4.95L7.952 14s.067.028.086 0l5.576-5.505a3.409 3.409 0 0 0-.133-4.95h.01Z",className:"filled stroke-linejoin-round"})),heart:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13.752 2.873c-1.44-1.3-3.7-1.1-5.08.28l-.7.7-.7-.7c-1.37-1.37-3.63-1.58-5.08-.28a3.588 3.588 0 0 0-.14 5.21l5.87 5.87s.07.03.09 0l5.87-5.87a3.588 3.588 0 0 0-.14-5.21h.01Z",className:"stroke-linejoin-round"})),"insert-row":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6 11H1V2h14v4M12 7v8M8 11h8",className:"stroke-linejoin-round"})),key:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M10 1a5.002 5.002 0 0 0-4.6 6.96L1 12.36v2.65h4v-2h3v-2.42c.61.27 1.29.42 2 .42 2.76 0 5-2.24 5-5s-2.24-5-5-5V1Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M10.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",className:"filled no-stroke"})),keyboard:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 2H1v12h14V2ZM4 11h8M4 8h2M4 5h2M7 8h2M7 5h2M10 8h2M10 5h2"})),"list-view":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M5 3h10M5 8h10M5 13h10"}),d.createElement("path",{d:"M2.01 3.01H2V3h.01v.01ZM2.01 8.01H2V8h.01v.01ZM2.01 13.01H2V13h.01v.01Z",className:"filled"})),"location-pin":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M12.01 9c.63-.83 1-1.87 1-3 0-2.76-2.24-5-5-5a5.002 5.002 0 0 0-4 8l4 6 4-6Z",className:"stroke-linejoin-round"})),"lock-private":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M12 7H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1ZM5 7V4c0-1.65 1.35-3 3-3s3 1.35 3 3v3",className:"stroke-linejoin-round"})),map:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M2 12.8V2l3.61 1.21V14L2 12.8ZM10.4 12.8V2L14 3.05V14l-3.6-1.2ZM5.61 14l4.79-1.2M5.61 3.21 10.4 2",className:"stroke-linejoin-round"})),menu:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 3H1M15 8H1M15 13H1",className:"stroke-linejoin-round"})),"microphone-off":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M3 15.01h10M8 15v-3"}),d.createElement("path",{d:"M6.6 8.43c.36.36.86.59 1.41.59 1.1 0 2-.9 2-2v-2L6.6 8.43Z",className:"filled"}),d.createElement("path",{d:"M13 7.01c0 2.76-2.24 5-5 5-1.28 0-2.45-.48-3.33-1.28M3 12.01l10-10"}),d.createElement("path",{d:"M8.01 1.01c-1.1 0-2 .9-2 2v1.67l3.23-3.23c-.34-.27-.77-.44-1.23-.44Z",className:"filled"}),d.createElement("path",{d:"M3.01 7.01c0 .482-.162 1.263.33 1.75"})),microphone:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M3 15h10M8 15v-3M10 3a2 2 0 1 0-4 0v4a2 2 0 1 0 4 0V3Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M13 7c0 2.76-2.24 5-5 5S3 9.76 3 7",className:"stroke-linejoin-round"})),"mini-player":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 10.01H8v4h6v-4Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M5 14H2V2h12v5",className:"stroke-linejoin-round"})),multiscreen:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 5H5v7h10V5Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M11 3V1.01L1.01 1 1 8h1.998M10 12v3M7 15h6",className:"stroke-linejoin-round"})),notification:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 12H2c-.39 0-.63-.44-.41-.76L4 8V5c0-2.21 1.79-4 4-4s4 1.79 4 4v3l2.41 3.24c.22.33-.02.76-.41.76ZM6 13c0 1.1.9 2 2 2s2-.9 2-2",className:"stroke-linejoin-round"})),pause:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M5 2v12M11 2v12",className:"stroke-linejoin-round"})),play:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m4 13.03 8-5-8-5v10Z",className:"stroke-linejoin-round filled"})),redo:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m11 2 4 4-4 4",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M14 6H5.5C3.01 6 1 8.01 1 10.5S3.01 15 5.5 15H8",className:"stroke-linejoin-round"})),refresh:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 0v5l-5-.04",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M15 8c0 3.87-3.13 7-7 7s-7-3.13-7-7 3.13-7 7-7c2.79 0 5.2 1.63 6.33 4"})),remove:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M1 5h14M13 5l-1 10H4L3 5M5 5V2h6v3",className:"stroke-linejoin-round"})),"resize-area":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 4 4 14M10 14l4-4",className:"stroke-linejoin-round"})),script:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M5 4 1 8l4 4M11 4l4 4-4 4",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M7 13 9 3"})),search:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m11 11 4 4M7 12A5 5 0 1 0 7 2a5 5 0 0 0 0 10Z",className:"stroke-linejoin-round"})),security:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8 1C6.29 2.53 4.13 3.32 2 3.48v3.48c0 2.05.76 3.88 1.71 5.14.92 1.22 2.32 2.21 4.29 2.9 1.97-.69 3.37-1.68 4.29-2.9A8.684 8.684 0 0 0 14 6.96V3.48C11.87 3.32 9.71 2.52 8 1Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M8 4v5M8 10v2"})),send:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m1 1 14 6.92L1 15l3-7-3-7ZM4 8h11",className:"stroke-linejoin-round"})),settings:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M6.11 1.729c.07-.42.44-.729.86-.729h2.02c.43 0 .79.31.86.729l.17.999c.05.29.24.529.5.679.06.03.11.06.17.1.25.15.56.2.84.1l.95-.35c.4-.15.85 0 1.07.38l1.01 1.747c.21.37.13.839-.2 1.108l-.78.64c-.23.189-.34.479-.33.768v.2c0 .29.11.579.33.769l.78.639c.33.27.42.739.2 1.108l-1.01 1.748c-.21.37-.66.529-1.06.38l-.95-.35a.966.966 0 0 0-.84.1c-.06.03-.11.07-.17.1-.26.14-.45.389-.5.679l-.17.998A.878.878 0 0 1 9 15H6.98a.87.87 0 0 1-.86-.729l-.17-.998a.988.988 0 0 0-.5-.68c-.06-.03-.11-.06-.17-.1a.996.996 0 0 0-.84-.1l-.95.35c-.4.15-.85 0-1.06-.38l-1.01-1.747a.873.873 0 0 1 .2-1.108l.78-.64c.23-.189.34-.479.33-.768v-.2c0-.3-.11-.579-.33-.769l-.78-.639a.861.861 0 0 1-.2-1.108l1.01-1.748c.21-.37.66-.529 1.07-.38l.95.35c.28.1.58.06.84-.1.06-.03.11-.07.17-.1.26-.14.45-.379.5-.678l.15-1Z",className:"stroke-linecap-round stroke-linejoin-round"}),d.createElement("path",{d:"M10 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2Z",className:"stroke-linecap-round stroke-linejoin-round"})),share:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M3.5 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM12.5 6a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM12.5 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM10.326 4.7 5.678 7.293M10.223 11.483l-4.448-1.96"})),shrink:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M10 1v5h5M10.71 5.29 15 1M1 10h5v5M5.3 10.7 1 15",className:"stroke-linejoin-round"})),"star-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m8 1 2.16 4.38 4.84.71-3.5 3.41.83 4.81L8 12.04l-4.33 2.27.83-4.81L1 6.09l4.84-.71L8 1Z",className:"filled stroke-linejoin-round"})),"star-half":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8 1v11.04l-4.33 2.27.83-4.81L1 6.09l4.84-.71L8 1Z",className:"filled no-stroke"}),d.createElement("path",{d:"m8 1 2.16 4.38 4.84.71-3.5 3.41.83 4.81L8 12.04l-4.33 2.27.83-4.81L1 6.09l4.84-.71L8 1Z",className:"stroke-linejoin-round"})),star:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m8 1 2.16 4.38 4.84.71-3.5 3.41.83 4.81L8 12.04l-4.33 2.27.83-4.81L1 6.09l4.84-.71L8 1Z",className:"stroke-linejoin-round"})),"status-in-progress":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M9 7H7v2h2V7ZM6 7H4v2h2V7ZM12 7h-2v2h2V7Z",className:"filled no-stroke"})),"status-info":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M8 12V7M8 6V4"})),"status-negative":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"m5.5 5.5 5 5M10.5 5.5l-5 5"})),"status-pending":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M8 4v5H4",className:"stroke-linejoin-round"})),"status-positive":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M4.5 7.5 7 10l4-5",className:"stroke-linejoin-round"})),"status-stopped":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M5 8h6"})),"status-warning":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8 5v4M8 10v2M6.52 1.88l-5.33 9.76c-.13.23-.19.5-.19.76 0 .88.71 1.59 1.59 1.59H13.4c.88 0 1.59-.71 1.59-1.59 0-.27-.07-.53-.19-.76L9.48 1.88C9.18 1.34 8.62 1 8 1s-1.18.34-1.48.88Z",className:"stroke-linejoin-round"})),"subtract-minus":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M2 8h12",className:"stroke-linejoin-round"})),suggestions:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8.12 15h-2l-.99-5.02C3.92 9.07 3.12 7.63 3.12 6c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.07-2.01 3.98L10.12 15h-2ZM11.12 12h-6",className:"stroke-linejoin-round"})),support:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"8",r:"7"}),d.createElement("path",{d:"M5.75 6.338c.13-1.178.811-2.339 2.37-2.339 1.472 0 2.435 1.312 2.042 2.468-.215.633-.916 1.132-1.385 1.578C8.162 8.631 8 9.2 8 10"}),d.createElement("path",{d:"M8 12.01h.01V12H8v.01Z",className:"filled"})),"thumbs-down-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M1 1h2.01v9H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1Zm14.14 6.22-1.69-5.03C13.21 1.48 12.54 1 11.79 1H4.01v9l3.23 3.88c.6.72 1.77.29 1.77-.64V9h4.86c.92 0 1.57-.91 1.28-1.78h-.01Z",className:"filled no-stroke"})),"thumbs-down":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M9 13.13V9h4.12c.6 0 1.02-.59.83-1.16l-1.6-4.77A1.58 1.58 0 0 0 10.86 2H1v8h4l2.41 3.61c.48.72 1.59.38 1.59-.48ZM5 2v8",className:"stroke-linejoin-round"})),"thumbs-up-filled":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M3 15.001H1c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h2v9Zm10.86-8H9v-4.24c0-.93-1.17-1.36-1.77-.64L4 6.001v9h7.78c.75 0 1.42-.48 1.66-1.19l1.69-5.03c.29-.87-.36-1.78-1.28-1.78h.01Z",className:"filled no-stroke"})),"thumbs-up":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M9 2.871v4.13h4.12c.6 0 1.02.59.83 1.16l-1.6 4.77a1.58 1.58 0 0 1-1.49 1.07H1v-8h4l2.41-3.61c.48-.72 1.59-.38 1.59.48ZM5 14.001v-8",className:"stroke-linejoin-round"})),ticket:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M13 8c0-1.1.9-2 2-2V3H1v3c1.1 0 2 .9 2 2s-.9 2-2 2v3h14v-3c-1.1 0-2-.9-2-2Z",className:"stroke-linejoin-round"})),transcript:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 1H1v14h14V1ZM9 10H4M12 6H4",className:"stroke-linejoin-round"})),"treeview-collapse":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 2H2v12h12V2ZM5 8h6",className:"stroke-linejoin-round"})),"treeview-expand":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M14 2H2v12h12V2ZM8 5v6M5 8h6",className:"stroke-linejoin-round"})),undo:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M5 2 1 6l4 4",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M2 6h8.5c2.49 0 4.5 2.01 4.5 4.5S12.99 15 10.5 15H8",className:"stroke-linejoin-round"})),unlocked:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M11 7H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1ZM9 7V4c0-1.65 1.35-3 3-3s3 1.35 3 3",className:"stroke-linejoin-round"})),"upload-download":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m7 7-3 3-3-3M4 9V1M15 9l-3-3-3 3M12 7v8M0 14h8M8 2h8",className:"stroke-linejoin-round"})),upload:d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M1 1h14M13 10 8 5l-5 5M8 6v9",className:"stroke-linejoin-round"})),"user-profile-active":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8 6a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0 0 5ZM2 15.5v-3c0-1.66 1.34-3 3-3h6c1.66 0 3 1.34 3 3v3",className:"filled"}),d.createElement("path",{d:"M2 15.5v-3c0-1.66 1.34-3 3-3h6c1.66 0 3 1.34 3 3v3",className:"stroke-linejoin-round"})),"user-profile":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M8 7c1.66 0 3-1.34 3-3S9.66 1 8 1 5 2.34 5 4s1.34 3 3 3Z"}),d.createElement("path",{d:"M2 16v-3c0-1.66 1.34-3 3-3h6c1.66 0 3 1.34 3 3v3",className:"stroke-linejoin-round"})),"video-camera-off":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M11 6V3H1v9.97h10V9.98L15 13V3.04L11 6ZM4 6l4 4M8 6.01 4 10",className:"stroke-linejoin-round"})),"video-camera-on":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M11 6V3H1v9.97L11 13v-3l4 3V3.04L11 6Z",className:"stroke-linejoin-round"})),"video-camera-unavailable":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M11 5.99V3H1v9.97h10V9.98L15 13V3.04l-4 2.95ZM4 8h4",className:"stroke-linejoin-round"})),"video-off":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"7",r:"5"}),d.createElement("path",{d:"M3 15h10M8 15v-3M6.01 5.01 10 9M10 5 6 9",className:"stroke-linejoin-round"})),"video-on":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"7",r:"5"}),d.createElement("circle",{cx:"8",cy:"7",r:"2",className:"filled no-stroke"}),d.createElement("path",{d:"M3 15h10M8 15v-3"})),"video-unavailable":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"8",cy:"7",r:"5"}),d.createElement("path",{d:"M3 15h10M6 7h4M8 15v-3"})),"view-full":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 1H1v14h14V1Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M11.5 4h-7a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5Z",className:"filled no-stroke"})),"view-horizontal":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 15V1H1v14h14Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M11.5 7h-7a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5Z",className:"filled no-stroke"})),"view-vertical":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M15 1H1v14h14V1Z",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M11.5 4h-4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5Z",className:"filled no-stroke"})),"zoom-in":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("circle",{cx:"7",cy:"7",r:"6"}),d.createElement("path",{d:"m11 11 4 4M7 4v6M4 7l6 .01"})),"zoom-out":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"m11 11 4 4"}),d.createElement("circle",{cx:"7",cy:"7",r:"6"}),d.createElement("path",{d:"m4 7 6 .01"})),"zoom-to-fit":d.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true"},d.createElement("path",{d:"M11 5H5v6h6V5ZM6 1H1v5M10 1h5v5M6 15H1v-5M10 15h5v-5",className:"stroke-linejoin-round"}))},Na={icon:"awsui_icon_h11ix_j12ko_189","icon-flex-height":"awsui_icon-flex-height_h11ix_j12ko_197","size-small":"awsui_size-small_h11ix_j12ko_225","size-small-mapped-height":"awsui_size-small-mapped-height_h11ix_j12ko_229","size-normal":"awsui_size-normal_h11ix_j12ko_244","size-normal-mapped-height":"awsui_size-normal-mapped-height_h11ix_j12ko_248","size-medium":"awsui_size-medium_h11ix_j12ko_263","size-medium-mapped-height":"awsui_size-medium-mapped-height_h11ix_j12ko_267","size-big":"awsui_size-big_h11ix_j12ko_282","size-big-mapped-height":"awsui_size-big-mapped-height_h11ix_j12ko_286","size-large":"awsui_size-large_h11ix_j12ko_301","size-large-mapped-height":"awsui_size-large-mapped-height_h11ix_j12ko_305","variant-normal":"awsui_variant-normal_h11ix_j12ko_320","variant-disabled":"awsui_variant-disabled_h11ix_j12ko_323","variant-inverted":"awsui_variant-inverted_h11ix_j12ko_326","variant-subtle":"awsui_variant-subtle_h11ix_j12ko_329","variant-warning":"awsui_variant-warning_h11ix_j12ko_332","variant-error":"awsui_variant-error_h11ix_j12ko_335","variant-success":"awsui_variant-success_h11ix_j12ko_338","variant-link":"awsui_variant-link_h11ix_j12ko_341","name-angle-left-double":"awsui_name-angle-left-double_h11ix_j12ko_344","name-angle-left":"awsui_name-angle-left_h11ix_j12ko_344","name-angle-right-double":"awsui_name-angle-right-double_h11ix_j12ko_346","name-angle-right":"awsui_name-angle-right_h11ix_j12ko_346","name-arrow-left":"awsui_name-arrow-left_h11ix_j12ko_348","name-arrow-right":"awsui_name-arrow-right_h11ix_j12ko_349","name-caret-left-filled":"awsui_name-caret-left-filled_h11ix_j12ko_350","name-caret-right-filled":"awsui_name-caret-right-filled_h11ix_j12ko_351","name-audio-full":"awsui_name-audio-full_h11ix_j12ko_352","name-audio-half":"awsui_name-audio-half_h11ix_j12ko_353","name-audio-off":"awsui_name-audio-off_h11ix_j12ko_354","name-external":"awsui_name-external_h11ix_j12ko_355","name-redo":"awsui_name-redo_h11ix_j12ko_356","name-resize-area":"awsui_name-resize-area_h11ix_j12ko_357","name-send":"awsui_name-send_h11ix_j12ko_358","name-shrink":"awsui_name-shrink_h11ix_j12ko_359","name-undo":"awsui_name-undo_h11ix_j12ko_360","name-view-vertical":"awsui_name-view-vertical_h11ix_j12ko_361",badge:"awsui_badge_h11ix_j12ko_385"};function Vw(t){return t===null?"normal":t>=50?"large":t>=36?"big":t>=24?"medium":t<=16?"small":"normal"}const uo=t=>{var{name:r,size:a="normal",variant:n="normal",url:c,alt:s,ariaLabel:f,svg:g,badge:h,__internalRootRef:p=null}=t,v=pe(t,["name","size","variant","url","alt","ariaLabel","svg","badge","__internalRootRef"]);const b=y.useRef(null),[x,k]=y.useState(null),B=a==="inherit",w=B?Vw(x):a,C=B&&x!==null?{height:`${x}px`}:{},S=oo(v);S.className=P(S.className,Na.icon,B&&Na["icon-flex-height"],h&&Na.badge,!B&&Na[`size-${w}-mapped-height`],Na[`size-${w}`],Na[`variant-${n}`],Na[`name-${r}`]),y.useLayoutEffect(()=>{if(!B||!b.current)return;const{lineHeight:N}=getComputedStyle(b.current),H=parseInt(N,10);k(H)});const R=eo(b,p),T=typeof f=="string",I=T?{role:"img","aria-label":f}:{};if(g)return d.createElement("span",Object.assign({},S,I,{ref:R,"aria-hidden":!T,style:C}),g);if(c)return d.createElement("span",Object.assign({},S,{ref:R,style:C}),d.createElement("img",{src:c,alt:f??s}));const E=r&&Object.prototype.hasOwnProperty.call(Vv,r);function A(N){return N==="gen-ai"&&w==="small"?d.createElement("svg",{width:"12",height:"12",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",focusable:"false","aria-hidden":"true","data-testid":"gen-ai-filled"},d.createElement("path",{d:"m8 4.4 1.018 2.582L11.6 8 9.018 9.018 8 11.6 6.982 9.018 4.4 8l2.582-1.018L8 4.4ZM2.405 2.41l.002-.003.003-.002-.003-.002-.002-.003-.002.003-.003.002.003.002.002.003Z",className:"filled"})):Vv[N]}return d.createElement("span",Object.assign({},S,I,{ref:R,style:C}),E?A(r):void 0)},Oo={arrow:"awsui_arrow_xjuzf_bivkc_289","arrow-outer":"awsui_arrow-outer_xjuzf_bivkc_293","arrow-inner":"awsui_arrow-inner_xjuzf_bivkc_293","arrow-position-right-top":"awsui_arrow-position-right-top_xjuzf_bivkc_335","arrow-position-right-bottom":"awsui_arrow-position-right-bottom_xjuzf_bivkc_335","arrow-position-left-top":"awsui_arrow-position-left-top_xjuzf_bivkc_338","arrow-position-left-bottom":"awsui_arrow-position-left-bottom_xjuzf_bivkc_338","arrow-position-top-center":"awsui_arrow-position-top-center_xjuzf_bivkc_341","arrow-position-top-right":"awsui_arrow-position-top-right_xjuzf_bivkc_341","arrow-position-top-left":"awsui_arrow-position-top-left_xjuzf_bivkc_341","arrow-position-top-responsive":"awsui_arrow-position-top-responsive_xjuzf_bivkc_341","arrow-position-bottom-center":"awsui_arrow-position-bottom-center_xjuzf_bivkc_344","arrow-position-bottom-right":"awsui_arrow-position-bottom-right_xjuzf_bivkc_344","arrow-position-bottom-left":"awsui_arrow-position-bottom-left_xjuzf_bivkc_344","arrow-position-bottom-responsive":"awsui_arrow-position-bottom-responsive_xjuzf_bivkc_344",body:"awsui_body_xjuzf_bivkc_492","body-overflow-visible":"awsui_body-overflow-visible_xjuzf_bivkc_528","body-variant-chart":"awsui_body-variant-chart_xjuzf_bivkc_531","has-dismiss":"awsui_has-dismiss_xjuzf_bivkc_536",dismiss:"awsui_dismiss_xjuzf_bivkc_541","dismiss-control":"awsui_dismiss-control_xjuzf_bivkc_549","header-row":"awsui_header-row_xjuzf_bivkc_553",header:"awsui_header_xjuzf_bivkc_553",content:"awsui_content_xjuzf_bivkc_578","content-overflow-visible":"awsui_content-overflow-visible_xjuzf_bivkc_586",container:"awsui_container_xjuzf_bivkc_734","container-arrow-position-bottom-left":"awsui_container-arrow-position-bottom-left_xjuzf_bivkc_745","container-arrow-position-bottom-center":"awsui_container-arrow-position-bottom-center_xjuzf_bivkc_745","container-arrow-position-bottom-right":"awsui_container-arrow-position-bottom-right_xjuzf_bivkc_745","container-arrow-position-top-left":"awsui_container-arrow-position-top-left_xjuzf_bivkc_750","container-arrow-position-top-center":"awsui_container-arrow-position-top-center_xjuzf_bivkc_750","container-arrow-position-top-right":"awsui_container-arrow-position-top-right_xjuzf_bivkc_750","container-arrow-position-right-top":"awsui_container-arrow-position-right-top_xjuzf_bivkc_755","container-arrow-position-right-bottom":"awsui_container-arrow-position-right-bottom_xjuzf_bivkc_755","container-arrow-position-left-top":"awsui_container-arrow-position-left-top_xjuzf_bivkc_760","container-arrow-position-left-bottom":"awsui_container-arrow-position-left-bottom_xjuzf_bivkc_760","container-body":"awsui_container-body_xjuzf_bivkc_766","container-body-variant-annotation":"awsui_container-body-variant-annotation_xjuzf_bivkc_806","container-body-size-small":"awsui_container-body-size-small_xjuzf_bivkc_811","fixed-width":"awsui_fixed-width_xjuzf_bivkc_814","container-body-size-medium":"awsui_container-body-size-medium_xjuzf_bivkc_818","container-body-size-large":"awsui_container-body-size-large_xjuzf_bivkc_825","container-arrow":"awsui_container-arrow_xjuzf_bivkc_745","container-arrow-position-top-responsive":"awsui_container-arrow-position-top-responsive_xjuzf_bivkc_875","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_xjuzf_bivkc_1",refresh:"awsui_refresh_xjuzf_bivkc_1069",root:"awsui_root_xjuzf_bivkc_1091","no-wrap":"awsui_no-wrap_xjuzf_bivkc_1123","root-filtering-token":"awsui_root-filtering-token_xjuzf_bivkc_1127",trigger:"awsui_trigger_xjuzf_bivkc_1131","overflow-ellipsis":"awsui_overflow-ellipsis_xjuzf_bivkc_1138","trigger-type-text-inline":"awsui_trigger-type-text-inline_xjuzf_bivkc_1146","trigger-type-text":"awsui_trigger-type-text_xjuzf_bivkc_1146","trigger-type-filtering-token":"awsui_trigger-type-filtering-token_xjuzf_bivkc_1214","popover-inline-content":"awsui_popover-inline-content_xjuzf_bivkc_1218","hover-area":"awsui_hover-area_xjuzf_bivkc_1222"},Ww=t=>d.createElement("div",{className:P(Oo.arrow,t.position&&Oo[`arrow-position-${t.position}`])},d.createElement("div",{className:Oo["arrow-outer"]}),d.createElement("div",{className:P(Oo["arrow-inner"],Oo.refresh)})),bg=d.memo(Ww),Xw={root:"awsui_root_oip5a_160mh_5"};function hc({focusNextCallback:t,disabled:r=!1}){return d.createElement("div",{className:Xw.root,tabIndex:r?-1:0,onFocus:t})}const Yw=["button:enabled","select:enabled","textarea:enabled","input:enabled","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[tabindex]","[contenteditable]","[autofocus]"].join(",");function yg(t){return Array.prototype.slice.call(t.querySelectorAll(Yw))}function ky(t){return yg(t).filter(r=>r.tabIndex!==-1)}function jf(t){var r;return(r=ky(t)[0])!==null&&r!==void 0?r:null}function _y(t){var r;const a=ky(t);return(r=a[a.length-1])!==null&&r!==void 0?r:null}function $w({className:t,disabled:r,autoFocus:a,restoreFocus:n,children:c},s){const f=y.useRef(null),g=y.useRef(null),h=()=>{var B;g.current&&((B=jf(g.current))===null||B===void 0||B.focus())},p=()=>{var B;g.current&&((B=_y(g.current))===null||B===void 0||B.focus())};y.useEffect(()=>{a&&!r&&(f.current=document.activeElement,h())},[a,r]);const[v,b]=y.useState(!!r);y.useEffect(()=>{var B;v!==!!r&&(b(!!r),n&&r&&((B=f.current)===null||B===void 0||B.focus(),f.current=null))},[v,r,n]);const x=y.useCallback(B=>{var w;B===null&&n&&((w=f.current)===null||w===void 0||w.focus(),f.current=null)},[n]);y.useImperativeHandle(s,()=>({focusFirst:h}));const k=eo(g,x);return d.createElement(d.Fragment,null,d.createElement(hc,{disabled:r,focusNextCallback:p}),d.createElement("div",{className:t,ref:k},c),d.createElement(hc,{disabled:r,focusNextCallback:h}))}const xg=d.forwardRef($w);var _e;(function(t){t[t.pageUp=33]="pageUp",t[t.pageDown=34]="pageDown",t[t.end=35]="end",t[t.home=36]="home",t[t.backspace=8]="backspace",t[t.space=32]="space",t[t.down=40]="down",t[t.left=37]="left",t[t.right=39]="right",t[t.up=38]="up",t[t.escape=27]="escape",t[t.enter=13]="enter",t[t.tab=9]="tab"})(_e||(_e={}));function kg({dismissButton:t,dismissAriaLabel:r,header:a,children:n,onDismiss:c,variant:s,overflowVisible:f,className:g,ariaLabelledby:h,closeAnalyticsAction:p}){const v=ft("popover"),b=$e("awsui-popover-"),x=y.useRef(!1),k=y.useRef(null),B=y.useCallback(T=>{T.keyCode===_e.escape&&(T.stopPropagation(),c==null||c())},[c]);y.useEffect(()=>{var T;t&&!x.current&&((T=k.current)===null||T===void 0||T.focus({preventScroll:!0})),x.current=t},[t]);const w=(t??null)&&d.createElement("div",Object.assign({className:Oo.dismiss},p?ze({action:p}):{}),d.createElement(Gt,{variant:"icon",formAction:"none",iconName:"close",className:Oo["dismiss-control"],ariaLabel:v("dismissAriaLabel",r),onClick:()=>c==null?void 0:c(),ref:k})),C=t,S=t&&s!=="annotation",R=C?{role:"dialog","aria-labelledby":h??(a?b:void 0)}:{};return d.createElement("div",Object.assign({className:P(Oo.body,Oo[`body-variant-${s}`],g,{[Oo["body-overflow-visible"]]:f==="both"}),onKeyDown:B},R),d.createElement(xg,{disabled:!S,autoFocus:!1},a&&d.createElement("div",{className:P(Oo["header-row"],t&&Oo["has-dismiss"])},w,d.createElement("div",{className:Oo.header,id:b},d.createElement("h2",null,a))),d.createElement("div",{className:!a&&t?Oo["has-dismiss"]:void 0},!a&&w,d.createElement("div",{className:P(Oo.content,{[Oo["content-overflow-visible"]]:!!f})},n))))}const Yn=t=>{const r=[];let a=t;for(;(a=a.parentElement)&&a!==t.ownerDocument.body;)getComputedStyle(a).overflow!=="visible"&&r.push(a);return r},wy=({element:t,excludeClosestParent:r=!1,expandToViewport:a=!1,canExpandOutsideViewport:n=!1})=>{var c,s,f,g,h;const p=a?[]:Yn(t).map(v=>{const{height:b,width:x,top:k,left:B}=v.getBoundingClientRect();return{blockSize:n?v.scrollHeight:b,inlineSize:x,insetBlockStart:k,insetInlineStart:B}});if(n&&!a){const v=t.ownerDocument,b=v.documentElement.getBoundingClientRect();p.push({inlineSize:Math.max(b.width,v.documentElement.clientWidth),blockSize:Math.max(b.height,v.documentElement.clientHeight),insetBlockStart:b.top,insetInlineStart:b.left})}else{const v=(c=t.ownerDocument.defaultView)!==null&&c!==void 0?c:window;p.push({blockSize:(f=(s=v.visualViewport)===null||s===void 0?void 0:s.height)!==null&&f!==void 0?f:v.innerHeight,inlineSize:(h=(g=v.visualViewport)===null||g===void 0?void 0:g.width)!==null&&h!==void 0?h:v.innerWidth,insetBlockStart:0,insetInlineStart:0})}return r&&!a&&p.shift(),p};function _g(t,r={block:"nearest",inline:"nearest"}){var a;(a=t==null?void 0:t.scrollIntoView)===null||a===void 0||a.call(t,r)}function By({insetBlockStart:t,blockSize:r}){return t<0?t:t+r>window.innerHeight?r>window.innerHeight?t:t+r-window.innerHeight:0}function Zw(t,r){const a=By(t);a&&(r||window).scrollBy(0,a)}function Wv(t){return yt(t,r=>r.scrollHeight>r.clientHeight&&["scroll","auto"].includes(getComputedStyle(r).overflowY))||void 0}const Yl=12,Kw={top:["top-center","top-right","top-left","bottom-center","bottom-right","bottom-left","right-top","right-bottom","left-top","left-bottom"],bottom:["bottom-center","bottom-right","bottom-left","top-center","top-right","top-left","right-top","right-bottom","left-top","left-bottom"],left:["left-top","left-bottom","right-top","right-bottom","bottom-center","top-center","bottom-left","top-left","bottom-right","top-right"],right:["right-top","right-bottom","left-top","left-bottom","bottom-center","top-center","bottom-right","top-right","bottom-left","top-left"]},Xv={"top-center":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart-t.blockSize-a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize/2-t.inlineSize/2,inlineSize:t.inlineSize,blockSize:t.blockSize}),"top-right":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart-t.blockSize-a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize/2-Yl-a.inlineSize/2,inlineSize:t.inlineSize,blockSize:t.blockSize}),"top-left":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart-t.blockSize-a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize/2+Yl+a.inlineSize/2-t.inlineSize,inlineSize:t.inlineSize,blockSize:t.blockSize}),"bottom-center":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart+r.blockSize+a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize/2-t.inlineSize/2,inlineSize:t.inlineSize,blockSize:t.blockSize}),"bottom-right":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart+r.blockSize+a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize/2-Yl-a.inlineSize/2,inlineSize:t.inlineSize,blockSize:t.blockSize}),"bottom-left":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart+r.blockSize+a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize/2+Yl+a.inlineSize/2-t.inlineSize,inlineSize:t.inlineSize,blockSize:t.blockSize}),"right-top":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart+r.blockSize/2-Yl-a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize+a.blockSize,inlineSize:t.inlineSize,blockSize:t.blockSize}),"right-bottom":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart+r.blockSize/2-t.blockSize+Yl+a.blockSize,insetInlineStart:r.insetInlineStart+r.inlineSize+a.blockSize,inlineSize:t.inlineSize,blockSize:t.blockSize}),"left-top":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart+r.blockSize/2-Yl-a.blockSize,insetInlineStart:r.insetInlineStart-t.inlineSize-a.blockSize,inlineSize:t.inlineSize,blockSize:t.blockSize}),"left-bottom":({body:t,trigger:r,arrow:a})=>({insetBlockStart:r.insetBlockStart+r.blockSize/2-t.blockSize+Yl+a.blockSize,insetInlineStart:r.insetInlineStart-t.inlineSize-a.blockSize,inlineSize:t.inlineSize,blockSize:t.blockSize})};function Yv(t,r){let{insetInlineStart:a,inlineSize:n,insetBlockStart:c,blockSize:s}=t;return a<r.insetInlineStart?(n=a+n-r.insetInlineStart,a=r.insetInlineStart):a+n>r.insetInlineStart+r.inlineSize&&(n=r.insetInlineStart+r.inlineSize-a),c<r.insetBlockStart?(s=c+s-r.insetBlockStart,c=r.insetBlockStart):c+s>r.insetBlockStart+r.blockSize&&(s=r.insetBlockStart+r.blockSize-c),{insetInlineStart:a,inlineSize:n,insetBlockStart:c,blockSize:s}}function Qw(t,r){return t.blockSize>=r.blockSize?t:r}function $v(t){let r=null;for(const a of t){if(!r){r=a;continue}const n=Math.max(r.insetInlineStart,a.insetInlineStart),c=Math.max(r.insetBlockStart,a.insetBlockStart),s=Math.min(r.insetInlineStart+r.inlineSize,a.insetInlineStart+a.inlineSize),f=Math.min(r.insetBlockStart+r.blockSize,a.insetBlockStart+a.blockSize);if(s<n||f<c)return null;r={insetInlineStart:n,insetBlockStart:c,inlineSize:s-n,blockSize:f-c}}return r}function Jw({preferredPosition:t,fixedInternalPosition:r,trigger:a,arrow:n,body:c,container:s,viewport:f,renderWithPortal:g,allowVerticalOverflow:h,minVisibleBlockSize:p}){let v=null;const b=r?[r]:Kw[t];for(const R of b){const T=Xv[R]({body:c,trigger:a,arrow:n}),I=$v(g?[T,f]:[T,f,s]),E=p===void 0?I&&I.blockSize===c.blockSize:I&&I.blockSize>=Math.min(c.blockSize,p),A=I&&I.inlineSize===c.inlineSize;if(E&&A){const H=I&&I.blockSize<c.blockSize;return{internalPosition:R,rect:H?Yv(T,f):T,scrollable:H}}v=eB({rect:T,internalPosition:R,visibleArea:I},v)}const x=(v==null?void 0:v.internalPosition)||"right-top",k=Xv[x]({body:c,trigger:a,arrow:n}),B=Qw(f,s),w=h&&rB(x)?{insetBlockStart:B.insetBlockStart,blockSize:B.blockSize,insetInlineStart:f.insetInlineStart,inlineSize:f.inlineSize}:f,C=Yv(k,w),S=C.blockSize<k.blockSize;return{internalPosition:x,rect:C,scrollable:S}}function eB(t,r){return r!=null&&r.visibleArea?t.visibleArea?t.visibleArea.inlineSize===r.visibleArea.inlineSize?t.visibleArea.blockSize>r.visibleArea.blockSize?t:r:t.visibleArea.inlineSize>r.visibleArea.inlineSize?t:r:r:t}function oB(t){return{offsetHeight:t.offsetHeight,offsetWidth:t.offsetWidth}}function tB(t){const r=getComputedStyle(t);return{inlineSize:parseFloat(r.inlineSize),blockSize:parseFloat(r.blockSize)}}function rB(t){return["top","bottom"].includes(t.split("-")[0])}function lB(t,r){const a=t.insetBlockStart+t.blockSize/2,n=a<r.insetBlockStart,c=a>r.insetBlockEnd;return n||c}function aB({popoverRef:t,bodyRef:r,arrowRef:a,getTrack:n,contentRef:c,allowScrollToFit:s,allowVerticalOverflow:f,preferredPosition:g,renderWithPortal:h,keepPosition:p,hideOnOverscroll:v,minVisibleBlockSize:b}){const x=y.useRef(null),[k,B]=y.useState({}),[w,C]=y.useState(null),[S,R]=y.useState(!1),T=y.useRef(()=>{}),I=y.useRef(null);return{updatePositionHandler:y.useCallback((A=!1)=>{var N;const H=n();if(!H||!t.current||!r.current||!c.current||!a.current)return;const V=t.current,j=r.current,M=a.current,q=V.ownerDocument,{offsetWidth:re,offsetHeight:X}=oB(V);if(re===0||X===0||!pd(q.body,H))return;const te=V.style.insetBlockStart,F=V.style.insetInlineStart;V.style.insetBlockStart="0",V.style.insetInlineStart="0",j.style.maxBlockSize="",j.style.overflowX="",j.style.overflowY="";const Z=iB(q.defaultView),oe=Ye(H),fe=tB(M),{containingBlock:z,boundary:Y}=q_({startElement:V,tests:{containingBlock:Lf,boundary:Te=>Lf(Te)||sB(Te)}}),le=z?Ye(z):Z,ae=Y?Ye(Y):cB(q),ge=nB(j),me=Ye(c.current),ue={inlineSize:me.inlineSize+2*ge,blockSize:me.blockSize+2*ge},ne=p&&A&&!!x.current,se=(N=ne&&x.current)!==null&&N!==void 0?N:void 0,{scrollable:Q,internalPosition:be,rect:De}=Jw({preferredPosition:g,fixedInternalPosition:se,trigger:oe,arrow:fe,body:ue,container:ae,viewport:Z,renderWithPortal:h,allowVerticalOverflow:f,minVisibleBlockSize:b}),O=Js(De,le),he=Js(O,Js(oe,le));V.style.insetBlockStart=te,V.style.insetInlineStart=F,Q&&(j.style.maxBlockSize=De.blockSize+"px",j.style.overflowX="hidden",j.style.overflowY="auto"),x.current=be,C(be);const ve=s&&!ne,Ce=ve?O.insetBlockStart+By(De):O.insetBlockStart;if(B({insetBlockStart:Ce,insetInlineStart:O.insetInlineStart}),ve){const Te=Wv(V);Zw(De,Te)}if(v&&H instanceof HTMLElement){const Te=Wv(H);Te&&(I.current=Ye(Te))}T.current=()=>{const Te=n();if(!Te)return;const ye=Ye(Te),je=Js(ye,z?Ye(z):Z);B({insetBlockStart:je.insetBlockStart+he.insetBlockStart,insetInlineStart:je.insetInlineStart+he.insetInlineStart}),v&&I.current&&R(lB(ye,I.current))}},[n,t,r,c,a,p,g,h,f,s,v,b]),popoverStyle:k,internalPosition:w,positionHandlerRef:T,isOverscrolling:S}}function nB(t){return parseInt(getComputedStyle(t).borderWidth)||0}function Js(t,r){return{insetBlockStart:t.insetBlockStart-r.insetBlockStart,insetInlineStart:t.insetInlineStart-r.insetInlineStart}}function iB(t){var r,a,n,c;return{insetBlockStart:0,insetInlineStart:0,inlineSize:(a=(r=t.visualViewport)===null||r===void 0?void 0:r.width)!==null&&a!==void 0?a:t.innerWidth,blockSize:(c=(n=t.visualViewport)===null||n===void 0?void 0:n.height)!==null&&c!==void 0?c:t.innerHeight}}function cB(t){const{insetBlockStart:r,insetInlineStart:a}=Ye(t.documentElement);return{insetBlockStart:r,insetInlineStart:a,inlineSize:t.documentElement.scrollWidth,blockSize:t.documentElement.scrollHeight}}function sB(t){const r=getComputedStyle(t);return!!r.clipPath&&r.clipPath!=="none"}function wg({position:t,trackRef:r,getTrack:a,trackKey:n,minVisibleBlockSize:c,arrow:s,children:f,zIndex:g,renderWithPortal:h,size:p,fixedWidth:v,variant:b,keepPosition:x,allowScrollToFit:k,allowVerticalOverflow:B,hideOnOverscroll:w,hoverArea:C,className:S}){const R=y.useRef(null),T=y.useRef(null),I=y.useRef(null),E=y.useRef(null),A=y.useRef(()=>{if(r)return r.current;if(a)return a();throw new Error("Invariant violation: must provide either trackRef or getTrack.")}),{updatePositionHandler:N,popoverStyle:H,internalPosition:V,positionHandlerRef:j,isOverscrolling:M}=aB({popoverRef:I,bodyRef:R,arrowRef:E,getTrack:A.current,contentRef:T,allowScrollToFit:k,allowVerticalOverflow:B,preferredPosition:t,renderWithPortal:h,keepPosition:x,hideOnOverscroll:w,minVisibleBlockSize:c});return y.useLayoutEffect(()=>{N()},[N,n]),Xr(T,()=>{N(!0)}),y.useLayoutEffect(()=>{const q=new AbortController,re=F=>kc(this,void 0,void 0,function*(){if(x||pd(A.current(),F.target))return;const Z=performance.now()+1e3;for(;performance.now()<Z&&!q.signal.aborted;)N(),typeof requestIdleCallback<"u"?yield new Promise(oe=>requestIdleCallback(oe)):yield new Promise(oe=>setTimeout(oe,50))}),X=()=>requestAnimationFrame(()=>N()),te=()=>requestAnimationFrame(()=>j.current());return window.addEventListener("click",re,{signal:q.signal}),window.addEventListener("resize",X,{signal:q.signal}),window.addEventListener("scroll",te,{capture:!0,signal:q.signal}),()=>{q.abort()}},[w,x,j,r,N]),M?null:d.createElement("div",{ref:I,style:Object.assign(Object.assign({},H),{zIndex:g}),className:P(Oo.container,Oo.refresh,S)},d.createElement("div",{ref:E,className:P(Oo["container-arrow"],Oo[`container-arrow-position-${V}`]),"aria-hidden":!0},s(V)),d.createElement("div",{ref:R,className:P(Oo["container-body"],Oo[`container-body-size-${p}`],{[Oo["fixed-width"]]:v,[Oo[`container-body-variant-${b}`]]:b})},C?d.createElement("div",{className:Oo["hover-area"]},d.createElement("div",{ref:T},f)):d.createElement("div",{ref:T},f)))}function bd(){return bd=Object.assign?Object.assign.bind():function(t){for(var r=1;r<arguments.length;r++){var a=arguments[r];for(var n in a)({}).hasOwnProperty.call(a,n)&&(t[n]=a[n])}return t},bd.apply(null,arguments)}function Bg(t,r){if(t==null)return{};var a={};for(var n in t)if({}.hasOwnProperty.call(t,n)){if(r.indexOf(n)!==-1)continue;a[n]=t[n]}return a}function Pf(t,r){return Pf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(a,n){return a.__proto__=n,a},Pf(t,r)}function Sg(t,r){t.prototype=Object.create(r.prototype),t.prototype.constructor=t,Pf(t,r)}function dB(t,r){return t.classList?!!r&&t.classList.contains(r):(" "+(t.className.baseVal||t.className)+" ").indexOf(" "+r+" ")!==-1}function uB(t,r){t.classList?t.classList.add(r):dB(t,r)||(typeof t.className=="string"?t.className=t.className+" "+r:t.setAttribute("class",(t.className&&t.className.baseVal||"")+" "+r))}function Zv(t,r){return t.replace(new RegExp("(^|\\s)"+r+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function fB(t,r){t.classList?t.classList.remove(r):typeof t.className=="string"?t.className=Zv(t.className,r):t.setAttribute("class",Zv(t.className&&t.className.baseVal||"",r))}const Kv={disabled:!1},yd=d.createContext(null);var Sy=function(r){return r.scrollTop},cc="unmounted",La="exited",Ha="entering",An="entered",qf="exiting",Yr=function(t){Sg(r,t);function r(n,c){var s;s=t.call(this,n,c)||this;var f=c,g=f&&!f.isMounting?n.enter:n.appear,h;return s.appearStatus=null,n.in?g?(h=La,s.appearStatus=Ha):h=An:n.unmountOnExit||n.mountOnEnter?h=cc:h=La,s.state={status:h},s.nextCallback=null,s}r.getDerivedStateFromProps=function(c,s){var f=c.in;return f&&s.status===cc?{status:La}:null};var a=r.prototype;return a.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},a.componentDidUpdate=function(c){var s=null;if(c!==this.props){var f=this.state.status;this.props.in?f!==Ha&&f!==An&&(s=Ha):(f===Ha||f===An)&&(s=qf)}this.updateStatus(!1,s)},a.componentWillUnmount=function(){this.cancelNextCallback()},a.getTimeouts=function(){var c=this.props.timeout,s,f,g;return s=f=g=c,c!=null&&typeof c!="number"&&(s=c.exit,f=c.enter,g=c.appear!==void 0?c.appear:f),{exit:s,enter:f,appear:g}},a.updateStatus=function(c,s){if(c===void 0&&(c=!1),s!==null)if(this.cancelNextCallback(),s===Ha){if(this.props.unmountOnExit||this.props.mountOnEnter){var f=this.props.nodeRef?this.props.nodeRef.current:Ys.findDOMNode(this);f&&Sy(f)}this.performEnter(c)}else this.performExit();else this.props.unmountOnExit&&this.state.status===La&&this.setState({status:cc})},a.performEnter=function(c){var s=this,f=this.props.enter,g=this.context?this.context.isMounting:c,h=this.props.nodeRef?[g]:[Ys.findDOMNode(this),g],p=h[0],v=h[1],b=this.getTimeouts(),x=g?b.appear:b.enter;if(!c&&!f||Kv.disabled){this.safeSetState({status:An},function(){s.props.onEntered(p)});return}this.props.onEnter(p,v),this.safeSetState({status:Ha},function(){s.props.onEntering(p,v),s.onTransitionEnd(x,function(){s.safeSetState({status:An},function(){s.props.onEntered(p,v)})})})},a.performExit=function(){var c=this,s=this.props.exit,f=this.getTimeouts(),g=this.props.nodeRef?void 0:Ys.findDOMNode(this);if(!s||Kv.disabled){this.safeSetState({status:La},function(){c.props.onExited(g)});return}this.props.onExit(g),this.safeSetState({status:qf},function(){c.props.onExiting(g),c.onTransitionEnd(f.exit,function(){c.safeSetState({status:La},function(){c.props.onExited(g)})})})},a.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},a.safeSetState=function(c,s){s=this.setNextCallback(s),this.setState(c,s)},a.setNextCallback=function(c){var s=this,f=!0;return this.nextCallback=function(g){f&&(f=!1,s.nextCallback=null,c(g))},this.nextCallback.cancel=function(){f=!1},this.nextCallback},a.onTransitionEnd=function(c,s){this.setNextCallback(s);var f=this.props.nodeRef?this.props.nodeRef.current:Ys.findDOMNode(this),g=c==null&&!this.props.addEndListener;if(!f||g){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var h=this.props.nodeRef?[this.nextCallback]:[f,this.nextCallback],p=h[0],v=h[1];this.props.addEndListener(p,v)}c!=null&&setTimeout(this.nextCallback,c)},a.render=function(){var c=this.state.status;if(c===cc)return null;var s=this.props,f=s.children;s.in,s.mountOnEnter,s.unmountOnExit,s.appear,s.enter,s.exit,s.timeout,s.addEndListener,s.onEnter,s.onEntering,s.onEntered,s.onExit,s.onExiting,s.onExited,s.nodeRef;var g=Bg(s,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return d.createElement(yd.Provider,{value:null},typeof f=="function"?f(c,g):d.cloneElement(d.Children.only(f),g))},r}(d.Component);Yr.contextType=yd;Yr.propTypes={};function Nn(){}Yr.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Nn,onEntering:Nn,onEntered:Nn,onExit:Nn,onExiting:Nn,onExited:Nn};Yr.UNMOUNTED=cc;Yr.EXITED=La;Yr.ENTERING=Ha;Yr.ENTERED=An;Yr.EXITING=qf;var gB=function(r,a){return r&&a&&a.split(" ").forEach(function(n){return uB(r,n)})},wf=function(r,a){return r&&a&&a.split(" ").forEach(function(n){return fB(r,n)})},Cg=function(t){Sg(r,t);function r(){for(var n,c=arguments.length,s=new Array(c),f=0;f<c;f++)s[f]=arguments[f];return n=t.call.apply(t,[this].concat(s))||this,n.appliedClasses={appear:{},enter:{},exit:{}},n.onEnter=function(g,h){var p=n.resolveArguments(g,h),v=p[0],b=p[1];n.removeClasses(v,"exit"),n.addClass(v,b?"appear":"enter","base"),n.props.onEnter&&n.props.onEnter(g,h)},n.onEntering=function(g,h){var p=n.resolveArguments(g,h),v=p[0],b=p[1],x=b?"appear":"enter";n.addClass(v,x,"active"),n.props.onEntering&&n.props.onEntering(g,h)},n.onEntered=function(g,h){var p=n.resolveArguments(g,h),v=p[0],b=p[1],x=b?"appear":"enter";n.removeClasses(v,x),n.addClass(v,x,"done"),n.props.onEntered&&n.props.onEntered(g,h)},n.onExit=function(g){var h=n.resolveArguments(g),p=h[0];n.removeClasses(p,"appear"),n.removeClasses(p,"enter"),n.addClass(p,"exit","base"),n.props.onExit&&n.props.onExit(g)},n.onExiting=function(g){var h=n.resolveArguments(g),p=h[0];n.addClass(p,"exit","active"),n.props.onExiting&&n.props.onExiting(g)},n.onExited=function(g){var h=n.resolveArguments(g),p=h[0];n.removeClasses(p,"exit"),n.addClass(p,"exit","done"),n.props.onExited&&n.props.onExited(g)},n.resolveArguments=function(g,h){return n.props.nodeRef?[n.props.nodeRef.current,g]:[g,h]},n.getClassNames=function(g){var h=n.props.classNames,p=typeof h=="string",v=p&&h?h+"-":"",b=p?""+v+g:h[g],x=p?b+"-active":h[g+"Active"],k=p?b+"-done":h[g+"Done"];return{baseClassName:b,activeClassName:x,doneClassName:k}},n}var a=r.prototype;return a.addClass=function(c,s,f){var g=this.getClassNames(s)[f+"ClassName"],h=this.getClassNames("enter"),p=h.doneClassName;s==="appear"&&f==="done"&&p&&(g+=" "+p),f==="active"&&c&&Sy(c),g&&(this.appliedClasses[s][f]=g,gB(c,g))},a.removeClasses=function(c,s){var f=this.appliedClasses[s],g=f.base,h=f.active,p=f.done;this.appliedClasses[s]={},g&&wf(c,g),h&&wf(c,h),p&&wf(c,p)},a.render=function(){var c=this.props;c.classNames;var s=Bg(c,["classNames"]);return d.createElement(Yr,bd({},s,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},r}(d.Component);Cg.defaultProps={classNames:""};Cg.propTypes={};function hB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Tg(t,r){var a=function(s){return r&&y.isValidElement(s)?r(s):s},n=Object.create(null);return t&&y.Children.map(t,function(c){return c}).forEach(function(c){n[c.key]=a(c)}),n}function pB(t,r){t=t||{},r=r||{};function a(v){return v in r?r[v]:t[v]}var n=Object.create(null),c=[];for(var s in t)s in r?c.length&&(n[s]=c,c=[]):c.push(s);var f,g={};for(var h in r){if(n[h])for(f=0;f<n[h].length;f++){var p=n[h][f];g[n[h][f]]=a(p)}g[h]=a(h)}for(f=0;f<c.length;f++)g[c[f]]=a(c[f]);return g}function qa(t,r,a){return a[r]!=null?a[r]:t.props[r]}function mB(t,r){return Tg(t.children,function(a){return y.cloneElement(a,{onExited:r.bind(null,a),in:!0,appear:qa(a,"appear",t),enter:qa(a,"enter",t),exit:qa(a,"exit",t)})})}function vB(t,r,a){var n=Tg(t.children),c=pB(r,n);return Object.keys(c).forEach(function(s){var f=c[s];if(y.isValidElement(f)){var g=s in r,h=s in n,p=r[s],v=y.isValidElement(p)&&!p.props.in;h&&(!g||v)?c[s]=y.cloneElement(f,{onExited:a.bind(null,f),in:!0,exit:qa(f,"exit",t),enter:qa(f,"enter",t)}):!h&&g&&!v?c[s]=y.cloneElement(f,{in:!1}):h&&g&&y.isValidElement(p)&&(c[s]=y.cloneElement(f,{onExited:a.bind(null,f),in:p.props.in,exit:qa(f,"exit",t),enter:qa(f,"enter",t)}))}}),c}var bB=Object.values||function(t){return Object.keys(t).map(function(r){return t[r]})},yB={component:"div",childFactory:function(r){return r}},jd=function(t){Sg(r,t);function r(n,c){var s;s=t.call(this,n,c)||this;var f=s.handleExited.bind(hB(s));return s.state={contextValue:{isMounting:!0},handleExited:f,firstRender:!0},s}var a=r.prototype;return a.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},a.componentWillUnmount=function(){this.mounted=!1},r.getDerivedStateFromProps=function(c,s){var f=s.children,g=s.handleExited,h=s.firstRender;return{children:h?mB(c,g):vB(c,f,g),firstRender:!1}},a.handleExited=function(c,s){var f=Tg(this.props.children);c.key in f||(c.props.onExited&&c.props.onExited(s),this.mounted&&this.setState(function(g){var h=bd({},g.children);return delete h[c.key],{children:h}}))},a.render=function(){var c=this.props,s=c.component,f=c.childFactory,g=Bg(c,["component","childFactory"]),h=this.state.contextValue,p=bB(this.state.children).map(f);return delete g.appear,delete g.enter,delete g.exit,s===null?d.createElement(yd.Provider,{value:h},p):d.createElement(yd.Provider,{value:h},d.createElement(s,g,p))},r}(d.Component);jd.propTypes={};jd.defaultProps=yB;function Pd(t){var{in:r,children:a,exit:n=!0,onStatusChange:c=()=>{},disabled:s=!1,transitionChangeDelay:f}=t,g=pe(t,["in","children","exit","onStatusChange","disabled","transitionChangeDelay"]);const h=y.useRef(null),[p,v]=y.useState(r?"entered":"exited"),b=hg(h)||s,x=y.useCallback(k=>{const B=h.current;if(B===null)return;const w=new AbortController,C=S=>{S.target===B&&(w.abort(),k())};B.addEventListener("transitionend",C,{signal:w.signal}),B.addEventListener("animationend",C,{signal:w.signal})},[]);return d.createElement(Yr,Object.assign({addEndListener:x,timeout:b?0:void 0,in:r,nodeRef:h,exit:n,onEnter:k=>{k||(v("enter"),c("enter"))},onEntering:k=>{var B;k||((B=h.current)===null||B===void 0||B.offsetHeight,f!=null&&f.entering?setTimeout(()=>{v("entering"),c("entering")},f==null?void 0:f.entering):(v("entering"),c("entering")))},onEntered:k=>{k||(v("entered"),c("entered"))},onExit:()=>{v("exit"),c("exit")},onExiting:()=>{v("exiting"),c("exiting")},onExited:()=>{v("exited"),c("exited")}},g),()=>a(p,h))}const xB={root:"awsui_root_1qprf_160mh_5"};function qd({value:t,trackRef:r,trackKey:a,className:n,contentAttributes:c={},position:s="top",size:f="small",hideOnOverscroll:g,onDismiss:h}){return!a&&(typeof t=="string"||typeof t=="number")&&(a=t),y.useEffect(()=>{const p=new AbortController;return window.addEventListener("keydown",v=>{v.key==="Escape"&&(v.stopPropagation(),h==null||h())},{capture:!0,signal:p.signal}),()=>{p.abort()}},[h]),d.createElement(Md,null,d.createElement("div",Object.assign({className:xB.root},c,{"data-testid":a}),d.createElement(Pd,{in:!0},()=>d.createElement(wg,{trackRef:r,trackKey:a,size:f,fixedWidth:!1,position:s,zIndex:7e3,arrow:p=>d.createElement(bg,{position:p}),hideOnOverscroll:g,className:n},d.createElement(kg,{dismissButton:!1,dismissAriaLabel:void 0,onDismiss:void 0,header:void 0},t)))))}const Fd=y.createContext({onClick:()=>{}});function kB(){return y.useContext(Fd)}const Cy={navigationActive:!1,registerFocusable:()=>()=>{}},Ud=y.createContext(Cy);function hr(t,r){var a;const{navigationActive:n,registerFocusable:c}=y.useContext(Ud),[s,f]=y.useState(!1),g=(r==null?void 0:r.tabIndex)&&(r==null?void 0:r.tabIndex)<0,h=n&&!g;y.useLayoutEffect(()=>{if(h&&t&&t.current){const v=c(t.current,b=>f(b));return()=>v()}});let p=r==null?void 0:r.tabIndex;return h&&(p=s?(a=r==null?void 0:r.tabIndex)!==null&&a!==void 0?a:0:-1),{navigationActive:h,tabIndex:p}}const Ty=y.forwardRef(({navigationActive:t,children:r,getNextFocusTarget:a,isElementSuppressed:n,onRegisterFocusable:c,onUnregisterActive:s},f)=>{const g=y.useRef(new Set),h=y.useRef(new Map),p=y.useRef(new WeakMap),v=y.useRef(null);function b(S){hl(S,document.activeElement)&&setTimeout(()=>s==null?void 0:s(S),0)}function x(S,R){g.current.add(S),h.current.set(S,R);const T=!!p.current.get(S),I=v.current===S||!!(n!=null&&n(S));return I!==T&&(p.current.set(S,I),R(I)),c==null||c(S),()=>k(S)}function k(S){g.current.delete(S),h.current.delete(S),b==null||b(S)}function B(){var S;v.current=a();for(const R of g.current){const T=(S=p.current.get(R))!==null&&S!==void 0?S:!1,I=v.current===R||!!(n!=null&&n(R));I!==T&&(p.current.set(R,I),h.current.get(R)(I))}}function w(){return v.current}function C(S){return g.current.has(S)}return y.useImperativeHandle(f,()=>({updateFocusTarget:B,getFocusTarget:w,isRegistered:C})),d.createElement(Ud.Provider,{value:{navigationActive:t,registerFocusable:x}},r)});class _B{constructor(r=!1,a=null){this.cancelable=r,this.detail=a,this.defaultPrevented=!1,this.cancelBubble=!1}preventDefault(){this.defaultPrevented=!0}stopPropagation(){this.cancelBubble=!0}}function Dy({cancelable:t,detail:r}){return new _B(t,r)}function qe(t,r){if(!t)return;const a=Dy({cancelable:!1,detail:r});t(a)}function fr(t,r,a){if(!t)return!1;const n=Dy({cancelable:!0,detail:r});return t(n),n.defaultPrevented&&a&&a.preventDefault(),n.cancelBubble&&a&&a.stopPropagation(),n.defaultPrevented}function Va(t,r){return fr(t,{keyCode:r.keyCode,key:r.key,ctrlKey:r.ctrlKey,shiftKey:r.shiftKey,altKey:r.altKey,metaKey:r.metaKey,isComposing:r.nativeEvent.isComposing},r)}const wB=t=>t.button!==void 0;function Ey(t){return t.ctrlKey||t.altKey||t.shiftKey||t.metaKey}function Vd(t){return t&&(!wB(t)||t.button===0)&&!Ey(t)}function Ya(t,r){y.useImperativeHandle(t,()=>({focus(...a){var n;(n=r.current)===null||n===void 0||n.focus(...a)}}),[r])}function sa(t){const r=$e();return{targetProps:{"aria-describedby":t?r:void 0},descriptionEl:t?d.createElement("span",{id:r,hidden:!0},t):null,descriptionId:r}}const Gy=y.createContext({isInModal:!1,componentLoadingCount:{current:0},emitTimeToContentReadyInModal:()=>{}}),Wd=()=>y.useContext(Gy),BB=(t,r)=>{const a=Wd();y.useEffect(()=>{if(!(!t||!a.isInModal)&&r)return a.componentLoadingCount.current++,()=>{a.componentLoadingCount.current--,a.emitTimeToContentReadyInModal(performance.now())}},[r])},SB=()=>{const t=Wd();y.useEffect(()=>{if(t.isInModal)return t.componentLoadingCount.current++,()=>{t.componentLoadingCount.current--,t.emitTimeToContentReadyInModal(performance.now())}},[])};function Iy(t,r,a){const n=y.useRef();return y.useEffect(()=>{var c;n.current=a,(c=t.current)===null||c===void 0||c.setAttribute(r,a)},[r,a,t]),{[r]:n.current}}function xd(t,r){const a=y.useRef(!0);y.useEffect(()=>{if(a.current)a.current=!1;else return t()},r)}const kd=new WeakMap,CB=150;function Qv(t,r){let a=c=>{a=()=>{},r(c)};kd.set(t,c=>a(c)),Ff.observe(t);const n=setTimeout(()=>a(!1),CB);return()=>{clearTimeout(n),kd.delete(t),Ff.unobserve(t)}}function TB(t){return typeof IntersectionObserver>"u"?{observe:()=>{},unobserve:()=>{}}:new IntersectionObserver(t)}const Ff=TB(function(r){var a;for(const n of r)Ff.unobserve(n.target),(a=kd.get(n.target))===null||a===void 0||a(n.isIntersecting),kd.delete(n.target)}),Jv="awsui-evaluate-component-visibility",DB=()=>{const[t,r]=y.useState(!1);return y.useEffect(()=>{const a=()=>{r(n=>!n)};return document.addEventListener(Jv,a),()=>{document.removeEventListener(Jv,a)}},[]),t};function Ny(t,r,a,n,c){const s=vg(),{isInModal:f}=Wd(),g=Iy(a,"data-analytics-performance-mark",s),h=DB();return y.useEffect(()=>{if(!r()||!a.current||f||!(a.current.offsetWidth>0&&a.current.offsetHeight>0&&getComputedStyle(a.current).visibility!=="hidden"))return;const v=performance.now();return Qv(a.current,x=>{performance.mark(`${t}Rendered`,{startTime:v,detail:Object.assign({source:"awsui",instanceIdentifier:s,inViewport:x},n())})})},[]),xd(()=>{if(!r()||!a.current||f||!(a.current.offsetWidth>0&&a.current.offsetHeight>0&&getComputedStyle(a.current).visibility!=="hidden"))return;const v=performance.now();return Qv(a.current,x=>{performance.mark(`${t}Updated`,{startTime:v,detail:Object.assign({source:"awsui",instanceIdentifier:s,inViewport:x},n())})})},[h,...c]),g}const EB=["javascript:void(0)","javascript:void(0);","javascript:;"];function xc(t,r){if(!r||EB.indexOf(r.toLowerCase())!==-1)return;let a;try{a=new URL(r)}catch{return}if(a.protocol==="javascript:")throw new Error("A javascript: URL was blocked as a security precaution.")}const Ry={root:"awsui_root_1iee7_xy9l5_145",announcer:"awsui_announcer_1iee7_xy9l5_153"},Ay={root:"awsui_root_1pc7b_1k8pp_5",announcer:"awsui_announcer_1pc7b_1k8pp_9"};class Xd{constructor(r,a=Xd.defaultDelay){this.politeness=r,this.delay=a,this._addedTerminalPeriod=!1,this._nextAnnouncement="",this._element=document.createElement("div"),this._element.className=`${Ry.announcer} ${Ay.announcer}`,this._element.setAttribute("aria-live",this.politeness),this._element.setAttribute("aria-atomic","true"),document.body.appendChild(this._element)}destroy(){var r;(r=this._element)===null||r===void 0||r.remove(),this._timeoutId!==void 0&&(clearTimeout(this._timeoutId),this._timeoutId=void 0)}announce({message:r,forceReannounce:a=!1}){if(r){if(this._nextAnnouncement=r.trim(),this.delay===0||a)return this._updateElement(a);this._timeoutId===void 0&&(this._timeoutId=setTimeout(()=>this._updateElement(!1),this.delay*1e3))}}_updateElement(r){this._nextAnnouncement!==this._lastAnnouncement?(this._element.textContent=this._nextAnnouncement,this._addedTerminalPeriod=!1):r&&(this._element.textContent=this._nextAnnouncement+(this._addedTerminalPeriod?"":"."),this._addedTerminalPeriod=!this._addedTerminalPeriod),this._lastAnnouncement=this._nextAnnouncement,this._timeoutId=void 0}}Xd.defaultDelay=2;const Tt=d.forwardRef(function(r,a){var{assertive:n=!1,hidden:c=!1,tagName:s="div",delay:f,sources:g,children:h,__internalRootRef:p,className:v}=r,b=pe(r,["assertive","hidden","tagName","delay","sources","children","__internalRootRef","className"]);const x=oo(b),k=y.useRef(null),B=eo(k,p);y.useEffect(()=>{k.current&&(k.current.inert=c)},[c]);const w=y.useRef();y.useEffect(()=>{const S=new Xd(n?"assertive":"polite");return w.current=S,()=>{S.destroy(),w.current=void 0}},[n]);const C=()=>{if(g)return IB(g);if(k.current)return Dg(k.current)};return y.useEffect(()=>{var S;(S=w.current)===null||S===void 0||S.announce({message:C(),delay:f})}),y.useImperativeHandle(a,()=>({reannounce(){var S;(S=w.current)===null||S===void 0||S.announce({message:C(),delay:f,forceReannounce:!0})}})),d.createElement(s,Object.assign({ref:B},x,{className:P(Ry.root,Ay.root,v),hidden:c}),h)}),GB=t=>t.nodeType===Node.TEXT_NODE?t.textContent||"":t.nodeType===Node.ELEMENT_NODE?Dg(t):"";function Dg(t){var r;return!t||!(!((r=t==null?void 0:t.childNodes)===null||r===void 0)&&r.length)?"":Array.from(t.childNodes,GB).join(" ").replace(/\s+/g," ").trim()}function IB(t){return t.map(r=>{if(!r||typeof r=="string")return r;if(r.current)return Dg(r.current)}).filter(Boolean).join(" ")}const Ra={root:"awsui_root_1612d_m0x75_183","spinner-rotator":"awsui_spinner-rotator_1612d_m0x75_1","size-normal":"awsui_size-normal_1612d_m0x75_198","size-big":"awsui_size-big_1612d_m0x75_206","size-large":"awsui_size-large_1612d_m0x75_214","variant-normal":"awsui_variant-normal_1612d_m0x75_222","variant-disabled":"awsui_variant-disabled_1612d_m0x75_225","variant-inverted":"awsui_variant-inverted_1612d_m0x75_228",circle:"awsui_circle_1612d_m0x75_240","circle-left":"awsui_circle-left_1612d_m0x75_268","spinner-line-left":"awsui_spinner-line-left_1612d_m0x75_1","circle-right":"awsui_circle-right_1612d_m0x75_273","spinner-line-right":"awsui_spinner-line-right_1612d_m0x75_1"};function Yd(t){var{size:r="normal",variant:a="normal",__internalRootRef:n}=t,c=pe(t,["size","variant","__internalRootRef"]);const s=oo(c);return SB(),d.createElement("span",Object.assign({},s,{className:P(s.className,Ra.root,Ra[`size-${r}`],Ra[`variant-${a}`]),ref:n}),d.createElement("span",{className:P(Ra.circle,Ra["circle-left"])}),d.createElement("span",{className:P(Ra.circle,Ra["circle-right"])}))}const Ot={content:"awsui_content_vjswe_14izv_153",button:"awsui_button_vjswe_14izv_157","variant-normal":"awsui_variant-normal_vjswe_14izv_205",disabled:"awsui_disabled_vjswe_14izv_223","variant-primary":"awsui_variant-primary_vjswe_14izv_230","variant-link":"awsui_variant-link_vjswe_14izv_255","variant-icon":"awsui_variant-icon_vjswe_14izv_280","variant-inline-icon":"awsui_variant-inline-icon_vjswe_14izv_305","variant-inline-icon-pointer-target":"awsui_variant-inline-icon-pointer-target_vjswe_14izv_330","variant-inline-link":"awsui_variant-inline-link_vjswe_14izv_355","variant-modal-dismiss":"awsui_variant-modal-dismiss_vjswe_14izv_384","variant-flashbar-icon":"awsui_variant-flashbar-icon_vjswe_14izv_409","variant-breadcrumb-group":"awsui_variant-breadcrumb-group_vjswe_14izv_434","variant-menu-trigger":"awsui_variant-menu-trigger_vjswe_14izv_464","button-no-text":"awsui_button-no-text_vjswe_14izv_556","button-no-wrap":"awsui_button-no-wrap_vjswe_14izv_560","full-width":"awsui_full-width_vjswe_14izv_563","icon-left":"awsui_icon-left_vjswe_14izv_585","icon-right":"awsui_icon-right_vjswe_14izv_590",icon:"awsui_icon_vjswe_14izv_585",link:"awsui_link_vjswe_14izv_609","disabled-with-reason":"awsui_disabled-with-reason_vjswe_14izv_609"};function Eg(t){return t.variant==="icon"||t.variant==="inline-icon"?"left":t.iconAlign}function zy(t){var{iconName:r,iconUrl:a,iconAlt:n,iconSvg:c,iconSize:s,badge:f}=t,g=pe(t,["iconName","iconUrl","iconAlt","iconSvg","iconSize","badge"]);return!r&&!a&&!c?null:y.createElement(uo,{className:P(Ot.icon,Ot[`icon-${Eg(g)}`],g.iconClass),name:r,url:a,svg:c,alt:n,size:s,badge:f})}function NB(t){return t.loading?y.createElement(Yd,{className:P(Ot.icon,Ot["icon-left"])}):Eg(t)==="left"?y.createElement(zy,Object.assign({},t)):null}function RB(t){return Eg(t)==="right"?y.createElement(zy,Object.assign({},t)):null}const eb={label:"awsui_label_1f1d4_ocied_5"},ob={"disabled-reason-tooltip":"awsui_disabled-reason-tooltip_1ueyk_ca6yt_5","external-icon":"awsui_external-icon_1ueyk_ca6yt_9"},Gt=d.forwardRef((t,r)=>{var{children:a,iconName:n,__iconClass:c,onClick:s,onFollow:f,iconAlign:g="left",iconUrl:h,iconSvg:p,iconAlt:v,variant:b="normal",loading:x=!1,loadingText:k,disabled:B=!1,disabledReason:w,wrapText:C=!0,href:S,external:R,target:T,rel:I,download:E,formAction:A="submit",ariaLabel:N,ariaDescribedby:H,ariaExpanded:V,ariaControls:j,fullWidth:M,badge:q,i18nStrings:re,__nativeAttributes:X,__internalRootRef:te=null,__focusable:F=!1,__injectAnalyticsComponentMetadata:Z=!1,__title:oe,__emitPerformanceMarks:fe=!0,analyticsAction:z="click"}=t,Y=pe(t,["children","iconName","__iconClass","onClick","onFollow","iconAlign","iconUrl","iconSvg","iconAlt","variant","loading","loadingText","disabled","disabledReason","wrapText","href","external","target","rel","download","formAction","ariaLabel","ariaDescribedby","ariaExpanded","ariaControls","fullWidth","badge","i18nStrings","__nativeAttributes","__internalRootRef","__focusable","__injectAnalyticsComponentMetadata","__title","__emitPerformanceMarks","analyticsAction"]);const[le,ae]=y.useState(!1);xc("Button",S);const ge=!!S,me=T??(R?"_blank":void 0),ue=x||B,ne=(b==="normal"||b==="primary"||b==="icon")&&!!w&&B,se=x&&!B||B&&F||ne,Q=a&&["icon","inline-icon","flashbar-icon","modal-dismiss","inline-icon-pointer-target"].indexOf(b)===-1,be=y.useRef(null);Ya(r,be);const De=kB(),O=ft("button"),he=$e("button"),{funnelInteractionId:ve}=Mt(),{stepNumber:Ce,stepNameSelector:Te}=Wr(),{subStepSelector:ye,subStepNameSelector:je}=ca(),Ge=Ny("primaryButton",()=>b==="primary"&&fe&&!x&&!B,be,()=>{var fo;return{loading:x,disabled:B,text:(fo=be.current)===null||fo===void 0?void 0:fo.innerText}},[x,B]);BB(b==="primary",x);const{targetProps:Pe,descriptionEl:He}=sa(w),ke=fo=>{if(ue)return fo.preventDefault();ge&&Vd(fo)&&(fr(f,{href:S,target:me},fo),(n==="external"||me==="_blank")&&ve&&(bt(Te),bt(je)));const{altKey:zo,button:Fo,ctrlKey:Dt,metaKey:gt,shiftKey:$r}=fo;fr(s,{altKey:zo,button:Fo,ctrlKey:Dt,metaKey:gt,shiftKey:$r},fo),De.onClick({variant:b})},we=P(Y.className,Ot.button,Ot[`variant-${b}`],{[Ot.disabled]:ue,[Ot["disabled-with-reason"]]:ne,[Ot["button-no-wrap"]]:!C,[Ot["button-no-text"]]:!Q,[Ot["full-width"]]:Q&&M,[Ot.link]:ge}),Ne=X&&"tabIndex"in X?X.tabIndex:void 0,{tabIndex:Me}=hr(be,{tabIndex:ge&&ue&&!ne?-1:Ne}),Qe=B?{}:{action:z,detail:{label:{root:"self"}}};Z&&(Qe.component={name:"awsui.Button",label:{root:"self"},properties:{variant:b,disabled:`${B}`}});const no=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Y),X),Ge),{tabIndex:Me,ref:eo(be,te),"aria-label":N,"aria-describedby":H,"aria-expanded":V,"aria-controls":j,title:oe??N,className:we,onClick:ke,[$b]:he}),ze(Qe)),wc(a?`.${eb.label}`:"")),bo={loading:x,iconName:n,iconAlign:g,iconUrl:h,iconSvg:p,iconAlt:v,variant:b,badge:q,iconClass:c,iconSize:b==="modal-dismiss"?"medium":"normal"},to=d.createElement(d.Fragment,null,d.createElement(NB,Object.assign({},bo)),Q&&d.createElement(d.Fragment,null,d.createElement("span",{className:P(Ot.content,eb.label)},a),R&&d.createElement(d.Fragment,null," ",d.createElement(uo,{name:"external",className:ob["external-icon"],ariaLabel:O("i18nStrings.externalIconAriaLabel",re==null?void 0:re.externalIconAriaLabel)}))),d.createElement(RB,Object.assign({},bo))),{loadingButtonCount:Eo}=Mt();y.useEffect(()=>{if(x)return Eo.current++,()=>{Eo.current--}},[x,Eo]);const go=Object.assign({onFocus:ne?()=>ae(!0):void 0,onBlur:ne?()=>ae(!1):void 0,onMouseEnter:ne?()=>ae(!0):void 0,onMouseLeave:ne?()=>ae(!1):void 0},ne?Pe:{}),Mo=d.createElement(d.Fragment,null,He,le&&d.createElement(qd,{className:ob["disabled-reason-tooltip"],trackRef:be,value:w,onDismiss:()=>ae(!1)}));return ge?d.createElement(d.Fragment,null,d.createElement("a",Object.assign({},no,{href:S,target:me,rel:I??(me==="_blank"?"noopener noreferrer":void 0),"aria-disabled":ue?!0:void 0,download:E},go),to,ne&&Mo),x&&k&&d.createElement(Tt,{tagName:"span",hidden:!0},k)):d.createElement(d.Fragment,null,d.createElement("button",Object.assign({},no,{type:A==="none"?"button":"submit",disabled:B&&!F&&!ne,"aria-disabled":se?!0:void 0},go),to,ne&&Mo),x&&k&&d.createElement(Tt,{tagName:"span",hidden:!0},k))}),tb=/awsui-context-([\w-]+)/;function AB(t){const[r,a]=y.useState("");return y.useLayoutEffect(()=>{var n;if(t.current){const c=yt(t.current,s=>!!s.className.match(tb));a((n=c==null?void 0:c.className.match(tb)[1])!==null&&n!==void 0?n:"")}},[t]),r}function Bc(t){return`awsui-context-${t}`}function zB({contextName:t,className:r,children:a}){return d.createElement("div",{className:P(Bc(t),r)},a)}const Ly={defaultVariant:"secondary"},$d=y.createContext(Ly),LB=200;function Wa(t,r=LB){let a;return function(...n){a&&clearTimeout(a),a=setTimeout(()=>{a=null,t(...n)},r)}}function HB(t){return t.slice().sort((r,a)=>{var n,c;return a.orderPriority!==r.orderPriority?Math.sign(((n=a.orderPriority)!==null&&n!==void 0?n:0)-((c=r.orderPriority)!==null&&c!==void 0?c:0)):a.id<r.id?1:-1})}class rb{constructor(){this.listeners=[],this.actions=[],this.scheduleUpdate=Wa(()=>{this.listeners.forEach(r=>r(this.actions))},0),this.registerAction=r=>{this.actions.push(r),this.actions=HB(this.actions),this.scheduleUpdate()},this.clearRegisteredActions=()=>{this.actions=[]},this.onActionRegistered=r=>(this.listeners.push(r),this.scheduleUpdate(),()=>{this.listeners=this.listeners.filter(a=>a!==r)})}installPublic(r={}){var a;return(a=r.registerAction)!==null&&a!==void 0||(r.registerAction=this.registerAction),r}installInternal(r={}){var a,n;return(a=r.clearRegisteredActions)!==null&&a!==void 0||(r.clearRegisteredActions=this.clearRegisteredActions),(n=r.onActionRegistered)!==null&&n!==void 0||(r.onActionRegistered=this.onActionRegistered),r}}const Hy=new ay(vd,la);function OB(){Hy.sendPanoramaMetric({eventContext:"awsui-runtime-api-loaded",eventDetail:{version:la}})}function Hn(t,r){console.warn("[AwsUi]",`[${t}]`,r),Hy.sendPanoramaMetric({eventContext:"awsui-runtime-api-warning",eventDetail:{version:la,component:t,message:r}})}var Oa,zn,sr,Uf;class lb{constructor(){Oa.set(this,[]),zn.set(this,new Map),sr.set(this,void 0),Uf.set(this,Wa(()=>Ee(this,Oa,"f").forEach(r=>{if(Ee(this,sr,"f")){const a=r(Ee(this,sr,"f"));Ee(this,zn,"f").set(r,a)}}),0)),this.registerContentReplacer=r=>{if(Ee(this,sr,"f")){Hn("alert-flash-content",`Cannot call \`registerContentReplacer\` with new provider: provider with id "${Ee(this,sr,"f").id}" already registered.`);return}jr(this,sr,r,"f"),Ee(this,Uf,"f").call(this)},this.clearRegisteredReplacer=()=>{jr(this,sr,void 0,"f")},this.initialCheck=r=>{var a;return!((a=Ee(this,sr,"f"))===null||a===void 0)&&a.initialCheck?Ee(this,sr,"f").initialCheck(r):!1},this.onContentRegistered=r=>{if(Ee(this,sr,"f")){const a=r(Ee(this,sr,"f"));Ee(this,Oa,"f").push(r),Ee(this,zn,"f").set(r,a)}else Ee(this,Oa,"f").push(r);return()=>{var a;(a=Ee(this,zn,"f").get(r))===null||a===void 0||a(),jr(this,Oa,Ee(this,Oa,"f").filter(n=>n!==r),"f"),Ee(this,zn,"f").delete(r)}}}installPublic(r={}){var a;return(a=r.registerContentReplacer)!==null&&a!==void 0||(r.registerContentReplacer=this.registerContentReplacer),r}installInternal(r={}){var a,n,c;return(a=r.clearRegisteredReplacer)!==null&&a!==void 0||(r.clearRegisteredReplacer=this.clearRegisteredReplacer),(n=r.onContentRegistered)!==null&&n!==void 0||(r.onContentRegistered=this.onContentRegistered),(c=r.initialCheck)!==null&&c!==void 0||(r.initialCheck=this.initialCheck),r}}Oa=new WeakMap,zn=new WeakMap,sr=new WeakMap,Uf=new WeakMap;var Sr,Vf,nd,id;class MB{constructor(){Sr.set(this,[]),Vf.set(this,()=>{const r=Ee(this,Sr,"f").find(a=>a.forceType==="primary");if(r)return r;for(const a of Ee(this,Sr,"f").slice())if(a.forceType!=="secondary")return a}),nd.set(this,()=>{const r=Ee(this,Vf,"f").call(this),a=Ee(this,Sr,"f").filter(n=>n!==r).map(n=>n.props);for(const n of Ee(this,Sr,"f"))n===r?n.onChange({type:"primary",discoveredProps:a}):n.onChange(n.secondaryInstance)}),id.set(this,Wa(()=>Ee(this,nd,"f").call(this),0)),this.register=(r,a)=>{const n=Ee(this,Sr,"f").some(s=>s.forceType==="primary");if(r==="primary"&&n)throw new Error("Double primary registration attempt");const c={forceType:r,onChange:a,props:{},secondaryInstance:{type:"secondary",update:s=>{c.props=s,Ee(this,id,"f").call(this)}}};return Ee(this,Sr,"f").push(c),Ee(this,nd,"f").call(this),()=>{Ee(this,Sr,"f").splice(Ee(this,Sr,"f").indexOf(c),1),Ee(this,id,"f").call(this)}},this.getStateForTesting=()=>({registrations:Ee(this,Sr,"f")}),this.installInternal=(r={})=>{var a,n;return(a=r.register)!==null&&a!==void 0||(r.register=this.register),(n=r.getStateForTesting)!==null&&n!==void 0||(r.getStateForTesting=this.getStateForTesting),r}}}Sr=new WeakMap,Vf=new WeakMap,nd=new WeakMap,id=new WeakMap;var gl,Zl,Ma,sc,dc;class jB{constructor(){gl.set(this,null),Zl.set(this,[]),Ma.set(this,[]),sc.set(this,Wa(()=>{var r;if(!Ee(this,gl,"f"))return;const a=Ee(this,Zl,"f")[Ee(this,Zl,"f").length-1];Ee(this,gl,"f").call(this,(r=a==null?void 0:a.props)!==null&&r!==void 0?r:null)},0)),dc.set(this,Wa(()=>{Ee(this,Ma,"f").forEach(r=>r(!!Ee(this,gl,"f")))},0)),this.registerAppLayout=r=>{if(!Ee(this,gl,"f"))return jr(this,gl,r,"f"),Ee(this,dc,"f").call(this),()=>{jr(this,gl,null,"f"),Ee(this,dc,"f").call(this)}},this.registerBreadcrumbs=(r,a)=>{const n={props:r};return Ee(this,Zl,"f").push(n),Ee(this,Ma,"f").push(a),Ee(this,dc,"f").call(this),Ee(this,sc,"f").call(this),{update:c=>{n.props=c,Ee(this,sc,"f").call(this)},cleanup:()=>{Ee(this,Zl,"f").splice(Ee(this,Zl,"f").indexOf(n),1),Ee(this,Ma,"f").splice(Ee(this,Ma,"f").indexOf(a),1),Ee(this,sc,"f").call(this)}}},this.getStateForTesting=()=>({appLayoutUpdateCallback:Ee(this,gl,"f"),breadcrumbInstances:Ee(this,Zl,"f"),breadcrumbRegistrations:Ee(this,Ma,"f")})}installInternal(r={}){var a,n,c;return(a=r.registerBreadcrumbs)!==null&&a!==void 0||(r.registerBreadcrumbs=this.registerBreadcrumbs),(n=r.registerAppLayout)!==null&&n!==void 0||(r.registerAppLayout=this.registerAppLayout),(c=r.getStateForTesting)!==null&&c!==void 0||(r.getStateForTesting=this.getStateForTesting),r}}gl=new WeakMap,Zl=new WeakMap,Ma=new WeakMap,sc=new WeakMap,dc=new WeakMap;const PB=["badge","resizable","defaultSize","orderPriority","defaultActive","onResize"];class qB{constructor(){this.drawers=[],this.drawersRegistrationListener=null,this.drawerOpenedListener=null,this.drawerClosedListener=null,this.drawersUpdateListeners=[],this.scheduleUpdate=Wa(()=>{var r;(r=this.drawersRegistrationListener)===null||r===void 0||r.call(this,this.drawers),this.drawersUpdateListeners.forEach(a=>{a==null||a(this.drawers)})},0),this.registerDrawer=r=>{this.drawers.find(a=>a.id===r.id)&&Hn("app-layout-drawers",`drawer with id "${r.id}" is already registered`),this.drawers=this.drawers.concat(r),this.scheduleUpdate()},this.updateDrawer=r=>{var a,{id:n}=r,c=pe(r,["id"]);const s=this.drawers.findIndex(({id:p})=>p===n),f=(a=this.drawers)===null||a===void 0?void 0:a[s];if(!f)throw new Error(`[AwsUi] [runtime drawers] drawer with id ${n} not found`);const g=this.drawers.slice(),h=Object.assign({},f);for(const p of PB)p in c&&(h[p]=c[p]);g[s]=h,this.drawers=g,this.scheduleUpdate()},this.onDrawersRegistered=r=>(this.drawersRegistrationListener!==null&&Hn("app-layout-drawers","multiple app layout instances detected when calling onDrawersRegistered"),this.drawersRegistrationListener=r,this.scheduleUpdate(),()=>{this.drawersRegistrationListener=null,this.drawersUpdateListeners=[]}),this.clearRegisteredDrawers=()=>{this.drawers=[]},this.onDrawerOpened=r=>(this.drawerOpenedListener!==null&&Hn("app-layout-drawers","multiple app layout instances detected when calling onDrawerOpened"),this.drawerOpenedListener=r,()=>{this.drawerOpenedListener=null}),this.onDrawerClosed=r=>(this.drawerClosedListener!==null&&Hn("app-layout-drawers","multiple app layout instances detected when calling onDrawerClosed"),this.drawerClosedListener=r,()=>{this.drawerClosedListener=null}),this.openDrawer=(r,a)=>{var n;(n=this.drawerOpenedListener)===null||n===void 0||n.call(this,r,a)},this.closeDrawer=(r,a)=>{var n;(n=this.drawerClosedListener)===null||n===void 0||n.call(this,r,a)},this.onDrawersUpdated=r=>(this.drawersUpdateListeners.push(r),()=>{this.drawersUpdateListeners=this.drawersUpdateListeners.filter(a=>a!==r)}),this.getDrawersState=()=>this.drawers}installPublic(r={}){var a,n,c,s;return(a=r.registerDrawer)!==null&&a!==void 0||(r.registerDrawer=this.registerDrawer),(n=r.updateDrawer)!==null&&n!==void 0||(r.updateDrawer=this.updateDrawer),(c=r.openDrawer)!==null&&c!==void 0||(r.openDrawer=this.openDrawer),(s=r.closeDrawer)!==null&&s!==void 0||(r.closeDrawer=this.closeDrawer),r}installInternal(r={}){var a,n,c,s,f,g;return(a=r.clearRegisteredDrawers)!==null&&a!==void 0||(r.clearRegisteredDrawers=this.clearRegisteredDrawers),(n=r.onDrawersRegistered)!==null&&n!==void 0||(r.onDrawersRegistered=this.onDrawersRegistered),(c=r.onDrawerOpened)!==null&&c!==void 0||(r.onDrawerOpened=this.onDrawerOpened),(s=r.onDrawerClosed)!==null&&s!==void 0||(r.onDrawerClosed=this.onDrawerClosed),(f=r.onDrawersUpdated)!==null&&f!==void 0||(r.onDrawersUpdated=this.onDrawersUpdated),(g=r.getDrawersState)!==null&&g!==void 0||(r.getDrawersState=this.getDrawersState),r}}var cd;class FB{constructor(){cd.set(this,new WeakMap),this.createContext=(r,a)=>{let n=Ee(this,cd,"f").get(r);n||(n=new Map,Ee(this,cd,"f").set(r,n));let c=n.get(a);return c||(c=r.createContext(void 0),n.set(a,c)),c}}installInternal(r={}){var a;return(a=r.createContext)!==null&&a!==void 0||(r.createContext=this.createContext),r}}cd=new WeakMap;const _d=Symbol.for("awsui-plugin-api");function Oy(t){try{return t!=null&&t[_d]?t[_d]:!t||t.parent===t?void 0:Oy(t.parent)}catch{return}}function UB(){if(typeof window>"u")return ab({});const t=window,r=Oy(t);return r||OB(),t[_d]=ab(r??{}),t[_d]}const{awsuiPlugins:ZG,awsuiPluginsInternal:Zd}=UB();function ab(t){var r,a;(r=t.awsuiPlugins)!==null&&r!==void 0||(t.awsuiPlugins={}),(a=t.awsuiPluginsInternal)!==null&&a!==void 0||(t.awsuiPluginsInternal={});const n=new qB;t.awsuiPlugins.appLayout=n.installPublic(t.awsuiPlugins.appLayout),t.awsuiPluginsInternal.appLayout=n.installInternal(t.awsuiPluginsInternal.appLayout);const c=new MB;t.awsuiPluginsInternal.appLayoutWidget=c.installInternal(t.awsuiPluginsInternal.appLayoutWidget);const s=new rb;t.awsuiPlugins.alert=s.installPublic(t.awsuiPlugins.alert),t.awsuiPluginsInternal.alert=s.installInternal(t.awsuiPluginsInternal.alert);const f=new lb;t.awsuiPlugins.alertContent=f.installPublic(t.awsuiPlugins.alertContent),t.awsuiPluginsInternal.alertContent=f.installInternal(t.awsuiPluginsInternal.alertContent);const g=new lb;t.awsuiPlugins.flashContent=g.installPublic(t.awsuiPlugins.flashContent),t.awsuiPluginsInternal.flashContent=g.installInternal(t.awsuiPluginsInternal.flashContent);const h=new rb;t.awsuiPlugins.flashbar=h.installPublic(t.awsuiPlugins.flashbar),t.awsuiPluginsInternal.flashbar=h.installInternal(t.awsuiPluginsInternal.flashbar);const p=new jB;t.awsuiPluginsInternal.breadcrumbs=p.installInternal(t.awsuiPluginsInternal.breadcrumbs);const v=new FB;return t.awsuiPluginsInternal.sharedReactContexts=v.installInternal(t.awsuiPluginsInternal.sharedReactContexts),t}function VB({mountContent:t,unmountContent:r,context:a}){const n=y.useRef(null);return y.useEffect(()=>{const c=n.current;return t(c,a),()=>{r(c)}},[]),d.createElement("div",{ref:n})}function WB(t,r){return t?d.createElement(VB,{key:t.id+"-"+r.type,context:r,mountContent:t.mountContent,unmountContent:t.unmountContent}):null}function My(t){return function(a){const[n,c]=y.useState([]),s=y.useRef(null),f=y.useRef(null);return y.useEffect(()=>t(g=>{c(g.map(h=>WB(h,{type:a,headerRef:s,contentRef:f})))}),[a]),{discoveredActions:n,headerRef:s,contentRef:f}}}function jy(t,r){return function({type:n,header:c,children:s}){const f=$e(`${t}-discovered-content`),g=y.useRef(null),h=y.useRef(null),p=y.useRef(null),v=y.useRef(null),[b,x]=y.useState(()=>r.initialCheck({instanceId:f,type:n,header:c,content:s})),[k,B]=y.useState("original"),[w,C]=y.useState("original"),S=y.useRef();return y.useEffect(()=>{const R={instanceId:f,type:n,headerRef:g,contentRef:h};return x(!1),r.onContentRegistered(T=>{let I=!0;function E(A){return I?!0:(Hn(`${t}-content-replacer`,`"${A}" called after component unmounted`),!1)}return S.current=T.runReplacer(R,{hideHeader(){E("hideHeader")&&B("remove")},restoreHeader(){E("restoreHeader")&&B("original")},replaceHeader(A){E("replaceHeader")&&(A(p.current),B("replaced"))},hideContent(){E("hideContent")&&C("remove")},restoreContent(){E("restoreContent")&&C("original")},replaceContent(A){E("replaceContent")&&(A(v.current),C("replaced"))}}),()=>{var A;(A=S.current)===null||A===void 0||A.unmount({replacementHeaderContainer:p.current,replacementContentContainer:v.current}),I=!1}})},[f,n]),y.useEffect(()=>{var R;(R=S.current)===null||R===void 0||R.update()},[n,c,s]),{initialHidden:b,headerReplacementType:k,contentReplacementType:w,headerRef:g,replacementHeaderRef:p,contentRef:h,replacementContentRef:v}}}function qr(t,r=[]){const a=y.useRef(null),[n,c]=y.useState(null),s=y.useCallback(()=>a.current,r);return Xr(s,f=>c(g=>t(f,g))),[n,a]}function Py(t=0,r=1){const[a,n]=qr((c,s)=>s===null||Math.abs(s-c.contentBoxWidth)>=r?c.contentBoxWidth:s);return[a??t,n]}const XB={root:"awsui_root_37gf8_1udtb_9"};function YB(t,r,a,n){return!r&&a&&(r=d.createElement("span",Object.assign({},ze({action:"buttonClick"})),d.createElement(Gt,{className:t.actionButton,onClick:n,formAction:"none"},a))),r?d.createElement("div",{className:t.actionSlot},r):null}const qy=({className:t,testUtilClasses:r,action:a,discoveredActions:n,buttonText:c,wrappedClass:s,containerWidth:f,onButtonClick:g})=>{const[h,p]=y.useState(!1),v=d.useRef(null);y.useLayoutEffect(()=>{if(!v.current||!f||!s)return;function x(){const B=ra(v.current),{offsetWidth:w,offsetLeft:C}=v.current,S=B?f-w-C:C;p(S<100)}const k=new MutationObserver(x);return k.observe(v.current,{attributes:!1,childList:!0,subtree:!0}),x(),()=>k.disconnect()});const b=YB(r,a,c,g);return!b&&n.length===0?null:d.createElement("div",{ref:v,className:P(XB.root,t,h&&s)},b,n)},Wf={header:"awsui_header_17427_1ns0c_5"},To={alert:"awsui_alert_mx3cw_18mgu_193","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_mx3cw_18mgu_1",root:"awsui_root_mx3cw_18mgu_215",hidden:"awsui_hidden_mx3cw_18mgu_250","alert-wrapper":"awsui_alert-wrapper_mx3cw_18mgu_298","initial-hidden":"awsui_initial-hidden_mx3cw_18mgu_310",header:"awsui_header_mx3cw_18mgu_315","header-replacement":"awsui_header-replacement_mx3cw_18mgu_316",action:"awsui_action_mx3cw_18mgu_320","action-slot":"awsui_action-slot_mx3cw_18mgu_324","action-button":"awsui_action-button_mx3cw_18mgu_325","alert-focus-wrapper":"awsui_alert-focus-wrapper_mx3cw_18mgu_329",text:"awsui_text_mx3cw_18mgu_360",icon:"awsui_icon_mx3cw_18mgu_367",message:"awsui_message_mx3cw_18mgu_370","action-wrapped":"awsui_action-wrapped_mx3cw_18mgu_374","icon-size-medium":"awsui_icon-size-medium_mx3cw_18mgu_378","icon-size-big":"awsui_icon-size-big_mx3cw_18mgu_382","icon-size-normal":"awsui_icon-size-normal_mx3cw_18mgu_386",content:"awsui_content_mx3cw_18mgu_390","content-replacement":"awsui_content-replacement_mx3cw_18mgu_391",dismiss:"awsui_dismiss_mx3cw_18mgu_395","dismiss-button":"awsui_dismiss-button_mx3cw_18mgu_400","type-error":"awsui_type-error_mx3cw_18mgu_404","type-warning":"awsui_type-warning_mx3cw_18mgu_412","type-success":"awsui_type-success_mx3cw_18mgu_420","type-info":"awsui_type-info_mx3cw_18mgu_428"},$B={error:"status-negative",warning:"status-warning",success:"status-positive",info:"status-info"},ZB=My(Zd.alert.onActionRegistered),KB=jy("alert",Zd.alertContent),Fy=d.forwardRef((t,r)=>{var a,n,{type:c,i18nStrings:s,visible:f=!0,dismissible:g,children:h,header:p,buttonText:v,action:b,onDismiss:x,onButtonClick:k,__internalRootRef:B=null,statusIconAriaLabel:w,dismissAriaLabel:C,messageSlotId:S}=t,R=pe(t,["type","i18nStrings","visible","dismissible","children","header","buttonText","action","onDismiss","onButtonClick","__internalRootRef","statusIconAriaLabel","dismissAriaLabel","messageSlotId"]);const T=oo(R),I=ft("alert"),E=y.useRef(null);Ya(r,E);const{discoveredActions:A,headerRef:N,contentRef:H}=ZB(c),{initialHidden:V,headerReplacementType:j,contentReplacementType:M,headerRef:q,contentRef:re,replacementHeaderRef:X,replacementContentRef:te}=KB({type:c,header:p,children:h}),[F,Z]=Py(),oe=eo(Z,B),fe=eo(N,q),z=eo(H,re),Y="normal",le=!!(b||v||A.length),ae={[Y_]:c},ge=I(`i18nStrings.${c}IconAriaLabel`,(a=s==null?void 0:s[`${c}IconAriaLabel`])!==null&&a!==void 0?a:w),me=I("i18nStrings.dismissAriaLabel",(n=s==null?void 0:s.dismissAriaLabel)!==null&&n!==void 0?n:I("dismissAriaLabel",C));return d.createElement("div",Object.assign({},T,ae,{"aria-hidden":!f,className:P(To.root,{[To.hidden]:!f,[To["initial-hidden"]]:V},T.className),ref:oe}),d.createElement($d.Provider,{value:{defaultVariant:"primary"}},d.createElement(zB,{contextName:"alert"},d.createElement("div",{className:P(To.alert,To[`type-${c}`],To[`icon-size-${Y}`],le&&To["with-action"],g&&To["with-dismiss"])},d.createElement("div",{className:To["alert-wrapper"]},d.createElement("div",{className:To["alert-focus-wrapper"],tabIndex:-1,ref:E},d.createElement("div",{className:P(To.icon,To.text)},d.createElement(uo,{name:$B[c],size:Y,ariaLabel:ge})),d.createElement("div",{className:P(To.message,To.text),id:S},d.createElement("div",{className:P(p&&To.header,j!=="original"?To.hidden:Wf.header),ref:fe},p),d.createElement("div",{className:P(To["header-replacement"],j!=="replaced"?To.hidden:Wf.header),ref:X}),d.createElement("div",{className:P(To.content,M!=="original"&&To.hidden),ref:z},h),d.createElement("div",{className:P(To["content-replacement"],M!=="replaced"&&To.hidden),ref:te}))),d.createElement(qy,{className:To.action,testUtilClasses:{actionSlot:To["action-slot"],actionButton:To["action-button"]},action:b,discoveredActions:A,buttonText:v,onButtonClick:()=>qe(k),containerWidth:F,wrappedClass:To["action-wrapped"]})),g&&d.createElement("div",Object.assign({className:To.dismiss},ze({action:"dismiss"})),d.createElement(Gt,{className:To["dismiss-button"],variant:"icon",iconName:"close",formAction:"none",ariaLabel:me,onClick:()=>qe(x)}))))))}),It=d.forwardRef((t,r)=>{var{type:a="info",visible:n=!0}=t,c=pe(t,["type","visible"]);const s=vl(c),f=Ro("Alert",{props:{type:a,visible:n,dismissible:c.dismissible}},s),{funnelIdentifier:g,funnelInteractionId:h,funnelErrorContext:p,submissionAttempt:v,funnelState:b,errorCount:x}=Mt(),{stepNumber:k,stepNameSelector:B,stepIdentifier:w,subStepCount:C,stepErrorContext:S,subStepConfiguration:R}=Wr(),{subStepSelector:T,subStepNameSelector:I,subStepIdentifier:E,subStepErrorContext:A}=ca(),N=$e("alert-");y.useEffect(()=>{var V,j,M,q,re;if(h&&n&&a==="error"&&b.current!=="complete"){const X=bt(B),te=bt(I);return x.current++,((M=(j=(V=f.__internalRootRef.current)===null||V===void 0?void 0:V.getBoundingClientRect())===null||j===void 0?void 0:j.width)!==null&&M!==void 0?M:0)>0&&(T?ur.funnelSubStepError({funnelInteractionId:h,funnelIdentifier:g,stepIdentifier:w,subStepSelector:T,subStepName:te,subStepNameSelector:I,stepNumber:k,stepName:X,stepNameSelector:B,subStepAllSelector:pl(),subStepIdentifier:E,errorContext:s.errorContext||A}):B?ur.funnelStepError({funnelInteractionId:h,stepNumber:k,stepNameSelector:B,stepName:X,stepIdentifier:w,currentDocument:(q=f.__internalRootRef.current)===null||q===void 0?void 0:q.ownerDocument,totalSubSteps:C.current,funnelIdentifier:g,subStepAllSelector:pl(),errorContext:s.errorContext||S,subStepConfiguration:(re=R.current)===null||re===void 0?void 0:re.get(k),stepErrorSelector:"#"+N}):ur.funnelError({funnelIdentifier:g,funnelInteractionId:h,errorContext:s.errorContext||p})),()=>{x.current--}}},[h,n,v,x]);const H={name:"awsui.Alert",label:`.${Wf.header}`,properties:{type:a}};return d.createElement(Fy,Object.assign({type:a,visible:n},c,f,{ref:r,messageSlotId:N},ze({component:H})))});Ao(It,"Alert");const _r={box:"awsui_box_18wu0_5byw0_172","p-variant":"awsui_p-variant_18wu0_5byw0_172","color-default":"awsui_color-default_18wu0_5byw0_172","b-variant":"awsui_b-variant_18wu0_5byw0_172","strong-variant":"awsui_strong-variant_18wu0_5byw0_172","code-variant":"awsui_code-variant_18wu0_5byw0_172","pre-variant":"awsui_pre-variant_18wu0_5byw0_172","samp-variant":"awsui_samp-variant_18wu0_5byw0_172","h1-variant":"awsui_h1-variant_18wu0_5byw0_176","h2-variant":"awsui_h2-variant_18wu0_5byw0_176","h3-variant":"awsui_h3-variant_18wu0_5byw0_176","h4-variant":"awsui_h4-variant_18wu0_5byw0_176","h5-variant":"awsui_h5-variant_18wu0_5byw0_176","small-variant":"awsui_small-variant_18wu0_5byw0_180","a-variant":"awsui_a-variant_18wu0_5byw0_184","font-size-default":"awsui_font-size-default_18wu0_5byw0_188","font-weight-default":"awsui_font-weight-default_18wu0_5byw0_228","key-label-variant":"awsui_key-label-variant_18wu0_5byw0_270","gen-ai-label-variant":"awsui_gen-ai-label-variant_18wu0_5byw0_277","value-large-variant":"awsui_value-large-variant_18wu0_5byw0_284","font-weight-heavy":"awsui_font-weight-heavy_18wu0_5byw0_291","color-inverted":"awsui_color-inverted_18wu0_5byw0_296","color-text-label":"awsui_color-text-label_18wu0_5byw0_299","color-text-body-secondary":"awsui_color-text-body-secondary_18wu0_5byw0_302","color-text-status-error":"awsui_color-text-status-error_18wu0_5byw0_305","color-text-status-success":"awsui_color-text-status-success_18wu0_5byw0_308","color-text-status-info":"awsui_color-text-status-info_18wu0_5byw0_311","color-text-status-inactive":"awsui_color-text-status-inactive_18wu0_5byw0_314","color-text-status-warning":"awsui_color-text-status-warning_18wu0_5byw0_317","color-inherit":"awsui_color-inherit_18wu0_5byw0_320","font-size-body-s":"awsui_font-size-body-s_18wu0_5byw0_323","font-size-body-m":"awsui_font-size-body-m_18wu0_5byw0_328","font-size-heading-xs":"awsui_font-size-heading-xs_18wu0_5byw0_332","font-size-heading-s":"awsui_font-size-heading-s_18wu0_5byw0_336","font-size-heading-m":"awsui_font-size-heading-m_18wu0_5byw0_341","font-size-heading-l":"awsui_font-size-heading-l_18wu0_5byw0_346","font-size-heading-xl":"awsui_font-size-heading-xl_18wu0_5byw0_351","font-size-display-l":"awsui_font-size-display-l_18wu0_5byw0_356","font-weight-light":"awsui_font-weight-light_18wu0_5byw0_361","font-weight-normal":"awsui_font-weight-normal_18wu0_5byw0_364","font-weight-bold":"awsui_font-weight-bold_18wu0_5byw0_367","t-left":"awsui_t-left_18wu0_5byw0_374","t-right":"awsui_t-right_18wu0_5byw0_378","t-center":"awsui_t-center_18wu0_5byw0_382","p-n":"awsui_p-n_18wu0_5byw0_399","p-top-n":"awsui_p-top-n_18wu0_5byw0_404","p-vertical-n":"awsui_p-vertical-n_18wu0_5byw0_405","p-right-n":"awsui_p-right-n_18wu0_5byw0_409","p-horizontal-n":"awsui_p-horizontal-n_18wu0_5byw0_410","p-bottom-n":"awsui_p-bottom-n_18wu0_5byw0_414","p-left-n":"awsui_p-left-n_18wu0_5byw0_419","p-xxxs":"awsui_p-xxxs_18wu0_5byw0_424","p-top-xxxs":"awsui_p-top-xxxs_18wu0_5byw0_429","p-vertical-xxxs":"awsui_p-vertical-xxxs_18wu0_5byw0_430","p-right-xxxs":"awsui_p-right-xxxs_18wu0_5byw0_434","p-horizontal-xxxs":"awsui_p-horizontal-xxxs_18wu0_5byw0_435","p-bottom-xxxs":"awsui_p-bottom-xxxs_18wu0_5byw0_439","p-left-xxxs":"awsui_p-left-xxxs_18wu0_5byw0_444","p-xxs":"awsui_p-xxs_18wu0_5byw0_449","p-top-xxs":"awsui_p-top-xxs_18wu0_5byw0_454","p-vertical-xxs":"awsui_p-vertical-xxs_18wu0_5byw0_455","p-right-xxs":"awsui_p-right-xxs_18wu0_5byw0_459","p-horizontal-xxs":"awsui_p-horizontal-xxs_18wu0_5byw0_460","p-bottom-xxs":"awsui_p-bottom-xxs_18wu0_5byw0_464","p-left-xxs":"awsui_p-left-xxs_18wu0_5byw0_469","p-xs":"awsui_p-xs_18wu0_5byw0_474","p-top-xs":"awsui_p-top-xs_18wu0_5byw0_479","p-vertical-xs":"awsui_p-vertical-xs_18wu0_5byw0_480","p-right-xs":"awsui_p-right-xs_18wu0_5byw0_484","p-horizontal-xs":"awsui_p-horizontal-xs_18wu0_5byw0_485","p-bottom-xs":"awsui_p-bottom-xs_18wu0_5byw0_489","p-left-xs":"awsui_p-left-xs_18wu0_5byw0_494","p-s":"awsui_p-s_18wu0_5byw0_499","p-top-s":"awsui_p-top-s_18wu0_5byw0_504","p-vertical-s":"awsui_p-vertical-s_18wu0_5byw0_505","p-right-s":"awsui_p-right-s_18wu0_5byw0_509","p-horizontal-s":"awsui_p-horizontal-s_18wu0_5byw0_510","p-bottom-s":"awsui_p-bottom-s_18wu0_5byw0_514","p-left-s":"awsui_p-left-s_18wu0_5byw0_519","p-m":"awsui_p-m_18wu0_5byw0_524","p-top-m":"awsui_p-top-m_18wu0_5byw0_529","p-vertical-m":"awsui_p-vertical-m_18wu0_5byw0_530","p-right-m":"awsui_p-right-m_18wu0_5byw0_534","p-horizontal-m":"awsui_p-horizontal-m_18wu0_5byw0_535","p-bottom-m":"awsui_p-bottom-m_18wu0_5byw0_539","p-left-m":"awsui_p-left-m_18wu0_5byw0_544","p-l":"awsui_p-l_18wu0_5byw0_419","p-top-l":"awsui_p-top-l_18wu0_5byw0_554","p-vertical-l":"awsui_p-vertical-l_18wu0_5byw0_555","p-right-l":"awsui_p-right-l_18wu0_5byw0_559","p-horizontal-l":"awsui_p-horizontal-l_18wu0_5byw0_560","p-bottom-l":"awsui_p-bottom-l_18wu0_5byw0_564","p-left-l":"awsui_p-left-l_18wu0_5byw0_569","p-xl":"awsui_p-xl_18wu0_5byw0_574","p-top-xl":"awsui_p-top-xl_18wu0_5byw0_579","p-vertical-xl":"awsui_p-vertical-xl_18wu0_5byw0_580","p-right-xl":"awsui_p-right-xl_18wu0_5byw0_584","p-horizontal-xl":"awsui_p-horizontal-xl_18wu0_5byw0_585","p-bottom-xl":"awsui_p-bottom-xl_18wu0_5byw0_589","p-left-xl":"awsui_p-left-xl_18wu0_5byw0_594","p-xxl":"awsui_p-xxl_18wu0_5byw0_599","p-top-xxl":"awsui_p-top-xxl_18wu0_5byw0_604","p-vertical-xxl":"awsui_p-vertical-xxl_18wu0_5byw0_605","p-right-xxl":"awsui_p-right-xxl_18wu0_5byw0_609","p-horizontal-xxl":"awsui_p-horizontal-xxl_18wu0_5byw0_610","p-bottom-xxl":"awsui_p-bottom-xxl_18wu0_5byw0_614","p-left-xxl":"awsui_p-left-xxl_18wu0_5byw0_619","p-xxxl":"awsui_p-xxxl_18wu0_5byw0_624","p-top-xxxl":"awsui_p-top-xxxl_18wu0_5byw0_629","p-vertical-xxxl":"awsui_p-vertical-xxxl_18wu0_5byw0_630","p-right-xxxl":"awsui_p-right-xxxl_18wu0_5byw0_634","p-horizontal-xxxl":"awsui_p-horizontal-xxxl_18wu0_5byw0_635","p-bottom-xxxl":"awsui_p-bottom-xxxl_18wu0_5byw0_639","p-left-xxxl":"awsui_p-left-xxxl_18wu0_5byw0_644","m-n":"awsui_m-n_18wu0_5byw0_649","m-top-n":"awsui_m-top-n_18wu0_5byw0_654","m-vertical-n":"awsui_m-vertical-n_18wu0_5byw0_655","m-right-n":"awsui_m-right-n_18wu0_5byw0_659","m-horizontal-n":"awsui_m-horizontal-n_18wu0_5byw0_660","m-bottom-n":"awsui_m-bottom-n_18wu0_5byw0_664","m-left-n":"awsui_m-left-n_18wu0_5byw0_669","m-xxxs":"awsui_m-xxxs_18wu0_5byw0_674","m-top-xxxs":"awsui_m-top-xxxs_18wu0_5byw0_679","m-vertical-xxxs":"awsui_m-vertical-xxxs_18wu0_5byw0_680","m-right-xxxs":"awsui_m-right-xxxs_18wu0_5byw0_684","m-horizontal-xxxs":"awsui_m-horizontal-xxxs_18wu0_5byw0_685","m-bottom-xxxs":"awsui_m-bottom-xxxs_18wu0_5byw0_689","m-left-xxxs":"awsui_m-left-xxxs_18wu0_5byw0_694","m-xxs":"awsui_m-xxs_18wu0_5byw0_699","m-top-xxs":"awsui_m-top-xxs_18wu0_5byw0_704","m-vertical-xxs":"awsui_m-vertical-xxs_18wu0_5byw0_705","m-right-xxs":"awsui_m-right-xxs_18wu0_5byw0_709","m-horizontal-xxs":"awsui_m-horizontal-xxs_18wu0_5byw0_710","m-bottom-xxs":"awsui_m-bottom-xxs_18wu0_5byw0_714","m-left-xxs":"awsui_m-left-xxs_18wu0_5byw0_719","m-xs":"awsui_m-xs_18wu0_5byw0_724","m-top-xs":"awsui_m-top-xs_18wu0_5byw0_729","m-vertical-xs":"awsui_m-vertical-xs_18wu0_5byw0_730","m-right-xs":"awsui_m-right-xs_18wu0_5byw0_734","m-horizontal-xs":"awsui_m-horizontal-xs_18wu0_5byw0_735","m-bottom-xs":"awsui_m-bottom-xs_18wu0_5byw0_739","m-left-xs":"awsui_m-left-xs_18wu0_5byw0_744","m-s":"awsui_m-s_18wu0_5byw0_749","m-top-s":"awsui_m-top-s_18wu0_5byw0_754","m-vertical-s":"awsui_m-vertical-s_18wu0_5byw0_755","m-right-s":"awsui_m-right-s_18wu0_5byw0_759","m-horizontal-s":"awsui_m-horizontal-s_18wu0_5byw0_760","m-bottom-s":"awsui_m-bottom-s_18wu0_5byw0_764","m-left-s":"awsui_m-left-s_18wu0_5byw0_769","m-m":"awsui_m-m_18wu0_5byw0_774","m-top-m":"awsui_m-top-m_18wu0_5byw0_779","m-vertical-m":"awsui_m-vertical-m_18wu0_5byw0_780","m-right-m":"awsui_m-right-m_18wu0_5byw0_784","m-horizontal-m":"awsui_m-horizontal-m_18wu0_5byw0_785","m-bottom-m":"awsui_m-bottom-m_18wu0_5byw0_789","m-left-m":"awsui_m-left-m_18wu0_5byw0_794","m-l":"awsui_m-l_18wu0_5byw0_669","m-top-l":"awsui_m-top-l_18wu0_5byw0_804","m-vertical-l":"awsui_m-vertical-l_18wu0_5byw0_805","m-right-l":"awsui_m-right-l_18wu0_5byw0_809","m-horizontal-l":"awsui_m-horizontal-l_18wu0_5byw0_810","m-bottom-l":"awsui_m-bottom-l_18wu0_5byw0_814","m-left-l":"awsui_m-left-l_18wu0_5byw0_819","m-xl":"awsui_m-xl_18wu0_5byw0_824","m-top-xl":"awsui_m-top-xl_18wu0_5byw0_829","m-vertical-xl":"awsui_m-vertical-xl_18wu0_5byw0_830","m-right-xl":"awsui_m-right-xl_18wu0_5byw0_834","m-horizontal-xl":"awsui_m-horizontal-xl_18wu0_5byw0_835","m-bottom-xl":"awsui_m-bottom-xl_18wu0_5byw0_839","m-left-xl":"awsui_m-left-xl_18wu0_5byw0_844","m-xxl":"awsui_m-xxl_18wu0_5byw0_849","m-top-xxl":"awsui_m-top-xxl_18wu0_5byw0_854","m-vertical-xxl":"awsui_m-vertical-xxl_18wu0_5byw0_855","m-right-xxl":"awsui_m-right-xxl_18wu0_5byw0_859","m-horizontal-xxl":"awsui_m-horizontal-xxl_18wu0_5byw0_860","m-bottom-xxl":"awsui_m-bottom-xxl_18wu0_5byw0_864","m-left-xxl":"awsui_m-left-xxl_18wu0_5byw0_869","m-xxxl":"awsui_m-xxxl_18wu0_5byw0_874","m-top-xxxl":"awsui_m-top-xxxl_18wu0_5byw0_879","m-vertical-xxxl":"awsui_m-vertical-xxxl_18wu0_5byw0_880","m-right-xxxl":"awsui_m-right-xxxl_18wu0_5byw0_884","m-horizontal-xxxl":"awsui_m-horizontal-xxxl_18wu0_5byw0_885","m-bottom-xxxl":"awsui_m-bottom-xxxl_18wu0_5byw0_889","m-left-xxxl":"awsui_m-left-xxxl_18wu0_5byw0_894","d-block":"awsui_d-block_18wu0_5byw0_899","d-inline":"awsui_d-inline_18wu0_5byw0_902","d-inline-block":"awsui_d-inline-block_18wu0_5byw0_905","d-none":"awsui_d-none_18wu0_5byw0_908","f-left":"awsui_f-left_18wu0_5byw0_912","f-right":"awsui_f-right_18wu0_5byw0_916",root:"awsui_root_18wu0_5byw0_920"};function wd(t){var{variant:r="div",tagOverride:a,margin:n={},padding:c={},display:s,textAlign:f,float:g,fontSize:h,fontWeight:p,color:v,children:b,__internalRootRef:x=null}=t,k=pe(t,["variant","tagOverride","margin","padding","display","textAlign","float","fontSize","fontWeight","color","children","__internalRootRef"]);const B=oo(k),w=nb(n),C=nb(c),S=QB(r,a),R=P(B.className,_r.root,_r.box,_r[`${r.replace(/^awsui-/,"")}-variant`],w.map(T=>_r[`m-${T}`]),C.map(T=>_r[`p-${T}`]),_r[`d-${s}`],_r[`f-${g}`],_r[`color-${v||"default"}`],_r[`font-size-${h||"default"}`],_r[`font-weight-${p||"default"}`],_r[`t-${f}`]);return d.createElement(S,Object.assign({},B,{className:R,ref:x}),b)}const nb=t=>typeof t=="string"?[t]:["top","right","bottom","left","horizontal","vertical"].filter(a=>!!t[a]).map(a=>`${a}-${t[a]}`),QB=(t,r)=>r||(t==="awsui-value-large"?"span":t==="awsui-key-label"||t==="awsui-gen-ai-label"?"div":t);function Fr(...t){return t.filter(Boolean).join(" ")||void 0}var Bf={exports:{}},yo={};/**
50
- * @license React
51
- * react-is.production.min.js
52
- *
53
- * Copyright (c) Facebook, Inc. and its affiliates.
54
- *
55
- * This source code is licensed under the MIT license found in the
56
- * LICENSE file in the root directory of this source tree.
57
- */var ib;function JB(){if(ib)return yo;ib=1;var t=Symbol.for("react.element"),r=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),f=Symbol.for("react.context"),g=Symbol.for("react.server_context"),h=Symbol.for("react.forward_ref"),p=Symbol.for("react.suspense"),v=Symbol.for("react.suspense_list"),b=Symbol.for("react.memo"),x=Symbol.for("react.lazy"),k=Symbol.for("react.offscreen"),B;B=Symbol.for("react.module.reference");function w(C){if(typeof C=="object"&&C!==null){var S=C.$$typeof;switch(S){case t:switch(C=C.type,C){case a:case c:case n:case p:case v:return C;default:switch(C=C&&C.$$typeof,C){case g:case f:case h:case x:case b:case s:return C;default:return S}}case r:return S}}}return yo.ContextConsumer=f,yo.ContextProvider=s,yo.Element=t,yo.ForwardRef=h,yo.Fragment=a,yo.Lazy=x,yo.Memo=b,yo.Portal=r,yo.Profiler=c,yo.StrictMode=n,yo.Suspense=p,yo.SuspenseList=v,yo.isAsyncMode=function(){return!1},yo.isConcurrentMode=function(){return!1},yo.isContextConsumer=function(C){return w(C)===f},yo.isContextProvider=function(C){return w(C)===s},yo.isElement=function(C){return typeof C=="object"&&C!==null&&C.$$typeof===t},yo.isForwardRef=function(C){return w(C)===h},yo.isFragment=function(C){return w(C)===a},yo.isLazy=function(C){return w(C)===x},yo.isMemo=function(C){return w(C)===b},yo.isPortal=function(C){return w(C)===r},yo.isProfiler=function(C){return w(C)===c},yo.isStrictMode=function(C){return w(C)===n},yo.isSuspense=function(C){return w(C)===p},yo.isSuspenseList=function(C){return w(C)===v},yo.isValidElementType=function(C){return typeof C=="string"||typeof C=="function"||C===a||C===c||C===n||C===p||C===v||C===k||typeof C=="object"&&C!==null&&(C.$$typeof===x||C.$$typeof===b||C.$$typeof===s||C.$$typeof===f||C.$$typeof===h||C.$$typeof===B||C.getModuleId!==void 0)},yo.typeOf=w,yo}var cb;function eS(){return cb||(cb=1,Bf.exports=JB()),Bf.exports}var oS=eS();function Sc(t,r,a){return r===void 0&&(r=0),a===void 0&&(a=[]),y.Children.toArray(t).reduce(function(n,c,s){return oS.isFragment(c)?n.push.apply(n,Sc(c.props.children,r+1,a.concat(c.key||s))):y.isValidElement(c)?n.push(y.cloneElement(c,{key:a.concat(String(c.key)).join(".")})):(typeof c=="string"||typeof c=="number")&&n.push(c),n},[])}const oc={root:"awsui_root_18582_1jqoe_145",child:"awsui_child_18582_1jqoe_149",horizontal:"awsui_horizontal_18582_1jqoe_160","horizontal-xxxs":"awsui_horizontal-xxxs_18582_1jqoe_164","horizontal-xxs":"awsui_horizontal-xxs_18582_1jqoe_167","horizontal-xs":"awsui_horizontal-xs_18582_1jqoe_170","horizontal-s":"awsui_horizontal-s_18582_1jqoe_173","horizontal-m":"awsui_horizontal-m_18582_1jqoe_176","horizontal-l":"awsui_horizontal-l_18582_1jqoe_179","horizontal-xl":"awsui_horizontal-xl_18582_1jqoe_182","horizontal-xxl":"awsui_horizontal-xxl_18582_1jqoe_185",vertical:"awsui_vertical_18582_1jqoe_192","vertical-xxxs":"awsui_vertical-xxxs_18582_1jqoe_195","vertical-xxs":"awsui_vertical-xxs_18582_1jqoe_198","vertical-xs":"awsui_vertical-xs_18582_1jqoe_201","vertical-s":"awsui_vertical-s_18582_1jqoe_204","vertical-m":"awsui_vertical-m_18582_1jqoe_207","vertical-l":"awsui_vertical-l_18582_1jqoe_210","vertical-xl":"awsui_vertical-xl_18582_1jqoe_213","vertical-xxl":"awsui_vertical-xxl_18582_1jqoe_216","align-center":"awsui_align-center_18582_1jqoe_220","align-start":"awsui_align-start_18582_1jqoe_224","align-end":"awsui_align-end_18582_1jqoe_228"},Uy=y.forwardRef((t,r)=>{var{direction:a="vertical",size:n,children:c,alignItems:s,__internalRootRef:f}=t,g=pe(t,["direction","size","children","alignItems","__internalRootRef"]);const h=eo(r,f),p=oo(g),v=Sc(c);return d.createElement("div",Object.assign({},p,{className:P(p.className,oc.root,oc[a],oc[`${a}-${n}`],s&&oc[`align-${s}`]),ref:h}),v.map(b=>{const x=typeof b=="object"?b.key:void 0;return d.createElement("div",{key:x,className:oc.child},b)}))});function Vy(t,r,a,{componentName:n,changeHandler:c,controlledProp:s}){const f=y.useState(t!==void 0)[0],[g,h]=y.useState(a),[p,v]=y.useState(!1),b=p?g:a,x=y.useCallback(k=>{h(k),v(!0)},[h,v]);return f?[t,tS]:[b,x]}function tS(){}const Cc=[["xl",1840],["l",1320],["m",1120],["s",912],["xs",688],["xxs",465],["default",-1]],rS=Cc.filter(t=>t[0]==="xs")[0][1],lS=Cc.map(([t])=>t);function aS(t,r){const a=Cc.slice(lS.indexOf(r));for(const[n]of a){const c=t[n];if(c!==void 0)return c}return null}function Wy(t,r){for(const[a,n]of Cc)if(t>n&&(!r||r.indexOf(a)!==-1))return a;return"default"}function nS(t){return Cc.find(r=>r[0]===t)[1]}const iS=Symbol.for("awsui-force-mobile-mode");function sb(){const t=globalThis[iS];return typeof t<"u"?t:typeof window>"u"?!1:window.matchMedia?window.matchMedia(`(max-width: ${rS}px)`).matches:Wy(window.innerWidth,["xs"])!=="xs"}const da=Iw({initialState:()=>sb(),factory:t=>{const r=()=>t(sb());return window.addEventListener("resize",r),()=>{window.removeEventListener("resize",r)}}}),Bd={contentLayoutMaxContentWidth:"--awsui-content-layout-max-content-width-xgujsu",flashbarStackDepth:"--awsui-flashbar-stack-depth-xgujsu",flashbarStackIndex:"--awsui-flashbar-stack-index-xgujsu",dropdownDefaultMaxWidth:"--awsui-dropdown-default-max-width-xgujsu"};function Gg(t){const r=py(t),a=Rw(t),n=AB(t);return P({"awsui-polaris-dark-mode awsui-dark-mode":r==="dark","awsui-polaris-compact-mode awsui-compact-mode":a==="compact","awsui-visual-refresh":!1,[`awsui-context-${n}`]:n})}const Xy=d.createContext({position:"bottom-right"});function cS({children:t,position:r="bottom-right"}){return d.createElement(Xy.Provider,{value:{position:r}},t)}function sS(){return y.useContext(Xy)}const Io={"dropdown-content-wrapper":"awsui_dropdown-content-wrapper_qwoo0_l8prt_153",refresh:"awsui_refresh_qwoo0_l8prt_174",root:"awsui_root_qwoo0_l8prt_199",interior:"awsui_interior_qwoo0_l8prt_232",dropdown:"awsui_dropdown_qwoo0_l8prt_153","use-portal":"awsui_use-portal_qwoo0_l8prt_242","is-empty":"awsui_is-empty_qwoo0_l8prt_288","dropdown-drop-up":"awsui_dropdown-drop-up_qwoo0_l8prt_295","with-limited-width":"awsui_with-limited-width_qwoo0_l8prt_299","dropdown-drop-left":"awsui_dropdown-drop-left_qwoo0_l8prt_302","dropdown-drop-right":"awsui_dropdown-drop-right_qwoo0_l8prt_305","occupy-entire-width":"awsui_occupy-entire-width_qwoo0_l8prt_308","stretch-beyond-trigger-width":"awsui_stretch-beyond-trigger-width_qwoo0_l8prt_311","hide-block-border":"awsui_hide-block-border_qwoo0_l8prt_318",open:"awsui_open_qwoo0_l8prt_327",nowrap:"awsui_nowrap_qwoo0_l8prt_336","dropdown-content":"awsui_dropdown-content_qwoo0_l8prt_153","stretch-trigger-height":"awsui_stretch-trigger-height_qwoo0_l8prt_347"},Sd=50,Yy=19,$y=20,dS=t=>Yn(t).map(a=>{const{blockSize:n,inlineSize:c,insetBlockStart:s,insetInlineStart:f}=Ye(a);return{blockSize:n,inlineSize:c,insetBlockStart:s,insetInlineStart:f}}).shift(),Zy=nS("xxs"),Ky=({trigger:t,overflowParents:r,stretchWidth:a=!1,stretchHeight:n=!1,isMobile:c})=>{const s=n?0:c?Yy:Sd,f=a?0:c?$y:Sd,{insetBlockEnd:g,insetInlineStart:h,insetInlineEnd:p}=Ye(t);return r.reduce(({blockStart:v,blockEnd:b,inlineStart:x,inlineEnd:k},B)=>{const w=g-B.insetBlockStart,C=w-t.offsetHeight-s,S=B.blockSize-w-s,R=p-B.insetInlineStart-f,T=B.insetInlineStart+B.inlineSize-h-f;return{blockStart:Math.min(v,C),blockEnd:Math.min(b,S),inlineStart:Math.min(x,R),inlineEnd:Math.min(k,T)}},{blockStart:Number.MAX_VALUE,blockEnd:Number.MAX_VALUE,inlineStart:Number.MAX_VALUE,inlineEnd:Number.MAX_VALUE})},uS=({trigger:t,overflowParents:r,isMobile:a})=>{const n=a?Yy:Sd,c=a?$y:Sd,{insetBlockEnd:s,insetBlockStart:f,insetInlineStart:g,insetInlineEnd:h}=Ye(t);return r.reduce(({blockStart:p,blockEnd:v,inlineStart:b,inlineEnd:x},k)=>{const B=s-k.insetBlockStart-n,w=k.blockSize-f+k.insetBlockStart-n,C=g-k.insetInlineStart-c,S=k.insetInlineStart+k.inlineSize-h-c;return{blockStart:Math.min(p,B),blockEnd:Math.min(v,w),inlineStart:Math.min(b,C),inlineEnd:Math.min(x,S)}},{blockStart:Number.MAX_VALUE,blockEnd:Number.MAX_VALUE,inlineStart:Number.MAX_VALUE,inlineEnd:Number.MAX_VALUE})},Qy=({triggerElement:t,dropdownElement:r,desiredMinWidth:a,stretchBeyondTriggerWidth:n=!1})=>{const{inlineSize:c}=Ye(t),s=a?Math.min(c,a):c,f=n?Math.max(Zy,c):Number.MAX_VALUE,{inlineSize:g}=Ye(r);return{idealWidth:Math.min(Math.max(g,s),f),minWidth:s,triggerInlineSize:c}},fS=({triggerElement:t,dropdownElement:r,desiredMinWidth:a,expandToViewport:n,stretchWidth:c,stretchHeight:s,isMobile:f})=>{const g=wy({element:r,excludeClosestParent:!1,expandToViewport:n,canExpandOutsideViewport:s}),{idealWidth:h}=Qy({triggerElement:t,dropdownElement:r,desiredMinWidth:a,stretchBeyondTriggerWidth:!0}),p=Ky({trigger:t,overflowParents:g,stretchWidth:c,stretchHeight:s,isMobile:f});return h<=p.inlineStart||h<=p.inlineEnd},gS=({triggerElement:t,dropdownElement:r,overflowParents:a,minWidth:n,preferCenter:c=!1,stretchWidth:s=!1,stretchHeight:f=!1,isMobile:g=!1,stretchBeyondTriggerWidth:h=!1})=>{const p=Ky({trigger:t,overflowParents:a,stretchWidth:s,stretchHeight:f,isMobile:g}),{idealWidth:v,minWidth:b,triggerInlineSize:x}=Qy({triggerElement:t,dropdownElement:r,desiredMinWidth:n,stretchBeyondTriggerWidth:h});let k,B=null,w=v;if(v<=p.inlineEnd?k=!1:v<=p.inlineStart?k=!0:(k=p.inlineStart>p.inlineEnd,w=Math.max(p.inlineStart,p.inlineEnd,b)),c){const T=(v-x)/2,I=p.inlineStart-x,E=p.inlineEnd-x;I>=T&&E>=T&&(B=-T)}const C=p.blockEnd<r.offsetHeight&&p.blockStart>p.blockEnd,S=C?p.blockStart:p.blockEnd,R=Math.max(f?S:Math.floor(S/31)*31+16,15);return{dropBlockStart:C,dropInlineStart:k,insetInlineStart:B===null?"auto":`${B}px`,blockSize:`${R}px`,inlineSize:`${w}px`}},hS=(t,r,a,n)=>{const c=uS({trigger:t,overflowParents:a,isMobile:n}),{insetBlockEnd:s,insetBlockStart:f,inlineSize:g}=Ye(t),{insetBlockStart:h,blockSize:p}=dS(t);let v,{inlineSize:b}=Ye(r);const x=f-h;b<=c.inlineEnd?v=!1:b<=c.inlineStart?v=!0:(v=c.inlineStart>c.inlineEnd,b=Math.max(c.inlineStart,c.inlineEnd));const k=v?0-b:g,B=c.blockEnd<r.offsetHeight&&c.blockStart>c.blockEnd,w=B?h+p-s:0,C=B?c.blockStart:c.blockEnd,S=Math.floor(C/31)*31+16;return{dropBlockStart:B,dropInlineStart:v,blockSize:`${S}px`,inlineSize:`${b}px`,insetBlockStart:`${x}px`,insetBlockEnd:`${w}px`,insetInlineStart:`${k}px`}},pS=(t,r,a,n,c,s,f,g,h,p,v)=>{a.style.maxBlockSize="",t.style.inlineSize="",t.style.insetBlockStart="",t.style.insetBlockEnd="",t.style.insetInlineStart="",t.classList.remove(Io["dropdown-drop-left"]),t.classList.remove(Io["dropdown-drop-right"]),t.classList.remove(Io["dropdown-drop-up"]);const b=wy({element:t,excludeClosestParent:n,expandToViewport:c,canExpandOutsideViewport:g}),x=n?hS(r,t,b,h):gS({triggerElement:r,dropdownElement:t,overflowParents:b,minWidth:p,preferCenter:s,stretchWidth:f,stretchHeight:g,isMobile:h,stretchBeyondTriggerWidth:v}),k=Ye(r);return[x,k]};function db({position:t,dropdownElement:r,triggerRect:a,isMobile:n}){const c=n,s=c?document.documentElement.scrollTop:0,f=c?document.documentElement.scrollLeft:0;r.style.position=c?"absolute":"fixed",t.dropBlockStart?r.style.insetBlockEnd=`calc(100% - ${s+a.insetBlockStart}px)`:r.style.insetBlockStart=`${s+a.insetBlockEnd}px`,t.dropInlineStart?r.style.insetInlineStart=`calc(${f+a.insetInlineEnd}px - ${t.inlineSize})`:r.style.insetInlineStart=`${f+a.insetInlineStart}px`}const mS=({triggerRef:t,children:r,renderWithPortal:a,id:n,referrerId:c,open:s})=>{var f,g;if(!a)return d.createElement(d.Fragment,null,r);if(!s)return null;const h=(g=(f=t.current)===null||f===void 0?void 0:f.ownerDocument)!==null&&g!==void 0?g:document;return Xn.createPortal(d.createElement("div",{id:n,"data-awsui-referrer-id":c},r),h.body)},vS=({state:t,transitionRef:r,dropdownClasses:a,stretchWidth:n,interior:c,isRefresh:s,dropdownRef:f,verticalContainerRef:g,expandToViewport:h,stretchBeyondTriggerWidth:p,header:v,children:b,footer:x,position:k,open:B,onMouseDown:w,id:C,role:S,ariaLabelledby:R,ariaDescribedby:T})=>{const I=eo(f,r);return d.createElement("div",{className:P(Io.dropdown,a,{[Io.open]:B,[Io["with-limited-width"]]:!n,[Io["hide-block-border"]]:n,[Io.interior]:c,[Io.refresh]:s,[Io["use-portal"]]:h&&!c,[Io["stretch-beyond-trigger-width"]]:p}),ref:I,id:C,role:S,"aria-labelledby":R,"aria-describedby":T,"data-open":B,"data-animating":t!=="exited","aria-hidden":!B,style:p?{[Bd.dropdownDefaultMaxWidth]:`${Zy}px`}:{},onMouseDown:w},d.createElement("div",{className:P(Io["dropdown-content-wrapper"],!v&&!b&&Io["is-empty"],s&&Io.refresh)},d.createElement("div",{ref:g,className:Io["dropdown-content"]},d.createElement(cS,{position:k},v,b,x))))},Ig=({children:t,trigger:r,open:a,onDropdownClose:n,onMouseDown:c,header:s,footer:f,dropdownId:g,stretchTriggerHeight:h=!1,stretchWidth:p=!0,stretchHeight:v=!1,stretchToTriggerWidth:b=!0,stretchBeyondTriggerWidth:x=!1,expandToViewport:k=!1,preferCenter:B=!1,interior:w=!1,minWidth:C,scrollable:S=!0,loopFocus:R=k,onFocus:T,onBlur:I,contentKey:E,dropdownContentId:A,dropdownContentRole:N,ariaLabelledby:H,ariaDescribedby:V})=>{const j=y.useRef(null),M=y.useRef(null),q=y.useRef(null),re=y.useRef(null),X=y.useRef(null),te=y.useRef(null),F=bl(),Z=Gg(M),[oe,fe]=y.useState("bottom-right"),z=da(),Y=(ne,se,Q,be)=>{const De=!w&&p;if(p?be.style.maxBlockSize=ne.blockSize:be.style.maxBlockSize=`${parseInt(ne.blockSize)+1}px`,De&&!k?b&&Q.classList.add(Io["occupy-entire-width"]):Q.style.inlineSize=ne.inlineSize,ne.dropBlockStart&&!w?(Q.classList.add(Io["dropdown-drop-up"]),k||(Q.style.insetBlockEnd="100%")):Q.classList.remove(Io["dropdown-drop-up"]),Q.classList.add(ne.dropInlineStart?Io["dropdown-drop-left"]:Io["dropdown-drop-right"]),ne.insetInlineStart&&ne.insetInlineStart!=="auto"&&(Q.style.insetInlineStart=ne.insetInlineStart),k&&!w){db({position:ne,dropdownElement:Q,triggerRect:se,isMobile:z}),te.current=ne;return}w&&bS(ne)&&(ne.dropBlockStart?Q.style.insetBlockEnd=ne.insetBlockEnd:Q.style.insetBlockStart=ne.insetBlockStart,Q.style.insetInlineStart=ne.insetInlineStart),ne.dropBlockStart&&ne.dropInlineStart?fe("top-left"):ne.dropBlockStart?fe("top-right"):ne.dropInlineStart?fe("bottom-left"):fe("bottom-right")},le=ne=>(!j.current||!hl(j.current,ne))&&(!re.current||!hl(re.current,ne)),ae=ne=>{(!ne.relatedTarget||le(ne.relatedTarget))&&qe(T,ne)},ge=ne=>{(!ne.relatedTarget||le(ne.relatedTarget))&&qe(I,ne)};Xr(()=>q.current,()=>{const ne=Io["stretch-beyond-trigger-width"];a&&x&&q.current&&M.current&&q.current.classList.contains(ne)&&!fS({triggerElement:M.current,dropdownElement:q.current,desiredMinWidth:C,expandToViewport:k,stretchWidth:p,stretchHeight:v,isMobile:z})&&q.current.classList.remove(ne)}),y.useLayoutEffect(()=>{const ne=()=>{a&&q.current&&M.current&&X.current&&(S&&q.current.classList.add(Io.nowrap),Y(...pS(q.current,M.current,X.current,w,k,B,p,v,z,C,x),q.current,X.current),S&&q.current.classList.remove(Io.nowrap))};if(ne(),a){window.addEventListener("scroll",ne);const se=setTimeout(()=>{window.removeEventListener("scroll",ne)},500);return()=>{clearTimeout(se),window.removeEventListener("scroll",ne)}}},[a,q,M,X,w,p,z,E]),y.useEffect(()=>{if(!a)return;const ne=se=>{const Q=se.composedPath?se.composedPath()[0]:se.target;!hl(q.current,Q)&&!hl(M.current,Q)&&qe(n)};return window.addEventListener("click",ne,!0),()=>{window.removeEventListener("click",ne,!0)}},[a,n]),y.useLayoutEffect(()=>{if(!k||!a)return;const ne=()=>{M.current&&q.current&&X.current&&te.current&&db({position:te.current,dropdownElement:q.current,triggerRect:Ye(M.current),isMobile:z})};ne();const se=new AbortController;return window.addEventListener("scroll",ne,{capture:!0,signal:se.signal}),window.addEventListener("resize",ne,{capture:!0,signal:se.signal}),()=>{se.abort()}},[a,k,z]);const ue=$e();return d.createElement("div",{className:P(Io.root,w&&Io.interior,h&&Io["stretch-trigger-height"]),ref:j,onFocus:ae,onBlur:ge},d.createElement("div",{id:ue,className:P(h&&Io["stretch-trigger-height"]),ref:M},r),d.createElement(hc,{focusNextCallback:()=>{var ne;return q.current&&((ne=jf(q.current))===null||ne===void 0?void 0:ne.focus())},disabled:!a||!R}),d.createElement(mS,{triggerRef:M,renderWithPortal:k&&!w,id:g,referrerId:ue,open:a},d.createElement(Pd,{in:a??!1,exit:!1},(ne,se)=>d.createElement("div",{ref:re},d.createElement(hc,{focusNextCallback:()=>{var Q;return M.current&&((Q=_y(M.current))===null||Q===void 0?void 0:Q.focus())},disabled:!a||!R}),d.createElement(vS,{state:ne,transitionRef:se,dropdownClasses:Z,open:a,stretchWidth:p,interior:w,header:s,expandToViewport:k,stretchBeyondTriggerWidth:x,footer:f,onMouseDown:c,isRefresh:F,dropdownRef:q,verticalContainerRef:X,position:oe,id:A,role:N,ariaLabelledby:H,ariaDescribedby:V},t),d.createElement(hc,{focusNextCallback:()=>{var Q;return M.current&&((Q=jf(M.current))===null||Q===void 0?void 0:Q.focus())},disabled:!a||!R})))))},bS=t=>t.insetBlockEnd!==void 0,Sf={"options-list":"awsui_options-list_19gcf_hw6x2_145","options-list-embedded":"awsui_options-list-embedded_19gcf_hw6x2_192","decrease-block-margin":"awsui_decrease-block-margin_19gcf_hw6x2_199"},yS=80,ub=(t,r)=>{const a=yt(r.target,c=>c===t.current||!!c.dataset.mouseTarget),n=a==null?void 0:a.dataset.mouseTarget;return n?parseInt(n):-1},xS=(t,r)=>{var{open:a,statusType:n,children:c,nativeAttributes:s={},onKeyDown:f,onBlur:g,onFocus:h,onLoadMore:p,onMouseUp:v,onMouseMove:b,position:x="relative",role:k="listbox",decreaseBlockMargin:B=!1,ariaLabel:w,ariaLabelledby:C,ariaDescribedby:S,embedded:R,stickyItemBlockSize:T}=t,I=pe(t,["open","statusType","children","nativeAttributes","onKeyDown","onBlur","onFocus","onLoadMore","onMouseUp","onMouseMove","position","role","decreaseBlockMargin","ariaLabel","ariaLabelledby","ariaDescribedby","embedded","stickyItemBlockSize"]);const E=oo(I),A=y.useRef(null),N=ml(()=>{const j=A==null?void 0:A.current;if(j){const M=j.scrollTop+j.clientHeight;j.scrollHeight-M<yS&&qe(p)}});y.useEffect(()=>{a&&n==="pending"&&N()},[a,n,N]);const H=P(Sf["options-list"],{[Sf["decrease-block-margin"]]:B,[Sf["options-list-embedded"]]:R}),V=eo(r,A);return d.createElement("ul",Object.assign({},E,s,{className:H,ref:V,style:{position:x,scrollPaddingBlockStart:T??void 0},role:k,onScroll:N,onKeyDown:j=>Va(f,j),onMouseMove:j=>b==null?void 0:b(ub(A,j)),onMouseUp:j=>v==null?void 0:v(ub(A,j)),onBlur:j=>qe(g,{relatedTarget:j.relatedTarget}),onFocus:()=>qe(h),tabIndex:R?0:-1,"aria-label":w,"aria-labelledby":C,"aria-describedby":S}),a&&c)},Kd=d.forwardRef(xS),kS=(t,r,a)=>P(t[r],a&&t[`${r}-open`]),Xe={header:"awsui_header_16mm3_7gtlv_145",disabled:"awsui_disabled_16mm3_7gtlv_160","expandable-header":"awsui_expandable-header_16mm3_7gtlv_164","rolled-down":"awsui_rolled-down_16mm3_7gtlv_175",highlighted:"awsui_highlighted_16mm3_7gtlv_178","is-focused":"awsui_is-focused_16mm3_7gtlv_196","visual-refresh":"awsui_visual-refresh_16mm3_7gtlv_199",category:"awsui_category_16mm3_7gtlv_203",expandable:"awsui_expandable_16mm3_7gtlv_164","variant-navigation":"awsui_variant-navigation_16mm3_7gtlv_218","expand-icon":"awsui_expand-icon_16mm3_7gtlv_225","expand-icon-up":"awsui_expand-icon-up_16mm3_7gtlv_242","expand-icon-right":"awsui_expand-icon-right_16mm3_7gtlv_245","items-list-container":"awsui_items-list-container_16mm3_7gtlv_253","in-dropdown":"awsui_in-dropdown_16mm3_7gtlv_262"},_S=({item:t,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g,highlightItem:h,disabled:p,variant:v,position:b})=>d.createElement("li",{className:P(Xe.category,Xe[`variant-${v}`],p&&Xe.disabled),role:"presentation"},t.text&&d.createElement("p",{className:P(Xe.header,{[Xe.disabled]:p}),"aria-hidden":"true"},t.text),d.createElement("ul",{className:Xe["items-list-container"],role:"group","aria-label":t.text,"aria-disabled":p},t.items&&d.createElement(eu,{items:t.items,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g,highlightItem:h,categoryDisabled:p,hasCategoryHeader:!!t.text,variant:v,position:b}))),wS=120;function Ng({children:t,content:r,position:a="right",className:n}){const c=y.useRef(null),s=hg(c),{open:f,triggerProps:g}=BS(s?0:wS),h=Gg(c);return d.createElement("span",Object.assign({ref:c},g,{className:n}),t,f&&d.createElement(Md,null,d.createElement("span",{className:h},d.createElement(wg,{size:"small",fixedWidth:!1,position:a,trackRef:c,arrow:p=>d.createElement(bg,{position:p}),renderWithPortal:!0,zIndex:7e3},d.createElement(kg,{dismissButton:!1,dismissAriaLabel:void 0,header:null,onDismiss:()=>{},overflowVisible:"both"},d.createElement("span",{"data-testid":"button-dropdown-disabled-reason",role:"tooltip"},r))))))}function BS(t){const r=y.useRef(),[a,n]=y.useState(!1),c=()=>{clearTimeout(r.current),n(!1)},s=()=>n(!0);return{open:a,triggerProps:{onBlur:c,onFocus:()=>{r.current=setTimeout(s,t)},onKeyDown:v=>{a&&SS(v.key)&&(v.preventDefault(),v.stopPropagation(),c())}}}}const SS=t=>t==="Escape"||t==="Esc",Rg=({disabled:t,parent:r,expanded:a})=>({role:"menuitem","aria-disabled":t?"true":void 0,"aria-haspopup":r?"true":void 0,"aria-expanded":a?"true":r?"false":void 0}),CS=({disabled:t,checked:r})=>({role:"menuitemcheckbox","aria-disabled":t?"true":void 0,"aria-checked":r?"true":"false"}),TS=({item:t,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g,highlightItem:h,disabled:p,expandToViewport:v,variant:b,position:x})=>{const k=c(t),B=f(t),w=s(t),C=d.useRef(null),S=y.useRef(null);y.useEffect(()=>{C.current&&k&&!B&&C.current.focus()},[B,k]);const R=j=>{var M;p||(j.preventDefault(),a(t,j),(M=C.current)===null||M===void 0||M.focus())},T=()=>{h(t)},I=bl(),E=!!t.disabledReason&&t.disabled,{targetProps:A,descriptionEl:N}=sa(t.disabledReason),H=t.text&&d.createElement("span",Object.assign({className:P(Xe.header,Xe["expandable-header"],Xe[`variant-${b}`],{[Xe.disabled]:p,[Xe.highlighted]:k,[Xe["is-focused"]]:w,[Xe["visual-refresh"]]:I}),tabIndex:k?0:-1,ref:C},Rg({parent:!0,expanded:B,disabled:p}),E?A:{},ze(p?{}:{action:B?"collapse":"expand",detail:{position:x||"0",label:{root:"self"},id:t.id||""}})),t.text,d.createElement("span",{className:P(Xe["expand-icon"],Xe["expand-icon-right"])},d.createElement(uo,{name:"caret-down-filled"})));let V;return E?V=d.createElement(Ng,{content:t.disabledReason},H,N):p?V=H:V=d.createElement(Ig,{open:B,stretchWidth:!1,interior:!0,expandToViewport:v,trigger:H},t.items&&B&&d.createElement("ul",{role:"menu","aria-label":t.text,className:P(Xe["items-list-container"],Xe["in-dropdown"])},d.createElement(eu,{items:t.items,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g,highlightItem:h,variant:b,position:x}))),d.createElement("li",{className:P(Xe.category,Xe[`variant-${b}`],Xe.expandable,{[Xe.expanded]:B,[Xe.disabled]:p,[Xe.highlighted]:k}),role:"presentation","data-testid":t.id,ref:S,onClick:R,onMouseEnter:T,onTouchStart:T},V)},ed={root:"awsui_root_14cnr_hsnrj_145",trigger:"awsui_trigger_14cnr_hsnrj_179",dropdown:"awsui_dropdown_14cnr_hsnrj_182",open:"awsui_open_14cnr_hsnrj_196"},DS=({children:t,trigger:r,open:a})=>d.createElement("div",{className:ed.root},d.createElement("div",{className:ed.trigger},r),d.createElement("div",{className:P(ed.dropdown,{[ed.open]:a}),"data-open":a},t)),ES=({item:t,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g,highlightItem:h,disabled:p,variant:v,position:b})=>{const x=c(t),k=f(t),B=s(t),w=d.useRef(null);y.useEffect(()=>{w.current&&x&&!k&&w.current.focus()},[k,x]);const C=N=>{p||(N.preventDefault(),a(t,N))},S=()=>{h(t)},R=!!t.disabledReason&&t.disabled,{targetProps:T,descriptionEl:I}=sa(t.disabledReason),E=t.text&&d.createElement("span",Object.assign({className:P(Xe.header,Xe["expandable-header"],Xe[`variant-${v}`],{[Xe.highlighted]:x,[Xe["rolled-down"]]:k,[Xe.disabled]:p,[Xe["is-focused"]]:B}),tabIndex:x?0:-1,ref:w},Rg({parent:!0,disabled:p,expanded:k}),R?T:{},ze(p?{}:{action:"expand",detail:{position:b||"0",label:{root:"self"},id:t.id||"",expanded:`${!k}`}})),t.text,d.createElement("span",{className:P(Xe["expand-icon"],{[Xe["expand-icon-up"]]:k})},d.createElement(uo,{name:"caret-down-filled"})));let A;return R?A=d.createElement(d.Fragment,null,I,d.createElement(Ng,{content:t.disabledReason},E)):p?A=E:A=d.createElement(DS,{open:k,trigger:E},t.items&&k&&d.createElement("ul",{role:"menu","aria-label":t.text,className:Xe["items-list-container"]},d.createElement(eu,{items:t.items,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g,highlightItem:h,hasCategoryHeader:!0,variant:v,position:b}))),d.createElement("li",{className:P(Xe.category,Xe[`variant-${v}`],Xe.expandable,{[Xe.expanded]:k,[Xe.disabled]:p,[Xe.highlighted]:x||k,[Xe.expandable]:!0}),role:"presentation",onClick:C,onMouseEnter:S,onTouchStart:S,"data-testid":t.id},A)};function GS(t){const r=new Map,a=new Map,n=[];return Qd(t,(c,s)=>{const f=Cf(s);r.set(c,f),a.set(f,c),n.push(f)}),{getItem:c=>{const s=Cf(c);return a.get(s)||null},getItemIndex:c=>{const s=r.get(c);if(!s)throw new Error("Invariant violation: item is not found.");return Tf(s)},getSequentialIndex:(c,s)=>{const f=Cf(c),g=n.indexOf(f),h=n[g+s];return h?Tf(h):null},getParentIndex:c=>{const s=r.get(c);if(!s)throw new Error("Invariant violation: item is not found.");const f=Tf(s);return f.length===1?null:f.slice(0,f.length-1)}}}function Qd(t,r,a=[]){t.forEach((n,c)=>{const s=[...a,c];r(n,s),qn(n)&&Qd(n.items,r,s)})}function Cf(t){return t.join("-")}function Tf(t){return t.split("-").map(r=>parseInt(r))}const qn=t=>t&&t.items!==void 0,Fn=t=>t&&t.href!==void 0,Jd=t=>t&&t.itemType==="checkbox",Jy=t=>t.external?"_blank":void 0;function fb(t,r){for(let a=0;a<t.length;a++)if(t[a]!==r[a])return!1;return!0}function Ag(t,r){if(t.length!==r.length)return!1;for(let a=0;a<t.length;a++)if(t[a]!==r[a])return!1;return!0}function IS(t){let r=!1;return Qd(t,a=>{a.itemType==="checkbox"&&(r=!0)}),r}function NS(t){let r=!1;return Qd(t,a=>{a.disabledReason&&(r=!0)}),r}const Pn={"trigger-label":"awsui_trigger-label_q2oen_w271r_5","menu-item":"awsui_menu-item_q2oen_w271r_6","main-action-label":"awsui_main-action-label_q2oen_w271r_7"},ct={"item-element":"awsui_item-element_93a1u_gacg5_145",disabled:"awsui_disabled_93a1u_gacg5_157","show-divider":"awsui_show-divider_93a1u_gacg5_164",highlighted:"awsui_highlighted_93a1u_gacg5_167","is-focused":"awsui_is-focused_93a1u_gacg5_182","visual-refresh":"awsui_visual-refresh_93a1u_gacg5_185","menu-item":"awsui_menu-item_93a1u_gacg5_189","link-style":"awsui_link-style_93a1u_gacg5_201","current-breadcrumb":"awsui_current-breadcrumb_93a1u_gacg5_237","link-style-highlighted":"awsui_link-style-highlighted_93a1u_gacg5_245","has-category-header":"awsui_has-category-header_93a1u_gacg5_251","item-tooltip-wrapper":"awsui_item-tooltip-wrapper_93a1u_gacg5_251","has-checkmark":"awsui_has-checkmark_93a1u_gacg5_251",icon:"awsui_icon_93a1u_gacg5_255",checkmark:"awsui_checkmark_93a1u_gacg5_259","external-icon":"awsui_external-icon_93a1u_gacg5_266"},RS=({position:t="1",item:r,disabled:a,onItemActivate:n,highlighted:c,highlightItem:s,showDivider:f,hasCategoryHeader:g,isKeyboardHighlighted:h=!1,analyticsMetadataTransformer:p=x=>x,variant:v="normal",linkStyle:b})=>{const x=Fn(r),k=Jd(r),B=S=>{S.stopPropagation(),x||S.preventDefault(),a||n(r,S)},w=()=>{s(r)},C=bl();return d.createElement("li",Object.assign({className:P(ct["item-element"],ct[`variant-${v}`],{[ct.highlighted]:c,[ct.disabled]:a,[ct["has-category-header"]]:g,[ct["has-checkmark"]]:k,[ct["show-divider"]]:f,[ct["is-focused"]]:h,[ct["visual-refresh"]]:C}),role:"presentation","data-testid":r.id,"data-description":r.description,onClick:B,onMouseEnter:w,onTouchStart:w},ze(a?{}:p({action:"click",detail:{position:t,id:r.id,label:`.${Pn["menu-item"]}`,href:r.href||""}}))),d.createElement(AS,{item:r,disabled:a,highlighted:c,linkStyle:b}))};function AS({item:t,disabled:r,highlighted:a,linkStyle:n}){const c=y.useRef(null),s=Jd(t),f=!s&&t.isCurrentBreadcrumb;y.useEffect(()=>{a&&c.current&&c.current.focus()},[a]);const g=r&&t.disabledReason,{targetProps:h,descriptionEl:p}=sa(t.disabledReason),v=Object.assign(Object.assign({"aria-label":t.ariaLabel,className:P(ct["menu-item"],Pn["menu-item"],n&&ct["link-style"],n&&a&&ct["link-style-highlighted"],f&&ct["current-breadcrumb"]),"aria-current":f,lang:t.lang,ref:c,tabIndex:a?0:-1},s?CS({disabled:r,checked:t.checked}):Rg({disabled:r})),g?h:{}),b=Fn(t)?d.createElement("a",Object.assign({},v,{href:r?void 0:t.href,target:Jy(t),rel:t.external?"noopener noreferrer":void 0}),d.createElement(gb,{item:t,disabled:r})):d.createElement("span",Object.assign({},v),d.createElement(gb,{item:t,disabled:r})),{position:x}=sS(),k=x==="bottom-left"||x==="top-left"?"left":"right";return g?d.createElement(Ng,{content:t.disabledReason,position:k,className:ct["item-tooltip-wrapper"]},b,p):b}const gb=({item:t,disabled:r})=>{const a=!!(t.iconName||t.iconUrl||t.iconSvg),n=Fn(t)&&t.external,c=Jd(t);return d.createElement(d.Fragment,null,c&&d.createElement(LS,{checked:t.checked,disabled:r}),a&&d.createElement(zS,{name:t.iconName,url:t.iconUrl,svg:t.iconSvg,alt:t.iconAlt,badge:t.badge}),t.text,n&&d.createElement(HS,{disabled:r,ariaLabel:t.externalIconAriaLabel}))},zS=t=>d.createElement("span",{className:ct.icon},d.createElement(uo,Object.assign({},t))),LS=({disabled:t,checked:r})=>{const a=d.createElement(uo,{variant:t?"disabled":"normal",name:"check"});return d.createElement("span",{className:P(ct.icon,ct.checkmark,{[ct.disabled]:t}),"aria-hidden":"true",style:{visibility:r?"visible":"hidden"}},a)},HS=({disabled:t,ariaLabel:r})=>{const a=d.createElement(uo,{variant:t?"disabled":"normal",name:"external"});return d.createElement("span",{className:ct["external-icon"],role:r?"img":void 0,"aria-label":r},a)};function eu({items:t,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g,highlightItem:h,categoryDisabled:p=!1,hasExpandableGroups:v=!1,hasCategoryHeader:b=!1,expandToViewport:x=!1,variant:k="normal",analyticsMetadataTransformer:B,position:w,linkStyle:C}){const S=da(),R=t.map((T,I)=>{var E,A,N,H;if(!qn(T)){const V=I===t.length-1&&!g||qn(t[I+1]);return d.createElement(RS,{key:I,item:T,onItemActivate:r,disabled:(E=T.disabled)!==null&&E!==void 0?E:p,highlighted:c(T),isKeyboardHighlighted:s(T),highlightItem:h,showDivider:V,hasCategoryHeader:b,variant:k,position:`${w?`${w},`:""}${I+1}`,analyticsMetadataTransformer:B,linkStyle:C})}return v?T.text?S?d.createElement(ES,{key:I,item:T,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g&&I===t.length-1,highlightItem:h,disabled:(A=T.disabled)!==null&&A!==void 0?A:!1,variant:k,position:`${w?`${w},`:""}${I+1}`}):d.createElement(TS,{key:I,item:T,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:!0,highlightItem:h,disabled:(N=T.disabled)!==null&&N!==void 0?N:!1,expandToViewport:x,variant:k,position:`${w?`${w},`:""}${I+1}`}):null:d.createElement(_S,{key:I,item:T,onItemActivate:r,onGroupToggle:a,targetItem:n,isHighlighted:c,isKeyboardHighlight:s,isExpanded:f,lastInDropdown:g&&I===t.length-1,highlightItem:h,disabled:(H=T.disabled)!==null&&H!==void 0?H:!1,variant:k,position:`${w?`${w},`:""}${I+1}`})});return d.createElement(d.Fragment,null,R)}const ex=({onOpen:t,onClose:r,defaultOpen:a=!1})=>{const[n,c]=y.useState(a),[s,f]=y.useState(!1),g=v=>{n||(c(!0),f(!!v),t==null||t())},h=()=>{n&&(c(!1),r==null||r())};return{isOpen:n,openDropdown:g,closeDropdown:h,toggleDropdown:()=>{n?h():g(!1)},openedWithKeyboard:s}};function OS({startIndex:t,expandedIndex:r,getNext:a,hasExpandableGroups:n,isInRestrictedView:c}){const s=f=>{var g;const h=a(f);return h?!((g=h.parent)===null||g===void 0)&&g.disabled&&n||qn(h.item)&&!n||n&&!c&&!MS(t,h.index)||n&&c&&!jS(h.index,r)&&!PS(r,h.index)?s(h.index):h.index:null};return s(t)}function MS(t,r){return Ag(t.slice(0,-1),r.slice(0,-1))}function jS(t,r){return t.length===r.length}function PS(t,r){return Ag(t,r.slice(0,-1))}function qS({items:t,hasExpandableGroups:r,isInRestrictedView:a=!1}){const[n,c]=y.useState([]),[s,f]=y.useState([]),[g,h]=y.useState(!0),{getItem:p,getItemIndex:v,getSequentialIndex:b,getParentIndex:x}=y.useMemo(()=>GS(t),[t]),k=y.useMemo(()=>p(n),[n,p]),B=y.useCallback(A=>{const N=v(A);return fb(N,n)},[n,v]),w=y.useCallback(A=>{const N=v(A);return!g&&Ag(N,n)},[n,v,g]),C=y.useCallback(A=>{const N=v(A);return fb(N,s)},[s,v]),S=y.useCallback(A=>{const H=OS({startIndex:n,expandedIndex:s,getNext:V=>{const j=b(V,A),M=p(j||[-1]);if(!j||!M)return null;const q=x(M),re=q&&p(q);return{index:j,item:M,parent:re||void 0}},hasExpandableGroups:r,isInRestrictedView:a});H&&c(H)},[n,s,p,b,x,r,a]),R=y.useCallback(A=>{c(v(A))},[v]),T=y.useCallback(A=>{const N=A?v(A):n,H=[...N,0];c(a?N:H),f(N)},[n,v,a]),I=y.useCallback(()=>{s.length>0&&(c(s),f(s.slice(0,-1)))},[s]),E=y.useCallback(()=>{c([]),f([])},[]);return{targetItem:k,isHighlighted:B,isKeyboardHighlight:w,isExpanded:C,moveHighlight:S,highlightItem:R,expandGroup:T,collapseGroup:I,reset:E,setIsUsingMouse:h}}function FS({items:t,onItemClick:r,onItemFollow:a,onReturnFocus:n,hasExpandableGroups:c,isInRestrictedView:s=!1,expandToViewport:f=!1}){const{targetItem:g,isHighlighted:h,isKeyboardHighlight:p,isExpanded:v,highlightItem:b,moveHighlight:x,expandGroup:k,collapseGroup:B,reset:w,setIsUsingMouse:C}=qS({items:t,hasExpandableGroups:c,isInRestrictedView:s}),S=ex({onClose:w}),{isOpen:R,closeDropdown:T}=S,I=pe(S,["isOpen","closeDropdown"]),E=(X={})=>{var te;const F=(te=X.moveHighlightOnOpen)!==null&&te!==void 0?te:!0;!R&&F&&x(1),I.toggleDropdown()},A=X=>v(X)?B():k(X),N=(X,te)=>{const F=Jd(X),Z=Fn(X),oe={id:X.id||"undefined",href:Z?X.href:void 0,external:Z?X.external:void 0,target:Z?Jy(X):void 0,checked:F?!X.checked:void 0};n(),a&&Z&&Vd(te)&&fr(a,oe,te),r&&fr(r,oe,te),T()},H=X=>{R&&x(X)},V=X=>{E(),X.preventDefault()},j=X=>{g?qn(g)?A(g):N(g,X):R&&!s?E():V(X)},M=(X,te)=>{C(!1),!(g&&Fn(g)&&te)&&(X.preventDefault(),j(X))};return{isOpen:R,targetItem:g,isHighlighted:h,isKeyboardHighlight:p,isExpanded:v,highlightItem:b,onKeyDown:X=>{switch(C(!1),X.keyCode){case _e.down:{H(1),X.preventDefault();break}case _e.up:{H(-1),X.preventDefault();break}case _e.space:{X.preventDefault();break}case _e.enter:{g!=null&&g.disabled||M(X,!0);break}case _e.left:case _e.right:{g&&!g.disabled&&qn(g)&&!v(g)?k():c&&B(),X.preventDefault();break}case _e.escape:{n(),T(),X.preventDefault(),R&&X.stopPropagation();break}case _e.tab:{f&&n(),T();break}}},onKeyUp:X=>{X.keyCode===_e.space&&!(g!=null&&g.disabled)&&M(X)},onItemActivate:N,onGroupToggle:A,toggleDropdown:E,closeDropdown:T,setIsUsingMouse:C}}const vo={"button-dropdown":"awsui_button-dropdown_sne0l_1n3m3_145","full-width":"awsui_full-width_sne0l_1n3m3_148","items-list-container":"awsui_items-list-container_sne0l_1n3m3_153","awsui-motion-fade-in-0":"awsui_awsui-motion-fade-in-0_sne0l_1n3m3_1",rotate:"awsui_rotate_sne0l_1n3m3_172","rotate-open":"awsui_rotate-open_sne0l_1n3m3_186",header:"awsui_header_sne0l_1n3m3_190",title:"awsui_title_sne0l_1n3m3_201",description:"awsui_description_sne0l_1n3m3_202","trigger-button":"awsui_trigger-button_sne0l_1n3m3_206",loading:"awsui_loading_sne0l_1n3m3_210","split-trigger-wrapper":"awsui_split-trigger-wrapper_sne0l_1n3m3_214","trigger-item":"awsui_trigger-item_sne0l_1n3m3_217","has-no-text":"awsui_has-no-text_sne0l_1n3m3_226","visual-refresh":"awsui_visual-refresh_sne0l_1n3m3_229","variant-normal":"awsui_variant-normal_sne0l_1n3m3_240","split-trigger":"awsui_split-trigger_sne0l_1n3m3_214","dropdown-trigger":"awsui_dropdown-trigger_sne0l_1n3m3_251","main-action-full-width":"awsui_main-action-full-width_sne0l_1n3m3_255","main-action-trigger-full-width":"awsui_main-action-trigger-full-width_sne0l_1n3m3_259","test-utils-button-trigger":"awsui_test-utils-button-trigger_sne0l_1n3m3_263"},US=d.forwardRef((t,r)=>{var a,{items:n,variant:c="normal",loading:s=!1,loadingText:f,disabled:g=!1,disabledReason:h,expandableGroups:p=!1,children:v,onItemClick:b,onItemFollow:x,customTriggerBuilder:k,expandToViewport:B,ariaLabel:w,title:C,description:S,preferCenter:R,mainAction:T,showMainActionOnly:I,__internalRootRef:E,analyticsMetadataTransformer:A,linkStyle:N,fullWidth:H}=t,V=pe(t,["items","variant","loading","loadingText","disabled","disabledReason","expandableGroups","children","onItemClick","onItemFollow","customTriggerBuilder","expandToViewport","ariaLabel","title","description","preferCenter","mainAction","showMainActionOnly","__internalRootRef","analyticsMetadataTransformer","linkStyle","fullWidth"]);const j=da(),M=$e("dropdown");for(const Ne of n)Fn(Ne)&&xc("ButtonDropdown",Ne.href);T&&xc("ButtonDropdown",T.href);const q=T&&(c==="primary"||c==="normal"),{isOpen:re,targetItem:X,isHighlighted:te,isKeyboardHighlight:F,isExpanded:Z,highlightItem:oe,onKeyDown:fe,onKeyUp:z,onItemActivate:Y,onGroupToggle:le,toggleDropdown:ae,closeDropdown:ge,setIsUsingMouse:me}=FS({items:n,onItemClick:b,onItemFollow:x,onReturnFocus:()=>{var Ne;return(Ne=Q.current)===null||Ne===void 0?void 0:Ne.focus({preventScroll:!0})},expandToViewport:B,hasExpandableGroups:p,isInRestrictedView:j}),ue=()=>{me(!0)},ne=oo(V),se=y.useRef(null),Q=y.useRef(null);y.useImperativeHandle(r,()=>({focus(...Ne){var Me;(Me=(q?se:Q).current)===null||Me===void 0||Me.focus(...Ne)},focusDropdownTrigger(...Ne){var Me;(Me=Q.current)===null||Me===void 0||Me.focus(...Ne)}}),[se,Q,q]);const be=()=>{!s&&!g&&ae({moveHighlightOnOpen:!j})},De=!s&&!g,O=!!H&&(c==="primary"||c==="normal"),he=c==="navigation"?void 0:c==="inline-icon"?"inline-icon":c,ve=c==="icon"||c==="inline-icon"?{iconName:"ellipsis"}:{iconName:"caret-down-filled",iconAlign:"right",__iconClass:kS(vo,"rotate",De&&re)},Ce=Object.assign(Object.assign({className:P(vo["trigger-button"],vo["test-utils-button-trigger"],Pn["trigger-label"])},ve),{variant:he,loading:s,loadingText:f,disabled:g,disabledReason:h,onClick:Ne=>{Ne.preventDefault(),be()},ariaLabel:w,ariaExpanded:De&&re,formAction:"none",__nativeAttributes:{"aria-haspopup":!0}}),Te=$e("awsui-button-dropdown__trigger"),ye=()=>{const Ne=n.flatMap(Me=>"items"in Me?Me.items:Me);return c==="icon"&&!!(Ne!=null&&Ne.find(Me=>{if("badge"in Me)return Me.badge}))};let je=null;const Ge=g?{}:{action:re?"collapse":"expand",detail:{label:`.${Pn["trigger-label"]}`}};if(k)je=d.createElement("div",Object.assign({className:vo["dropdown-trigger"]},ze(Ge)),k({testUtilsClass:vo["test-utils-button-trigger"],ariaExpanded:De&&re,onClick:be,triggerRef:Q,ariaLabel:w,disabled:g,disabledReason:h,isOpen:re}));else if(q){const{text:Ne,iconName:Me,iconAlt:Qe,iconSvg:no,iconUrl:bo,external:to,externalIconAriaLabel:Eo}=T,go=pe(T,["text","iconName","iconAlt","iconSvg","iconUrl","external","externalIconAriaLabel"]),Mo=to?{iconName:"external",iconAlign:"right",target:"_blank",rel:"noopener noreferrer"}:{iconName:Me,iconAlt:Qe,iconSvg:no,iconUrl:bo},fo=Eo?`${(a=T.ariaLabel)!==null&&a!==void 0?a:T.text} ${T.externalIconAriaLabel}`:T.ariaLabel,zo=!Ne,Fo=d.createElement(Gt,Object.assign({ref:se},go,Mo,{fullWidth:O,className:P(vo["trigger-button"],zo&&vo["has-no-text"],vo["visual-refresh"],O&&vo["main-action-full-width"]),variant:c,ariaLabel:fo,formAction:"none"}),Ne);je=d.createElement("div",{role:"group","aria-label":w,className:vo["split-trigger-wrapper"]},d.createElement("div",Object.assign({className:P(vo["trigger-item"],vo["split-trigger"],vo[`variant-${c}`],go.disabled&&vo.disabled,go.loading&&vo.loading),onClick:ge,onKeyDown:Dt=>Dt.stopPropagation(),onKeyUp:Dt=>Dt.stopPropagation()},ze({action:"click",detail:{label:`.${Pn["main-action-label"]}`}})),Fo),!I&&d.createElement("div",Object.assign({className:P(vo["trigger-item"],vo["dropdown-trigger"],vo["visual-refresh"],vo[`variant-${c}`],Ce.disabled&&vo.disabled,Ce.loading&&vo.loading)},ze(Ge)),d.createElement(Gt,Object.assign({ref:Q},Ce,{className:P(Ce.className,{[vo["main-action-trigger-full-width"]]:O}),__emitPerformanceMarks:!1}),v)))}else je=d.createElement("div",Object.assign({className:vo["dropdown-trigger"]},ze(Ge)),d.createElement(Gt,Object.assign({ref:Q,id:Te},Ce,{className:P(Ce.className,{[vo["full-width"]]:O,[vo.loading]:O&&!!s}),badge:ye(),fullWidth:H}),v));const Pe=C||S,He=$e("awsui-button-dropdown__header"),ke=!w&&!T&&c!=="icon"&&c!=="inline-icon",{loadingButtonCount:we}=Mt();return y.useEffect(()=>{if(s)return we.current++,()=>{we.current--}},[s,we]),d.createElement("div",Object.assign({},ne,{onKeyDown:fe,onKeyUp:z,onMouseDown:ue,onMouseMove:ue,className:P(vo["button-dropdown"],vo[`variant-${c}`],O&&vo["full-width"],ne.className),"aria-owns":B&&re?M:void 0,ref:E}),d.createElement(Ig,{open:De&&re,stretchWidth:!1,stretchTriggerHeight:c==="navigation",expandToViewport:B,preferCenter:R,onDropdownClose:()=>ae(),trigger:je,dropdownId:M},Pe&&d.createElement("div",{className:vo.header,id:He},C&&d.createElement("div",{className:vo.title},d.createElement(wd,{fontSize:"heading-s",fontWeight:"bold",color:"inherit",tagOverride:"h2",margin:{vertical:"n",horizontal:"n"}},C)),S&&d.createElement(wd,{fontSize:"body-s"},d.createElement("span",{className:vo.description},S))),d.createElement(Kd,{open:De&&re,position:"static",role:"menu",decreaseBlockMargin:!0,ariaLabel:w,ariaLabelledby:Pe?He:ke?Te:void 0,statusType:"finished"},d.createElement(eu,{items:n,onItemActivate:Y,onGroupToggle:le,hasExpandableGroups:p,targetItem:X,isHighlighted:te,isKeyboardHighlight:F,isExpanded:Z,lastInDropdown:!0,highlightItem:oe,expandToViewport:B,variant:c,analyticsMetadataTransformer:A,linkStyle:N}))))});function Xf(t){return md(t.currentTarget)||Yb(t.currentTarget)}function Cd(t,{onActivate:r,onBlockEnd:a,onBlockStart:n,onDefault:c,onEnd:s,onEscape:f,onHome:g,onInlineEnd:h,onInlineStart:p,onPageDown:v,onPageUp:b}){switch(t.keyCode){case _e.down:a==null||a();break;case _e.end:s==null||s();break;case _e.enter:case _e.space:r==null||r();break;case _e.escape:f==null||f();break;case _e.home:g==null||g();break;case _e.left:ra(t.currentTarget)?h==null||h():p==null||p();break;case _e.pageDown:v==null||v();break;case _e.pageUp:b==null||b();break;case _e.right:ra(t.currentTarget)?p==null||p():h==null||h();break;case _e.up:n==null||n();break;default:c==null||c();break}}function VS(t){let r;return()=>(r===void 0&&(r=t()),r)}const zg=VS(()=>{if(typeof document>"u")return{width:0,height:0};const t=document.createElement("div");t.style.overflow="scroll",t.style.height="100px",t.style.width="100px",t.style.position="absolute",t.style.top="-9999px",t.style.left="-9999px",document.body.appendChild(t);const r=t.offsetWidth-t.clientWidth,a=t.offsetHeight-t.clientHeight;return document.body.removeChild(t),{width:r,height:a}}),ox={stickyVerticalTopOffset:"--awsui-sticky-vertical-top-offset",stickyVerticalBottomOffset:"--awsui-sticky-vertical-bottom-offset"},WS="awsui-context-content-header",XS=y.createContext(()=>{});var YS="var(--space-scaled-s-8ozaad, 12px)";const $S={root:"awsui_root_xttbq_1rjuy_145"};function ZS(t){return d.createElement("span",Object.assign({},t,{className:P($S.root,t.className)}))}function tx({initialState:t=!1}={}){const r=y.useRef(null),[a,n]=y.useState(t);return{ref:y.useCallback(s=>{typeof IntersectionObserver>"u"||(r.current&&r.current.disconnect(),s&&(r.current=new IntersectionObserver(([f])=>n(f.isIntersecting)),r.current.observe(s)))},[]),isIntersecting:a}}const Un=t=>{const r=y.useRef();return y.useEffect(()=>{r.current=t}),r.current},ou=y.createContext(void 0),Aa={link:"awsui_link_4c84z_b6zwi_145","variant-secondary":"awsui_variant-secondary_4c84z_b6zwi_211","variant-primary":"awsui_variant-primary_4c84z_b6zwi_246","variant-info":"awsui_variant-info_4c84z_b6zwi_279","variant-value-large":"awsui_variant-value-large_4c84z_b6zwi_314","variant-top-navigation":"awsui_variant-top-navigation_4c84z_b6zwi_346","variant-recovery":"awsui_variant-recovery_4c84z_b6zwi_381",button:"awsui_button_4c84z_b6zwi_414","color-inverted":"awsui_color-inverted_4c84z_b6zwi_449","font-size-body-s":"awsui_font-size-body-s_4c84z_b6zwi_470","font-size-body-m":"awsui_font-size-body-m_4c84z_b6zwi_477","font-size-heading-xs":"awsui_font-size-heading-xs_4c84z_b6zwi_483","font-size-heading-s":"awsui_font-size-heading-s_4c84z_b6zwi_489","font-size-heading-m":"awsui_font-size-heading-m_4c84z_b6zwi_496","font-size-heading-l":"awsui_font-size-heading-l_4c84z_b6zwi_503","font-size-heading-xl":"awsui_font-size-heading-xl_4c84z_b6zwi_510","font-size-display-l":"awsui_font-size-display-l_4c84z_b6zwi_517","font-size-inherit":"awsui_font-size-inherit_4c84z_b6zwi_524","icon-wrapper":"awsui_icon-wrapper_4c84z_b6zwi_532",icon:"awsui_icon_4c84z_b6zwi_532"},rx=d.forwardRef((t,r)=>{var{variant:a,fontSize:n="body-m",color:c="normal",external:s=!1,target:f,href:g,rel:h,ariaLabel:p,externalIconAriaLabel:v,onFollow:b,onClick:x,children:k,__internalRootRef:B=null}=t,w=pe(t,["variant","fontSize","color","external","target","href","rel","ariaLabel","externalIconAriaLabel","onFollow","onClick","children","__internalRootRef"]);xc("Link",g);const C=!g,{defaultVariant:S}=y.useContext($d),R=a||S,I=["top-navigation","link","recovery"].indexOf(R)>-1,E=ft("link"),A=oo(w),N=f??(s?"_blank":void 0),H=h??(N==="_blank"?"noopener noreferrer":void 0),V=$e("link"),j=$e("link-self"),M=$e("link-info"),q=y.useContext(ou),{funnelIdentifier:re,funnelInteractionId:X}=Mt(),{stepIdentifier:te,stepNumber:F,stepNameSelector:Z}=Wr(),{subStepIdentifier:oe,subStepSelector:fe,subStepNameSelector:z}=ca(),Y=ve=>{(R==="info"||s)&&(bt(Z),bt(z))},le=ve=>{X&&Y(),fr(b,{href:g,external:s,target:N},ve)},ae=ve=>{const{altKey:Ce,ctrlKey:Te,metaKey:ye,shiftKey:je}=ve,Ge="button"in ve?ve.button:0;qe(x,{altKey:Ce,button:Ge,ctrlKey:Te,metaKey:ye,shiftKey:je})},ge=ve=>{Vd(ve)&&le(ve),ae(ve)},me=ve=>{le(ve),ae(ve)},ue=ve=>{(ve.keyCode===_e.space||ve.keyCode===_e.enter)&&(ve.preventDefault(),le(ve),ae(ve))},ne=y.useRef(null),se=bl();Ya(r,ne);const Q=C&&se&&!I,be=Object.assign(Object.assign({id:j},A),{ref:eo(ne,B),className:P(Aa.link,A.className,Q?Aa.button:null,Aa[KS(R)],Aa[QS(R,n)],Aa[JS(R,c)]),"aria-label":p,"aria-labelledby":void 0,[$b]:V});R==="info"&&q&&!p&&(be["aria-labelledby"]=`${be.id} ${M} ${q}`);const De=E("externalIconAriaLabel",v),O=d.createElement(d.Fragment,null,k,s&&d.createElement("span",{className:Aa["icon-wrapper"]}," ",d.createElement("span",{className:Aa.icon,"aria-label":De,role:De?"img":void 0},d.createElement(uo,{name:"external",size:"inherit"}))),R==="info"&&d.createElement("span",{hidden:!0,id:M},":")),{tabIndex:he}=hr(ne,{tabIndex:C?0:void 0});return C?d.createElement("a",Object.assign({},be,{role:"button",tabIndex:he,onKeyDown:ue,onClick:me}),O):d.createElement("a",Object.assign({},be,{tabIndex:he,target:N,rel:H,href:g,onClick:ge}),O)});function KS(t){return`variant-${t.replace(/^awsui-/,"")}`}function QS(t,r){switch(t){case"info":return"font-size-body-s";case"awsui-value-large":return"font-size-display-l";default:return`font-size-${r}`}}function JS(t,r){return`color-${t==="info"?"normal":r}`}const ul={"icon-shake":"awsui_icon-shake_1cbgc_7ugo6_153","awsui-motion-shake-horizontally":"awsui_awsui-motion-shake-horizontally_1cbgc_7ugo6_1","container-fade-in":"awsui_container-fade-in_1cbgc_7ugo6_181","awsui-motion-fade-in-0":"awsui_awsui-motion-fade-in-0_1cbgc_7ugo6_1",root:"awsui_root_1cbgc_7ugo6_203","status-error":"awsui_status-error_1cbgc_7ugo6_212","status-warning":"awsui_status-warning_1cbgc_7ugo6_215","status-success":"awsui_status-success_1cbgc_7ugo6_218","status-info":"awsui_status-info_1cbgc_7ugo6_221","status-stopped":"awsui_status-stopped_1cbgc_7ugo6_224","status-pending":"awsui_status-pending_1cbgc_7ugo6_227","status-in-progress":"awsui_status-in-progress_1cbgc_7ugo6_230","status-loading":"awsui_status-loading_1cbgc_7ugo6_233","color-override-red":"awsui_color-override-red_1cbgc_7ugo6_236","color-override-grey":"awsui_color-override-grey_1cbgc_7ugo6_239","color-override-blue":"awsui_color-override-blue_1cbgc_7ugo6_242","color-override-green":"awsui_color-override-green_1cbgc_7ugo6_245","color-override-yellow":"awsui_color-override-yellow_1cbgc_7ugo6_248",container:"awsui_container_1cbgc_7ugo6_181","display-inline":"awsui_display-inline_1cbgc_7ugo6_252",icon:"awsui_icon_1cbgc_7ugo6_153","display-inline-block":"awsui_display-inline-block_1cbgc_7ugo6_260","overflow-ellipsis":"awsui_overflow-ellipsis_1cbgc_7ugo6_269"},eC=t=>({error:d.createElement(uo,{name:"status-negative",size:t}),warning:d.createElement(uo,{name:"status-warning",size:t}),success:d.createElement(uo,{name:"status-positive",size:t}),info:d.createElement(uo,{name:"status-info",size:t}),stopped:d.createElement(uo,{name:"status-stopped",size:t}),pending:d.createElement(uo,{name:"status-pending",size:t}),"in-progress":d.createElement(uo,{name:"status-in-progress",size:t}),loading:d.createElement(Yd,null)});function Td(t){var{type:r,children:a,iconAriaLabel:n,colorOverride:c,wrapText:s=!0,__animate:f=!1,__internalRootRef:g,__size:h="normal",__display:p="inline-block"}=t,v=pe(t,["type","children","iconAriaLabel","colorOverride","wrapText","__animate","__internalRootRef","__size","__display"]);const b=oo(v);return d.createElement("span",Object.assign({},b,{className:P(ul.root,ul[`status-${r}`],{[ul[`color-override-${c}`]]:c},b.className),ref:g}),d.createElement("span",{className:P(ul.container,ul[`display-${p}`],s===!1&&ul["overflow-ellipsis"],f&&ul["container-fade-in"])},d.createElement("span",{className:P(ul.icon,f&&ul["icon-shake"]),"aria-label":n,role:n?"img":void 0},eC(h)[r],p==="inline"&&d.createElement(d.Fragment,null," ")),a))}class oC{constructor(r){this._listeners=[],this._state=r}get(){return this._state}set(r){const a=this._state,n=r(a);this._state=n,Xn.unstable_batchedUpdates(()=>{for(const[c,s]of this._listeners)c(a)!==c(n)&&s(n,a)})}subscribe(r,a){return this._listeners.push([r,a]),()=>this.unsubscribe(a)}unsubscribe(r){for(let a=0;a<this._listeners.length;a++){const[,n]=this._listeners[a];if(n===r){this._listeners.splice(a,1);break}}}}const tC="awsui-screenreader-text",lx=y.createContext({isInContainer:!1}),rC=({children:t})=>d.createElement(lx.Provider,{value:{isInContainer:!0}},t),lC=()=>{const{isInContainer:t}=y.useContext(lx);return t};function aC({isMobile:t,__stickyOffset:r,__mobileStickyOffset:a,hasInnerOverflowParents:n,__additionalOffset:c}){const s=t?(r??0)-(a??0):r??0;return n||r!==void 0?`${s}px`:`calc(${`var(${ox.stickyVerticalTopOffset}, 0px)`} + ${s}px + ${c?YS:"0px"})`}const Lg=y.createContext({isStuck:!1,isStuckAtBottom:!1}),nC=(t,r,a,n,c,s,f=!1)=>{const g=da(),p=!(g&&s)&&!!a,[v,b]=y.useState(!1),[x,k]=y.useState(!1),[B,w]=y.useState(!1);y.useLayoutEffect(()=>{if(t.current){const T=Yn(t.current),I=yt(t.current,E=>E.tagName==="MAIN");b(T.length>0&&T[0]!==I)}},[t]);const C=aC({isMobile:g,__stickyOffset:n,__mobileStickyOffset:c,hasInnerOverflowParents:v,__additionalOffset:f}),S=p?{style:{top:C}}:{},R=y.useCallback(({isTrusted:T,target:I,type:E})=>{if(!(E==="resize"&&I===window&&!T)&&t.current&&r.current){const A=parseFloat(getComputedStyle(t.current).borderTopWidth)||0,N=Math.round(t.current.getBoundingClientRect().top+A),H=Math.round(r.current.getBoundingClientRect().top);N<H?k(!0):k(!1);const V=Math.round(t.current.getBoundingClientRect().bottom-A),j=Math.round(r.current.getBoundingClientRect().bottom);V<=j?w(!0):w(!1)}},[t,r]);return y.useEffect(()=>{if(p){const T=new AbortController;return window.addEventListener("scroll",R,{capture:!0,signal:T.signal}),window.addEventListener("resize",R,{signal:T.signal}),()=>{T.abort()}}},[p,R]),{isSticky:p,isStuck:x,isStuckAtBottom:B,stickyStyles:S}},od={header:"awsui_header_164jl_1ns0c_5"},po={root:"awsui_root_14iqq_fl8v6_189","fit-height":"awsui_fit-height_14iqq_fl8v6_222","with-side-media":"awsui_with-side-media_14iqq_fl8v6_227","variant-default":"awsui_variant-default_14iqq_fl8v6_230","variant-stacked":"awsui_variant-stacked_14iqq_fl8v6_230",refresh:"awsui_refresh_14iqq_fl8v6_238","sticky-enabled":"awsui_sticky-enabled_14iqq_fl8v6_288","with-stuck-sticky-header-at-bottom":"awsui_with-stuck-sticky-header-at-bottom_14iqq_fl8v6_294","with-top-media":"awsui_with-top-media_14iqq_fl8v6_304","content-wrapper":"awsui_content-wrapper_14iqq_fl8v6_309","content-wrapper-fit-height":"awsui_content-wrapper-fit-height_14iqq_fl8v6_314",media:"awsui_media_14iqq_fl8v6_321","media-top":"awsui_media-top_14iqq_fl8v6_339","media-side":"awsui_media-side_14iqq_fl8v6_344",header:"awsui_header_14iqq_fl8v6_350","header-full-page":"awsui_header-full-page_14iqq_fl8v6_355","header-variant-embedded":"awsui_header-variant-embedded_14iqq_fl8v6_358","header-sticky-enabled":"awsui_header-sticky-enabled_14iqq_fl8v6_358","header-with-media":"awsui_header-with-media_14iqq_fl8v6_361","header-sticky-disabled":"awsui_header-sticky-disabled_14iqq_fl8v6_367","header-stuck":"awsui_header-stuck_14iqq_fl8v6_377","header-variant-cards":"awsui_header-variant-cards_14iqq_fl8v6_387","header-dynamic-height":"awsui_header-dynamic-height_14iqq_fl8v6_390","with-paddings":"awsui_with-paddings_14iqq_fl8v6_396","with-hidden-content":"awsui_with-hidden-content_14iqq_fl8v6_405","header-variant-full-page":"awsui_header-variant-full-page_14iqq_fl8v6_463","header-cover":"awsui_header-cover_14iqq_fl8v6_466",content:"awsui_content_14iqq_fl8v6_309","content-fit-height":"awsui_content-fit-height_14iqq_fl8v6_494","content-inner":"awsui_content-inner_14iqq_fl8v6_500","with-header":"awsui_with-header_14iqq_fl8v6_507",footer:"awsui_footer_14iqq_fl8v6_511","with-divider":"awsui_with-divider_14iqq_fl8v6_515"},iC={"content-inner":"awsui_content-inner_1mwlm_oyjaq_5"};function ax(t){const{subStepRef:r,funnelSubStepProps:a}=ca(),n=Wd();return d.createElement(Hg,Object.assign({},t,{__subStepRef:n!=null&&n.isInModal?{current:null}:r,__funnelSubStepProps:n!=null&&n.isInModal?{}:a}))}function Hg(t){var r,{header:a,footer:n,children:c,variant:s="default",disableHeaderPaddings:f=!1,disableContentPaddings:g=!1,fitHeight:h,media:p,__stickyOffset:v,__mobileStickyOffset:b,__stickyHeader:x=!1,__internalRootRef:k=null,__disableFooterDivider:B=!1,__disableFooterPaddings:w=!1,__hiddenContent:C=!1,__headerRef:S,__fullPage:R=!1,__disableStickyMobile:T=!0,__funnelSubStepProps:I,__subStepRef:E}=t,A=pe(t,["header","footer","children","variant","disableHeaderPaddings","disableContentPaddings","fitHeight","media","__stickyOffset","__mobileStickyOffset","__stickyHeader","__internalRootRef","__disableFooterDivider","__disableFooterPaddings","__hiddenContent","__headerRef","__fullPage","__disableStickyMobile","__funnelSubStepProps","__subStepRef"]);const N=da(),H=bl(),V=oo(A),j=y.useRef(null),M=y.useRef(null),{isSticky:q,isStuck:re,isStuckAtBottom:X,stickyStyles:te}=nC(j,M,x,v,b,T,R&&H&&!N),F=$e(),Z=s==="full-page",oe=eo(j,k),fe=eo(M,S),z=q&&!N,Y=!!(p!=null&&p.content),le=(r=p==null?void 0:p.position)!==null&&r!==void 0?r:"top";return d.createElement("div",Object.assign({},V,I,{className:P(V.className,po.root,po[`variant-${s}`],h&&po["fit-height"],Y&&(le==="side"?po["with-side-media"]:po["with-top-media"]),z&&[po["sticky-enabled"]],z&&re&&X&&[po["with-stuck-sticky-header-at-bottom"]],po.refresh),ref:oe},wc(`.${od.header} h1, .${od.header} h2, .${od.header} h3`)),Y&&d.createElement("div",{className:P(po[`media-${le==="side"?"side":"top"}`],po.media),style:le==="top"?{height:(p==null?void 0:p.height)||""}:{width:(p==null?void 0:p.width)||""}},p.content),d.createElement("div",{id:F,ref:E,className:P(po["content-wrapper"],h&&po["content-wrapper-fit-height"])},a&&d.createElement(rC,null,d.createElement(Lg.Provider,{value:{isStuck:re,isStuckAtBottom:X}},d.createElement("div",Object.assign({className:P(po.refresh,po.header,od.header,po[`header-variant-${s}`],{[po["header-sticky-disabled"]]:x&&!q,[po["header-sticky-enabled"]]:q,[po["header-dynamic-height"]]:Z,[po["header-stuck"]]:re,[po["with-paddings"]]:!f,[po["with-hidden-content"]]:!c||C,[po["header-with-media"]]:Y,[po["header-full-page"]]:R&&H})},te,{ref:fe}),re&&!N&&H&&R&&d.createElement("div",{className:po["header-cover"]}),a))),d.createElement("div",{className:P(po.content,h&&po["content-fit-height"])},d.createElement("div",{className:P(po["content-inner"],iC["content-inner"],{[po["with-paddings"]]:!g,[po["with-header"]]:!!a})},c)),n&&d.createElement("div",{className:P(po.footer,{[po["with-divider"]]:!B,[po["with-paddings"]]:!w})},n)))}function Tc(t,r){const a=y.useRef();return a.current=t,y.useCallback(Wa((...n)=>{a.current&&a.current(...n)},r),[])}const cC="1.4",nx=t=>{const{isInFunnel:r}=Mt();return r&&t.funnelType==="single-page"?d.createElement(d.Fragment,null,t.children):d.createElement(gC,Object.assign({},t))},sC="awsui-creation-edit-flow-done",dC=()=>{var t;try{(t=window.top)===null||t===void 0||t.document.dispatchEvent(new Event(sC))}catch{}},uC=({funnelInteractionId:t,funnelIdentifier:r})=>{},hb=t=>{ur.funnelComplete({funnelInteractionId:t.taskInteractionId,funnelIdentifier:t.taskIdentifier}),dC()};function fC(t,r){for(const a of t)if(document.querySelector(a))return a;return r}const gC=t=>{var{mounted:r=!0,children:a,stepConfiguration:n}=t,c=pe(t,["mounted","children","stepConfiguration"]);const[s,f]=y.useState(""),[g,h]=y.useState(0),p=y.useRef("default"),v=y.useRef(Hf()),b=y.useRef(0),x=y.useRef(0),k=y.useRef(0),B=y.useRef(void 0),w=y.useRef(0);y.useEffect(()=>{if(!r)return;let I;const E=setTimeout(()=>{var A,N;if(v.current=fC(((A=c.funnelNameSelectors)===null||A===void 0?void 0:A.call(c))||[],Hf()),c.funnelType==="single-page"&&k.current>0)return;p.current="default";const H=(N=bt(v.current))!==null&&N!==void 0?N:"",V=[{number:1,isOptional:!1,name:H,stepIdentifier:c.funnelIdentifier}];let j=yy;I=ur.funnelStart({funnelName:H,funnelIdentifier:c.funnelIdentifier,flowType:c.funnelFlowType,funnelNameSelector:v.current,optionalStepNumbers:c.optionalStepNumbers,funnelType:c.funnelType,totalFunnelSteps:c.totalFunnelSteps,componentVersion:la,componentTheme:j,funnelVersion:cC,stepConfiguration:n??V,resourceType:c.funnelResourceType||bt(`[${V_}]`)}),f(I)},1);return()=>{if(clearTimeout(E),!(c.funnelType==="single-page"&&k.current>0)){if(p.current==="validating"){const A={taskIdentifier:c.funnelIdentifier,taskType:c.funnelType,timeToRespondAfterFormSubmit:performance.now()-w.current,taskInteractionId:I,taskFlowType:c.funnelFlowType};hb(A),p.current="complete"}p.current==="complete"?ur.funnelSuccessful({funnelInteractionId:I,funnelIdentifier:c.funnelIdentifier}):(p.current="cancelled",uC({funnelInteractionId:I,funnelIdentifier:c.funnelIdentifier}))}}},[r]);const C=()=>{p.current="validating",w.current=performance.now();const I=50,E=100,A=()=>{if(p.current!=="complete"){if(x.current>0){setTimeout(A,E);return}if(b.current===0){const N={taskIdentifier:c.funnelIdentifier,taskType:c.funnelType,timeToRespondAfterFormSubmit:performance.now()-w.current,taskInteractionId:s,taskFlowType:c.funnelFlowType};hb(N),p.current="complete"}else p.current="default"}};setTimeout(A,I)},S=()=>h(I=>I+1),R=()=>{},T={funnelInteractionId:s,funnelIdentifier:c.funnelIdentifier,funnelFlowType:c.funnelFlowType,funnelErrorContext:c.funnelErrorContext,setFunnelInteractionId:f,funnelType:c.funnelType,optionalStepNumbers:c.optionalStepNumbers,totalFunnelSteps:c.totalFunnelSteps,funnelNameSelector:v.current,funnelSubmit:C,funnelCancel:R,submissionAttempt:g,funnelNextOrSubmitAttempt:S,funnelState:p,errorCount:b,loadingButtonCount:x,latestFocusCleanupFunction:B,isInFunnel:!0,wizardCount:k};return d.createElement(Jb.Provider,{value:T},a)},ix=t=>d.createElement(pC,Object.assign({},t,{key:t.stepNumber}));function Yf(){return Array.from(document.querySelectorAll(pl())).map((a,n)=>{var c,s,f,g,h;const p=(s=(c=a==null?void 0:a.__awsuiMetadata__)===null||c===void 0?void 0:c.analytics)===null||s===void 0?void 0:s.instanceIdentifier;return{name:(h=(g=(f=a.querySelector(Qb()))===null||f===void 0?void 0:f.innerText)===null||g===void 0?void 0:g.trim())!==null&&h!==void 0?h:"",number:n+1,subStepIdentifier:p}})}function hC(t,r){const a=y.useRef(new Map),n=50,c=y.useRef(!1);return y.useEffect(()=>{const f=setTimeout(()=>c.current=!0,n);return()=>{clearTimeout(f),c.current=!1}},[]),y.useEffect(()=>{const f=setTimeout(()=>a.current.set(t,Yf()),n);return()=>{clearTimeout(f)}},[t]),{onStepChange:Tc(()=>{c.current&&(a.current.set(t,Yf()),r(a.current.get(t)))},n),subStepConfiguration:a}}const pC=t=>{var{mounted:r=!0,children:a,stepNumber:n,stepIdentifier:c,stepErrorContext:s}=t,f=pe(t,["mounted","children","stepNumber","stepIdentifier","stepErrorContext"]);const{funnelInteractionId:g,funnelIdentifier:h,funnelNameSelector:p,funnelState:v,funnelType:b}=Mt(),x=Wr(),k=x.isInStep,B=x.funnelInteractionId,w={[U_]:n},C=y.useRef(0),S=f.stepNameSelector||p,{onStepChange:R,subStepConfiguration:T}=hC(n,A=>{g&&ur.funnelStepChange({stepIdentifier:c,funnelIdentifier:h,funnelInteractionId:g,stepNumber:n,stepNameSelector:S,subStepAllSelector:pl(),totalSubSteps:C.current,subStepConfiguration:A})});y.useEffect(()=>{if(!g||r)return;const A=bt(S),N=setTimeout(()=>{v.current!=="cancelled"&&ur.funnelStepComplete({funnelIdentifier:h,funnelInteractionId:g,stepIdentifier:c,stepNumber:n,stepName:A,stepNameSelector:S,subStepAllSelector:pl(),totalSubSteps:C.current})},0);return()=>{clearTimeout(N)}},[c,h,g,n,S,v,k,b,B,r]),y.useEffect(()=>{if(!g||k&&B)return;const A=bt(S);return v.current==="default"&&ur.funnelStepStart({stepIdentifier:c,funnelIdentifier:h,funnelInteractionId:g,stepNumber:n,stepName:A,stepNameSelector:S,subStepAllSelector:pl(),totalSubSteps:C.current,subStepConfiguration:Yf()}),()=>{v.current!=="cancelled"&&ur.funnelStepComplete({funnelIdentifier:h,funnelInteractionId:g,stepIdentifier:c,stepNumber:n,stepName:A,stepNameSelector:S,subStepAllSelector:pl(),totalSubSteps:C.current})}},[c,h,g,n,S,v,k,b,B]);const E=k&&B?x:{stepIdentifier:c,stepNumber:n,stepNameSelector:S,funnelStepProps:w,subStepCount:C,isInStep:!0,funnelInteractionId:g,onStepChange:R,subStepConfiguration:T,stepErrorContext:s};return d.createElement(ey.Provider,{value:E},typeof a=="function"?a(E):a)},tu=({children:t,subStepIdentifier:r,subStepErrorContext:a})=>{const n=$e("substep"),c=Kb(n),s=Qb(n),f=y.useRef(null),{subStepCount:g,onStepChange:h}=Wr(),p=y.useRef(!1),v=y.useRef(!1),b=y.useRef(void 0),{funnelState:x,funnelInteractionId:k}=Mt(),{stepNumber:B,stepNameSelector:w}=Wr(),C={subStepIdentifier:r,subStepErrorContext:a,subStepSelector:c,subStepNameSelector:s,subStepId:n,subStepRef:f,mousePressed:p,isFocusedSubStep:v,focusCleanupFunction:b,isNestedSubStep:!1},S=Object.assign(Object.assign({},y.useContext(Of)),{isNestedSubStep:!0}),R=!!S.subStepId;y.useEffect(()=>{if(!R)return g.current++,h(),()=>{g.current--,h()}},[R,g,h]);const T=R?S:C;return y.useEffect(()=>{if(R||!f.current)return;const I=()=>p.current=!0,E=()=>kc(void 0,void 0,void 0,function*(){var N;p.current=!1,v.current&&(yield new Promise(H=>setTimeout(H,1)),(!f.current||!document.activeElement||!hl(f.current,document.activeElement))&&(v.current=!1,(N=b.current)===null||N===void 0||N.call(b)))}),A=new AbortController;return window.addEventListener("mousedown",I,{signal:A.signal}),window.addEventListener("mouseup",E,{signal:A.signal}),()=>{A.abort()}},[k,x,w,B,s,c,b,R,f]),d.createElement(Of.Provider,{value:T},typeof t=="function"?t(T):t)},$n={"header-label":"awsui_header-label_4mvj3_1h74t_5",root:"awsui_root_4mvj3_1h74t_6"},mC=t=>{var{className:r,children:a,header:n,variant:c,expanded:s,disableContentPaddings:f,__internalRootRef:g,__injectAnalyticsComponentMetadata:h}=t,p=pe(t,["className","children","header","variant","expanded","disableContentPaddings","__internalRootRef","__injectAnalyticsComponentMetadata"]);const v=vl(p),x=h?ze({component:{name:"awsui.ExpandableSection",label:{root:"self"},properties:{variant:c,expanded:`${!!s}`}}}):{};return c==="container"||c==="stacked"?d.createElement(tu,{subStepIdentifier:v==null?void 0:v.instanceIdentifier,subStepErrorContext:v==null?void 0:v.errorContext},d.createElement(ax,Object.assign({},p,{className:r,header:n,variant:c==="stacked"?"stacked":"default",disableContentPaddings:f||!s,disableHeaderPaddings:!0,__hiddenContent:!s,__internalRootRef:g},x),a)):d.createElement("div",Object.assign({className:r},p,{ref:g},x,wc(`.${$n["header-label"]}`)),n,a)},ru=y.createContext({}),cx=t=>{if(!t||typeof t!="string")return;const a=(t.includes("/")?t.split("/")[1]:t).match(/\d+/);return a?parseInt(a[0],10):void 0},sx=y.createContext(null),vC=sx.Provider,Og=()=>y.useContext(sx),bC=t=>{const r=Og(),a=y.useMemo(()=>cx(t),[t]);y.useEffect(()=>{var n;if(!((n=r==null?void 0:r.headerRef)===null||n===void 0)&&n.current&&a!==void 0)return r.headerRef.current.totalCount=a,()=>{var c;(c=r.headerRef.current)===null||c===void 0||delete c.totalCount}},[r==null?void 0:r.headerRef,a])},pb={"heading-text":"awsui_heading-text_105ke_268sp_5"},_o={root:"awsui_root_2qdw9_1wwr6_181",refresh:"awsui_refresh_2qdw9_1wwr6_217","root-no-actions":"awsui_root-no-actions_2qdw9_1wwr6_217","root-variant-h2":"awsui_root-variant-h2_2qdw9_1wwr6_220","root-variant-h3":"awsui_root-variant-h3_2qdw9_1wwr6_220","root-has-description":"awsui_root-has-description_2qdw9_1wwr6_220","root-variant-h1":"awsui_root-variant-h1_2qdw9_1wwr6_229",main:"awsui_main_2qdw9_1wwr6_239","no-wrap":"awsui_no-wrap_2qdw9_1wwr6_249","main-variant-h1":"awsui_main-variant-h1_2qdw9_1wwr6_255",actions:"awsui_actions_2qdw9_1wwr6_263","actions-centered":"awsui_actions-centered_2qdw9_1wwr6_268","actions-variant-h1":"awsui_actions-variant-h1_2qdw9_1wwr6_271","actions-variant-h2":"awsui_actions-variant-h2_2qdw9_1wwr6_275","actions-variant-h3":"awsui_actions-variant-h3_2qdw9_1wwr6_279",title:"awsui_title_2qdw9_1wwr6_295","title-variant-h1":"awsui_title-variant-h1_2qdw9_1wwr6_300","title-variant-h2":"awsui_title-variant-h2_2qdw9_1wwr6_307","title-variant-h3":"awsui_title-variant-h3_2qdw9_1wwr6_313","virtual-space":"awsui_virtual-space_2qdw9_1wwr6_334",info:"awsui_info_2qdw9_1wwr6_340",description:"awsui_description_2qdw9_1wwr6_344","description-variant-h1":"awsui_description-variant-h1_2qdw9_1wwr6_351","description-variant-h2":"awsui_description-variant-h2_2qdw9_1wwr6_355","description-variant-h3":"awsui_description-variant-h3_2qdw9_1wwr6_362",heading:"awsui_heading_2qdw9_1wwr6_371","heading-variant-h1":"awsui_heading-variant-h1_2qdw9_1wwr6_382","heading-variant-h2":"awsui_heading-variant-h2_2qdw9_1wwr6_387","heading-variant-h3":"awsui_heading-variant-h3_2qdw9_1wwr6_392","heading-text":"awsui_heading-text_2qdw9_1wwr6_398","heading-text-variant-h1":"awsui_heading-text-variant-h1_2qdw9_1wwr6_401","heading-text-variant-h2":"awsui_heading-text-variant-h2_2qdw9_1wwr6_409","heading-text-variant-h3":"awsui_heading-text-variant-h3_2qdw9_1wwr6_417",counter:"awsui_counter_2qdw9_1wwr6_426"};function Mg(t){var{variant:r,headingTagOverride:a,children:n,actions:c,counter:s,description:f,info:g,__internalRootRef:h=null,__disableActionsWrapping:p,__headingTagRef:v,__headingTagTabIndex:b}=t,x=pe(t,["variant","headingTagOverride","children","actions","counter","description","info","__internalRootRef","__disableActionsWrapping","__headingTagRef","__headingTagTabIndex"]);const k=da(),B=a??(r==="awsui-h1-sticky"?"h1":r),{isStuck:w}=y.useContext(Lg),C=oo(x),S=y.useContext(ru).assignId,R=lC(),T=$e("heading");bC(s),S!==void 0&&S(T);const E=r==="awsui-h1-sticky"?!k&&w?"h2":"h1":r;return d.createElement("div",Object.assign({},C,{className:P(_o.root,C.className,_o[`root-variant-${E}`],_o.refresh,!c&&[_o["root-no-actions"]],f&&[_o["root-has-description"]]),ref:h}),d.createElement("div",{className:P(_o.main,_o[`main-variant-${E}`],_o.refresh,p&&[_o["no-wrap"]])},d.createElement("div",{className:P(_o.title,_o[`title-variant-${E}`],_o.refresh)},d.createElement(B,Object.assign({className:P(_o.heading,_o[`heading-variant-${E}`]),ref:v,tabIndex:b},wc(`.${pb["heading-text"]}`)),d.createElement("span",Object.assign({},R?{[dg]:Zb}:{},{className:P(_o["heading-text"],pb["heading-text"],_o[`heading-text-variant-${E}`]),id:T}),n),s!==void 0&&d.createElement("span",{className:_o.counter}," ",s)),g&&d.createElement(ou.Provider,{value:T},d.createElement("span",{className:_o["virtual-space"]},"  "),d.createElement("span",{className:_o.info},g))),c&&d.createElement("div",{className:P(_o.actions,_o[`actions-variant-${E}`],_o.refresh,!p&&[_o["actions-centered"]])},c)),d.createElement(dx,{variantOverride:E},f))}function dx({children:t,variantOverride:r}){return t&&d.createElement("p",{className:P(_o.description,_o[`description-variant-${r}`],_o.refresh)},t)||null}const lu=(t,r)=>r.includes(t);function jg(t){return lu(t,["container","default","footer","inline"])}function ux(t){return lu(t,["container","compact","default","inline"])}function yC(t){return lu(t,["container","compact"])}function xC(t){return lu(t,["default","inline"])}const co={"content-enter":"awsui_content-enter_gwq0h_uapds_161","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_gwq0h_uapds_1","trigger-expanded":"awsui_trigger-expanded_gwq0h_uapds_183",icon:"awsui_icon_gwq0h_uapds_197",root:"awsui_root_gwq0h_uapds_211","expand-button":"awsui_expand-button_gwq0h_uapds_246",expanded:"awsui_expanded_gwq0h_uapds_254","icon-container":"awsui_icon-container_gwq0h_uapds_264","icon-container-container":"awsui_icon-container-container_gwq0h_uapds_268",wrapper:"awsui_wrapper_gwq0h_uapds_272","wrapper-default":"awsui_wrapper-default_gwq0h_uapds_280","wrapper-inline":"awsui_wrapper-inline_gwq0h_uapds_280","wrapper-footer":"awsui_wrapper-footer_gwq0h_uapds_280","wrapper-navigation":"awsui_wrapper-navigation_gwq0h_uapds_284","wrapper-container":"awsui_wrapper-container_gwq0h_uapds_287","wrapper-compact":"awsui_wrapper-compact_gwq0h_uapds_291","header-deprecated":"awsui_header-deprecated_gwq0h_uapds_304","wrapper-expanded":"awsui_wrapper-expanded_gwq0h_uapds_310",header:"awsui_header_gwq0h_uapds_304","header-wrapper":"awsui_header-wrapper_gwq0h_uapds_347","header-actions-wrapper":"awsui_header-actions-wrapper_gwq0h_uapds_359","header-button":"awsui_header-button_gwq0h_uapds_365","header-container-button":"awsui_header-container-button_gwq0h_uapds_365","header-container":"awsui_header-container_gwq0h_uapds_365","header-navigation":"awsui_header-navigation_gwq0h_uapds_400","header-text":"awsui_header-text_gwq0h_uapds_437",content:"awsui_content_gwq0h_uapds_161","content-default":"awsui_content-default_gwq0h_uapds_450","content-inline":"awsui_content-inline_gwq0h_uapds_450","content-footer":"awsui_content-footer_gwq0h_uapds_454","content-expanded":"awsui_content-expanded_gwq0h_uapds_458","content-compact":"awsui_content-compact_gwq0h_uapds_461",focusable:"awsui_focusable_gwq0h_uapds_465","click-target":"awsui_click-target_gwq0h_uapds_480"},pc=t=>{const r={action:t?"collapse":"expand",detail:{label:{rootSelector:`.${$n.root}`}}};return ze(r)},kC=({id:t,className:r,onClick:a,ariaLabel:n,ariaControls:c,expanded:s,children:f,icon:g,onKeyUp:h,onKeyDown:p,variant:v})=>d.createElement("div",Object.assign({id:t,role:"button",className:P(r,co["expand-button"],co["click-target"],co["header-deprecated"],$n["header-label"]),tabIndex:0,onKeyUp:h,onKeyDown:p,onClick:a,"aria-label":n,"aria-controls":c,"aria-expanded":s},pc(s)),d.createElement("div",{className:P(co["icon-container"],co[`icon-container-${v}`])},g),f),_C=({id:t,className:r,onClick:a,ariaLabelledBy:n,ariaLabel:c,ariaControls:s,expanded:f,children:g,icon:h})=>d.createElement("div",{id:t,className:P(r,co["click-target"],$n["header-label"])},d.createElement("button",Object.assign({className:P(co["icon-container"],co["expand-button"]),"aria-labelledby":n,"aria-label":c,"aria-controls":s,"aria-expanded":f,type:"button",onClick:a},pc(f)),h),g),wC=({id:t,descriptionId:r,className:a,onClick:n,ariaLabel:c,ariaControls:s,expanded:f,children:g,icon:h,headerDescription:p,headerCounter:v,headerInfo:b,headerActions:x,variant:k,headingTagOverride:B,onKeyUp:w,onKeyDown:C})=>{const S=k==="container",R=B||"div",T=ux(k),I=T&&(b||x),E=T&&x,A=jg(k)&&p&&d.createElement("span",{id:r,className:co[`description-${k}`]},p),N={onClick:n,onKeyDown:C,onKeyUp:w},H=I?N:void 0,V=!H&&!S&&A?N:void 0,j=!H&&!V?N:void 0,M=d.createElement("span",Object.assign({className:P(co["expand-button"],S?co["header-container-button"]:co["header-button"],H&&co["click-target"]),role:"button",tabIndex:0,"aria-label":c,"aria-labelledby":!c&&A?t:void 0,"aria-describedby":A?r:void 0,"aria-controls":s,"aria-expanded":f},H,H?pc(f):{}),d.createElement("span",{className:P(co["icon-container"],co[`icon-container-${k}`])},h),d.createElement("span",{id:t,className:P(co["header-text"],$n["header-label"])},g));return d.createElement("div",Object.assign({className:P(a,j&&co["click-target"])},j,j?pc(f):{}),S?d.createElement(Mg,{variant:"h2",description:A,counter:v,info:b,actions:E,headingTagOverride:B},M):d.createElement(d.Fragment,null,d.createElement("div",{className:P(E&&co["header-actions-wrapper"])},d.createElement(R,Object.assign({className:P(co["header-wrapper"],V&&co["click-target"])},V,V?pc(f):{}),M),E),A&&d.createElement(dx,{variantOverride:"h3"},A)))},BC=({id:t,descriptionId:r,className:a,variant:n,header:c,headerText:s,headerDescription:f,headerCounter:g,headerInfo:h,headerActions:p,headingTagOverride:v,expanded:b,ariaControls:x,ariaLabel:k,ariaLabelledBy:B,onKeyUp:w,onKeyDown:C,onClick:S})=>{const R=xC(n)&&p,T=d.createElement(uo,{size:n==="container"?"medium":"normal",className:P(co.icon,b&&co.expanded),name:"caret-down-filled"}),I={id:t,icon:T,expanded:b,ariaControls:x,ariaLabel:k,onClick:S,variant:n};(g||h)&&yC(n),p&&ux(n),f&&jg(n);const E=P(co.wrapper,co[`wrapper-${n}`],(b||R)&&co["wrapper-expanded"]);return n==="navigation"?d.createElement(_C,Object.assign({className:P(a,E),ariaLabelledBy:B},I),s??c):s||n==="inline"?d.createElement(wC,Object.assign({className:P(a,E,b&&co.expanded),descriptionId:r,headerDescription:f,headerCounter:g,headerInfo:h,headerActions:p,headingTagOverride:v,onKeyUp:w,onKeyDown:C},I),s):d.createElement(kC,Object.assign({className:P(a,E,co.focusable,b&&co.expanded),onKeyUp:w,onKeyDown:C},I),c)};function SC(t){var{expanded:r,defaultExpanded:a,onChange:n,variant:c="default",children:s,header:f,headerText:g,headerCounter:h,headerDescription:p,headerInfo:v,headerActions:b,headingTagOverride:x,disableContentPaddings:k,headerAriaLabel:B,__internalRootRef:w,__injectAnalyticsComponentMetadata:C}=t,S=pe(t,["expanded","defaultExpanded","onChange","variant","children","header","headerText","headerCounter","headerDescription","headerInfo","headerActions","headingTagOverride","disableContentPaddings","headerAriaLabel","__internalRootRef","__injectAnalyticsComponentMetadata"]);const R=y.useRef(null),T=$e(),I=`${T}-trigger`,E=`${T}-description`,A=oo(S),[N,H]=Vy(r,n,a,{componentName:"ExpandableSection",controlledProp:"expanded",changeHandler:"onChange"}),V=y.useCallback(te=>{H(te),qe(n,{expanded:te})},[n,H]),j=y.useCallback(()=>{V(!N)},[V,N]),M=y.useCallback(te=>{[_e.enter,_e.space].indexOf(te.keyCode)!==-1&&V(!N)},[V,N]),q=y.useCallback(te=>{te.keyCode===_e.space&&te.preventDefault()},[]),re={ariaControls:T,ariaLabel:B,ariaLabelledBy:B?void 0:I,onKeyUp:M,onKeyDown:q,onClick:j},X=c==="stacked"?"container":c;return d.createElement(mC,Object.assign({},S,{expanded:N,className:P(A.className,co.root,$n.root),variant:c,disableContentPaddings:k,__injectAnalyticsComponentMetadata:C,header:d.createElement(BC,Object.assign({id:I,descriptionId:E,className:P(co.header,co[`header-${X}`],tC),variant:X,expanded:!!N,header:f,headerText:g,headerDescription:p,headerCounter:h,headerInfo:v,headerActions:b,headingTagOverride:x},re)),__internalRootRef:w}),d.createElement(Cg,{in:N,timeout:30,classNames:{enter:co["content-enter"]},nodeRef:R},d.createElement("div",{id:T,ref:R,className:P(co.content,co[`content-${X}`],N&&co["content-expanded"]),role:"group","aria-label":re.ariaLabel,"aria-labelledby":re.ariaLabelledBy,"aria-describedby":jg(X)&&p?E:void 0},s)))}function au(t){const r=t==null?void 0:t.join();return qr(a=>Wy(a.contentBoxWidth,t),[r])}const On={grid:"awsui_grid_14yj0_tjzwn_145","no-gutters":"awsui_no-gutters_14yj0_tjzwn_181","grid-column":"awsui_grid-column_14yj0_tjzwn_186","colspan-1":"awsui_colspan-1_14yj0_tjzwn_197","push-1":"awsui_push-1_14yj0_tjzwn_201","pull-1":"awsui_pull-1_14yj0_tjzwn_204","colspan-2":"awsui_colspan-2_14yj0_tjzwn_207","push-2":"awsui_push-2_14yj0_tjzwn_211","pull-2":"awsui_pull-2_14yj0_tjzwn_214","colspan-3":"awsui_colspan-3_14yj0_tjzwn_217","push-3":"awsui_push-3_14yj0_tjzwn_221","pull-3":"awsui_pull-3_14yj0_tjzwn_224","colspan-4":"awsui_colspan-4_14yj0_tjzwn_227","push-4":"awsui_push-4_14yj0_tjzwn_231","pull-4":"awsui_pull-4_14yj0_tjzwn_234","colspan-5":"awsui_colspan-5_14yj0_tjzwn_237","push-5":"awsui_push-5_14yj0_tjzwn_241","pull-5":"awsui_pull-5_14yj0_tjzwn_244","colspan-6":"awsui_colspan-6_14yj0_tjzwn_247","push-6":"awsui_push-6_14yj0_tjzwn_251","pull-6":"awsui_pull-6_14yj0_tjzwn_254","colspan-7":"awsui_colspan-7_14yj0_tjzwn_257","push-7":"awsui_push-7_14yj0_tjzwn_261","pull-7":"awsui_pull-7_14yj0_tjzwn_264","colspan-8":"awsui_colspan-8_14yj0_tjzwn_267","push-8":"awsui_push-8_14yj0_tjzwn_271","pull-8":"awsui_pull-8_14yj0_tjzwn_274","colspan-9":"awsui_colspan-9_14yj0_tjzwn_277","push-9":"awsui_push-9_14yj0_tjzwn_281","pull-9":"awsui_pull-9_14yj0_tjzwn_284","colspan-10":"awsui_colspan-10_14yj0_tjzwn_287","push-10":"awsui_push-10_14yj0_tjzwn_291","pull-10":"awsui_pull-10_14yj0_tjzwn_294","colspan-11":"awsui_colspan-11_14yj0_tjzwn_297","push-11":"awsui_push-11_14yj0_tjzwn_301","pull-11":"awsui_pull-11_14yj0_tjzwn_304","colspan-12":"awsui_colspan-12_14yj0_tjzwn_307","push-12":"awsui_push-12_14yj0_tjzwn_311","pull-12":"awsui_pull-12_14yj0_tjzwn_314","push-0":"awsui_push-0_14yj0_tjzwn_317","pull-0":"awsui_pull-0_14yj0_tjzwn_320","offset-1":"awsui_offset-1_14yj0_tjzwn_323","offset-2":"awsui_offset-2_14yj0_tjzwn_326","offset-3":"awsui_offset-3_14yj0_tjzwn_329","offset-4":"awsui_offset-4_14yj0_tjzwn_332","offset-5":"awsui_offset-5_14yj0_tjzwn_335","offset-6":"awsui_offset-6_14yj0_tjzwn_338","offset-7":"awsui_offset-7_14yj0_tjzwn_341","offset-8":"awsui_offset-8_14yj0_tjzwn_344","offset-9":"awsui_offset-9_14yj0_tjzwn_347","offset-10":"awsui_offset-10_14yj0_tjzwn_350","offset-11":"awsui_offset-11_14yj0_tjzwn_353","restore-pointer-events":"awsui_restore-pointer-events_14yj0_tjzwn_357"},Pg=d.forwardRef((t,r)=>{var{__breakpoint:a,gridDefinition:n=[],disableGutters:c=!1,children:s,__tagOverride:f,__responsiveClassName:g,__internalRootRef:h=null}=t,p=pe(t,["__breakpoint","gridDefinition","disableGutters","children","__tagOverride","__responsiveClassName","__internalRootRef"]);let[v,b]=au(void 0);a!==void 0&&(v=a,b=r);const x=oo(p),k=Sc(s),B=f??"div",w=eo(b,h);return d.createElement(B,Object.assign({},x,{className:P(On.grid,x.className,{[On["no-gutters"]]:c},g?g(v):null),ref:w}),k.map((C,S)=>{var R,T,I,E;const A=C.key;return d.createElement("div",{key:A?String(A):void 0,className:P(On["grid-column"],td("colspan",(R=n[S])===null||R===void 0?void 0:R.colspan,v),td("offset",(T=n[S])===null||T===void 0?void 0:T.offset,v),td("pull",(I=n[S])===null||I===void 0?void 0:I.pull,v),td("push",(E=n[S])===null||E===void 0?void 0:E.push,v))},d.createElement("div",{className:On["restore-pointer-events"]},C))}))});function td(t,r,a){return typeof r=="number"?On[`${t}-${r}`]:a===null||r===void 0?null:On[`${t}-${aS(r,a)}`]}const Dd=y.createContext({});function CC(t,r,a){const n={};return a.forEach(c=>{n[c]=t[c]===void 0?r[c]:t[c]}),n}function Dc(t){const r=y.useContext(Dd);return CC(t,r,["invalid","warning","controlId","ariaLabelledby","ariaDescribedby"])}function tc(t,r,a){if(t)return`${r}-${a}`}function TC(t,r,a,n,c,s){return{label:tc(r,t,"label"),description:tc(a,t,"description"),constraint:tc(n,t,"constraint"),error:tc(c,t,"error"),warning:tc(s,t,"warning")}}function DC({error:t,warning:r,description:a,constraint:n}){const c=[t,r,a,n].filter(f=>!!f);return c.length?c.join(" "):void 0}function EC(t,r,a){let n;return t?n=[{colspan:12},{colspan:12}]:n=[{colspan:{default:12,xs:8}},{colspan:{default:12,xs:4}}],r?n:[n[0]]}const fx={label:"awsui_label_aqu00_ocied_5"},Xo={"error-icon-shake-wrapper":"awsui_error-icon-shake-wrapper_14mhv_8dwez_153","warning-icon-shake-wrapper":"awsui_warning-icon-shake-wrapper_14mhv_8dwez_154","error-icon-scale-wrapper":"awsui_error-icon-scale-wrapper_14mhv_8dwez_184","warning-icon-scale-wrapper":"awsui_warning-icon-scale-wrapper_14mhv_8dwez_185",warning:"awsui_warning_14mhv_8dwez_154",error:"awsui_error_14mhv_8dwez_153",root:"awsui_root_14mhv_8dwez_236",label:"awsui_label_14mhv_8dwez_269",info:"awsui_info_14mhv_8dwez_285",description:"awsui_description_14mhv_8dwez_291",constraint:"awsui_constraint_14mhv_8dwez_292",hints:"awsui_hints_14mhv_8dwez_299","constraint-has-validation-text":"awsui_constraint-has-validation-text_14mhv_8dwez_300","secondary-control":"awsui_secondary-control_14mhv_8dwez_304",controls:"awsui_controls_14mhv_8dwez_308","label-hidden":"awsui_label-hidden_14mhv_8dwez_308","label-wrapper":"awsui_label-wrapper_14mhv_8dwez_311",control:"awsui_control_14mhv_8dwez_308",error__message:"awsui_error__message_14mhv_8dwez_338",warning__message:"awsui_warning__message_14mhv_8dwez_339","visually-hidden":"awsui_visually-hidden_14mhv_8dwez_343"};function GC({id:t,children:r,errorIconAriaLabel:a}){const n=ft("form-field"),c=y.useRef(null),s=n("i18nStrings.errorIconAriaLabel",a);return d.createElement(d.Fragment,null,d.createElement("div",{id:t,className:Xo.error},d.createElement("div",{className:Xo["error-icon-shake-wrapper"]},d.createElement("div",{className:Xo["error-icon-scale-wrapper"]},d.createElement(uo,{name:"status-negative",size:"small",ariaLabel:s}))),d.createElement("span",{className:Xo.error__message,ref:c},r)),d.createElement(Tt,{assertive:!0,tagName:"span",sources:[s,c]}))}function IC({id:t,children:r,warningIconAriaLabel:a}){const n=ft("form-field"),c=y.useRef(null),s=n("i18nStrings.warningIconAriaLabel",a);return d.createElement(d.Fragment,null,d.createElement("div",{id:t,className:Xo.warning},d.createElement("div",{className:Xo["warning-icon-shake-wrapper"]},d.createElement("div",{className:Xo["warning-icon-scale-wrapper"]},d.createElement(uo,{name:"status-warning",size:"small",ariaLabel:s}))),d.createElement("span",{className:Xo.warning__message,ref:c},r)),d.createElement(Tt,{assertive:!0,tagName:"span",sources:[s,c]}))}function NC({id:t,hasValidationText:r,children:a}){return d.createElement("div",{id:t,className:P(Xo.constraint,r&&Xo["constraint-has-validation-text"])},a)}function gx(t){var{controlId:r,stretch:a=!1,label:n,info:c,i18nStrings:s,children:f,secondaryControl:g,description:h,constraintText:p,errorText:v,warningText:b,__hideLabel:x,__internalRootRef:k=null,__disableGutters:B=!1,__analyticsMetadata:w=void 0,__style:C={}}=t,S=pe(t,["controlId","stretch","label","info","i18nStrings","children","secondaryControl","description","constraintText","errorText","warningText","__hideLabel","__internalRootRef","__disableGutters","__analyticsMetadata","__style"]);const R=oo(S),T=$e("formField"),I=r||T,E=r||I,{funnelIdentifier:A,funnelInteractionId:N,submissionAttempt:H,funnelState:V,errorCount:j}=Mt(),{stepIdentifier:M,stepNumber:q,stepNameSelector:re}=Wr(),{subStepIdentifier:X,subStepSelector:te,subStepNameSelector:F}=ca(),Z=b&&!v,oe=TC(E,n,h,p,v,Z?b:void 0),fe=DC(oe),z=EC(a,!!g),{ariaLabelledby:Y,ariaDescribedby:le,invalid:ae,warning:ge}=Dc({}),me={ariaLabelledby:Fr(Y,oe.label)||void 0,ariaDescribedby:Fr(le,fe)||void 0,invalid:!!v||!!ae,warning:!!b&&!v||!!ge&&!ae},ue={[W_]:oe.label?Ws(oe.label):void 0,[X_]:oe.error?Ws(oe.error):void 0};return y.useEffect(()=>{var ne,se,Q;if(N&&v&&V.current!=="complete"){const be=bt(re),De=bt(F);return j.current++,((Q=(se=(ne=k==null?void 0:k.current)===null||ne===void 0?void 0:ne.getBoundingClientRect())===null||se===void 0?void 0:se.width)!==null&&Q!==void 0?Q:0)>0&&ur.funnelSubStepError({funnelInteractionId:N,funnelIdentifier:A,subStepSelector:te,subStepName:De,subStepNameSelector:F,subStepIdentifier:X,stepNumber:q,stepName:be,stepNameSelector:re,stepIdentifier:M,fieldErrorSelector:`${Ws(oe.error)} .${Xo.error__message}`,fieldLabelSelector:Ws(oe.label),subStepAllSelector:pl(),fieldIdentifier:w==null?void 0:w.instanceIdentifier,errorContext:w==null?void 0:w.errorContext}),()=>{j.current--}}},[N,v,H,j]),d.createElement("div",Object.assign({},R,{className:P(R.className,Xo.root),style:C,ref:k},ue,_c(S)),d.createElement("div",{className:P(Xo["label-wrapper"],x&&Xo["visually-hidden"])},n&&d.createElement("label",{className:P(Xo.label,fx.label),id:oe.label,htmlFor:I},n),d.createElement(ou.Provider,{value:oe.label},!x&&c&&d.createElement("span",{className:Xo.info},c))),h&&d.createElement("div",{className:Xo.description,id:oe.description},h),d.createElement("div",{className:P(Xo.controls,x&&Xo["label-hidden"])},d.createElement(Pg,{gridDefinition:z,disableGutters:B},d.createElement(Dd.Provider,{value:Object.assign({controlId:I},me)},f&&d.createElement("div",{className:Xo.control},f)),g&&d.createElement(Dd.Provider,{value:me},d.createElement("div",{className:Xo["secondary-control"]},g)))),(p||v||b)&&d.createElement("div",{className:Xo.hints},v&&d.createElement(GC,{id:oe.error,errorIconAriaLabel:s==null?void 0:s.errorIconAriaLabel},v),Z&&d.createElement(IC,{id:oe.warning,warningIconAriaLabel:s==null?void 0:s.warningIconAriaLabel},b),p&&d.createElement(NC,{id:oe.constraint,hasValidationText:!!v||!!b},p)))}const hx={root:"awsui_root_vrgzu_v8tye_145",recovery:"awsui_recovery_vrgzu_v8tye_180"};function RC({children:t}){return d.createElement("div",{className:hx.root},t)}const AC=({statusType:t,empty:r,loadingText:a,finishedText:n,filteringResultsText:c,errorText:s,recoveryText:f,isEmpty:g,isNoMatch:h,isFiltered:p,noMatch:v,onRecoveryClick:b,hasRecoveryCallback:x=!1,errorIconAriaLabel:k})=>{const B=Un(t),w={isSticky:!0,content:null,hasRecoveryButton:!1};return t==="loading"?w.content=d.createElement(Td,{type:"loading"},a):t==="error"?(w.hasRecoveryButton=!!f&&x,w.content=d.createElement("span",null,d.createElement(Td,{type:"error",__display:"inline",__animate:B!=="error",iconAriaLabel:k},s)," ",w.hasRecoveryButton&&d.createElement(rx,{onFollow:()=>qe(b),variant:"recovery",className:hx.recovery},f))):g&&r?w.content=r:h&&v?w.content=v:p&&c?w.content=c:t==="finished"&&n&&(w.content=n,w.isSticky=!1),w},Df={root:"awsui_root_1afi9_1jgth_145",hidden:"awsui_hidden_1afi9_1jgth_176","no-items":"awsui_no-items_1afi9_1jgth_179"},mb=({content:t,id:r,hasItems:a=!0})=>d.createElement("div",{className:P(Df.root,{[Df.hidden]:t===null,[Df["no-items"]]:!a})},t&&d.createElement(Tt,{id:r},d.createElement(RC,null,t))),zC=(t,r,a,n,c,s)=>{const f={},g=y.useCallback(()=>{var h;(h=c.current)===null||h===void 0||h.focus(),s("")},[c,s]);return(t==="search"||t==="visualSearch")&&(f.__leftIcon="search",!r&&!a&&n&&(f.__rightIcon="close",f.__onRightIconClick=g)),f},px=(t=!1)=>t===!0?"on":t||"off",Zt={root:"awsui_root_2rhyz_uz5yt_145",input:"awsui_input_2rhyz_uz5yt_149","input-readonly":"awsui_input-readonly_2rhyz_uz5yt_196","input-invalid":"awsui_input-invalid_2rhyz_uz5yt_263","input-has-icon-left":"awsui_input-has-icon-left_2rhyz_uz5yt_272","input-warning":"awsui_input-warning_2rhyz_uz5yt_275","input-type-search":"awsui_input-type-search_2rhyz_uz5yt_287","input-has-icon-right":"awsui_input-has-icon-right_2rhyz_uz5yt_300","input-has-no-border-radius":"awsui_input-has-no-border-radius_2rhyz_uz5yt_303","input-container":"awsui_input-container_2rhyz_uz5yt_310","input-icon-left":"awsui_input-icon-left_2rhyz_uz5yt_315","input-icon-right":"awsui_input-icon-right_2rhyz_uz5yt_322","input-button-right":"awsui_input-button-right_2rhyz_uz5yt_328"};function LC(t,r){var{type:a="text",step:n,inputMode:c,autoComplete:s=!0,ariaLabel:f,clearAriaLabel:g,name:h,value:p,placeholder:v,autoFocus:b,disabled:x,readOnly:k,disableBrowserAutocorrect:B,spellcheck:w,__noBorderRadius:C,__leftIcon:S,__leftIconVariant:R="subtle",__onLeftIconClick:T,ariaRequired:I,__rightIcon:E,__onRightIconClick:A,onKeyDown:N,onKeyUp:H,onChange:V,__onDelayedInput:j,__onBlurWithDetail:M,onBlur:q,onFocus:re,__nativeAttributes:X,__internalRootRef:te,__inheritFormFieldProps:F}=t,Z=pe(t,["type","step","inputMode","autoComplete","ariaLabel","clearAriaLabel","name","value","placeholder","autoFocus","disabled","readOnly","disableBrowserAutocorrect","spellcheck","__noBorderRadius","__leftIcon","__leftIconVariant","__onLeftIconClick","ariaRequired","__rightIcon","__onRightIconClick","onKeyDown","onKeyUp","onChange","__onDelayedInput","__onBlurWithDetail","onBlur","onFocus","__nativeAttributes","__internalRootRef","__inheritFormFieldProps"]);const oe=oo(Z),fe=ft("input"),z=Tc(O=>qe(j,{value:O})),Y=O=>{z(O),qe(V,{value:O})},le=y.useRef(null),ae=zC(a,x,k,p,le,Y);S=S??ae.__leftIcon,E=E??ae.__rightIcon,A=A??ae.__onRightIconClick;const ge=Dc(Z),{ariaLabelledby:me,ariaDescribedby:ue,controlId:ne,invalid:se,warning:Q}=F?ge:Z,be=Object.assign({"aria-label":f,"aria-labelledby":f&&!Z.ariaLabelledby?void 0:me,"aria-describedby":ue,name:h,placeholder:v,autoFocus:b,id:ne,className:P(Zt.input,a&&Zt[`input-type-${a}`],E&&Zt["input-has-icon-right"],S&&Zt["input-has-icon-left"],C&&Zt["input-has-no-border-radius"],{[Zt["input-readonly"]]:k,[Zt["input-invalid"]]:se,[Zt["input-warning"]]:Q&&!se}),autoComplete:px(s),disabled:x,readOnly:k,type:a,step:n,inputMode:c,spellCheck:w,onKeyDown:N&&(O=>Va(N,O)),onKeyUp:H&&(O=>Va(H,O)),value:p??"",onChange:V&&(O=>Y(O.target.value)),onBlur:O=>{q&&qe(q),M&&qe(M,{relatedTarget:O.relatedTarget})},onFocus:re&&(()=>qe(re))},X);a==="number"&&(be.onWheel=O=>O.currentTarget.blur()),B&&(be.autoCorrect="off",be.autoCapitalize="off"),I&&(be["aria-required"]="true"),se&&(be["aria-invalid"]="true");const De=eo(r,le);return be.type==="visualSearch"&&(be.type="text"),d.createElement("div",Object.assign({},oe,{className:P(oe.className,Zt["input-container"]),ref:te,dir:a==="email"?"ltr":void 0}),S&&d.createElement("span",{onClick:T,className:Zt["input-icon-left"]},d.createElement(uo,{name:S,variant:x||k?"disabled":R})),d.createElement("input",Object.assign({ref:De},be)),E&&d.createElement("span",Object.assign({className:Zt["input-icon-right"]},E==="close"?ze({action:"clearInput"}):{}),d.createElement(Gt,{className:Zt["input-button-right"],variant:"inline-icon-pointer-target",formAction:"none",iconName:E,onClick:A,ariaLabel:fe("clearAriaLabel",g),disabled:x})))}const qg=d.forwardRef(LC),Do={placeholder:"awsui_placeholder_dwuol_1ank7_145",item:"awsui_item_dwuol_1ank7_150",checkbox:"awsui_checkbox_dwuol_1ank7_154",filter:"awsui_filter_dwuol_1ank7_163",trigger:"awsui_trigger_dwuol_1ank7_168","layout-strut":"awsui_layout-strut_dwuol_1ank7_174","list-bottom":"awsui_list-bottom_dwuol_1ank7_180","selected-icon":"awsui_selected-icon_dwuol_1ank7_184","show-label-tag":"awsui_show-label-tag_dwuol_1ank7_188","inline-token-trigger":"awsui_inline-token-trigger_dwuol_1ank7_192","inline-token-list":"awsui_inline-token-list_dwuol_1ank7_199","inline-token":"awsui_inline-token_dwuol_1ank7_192","visual-refresh":"awsui_visual-refresh_dwuol_1ank7_229","inline-token-hidden-placeholder":"awsui_inline-token-hidden-placeholder_dwuol_1ank7_236","inline-token-counter":"awsui_inline-token-counter_dwuol_1ank7_242","inline-token-trigger--disabled":"awsui_inline-token-trigger--disabled_dwuol_1ank7_246","inline-label-trigger-wrapper":"awsui_inline-label-trigger-wrapper_dwuol_1ank7_252","inline-label-wrapper":"awsui_inline-label-wrapper_dwuol_1ank7_256","inline-label":"awsui_inline-label_dwuol_1ank7_252","disabled-reason-tooltip":"awsui_disabled-reason-tooltip_dwuol_1ank7_282"},HC=d.forwardRef((t,r)=>{var{filteringType:a}=t,n=pe(t,["filteringType"]);return a==="none"?null:d.createElement(qg,Object.assign({ref:r,type:"visualSearch",className:Do.filter,autoComplete:!1,disableBrowserAutocorrect:!0,invalid:!1,__noBorderRadius:!0},n,{__nativeAttributes:Object.assign({"aria-expanded":!0,"aria-haspopup":!0,role:"combobox",autoCorrect:"off",autoCapitalize:"off"},n.__nativeAttributes)}))}),fl={root:"awsui_root_1fn7j_99qaw_145","styled-box":"awsui_styled-box_1fn7j_99qaw_152","styled-box-checked":"awsui_styled-box-checked_1fn7j_99qaw_168","styled-box-indeterminate":"awsui_styled-box-indeterminate_1fn7j_99qaw_168","styled-box-disabled":"awsui_styled-box-disabled_1fn7j_99qaw_172","styled-box-readonly":"awsui_styled-box-readonly_1fn7j_99qaw_172","styled-line":"awsui_styled-line_1fn7j_99qaw_176","styled-line-disabled":"awsui_styled-line-disabled_1fn7j_99qaw_181","styled-line-readonly":"awsui_styled-line-readonly_1fn7j_99qaw_184"},OC={default:{viewBox:"0 0 14 14",indeterminate:"2.5,7 11.5,7",checked:"2.5,7 6,10 11,3",xy:.5,r:1.5,size:13},refresh:{viewBox:"0 0 16 16",indeterminate:"3.5,8 12.5,8",checked:"3.5,8 7,11 12,4",xy:.5,r:3,size:15}},Fg=t=>{var{checked:r,indeterminate:a,disabled:n=!1,readOnly:c=!1}=t,s=pe(t,["checked","indeterminate","disabled","readOnly"]);const f=oo(s),h=OC["refresh"];return d.createElement("svg",Object.assign({className:fl.root,viewBox:h.viewBox,"aria-hidden":"true",focusable:"false"},f),d.createElement("rect",{className:P(fl["styled-box"],{[fl["styled-box-checked"]]:r,[fl["styled-box-indeterminate"]]:a,[fl["styled-box-disabled"]]:n,[fl["styled-box-readonly"]]:c}),x:h.xy,y:h.xy,rx:h.r,ry:h.r,width:h.size,height:h.size}),r||a?d.createElement("polyline",{className:P(fl["styled-line"],{[fl["styled-line-disabled"]]:n,[fl["styled-line-readonly"]]:c}),points:a?h.indeterminate:h.checked}):null)},wo={option:"awsui_option_1p2cx_j2mbg_153",disabled:"awsui_disabled_1p2cx_j2mbg_190",parent:"awsui_parent_1p2cx_j2mbg_193",highlighted:"awsui_highlighted_1p2cx_j2mbg_196",content:"awsui_content_1p2cx_j2mbg_200","label-content":"awsui_label-content_1p2cx_j2mbg_207",label:"awsui_label_1p2cx_j2mbg_207",tag:"awsui_tag_1p2cx_j2mbg_214","label-tag":"awsui_label-tag_1p2cx_j2mbg_215","label-prefix":"awsui_label-prefix_1p2cx_j2mbg_225",tags:"awsui_tags_1p2cx_j2mbg_238",description:"awsui_description_1p2cx_j2mbg_239",selected:"awsui_selected_1p2cx_j2mbg_250",icon:"awsui_icon_1p2cx_j2mbg_264","icon-size-big":"awsui_icon-size-big_1p2cx_j2mbg_271","filtering-match-highlight":"awsui_filtering-match-highlight_1p2cx_j2mbg_275","trigger-variant":"awsui_trigger-variant_1p2cx_j2mbg_290"},MC=(t,r)=>{if(r.length>1e4)return{noMatches:[t],matches:null};const a=r.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&"),n=new RegExp(a,"gi"),c=t.split(n),s=t.match(n);return{noMatches:c,matches:s}};function vb({str:t}){return t?d.createElement("mark",{className:wo["filtering-match-highlight"]},t):null}function Ec({str:t,highlightText:r}){if(!t||!r)return d.createElement("span",null,t);if(t===r)return d.createElement(vb,{str:t});const{noMatches:a,matches:n}=MC(t,r),c=[];return a.forEach((s,f)=>{c.push(d.createElement("span",{key:`noMatch-${f}`},s)),n&&f<n.length&&c.push(d.createElement(vb,{key:`match-${f}`,str:n[f]}))}),d.createElement("span",null,c)}const mx={label:"awsui_label_1q5vz_ocied_5"},jC=({label:t,prefix:r,highlightText:a,triggerVariant:n})=>d.createElement("span",{className:P(wo.label,mx.label,n&&wo["trigger-variant"])},r&&d.createElement("span",{className:P(wo["label-prefix"],n&&wo["trigger-variant"])},r," "),d.createElement(Ec,{str:t,highlightText:a})),PC=({labelTag:t,highlightText:r,triggerVariant:a})=>t?d.createElement("span",{className:P(wo["label-tag"],a&&wo["trigger-variant"])},d.createElement(Ec,{str:t,highlightText:r})):null,qC=({description:t,highlightedOption:r,highlightText:a,selectedOption:n,triggerVariant:c})=>t?d.createElement("span",{className:P(wo.description,{[wo["trigger-variant"]]:c,[wo.highlighted]:r,[wo.selected]:n})},d.createElement(Ec,{str:t,highlightText:a})):null,FC=({tags:t,highlightedOption:r,highlightText:a,selectedOption:n,triggerVariant:c})=>t?d.createElement("span",{className:P(wo.tags,{[wo.highlighted]:r,[wo.selected]:n})},t.map((s,f)=>d.createElement("span",{key:f,className:P(wo.tag,c&&wo["trigger-variant"])},d.createElement(Ec,{str:s,highlightText:a})))):null,UC=({filteringTags:t,highlightedOption:r,highlightText:a,selectedOption:n,triggerVariant:c})=>{if(!a||!t)return null;const s=a.toLowerCase();return d.createElement("span",{className:P(wo.tags,{[wo.highlighted]:r,[wo.selected]:n})},t.map((f,g)=>f.toLowerCase().indexOf(s)!==-1?d.createElement("span",{className:P(wo.tag,c&&wo["trigger-variant"]),key:g,"aria-disabled":!0},d.createElement(Ec,{str:f,highlightText:a})):null))},VC=t=>!t.name&&!t.url&&!t.svg?null:d.createElement("span",{className:P(wo.icon,t.size==="big"&&[wo["icon-size-big"]])},d.createElement(uo,Object.assign({},t))),Ug=t=>{var r,a,{option:n,highlightText:c,triggerVariant:s=!1,isGroupOption:f=!1,isGenericGroup:g=!0,highlightedOption:h=!1,selectedOption:p=!1}=t,v=pe(t,["option","highlightText","triggerVariant","isGroupOption","isGenericGroup","highlightedOption","selectedOption"]);if(!n)return null;const{disabled:b}=n,x=oo(v),k=P(wo.option,b&&wo.disabled,f&&wo.parent,h&&wo.highlighted),B=n.__customIcon||d.createElement(VC,{name:n.iconName,url:n.iconUrl,svg:n.iconSvg,alt:n.iconAlt,size:n.description||n.tags?"big":"normal"}),w=g?{title:(r=n.label)!==null&&r!==void 0?r:n.value,"aria-disabled":b}:void 0;return d.createElement("span",Object.assign({"data-value":n.value,className:k,lang:n.lang},w,x),B,d.createElement("span",{className:wo.content},d.createElement("span",{className:wo["label-content"]},d.createElement(jC,{label:(a=n.label)!==null&&a!==void 0?a:n.value,prefix:n.__labelPrefix,highlightText:c,triggerVariant:s}),d.createElement(PC,{labelTag:n.labelTag,highlightText:c,triggerVariant:s})),d.createElement(qC,{description:n.description,highlightedOption:h,selectedOption:p,highlightText:c,triggerVariant:s}),d.createElement(FC,{tags:n.tags,highlightedOption:h,selectedOption:p,highlightText:c,triggerVariant:s}),d.createElement(UC,{filteringTags:n.filteringTags,highlightedOption:h,selectedOption:p,highlightText:c,triggerVariant:s})))},mc={parent:"awsui_parent_2dmmi_qu62t_5","option-content":"awsui_option-content_2dmmi_qu62t_6"},WC=t=>{var{isChild:r,value:a}=t,n=pe(t,["isChild","value"]);const c=n,s={action:"select",detail:{label:{selector:[`.${mx.label}`,`.${mc["option-content"]}`]}}};let f;return r&&c["data-group-index"]&&c["data-in-group-index"]||c["data-child-index"]?f=`${c["data-group-index"]},${c["data-in-group-index"]||c["data-child-index"]}`:c["data-test-index"]&&(f=`${c["data-test-index"]}`),f&&(s.detail.position=f),a&&(s.detail.value=a),r&&(s.detail.groupLabel={root:"body",selector:`.${mc.parent}[data-group-index="${c["data-group-index"]}"] .${mc["option-content"]}`}),s},rt={"selectable-item":"awsui_selectable-item_15o6u_22jrd_145","pad-bottom":"awsui_pad-bottom_15o6u_22jrd_167",virtual:"awsui_virtual_15o6u_22jrd_171","has-background":"awsui_has-background_15o6u_22jrd_174",highlighted:"awsui_highlighted_15o6u_22jrd_177",selected:"awsui_selected_15o6u_22jrd_177",disabled:"awsui_disabled_15o6u_22jrd_195","is-keyboard":"awsui_is-keyboard_15o6u_22jrd_200","visual-refresh":"awsui_visual-refresh_15o6u_22jrd_203","next-item-selected":"awsui_next-item-selected_15o6u_22jrd_211",parent:"awsui_parent_15o6u_22jrd_236",interactiveGroups:"awsui_interactiveGroups_15o6u_22jrd_240",child:"awsui_child_15o6u_22jrd_256",sticky:"awsui_sticky_15o6u_22jrd_262","with-scrollbar":"awsui_with-scrollbar_15o6u_22jrd_274","after-header":"awsui_after-header_15o6u_22jrd_280","measure-strut":"awsui_measure-strut_15o6u_22jrd_315","screenreader-content":"awsui_screenreader-content_15o6u_22jrd_328","option-content":"awsui_option-content_15o6u_22jrd_334","select-all":"awsui_select-all_15o6u_22jrd_338"},XC=(t,r)=>{var{children:a,ariaSelected:n,ariaChecked:c,selected:s,highlighted:f,disabled:g,hasBackground:h,isParent:p,isChild:v,isSelectAll:b,virtualPosition:x,padBottom:k,isNextSelected:B,useInteractiveGroups:w,screenReaderContent:C,ariaPosinset:S,ariaSetsize:R,highlightType:T,value:I,sticky:E,afterHeader:A,withScrollbar:N}=t,H=pe(t,["children","ariaSelected","ariaChecked","selected","highlighted","disabled","hasBackground","isParent","isChild","isSelectAll","virtualPosition","padBottom","isNextSelected","useInteractiveGroups","screenReaderContent","ariaPosinset","ariaSetsize","highlightType","value","sticky","afterHeader","withScrollbar"]);const V=bl(),j=oo(H),{className:M}=j,q=pe(j,["className"]),re=P(M,rt["selectable-item"],{[rt.selected]:s,[rt.highlighted]:f,[rt["has-background"]]:h,[rt.parent]:p,[mc.parent]:p,[rt.child]:v,[rt["select-all"]]:b,[rt["is-keyboard"]]:T==="keyboard",[rt.disabled]:g,[rt.virtual]:x!==void 0&&!E,[rt["pad-bottom"]]:k,[rt["next-item-selected"]]:B,[rt.interactiveGroups]:w,[rt.sticky]:E,[rt["after-header"]]:!!A,[rt["with-scrollbar"]]:N,[rt["visual-refresh"]]:V}),X=y.useRef(null),te=y.useRef(null);y.useLayoutEffect(()=>{f&&C&&(X.current&&X.current.setAttribute("aria-hidden","true"),te.current&&(te.current.textContent=C))},[f,C,X,te]);const F=x!==void 0?{transform:`translateY(${x}px)`}:void 0,Z={"aria-disabled":g};return p&&!w&&(Z["aria-hidden"]=!0),n!==void 0&&(Z["aria-selected"]=n),c!==void 0&&(Z["aria-checked"]=c),S&&R&&(Z["aria-posinset"]=S,Z["aria-setsize"]=R),H.ariaDescribedby&&(Z["aria-describedby"]=H.ariaDescribedby),d.createElement("li",Object.assign({role:"option",className:re,style:F},Z,q,p||g?{}:ze(WC(Object.assign({isChild:v,value:I},H)))),d.createElement("div",{className:P(rt["option-content"],mc["option-content"]),ref:X},a),d.createElement("div",{className:rt["measure-strut"],ref:r}),d.createElement("div",{className:rt["screenreader-content"],ref:te}))},vx=d.forwardRef(XC),YC=(t,r)=>{var{option:a,highlighted:n,selected:c,filteringValue:s,hasCheckbox:f,virtualPosition:g,padBottom:h,isNextSelected:p,screenReaderContent:v,ariaPosinset:b,ariaSetsize:x,highlightType:k,withScrollbar:B,sticky:w}=t,C=pe(t,["option","highlighted","selected","filteringValue","hasCheckbox","virtualPosition","padBottom","isNextSelected","screenReaderContent","ariaPosinset","ariaSetsize","highlightType","withScrollbar","sticky"]);const S=oo(C),R=a.type==="parent",T=a.type==="child",I=a.option,E=a.disabled||I.disabled,A=E&&I.disabledReason?I.disabledReason:"",N=!!A,H=y.useRef(null),{descriptionEl:V,descriptionId:j}=sa(A),[M,q]=y.useState(!0);return y.useEffect(()=>q(!0),[n]),d.createElement(vx,Object.assign({ariaSelected:!!c,selected:c,isNextSelected:p,highlighted:n,disabled:a.disabled,isParent:R,isChild:T,ref:eo(r,H),virtualPosition:g,padBottom:h,screenReaderContent:v,ariaPosinset:b,ariaSetsize:x,highlightType:k,ariaDescribedby:N?j:"",value:a.option.value,withScrollbar:B,sticky:w},S),d.createElement("div",{className:P(Do.item,!R&&I.labelTag&&Do["show-label-tag"])},f&&!R&&d.createElement("div",{className:Do.checkbox},d.createElement(Fg,{checked:c||!1,disabled:a.disabled})),d.createElement(Ug,{option:Object.assign(Object.assign({},I),{disabled:E}),highlightedOption:n,selectedOption:c,highlightText:s,isGroupOption:R}),!f&&!R&&c&&d.createElement("div",{className:Do["selected-icon"]},d.createElement(uo,{name:"check"})),N&&d.createElement(d.Fragment,null,V,n&&M&&d.createElement(qd,{className:Do["disabled-reason-tooltip"],trackRef:H,value:A,position:"right",hideOnOverscroll:!0,onDismiss:()=>q(!1)}))))},$C=d.memo(d.forwardRef(YC)),ZC=(t,r)=>{var{option:a,highlighted:n,selected:c,filteringValue:s,hasCheckbox:f,virtualPosition:g,padBottom:h,isNextSelected:p,indeterminate:v,screenReaderContent:b,ariaPosinset:x,ariaSetsize:k,highlightType:B,withScrollbar:w,sticky:C}=t,S=pe(t,["option","highlighted","selected","filteringValue","hasCheckbox","virtualPosition","padBottom","isNextSelected","indeterminate","screenReaderContent","ariaPosinset","ariaSetsize","highlightType","withScrollbar","sticky"]);const R=oo(S),T=a.type==="parent",I=a.type==="child",E=a.type==="select-all",A=a.option,N=a.disabled||A.disabled,H=N&&(a.disabledReason||A.disabledReason)?a.disabledReason||A.disabledReason:"",V=!!H,j=y.useRef(null),M=Do.item,{descriptionId:q,descriptionEl:re}=sa(H),[X,te]=y.useState(!0);return y.useEffect(()=>te(!0),[n]),d.createElement(vx,Object.assign({ariaChecked:T&&v?"mixed":!!c,selected:c,isNextSelected:p,highlighted:n,disabled:N,isParent:T,isChild:I,isSelectAll:E,highlightType:B,ref:eo(r,j),virtualPosition:g,padBottom:h,useInteractiveGroups:!0,screenReaderContent:b,ariaPosinset:x,ariaSetsize:k,ariaDescribedby:V?q:"",value:a.option.value,afterHeader:a.afterHeader,withScrollbar:w,sticky:C},R),d.createElement("div",{className:M},f&&d.createElement("div",{className:Do.checkbox},d.createElement(Fg,{checked:c,indeterminate:(T||E)&&v,disabled:N})),d.createElement(Ug,{option:Object.assign(Object.assign({},A),{disabled:N}),highlightedOption:n,selectedOption:c,highlightText:s,isGroupOption:T})),V&&d.createElement(d.Fragment,null,re,n&&X&&d.createElement(qd,{className:Do["disabled-reason-tooltip"],trackRef:j,value:H,position:"right",hideOnOverscroll:!0,onDismiss:()=>te(!1)})))},KC=d.memo(d.forwardRef(ZC)),sd=new WeakMap,QC=t=>sd.get(t),JC=(t,r)=>{let a=1,n=0,c=1,s=null;t.forEach(f=>{const g=f.type==="parent",h=g?f:r(f);h&&h!==s&&(s=h,n+=1,c=1),g?sd.set(f,{groupIndex:n}):h&&f.type==="child"?sd.set(f,{throughIndex:a++,groupIndex:n,inGroupIndex:c++}):(f.type==="child"||!f.type)&&sd.set(f,{throughIndex:a++})})},e5=({option:t,index:r,getOptionProps:a,filteringValue:n,checkboxes:c=!1})=>{const s=a(t,r);s.filteringValue=n;const{inGroupIndex:f,groupIndex:g,throughIndex:h}=QC(t)||{};return Object.assign(Object.assign({},s),{hasCheckbox:c,"data-group-index":g,"data-child-index":f,"data-test-index":h})},bx=({options:t,getOptionProps:r,filteringValue:a,highlightType:n,checkboxes:c=!1,hasDropdownStatus:s,virtualItems:f,useInteractiveGroups:g,screenReaderContent:h,ariaSetsize:p,withScrollbar:v,firstOptionSticky:b,stickyOptionRef:x})=>t.map((k,B)=>{const w=f&&f[B],C=w?w.index:B,S=e5({option:k,index:C,getOptionProps:r,filteringValue:k.type==="select-all"?"":a,checkboxes:c}),R=B===t.length-1,T=!s&&R,I=g?KC:$C,E=b&&C===0;return d.createElement(I,Object.assign({key:C},S,{virtualPosition:w&&w.start,ref:E&&x?x:w&&w.measureRef,padBottom:T,screenReaderContent:h,ariaPosinset:C+1,ariaSetsize:p,highlightType:n.type,withScrollbar:v,sticky:E}))});function yx({index:t,menuEl:r}){const a=r.querySelector(`[data-mouse-target="${t}"]`);a&&r.clientHeight!==void 0&&r.clientHeight>15&&_g(a)}const xx=31,o5=({menuProps:t,getOptionProps:r,filteredOptions:a,filteringValue:n,highlightType:c,checkboxes:s,hasDropdownStatus:f,listBottom:g,useInteractiveGroups:h,screenReaderContent:p,firstOptionSticky:v},b)=>{const x=y.useRef(null),[k,B]=y.useState(v?xx:0),[w,C]=qr(I=>(x.current&&B(x.current.clientHeight),{inner:I.contentBoxWidth,outer:I.borderBoxWidth})),S=t.ref,R=eo(C,S);y.useImperativeHandle(b,()=>I=>{const E=v&&I===0;c.moveFocus&&S.current&&!E&&yx({index:I,menuEl:S.current})},[v,c.moveFocus,S]);const T=!!w&&w.inner<w.outer;return d.createElement(Kd,Object.assign({},t,{ref:R,stickyItemBlockSize:k}),bx({options:a,getOptionProps:r,filteringValue:n,highlightType:c,checkboxes:s,hasDropdownStatus:f,useInteractiveGroups:h,screenReaderContent:p,firstOptionSticky:v,stickyOptionRef:x,withScrollbar:T}),g?d.createElement("li",{role:"option",className:Do["list-bottom"]},g):null)},t5=y.forwardRef(o5),kx={"button-trigger":"awsui_button-trigger_l32fn_xo3sj_5"},wr={"button-trigger":"awsui_button-trigger_18eso_9r9k6_161",arrow:"awsui_arrow_18eso_9r9k6_161","in-filtering-token-root":"awsui_in-filtering-token-root_18eso_9r9k6_221","in-filtering-token-nested":"awsui_in-filtering-token-nested_18eso_9r9k6_221","has-caret":"awsui_has-caret_18eso_9r9k6_257",placeholder:"awsui_placeholder_18eso_9r9k6_260",pressed:"awsui_pressed_18eso_9r9k6_273",disabled:"awsui_disabled_18eso_9r9k6_276","in-filtering-token":"awsui_in-filtering-token_18eso_9r9k6_221",readonly:"awsui_readonly_18eso_9r9k6_292",invalid:"awsui_invalid_18eso_9r9k6_314",warning:"awsui_warning_18eso_9r9k6_323","inline-tokens":"awsui_inline-tokens_18eso_9r9k6_332"},r5=(t,r)=>{var{children:a,pressed:n,hideCaret:c=!1,disabled:s=!1,readOnly:f=!1,invalid:g=!1,warning:h=!1,inlineTokens:p,inFilteringToken:v,ariaHasPopup:b,ariaLabel:x,ariaLabelledby:k,ariaDescribedby:B,ariaControls:w,onKeyDown:C,onKeyUp:S,onMouseDown:R,onClick:T,onFocus:I,onBlur:E,autoFocus:A}=t,N=pe(t,["children","pressed","hideCaret","disabled","readOnly","invalid","warning","inlineTokens","inFilteringToken","ariaHasPopup","ariaLabel","ariaLabelledby","ariaDescribedby","ariaControls","onKeyDown","onKeyUp","onMouseDown","onClick","onFocus","onBlur","autoFocus"]);const H=oo(N);let V=Object.assign(Object.assign({},H),{type:"button",className:P(wr["button-trigger"],kx["button-trigger"],H.className,n&&wr.pressed,s&&wr.disabled,g&&wr.invalid,h&&!g&&wr.warning,!c&&wr["has-caret"],f&&wr.readonly,v&&wr["in-filtering-token"],v&&wr[`in-filtering-token-${v}`],p&&wr["inline-tokens"]),disabled:s,"aria-expanded":n,"aria-label":x,"aria-labelledby":k,"aria-describedby":B,"aria-haspopup":b??"listbox","aria-controls":w,"aria-disabled":f&&!s?"true":void 0,autoFocus:A});f||(V=Object.assign(Object.assign({},V),{onKeyDown:C&&(M=>Va(C,M)),onKeyUp:S&&(M=>Va(S,M)),onMouseDown:R&&(M=>fr(R,{},M)),onClick:T&&(M=>fr(T,{},M)),onFocus:I&&(M=>fr(I,{},M)),onBlur:E&&(M=>fr(E,{relatedTarget:M.relatedTarget},M))})),g&&(V["aria-invalid"]=g);const j={action:n?"collapse":"expand",detail:{label:{root:"self"}}};return d.createElement("button",Object.assign({ref:r},V,s||f?{}:ze(j)),a,!c&&d.createElement("span",{className:wr.arrow},d.createElement(uo,{name:"caret-down-filled",variant:s||f?"disabled":"normal"})))},l5=d.forwardRef(r5),a5=d.forwardRef(({ariaLabelledby:t,ariaDescribedby:r,controlId:a,invalid:n,inlineLabelText:c,warning:s,triggerProps:f,selectedOption:g,selectedOptions:h,triggerVariant:p,inFilteringToken:v,isOpen:b,placeholder:x,disabled:k,readOnly:B},w)=>{const C=$e(),S=a??C,R=$e("trigger-content-");let T=Fr(t,R),I=null;p==="tokens"?h!=null&&h.length?(I=d.createElement("span",{className:P(Do["inline-token-trigger"],k&&Do["inline-token-trigger--disabled"],Do["visual-refresh"])},d.createElement("span",{className:Do["inline-token-list"]},h.map(({label:N},H)=>d.createElement("span",{key:H,className:Do["inline-token"]},N))),d.createElement("span",{className:Do["inline-token-counter"],id:R},d.createElement("span",{className:Do["inline-token-hidden-placeholder"]},x),d.createElement("span",null,"(",h.length,")"))),T=t):I=d.createElement("span",{"aria-disabled":"true",className:P(Do.placeholder,Do.trigger),id:R},x):g?p==="option"?I=d.createElement(Ug,{id:R,option:Object.assign(Object.assign({},g),{disabled:k}),triggerVariant:!0}):I=d.createElement("span",{id:R,className:Do.trigger},g.label||g.value):I=d.createElement("span",{"aria-disabled":"true",className:P(Do.placeholder,Do.trigger),id:R},x);const E=eo(f.ref,w),A=d.createElement(l5,Object.assign({},f,{id:S,ref:E,pressed:!!b,disabled:k,readOnly:B,invalid:n,warning:s&&!n,inFilteringToken:v,inlineTokens:p==="tokens",ariaDescribedby:r,ariaLabelledby:T}),I);return d.createElement(d.Fragment,null,c?d.createElement("div",{className:Do["inline-label-wrapper"]},d.createElement("label",{htmlFor:a,className:Do["inline-label"]},c),d.createElement("div",{className:Do["inline-label-trigger-wrapper"]},A)):d.createElement(d.Fragment,null,A))});function Pa(){return Pa=Object.assign||function(t){for(var r=1;r<arguments.length;r++){var a=arguments[r];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n])}return t},Pa.apply(this,arguments)}function n5(t,r){if(t==null)return{};var a={},n=Object.keys(t),c,s;for(s=0;s<n.length;s++)c=n[s],!(r.indexOf(c)>=0)&&(a[c]=t[c]);return a}var i5=["bottom","height","left","right","top","width"],c5=function(r,a){return r===void 0&&(r={}),a===void 0&&(a={}),i5.some(function(n){return r[n]!==a[n]})},Kl=new Map,_x,s5=function t(){var r=[];Kl.forEach(function(a,n){var c=n.getBoundingClientRect();c5(c,a.rect)&&(a.rect=c,r.push(a))}),r.forEach(function(a){a.callbacks.forEach(function(n){return n(a.rect)})}),_x=window.requestAnimationFrame(t)};function d5(t,r){return{observe:function(){var n=Kl.size===0;Kl.has(t)?Kl.get(t).callbacks.push(r):Kl.set(t,{rect:void 0,hasRectChanged:!1,callbacks:[r]}),n&&s5()},unobserve:function(){var n=Kl.get(t);if(n){var c=n.callbacks.indexOf(r);c>=0&&n.callbacks.splice(c,1),n.callbacks.length||Kl.delete(t),Kl.size||cancelAnimationFrame(_x)}}}}var Ed=typeof window<"u"?d.useLayoutEffect:d.useEffect;function u5(t,r){r===void 0&&(r={width:0,height:0});var a=d.useState(t.current),n=a[0],c=a[1],s=d.useReducer(f5,r),f=s[0],g=s[1],h=d.useRef(!1);return Ed(function(){t.current!==n&&c(t.current)}),Ed(function(){if(n&&!h.current){h.current=!0;var p=n.getBoundingClientRect();g({rect:p})}},[n]),d.useEffect(function(){if(n){var p=d5(n,function(v){g({rect:v})});return p.observe(),function(){p.unobserve()}}},[n]),f}function f5(t,r){var a=r.rect;return t.height!==a.height||t.width!==a.width?a:t}var g5=function(){return 50},h5=function(r){return r},p5=function(r,a){var n=a?"offsetWidth":"offsetHeight";return r[n]},wx=function(r){for(var a=Math.max(r.start-r.overscan,0),n=Math.min(r.end+r.overscan,r.size-1),c=[],s=a;s<=n;s++)c.push(s);return c};function m5(t){var r,a=t.size,n=a===void 0?0:a,c=t.estimateSize,s=c===void 0?g5:c,f=t.overscan,g=f===void 0?1:f,h=t.paddingStart,p=h===void 0?0:h,v=t.paddingEnd,b=v===void 0?0:v,x=t.parentRef,k=t.horizontal,B=t.scrollToFn,w=t.useObserver,C=t.initialRect,S=t.onScrollElement,R=t.scrollOffsetFn,T=t.keyExtractor,I=T===void 0?h5:T,E=t.measureSize,A=E===void 0?p5:E,N=t.rangeExtractor,H=N===void 0?wx:N,V=k?"width":"height",j=k?"scrollLeft":"scrollTop",M=d.useRef({scrollOffset:0,measurements:[]}),q=d.useState(0),re=q[0],X=q[1];M.current.scrollOffset=re;var te=w||u5,F=te(x,C),Z=F[V];M.current.outerSize=Z;var oe=d.useCallback(function(Ge){x.current&&(x.current[j]=Ge)},[x,j]),fe=B||oe;B=d.useCallback(function(Ge){fe(Ge,oe)},[oe,fe]);var z=d.useState({}),Y=z[0],le=z[1],ae=d.useCallback(function(){return le({})},[]),ge=d.useRef([]),me=d.useMemo(function(){var Ge=ge.current.length>0?Math.min.apply(Math,ge.current):0;ge.current=[];for(var Pe=M.current.measurements.slice(0,Ge),He=Ge;He<n;He++){var ke=I(He),we=Y[ke],Ne=Pe[He-1]?Pe[He-1].end:p,Me=typeof we=="number"?we:s(He),Qe=Ne+Me;Pe[He]={index:He,start:Ne,size:Me,end:Qe,key:ke}}return Pe},[s,Y,p,n,I]),ue=(((r=me[n-1])==null?void 0:r.end)||p)+b;M.current.measurements=me,M.current.totalSize=ue;var ne=S?S.current:x.current,se=d.useRef(R);se.current=R,Ed(function(){if(!ne){X(0);return}var Ge=function(He){var ke=se.current?se.current(He):ne[j];X(ke)};return Ge(),ne.addEventListener("scroll",Ge,{capture:!1,passive:!0}),function(){ne.removeEventListener("scroll",Ge)}},[ne,j]);var Q=b5(M.current),be=Q.start,De=Q.end,O=d.useMemo(function(){return H({start:be,end:De,overscan:g,size:me.length})},[be,De,g,me.length,H]),he=d.useRef(A);he.current=A;var ve=d.useMemo(function(){for(var Ge=[],Pe=function(Ne,Me){var Qe=O[Ne],no=me[Qe],bo=Pa(Pa({},no),{},{measureRef:function(Eo){if(Eo){var go=he.current(Eo,k);if(go!==bo.size){var Mo=M.current.scrollOffset;bo.start<Mo&&oe(Mo+(go-bo.size)),ge.current.push(Qe),le(function(fo){var zo;return Pa(Pa({},fo),{},(zo={},zo[bo.key]=go,zo))})}}}});Ge.push(bo)},He=0,ke=O.length;He<ke;He++)Pe(He);return Ge},[O,oe,k,me]),Ce=d.useRef(!1);Ed(function(){Ce.current&&le({}),Ce.current=!0},[s]);var Te=d.useCallback(function(Ge,Pe){var He=Pe===void 0?{}:Pe,ke=He.align,we=ke===void 0?"start":ke,Ne=M.current,Me=Ne.scrollOffset,Qe=Ne.outerSize;we==="auto"&&(Ge<=Me?we="start":Ge>=Me+Qe?we="end":we="start"),we==="start"?B(Ge):we==="end"?B(Ge-Qe):we==="center"&&B(Ge-Qe/2)},[B]),ye=d.useCallback(function(Ge,Pe){var He=Pe===void 0?{}:Pe,ke=He.align,we=ke===void 0?"auto":ke,Ne=n5(He,["align"]),Me=M.current,Qe=Me.measurements,no=Me.scrollOffset,bo=Me.outerSize,to=Qe[Math.max(0,Math.min(Ge,n-1))];if(to){if(we==="auto")if(to.end>=no+bo)we="end";else if(to.start<=no)we="start";else return;var Eo=we==="center"?to.start+to.size/2:we==="end"?to.end:to.start;Te(Eo,Pa({align:we},Ne))}},[Te,n]),je=d.useCallback(function(){for(var Ge=arguments.length,Pe=new Array(Ge),He=0;He<Ge;He++)Pe[He]=arguments[He];ye.apply(void 0,Pe),requestAnimationFrame(function(){ye.apply(void 0,Pe)})},[ye]);return{virtualItems:ve,totalSize:ue,scrollToOffset:Te,scrollToIndex:je,measure:ae}}var v5=function(r,a,n,c){for(;r<=a;){var s=(r+a)/2|0,f=n(s);if(f<c)r=s+1;else if(f>c)a=s-1;else return s}return r>0?r-1:0};function b5(t){for(var r=t.measurements,a=t.outerSize,n=t.scrollOffset,c=r.length-1,s=function(p){return r[p].start},f=v5(0,c,s,n),g=f;g<c&&r[g].end<n+a;)g++;return{start:f,end:g}}function y5(t){const r=wx(t);return r[0]===0?r:[0,...r]}const x5=100;function k5({items:t,parentRef:r,estimateSize:a,firstItemSticky:n}){const c=m5({size:t.length,parentRef:r,estimateSize:a,overscan:5,rangeExtractor:n?y5:void 0}),s=y.useRef(new WeakMap),f=c.virtualItems.map(h=>`${h.index}`).join(":");return y.useEffect(()=>{s.current=new WeakMap},[f,t,a]),{virtualItems:y.useMemo(()=>c.virtualItems.map(h=>Object.assign(Object.assign({},h),{measureRef:p=>{var v;const b=(v=s.current.get(t[h.index]))!==null&&v!==void 0?v:0;b<x5&&(h.measureRef(p),s.current.set(t[h.index],b+1))}})),[t,c.virtualItems]),totalSize:c.totalSize,scrollToIndex:c.scrollToIndex}}const _5=(t,r)=>t.menuProps.open?d.createElement(w5,Object.assign({},t,{ref:r})):d.createElement(B5,Object.assign({},t,{ref:r})),w5=y.forwardRef(({menuProps:t,getOptionProps:r,filteredOptions:a,filteringValue:n,highlightType:c,checkboxes:s,hasDropdownStatus:f,listBottom:g,useInteractiveGroups:h,screenReaderContent:p,firstOptionSticky:v},b)=>{const[x,k]=qr(N=>({inner:N.contentBoxWidth,outer:N.borderBoxWidth}),[]),B=y.useRef(null),w=eo(k,B,t.ref),C=y.useRef(),{virtualItems:S,totalSize:R,scrollToIndex:T}=k5({items:a,parentRef:B,estimateSize:y.useCallback(()=>xx,[x==null?void 0:x.inner,n]),firstItemSticky:v});y.useImperativeHandle(b,()=>N=>{if(c.moveFocus){const H=C.current!==void 0&&N<C.current;v&&H&&N!==0&&B.current?yx({index:N,menuEl:B==null?void 0:B.current}):T(N)}C.current=N},[v,c.moveFocus,T]);const I=v?S[0].size:0,E=!!x&&x.inner<x.outer,A=bx({options:S.map(({index:N})=>a[N]),getOptionProps:r,filteringValue:n,highlightType:c,checkboxes:s,hasDropdownStatus:f,virtualItems:S,useInteractiveGroups:h,screenReaderContent:p,firstOptionSticky:v,withScrollbar:E});return d.createElement(Kd,Object.assign({},t,{stickyItemBlockSize:I,ref:w}),A,d.createElement("div",{"aria-hidden":"true",key:"total-size",className:Do["layout-strut"],style:{height:R-I}}),g?d.createElement("li",{role:"option",className:Do["list-bottom"]},g):null)}),B5=y.forwardRef(({menuProps:t,listBottom:r},a)=>(y.useImperativeHandle(a,()=>()=>{},[]),d.createElement(Kd,Object.assign({},t,{ref:t.ref}),r?d.createElement("li",{role:"option",className:Do["list-bottom"]},r):null))),S5=y.forwardRef(_5),C5=["value","label","description","labelTag"],$f=(t,r,a)=>{if(!t)return!1;const n=t.toLowerCase().indexOf(r);return a?n===0:n>-1},bb=(t,r,a)=>{const n=r.toLowerCase(),c=t.option,s=h=>$f(c[h],n,a),f=h=>{var p;return(p=c[h])===null||p===void 0?void 0:p.some(v=>$f(v,n,a))},g=["tags"];return a||g.push("filteringTags"),C5.some(s)||g.some(f)},Bx=(t,r,a=!1)=>{if(r==="")return t;let n=null,c=!1;return t.reduce((s,f)=>f.type==="parent"?(c=!1,n=f,bb(f,r,a)&&(c=!0,s.push(n)),s):(f.type!=="child"&&(n=null,c=!1),c?s.push(f):bb(f,r,a)&&(n&&(s.push(n),n=null),s.push(f)),s),[])},Sx=t=>!!t&&!t.disabled&&t.type!=="parent",Cx=t=>!!t&&!t.disabled,vc=t=>!!t&&"options"in t&&!!t.options,T5=t=>{const r=new Map;return{flatOptions:t.reduce((n,c)=>{if(vc(c)){const{options:s}=c,f=pe(c,["options"]),g={type:"parent",option:c},h=s.every(p=>p.disabled);(c.disabled||h)&&(g.disabled=!0),n.push(g),s.forEach(p=>{const v={type:"child",option:p};(f.disabled||p.disabled)&&(v.disabled=!0),n.push(v),r.set(v,g)})}else{const s={option:c};c.disabled&&(s.disabled=!0),n.push(s)}return n},[]),parentMap:r}};function D5(t,r,a){const{flatOptions:n,parentMap:c}=T5(t),s=r!=="auto"?n:Bx(n,a);return JC(s,c.get.bind(c)),{flatOptions:n,filteredOptions:s,parentMap:c,totalCount:n.length,matchesCount:s.length}}const E5=(t,r)=>(r||[]).map(a=>{for(const n of t)if(n.type!=="parent"&&n.option.value===a.value)return n;return{option:a}});function G5(t,r){return!r||!t?[]:t.filter(a=>$f(a,r,!1))}function I5({option:t,parentGroup:r,highlightText:a}){return[r&&r.label,t.__labelPrefix,t.label||t.value,t.description,t.labelTag].concat(t.tags).concat(G5(t.filteringTags,a)).filter(n=>!!n).join(" ")}function N5({highlightText:t,announceSelected:r,highlightedOption:a,getParent:n,selectedAriaLabel:c,renderHighlightedAriaLive:s}){const f=y.useRef(void 0);if(y.useEffect(()=>{if(a){const x=requestAnimationFrame(()=>{f.current=n(a)});return()=>cancelAnimationFrame(x)}}),!a)return"";const g=a.option,h=n(a),p=h&&h!==f.current?h:void 0;if(s)return s(g,p);const v=r&&c?c:"",b=I5({option:g,parentGroup:p,highlightText:t});return[v,b].filter(Boolean).join(" ")}const R5=({onLoadItems:t,options:r,statusType:a})=>{const n=y.useRef(void 0);return{fireLoadItems:g=>{n.current!==g&&(n.current=g,qe(t,{filteringText:g,firstPage:!0,samePage:!1}))},handleLoadMore:()=>{const g=r.length===0;a==="pending"&&qe(t,{firstPage:g,samePage:!1,filteringText:n.current||""})},handleRecoveryClick:()=>qe(t,{firstPage:!1,samePage:!0,filteringText:n.current||""})}},A5=t=>t.split("").every(r=>r===t[0]);function z5(t,r,a,n){const c=n?Cx:Sx,s=g=>Bx(t,g,!0).filter(h=>c(h)),f=s(r);if(f.length===1)return f[0];if(a&&r.length>1&&A5(r)){const g=s(r[0]);if(g.length>0){let h=vc(a)?g.map(({option:p})=>p).indexOf(a):g.map(({option:p})=>p.value).indexOf(a.value);return h+=1,h=h%g.length,g[h]}}return f.length>0?f[0]:null}function L5({isEnabled:t,options:r,highlightOption:a,highlightedOption:n,useInteractiveGroups:c}){const s=y.useRef(""),f=Tc(()=>s.current="",500);return g=>{if(!t)return;const{key:h}=g;if(!h||h.length!==1)return;f();const p=s.current+h;s.current=p;const v=z5(r,p,n,c);v&&a(v)}}class za{constructor(r,a=r==="keyboard"){this.type=r,this.moveFocus=a}}function H5({options:t,isHighlightable:r}){const[a,n]=y.useState(-1),[c,s]=y.useState(new za("keyboard")),f=y.useCallback((b,x)=>{n(b),s(k=>k.type!==x.type?x:k)},[]),g=t[a]&&r(t[a])?t[a]:void 0,h=(b,x=a,k)=>{let w=x===-1&&b===-1?t.length:x;do w+=b;while(t[w]&&!r(t[w]));t[w]&&f(w,k)},p=(b,x)=>h(b,a,x),v=y.useCallback((b,x)=>{const k=t.indexOf(b);f(k,x)},[t,f]);return[{highlightType:c,highlightedIndex:a,highlightedOption:g},{setHighlightedIndexWithMouse:(b,x=!1)=>f(b,new za("mouse",x)),moveHighlightWithKeyboard:b=>p(b,new za("keyboard")),highlightOptionWithKeyboard:b=>v(b,new za("keyboard")),resetHighlightWithKeyboard:()=>f(-1,new za("keyboard")),goHomeWithKeyboard:()=>h(1,-1,new za("keyboard")),goEndWithKeyboard:()=>h(-1,t.length,new za("keyboard"))}]}const yb=(t,r)=>{if(!(r<0))return`${t}-option-${r}`},O5=36,M5=35,j5=({goUp:t,goDown:r,selectOption:a,goHome:n,goEnd:c,closeDropdown:s,preventNativeSpace:f=!1})=>g=>{switch(g.detail.keyCode){case _e.up:g.preventDefault(),t();break;case _e.down:g.preventDefault(),r();break;case O5:n();break;case M5:c();break;case _e.escape:g.stopPropagation(),s();break;case _e.enter:g.preventDefault(),a();break;case _e.space:f&&(g.preventDefault(),a())}},P5=({openDropdown:t,goHome:r})=>a=>{switch(a.detail.keyCode){case _e.up:case _e.down:a.preventDefault(),r(),t();break;case _e.space:case _e.enter:a.preventDefault(),t();break}};function q5({selectedOptions:t,updateSelectedOption:r,options:a,filteringType:n,onBlur:c,onFocus:s,externalRef:f,keepOpen:g,embedded:h,fireLoadItems:p,setFilteringValue:v,useInteractiveGroups:b=!1,statusType:x,isAllSelected:k,isSomeSelected:B,toggleAll:w}){const C=b?Cx:Sx,S=ke=>!!ke&&(b||ke.type!=="parent"),R=y.useRef(null),T=y.useRef(null),I=y.useRef(null),E=n!=="none"&&!h,A=E?R:I,N=E5(a,t),H=t.reduce((ke,we)=>(we.value&&ke.add(we.value),ke),new Set),[{highlightType:V,highlightedOption:j,highlightedIndex:M},{moveHighlightWithKeyboard:q,resetHighlightWithKeyboard:re,setHighlightedIndexWithMouse:X,highlightOptionWithKeyboard:te,goHomeWithKeyboard:F,goEndWithKeyboard:Z}]=H5({options:a,isHighlightable:S}),{isOpen:oe,openDropdown:fe,closeDropdown:z,toggleDropdown:Y,openedWithKeyboard:le}=ex({defaultOpen:h,onOpen:()=>p(""),onClose:()=>{re(),v==null||v("")}}),ae=()=>{qe(s,{})},ge=()=>{qe(c,{}),z()},me=N.length>0,ue=$e("option-list"),ne=$e("dialog"),se=yb(ue,M),Q=()=>{var ke;g||((ke=T.current)===null||ke===void 0||ke.focus(),z())},be=ke=>{const we=ke||j;!we||!C(we)||(we.type==="select-all"&&w?w():r(we.option),Q())},De=j5({goUp:()=>{if(!b&&(j==null?void 0:j.type)==="child"&&M===1||M===0){Z();return}q(-1)},goDown:()=>{if(M===a.length-1){F();return}q(1)},selectOption:be,goHome:F,goEnd:Z,closeDropdown:()=>{var ke;h||((ke=T.current)===null||ke===void 0||ke.focus(),z())},preventNativeSpace:!E||!!j}),O=P5({openDropdown:()=>fe(!0),goHome:F}),he=()=>({onFocus:ae,onBlur:ge,dropdownContentId:ne,dropdownContentRole:E?"dialog":void 0}),ve=(ke=!1,we=!1)=>{const Ne={ref:T,onFocus:()=>z(),autoFocus:we,ariaHasPopup:E?"dialog":"listbox",ariaControls:oe?E?ne:ue:void 0};return ke||(Ne.onMouseDown=Me=>{var Qe;Me.preventDefault(),oe&&((Qe=T.current)===null||Qe===void 0||Qe.focus()),Y()},Ne.onKeyDown=O),Ne},Ce=()=>!E||!v?{}:{ref:R,onKeyDown:De,onChange:ke=>{v(ke.detail.value),re()},__onDelayedInput:ke=>{p(ke.detail.value)},__nativeAttributes:{"aria-activedescendant":se,"aria-owns":ue,"aria-controls":ue}},Te=()=>{const ke={id:ue,ref:I,open:oe,onMouseUp:we=>{we>-1&&be(a[we])},onMouseMove:we=>{we>-1&&X(we)},statusType:x};return E||(ke.onKeyDown=De,ke.nativeAttributes={"aria-activedescendant":se}),h&&(ke.onFocus=()=>{j||F()},ke.onBlur=()=>{re()}),ke},ye=ke=>{const we=ke.options.filter(Qe=>!!Qe.value&&H.has(Qe.value)).length,Ne=we>0,Me=we===ke.options.length;return{selected:Ne&&Me&&b,indeterminate:Ne&&!Me}},je=(ke,we)=>{var Ne;const Me=ke.type==="select-all",Qe=ke===j,no=vc(ke.option)?ye(ke.option):void 0,bo=Me?k:N.indexOf(ke)>-1||!!(no!=null&&no.selected),to=(Ne=a[we+1])===null||Ne===void 0?void 0:Ne.option,Eo=to&&vc(to)?ye(to).selected:N.indexOf(a[we+1])>-1;return{key:we,option:ke,highlighted:Qe,selected:bo,isNextSelected:Eo,indeterminate:!!(no!=null&&no.indeterminate)||Me&&!k&&B,"data-mouse-target":S(ke)?we:-1,id:yb(ue,we)}},Ge=Un(oe);y.useEffect(()=>{oe&&!Ge&&me&&!E&&(le?te(N[0]):X(a.indexOf(N[0]),!0))},[oe,N,me,X,te,le,a,Ge,E]),y.useEffect(()=>{var ke;oe&&!h&&((ke=A.current)===null||ke===void 0||ke.focus({preventScroll:!0}))},[oe,A,h]),Ya(f,T);const Pe=!!j&&vc(j.option)&&ye(j.option).selected,He=!!j&&(N.indexOf(j)>-1||Pe);return{isOpen:oe,highlightedOption:j,highlightedIndex:M,highlightType:V,getTriggerProps:ve,getDropdownProps:he,getMenuProps:Te,getFilterProps:Ce,getOptionProps:je,highlightOption:te,selectOption:be,announceSelected:He,dialogId:ne}}function xb(t,[r,a]){return t<r?a:t>a?r:t}function Tx(t,r,{trailing:a=!0}={}){let n=null,c=null,s=null;function f(){if(n===null||c===null)return;const p=Date.now();p-c>=r?(t.apply(n.this,n.args),c=p,n=null,s=null):a&&g()}function g(){s&&cancelAnimationFrame(s),s=requestAnimationFrame(f)}function h(...p){c===null?(c=Date.now(),t.apply(this,p)):(n={this:this,args:p},g())}return h.cancel=()=>{s&&cancelAnimationFrame(s),n=null,c=null,s=null},h}const Vg=t=>Object.keys(t).filter(a=>a.indexOf("__")!==0).reduce((a,n)=>(a[n]=t[n],a),{});function We(t){var{variant:r="div",margin:a={},padding:n={}}=t,c=pe(t,["variant","margin","padding"]);const s=Ro("Box",{props:{color:c.color,display:c.display,float:c.float,fontSize:c.fontSize,fontWeight:c.fontWeight,textAlign:c.textAlign,variant:r}});return d.createElement(wd,Object.assign({variant:r,margin:a,padding:n},c,s))}Ao(We,"Box");const Fe=d.forwardRef((t,r)=>{var{children:a,iconName:n,iconAlign:c="left",iconUrl:s,iconSvg:f,iconAlt:g,variant:h="normal",loading:p=!1,loadingText:v,disabled:b=!1,disabledReason:x,wrapText:k=!0,href:B,target:w,rel:C,external:S=!1,download:R,formAction:T="submit",ariaLabel:I,ariaDescribedby:E,onClick:A,onFollow:N,ariaExpanded:H,ariaControls:V,fullWidth:j,form:M,i18nStrings:q}=t,re=pe(t,["children","iconName","iconAlign","iconUrl","iconSvg","iconAlt","variant","loading","loadingText","disabled","disabledReason","wrapText","href","target","rel","external","download","formAction","ariaLabel","ariaDescribedby","onClick","onFollow","ariaExpanded","ariaControls","fullWidth","form","i18nStrings"]);const X=Ro("Button",{props:{formAction:T,fullWidth:j,iconAlign:c,iconName:n,rel:C,target:w,external:S,variant:h,wrapText:k},metadata:{hasDisabledReason:!!x}}),te=oo(re);return d.createElement(Gt,Object.assign({},te,X,{ref:r,iconName:n,iconAlign:c,iconUrl:s,iconSvg:f,iconAlt:g,variant:h,loading:p,loadingText:v,disabled:b,disabledReason:x,wrapText:k,href:B,target:w,rel:C,external:S,download:R,formAction:T,ariaLabel:I,ariaDescribedby:E,onClick:A,onFollow:N,ariaExpanded:H,ariaControls:V,fullWidth:j,form:M,i18nStrings:q,__injectAnalyticsComponentMetadata:!0}),a)});Ao(Fe,"Button");const Dx=d.forwardRef((t,r)=>{var{items:a,variant:n="normal",loading:c=!1,loadingText:s,disabled:f=!1,disabledReason:g,expandableGroups:h=!1,expandToViewport:p=!1,ariaLabel:v,children:b,onItemClick:x,onItemFollow:k,mainAction:B,fullWidth:w}=t,C=pe(t,["items","variant","loading","loadingText","disabled","disabledReason","expandableGroups","expandToViewport","ariaLabel","children","onItemClick","onItemFollow","mainAction","fullWidth"]);const S=Ro("ButtonDropdown",{props:{expandToViewport:p,expandableGroups:h,variant:n},metadata:{mainAction:!!B,checkboxItems:IS(a),hasDisabledReason:!!g,hasDisabledReasons:NS(a)}}),R=oo(C),T={name:"awsui.ButtonDropdown",label:`.${Pn["trigger-label"]}`,properties:{variant:n,disabled:`${f}`}};return d.createElement(US,Object.assign({},R,S,{ref:r,items:a,variant:n,loading:c,loadingText:s,disabled:f,disabledReason:g,expandableGroups:h,expandToViewport:p,ariaLabel:v,onItemClick:x,onItemFollow:k,mainAction:B,fullWidth:w},ze({component:T})),b)});Ao(Dx,"ButtonDropdown");const F5=gg(t=>{function r(c){t(c.target)}function a(){t(null)}const n=new AbortController;return window.addEventListener("mousedown",r,{signal:n.signal}),window.addEventListener("keydown",a,{signal:n.signal}),()=>{n.abort()}});function U5(){const t=y.useRef(null);return F5(r=>{t.current=r}),()=>t.current}const Rn={label:"awsui_label_13tpe_9w8pd_5","native-input":"awsui_native-input_13tpe_9w8pd_6"},$t={content:"awsui_content_1wepg_ykyec_145",description:"awsui_description_1wepg_ykyec_146",label:"awsui_label_1wepg_ykyec_147",outline:"awsui_outline_1wepg_ykyec_155","show-outline":"awsui_show-outline_1wepg_ykyec_158","native-input":"awsui_native-input_1wepg_ykyec_162",wrapper:"awsui_wrapper_1wepg_ykyec_166","label-wrapper":"awsui_label-wrapper_1wepg_ykyec_172","empty-content":"awsui_empty-content_1wepg_ykyec_183","description-bottom-padding":"awsui_description-bottom-padding_1wepg_ykyec_193","label-disabled":"awsui_label-disabled_1wepg_ykyec_201","description-disabled":"awsui_description-disabled_1wepg_ykyec_202",control:"awsui_control_1wepg_ykyec_206"};function kb(t){return t.filter(r=>!!r).join(" ")}function Ex(t){var{controlId:r,controlClassName:a,outlineClassName:n,showOutline:c,disabled:s,readOnly:f,nativeControl:g,styledControl:h,label:p,description:v,descriptionBottomPadding:b,ariaLabel:x,ariaLabelledby:k,ariaDescribedby:B,ariaControls:w,onClick:C,__internalRootRef:S}=t,R=pe(t,["controlId","controlClassName","outlineClassName","showOutline","disabled","readOnly","nativeControl","styledControl","label","description","descriptionBottomPadding","ariaLabel","ariaLabelledby","ariaDescribedby","ariaControls","onClick","__internalRootRef"]);const T=$e(),I=r||T,E=`${I}-label`,A=`${I}-description`,N=[];p&&!x&&N.push(E),k&&N.push(k);const H=[];return B&&H.push(B),v&&H.push(A),d.createElement("span",Object.assign({},R,{className:P($t.wrapper,R.className),ref:S},wc(p?`.${Rn.label}`:`.${Rn["native-input"]}`)),d.createElement("span",Object.assign({className:$t["label-wrapper"],"aria-disabled":s?"true":void 0,onClick:s||f?void 0:C},ze(s||f?{}:{action:"select",detail:{label:p?`.${Rn.label}`:`.${Rn["native-input"]}`}})),d.createElement("span",{className:P($t.control,a)},h,g({id:I,disabled:s,className:P($t["native-input"],Rn["native-input"]),"aria-describedby":H.length?kb(H):void 0,"aria-labelledby":N.length?kb(N):void 0,"aria-label":x,"aria-controls":w}),d.createElement("span",{className:P($t.outline,n,c&&$t["show-outline"])})),d.createElement("span",{className:P($t.content,!p&&!v&&$t["empty-content"])},p&&d.createElement("span",{id:E,className:P($t.label,Rn.label,{[$t["label-disabled"]]:s})},p),v&&d.createElement("span",{id:A,className:P($t.description,{[$t["description-disabled"]]:s,[$t["description-bottom-padding"]]:b})},v))))}const Ef={root:"awsui_root_k2y2q_2cpzo_145","checkbox-control":"awsui_checkbox-control_k2y2q_2cpzo_178",outline:"awsui_outline_k2y2q_2cpzo_186"},Gx=d.forwardRef((t,r)=>{var{controlId:a,name:n,checked:c,disabled:s,readOnly:f,ariaRequired:g,indeterminate:h,children:p,description:v,ariaLabel:b,onFocus:x,onBlur:k,onChange:B,tabIndex:w,showOutline:C,ariaControls:S,__internalRootRef:R,__injectAnalyticsComponentMetadata:T=!1}=t,I=pe(t,["controlId","name","checked","disabled","readOnly","ariaRequired","indeterminate","children","description","ariaLabel","onFocus","onBlur","onChange","tabIndex","showOutline","ariaControls","__internalRootRef","__injectAnalyticsComponentMetadata"]);const{ariaDescribedby:E,ariaLabelledby:A}=Dc(I),N=oo(I),H=y.useRef(null);Ya(r,H),y.useEffect(()=>{H.current&&(H.current.indeterminate=!!h)});const{tabIndex:V}=hr(H,{tabIndex:w}),j={},M={name:"awsui.Checkbox",label:{root:"self"}};return T&&(j.component=M),!s&&!f&&(j.action=c?"deselect":"select"),d.createElement(Ex,Object.assign({},N,{className:P(Ef.root,N.className),controlClassName:Ef["checkbox-control"],outlineClassName:Ef.outline,controlId:a,disabled:s,readOnly:f,label:p,description:v,descriptionBottomPadding:!0,ariaLabel:b,ariaLabelledby:A,ariaDescribedby:E,ariaControls:S,showOutline:C,nativeControl:q=>d.createElement("input",Object.assign({},q,{ref:H,type:"checkbox",checked:c,name:n,"aria-required":g?"true":void 0,"aria-disabled":f&&!s?"true":void 0,tabIndex:V,onFocus:()=>qe(x),onBlur:()=>qe(k),onChange:()=>{}})),onClick:()=>{var q;(q=H.current)===null||q===void 0||q.focus(),qe(B,h?{checked:!0,indeterminate:!1}:{checked:!c,indeterminate:!1})},styledControl:d.createElement(Fg,{checked:c,indeterminate:h,disabled:s,readOnly:f}),__internalRootRef:R},ze(j)))}),Br={radio:"awsui_radio_1mabk_i7wt6_178","radio--has-description":"awsui_radio--has-description_1mabk_i7wt6_186","radio-control":"awsui_radio-control_1mabk_i7wt6_190",outline:"awsui_outline_1mabk_i7wt6_198","styled-circle-border":"awsui_styled-circle-border_1mabk_i7wt6_220","styled-circle-disabled":"awsui_styled-circle-disabled_1mabk_i7wt6_224","styled-circle-readonly":"awsui_styled-circle-readonly_1mabk_i7wt6_224","styled-circle-fill":"awsui_styled-circle-fill_1mabk_i7wt6_229","styled-circle-checked":"awsui_styled-circle-checked_1mabk_i7wt6_245"},V5=d.forwardRef(function(r,a){var{name:n,label:c,value:s,checked:f,description:g,disabled:h,controlId:p,onChange:v,readOnly:b,className:x}=r,k=pe(r,["name","label","value","checked","description","disabled","controlId","onChange","readOnly","className"]);const B=y.useRef(null),w=eo(B,a),{tabIndex:C}=hr(B);return d.createElement(Ex,Object.assign({className:P(Br.radio,g&&Br["radio--has-description"],x),controlClassName:Br["radio-control"],outlineClassName:Br.outline,label:c,description:g,disabled:h,readOnly:b,controlId:p},_c(k),{nativeControl:S=>d.createElement("input",Object.assign({},S,{tabIndex:C,type:"radio",ref:w,name:n,value:s,checked:f,"aria-disabled":b&&!h?"true":void 0,onChange:()=>{}})),onClick:()=>{var S;(S=B.current)===null||S===void 0||S.focus(),!f&&qe(v,{value:s})},styledControl:d.createElement("svg",{viewBox:"0 0 100 100",focusable:"false","aria-hidden":"true"},d.createElement("circle",{className:P(Br["styled-circle-border"],{[Br["styled-circle-disabled"]]:h,[Br["styled-circle-readonly"]]:b}),strokeWidth:6.25,cx:50,cy:50,r:46}),d.createElement("circle",{className:P(Br["styled-circle-fill"],{[Br["styled-circle-disabled"]]:h,[Br["styled-circle-checked"]]:f,[Br["styled-circle-readonly"]]:b}),strokeWidth:30,cx:50,cy:50,r:35}))}))}),Mn={root:"awsui_root_1s55x_14pps_145",label:"awsui_label_1s55x_14pps_149","label-top":"awsui_label-top_1s55x_14pps_163",stud:"awsui_stud_1s55x_14pps_168"};function Ix(t){var{selectionType:r,indeterminate:a=!1,onShiftToggle:n,onFocusUp:c,onFocusDown:s,name:f,ariaLabel:g,focusedComponent:h,rowIndex:p,itemKey:v,verticalAlign:b="middle"}=t,x=pe(t,["selectionType","indeterminate","onShiftToggle","onFocusUp","onFocusDown","name","ariaLabel","focusedComponent","rowIndex","itemKey","verticalAlign"]);const k=$e(),B=r==="multi",{navigationActive:w}=y.useContext(Ud),C=E=>{B&&(n==null||n(E.shiftKey))},S=E=>{C(E),B&&E.preventDefault()},R=E=>{C(E),B&&!w&&(E.keyCode===_e.up&&(E.preventDefault(),c==null||c(E)),E.keyCode===_e.down&&(E.preventDefault(),s==null||s(E)))},T=E=>{const A=E.currentTarget,N=A.tagName==="INPUT"?A:A.querySelector("input");N==null||N.focus()},I=B?d.createElement(Gx,Object.assign({},x,{showOutline:h==="selection-control",controlId:k,"data-focus-id":"selection-control",indeterminate:a})):d.createElement(V5,Object.assign({},x,{controlId:k,name:f,value:"",label:""}));return d.createElement(d.Fragment,null,d.createElement("label",Object.assign({onKeyDown:R,onKeyUp:C,onMouseDown:S,onMouseUp:C,onClick:T,htmlFor:k,className:P(Mn.label,Mn.root,b==="top"&&Mn["label-top"]),"aria-label":g,title:g},p!==void 0&&!x.disabled?ze({detail:{position:`${p+1}`,item:v||""}}):{}),I),d.createElement("span",{className:Mn.stud,"aria-hidden":!0}," "))}const Wg=(t,r)=>typeof t=="function"?t(r):r[t],W5=(t,r,a)=>t?Wg(t,r):a,bc=(t,r)=>t?Wg(t,r):r,uc=(t,r)=>t.id||r,X5=t=>!t||t==="container"?"default":t==="borderless"?"embedded":t;function Y5({columnDisplay:t,visibleColumns:r,columnDefinitions:a}){return t?$5({columnDisplay:t,columnDefinitions:a}):r?Z5({visibleColumns:r,columnDefinitions:a}):a}function $5({columnDisplay:t,columnDefinitions:r}){const a=r.reduce((n,c)=>c.id===void 0?n:Object.assign(Object.assign({},n),{[c.id]:c}),{});return t.filter(n=>n.visible).map(n=>a[n.id]).filter(Boolean)}function Z5({visibleColumns:t,columnDefinitions:r}){const a=new Set(t);return r.filter(({id:n})=>n!==void 0&&a.has(n))}function Nx(t,r){return{[t["sticky-cell"]]:!!r,[t["sticky-cell-pad-inline-start"]]:!!(r!=null&&r.padInlineStart),[t["sticky-cell-last-inline-start"]]:!!(r!=null&&r.lastInsetInlineStart),[t["sticky-cell-last-inline-end"]]:!!(r!=null&&r.lastInsetInlineEnd)}}const Gd="selection-item",K5="selection-root";class Id{constructor(r,a){this.map=new Map,this.put=n=>this.map.set.call(this.map,bc(this.trackBy,n),n),this.has=n=>this.map.has.call(this.map,bc(this.trackBy,n)),this.forEach=this.map.forEach.bind(this.map),this.trackBy=r,a.forEach(this.put)}}const Zf={item:{["data-"+Gd]:"item"},all:{["data-"+Gd]:"all"},root:{["data-"+K5]:"true"}};function Q5(t,r){if(t!=="multi")return{};function a(s,f,g){let h=f;const p=eT(s);for(;h>=-1&&h<r;){h+=g;const v=J5(p,h);if(v&&!v.disabled){v.focus();break}}}const[n,c]=[1,-1].map(s=>f=>{const g=f.currentTarget,h=yt(g,v=>v.dataset.selectionItem==="item"),p=Array.prototype.indexOf.call(h.parentElement.children,h);a(g,p,s)});return{moveFocusDown:n,moveFocusUp:c,moveFocus:a}}function J5(t,r){return r===-1?t.querySelector(`[data-${Gd}="all"] .${Mn.root} input`):t.querySelectorAll(`[data-${Gd}="item"] .${Mn.root} input`)[r]}function eT(t){return yt(t,r=>r.dataset.selectionRoot==="true")}function oT(t){const r=tT(t),a=rT(t);return t.selectionType==="single"?r:a}function tT({ariaLabels:t,isItemDisabled:r=()=>!1,onSelectionChange:a,selectedItems:n=[],selectionType:c,trackBy:s,setLastUserAction:f}){const g=$e();if(c!=="single")return{isItemSelected:()=>!1};const h=new Id(s,n.slice(0,1)),p=h.has.bind(h),v=b=>{!r(b)&&!p(b)&&(qe(a,{selectedItems:[b]}),f==null||f("selection"))};return{isItemSelected:p,getItemSelectionProps:b=>{var x;return{name:g,selectionType:"single",disabled:r(b),checked:p(b),onChange:()=>v(b),ariaLabel:Fr(t==null?void 0:t.selectionGroupLabel,(x=t==null?void 0:t.itemSelectionLabel)===null||x===void 0?void 0:x.call(t,{selectedItems:n},b))}}}}function rT({ariaLabels:t,isItemDisabled:r=()=>!1,items:a,loading:n,onSelectionChange:c,selectedItems:s=[],selectionType:f,trackBy:g,setLastUserAction:h}){const p=$e(),[v,b]=y.useState(!1),[x,k]=y.useState(null);if(f!=="multi")return{isItemSelected:()=>!1};const B=new Id(g,s),w=B.has.bind(B);let C=!0,S=!0;for(const j of a)C=C&&r(j),S=S&&(w(j)||r(j));const R=s.length>0&&S,T=s.length>0&&!S,I=new Map;a.forEach((j,M)=>I.set(bc(g,j),M));const E=j=>{const M=x?I.get(bc(g,x)):void 0;if(M!==void 0){const q=I.get(bc(g,j)),re=Math.min(q,M),X=Math.max(q,M);return a.slice(re,X+1)}return[j]},A=j=>{const M=[...s];return j.forEach(q=>{!w(q)&&!r(q)&&M.push(q)}),M},N=j=>{const M=new Id(g,j),q=[];return s.forEach(re=>{(!M.has(re)||r(re))&&q.push(re)}),q},H=()=>{const j=S?N(a):A(a);qe(c,{selectedItems:j}),h==null||h("selection")},V=j=>{if(!r(j)){const M=v?E(j):[j],q=w(j)?N(M):A(M);qe(c,{selectedItems:q}),k(j),h==null||h("selection")}};return{isItemSelected:w,getSelectAllProps:()=>{var j;return{name:p,selectionType:"multi",disabled:C||!!n,checked:R,indeterminate:T,onChange:H,ariaLabel:Fr(t==null?void 0:t.selectionGroupLabel,(j=t==null?void 0:t.allItemsSelectionLabel)===null||j===void 0?void 0:j.call(t,{selectedItems:s})),selectionGroupLabel:t==null?void 0:t.selectionGroupLabel}},getItemSelectionProps:j=>{var M;return{name:p,selectionType:"multi",disabled:r(j),checked:w(j),onChange:()=>V(j),onShiftToggle:q=>b(q),ariaLabel:Fr(t==null?void 0:t.selectionGroupLabel,(M=t==null?void 0:t.itemSelectionLabel)===null||M===void 0?void 0:M.call(t,{selectedItems:s},j))}}}}function lT(t,r){return{scrollToTop:()=>{if(!t.current||!r.current)return;const c=Rx(t.current,r.current);c>0&&Kf(c,t.current)},scrollToItem:c=>{if(!c||!t.current||!r.current)return;const f=Ye(r.current).insetBlockEnd-Ye(c).insetBlockStart;f>0&&Kf(f,t.current)}}}function Rx(t,r){const a=Ye(r),n=Ye(t);return a.insetBlockStart-n.insetBlockStart}function Kf(t,r){const a=Yn(r);a.length?a[0].scrollTop-=t:window.scrollTo({top:window.pageYOffset-t})}const Ve={root:"awsui_root_wih1l_1x3lp_153",tools:"awsui_tools_wih1l_1x3lp_164","tools-filtering":"awsui_tools-filtering_wih1l_1x3lp_172","tools-align-right":"awsui_tools-align-right_wih1l_1x3lp_186","tools-pagination":"awsui_tools-pagination_wih1l_1x3lp_190","tools-preferences":"awsui_tools-preferences_wih1l_1x3lp_190","tools-small":"awsui_tools-small_wih1l_1x3lp_196",table:"awsui_table_wih1l_1x3lp_202","table-layout-fixed":"awsui_table-layout-fixed_wih1l_1x3lp_208",wrapper:"awsui_wrapper_wih1l_1x3lp_212","variant-stacked":"awsui_variant-stacked_wih1l_1x3lp_219","wrapper-content-measure":"awsui_wrapper-content-measure_wih1l_1x3lp_219","variant-container":"awsui_variant-container_wih1l_1x3lp_219","has-footer":"awsui_has-footer_wih1l_1x3lp_222","has-header":"awsui_has-header_wih1l_1x3lp_225","cell-merged":"awsui_cell-merged_wih1l_1x3lp_242","cell-merged-content":"awsui_cell-merged-content_wih1l_1x3lp_254",empty:"awsui_empty_wih1l_1x3lp_270",loading:"awsui_loading_wih1l_1x3lp_274","selection-control":"awsui_selection-control_wih1l_1x3lp_283","selection-control-header":"awsui_selection-control-header_wih1l_1x3lp_290","header-secondary":"awsui_header-secondary_wih1l_1x3lp_296","variant-full-page":"awsui_variant-full-page_wih1l_1x3lp_308","table-has-header":"awsui_table-has-header_wih1l_1x3lp_314","header-controls":"awsui_header-controls_wih1l_1x3lp_325","variant-embedded":"awsui_variant-embedded_wih1l_1x3lp_334","variant-borderless":"awsui_variant-borderless_wih1l_1x3lp_334","footer-wrapper":"awsui_footer-wrapper_wih1l_1x3lp_339",footer:"awsui_footer_wih1l_1x3lp_339","footer-with-pagination":"awsui_footer-with-pagination_wih1l_1x3lp_347","footer-pagination":"awsui_footer-pagination_wih1l_1x3lp_355","thead-active":"awsui_thead-active_wih1l_1x3lp_359",row:"awsui_row_wih1l_1x3lp_360","row-selected":"awsui_row-selected_wih1l_1x3lp_361"};function aT({header:t,filter:r,pagination:a,preferences:n,setLastUserAction:c}){const[s,f]=au(["xs"]),g=typeof t=="string",h=y.useContext(ru).assignId,p=$e("heading");h!==void 0&&g&&h(p);const v=s==="default",b=r||a||n;return d.createElement(d.Fragment,null,g?d.createElement("span",{id:p},t):t,b&&d.createElement("div",{ref:f,className:P(Ve.tools,v&&Ve["tools-small"])},r&&d.createElement("div",{className:Ve["tools-filtering"],onClickCapture:()=>c==null?void 0:c("filter"),onKeyDownCapture:()=>c==null?void 0:c("filter")},r),d.createElement("div",{className:Ve["tools-align-right"]},a&&d.createElement("div",{className:Ve["tools-pagination"],onClickCapture:()=>c==null?void 0:c("pagination")},a),n&&d.createElement("div",{className:Ve["tools-preferences"],onClickCapture:()=>c==null?void 0:c("preferences")},n))))}const Ax=d.forwardRef((t,r)=>{var a=pe(t,[]);const n=Ro("Checkbox",{props:{readOnly:a.readOnly}});return d.createElement(Gx,Object.assign({},a,n,{ref:r,__injectAnalyticsComponentMetadata:!0}))});Ao(Ax,"Checkbox");const rc={"css-grid":"awsui_css-grid_zqq3x_t9lu8_181","grid-no-gutters":"awsui_grid-no-gutters_zqq3x_t9lu8_192","grid-variant-text-grid":"awsui_grid-variant-text-grid_zqq3x_t9lu8_195",item:"awsui_item_zqq3x_t9lu8_195","first-column":"awsui_first-column_zqq3x_t9lu8_212"},nT=t=>t%2!==0;function iT(t,r,a){if(!a)return t;const n=Math.min(t,Math.floor(a/r));return Math.max(1,n<t&&nT(n)?n-1:n)}function cT({columns:t=1,minColumnWidth:r=0,disableGutters:a,variant:n,children:c,__tagOverride:s}){const[f,g]=qr(x=>x.contentBoxWidth),h=iT(t,r,f),p=n!=="text-grid"&&a,v=Sc(c),b=s??"div";return d.createElement(b,{ref:g,className:P(rc["css-grid"],rc[`grid-variant-${n}`],p&&[rc["grid-no-gutters"]]),style:{gridTemplateColumns:`repeat(${h}, minmax(0, 1fr))`}},v.map((x,k)=>{const B=x.key;return d.createElement("div",{key:B?String(B):void 0,className:P(rc.item,{[rc["first-column"]]:k%h===0})},x)}))}function sT(t,r){const a=[];for(let n=0;n<r;n++)a[n]=t;return a}const Ql={"column-layout":"awsui_column-layout_vvxn7_b61xj_181",grid:"awsui_grid_vvxn7_b61xj_213","grid-no-gutters":"awsui_grid-no-gutters_vvxn7_b61xj_219","grid-variant-text-grid":"awsui_grid-variant-text-grid_vvxn7_b61xj_223","grid-breakpoint-default":"awsui_grid-breakpoint-default_vvxn7_b61xj_231","grid-columns-1":"awsui_grid-columns-1_vvxn7_b61xj_234","grid-breakpoint-xxs":"awsui_grid-breakpoint-xxs_vvxn7_b61xj_234","grid-breakpoint-xs":"awsui_grid-breakpoint-xs_vvxn7_b61xj_237","grid-columns-2":"awsui_grid-columns-2_vvxn7_b61xj_240","grid-columns-3":"awsui_grid-columns-3_vvxn7_b61xj_246","grid-columns-4":"awsui_grid-columns-4_vvxn7_b61xj_252","grid-vertical-borders":"awsui_grid-vertical-borders_vvxn7_b61xj_268","grid-horizontal-borders":"awsui_grid-horizontal-borders_vvxn7_b61xj_301"},dT={1:{colspan:{default:12,xxs:12,xs:12}},2:{colspan:{default:12,xxs:6,xs:6}},3:{colspan:{default:12,xxs:6,xs:4}},4:{colspan:{default:12,xxs:6,xs:3}}};function uT({columns:t,variant:r,borders:a,disableGutters:n,__breakpoint:c,children:s,__tagOverride:f}){var g;const h=r==="text-grid",p=!h&&n,v=!h&&(a==="horizontal"||a==="all"),b=!h&&(a==="vertical"||a==="all"),x=Sc(s),[k,B]=au(fT);return d.createElement(Pg,{ref:B,disableGutters:!0,gridDefinition:sT((g=dT[t])!==null&&g!==void 0?g:{},x.length),className:P(Ql.grid,Ql[`grid-columns-${t}`],Ql[`grid-variant-${r}`],{[Ql["grid-horizontal-borders"]]:v,[Ql["grid-vertical-borders"]]:b,[Ql["grid-no-gutters"]]:p}),__breakpoint:c||k,__responsiveClassName:w=>w&&Ql[`grid-breakpoint-${w}`],__tagOverride:f},s)}const fT=["default","xxs","xs"];function gT(t){var{columns:r=1,variant:a="default",borders:n="none",disableGutters:c=!1,minColumnWidth:s,children:f,__tagOverride:g,__breakpoint:h,__internalRootRef:p}=t,v=pe(t,["columns","variant","borders","disableGutters","minColumnWidth","children","__tagOverride","__breakpoint","__internalRootRef"]);const b=oo(v);return d.createElement("div",Object.assign({},b,{className:P(b.className,Ql["column-layout"]),ref:p}),s?d.createElement(cT,{columns:r,borders:n,variant:a,minColumnWidth:s,disableGutters:c,__tagOverride:g},f):d.createElement(uT,{columns:r,variant:a,borders:n,disableGutters:c,__breakpoint:h,__tagOverride:g},f))}const hT=({children:t})=>d.createElement(Fd.Provider,{value:{onClick:()=>{}}},d.createElement(ru.Provider,{value:{assignId:()=>{}}},d.createElement(Dd.Provider,{value:{}},d.createElement(ou.Provider,{value:""},d.createElement($d.Provider,{value:Ly},d.createElement(Ud.Provider,{value:Cy},t)))))),lt={dialog:"awsui_dialog_1d2i7_12vao_169","modal-slide-up":"awsui_modal-slide-up_1d2i7_12vao_1","awsui-motion-fade-in-0":"awsui_awsui-motion-fade-in-0_1d2i7_12vao_1",refresh:"awsui_refresh_1d2i7_12vao_192","awsui-motion-scale-popup":"awsui_awsui-motion-scale-popup_1d2i7_12vao_1",root:"awsui_root_1d2i7_12vao_225","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_1d2i7_12vao_1",hidden:"awsui_hidden_1d2i7_12vao_302","focus-lock":"awsui_focus-lock_1d2i7_12vao_306",small:"awsui_small_1d2i7_12vao_326",medium:"awsui_medium_1d2i7_12vao_329",large:"awsui_large_1d2i7_12vao_332",max:"awsui_max_1d2i7_12vao_335","breakpoint-xs":"awsui_breakpoint-xs_1d2i7_12vao_335",container:"awsui_container_1d2i7_12vao_341",content:"awsui_content_1d2i7_12vao_382","no-paddings":"awsui_no-paddings_1d2i7_12vao_387",header:"awsui_header_1d2i7_12vao_392","header--text":"awsui_header--text_1d2i7_12vao_404",footer:"awsui_footer_1d2i7_12vao_408","footer--stuck":"awsui_footer--stuck_1d2i7_12vao_417","dismiss-control":"awsui_dismiss-control_1d2i7_12vao_429","modal-open":"awsui_modal-open_1d2i7_12vao_433"};let dd;function pT(){mT(),document.body.classList.add(lt["modal-open"])}function _b(){document.body.classList.remove(lt["modal-open"]),bT()}function mT(){if(yT()){dd=document.body.style.paddingRight;const t=vT(),r=zg().width,a=t+r;document.body.style.paddingRight=a+"px"}}function vT(){return parseInt(window.getComputedStyle(document.body).paddingRight,10)}function bT(){dd?document.body.style.setProperty("padding-right",dd):document.body.style.removeProperty("padding-right"),dd=void 0}function yT(){return document.body.clientWidth<window.innerWidth}const wb={header:"awsui_header_15dxs_1ns0c_5"};function xT(t){const{funnelProps:r,funnelSubmit:a,funnelNextOrSubmitAttempt:n}=Mt(),{funnelStepProps:c}=Wr(),{subStepRef:s,funnelSubStepProps:f}=ca(),g=({variant:h})=>{h==="primary"&&(n(),a())};return d.createElement(zx,Object.assign({__funnelProps:r,__funnelStepProps:c,__subStepRef:s,__subStepFunnelProps:f,onButtonClick:g},t))}function zx(t){var{modalRoot:r,getModalRoot:a,removeModalRoot:n}=t,c=pe(t,["modalRoot","getModalRoot","removeModalRoot"]);return d.createElement(Md,{container:r,getContainer:a,removeContainer:n},d.createElement(kT,Object.assign({},c)))}function kT(t){var r,{size:a,visible:n,header:c,children:s,footer:f,disableContentPaddings:g,onButtonClick:h=()=>{},onDismiss:p,__internalRootRef:v=null,__injectAnalyticsComponentMetadata:b,__funnelProps:x,__funnelStepProps:k,__subStepRef:B,__subStepFunnelProps:w,referrerId:C}=t,S=pe(t,["size","visible","header","children","footer","disableContentPaddings","onButtonClick","onDismiss","__internalRootRef","__injectAnalyticsComponentMetadata","__funnelProps","__funnelStepProps","__subStepRef","__subStepFunnelProps","referrerId"]);const R=$e(),T=`${S.id||R}-header`,I=y.useRef(null),[E,A]=au(["xs"]),H=ft("modal")("closeAriaLabel",S.closeAriaLabel),V=y.useRef(null),j=eo(A,V,v),M=oo(S),q={name:"awsui.Modal",label:`.${wb.header} h2`},re=b?ze({component:q}):{},X=y.useRef(0),te=y.useRef(0),F=y.useRef(0),Z=y.useRef(!1);y.useEffect(()=>()=>{_b()},[]);const oe=()=>{X.current=performance.now(),te.current=0,Z.current=!1},fe=O=>{var he;if(F.current===0&&X.current&&X.current!==0&&!Z.current){const ve=O-X.current;Xb.modalPerformanceData({timeToContentReadyInModal:ve,instanceIdentifier:R,componentIdentifier:((he=be.current)===null||he===void 0?void 0:he.textContent)||""}),Z.current=!0}},z=100;y.useEffect(()=>{n?(pT(),oe(),setTimeout(()=>{fe(X.current)},z)):_b()},[n]),y.useEffect(()=>{n&&V.current&&(V.current.scrollTop=0)},[n]);const Y=O=>qe(p,{reason:O}),le=O=>{I.current=O.target},ae=O=>{const he=V.current,ve=I.current;O.target===he&&ve===he&&Y("overlay")},ge=()=>Y("closeButton"),me=O=>{O.keyCode===_e.escape&&Y("keyboard")},{ref:ue,isIntersecting:ne}=tx(),[se,Q]=qr(O=>O.borderBoxHeight),be=y.useRef(null),{subStepRef:De}=ca();return d.createElement(oy.Provider,{value:`.${lt["header--text"]}`},d.createElement(hT,null,d.createElement(Gy.Provider,{value:{isInModal:!0,componentLoadingCount:F,emitTimeToContentReadyInModal:fe}},d.createElement("div",Object.assign({},M,x,k,{className:P(lt.root,{[lt.hidden]:!n},M.className,lt.refresh),role:"dialog","aria-labelledby":T,onMouseDown:le,onClick:ae,ref:j,style:se?{scrollPaddingBottom:se}:void 0,"data-awsui-referrer-id":((r=De.current)===null||r===void 0?void 0:r.id)||C}),d.createElement(xg,{disabled:!n,autoFocus:!0,restoreFocus:!0,className:lt["focus-lock"]},d.createElement("div",Object.assign({className:P(lt.dialog,lt[a],lt[`breakpoint-${E}`],lt.refresh),onKeyDown:me},re),d.createElement("div",{className:lt.container},d.createElement("div",{className:P(lt.header,wb.header)},d.createElement(Mg,{variant:"h2",__disableActionsWrapping:!0,actions:d.createElement("div",Object.assign({},ze({action:"dismiss"})),d.createElement(Gt,{ariaLabel:H,className:lt["dismiss-control"],variant:"modal-dismiss",iconName:"close",formAction:"none",onClick:ge}))},d.createElement("span",{ref:be,id:T,className:lt["header--text"]},c))),d.createElement("div",Object.assign({ref:B},w,{className:P(lt.content,{[lt["no-paddings"]]:g})}),s,d.createElement("div",{ref:ue})),f&&d.createElement(Fd.Provider,{value:{onClick:h}},d.createElement("div",{ref:Q,className:P(lt.footer,ne&&lt["footer--stuck"])},f)))))))))}const _T={root:"awsui_root_r2vco_w90gc_145"},wT=d.forwardRef((t,r)=>{var a,{options:n,filteringType:c="none",filteringPlaceholder:s,filteringAriaLabel:f,filteringClearAriaLabel:g,filteringResultsText:h,inlineLabelText:p,ariaRequired:v,placeholder:b,disabled:x,readOnly:k,ariaLabel:B,statusType:w="finished",empty:C,loadingText:S,finishedText:R,errorText:T,noMatch:I,triggerVariant:E="label",renderHighlightedAriaLive:A,selectedOption:N,onBlur:H,onFocus:V,onLoadItems:j,onChange:M,virtualScroll:q,expandToViewport:re,autoFocus:X,__inFilteringToken:te,__internalRootRef:F=null}=t,Z=pe(t,["options","filteringType","filteringPlaceholder","filteringAriaLabel","filteringClearAriaLabel","filteringResultsText","inlineLabelText","ariaRequired","placeholder","disabled","readOnly","ariaLabel","statusType","empty","loadingText","finishedText","errorText","noMatch","triggerVariant","renderHighlightedAriaLive","selectedOption","onBlur","onFocus","onLoadItems","onChange","virtualScroll","expandToViewport","autoFocus","__inFilteringToken","__internalRootRef"]);const oe=oo(Z),fe=Dc(Z),z=ft("select"),Y=z("errorIconAriaLabel",Z.errorIconAriaLabel),le=z("selectedAriaLabel",Z.selectedAriaLabel),ae=z("recoveryText",Z.recoveryText);Z.recoveryText;const{handleLoadMore:ge,handleRecoveryClick:me,fireLoadItems:ue}=R5({onLoadItems:j,options:n,statusType:w}),[ne,se]=y.useState(""),{filteredOptions:Q,parentMap:be,totalCount:De,matchesCount:O}=D5(n,c,ne),he=y.useRef(null),ve=y.useRef(null),Ce=$e("trigger"),Te=(a=fe.controlId)!==null&&a!==void 0?a:Ce,ye=y.useRef(null),{isOpen:je,highlightType:Ge,highlightedOption:Pe,highlightedIndex:He,getTriggerProps:ke,getDropdownProps:we,getFilterProps:Ne,getMenuProps:Me,getOptionProps:Qe,highlightOption:no,selectOption:bo,announceSelected:to}=q5({selectedOptions:N?[N]:[],updateSelectedOption:kt=>qe(M,{selectedOption:kt}),options:Q,filteringType:c,onBlur:H,onFocus:V,externalRef:r,fireLoadItems:ue,setFilteringValue:se,statusType:w}),Eo=L5({isEnabled:c==="none"&&!k,options:Q,highlightOption:je?no:bo,highlightedOption:je?Pe==null?void 0:Pe.option:N}),go=$e("select-arialabel-"),Mo=$e("footer");y.useEffect(()=>{var kt;(kt=ye.current)===null||kt===void 0||kt.call(ye,He)},[He]);const fo=d.createElement(HC,Object.assign({clearAriaLabel:g,filteringType:c,placeholder:s,ariaLabel:f,ariaRequired:v,value:ne},Ne())),zo=d.createElement(a5,Object.assign({ref:ve,placeholder:b,disabled:x,readOnly:k,triggerVariant:E,triggerProps:ke(x,X),selectedOption:N,isOpen:je,inFilteringToken:te,inlineLabelText:p},fe,{controlId:Te,ariaLabelledby:Fr(fe.ariaLabelledby,go)})),Fo=!n||n.length===0,Dt=Q&&Q.length===0,gt=c!=="none"&&ne.length>0&&Q&&Q.length>0,$r=gt?h==null?void 0:h(O,De):void 0,Nt=AC({statusType:w,empty:C,loadingText:S,finishedText:R,errorText:T,recoveryText:ae,isEmpty:Fo,isNoMatch:Dt,noMatch:I,isFiltered:gt,filteringResultsText:$r,errorIconAriaLabel:Y,onRecoveryClick:me,hasRecoveryCallback:!!j}),ua=Object.assign(Object.assign({},Me()),{onLoadMore:ge,ariaLabelledby:Fr(go,Te),ariaDescribedby:Nt.content?Mo:void 0}),yl=N5({announceSelected:to,highlightedOption:Pe,getParent:kt=>{var Dr;return(Dr=be.get(kt))===null||Dr===void 0?void 0:Dr.option},selectedAriaLabel:le,renderHighlightedAriaLive:A}),Qt=q?S5:t5,Kn=kt=>{kt.target!==document.activeElement&&kt.preventDefault()},$a=eo(he,F),xt=we();return d.createElement("div",Object.assign({},oe,{ref:$a,className:P(_T.root,oe.className),onKeyDown:Eo}),d.createElement(Ig,Object.assign({},xt,{ariaLabelledby:xt.dropdownContentRole?Fr(go,Te):void 0,ariaDescribedby:xt.dropdownContentRole&&Nt.content?Mo:void 0,open:je,stretchTriggerHeight:!!te,stretchBeyondTriggerWidth:!0,trigger:zo,header:fo,onMouseDown:Kn,footer:Nt.isSticky?d.createElement(mb,{content:je?Nt.content:null,id:Mo}):null,expandToViewport:re}),d.createElement(Qt,{listBottom:Nt.isSticky?null:d.createElement(mb,{content:je?Nt.content:null,id:Mo}),menuProps:ua,getOptionProps:Qe,filteredOptions:Q,filteringValue:ne,ref:ye,hasDropdownStatus:Nt.content!==null,screenReaderContent:yl,highlightType:Ge})),d.createElement("div",{hidden:!0,id:go},B||p))}),Bb=y.createContext({}),BT=(t,r)=>{const a=Og(),n=y.useMemo(()=>cx(r),[r]);y.useEffect(()=>{var c;if(!((c=a==null?void 0:a.filterRef)===null||c===void 0)&&c.current)return a.filterRef.current.filterText=t,a.filterRef.current.filterCount=n,a.filterRef.current.filtered=!!t,()=>{var s,f,g;(s=a.filterRef.current)===null||s===void 0||delete s.filterText,(f=a.filterRef.current)===null||f===void 0||delete f.filterCount,(g=a.filterRef.current)===null||g===void 0||delete g.filtered}},[a==null?void 0:a.filterRef,n,t])},Qf={root:"awsui_root_1sdq3_1r7gl_145",input:"awsui_input_1sdq3_1r7gl_180",results:"awsui_results_1sdq3_1r7gl_184"},ST=2e3,CT=d.forwardRef(({id:t,renderLiveRegion:r,children:a},n)=>{const c=y.useRef(null);return y.useImperativeHandle(n,()=>({reannounce:()=>{var s;(s=c.current)===null||s===void 0||s.reannounce()}}),[]),d.createElement(d.Fragment,null,d.createElement("span",{className:Qf.results,id:t},a),r&&d.createElement(Tt,{delay:ST,tagName:"span",hidden:!0,ref:c},a))}),TT=2e3;function DT({searchQuery:t,countText:r,loading:a,announceCallback:n}){const c=y.useRef(a),s=Tc(()=>{!r||c.current||n()},TT);y.useEffect(()=>{c.current=a,s()},[t,r,a,s])}const ET=d.forwardRef((t,r)=>{var{filteringText:a,filteringAriaLabel:n,filteringPlaceholder:c,filteringClearAriaLabel:s,controlId:f,ariaLabelledby:g,ariaDescribedby:h,disabled:p,countText:v,disableBrowserAutocorrect:b,onChange:x,onDelayedChange:k,loading:B=!1,__internalRootRef:w}=t,C=pe(t,["filteringText","filteringAriaLabel","filteringPlaceholder","filteringClearAriaLabel","controlId","ariaLabelledby","ariaDescribedby","disabled","countText","disableBrowserAutocorrect","onChange","onDelayedChange","loading","__internalRootRef"]);const S=oo(C),R=y.useRef(null),T=y.useRef(null);Ya(r,R),BT(a,v);const I=$e("text-filter-search-results"),E=a&&v&&!p;return DT({searchQuery:a,countText:v,loading:B,announceCallback:()=>{var A;(A=T.current)===null||A===void 0||A.reannounce()}}),d.createElement("div",Object.assign({},S,{className:P(S.className,Qf.root),ref:w}),d.createElement(qg,{__inheritFormFieldProps:!0,disableBrowserAutocorrect:b,ref:R,className:Qf.input,type:"search",ariaLabel:n,placeholder:c,value:a,disabled:p,controlId:f,ariaLabelledby:g,ariaDescribedby:Fr(E?I:void 0,h),autoComplete:!1,clearAriaLabel:s,onChange:A=>qe(x,{filteringText:A.detail.value}),__onDelayedInput:A=>qe(k,{filteringText:A.detail.value})}),E?d.createElement(CT,{renderLiveRegion:!B,id:I,ref:T},v):null)});function nu(t){var{columns:r=1,variant:a="default",borders:n="none",disableGutters:c=!1}=t,s=pe(t,["columns","variant","borders","disableGutters"]);const f=Ro("ColumnLayout",{props:{borders:n,columns:r,disableGutters:c,minColumnWidth:s.minColumnWidth,variant:a}}),g=Vg(s);return d.createElement(gT,Object.assign({columns:r,variant:a,borders:n,disableGutters:c},g,f))}Ao(nu,"ColumnLayout");function Ur(t){var{variant:r="default",disableHeaderPaddings:a=!1,disableContentPaddings:n=!1,fitHeight:c=!1}=t,s=pe(t,["variant","disableHeaderPaddings","disableContentPaddings","fitHeight"]);const f=vl(s),g=Ro("Container",{props:{disableContentPaddings:n,disableHeaderPaddings:a,fitHeight:c,variant:r},metadata:{hasInstanceIdentifier:!!(f!=null&&f.instanceIdentifier)}},f),h=Vg(s),p={name:"awsui.Container",label:{root:"self"}};return d.createElement(tu,{subStepIdentifier:f==null?void 0:f.instanceIdentifier,subStepErrorContext:f==null?void 0:f.errorContext},d.createElement(ax,Object.assign({variant:r,disableContentPaddings:n,disableHeaderPaddings:a,fitHeight:c},s,h,g,ze({component:p}))))}Ao(Ur,"Container");function GT(t){var r;const a=(r=void 0)!==null&&r!==void 0?r:!1,n=y.useContext(XS),c=y.useRef(null),s=y.useCallback(()=>c.current,[c]),f=y.useCallback(g=>{a||n(g.contentBoxHeight)},[a,n]);return Xr(s,f),y.useLayoutEffect(function(){return()=>{a||n(0)}},[a,n]),c}const vt={layout:"awsui_layout_5gtk3_1vz33_145",background:"awsui_background_5gtk3_1vz33_159","is-overlap-disabled":"awsui_is-overlap-disabled_5gtk3_1vz33_164","header-background":"awsui_header-background_5gtk3_1vz33_167",notifications:"awsui_notifications_5gtk3_1vz33_171",breadcrumbs:"awsui_breadcrumbs_5gtk3_1vz33_176","default-padding":"awsui_default-padding_5gtk3_1vz33_181","header-wrapper":"awsui_header-wrapper_5gtk3_1vz33_185","with-divider":"awsui_with-divider_5gtk3_1vz33_190",content:"awsui_content_5gtk3_1vz33_193","has-header":"awsui_has-header_5gtk3_1vz33_197","is-visual-refresh":"awsui_is-visual-refresh_5gtk3_1vz33_204","has-default-background":"awsui_has-default-background_5gtk3_1vz33_204","has-notifications":"awsui_has-notifications_5gtk3_1vz33_208"},lc={header:"awsui_header_64tge_1scxg_5","secondary-header":"awsui_secondary-header_64tge_1scxg_9",notifications:"awsui_notifications_64tge_1scxg_13",breadcrumbs:"awsui_breadcrumbs_64tge_1scxg_17"},IT=((1<<30)-1)/120;function NT(t){var{children:r,disableOverlap:a,header:n,headerVariant:c="default",headerBackgroundStyle:s,__internalRootRef:f,maxContentWidth:g=Number.MAX_VALUE,breadcrumbs:h,notifications:p,defaultPadding:v,secondaryHeader:b}=t,x=pe(t,["children","disableOverlap","header","headerVariant","headerBackgroundStyle","__internalRootRef","maxContentWidth","breadcrumbs","notifications","defaultPadding","secondaryHeader"]);const k=y.useRef(null),B=eo(k,f),w=oo(x),C=bl(),S=py(k),R=GT(),T=!r||a,I=c==="high-contrast"&&C?WS:"";return d.createElement("div",Object.assign({},w,{className:P(w.className,vt.layout,{[vt["is-overlap-disabled"]]:T,[vt["is-visual-refresh"]]:C,[vt["has-header"]]:!!n,[vt["default-padding"]]:!!v,[vt["has-notifications"]]:!!p}),style:{[Bd.contentLayoutMaxContentWidth]:g<Number.MAX_VALUE?`${g}px`:`${IT}px`},ref:B}),d.createElement("div",{className:P(vt.background,{[vt["has-default-background"]]:!s},I),ref:R},s&&d.createElement("div",{className:vt["header-background"],style:{background:typeof s=="function"?s(S):s}})),p&&d.createElement("div",{className:P(vt.notifications,lc.notifications,I)},p),h&&d.createElement("div",{className:P(vt.breadcrumbs,lc.breadcrumbs,I)},h),n&&!b&&d.createElement("div",{className:P(vt["header-wrapper"],lc.header,I,{[vt["with-divider"]]:c==="divider"})},n),n&&b&&d.createElement("div",{className:P(vt["header-wrapper"],{[vt["with-divider"]]:c==="divider"})},d.createElement(Pg,{gridDefinition:[{colspan:{default:12,xs:9}},{colspan:{default:12,xs:3}}]},d.createElement("div",{className:P(lc.header,I)},n),d.createElement("div",{className:lc["secondary-header"]},b))),d.createElement("div",{className:P(vt.content,{[vt["with-divider"]]:c==="divider"})},r))}function Lx(t){const r=Ro("ContentLayout",{props:{disableOverlap:t.disableOverlap}});return d.createElement(NT,Object.assign({},t,r))}Ao(Lx,"ContentLayout");function Nd(t){var{variant:r="default"}=t,a=pe(t,["variant"]);const n=vl(a),c=Ro("ExpandableSection",{props:{disableContentPaddings:a.disableContentPaddings,headingTagOverride:a.headingTagOverride,variant:r},metadata:{hasInstanceIdentifier:!!(n!=null&&n.instanceIdentifier),hasHeaderActions:!!a.headerActions}},n);return d.createElement(SC,Object.assign({variant:r},a,c,{__injectAnalyticsComponentMetadata:!0}))}Ao(Nd,"ExpandableSection");function RT(t){const r={};for(const a in t){const n=t[a];n&&(r[a]=n.getBoundingClientRect())}return r}function AT({oldState:t,elements:r,onTransitionsEnd:a,newElementInitialState:n}){for(const c in r){const s=r[c],f=t[c];if(s){const g=s.getBoundingClientRect(),h={scale:1,x:0,y:0},p=f?{scale:f.width/g.width,x:(f.left+f.right)/2-(g.left+g.right)/2,y:(f.top+f.bottom)/2-(g.top+g.bottom)/2}:n?n(g):{},v=Object.assign(Object.assign({},h),p);s.style.transitionProperty="none",s.style.transform=`scale(${v.scale}) translate(${v.x}px, ${v.y}px)`,f||(s.style.opacity="0")}}requestAnimationFrame(()=>{const c=new Set;for(const s in r){const f=r[s];if(f){t[s]?(f.style.transitionProperty="transform",f.style.transform=""):(f.style.transitionProperty="transform, opacity",f.style.transform="",f.style.opacity="");const h=v=>{v.target===f&&(c.add(s),f.removeEventListener("transitionstart",h))},p=v=>{v.target===f&&(f.style.transitionProperty="",f.removeEventListener("transitionend",p),a&&(c.delete(s),c.size===0&&a()))};f.addEventListener("transitionstart",h),f.addEventListener("transitionend",p)}}})}const Jf={"flash-header":"awsui_flash-header_4c95g_vov7p_5"},Hx=(t,r,a)=>{const n={component:{name:"awsui.Flashbar",label:r?{root:"self",selector:"ul"}:{root:"self"},properties:{itemsCount:`${t}`,stackItems:`${r}`}}};return a!==void 0&&(n.component.properties.expanded=`${a}`),n},Ox=(t,r,a)=>{const n={itemLabel:`.${Jf["flash-header"]}`,itemPosition:`${t}`,itemType:r};return a&&(n.itemId=a),{component:{innerContext:n}}},zT=2e3,Mx={error:"red",info:"blue","in-progress":"blue",success:"green",warning:"yellow"};function LT(t){const r="blue";return t&&Mx[t]||r}function jx(t){return t.loading?"in-progress":t.type||"info"}function Px(t){return LT(jx(t))}function HT(t,r){const a=[],n=[],c=new Set,s=Object.keys(Mx).length,f=Math.min(t.length,r);for(let v=0;v<t.length;v++){const b=t[v],x=Px(b),k=c.has(x);if(v<f)a.push({item:Object.assign(Object.assign({},b),{expandedIndex:v}),isColorRepeated:k});else{if(c.size===s)break;k||n.push(Object.assign(Object.assign({},b),{expandedIndex:v}))}c.add(x)}const g=[];let h=0;for(let v=a.length-1;v>=0;v--){const b=a[v];b.isColorRepeated&&h<n.length?h+=1:g.push(b.item)}const p=g.reverse();for(let v=0;p.length<r;v++)p.push(n[v]);return p}function OT(t){const r={error:0,info:0,"in-progress":0,success:0,warning:0};for(const a of t){const n=jx(a);r[n]+=1}return r}const MT=[{type:"error",labelName:"errorIconAriaLabel",iconName:"status-negative"},{type:"warning",labelName:"warningIconAriaLabel",iconName:"status-warning"},{type:"success",labelName:"successIconAriaLabel",iconName:"status-positive"},{type:"info",labelName:"infoIconAriaLabel",iconName:"status-info"},{type:"in-progress",labelName:"inProgressIconAriaLabel",iconName:"status-in-progress"}],xe={"flash-with-motion":"awsui_flash-with-motion_1q84n_10lcv_157",enter:"awsui_enter_1q84n_10lcv_157","flash-body":"awsui_flash-body_1q84n_10lcv_171","flash-message":"awsui_flash-message_1q84n_10lcv_171","flash-header":"awsui_flash-header_1q84n_10lcv_171","flash-content":"awsui_flash-content_1q84n_10lcv_172","action-button-wrapper":"awsui_action-button-wrapper_1q84n_10lcv_173","dismiss-button-wrapper":"awsui_dismiss-button-wrapper_1q84n_10lcv_174","flash-icon":"awsui_flash-icon_1q84n_10lcv_197",entering:"awsui_entering_1q84n_10lcv_210",entered:"awsui_entered_1q84n_10lcv_231",exiting:"awsui_exiting_1q84n_10lcv_336",stack:"awsui_stack_1q84n_10lcv_370","animation-running":"awsui_animation-running_1q84n_10lcv_370",item:"awsui_item_1q84n_10lcv_370","flash-list-item":"awsui_flash-list-item_1q84n_10lcv_371","notification-bar":"awsui_notification-bar_1q84n_10lcv_372",collapsed:"awsui_collapsed_1q84n_10lcv_392","animation-ready":"awsui_animation-ready_1q84n_10lcv_392","expanded-only":"awsui_expanded-only_1q84n_10lcv_392",expanded:"awsui_expanded_1q84n_10lcv_392",flash:"awsui_flash_1q84n_10lcv_157",collapsible:"awsui_collapsible_1q84n_10lcv_448","short-list":"awsui_short-list_1q84n_10lcv_454","visual-refresh":"awsui_visual-refresh_1q84n_10lcv_454",status:"awsui_status_1q84n_10lcv_601",header:"awsui_header_1q84n_10lcv_601","item-count":"awsui_item-count_1q84n_10lcv_602",button:"awsui_button_1q84n_10lcv_603","type-count":"awsui_type-count_1q84n_10lcv_636","count-number":"awsui_count-number_1q84n_10lcv_636",icon:"awsui_icon_1q84n_10lcv_670",floating:"awsui_floating_1q84n_10lcv_711",flashbar:"awsui_flashbar_1q84n_10lcv_715","initial-hidden":"awsui_initial-hidden_1q84n_10lcv_773","flash-list":"awsui_flash-list_1q84n_10lcv_371","flash-focus-container":"awsui_flash-focus-container_1q84n_10lcv_797","flash-text":"awsui_flash-text_1q84n_10lcv_827",hidden:"awsui_hidden_1q84n_10lcv_846","header-replacement":"awsui_header-replacement_1q84n_10lcv_851","content-replacement":"awsui_content-replacement_1q84n_10lcv_856","dismiss-button":"awsui_dismiss-button_1q84n_10lcv_174","action-wrapped":"awsui_action-wrapped_1q84n_10lcv_874","action-button":"awsui_action-button_1q84n_10lcv_173","action-slot":"awsui_action-slot_1q84n_10lcv_881","flash-type-success":"awsui_flash-type-success_1q84n_10lcv_885","flash-type-error":"awsui_flash-type-error_1q84n_10lcv_889","flash-type-info":"awsui_flash-type-info_1q84n_10lcv_893","flash-type-in-progress":"awsui_flash-type-in-progress_1q84n_10lcv_894","flash-type-warning":"awsui_flash-type-warning_1q84n_10lcv_898"},jT={success:"status-positive",warning:"status-warning",info:"status-info",error:"status-negative","in-progress":"status-in-progress"},PT=My(Zd.flashbar.onActionRegistered),qT=jy("flash",Zd.flashContent);function FT(t,r){return d.createElement("div",Object.assign({className:xe["dismiss-button-wrapper"]},ze({action:"dismiss"})),d.createElement(Gt,{onClick:r,className:xe["dismiss-button"],variant:"flashbar-icon",iconName:"close",formAction:"none",ariaLabel:t}))}const qx=Tx((t,r)=>{var a;const n=`[data-itemid="${CSS.escape(r)}"] .${xe["flash-focus-container"]}`;(a=t==null?void 0:t.querySelector(n))===null||a===void 0||a.focus()},zT,{trailing:!1}),Fx=d.forwardRef((t,r)=>{var{id:a,header:n,content:c,dismissible:s,dismissLabel:f,loading:g,action:h,buttonText:p,onButtonClick:v,onDismiss:b,className:x,transitionState:k,ariaRole:B,i18nStrings:w,type:C="info",analyticsMetadata:S}=t,R=pe(t,["id","header","content","dismissible","dismissLabel","loading","action","buttonText","onButtonClick","onDismiss","className","transitionState","ariaRole","i18nStrings","type","analyticsMetadata"]);const[T,I]=Py(),E=ty("Flash",la,S),A=eo(r,E,I),N=$e("flash-icon"),H=$e("flash-message"),V=y.useRef(null),j=y.useRef(null),{discoveredActions:M,headerRef:q,contentRef:re}=PT(C),{initialHidden:X,headerReplacementType:te,contentReplacementType:F,headerRef:Z,contentRef:oe,replacementHeaderRef:fe,replacementContentRef:z}=qT({type:C,header:n,children:c}),Y=eo(q,Z,V),le=eo(re,oe,j),ae=R.statusIconAriaLabel||(w==null?void 0:w[`${g||C==="in-progress"?"inProgress":C}IconAriaLabel`]),ge=jT[C],me=g?d.createElement("span",{role:"img","aria-label":ae},d.createElement(Yd,null)):d.createElement(uo,{name:ge,ariaLabel:ae}),ue=g?"info":C,ne={[$_]:ue};return S!=null&&S.suppressFlowMetricEvents&&(ne[Z_]="true"),d.createElement("div",Object.assign({ref:A,role:B,"aria-live":B?"off":void 0,"data-itemid":a,className:P(xe.flash,xe[`flash-type-${ue}`],x,k&&{[xe.enter]:k==="enter",[xe.entering]:k==="entering",[xe.entered]:k==="entered",[xe.exit]:k==="exit",[xe.exiting]:k==="exiting",[xe.exited]:k==="exited"},Bc(C==="warning"&&!g?"flashbar-warning":"flashbar"),X&&xe["initial-hidden"])},ne),d.createElement("div",{className:xe["flash-body"]},d.createElement("div",{className:xe["flash-focus-container"],tabIndex:-1,role:"group","aria-labelledby":`${N} ${H}`},d.createElement("div",{className:P(xe["flash-icon"],xe["flash-text"]),id:N},me),d.createElement("div",{className:P(xe["flash-message"],xe["flash-text"]),id:H},d.createElement("div",{className:P(xe["flash-header"],te!=="original"?xe.hidden:Jf["flash-header"]),ref:Y},n),d.createElement("div",{className:P(xe["header-replacement"],te!=="replaced"&&xe.hidden),ref:fe}),d.createElement("div",{className:P(xe["flash-content"],F!=="original"?xe.hidden:Jf["flash-header"]),ref:le},c),d.createElement("div",{className:P(xe["content-replacement"],F!=="replaced"&&xe.hidden),ref:z}))),d.createElement(qy,{className:xe["action-button-wrapper"],testUtilClasses:{actionSlot:xe["action-slot"],actionButton:xe["action-button"]},action:h,discoveredActions:M,buttonText:p,onButtonClick:v,containerWidth:T,wrappedClass:xe["action-wrapped"]})),s&&FT(f,b),B==="status"&&d.createElement(Tt,{sources:[ae,V,j]}))});function Ux(t){var{items:r,onItemsAdded:a,onItemsChanged:n,onItemsRemoved:c}=t,s=pe(t,["items","onItemsAdded","onItemsChanged","onItemsRemoved"]);const{__internalRootRef:f}=Ro("Flashbar",{props:{stackItems:s.stackItems}}),g=y.useMemo(()=>r.every(S=>"id"in S),[r]),h=oo(s),p=y.useRef(null),v=eo(p,f),b=hg(p),x=bl(),[k,B]=y.useState(r),[w,C]=y.useState(null);if(r){const S=r.filter(({id:T})=>T&&!k.some(I=>I.id===T)),R=k.filter(({id:T})=>T&&!r.some(I=>I.id===T));if(S.length>0||R.length>0){B(r),a==null||a(S),c==null||c(R),n==null||n({allItemsHaveId:g,isReducedMotion:b});const T=S.filter(({ariaRole:I})=>I==="alert");T.length>0&&C(T[0].id)}}return y.useEffect(()=>{w&&qx(p.current,w)},[w,p]),{allItemsHaveId:g,baseProps:h,isReducedMotion:b,isVisualRefresh:x,mergedRef:v,ref:p}}const Sb=1,UT=100;function VT(t){var{items:r}=t,a=pe(t,["items"]);const[n,c]=y.useState([]),[s,f]=y.useState([]),[g,h]=y.useState(!1),p=y.useCallback(()=>{const O=g?C.current:w.current;return Object.assign(Object.assign({},O),{notificationBar:I.current})},[g]),v=y.useCallback(()=>{const O=RT(p());R(O)},[p]),{baseProps:b,isReducedMotion:x,mergedRef:k,ref:B}=Ux(Object.assign(Object.assign({items:r},a),{onItemsAdded:O=>{c([...n,...O])},onItemsChanged:O=>{O!=null&&O.allItemsHaveId&&!(O!=null&&O.isReducedMotion)&&v()},onItemsRemoved:O=>{f([...s,...O])}})),w=y.useRef({}),C=y.useRef({}),[S,R]=y.useState(null),T=y.useRef(null),I=y.useRef(null),[E,A]=y.useState(!1),N=$e("flashbar"),H=$e("item-count");r.length<=Sb&&g&&h(!1);const V=!x;function j(){x||v(),h(O=>!O)}y.useLayoutEffect(()=>{if(g&&(r!=null&&r.length)){const O=r[0];O.id!==void 0&&qx(B.current,O.id)}},[g]),xd(()=>{!g&&I.current&&_g(I.current)},[g]);const M=y.useMemo(()=>Tx(()=>{const O=T==null?void 0:T.current,he=O==null?void 0:O.parentElement;if(O&&he){he.classList.remove(xe.floating);const ve=window.innerHeight,Ce=yt(he,ye=>ye.getAttribute("role")==="region")||he;g&&Math.ceil(Ce.getBoundingClientRect().bottom)>=ve||he.classList.add(xe.floating)}},UT),[g]);y.useLayoutEffect(()=>(window.addEventListener("resize",M),()=>{window.removeEventListener("resize",M),M.cancel()}),[M]);const{i18nStrings:q}=a,re=ft("flashbar"),X=re("i18nStrings.ariaLabel",q==null?void 0:q.ariaLabel),te=re("i18nStrings.notificationBarText",q==null?void 0:q.notificationBarText),F=re("i18nStrings.notificationBarAriaLabel",q==null?void 0:q.notificationBarAriaLabel),Z={errorIconAriaLabel:re("i18nStrings.errorIconAriaLabel",q==null?void 0:q.errorIconAriaLabel),inProgressIconAriaLabel:re("i18nStrings.inProgressIconAriaLabel",q==null?void 0:q.inProgressIconAriaLabel),infoIconAriaLabel:re("i18nStrings.infoIconAriaLabel",q==null?void 0:q.infoIconAriaLabel),successIconAriaLabel:re("i18nStrings.successIconAriaLabel",q==null?void 0:q.successIconAriaLabel),warningIconAriaLabel:re("i18nStrings.warningIconAriaLabel",q==null?void 0:q.warningIconAriaLabel)};y.useLayoutEffect(()=>{S&&(M(),AT({elements:p(),oldState:S,newElementInitialState:({top:O})=>({scale:.9,y:-.2*O}),onTransitionsEnd:()=>A(!1)}),A(!0),R(null))},[M,p,S,g]);const oe=r.length>Sb,fe=OT(r),z=new Set(r.map(Px)).size,Y=Math.max(z,3),le=Math.min(Y,r.length),ae=g?r.map((O,he)=>Object.assign(Object.assign({},O),{expandedIndex:he})):HT(r,le).map((O,he)=>Object.assign(Object.assign({},O),{collapsedIndex:he})),ge=O=>{var he,ve;return(ve=(he=O.id)!==null&&he!==void 0?he:O.expandedIndex)!==null&&ve!==void 0?ve:0},me=O=>n.some(he=>he.id&&he.id===O.id),ue=O=>!("expandedIndex"in O),ne=O=>me(O)||ue(O),se=O=>g||ue(O)||"expandedIndex"in O&&O.expandedIndex===0,Q=(O,he)=>he===0&&ne(O),be=O=>`flash-${ge(O)}`,De=()=>d.createElement("ul",{ref:T,className:P(xe["flash-list"],g?xe.expanded:xe.collapsed,E&&xe["animation-running"],S&&xe["animation-ready"],xe["visual-refresh"]),id:N,"aria-label":X,"aria-describedby":oe?H:void 0,style:!g||E?{[Bd.flashbarStackDepth]:le}:void 0},d.createElement(XT,{withMotion:!x},ae.map((O,he)=>d.createElement(Pd,{key:ge(O),in:!ue(O),onStatusChange:ve=>{ve==="entered"?c([]):ve==="exited"&&f([])}},(ve,Ce)=>{var Te,ye,je;return d.createElement("li",Object.assign({"aria-hidden":!se(O),className:se(O)?P(xe["flash-list-item"],!g&&xe.item,!w.current[be(O)]&&xe["expanded-only"]):P(xe.flash,xe[`flash-type-${(Te=O.type)!==null&&Te!==void 0?Te:"info"}`],xe.item),ref:Ge=>{g?C.current[be(O)]=Ge:w.current[be(O)]=Ge},style:!g||E?{[Bd.flashbarStackIndex]:(je=(ye=O.collapsedIndex)!==null&&ye!==void 0?ye:O.expandedIndex)!==null&&je!==void 0?je:he}:void 0,key:ge(O)},ze(Ox(he+1,O.type||"info",O.id))),se(O)&&d.createElement(Fx,Object.assign({className:P(V&&xe["flash-with-motion"],xe["flash-refresh"]),key:ge(O),ref:Q(O,he)?Ce:void 0,transitionState:Q(O,he)?ve:void 0,i18nStrings:Z},O)))}))));return d.createElement("div",Object.assign({},b,{className:P(b.className,xe.flashbar,xe.stack,oe&&xe.collapsible,r.length===2&&xe["short-list"],g&&xe.expanded,xe["visual-refresh"]),ref:k},ze(Hx(r.length,!0,g))),g&&De(),oe&&d.createElement("div",Object.assign({className:P(xe["notification-bar"],xe["visual-refresh"],g?xe.expanded:xe.collapsed,E&&xe["animation-running"],r.length===2&&xe["short-list"],Bc("flashbar")),onClick:j,ref:I},ze({action:g?"collapse":"expand",detail:{label:"h2"}})),d.createElement("span",{"aria-live":"polite",className:xe.status,role:"status",id:H},te&&d.createElement("h2",{className:xe.header},te),d.createElement("span",{className:xe["item-count"]},MT.map(({type:O,labelName:he,iconName:ve})=>d.createElement(WT,{key:O,iconName:ve,label:Z[he],count:fe[O]})))),d.createElement("button",{"aria-controls":N,"aria-describedby":H,"aria-expanded":g,"aria-label":F,className:P(xe.button,g&&xe.expanded)},d.createElement(uo,{className:xe.icon,size:"normal",name:"angle-down"}))),!g&&De())}const WT=({iconName:t,label:r,count:a})=>d.createElement("span",{className:xe["type-count"]},d.createElement("span",{title:r},d.createElement(uo,{name:t,ariaLabel:r})),d.createElement("span",{className:xe["count-number"]},a)),XT=({children:t,withMotion:r})=>r?d.createElement(jd,{component:null},t):d.createElement(d.Fragment,null,t),YT=115;function $T(t){var{items:r,i18nStrings:a}=t,n=pe(t,["items","i18nStrings"]);const{allItemsHaveId:c,baseProps:s,isReducedMotion:f,isVisualRefresh:g,mergedRef:h}=Ux(Object.assign({items:r},n)),p=ft("flashbar"),v=p("i18nStrings.ariaLabel",a==null?void 0:a.ariaLabel),b={errorIconAriaLabel:p("i18nStrings.errorIconAriaLabel",a==null?void 0:a.errorIconAriaLabel),inProgressIconAriaLabel:p("i18nStrings.inProgressIconAriaLabel",a==null?void 0:a.inProgressIconAriaLabel),infoIconAriaLabel:p("i18nStrings.infoIconAriaLabel",a==null?void 0:a.infoIconAriaLabel),successIconAriaLabel:p("i18nStrings.successIconAriaLabel",a==null?void 0:a.successIconAriaLabel),warningIconAriaLabel:p("i18nStrings.warningIconAriaLabel",a==null?void 0:a.warningIconAriaLabel)},x=f||!g||!c,k=!f&&g;function B(){if(!(x||!r))return d.createElement(jd,{component:"ul",className:xe["flash-list"],"aria-label":v},r.map((S,R)=>{var T;return d.createElement(Pd,{transitionChangeDelay:{entering:YT},key:(T=S.id)!==null&&T!==void 0?T:R,in:!0},(I,E)=>{var A;return d.createElement("li",{className:xe["flash-list-item"]},C(S,(A=S.id)!==null&&A!==void 0?A:R,E,I))})}))}function w(){if(!(!x||!r))return d.createElement("ul",Object.assign({className:xe["flash-list"],"aria-label":v},ze(Hx(r.length,!1))),r.map((S,R)=>{var T,I;return d.createElement("li",Object.assign({key:(T=S.id)!==null&&T!==void 0?T:R,className:xe["flash-list-item"]},ze(Ox(R+1,S.type||"info",S.id))),C(S,(I=S.id)!==null&&I!==void 0?I:R))}))}function C(S,R,T,I){return d.createElement(Fx,Object.assign({className:P(k&&xe["flash-with-motion"],xe["flash-refresh"]),key:R,ref:T,transitionState:I,i18nStrings:b},S))}return d.createElement("div",Object.assign({},s,{className:P(s.className,xe.flashbar),ref:h}),B(),w())}function Vx(t){return t.stackItems?d.createElement(VT,Object.assign({},t)):d.createElement($T,Object.assign({},t))}Ao(Vx,"Flashbar");const Rd={header:"awsui_header_6xiez_1ns0c_5"},$l={root:"awsui_root_1i0s3_t4z6f_145",header:"awsui_header_1i0s3_t4z6f_177",content:"awsui_content_1i0s3_t4z6f_181",error:"awsui_error_1i0s3_t4z6f_185",footer:"awsui_footer_1i0s3_t4z6f_189","actions-section":"awsui_actions-section_1i0s3_t4z6f_193","secondary-actions":"awsui_secondary-actions_1i0s3_t4z6f_202",actions:"awsui_actions_1i0s3_t4z6f_193"};function ZT(t){var{children:r,header:a,errorText:n,errorIconAriaLabel:c,actions:s,secondaryActions:f,__internalRootRef:g,__injectAnalyticsComponentMetadata:h,__errorSlotId:p}=t,v=pe(t,["children","header","errorText","errorIconAriaLabel","actions","secondaryActions","__internalRootRef","__injectAnalyticsComponentMetadata","__errorSlotId"]);const b=oo(v),k=ft("form")("errorIconAriaLabel",c),B={component:{name:"awsui.Form",label:{selector:["h1","h2","h3"].map(w=>`.${Rd.header} ${w}`)}}};return d.createElement("div",Object.assign({},b,{ref:g,className:P($l.root,b.className)},h?ze(B):{}),a&&d.createElement("div",{className:P($l.header,Rd.header)},a),r&&d.createElement("div",{className:$l.content},r),n&&d.createElement(wd,{margin:{top:"l"}},d.createElement(Fy,{type:"error",statusIconAriaLabel:k},d.createElement("div",{className:$l.error,id:p},n))),(s||f)&&d.createElement("div",{className:$l.footer},d.createElement("div",{className:$l["actions-section"]},s&&d.createElement("div",{className:$l.actions},s),f&&d.createElement("div",{className:$l["secondary-actions"]},f))),n&&d.createElement(Tt,{hidden:!0,tagName:"span",assertive:!0},k,", ",n))}const KT=t=>{var{variant:r="full-page",actions:a,errorText:n,__internalRootRef:c}=t,s=pe(t,["variant","actions","errorText","__internalRootRef"]);const{funnelIdentifier:f,funnelInteractionId:g,funnelProps:h,funnelSubmit:p,funnelNextOrSubmitAttempt:v,errorCount:b,submissionAttempt:x,funnelErrorContext:k}=Mt(),B=Q_(),w=({variant:S})=>{S==="primary"&&(v(),p())},C=$e("form-error-");return y.useEffect(()=>{var S,R;if(g&&n){b.current++;const T=bt(B.current.stepNameSelector);return ur.funnelStepError({funnelInteractionId:g,stepNumber:B.current.stepNumber,stepNameSelector:B.current.stepNameSelector,stepName:T,stepIdentifier:B.current.stepIdentifier,currentDocument:(S=c.current)===null||S===void 0?void 0:S.ownerDocument,totalSubSteps:B.current.subStepCount.current,funnelIdentifier:f,subStepAllSelector:pl(),errorContext:B.current.stepErrorContext,subStepConfiguration:(R=B.current.subStepConfiguration.current)===null||R===void 0?void 0:R.get(B.current.stepNumber),stepErrorSelector:"#"+C}),()=>{b.current--}}},[g,f,n,x,b,k,C,c,B]),d.createElement(Fd.Provider,{value:{onClick:w}},d.createElement(ZT,Object.assign({variant:r,actions:a,errorText:n,__errorSlotId:C},s,h,B.current.funnelStepProps,{__internalRootRef:c,__injectAnalyticsComponentMetadata:!0})))};function Wx(t){var{variant:r="full-page"}=t,a=pe(t,["variant"]);const n=vl(a),c=Ro("Form",{props:{variant:r,flowType:n==null?void 0:n.flowType},metadata:{hasResourceType:!!(n!=null&&n.resourceType),hasInstanceIdentifier:!!(n!=null&&n.instanceIdentifier)}},n),f=J_()||`.${Rd.header} .${_o["heading-text"]}`;return d.createElement(nx,{funnelIdentifier:n==null?void 0:n.instanceIdentifier,funnelFlowType:n==null?void 0:n.flowType,funnelErrorContext:n==null?void 0:n.errorContext,funnelResourceType:n==null?void 0:n.resourceType,funnelType:"single-page",optionalStepNumbers:[],totalFunnelSteps:1,funnelNameSelectors:()=>[f,`.${Rd.header}`]},d.createElement(ix,{stepIdentifier:n==null?void 0:n.instanceIdentifier,stepErrorContext:n==null?void 0:n.errorContext,stepNumber:1},d.createElement(KT,Object.assign({variant:r},a,c))))}Ao(Wx,"Form");function Ko(t){var{stretch:r=!1}=t,a=pe(t,["stretch"]);const n=vl(a),c=Ro("FormField",{props:{stretch:r},metadata:{hasInstanceIdentifier:!!(n!=null&&n.instanceIdentifier),hasErrorContext:!!(n!=null&&n.errorContext)}},n);return d.createElement(gx,Object.assign({stretch:r},a,{__hideLabel:!1,__analyticsMetadata:n},c,ze({component:{name:"awsui.FormField",label:`.${fx.label}`}})))}Ao(Ko,"FormField");function Xa(t){var{variant:r="h2"}=t,a=pe(t,["variant"]);const n=Ro("Header",{props:{headingTagOverride:a.headingTagOverride,variant:r}});return d.createElement(Mg,Object.assign({variant:r},a,n))}Ao(Xa,"Header");const Tr=d.forwardRef((t,r)=>{var{value:a,type:n="text",step:c,inputMode:s,autoComplete:f=!0,spellcheck:g,disabled:h,readOnly:p,disableBrowserAutocorrect:v,onKeyDown:b,onKeyUp:x,onChange:k,onBlur:B,onFocus:w,ariaRequired:C,name:S,placeholder:R,autoFocus:T,ariaLabel:I,ariaLabelledby:E,ariaDescribedby:A,invalid:N,warning:H,controlId:V,clearAriaLabel:j}=t,M=pe(t,["value","type","step","inputMode","autoComplete","spellcheck","disabled","readOnly","disableBrowserAutocorrect","onKeyDown","onKeyUp","onChange","onBlur","onFocus","ariaRequired","name","placeholder","autoFocus","ariaLabel","ariaLabelledby","ariaDescribedby","invalid","warning","controlId","clearAriaLabel"]);const q=Ro("Input",{props:{autoComplete:f,autoFocus:T,disableBrowserAutocorrect:v,inputMode:s,readOnly:p,spellcheck:g,type:n}}),re=oo(M),X=y.useRef(null);return y.useImperativeHandle(r,()=>({focus(...te){var F;(F=X.current)===null||F===void 0||F.focus(...te)},select(){var te;(te=X.current)===null||te===void 0||te.select()}}),[X]),d.createElement(qg,Object.assign({ref:X},Object.assign(Object.assign(Object.assign({},re),q),{autoComplete:f,ariaLabel:I,ariaRequired:C,autoFocus:T,disabled:h,disableBrowserAutocorrect:v,name:S,onKeyDown:b,onKeyUp:x,onChange:k,onBlur:B,onFocus:w,placeholder:R,readOnly:p,type:n,step:c,inputMode:s,spellcheck:g,value:a,ariaDescribedby:A,ariaLabelledby:E,invalid:N,warning:H,controlId:V,clearAriaLabel:j}),{className:P(Zt.root,re.className),__inheritFormFieldProps:!0}))});Ao(Tr,"Input");const Vn=d.forwardRef((t,r)=>{var{fontSize:a="body-m",color:n="normal",external:c=!1}=t,s=pe(t,["fontSize","color","external"]);const f=Ro("Link",{props:{color:n,external:c,fontSize:a,rel:s.rel,target:s.target,variant:s.variant}}),g={action:"click",detail:{label:{root:"self"},external:`${c}`},component:{name:"awsui.Link",label:{root:"self"},properties:{variant:s.variant||"secondary"}}};return s.href&&(g.detail.href=s.href),d.createElement(rx,Object.assign({fontSize:a,color:n,external:c},s,f,{ref:r},ze(g)))});Ao(Vn,"Link");function QT(t){var{analyticsMetadata:r,baseComponentProps:a,size:n="medium"}=t,c=pe(t,["analyticsMetadata","baseComponentProps","size"]);const s=$e(),f={[Nv]:s};return d.createElement(nx,{mounted:c.visible,funnelIdentifier:r==null?void 0:r.instanceIdentifier,funnelFlowType:r==null?void 0:r.flowType,funnelErrorContext:r==null?void 0:r.errorContext,funnelResourceType:r==null?void 0:r.resourceType,funnelType:"modal",optionalStepNumbers:[],totalFunnelSteps:1,funnelNameSelectors:()=>{var g;return[`[${Nv}="${(g=window==null?void 0:window.CSS)===null||g===void 0?void 0:g.escape(s)}"] .${lt["header--text"]}`]}},d.createElement(ix,{mounted:c.visible,stepIdentifier:r==null?void 0:r.instanceIdentifier,stepErrorContext:r==null?void 0:r.errorContext,stepNumber:1},d.createElement(tu,{subStepIdentifier:r==null?void 0:r.instanceIdentifier,subStepErrorContext:r==null?void 0:r.errorContext},d.createElement(xT,Object.assign({size:n},c,a,f,{__injectAnalyticsComponentMetadata:!0})))))}function gr(t){var{size:r="medium"}=t,a=pe(t,["size"]);const{isInFunnel:n}=Mt(),c=vl(a),s=Ro("Modal",{props:{size:r,disableContentPaddings:a.disableContentPaddings,flowType:c.flowType},metadata:{hasResourceType:!!(c!=null&&c.resourceType),hasInstanceIdentifier:!!(c!=null&&c.instanceIdentifier)}},c);return n?d.createElement(zx,Object.assign({size:r},a,s,{__injectAnalyticsComponentMetadata:!0})):d.createElement(QT,Object.assign({analyticsMetadata:c,baseComponentProps:s,size:r},a))}Ao(gr,"Modal");function JT(t,r){const a=[];for(let n=t;n<=r;n++)a.push(n);return a}function eD(t,r,a){const c=Math.floor(3.5);let s=c;const f=2;let g=r-1;a&&(s++,g=r+1);let h=t-c,p=t+s;h<f&&(p+=f-h,h=f),p>g&&(h-=p-g,p=g),h=Math.max(h,2),p=Math.min(p,g);const v=h>2,b=a||p<g;return v&&h++,b&&p--,{leftDots:v,rightDots:b,leftIndex:h,rightIndex:p}}const Cr={root:"awsui_root_fvjdu_rfhbo_145",button:"awsui_button_fvjdu_rfhbo_185",dots:"awsui_dots_fvjdu_rfhbo_186","button-disabled":"awsui_button-disabled_fvjdu_rfhbo_214",arrow:"awsui_arrow_fvjdu_rfhbo_219","page-number":"awsui_page-number_fvjdu_rfhbo_229","button-current":"awsui_button-current_fvjdu_rfhbo_235","page-item":"awsui_page-item_fvjdu_rfhbo_252","root-disabled":"awsui_root-disabled_fvjdu_rfhbo_270"},ac={nextPageLabel:"",previousPageLabel:"",pageLabel:t=>`${t}`};function eg(t){var{className:r,ariaLabel:a,disabled:n,pageIndex:c,isCurrent:s=!1,children:f,onClick:g}=t,h=pe(t,["className","ariaLabel","disabled","pageIndex","isCurrent","children","onClick"]);function p(v){v.preventDefault(),g(c)}return d.createElement("li",Object.assign({className:Cr["page-item"]},_c(h)),d.createElement("button",Object.assign({className:P(r,Cr.button,n&&Cr["button-disabled"],s&&Cr["button-current"]),type:"button","aria-label":a,disabled:n,onClick:p,"aria-current":s},n?{}:ze({action:"click",detail:{label:{root:"self"}}})),f))}function Gf(t){var{pageIndex:r}=t,a=pe(t,["pageIndex"]);return d.createElement(eg,Object.assign({className:Cr["page-number"],pageIndex:r},a,a.disabled?{}:ze({detail:{position:`${r}`}})),r)}function oD(t){var r,a,n,c,{openEnd:s,currentPageIndex:f,ariaLabels:g,pagesCount:h,disabled:p,onChange:v,onNextPageClick:b,onPreviousPageClick:x,__internalRootRef:k=null}=t,B=pe(t,["openEnd","currentPageIndex","ariaLabels","pagesCount","disabled","onChange","onNextPageClick","onPreviousPageClick","__internalRootRef"]);const w=oo(B),{leftDots:C,leftIndex:S,rightIndex:R,rightDots:T}=eD(f,h,s),I=ft("pagination"),E=g==null?void 0:g.paginationLabel,A=(r=I("ariaLabels.nextPageLabel",g==null?void 0:g.nextPageLabel))!==null&&r!==void 0?r:ac.nextPageLabel,N=(a=I("ariaLabels.previousPageLabel",g==null?void 0:g.previousPageLabel))!==null&&a!==void 0?a:ac.previousPageLabel,H=(n=I("ariaLabels.pageLabel",g==null?void 0:g.pageLabel,te=>F=>te({pageNumber:F})))!==null&&n!==void 0?n:ac.pageLabel;function V(te){M(te),qe(x,{requestedPageAvailable:!0,requestedPageIndex:te})}function j(te){M(te),qe(b,{requestedPageAvailable:f<h,requestedPageIndex:te})}function M(te){qe(v,{currentPageIndex:te})}const q=p||f===1,re=p||!s&&(h===0||f===h),X=Og();return!((c=X==null?void 0:X.paginationRef)===null||c===void 0)&&c.current&&(X.paginationRef.current.currentPageIndex=f,X.paginationRef.current.totalPageCount=h,X.paginationRef.current.openEnd=s),d.createElement("ul",Object.assign({"aria-label":E},w,{className:P(w.className,Cr.root,p&&Cr["root-disabled"]),ref:k}),d.createElement(eg,Object.assign({className:Cr.arrow,pageIndex:f-1,ariaLabel:N??ac.nextPageLabel,disabled:q,onClick:V},q?{}:ze({detail:{position:"prev"}})),d.createElement(uo,{name:"angle-left",variant:p?"disabled":"normal"})),d.createElement(Gf,{pageIndex:1,isCurrent:f===1,disabled:p,ariaLabel:H(1),onClick:M}),C&&d.createElement("li",{className:Cr.dots},"..."),JT(S,R).map(te=>d.createElement(Gf,{key:te,isCurrent:f===te,pageIndex:te,disabled:p,ariaLabel:H(te),onClick:M})),T&&d.createElement("li",{className:Cr.dots},"..."),!s&&h>1&&d.createElement(Gf,{isCurrent:f===h,pageIndex:h,disabled:p,ariaLabel:H(h),onClick:M}),d.createElement(eg,Object.assign({className:Cr.arrow,pageIndex:f+1,ariaLabel:A??ac.nextPageLabel,disabled:re,onClick:j},re?{}:ze({detail:{position:"next"}})),d.createElement(uo,{name:"angle-right",variant:p?"disabled":"normal"})))}function Xx(t){const r=Ro("Pagination",{props:{openEnd:t.openEnd}});return d.createElement(oD,Object.assign({},t,r,ze({component:{name:"awsui.Pagination",label:{root:"self"},properties:{openEnd:`${!!t.openEnd}`,pagesCount:`${t.pagesCount||""}`,currentPageIndex:`${t.currentPageIndex}`}}})))}Ao(Xx,"Pagination");function tD(t){const r=y.useRef(null);return a=>{const n=a.currentTarget;n&&(r.current===null||r.current===n)&&requestAnimationFrame(()=>{r.current=n,t.forEach(c=>{const s=c.current;s&&s!==n&&(s.scrollLeft=n.scrollLeft)}),requestAnimationFrame(()=>{r.current=null})})}}const rD=1e3;function lD({elementRef:t,items:r,itemCount:a,instanceIdentifier:n,getComponentIdentifier:c,getComponentConfiguration:s,loading:f=!1,interactionMetadata:g}){const h=vg(),p=Iy(t,"data-analytics-task-interaction-id",h),{isInFunnel:v}=Mt(),b=y.useRef(null),x=y.useRef(null),k=y.useRef(null),B=y.useRef({itemCount:a,getComponentIdentifier:c,getComponentConfiguration:s,interactionMetadata:g});B.current={itemCount:a,getComponentIdentifier:c,getComponentConfiguration:s,interactionMetadata:g},y.useEffect(()=>{v||Gv.componentMounted({taskInteractionId:h,componentName:"table",componentConfiguration:B.current.getComponentConfiguration()})},[h,v]),y.useEffect(()=>{f&&(k.current=performance.now(),b.current&&b.current.time>performance.now()-rD?x.current=b.current.name:x.current=null)},[f]),xd(()=>{var C;if(!f&&k.current!==null){const S=performance.now()-k.current;k.current=null,Xb.tableInteraction({userAction:(C=x.current)!==null&&C!==void 0?C:"",interactionTime:Math.round(S),interactionMetadata:B.current.interactionMetadata(),componentIdentifier:B.current.getComponentIdentifier(),instanceIdentifier:n,noOfResourcesInTable:B.current.itemCount})}},[n,f,h,v]);const w=Tc(()=>{var C,S;Gv.componentUpdated({taskInteractionId:h,componentName:"table",actionType:(S=(C=b.current)===null||C===void 0?void 0:C.name)!==null&&S!==void 0?S:"",componentConfiguration:B.current.getComponentConfiguration()})});return xd(()=>{v||f||w()},[h,v,f,r,w]),{tableInteractionAttributes:p,setLastUserAction:C=>void(b.current={name:C,time:performance.now()})}}function Yx(t){const r=y.useRef(null),a=ml(t);return y.useEffect(()=>{function n(c){hl(r.current,c.target)||a()}return document.addEventListener("click",n,{capture:!0}),()=>document.removeEventListener("click",n,{capture:!0})},[a]),r}const If={"expand-toggle-icon":"awsui_expand-toggle-icon_1ss49_kp5bf_153","expand-toggle-icon-expanded":"awsui_expand-toggle-icon-expanded_1ss49_kp5bf_174","expand-toggle":"awsui_expand-toggle_1ss49_kp5bf_153"};function aD({isExpanded:t,onExpandableItemToggle:r,expandButtonLabel:a,collapseButtonLabel:n}){const c=y.useRef(null),{tabIndex:s}=hr(c);return d.createElement("button",{type:"button",ref:c,tabIndex:s,"aria-label":t?n:a,"aria-expanded":t,className:If["expand-toggle"],onClick:r},d.createElement(uo,{size:"small",name:"caret-down-filled",className:P(If["expand-toggle-icon"],t&&If["expand-toggle-icon-expanded"])}))}function nD(t,r){return t&&r?t.padInlineStart===r.padInlineStart&&t.lastInsetInlineStart===r.lastInsetInlineStart&&t.lastInsetInlineEnd===r.lastInsetInlineEnd&&t.offset.insetInlineStart===r.offset.insetInlineStart&&t.offset.insetInlineEnd===r.offset.insetInlineEnd:t===r}function iD(t,r){return t.scrollPaddingInlineStart===r.scrollPaddingInlineStart&&t.scrollPaddingInlineEnd===r.scrollPaddingInlineEnd}function cD(t,r){var a,n,c,s;const f=r.visibleColumns.length,g=[];for(let x=0;x<Math.min(f,r.stickyColumnsFirst);x++){const k=t.get(r.visibleColumns[x]),B=k?Ye(k).inlineSize:0;g[x]=((a=g[x-1])!==null&&a!==void 0?a:0)+B}const h=[];for(let x=0;x<Math.min(f,r.stickyColumnsLast);x++){const k=t.get(r.visibleColumns[f-1-x]),B=k?Ye(k).inlineSize:0;h[x]=((n=h[x-1])!==null&&n!==void 0?n:0)+B}const p=(c=g[r.stickyColumnsFirst-1])!==null&&c!==void 0?c:0,v=(s=h[r.stickyColumnsLast-1])!==null&&s!==void 0?s:0;return{offsets:r.visibleColumns.reduce((x,k,B)=>{var w,C;return x.set(k,{first:(w=g[B-1])!==null&&w!==void 0?w:0,last:(C=h[f-1-B-1])!==null&&C!==void 0?C:0})},new Map),stickyWidthInlineStart:p,stickyWidthInlineEnd:v}}const sD=148;function dD({visibleColumns:t,stickyColumnsFirst:r,stickyColumnsLast:a}){const n=y.useMemo(()=>new uD,[]),c=y.useRef(null),s=y.useRef(null),f=y.useRef(new Map),g=r+a>0,h=ml(()=>{c.current&&s.current&&n.updateCellStyles({wrapper:c.current,table:s.current,cells:f.current,visibleColumns:t,stickyColumnsFirst:r,stickyColumnsLast:a})});Xr(c,h),Xr(s,h),y.useEffect(()=>{c.current&&s.current&&n.updateCellStyles({wrapper:c.current,table:s.current,cells:f.current,visibleColumns:t,stickyColumnsFirst:r,stickyColumnsLast:a})},[n,r,a,t]),y.useEffect(()=>{if(!g)return;const x=w=>w.wrapperState,k=(w,C)=>{iD(w,C)||c.current&&(c.current.style.scrollPaddingInlineStart=w.scrollPaddingInlineStart+"px",c.current.style.scrollPaddingInlineEnd=w.scrollPaddingInlineEnd+"px")};return n.subscribe(x,(w,C)=>k(x(w),x(C)))},[n,g]);const p=y.useCallback(x=>{c.current&&c.current.removeEventListener("scroll",h),x&&g&&x.addEventListener("scroll",h),c.current=x},[g,h]),v=y.useCallback(x=>{s.current=x},[]),b=y.useCallback((x,k)=>{k?f.current.set(x,k):f.current.delete(x)},[]);return{store:n,style:{wrapper:g?Object.assign({},n.get().wrapperState):void 0},refs:{wrapper:p,table:v,cell:b}}}function $x({stickyColumns:t,columnId:r,getClassName:a}){var n;const c=t.refs.cell,s=y.useRef(null),f=y.useCallback(h=>{s.current&&s.current(),c(r,h);const p=b=>{var x;return(x=b.cellState.get(r))!==null&&x!==void 0?x:null},v=(b,x)=>{if(nD(b,x))return;const k=a(b);h&&(Object.keys(k).forEach(B=>{k[B]?h.classList.add(B):h.classList.remove(B)}),h.style.insetInlineStart=(b==null?void 0:b.offset.insetInlineStart)!==void 0?`${b.offset.insetInlineStart}px`:"",h.style.insetInlineEnd=(b==null?void 0:b.offset.insetInlineEnd)!==void 0?`${b.offset.insetInlineEnd}px`:"")};h&&(s.current=t.store.subscribe(p,(b,x)=>{v(p(b),p(x))}))},[r,c,t.store]),g=t.store.get().cellState.get(r);return{ref:f,className:g?P(a(g)):void 0,style:(n=g==null?void 0:g.offset)!==null&&n!==void 0?n:void 0}}class uD extends oC{constructor(){super({cellState:new Map,wrapperState:{scrollPaddingInlineStart:0,scrollPaddingInlineEnd:0}}),this.cellOffsets={offsets:new Map,stickyWidthInlineStart:0,stickyWidthInlineEnd:0},this.isStuckToTheInlineStart=!1,this.isStuckToTheInlineEnd=!1,this.padInlineStart=!1,this.generateCellStyles=r=>{const a=this.isEnabled(r),n=r.stickyColumnsFirst-1,c=r.visibleColumns.length-r.stickyColumnsLast;return r.visibleColumns.reduce((s,f,g)=>{var h,p,v,b;let x="non-sticky";if(g<r.stickyColumnsFirst?x="inline-start":g>=r.visibleColumns.length-r.stickyColumnsLast&&(x="inline-end"),!a||x==="non-sticky")return s;const k=g===0,B=(p=(h=this.cellOffsets.offsets.get(f))===null||h===void 0?void 0:h.first)!==null&&p!==void 0?p:0,w=(b=(v=this.cellOffsets.offsets.get(f))===null||v===void 0?void 0:v.last)!==null&&b!==void 0?b:0;return s.set(f,{padInlineStart:k&&this.padInlineStart,lastInsetInlineStart:this.isStuckToTheInlineStart&&n===g,lastInsetInlineEnd:this.isStuckToTheInlineEnd&&c===g,offset:{insetInlineStart:x==="inline-start"?B:void 0,insetInlineEnd:x==="inline-end"?w:void 0}}),s},new Map)},this.updateCellOffsets=r=>{this.cellOffsets=cD(r.cells,r)},this.isEnabled=r=>{if(r.stickyColumnsFirst+r.stickyColumnsLast===0)return!1;const n=Ye(r.wrapper).inlineSize;if(!(Ye(r.table).inlineSize>n))return!1;const f=this.cellOffsets.stickyWidthInlineStart+this.cellOffsets.stickyWidthInlineEnd,g=parseFloat(getComputedStyle(r.table).paddingLeft)||0,h=parseFloat(getComputedStyle(r.table).paddingRight)||0;return f+sD+g+h<n}}updateCellStyles(r){const a=r.stickyColumnsFirst+r.stickyColumnsLast>0,n=this.cellOffsets.offsets.size>0;(a||n)&&(this.updateScroll(r),this.updateCellOffsets(r),this.set(()=>({cellState:this.generateCellStyles(r),wrapperState:{scrollPaddingInlineStart:this.cellOffsets.stickyWidthInlineStart,scrollPaddingInlineEnd:this.cellOffsets.stickyWidthInlineEnd}})))}updateScroll(r){const a=mg(r.wrapper),n=r.wrapper.scrollWidth,c=r.wrapper.clientWidth,s=parseFloat(getComputedStyle(r.table).paddingInlineStart)||0,f=parseFloat(getComputedStyle(r.table).paddingInlineEnd)||0;this.isStuckToTheInlineStart=a>s,this.isStuckToTheInlineEnd=Math.ceil(a)<n-c-f,this.padInlineStart=s!==0&&this.isStuckToTheInlineStart}}const fD={sortable:"none",ascending:"ascending",descending:"descending"},gD=t=>fD[t];function Zx(t){const r={};return r.role=t.tableRole==="grid-default"?"grid":t.tableRole,r["aria-label"]=t.ariaLabel,r["aria-labelledby"]=t.ariaLabelledby,r["aria-rowcount"]=typeof t.totalItemsCount=="number"?t.totalItemsCount+1:-1,(t.tableRole==="grid"||t.tableRole==="treegrid")&&(r["aria-colcount"]=t.totalColumnsCount),(t.tableRole==="grid"||t.tableRole==="treegrid")&&(r.tabIndex=-1),r}function hD(t){const r={};return t.isScrollable&&(r.role="region",r.tabIndex=0,r["aria-label"]=t.ariaLabel,r["aria-labelledby"]=t.ariaLabelledby),r}function pD(t){const r={};return(t.tableRole==="grid"||t.tableRole==="grid-default"||t.tableRole==="treegrid")&&(r["aria-rowindex"]=1),r}function mD(t){const r={};return t.tableRole==="grid"||t.tableRole==="treegrid"?r["aria-rowindex"]=(t.firstIndex||1)+t.rowIndex+1:t.firstIndex!==void 0&&(r["aria-rowindex"]=t.firstIndex+t.rowIndex+1),t.tableRole==="treegrid"&&t.level&&t.level!==0&&(r["aria-level"]=t.level),t.tableRole==="treegrid"&&t.setSize&&(r["aria-setsize"]=t.setSize),t.tableRole==="treegrid"&&t.posInSet&&(r["aria-posinset"]=t.posInSet),r}function vD(t){const r={};return r.scope="col",(t.tableRole==="grid"||t.tableRole==="treegrid")&&(r["aria-colindex"]=t.colIndex+1),t.sortingStatus&&(r["aria-sort"]=gD(t.sortingStatus)),r}function bD(t){const r={};return(t.tableRole==="grid"||t.tableRole==="treegrid")&&(r["aria-colindex"]=t.colIndex+1),t.isRowHeader&&(r.scope="row"),r}function Cb(t){return t.closest("td,th")}function yD(t){return t instanceof HTMLInputElement||t instanceof HTMLButtonElement?t.disabled:!1}function xD(t){let r=t;for(;r;){if(Ad(r))return!1;if(r.getAttribute("role")==="dialog"||r.getAttribute("data-awsui-table-suppress-navigation")==="true")return!0;r=r.parentElement}return!1}function kD(t,r,a){var n;let c=null;const s=Array.from(t.querySelectorAll("tr[aria-rowindex]"));a<0&&s.reverse();for(const f of s){const g=parseInt((n=f.getAttribute("aria-rowindex"))!==null&&n!==void 0?n:"");if(c=f,g===r||a>=0&&g>r||a<0&&g<r)break}return c}function _D(t,r,a){var n;let c=null;const s=Array.from(t.querySelectorAll("td[aria-colindex],th[aria-colindex]"));a<0&&s.reverse();for(const f of s){const g=parseInt((n=f.getAttribute("aria-colindex"))!==null&&n!==void 0?n:"");if(c=f,g===r||a>=0&&g>r||a<0&&g<r)break}return c}function Ad(t){return t.tagName==="TD"||t.tagName==="TH"}function wD(t){t&&(Ad(t)&&t.tabIndex!==0&&(t.tabIndex=-1),t.focus())}function BD({keyboardNavigation:t,pageSize:r,getTable:a,children:n}){const c=y.useRef(null),s=y.useMemo(()=>new SD(c),[]),f=ml(a);return y.useEffect(()=>{if(t){const g=f();g&&s.init(g)}return()=>s.cleanup()},[t,s,f]),y.useEffect(()=>{s.update({pageSize:r})},[s,r]),y.useEffect(()=>{t&&s.refresh()}),d.createElement(Ty,{ref:c,navigationActive:t,getNextFocusTarget:s.getNextFocusTarget,isElementSuppressed:s.isElementSuppressed,onRegisterFocusable:s.onRegisterFocusable,onUnregisterActive:s.onUnregisterActive},n)}class SD{constructor(r){this._pageSize=0,this._table=null,this.focusedCell=null,this.focusInside=!1,this.keepUserIndex=!1,this.onRegisterFocusable=a=>{var n;if(!this.focusInside)return;const c=(n=this.focusedCell)===null||n===void 0?void 0:n.element;c&&Ad(c)&&c.contains(a)&&a.focus({preventScroll:!0})},this.onUnregisterActive=()=>{this.focusedCell&&!hl(this.table,this.focusedCell.element)&&this.moveFocusBy(this.focusedCell,{x:0,y:0})},this.getNextFocusTarget=()=>{var a;const n=this.focusedCell,c=this.table.querySelector("td,th");let s=(a=c&&this.getFocusablesFrom(c)[0])!==null&&a!==void 0?a:c;return n&&(s=this.getNextFocusable(n,{x:0,y:0})),s},this.isElementSuppressed=a=>this.focusedCell?!a||xD(a):!1,this.onFocusin=a=>{var n;if(this.focusInside=!0,!(a.target instanceof HTMLElement)||(this.updateFocusedCell(a.target),!this.focusedCell))return;(n=this._navigationAPI.current)===null||n===void 0||n.updateFocusTarget();const c=this.focusedCell.element,s=Ad(c)?this.getFocusablesFrom(c)[0]:null;s?s.focus({preventScroll:!0}):this.keepUserIndex=!1},this.onFocusout=()=>{this.focusInside=!1},this.onKeydown=a=>{if(!this.focusedCell)return;const n=[_e.up,_e.down,_e.left,_e.right,_e.pageUp,_e.pageDown,_e.home,_e.end],c=a.ctrlKey?1:0,s=a.altKey?1:0,f=a.shiftKey?1:0,g=a.metaKey?1:0;if(c+s+f+g&&!a.ctrlKey||a.ctrlKey&&a.keyCode!==_e.home&&a.keyCode!==_e.end||this.isElementSuppressed(document.activeElement)||!this.isRegistered(document.activeElement)||n.indexOf(a.keyCode)===-1)return;const v=this.focusedCell;a.preventDefault(),Xf(a)&&Cd(a,{onBlockStart:()=>this.moveFocusBy(v,{y:-1,x:0}),onBlockEnd:()=>this.moveFocusBy(v,{y:1,x:0}),onInlineStart:()=>this.moveFocusBy(v,{y:0,x:-1}),onInlineEnd:()=>this.moveFocusBy(v,{y:0,x:1}),onPageUp:()=>this.moveFocusBy(v,{y:-this.pageSize,x:0}),onPageDown:()=>this.moveFocusBy(v,{y:this.pageSize,x:0}),onHome:()=>a.ctrlKey?this.moveFocusBy(v,{y:-1/0,x:-1/0}):this.moveFocusBy(v,{y:0,x:-1/0}),onEnd:()=>a.ctrlKey?this.moveFocusBy(v,{y:1/0,x:1/0}):this.moveFocusBy(v,{y:0,x:1/0})})},this._navigationAPI=r}init(r){this._table=r;const a=new AbortController;this.table.addEventListener("focusin",this.onFocusin,{signal:a.signal}),this.table.addEventListener("focusout",this.onFocusout,{signal:a.signal}),this.table.addEventListener("keydown",this.onKeydown,{signal:a.signal}),this.cleanup=()=>{a.abort()}}cleanup(){}update({pageSize:r}){this._pageSize=r}refresh(){setTimeout(()=>{var r,a;this._table&&(this.updateFocusedCell((r=this.focusedCell)===null||r===void 0?void 0:r.element),(a=this._navigationAPI.current)===null||a===void 0||a.updateFocusTarget())},0)}get pageSize(){return this._pageSize}get table(){if(!this._table)throw new Error("Invariant violation: GridNavigationProcessor is used before initialization.");return this._table}moveFocusBy(r,a){a.y!==0&&a.x===0&&(this.keepUserIndex=!0),wD(this.getNextFocusable(r,a))}isRegistered(r){var a,n;return!r||((n=(a=this._navigationAPI.current)===null||a===void 0?void 0:a.isRegistered(r))!==null&&n!==void 0?n:!1)}updateFocusedCell(r){var a,n,c,s,f,g;if(!r)return;const h=Cb(r),p=h==null?void 0:h.closest("tr");if(!h||!p)return;const v=parseInt((a=h.getAttribute("aria-colindex"))!==null&&a!==void 0?a:""),b=parseInt((n=p.getAttribute("aria-rowindex"))!==null&&n!==void 0?n:"");if(isNaN(v)||isNaN(b))return;const k=this.getFocusablesFrom(h).indexOf(r),B=(s=(c=this.focusedCell)===null||c===void 0?void 0:c.colIndex)!==null&&s!==void 0?s:-1,w=(g=(f=this.focusedCell)===null||f===void 0?void 0:f.elementIndex)!==null&&g!==void 0?g:-1;this.focusedCell={rowIndex:b,colIndex:this.keepUserIndex&&B!==-1?B:v,elementIndex:this.keepUserIndex&&w!==-1?w:k,element:r}}getNextFocusable(r,a){var n;const c=r.rowIndex+a.y,s=kD(this.table,c,a.y);if(!s)return null;const f=Cb(r.element),g=f?this.getFocusablesFrom(f):[],h=r.elementIndex+a.x,p=!!a.x,v=r.elementIndex!==-1&&0<=h&&h<g.length,b=r.element!==g[h];if(p&&v&&b)return g[h];const x=r.colIndex+a.x,k=_D(s,x,a.x);if(!k||k===f&&a.x!==0)return null;const B=this.getFocusablesFrom(k);let w=r.elementIndex;return(isFinite(a.x)&&a.x>0||a.x===-1/0)&&(w=0),(isFinite(a.x)&&a.x<0||a.x===1/0)&&(w=B.length-1),(n=B[w])!==null&&n!==void 0?n:k}getFocusablesFrom(r){const a=n=>{var c;return(c=this._navigationAPI.current)===null||c===void 0?void 0:c.isRegistered(n)};return yg(r).filter(n=>a(n)&&!yD(n))}}const ao={"expandable-toggle-wrapper":"awsui_expandable-toggle-wrapper_c6tup_1vca0_145","body-cell":"awsui_body-cell_c6tup_1vca0_152","body-cell-content":"awsui_body-cell-content_c6tup_1vca0_160","expandable-level-0":"awsui_expandable-level-0_c6tup_1vca0_166","expandable-level-1":"awsui_expandable-level-1_c6tup_1vca0_173","expandable-level-2":"awsui_expandable-level-2_c6tup_1vca0_180","expandable-level-3":"awsui_expandable-level-3_c6tup_1vca0_187","expandable-level-4":"awsui_expandable-level-4_c6tup_1vca0_194","expandable-level-5":"awsui_expandable-level-5_c6tup_1vca0_201","expandable-level-6":"awsui_expandable-level-6_c6tup_1vca0_208","expandable-level-7":"awsui_expandable-level-7_c6tup_1vca0_215","expandable-level-8":"awsui_expandable-level-8_c6tup_1vca0_222","expandable-level-9":"awsui_expandable-level-9_c6tup_1vca0_229","expandable-level-next":"awsui_expandable-level-next_c6tup_1vca0_236","body-cell-align-top":"awsui_body-cell-align-top_c6tup_1vca0_254","body-cell-wrap":"awsui_body-cell-wrap_c6tup_1vca0_260","is-visual-refresh":"awsui_is-visual-refresh_c6tup_1vca0_357","body-cell-edit-active":"awsui_body-cell-edit-active_c6tup_1vca0_447","body-cell-expandable":"awsui_body-cell-expandable_c6tup_1vca0_447","body-cell-editable":"awsui_body-cell-editable_c6tup_1vca0_447","has-striped-rows":"awsui_has-striped-rows_c6tup_1vca0_530","sticky-cell-pad-inline-start":"awsui_sticky-cell-pad-inline-start_c6tup_1vca0_696","has-selection":"awsui_has-selection_c6tup_1vca0_862","body-cell-first-row":"awsui_body-cell-first-row_c6tup_1vca0_1031","body-cell-last-row":"awsui_body-cell-last-row_c6tup_1vca0_1034","body-cell-selected":"awsui_body-cell-selected_c6tup_1vca0_1034","has-footer":"awsui_has-footer_c6tup_1vca0_1034","body-cell-shaded":"awsui_body-cell-shaded_c6tup_1vca0_1044","sticky-cell":"awsui_sticky-cell_c6tup_1vca0_696","sticky-cell-last-inline-end":"awsui_sticky-cell-last-inline-end_c6tup_1vca0_1109","sticky-cell-last-inline-start":"awsui_sticky-cell-last-inline-start_c6tup_1vca0_1118","body-cell-next-selected":"awsui_body-cell-next-selected_c6tup_1vca0_1140","body-cell-prev-selected":"awsui_body-cell-prev-selected_c6tup_1vca0_1147","body-cell-editor-wrapper":"awsui_body-cell-editor-wrapper_c6tup_1vca0_1173","body-cell-success":"awsui_body-cell-success_c6tup_1vca0_1178","body-cell-editor":"awsui_body-cell-editor_c6tup_1vca0_1173","body-cell-editor-disabled":"awsui_body-cell-editor-disabled_c6tup_1vca0_1203","body-cell-editor-row":"awsui_body-cell-editor-row_c6tup_1vca0_1212","body-cell-editor-controls":"awsui_body-cell-editor-controls_c6tup_1vca0_1222","body-cell-editor-row-editor":"awsui_body-cell-editor-row-editor_c6tup_1vca0_1225","body-cell-editor-focusable":"awsui_body-cell-editor-focusable_c6tup_1vca0_1228","body-cell-editor-icon":"awsui_body-cell-editor-icon_c6tup_1vca0_1252","resizable-columns":"awsui_resizable-columns_c6tup_1vca0_1364","expandable-cell-content":"awsui_expandable-cell-content_c6tup_1vca0_1367","body-cell-edit-disabled-popover":"awsui_body-cell-edit-disabled-popover_c6tup_1vca0_1418","body-cell-has-success":"awsui_body-cell-has-success_c6tup_1vca0_1421"},Gc=d.forwardRef((t,r)=>{var{children:a,wrapLines:n,isRowHeader:c,isFirstRow:s,isLastRow:f,isSelected:g,isNextSelected:h,isPrevSelected:p,nativeAttributes:v,onClick:b,onFocus:x,onBlur:k,isEvenRow:B,stripedRows:w,isSelection:C,hasSelection:S,hasFooter:R,columnId:T,colIndex:I,stickyState:E,tableRole:A,level:N,isExpandable:H,isExpanded:V,onExpandableItemToggle:j,expandButtonLabel:M,collapseButtonLabel:q,verticalAlign:re,resizableColumns:X,resizableStyle:te,isEditable:F,isEditing:Z,isEditingDisabled:oe,hasSuccessIcon:fe}=t,z=pe(t,["children","wrapLines","isRowHeader","isFirstRow","isLastRow","isSelected","isNextSelected","isPrevSelected","nativeAttributes","onClick","onFocus","onBlur","isEvenRow","stripedRows","isSelection","hasSelection","hasFooter","columnId","colIndex","stickyState","tableRole","level","isExpandable","isExpanded","onExpandableItemToggle","expandButtonLabel","collapseButtonLabel","verticalAlign","resizableColumns","resizableStyle","isEditable","isEditing","isEditingDisabled","hasSuccessIcon"]);const Y=c?"th":"td";te=X?{}:te,v=Object.assign(Object.assign({},v),bD({tableRole:A,isRowHeader:c,colIndex:I}));const le=$x({stickyColumns:E,columnId:T,getClassName:ne=>Nx(ao,ne)}),ae=y.useRef(null),ge=eo(le.ref,r,ae),{tabIndex:me}=hr(ae),ue=Z&&!oe;return d.createElement(Y,Object.assign({style:Object.assign(Object.assign({},te),le.style),className:P(ao["body-cell"],s&&ao["body-cell-first-row"],f&&ao["body-cell-last-row"],g&&ao["body-cell-selected"],h&&ao["body-cell-next-selected"],p&&ao["body-cell-prev-selected"],!B&&w&&ao["body-cell-shaded"],w&&ao["has-striped-rows"],ao["is-visual-refresh"],C&&Ve["selection-control"],S&&ao["has-selection"],R&&ao["has-footer"],X&&ao["resizable-columns"],re==="top"&&ao["body-cell-align-top"],F&&ao["body-cell-editable"],Z&&!oe&&ao["body-cell-edit-active"],Z&&oe&&ao["body-cell-edit-disabled-popover"],fe&&ao["body-cell-has-success"],N!==void 0&&!ue&&ao["body-cell-expandable"],N!==void 0&&!ue&&ao[`expandable-level-${CD(N)}`],le.className),onClick:b,onFocus:x,onBlur:k,ref:ge},v,{tabIndex:me===-1?void 0:me},_c(z)),N!==void 0&&H&&!ue&&d.createElement("div",{className:ao["expandable-toggle-wrapper"]},d.createElement(aD,{isExpanded:V,onExpandableItemToggle:j,expandButtonLabel:M,collapseButtonLabel:q})),d.createElement("div",{className:P(ao["body-cell-content"],n&&ao["body-cell-wrap"])},a))});function CD(t){return 0<=t&&t<=9?t:"next"}function TD(t){var r,{item:a,column:n,ariaLabels:c,isEditing:s,onEditStart:f,onEditEnd:g,editDisabledReason:h}=t,p=pe(t,["item","column","ariaLabels","isEditing","onEditStart","onEditEnd","editDisabledReason"]);const v=p.level!==void 0,b=Yx(()=>{s&&g(!0)}),x=y.useRef(null),k=y.useRef(null),B=y.useRef(null);function w(E){E.key==="Escape"&&g(!0)}const C=()=>{var E;f(),(E=k.current)===null||E===void 0||E.focus()},{targetProps:S,descriptionEl:R}=sa(h),T=Gg(B),{tabIndex:I}=hr(k);return d.createElement(Gc,Object.assign({},p,{nativeAttributes:{"data-inline-editing-active":s.toString()},isEditing:s,isEditingDisabled:!0,onClick:!s&&!v?C:void 0,ref:v?void 0:b}),n.cell(a),d.createElement("div",{className:ao["body-cell-editor-wrapper"]},d.createElement("div",{ref:v?b:void 0},d.createElement("button",Object.assign({ref:k,tabIndex:I,className:P(ao["body-cell-editor"],ao["body-cell-editor-disabled"],v&&ao["body-cell-editor-focusable"]),onClick:!s&&v?C:void 0,"aria-label":(r=c==null?void 0:c.activateEditLabel)===null||r===void 0?void 0:r.call(c,n,a),"aria-haspopup":"dialog","aria-disabled":"true",onKeyDown:w},S),d.createElement("span",{className:ao["body-cell-editor-icon"]},d.createElement(uo,{name:"lock-private",variant:"normal",__internalRootRef:x})),R))),s&&d.createElement("span",{ref:B},d.createElement(Md,null,d.createElement("span",{className:T},d.createElement(wg,{size:"medium",fixedWidth:!1,position:"top",trackRef:x,arrow:E=>d.createElement(bg,{position:E}),renderWithPortal:!0,zIndex:7e3},d.createElement(kg,{dismissButton:!1,dismissAriaLabel:void 0,header:null,onDismiss:()=>{},overflowVisible:"both"},d.createElement(Tt,{tagName:"span"},h)))))))}const DD=()=>{};function ED({ariaLabels:t,item:r,column:a,onEditEnd:n,submitEdit:c,__onRender:s}){var f,g,h,p;const[v,b]=y.useState(!1),[x,k]=y.useState(),B=ft("table"),w=y.useRef(null),C={currentValue:x,setValue:k};function S({cancelled:M=!1,refocusCell:q=!0}={}){M||k(void 0),n({cancelled:M,refocusCell:q})}function R(M){var q;return kc(this,void 0,void 0,function*(){if(M.preventDefault(),M.stopPropagation(),x===void 0){S();return}b(!0);try{yield c(r,a,x),b(!1),S()}catch{b(!1),(q=w.current)===null||q===void 0||q.focusFirst()}})}function T({reFocusEditedCell:M=!0}={}){v||S({cancelled:!0,refocusCell:M})}function I(M){M.key==="Escape"&&T()}const E=Yx(()=>T({reFocusEditedCell:!1}));y.useEffect(()=>{if(s){const M=setTimeout(s,1);return()=>clearTimeout(M)}},[s]);const{ariaLabel:A=void 0,validation:N=DD,errorIconAriaLabel:H,constraintText:V,editingCell:j}=a.editConfig;return d.createElement(xg,{restoreFocus:!0,ref:w},d.createElement("div",{role:"dialog",ref:E,"aria-label":(f=t==null?void 0:t.activateEditLabel)===null||f===void 0?void 0:f.call(t,a,r),onKeyDown:I},d.createElement("form",{onSubmit:R},d.createElement(gx,{stretch:!0,label:A,constraintText:V,__hideLabel:!0,__disableGutters:!0,i18nStrings:{errorIconAriaLabel:H},errorText:N(r,x)},d.createElement("div",{className:ao["body-cell-editor-row"]},d.createElement("div",{className:ao["body-cell-editor-row-editor"]},j(r,C)),d.createElement("span",{className:ao["body-cell-editor-controls"]},d.createElement(Uy,{direction:"horizontal",size:"xxs"},v?null:d.createElement(Gt,{ariaLabel:(g=t==null?void 0:t.cancelEditLabel)===null||g===void 0?void 0:g.call(t,a),formAction:"none",iconName:"close",variant:"inline-icon",onClick:()=>T()}),d.createElement(Gt,{ariaLabel:(h=t==null?void 0:t.submitEditLabel)===null||h===void 0?void 0:h.call(t,a),formAction:"submit",iconName:"check",variant:"inline-icon",loading:v})),d.createElement(Tt,{tagName:"span",hidden:!0},v?B("ariaLabels.submittingEditText",(p=t==null?void 0:t.submittingEditText)===null||p===void 0?void 0:p.call(t,a)):"")))))))}const GD=()=>{throw new Error("The function `handleSubmit` is required for editable columns")};function ID(t){var r,a,n,{item:c,column:s,isEditing:f,onEditStart:g,onEditEnd:h,submitEdit:p,ariaLabels:v,successfulEdit:b=!1}=t,x=pe(t,["item","column","isEditing","onEditStart","onEditEnd","submitEdit","ariaLabels","successfulEdit"]);const k=ft("table"),B=y.useRef(null),w={"data-inline-editing-active":f.toString()},C=y.useRef(!1),S=x.level!==void 0;y.useEffect(()=>{!f&&B.current&&C.current&&(C.current=!1,B.current.focus())},[f]);const[R,T]=y.useState(!1),I=Un(b),E=Un(R),[A,N]=y.useState(!1);y.useEffect(()=>{b&&I&&!R&&E&&N(!1),b&&!I&&N(!0)},[R,b,E,I]);const{tabIndex:H}=hr(B);return d.createElement(Gc,Object.assign({},x,{nativeAttributes:w,isEditing:f,hasSuccessIcon:A&&R,onClick:!f&&!S?g:void 0,onFocus:()=>T(!0),onBlur:()=>T(!1)}),f&&s.editConfig?d.createElement(ED,{ariaLabels:v,column:s,item:c,onEditEnd:V=>{N(!1),C.current=V.refocusCell,h(V.cancelled)},submitEdit:p??GD}):d.createElement(d.Fragment,null,s.cell(c),A&&R&&d.createElement(d.Fragment,null,d.createElement("span",{className:ao["body-cell-success"],onMouseDown:V=>{V.preventDefault()}},d.createElement(uo,{name:"status-positive",variant:"success",ariaLabel:(r=v==null?void 0:v.successfulEditLabel)===null||r===void 0?void 0:r.call(v,s)})),d.createElement(Tt,{tagName:"span",hidden:!0},k("ariaLabels.successfulEditLabel",(a=v==null?void 0:v.successfulEditLabel)===null||a===void 0?void 0:a.call(v,s)))),d.createElement("div",{className:ao["body-cell-editor-wrapper"]},d.createElement("button",{className:P(ao["body-cell-editor"],S&&ao["body-cell-editor-focusable"]),"aria-label":(n=v==null?void 0:v.activateEditLabel)===null||n===void 0?void 0:n.call(v,s,c),ref:B,onClick:!f&&S?g:void 0,tabIndex:H},d.createElement("span",{className:ao["body-cell-editor-icon"]},d.createElement(uo,{name:"edit"}))))))}function ND(t){var r,a;const n=(a=(r=t.column.editConfig)===null||r===void 0?void 0:r.disabledReason)===null||a===void 0?void 0:a.call(r,t.item);if(n)return d.createElement(TD,Object.assign({editDisabledReason:n},t));if(t.isEditable||t.isEditing)return d.createElement(ID,Object.assign({},t));const{column:c,item:s}=t;return d.createElement(Gc,Object.assign({},t,{isEditable:!1}),c.cell(s))}function Tb(t,r){function a(n){const c=r[n];let s="";typeof c=="number"&&(s=c+"px"),typeof c=="string"&&(s=c),t.style[n]!==s&&(t.style[n]=s)}a("width"),a("minWidth"),a("maxWidth")}function RD({items:t,expandableRows:r,trackBy:a,ariaLabels:n}){var c;const s=ft("table"),f=!!r,g=new Id(a,(c=r==null?void 0:r.expandedItems)!==null&&c!==void 0?c:[]);let h=t;const p=new Map,v=x=>{var k,B;return(B=(k=p.get(x))===null||k===void 0?void 0:k.level)!==null&&B!==void 0?B:0};if(f){const x=new Array,k=(B,w)=>{const C=r.getItemChildren(B);p.set(B,Object.assign(Object.assign({},w),{children:C})),x.push(B),g.has(B)&&C.forEach((S,R)=>k(S,{level:w.level+1,setSize:C.length,posInSet:R+1,parent:B}))};t.forEach((B,w)=>k(B,{level:1,setSize:t.length,posInSet:w+1,parent:null}));for(let B=0;B<x.length;B++){const w=x[B];if(g.has(w)){let C=B+1;for(C;C<x.length;C++){const S=x[C];if(v(w)>=v(S))break}C--}}h=x}return{isExpandable:f,allItems:h,getExpandableItemProps:x=>{var k,B,w,C;const{level:S=1,setSize:R=1,posInSet:T=1,parent:I=null,children:E=[]}=(k=p.get(x))!==null&&k!==void 0?k:{};return{level:S,setSize:R,posInSet:T,isExpandable:(B=r==null?void 0:r.isItemExpandable(x))!==null&&B!==void 0?B:!0,isExpanded:g.has(x),onExpandableItemToggle:()=>qe(r==null?void 0:r.onExpandableItemToggle,{item:x,expanded:!g.has(x)}),expandButtonLabel:s("ariaLabels.expandButtonLabel",(w=n==null?void 0:n.expandButtonLabel)===null||w===void 0?void 0:w.call(n,x)),collapseButtonLabel:s("ariaLabels.collapseButtonLabel",(C=n==null?void 0:n.collapseButtonLabel)===null||C===void 0?void 0:C.call(n,x)),parent:I,children:E}}}}function AD({totalColumnsCount:t,hasFooter:r,loading:a,loadingText:n,empty:c,tableRef:s,containerRef:f}){const g=y.useRef(null);return Xr(f,({contentBoxWidth:h})=>{if(s.current&&g.current){const p=parseFloat(getComputedStyle(s.current).paddingInlineStart)||0,v=parseFloat(getComputedStyle(s.current).paddingInlineEnd)||0,b=h+p+v;g.current.style.inlineSize=Math.floor(b)+"px"}}),d.createElement("td",{colSpan:t,className:P(Ve["cell-merged"],r&&Ve["has-footer"])},d.createElement("div",{ref:g,className:Ve["cell-merged-content"],"data-awsui-table-suppress-navigation":!0},a?d.createElement(Td,{type:"loading",className:Ve.loading,wrapText:!0},d.createElement(Tt,{tagName:"span"},n)):d.createElement("div",{className:Ve.empty},c)))}const zD={"items-loader":"awsui_items-loader_115pt_16l07_5"};function LD({item:t,trackBy:r,children:a}){let n=t&&r?Wg(r,t):void 0;return n=typeof n=="string"?n:void 0,d.createElement("div",{"data-root":t?"false":"true","data-parentrow":n,className:zD["items-loader"]},a)}function HD({item:t,loadingStatus:r,renderLoaderPending:a,renderLoaderLoading:n,renderLoaderError:c,renderLoaderEmpty:s}){let f=null;return r==="pending"&&a?f=a({item:t}):r==="loading"&&n?f=d.createElement(Tt,{tagName:"span"},n({item:t})):r==="error"&&c?f=d.createElement(Tt,{tagName:"span"},c({item:t})):r==="finished"&&s&&t&&(f=d.createElement(Tt,{tagName:"span"},s({item:t}))),f}function OD(t){var{item:r,trackBy:a,children:n}=t,c=pe(t,["item","trackBy","children"]);return d.createElement(Gc,Object.assign({},c,{isEditable:!1,isEditing:!1}),c.isRowHeader?d.createElement(LD,{item:r,trackBy:a},n):null)}function MD({items:t,getLoadingStatus:r,getExpandableItemProps:a}){const n=new Array,c=h=>a(h).parent,s=h=>a(h).children,f=h=>h?a(h).level:0,g=h=>a(h).isExpanded;for(let h=0;h<t.length;h++){if(n.push({type:"data",item:t[h]}),g(t[h])&&s(t[h]).length===0){const x=r==null?void 0:r(t[h]);(x==="loading"||x==="finished"||x==="error")&&n.push({type:"loader",item:t[h],level:f(t[h]),status:x,from:0})}let p=c(t[h]),v=f(t[h])-f(t[h+1]);for(;p&&v>0;){const x=r==null?void 0:r(p);if(x&&x!=="finished"){const k=p?f(p):0,B=p?s(p):[];n.push({type:"loader",item:p,level:k,status:x,from:B.length})}p=p&&c(p),v--}const b=r==null?void 0:r(null);h===t.length-1&&b&&b!=="finished"&&n.push({type:"loader",item:null,level:0,status:b,from:t.length})}return{allRows:n}}const aa=120;function jD(t,r){const a=new Map;for(let n=0;n<r.length;n++){const c=r[n];let s=c.width||0;const f=c.minWidth||s||aa;if(!s&&n!==r.length-1){const g=t(c.id);s=g?Ye(g).inlineSize:aa}a.set(c.id,Math.max(s,f))}return a}function PD(t,r,a,n){const c=t.find(g=>g.id===n);let s=aa;if(typeof(c==null?void 0:c.width)=="number"&&c.width<aa&&(s=c==null?void 0:c.width),typeof(c==null?void 0:c.minWidth)=="number"&&(s=c==null?void 0:c.minWidth),a=Math.max(a,s),r.get(n)===a)return r;const f=new Map(r);return f.set(n,a),f}const Kx=y.createContext({getColumnStyles:()=>({}),columnWidths:new Map,updateColumn:()=>{},setCell:()=>{}});function qD({visibleColumns:t,resizableColumns:r,containerRef:a,children:n}){const c=y.useRef(null),s=y.useRef(0),[f,g]=y.useState(null),h=y.useRef(new Map),p=y.useRef(new Map),v=w=>{var C;return(C=h.current.get(w))!==null&&C!==void 0?C:null},b=(w,C,S)=>{const R=w?p:h;S?R.current.set(C,S):R.current.delete(C)},x=(w,C)=>{var S,R,T;const I=t.find(E=>E.id===C);if(!I)return{};if(w)return{width:((S=h.current.get(I.id))===null||S===void 0?void 0:S.getBoundingClientRect().width)||((R=f==null?void 0:f.get(I.id))!==null&&R!==void 0?R:I.width)};if(r&&f){const E=I.id===((T=t[t.length-1])===null||T===void 0?void 0:T.id),A=t.reduce((N,{id:H})=>N+(f.get(H)||aa),0);return E&&s.current>A?{width:"auto",minWidth:I==null?void 0:I.minWidth}:{width:f.get(I.id),minWidth:I==null?void 0:I.minWidth}}return{width:I.width,minWidth:I.minWidth,maxWidth:r?void 0:I.maxWidth}},k=ml(()=>{for(const{id:w}of t){const C=h.current.get(w);C&&Tb(C,x(!1,w))}for(const{id:w}of t){const C=p.current.get(w);C&&Tb(C,x(!0,w))}});Xr(a,({contentBoxWidth:w})=>{s.current=w,requestAnimationFrame(()=>k())}),y.useEffect(()=>{if(k(),!r)return;let w=!1;const C=new Map(f),S=c.current;if(S){for(let R=0;R<t.length;R++){const T=t[R];!(f!=null&&f.get(T.id))&&S.indexOf(T.id)===-1&&(w=!0,C.set(T.id,T.width||aa))}w&&g(C)}c.current=t.map(R=>R.id)},[f,r,t,k]),y.useEffect(()=>{r&&g(()=>jD(v,t))},[]);function B(w,C){g(S=>PD(t,S??new Map,C,w))}return d.createElement(Kx.Provider,{value:{getColumnStyles:x,columnWidths:f??new Map,updateColumn:B,setCell:b}},n)}function FD(){return y.useContext(Kx)}const Kt={"resize-active":"awsui_resize-active_x7peu_rfwei_145","resize-active-with-focus":"awsui_resize-active-with-focus_x7peu_rfwei_145",divider:"awsui_divider_x7peu_rfwei_150","divider-disabled":"awsui_divider-disabled_x7peu_rfwei_164","divider-active":"awsui_divider-active_x7peu_rfwei_167",resizer:"awsui_resizer_x7peu_rfwei_171","has-focus":"awsui_has-focus_x7peu_rfwei_225",tracker:"awsui_tracker_x7peu_rfwei_250"};function UD(t){if(!t)return null;const r=yt(t,f=>f.tagName.toLowerCase()==="th");if(!r)return null;const a=yt(r,f=>f.className.indexOf(Ve.root)>-1);if(!a)return null;const n=a.querySelector("table");if(!n)return null;const c=a.querySelector(`.${Kt.tracker}`);if(!c)return null;const s=Yn(r)[0];return s?{header:r,table:n,tracker:c,scrollParent:s}:null}function Db(t){const r=t&&yt(t,a=>a.tagName.toLowerCase()==="th");return r?Ye(r).inlineSize:0}const VD=10,WD=10,Eb=5;function Qx({className:t}){return d.createElement("span",{className:P(Kt.divider,Kt["divider-disabled"],t)})}function XD({onWidthUpdate:t,onWidthUpdateCommit:r,ariaLabelledby:a,minWidth:n=aa,tabIndex:c,showFocusRing:s,focusId:f,roleDescription:g}){t=ml(t),r=ml(r);const h=$e(),p=y.useRef(null),v=y.useRef(null),[b,x]=y.useState(!1),[k,B]=y.useState(!1),w=y.useRef(),[C,S]=y.useState(!1),[R,T]=y.useState(0);y.useEffect(()=>{T(Db(p.current))},[]),y.useEffect(()=>{var E,A;const N=UD(p.current),H=(A=(E=p.current)===null||E===void 0?void 0:E.ownerDocument)!==null&&A!==void 0?A:window.document;if(!b&&!C||!N)return;const{insetInlineStart:V,insetInlineEnd:j}=Ye(N.scrollParent),M=fe=>{const{insetInlineStart:z}=Ye(N.table);N.tracker.style.insetBlockStart=Ye(N.header).blockSize+"px",N.tracker.style.insetInlineStart=fe-z-1+"px"},q=fe=>{const{insetInlineEnd:z,inlineSize:Y}=Ye(N.header),le=fe<n?n:fe;M(z+le-Y),fe>=n&&T(fe),t(fe)},re=fe=>{if(fe>V){const z=Ye(N.header).insetInlineStart,Y=fe-z;q(Y)}},X=()=>{const fe=Ye(N.header).inlineSize;w.current=setTimeout(X,WD),q(fe+Eb),N.scrollParent.scrollLeft+=Eb*(ra(N.scrollParent)?-1:1)},te=fe=>{clearTimeout(w.current);const z=Uv(fe);z>j?w.current=setTimeout(X,VD):re(z)},F=fe=>{re(Uv(fe)),x(!1),r(),clearTimeout(w.current)},Z=fe=>{k?[_e.left,_e.right,_e.enter,_e.right,_e.space,_e.escape].indexOf(fe.keyCode)!==-1&&(fe.preventDefault(),Xf(fe)&&Cd(fe,{onActivate:()=>{var Y;B(!1),(Y=p.current)===null||Y===void 0||Y.focus()},onEscape:()=>{var Y;B(!1),(Y=p.current)===null||Y===void 0||Y.focus()},onInlineStart:()=>q(Ye(N.header).inlineSize-10),onInlineEnd:()=>q(Ye(N.header).inlineSize+10)})):(fe.keyCode===_e.enter||fe.keyCode===_e.space)&&(fe.preventDefault(),Xf(fe)&&Cd(fe,{onActivate:()=>{var z;B(!0),(z=v.current)===null||z===void 0||z.focus()}}))};M(Ye(N.header).insetInlineEnd);const oe=new AbortController;return b&&(H.body.classList.add(Kt["resize-active"]),H.addEventListener("mousemove",te,{signal:oe.signal}),H.addEventListener("mouseup",F,{signal:oe.signal})),C&&(H.body.classList.add(Kt["resize-active-with-focus"]),N.header.addEventListener("keydown",Z,{signal:oe.signal})),k&&H.body.classList.add(Kt["resize-active"]),()=>{clearTimeout(w.current),H.body.classList.remove(Kt["resize-active"]),H.body.classList.remove(Kt["resize-active-with-focus"]),oe.abort()}},[n,b,k,C,t,r]);const{tabIndex:I}=hr(p,{tabIndex:c});return d.createElement(d.Fragment,null,d.createElement("button",{ref:p,className:P(Kt.resizer,(C||s||k)&&Kt["has-focus"]),onMouseDown:E=>{E.button===0&&(E.preventDefault(),x(!0))},onClick:()=>{var E;x(!1),S(!0),B(!0),(E=v.current)===null||E===void 0||E.focus()},onFocus:()=>{T(Db(p.current)),S(!0)},onBlur:E=>{E.relatedTarget!==v.current&&S(!1)},"aria-roledescription":g,"aria-labelledby":a,tabIndex:I,"data-focus-id":f}),d.createElement("span",{className:P(Kt.divider,b&&Kt["divider-active"]),"data-awsui-table-suppress-navigation":!0,ref:v,id:h,role:"slider",tabIndex:-1,"aria-labelledby":a,"aria-hidden":!k,"aria-valuemin":n,"aria-valuemax":Number.MAX_SAFE_INTEGER,"aria-valuenow":R,"data-focus-id":f,onBlur:()=>{S(!1),k&&B(!1),r()}}))}function YD(){return d.createElement("span",{className:Kt.tracker})}const Wo={"header-cell":"awsui_header-cell_1spae_zgxxo_149","header-cell-fake-focus":"awsui_header-cell-fake-focus_1spae_zgxxo_183","header-cell-sticky":"awsui_header-cell-sticky_1spae_zgxxo_204","header-cell-stuck":"awsui_header-cell-stuck_1spae_zgxxo_207","header-cell-variant-full-page":"awsui_header-cell-variant-full-page_1spae_zgxxo_207","header-cell-hidden":"awsui_header-cell-hidden_1spae_zgxxo_213","header-cell-variant-embedded":"awsui_header-cell-variant-embedded_1spae_zgxxo_216","is-visual-refresh":"awsui_is-visual-refresh_1spae_zgxxo_216","sticky-cell":"awsui_sticky-cell_1spae_zgxxo_216","header-cell-variant-borderless":"awsui_header-cell-variant-borderless_1spae_zgxxo_216","header-cell-sortable":"awsui_header-cell-sortable_1spae_zgxxo_219","sticky-cell-pad-left":"awsui_sticky-cell-pad-left_1spae_zgxxo_240","has-selection":"awsui_has-selection_1spae_zgxxo_240","sticky-cell-last-inline-start":"awsui_sticky-cell-last-inline-start_1spae_zgxxo_243","resize-divider":"awsui_resize-divider_1spae_zgxxo_248","sticky-cell-last-inline-end":"awsui_sticky-cell-last-inline-end_1spae_zgxxo_255","sorting-icon":"awsui_sorting-icon_1spae_zgxxo_265","edit-icon":"awsui_edit-icon_1spae_zgxxo_273","header-cell-content":"awsui_header-cell-content_1spae_zgxxo_279","header-cell-content-expandable":"awsui_header-cell-content-expandable_1spae_zgxxo_285","header-cell-disabled":"awsui_header-cell-disabled_1spae_zgxxo_337","header-cell-sorted":"awsui_header-cell-sorted_1spae_zgxxo_337","header-cell-text":"awsui_header-cell-text_1spae_zgxxo_351","header-cell-text-wrap":"awsui_header-cell-text-wrap_1spae_zgxxo_355","header-cell-ascending":"awsui_header-cell-ascending_1spae_zgxxo_361","header-cell-descending":"awsui_header-cell-descending_1spae_zgxxo_362","has-striped-rows":"awsui_has-striped-rows_1spae_zgxxo_476","sticky-cell-pad-inline-start":"awsui_sticky-cell-pad-inline-start_1spae_zgxxo_476"};function Jx(t){var{resizableStyle:r,sortingStatus:a,sortingDisabled:n,focusedComponent:c,stuck:s,sticky:f,hidden:g,stripedRows:h,isSelection:p,colIndex:v,columnId:b,stickyState:x,cellRef:k,tableRole:B,children:w,variant:C,ariaLabel:S}=t,R=pe(t,["resizableStyle","sortingStatus","sortingDisabled","focusedComponent","stuck","sticky","hidden","stripedRows","isSelection","colIndex","columnId","stickyState","cellRef","tableRole","children","variant","ariaLabel"]);const T=$x({stickyColumns:x,columnId:b,getClassName:N=>Nx(Wo,N)}),I=y.useRef(null),E=eo(T.ref,k,I),{tabIndex:A}=hr(I);return d.createElement("th",Object.assign({"data-focus-id":`header-${String(b)}`,className:P(Wo["header-cell"],Wo[`header-cell-variant-${C}`],f&&Wo["header-cell-sticky"],s&&Wo["header-cell-stuck"],h&&Wo["has-striped-rows"],Wo["is-visual-refresh"],p&&P(Ve["selection-control"],Ve["selection-control-header"]),{[Wo["header-cell-fake-focus"]]:c===`header-${String(b)}`,[Wo["header-cell-sortable"]]:a,[Wo["header-cell-sorted"]]:a==="ascending"||a==="descending",[Wo["header-cell-disabled"]]:n,[Wo["header-cell-ascending"]]:a==="ascending",[Wo["header-cell-descending"]]:a==="descending",[Wo["header-cell-hidden"]]:g},T.className),style:Object.assign(Object.assign({},r),T.style),ref:E},vD({tableRole:B,sortingStatus:a,colIndex:v}),{tabIndex:A===-1?void 0:A},_c(R),S?{"aria-label":S}:{}),w)}function $D(t){var{focusedComponent:r,singleSelectionHeaderAriaLabel:a,getSelectAllProps:n,onFocusMove:c}=t,s=pe(t,["focusedComponent","singleSelectionHeaderAriaLabel","getSelectAllProps","onFocusMove"]);const f=n?n():void 0;return d.createElement(Jx,Object.assign({},s,{isSelection:!0,colIndex:0,focusedComponent:r,ariaLabel:f==null?void 0:f.selectionGroupLabel},ze({action:f!=null&&f.checked?"deselectAll":"selectAll"})),f?d.createElement(Ix,Object.assign({onFocusDown:g=>{c(g.target,-1,1)},focusedComponent:r},f,s.sticky?{tabIndex:-1}:{})):d.createElement(ZS,null,a),d.createElement(Qx,{className:Ve["resize-divider"]}))}function Gb(t){var{selectionControlProps:r}=t,a=pe(t,["selectionControlProps"]);return d.createElement(Gc,Object.assign({},a,{isSelection:!0,wrapLines:!1,isEditable:!1,isEditing:!1,colIndex:0}),r?d.createElement(Ix,Object.assign({},r,{verticalAlign:a.verticalAlign})):null)}const ZD={sortable:"caret-down",ascending:"caret-up-filled",descending:"caret-down-filled"},KD=(t,r,a,n)=>{if(r)return a?"descending":"ascending";if(t&&!n)return"sortable"},QD=t=>ZD[t],e1=(t,r)=>t===r||t.sortingField!==void 0&&t.sortingField===r.sortingField||t.sortingComparator!==void 0&&t.sortingComparator===r.sortingComparator,JD=(t=[],r)=>{if(!r)return null;for(let a=0;a<t.length;a++)if(e1(t[a],r))return t[a].id||null;return null},Ib={"header-cell-text":"awsui_header-cell-text_dpuyq_1id1o_5"};function eE({tabIndex:t,column:r,activeSortingColumn:a,sortingDescending:n,sortingDisabled:c,wrapLines:s,focusedComponent:f,stuck:g,sticky:h,hidden:p,stripedRows:v,onClick:b,colIndex:x,updateColumn:k,resizableColumns:B,resizableStyle:w,onResizeFinish:C,isEditable:S,columnId:R,stickyState:T,cellRef:I,tableRole:E,resizerRoleDescription:A,isExpandable:N,hasDynamicContent:H,variant:V}){var j;const M=ft("table"),q=!!r.sortingComparator||!!r.sortingField,re=!!a&&e1(r,a),X=KD(q,re,!!n,!!c),te=()=>b({sortingColumn:r,isDescending:re?!n:!1}),F=({nativeEvent:le})=>{(le.keyCode===_e.enter||le.keyCode===_e.space)&&(le.preventDefault(),te())},Z=$e("table-header-"),oe=y.useRef(null),{tabIndex:fe}=hr(oe,{tabIndex:t}),z=y.useRef(null),Y=eo(I,z);return Xr(H?z:()=>null,le=>{k(R,le.borderBoxWidth)}),d.createElement(Jx,Object.assign({resizableStyle:w,cellRef:Y,sortingStatus:X,sortingDisabled:c,focusedComponent:f,stuck:g,sticky:h,hidden:p,stripedRows:v,colIndex:x,columnId:R,stickyState:T,tableRole:E,variant:V},c?{}:ze({action:"sort",detail:{position:`${x+1}`,columnId:r.id?`${r.id}`:"",label:`.${Ib["header-cell-text"]}`,sortingDescending:`${!n}`}})),d.createElement("div",Object.assign({ref:oe,"data-focus-id":`sorting-control-${String(R)}`,className:P(Wo["header-cell-content"],{[Wo["header-cell-fake-focus"]]:f===`sorting-control-${String(R)}`,[Wo["header-cell-content-expandable"]]:N}),"aria-label":r.ariaLabel?r.ariaLabel({sorted:re,descending:re&&!!n,disabled:!!c}):void 0},X&&!c?{onKeyPress:F,tabIndex:fe,role:"button",onClick:te}:{}),d.createElement("div",{className:P(Wo["header-cell-text"],Ib["header-cell-text"],s&&Wo["header-cell-text-wrap"]),id:Z},r.header,S?d.createElement("span",{className:Wo["edit-icon"]},d.createElement(uo,{name:"edit",ariaLabel:M("columnDefinitions.editConfig.editIconAriaLabel",(j=r.editConfig)===null||j===void 0?void 0:j.editIconAriaLabel)})):null),X&&d.createElement("span",{className:Wo["sorting-icon"]},d.createElement(uo,{name:QD(X)}))),B?d.createElement(XD,{tabIndex:t,focusId:`resize-control-${String(R)}`,showFocusRing:f===`resize-control-${String(R)}`,onWidthUpdate:le=>k(R,le),onWidthUpdateCommit:C,ariaLabelledby:Z,minWidth:typeof r.minWidth=="string"?parseInt(r.minWidth):r.minWidth,roleDescription:M("ariaLabels.resizerRoleDescription",A)}):d.createElement(Qx,{className:Wo["resize-divider"]}))}const o1=d.forwardRef(({selectionType:t,getSelectAllProps:r,columnDefinitions:a,sortingColumn:n,sortingDisabled:c,sortingDescending:s,resizableColumns:f,variant:g,wrapLines:h,onFocusMove:p,onSortingChange:v,onResizeFinish:b,singleSelectionHeaderAriaLabel:x,stripedRows:k,sticky:B=!1,hidden:w=!1,stuck:C=!1,stickyState:S,selectionColumnId:R,focusedComponent:T,onFocusedComponentChange:I,tableRole:E,resizerRoleDescription:A,isExpandable:N,setLastUserAction:H},V)=>{const{getColumnStyles:j,columnWidths:M,updateColumn:q,setCell:re}=FD(),X={stuck:C,sticky:B,hidden:w,stripedRows:k,tableRole:E,variant:g,stickyState:S};return d.createElement("thead",{className:P(!w&&Ve["thead-active"])},d.createElement("tr",Object.assign({},Zf.all,{ref:V,"aria-rowindex":1},pD({tableRole:E}),{onFocus:te=>{var F;const Z=yt(te.target,fe=>!!fe.getAttribute("data-focus-id")),oe=(F=Z==null?void 0:Z.getAttribute("data-focus-id"))!==null&&F!==void 0?F:null;I==null||I(oe)},onBlur:()=>I==null?void 0:I(null)}),t?d.createElement($D,Object.assign({},X,{focusedComponent:T,columnId:R,getSelectAllProps:r,onFocusMove:p,singleSelectionHeaderAriaLabel:x})):null,a.map((te,F)=>{const Z=uc(te,F);return d.createElement(eE,Object.assign({},X,{key:Z,tabIndex:B?-1:0,focusedComponent:T,column:te,activeSortingColumn:n,sortingDescending:s,sortingDisabled:c,wrapLines:h,colIndex:t?F+1:F,columnId:Z,updateColumn:q,onResizeFinish:()=>b(M),resizableColumns:f,resizableStyle:j(B,Z),onClick:oe=>{H("sorting"),qe(v,oe)},isEditable:!!te.editConfig,cellRef:oe=>re(B,Z,oe),tableRole:E,resizerRoleDescription:A,isExpandable:F===0&&N,hasDynamicContent:w&&!f&&te.hasDynamicContent}))})))}),oE=(t,r,a,n,c)=>{const s=da(),f=y.useCallback(()=>{t.current&&r.current&&a.current&&n.current&&c.current&&(n.current.style.inlineSize=`${t.current.getBoundingClientRect().width}px`,c.current.style.marginBlockStart=`-${r.current.getBoundingClientRect().height}px`)},[r,a,n,c,t]);y.useLayoutEffect(()=>{f()}),Xr(r,f);const g=()=>{if(!s&&r.current&&a.current&&c.current){const v=Rx(r.current,a.current);v>0&&Kf(v,c.current)}},{scrollToItem:h}=lT(c,a);return{scrollToRow:v=>{s||h(v)},scrollToTop:g}},tE=y.forwardRef(rE);function rE({variant:t,theadProps:r,wrapperRef:a,theadRef:n,secondaryWrapperRef:c,onScroll:s,tableRef:f,tableHasHeader:g,contentDensity:h,tableRole:p},v){const b=y.useRef(null),x=y.useRef(null),{isStuck:k}=y.useContext(Lg),[B,w]=y.useState(null),{scrollToRow:C,scrollToTop:S}=oE(f,n,b,x,a);return y.useImperativeHandle(v,()=>({scrollToTop:S,scrollToRow:C,setFocus:w})),d.createElement("div",{className:P(Ve["header-secondary"],Ve[`variant-${t}`],{[Ve["table-has-header"]]:g}),"aria-hidden":!0,tabIndex:-1,ref:c,onScroll:s},d.createElement("table",Object.assign({className:P(Ve.table,Ve["table-layout-fixed"],h==="compact"&&Bc("compact-table")),ref:x},Zx({tableRole:p})),d.createElement(o1,Object.assign({ref:b,sticky:!0,stuck:k,focusedComponent:B},r))))}const ea={"sticky-scrollbar":"awsui_sticky-scrollbar_faqt8_1f4oq_181","sticky-scrollbar-content":"awsui_sticky-scrollbar-content_faqt8_1f4oq_193","sticky-scrollbar-visible":"awsui_sticky-scrollbar-visible_faqt8_1f4oq_196","sticky-scrollbar-native-invisible":"awsui_sticky-scrollbar-native-invisible_faqt8_1f4oq_199","sticky-scrollbar-offset":"awsui_sticky-scrollbar-offset_faqt8_1f4oq_202","is-visual-refresh":"awsui_is-visual-refresh_faqt8_1f4oq_205"},Nb=(t,r,a,n,c)=>{if(!t||!a||!r)return;const{inlineSize:s}=Ye(t),{inlineSize:f}=Ye(r),g=zg().height;if(s>f?(a.classList.contains(ea["sticky-scrollbar-visible"])||requestAnimationFrame(()=>{a.scrollLeft=r.scrollLeft}),a.classList.add(ea["sticky-scrollbar-visible"]),g||a.classList.add(ea["sticky-scrollbar-native-invisible"])):a.classList.remove(ea["sticky-scrollbar-visible"]),g&&a&&n&&(a.style.blockSize=`${g}px`,n.style.blockSize=`${g}px`),t&&r&&n&&a){const p=Ye(r),v=Ye(t);a.style.inlineSize=`${p.inlineSize}px`,n.style.inlineSize=`${v.inlineSize}px`,a.style.insetBlockEnd=c?"0px":`var(${ox.stickyVerticalBottomOffset}, 0px)`}};function lE(t,r,a,n,c){const[s,f]=y.useState(!1),g=n.current;y.useEffect(()=>{g&&f(!!P_(g)||!!Yn(g)[0])},[g]),y.useEffect(()=>{if(n.current&&a.current){const h=new gy(()=>{r.current&&Nb(a.current,n.current,t.current,r.current,s)});return h.observe(n.current),h.observe(a.current),()=>{h.disconnect()}}},[r,t,a,n,s,c]),y.useEffect(()=>{const h=()=>{Nb(a.current,n.current,t.current,r.current,s)};return h(),window.addEventListener("resize",h),()=>{window.removeEventListener("resize",h)}},[a,n,t,r,s])}const aE=y.forwardRef(nE);function nE({wrapperRef:t,tableRef:r,onScroll:a,hasStickyColumns:n},c){const s=d.useRef(null),f=d.useRef(null),g=eo(c,s),h=n||zg().height===0;lE(s,f,r,t,h);const{ref:p,isIntersecting:v}=tx();return d.createElement(d.Fragment,null,d.createElement("div",{ref:g,className:P(ea["sticky-scrollbar"],h&&ea["sticky-scrollbar-offset"],ea["is-visual-refresh"]),onScroll:a,"data-stuck":!v},d.createElement("div",{ref:f,className:ea["sticky-scrollbar-content"]})),d.createElement("div",{ref:p,style:{position:"absolute",right:0,bottom:0,left:0,height:1}}))}function iE({onCancel:t,onSubmit:r}){const[a,n]=y.useState(null),[c,s]=y.useState(null),[f,g]=y.useState(!1),h=B=>{s(null),n(B)},p=y.useCallback(()=>n(null),[]);return{isLoading:f,startEdit:h,cancelEdit:p,checkEditing:({row:B,col:w})=>B===(a==null?void 0:a.row)&&w===a.col,checkLastSuccessfulEdit:({row:B,col:w})=>B===(c==null?void 0:c.row)&&w===c.col,completeEdit:(B,w)=>{fr(t,{})||(n(null),w||s(B))},submitEdit:r?(...B)=>kc(this,void 0,void 0,function*(){g(!0);try{yield r(...B)}finally{g(!1)}}):void 0}}var ud,fd,ja;const Rb=`.${ao["sticky-cell"]}`,cE=50;function sE(t){y.useEffect(()=>{if(t.current){const r=t.current,a=new dE,n=s=>{s.target&&s.target instanceof HTMLElement&&(s.target.matches(Rb)||s.target.closest(Rb))&&a.set(r.scrollLeft)};r.addEventListener("click",n);const c=()=>{a.active&&(r.scrollLeft=a.scrollLeft,a.clear())};return r.addEventListener("scroll",c),()=>{r.removeEventListener("click",n),r.removeEventListener("scroll",c)}}},[t])}class dE{constructor(){ud.set(this,setTimeout(()=>{},0)),fd.set(this,0),ja.set(this,!1)}set(r){Ee(this,ja,"f")||(jr(this,ja,!0,"f"),jr(this,fd,r,"f"),jr(this,ud,setTimeout(()=>jr(this,ja,!1,"f"),cE),"f"))}clear(){jr(this,ja,!1,"f"),clearTimeout(Ee(this,ud,"f"))}get active(){return Ee(this,ja,"f")}get scrollLeft(){return Ee(this,fd,"f")}}ud=new WeakMap,fd=new WeakMap,ja=new WeakMap;function uE({onRowClick:t,onRowContextMenu:r}){return{onRowClickHandler:t&&((c,s,f)=>{const g=yt(f.target,h=>h.tagName.toLowerCase()==="td");(!g||!g.classList.contains(Ve["selection-control"]))&&qe(t,{rowIndex:c,item:s})}),onRowContextMenuHandler:r&&((c,s,f)=>{const g={rowIndex:c,item:s,clientX:f.clientX,clientY:f.clientY};fr(r,g,f)})}}function fE(t,r){t.querySelectorAll("tr").forEach((a,n)=>{a.querySelectorAll("td").forEach((c,s)=>{r(c,n,s)})})}function gE({enableKeyboardNavigation:t,selectionType:r,tableRoot:a,columnDefinitions:n,numRows:c}){const s=y.useMemo(()=>{const b=n.map(x=>!!x.editConfig);return r&&b.unshift(!1),b},[n,r]),f=s.length-1,g=r?1:0,h=y.useCallback((b,x)=>{a!=null&&a.current&&fE(a.current,(k,B,w)=>{var C;if(B===b&&w===x){const S=k.querySelector("button:last-child");S&&((C=S.focus)===null||C===void 0||C.call(S),_g(S))}})},[a]),p=y.useCallback((b,x)=>{var k;const B=(k=a.current)===null||k===void 0?void 0:k.querySelector("td:focus-within");if(!B)return;const w=B.cellIndex,C=B.parentElement.rowIndex;let S=C,R=w;if(b!==0&&(S=Math.min(c,Math.max(C+b,0))),x!==0)for(;R<=f&&R>=g&&(R+=x,!s[R]););(C!==S||w!==R)&&a.current&&h(S,R)},[h,s,f,g,c,a]),v=y.useCallback(b=>{var x,k;if(!(!((x=a.current)===null||x===void 0)&&x.querySelector('[data-inline-editing-active = "true"]')||!(!((k=document.activeElement)===null||k===void 0)&&k.closest("[data-inline-editing-active]"))))switch(b.key){case"ArrowUp":b.preventDefault(),p(-1,0);break;case"ArrowDown":b.preventDefault(),p(1,0);break;case"ArrowLeft":b.preventDefault(),p(0,-1);break;case"ArrowRight":b.preventDefault(),p(0,1);break;default:return}},[p,a]);y.useEffect(()=>{if(!a.current||t)return;const b=a.current;return a.current.addEventListener("keydown",v),()=>b&&b.removeEventListener("keydown",v)},[t,s,v,a])}const hE=10,pE=54,nc=Symbol("selection-column-id"),mE=d.forwardRef((t,r)=>{const{funnelSubStepProps:a}=ca(),n=Object.assign(Object.assign({},t),{__funnelSubStepProps:a});return d.createElement(t1,Object.assign({},n,{ref:r}))}),t1=d.forwardRef((t,r)=>{var a,n,c,{header:s,footer:f,empty:g,filter:h,pagination:p,preferences:v,items:b,columnDefinitions:x,trackBy:k,loading:B,loadingText:w,selectionType:C,selectedItems:S,isItemDisabled:R,ariaLabels:T,onSelectionChange:I,onSortingChange:E,sortingColumn:A,sortingDescending:N,sortingDisabled:H,visibleColumns:V,stickyHeader:j,stickyHeaderVerticalOffset:M,onRowClick:q,onRowContextMenu:re,wrapLines:X,stripedRows:te,contentDensity:F,submitEdit:Z,onEditCancel:oe,resizableColumns:fe,onColumnWidthsChange:z,variant:Y,__internalRootRef:le,totalItemsCount:ae,firstIndex:ge,renderAriaLive:me,stickyColumns:ue,columnDisplay:ne,enableKeyboardNavigation:se,expandableRows:Q,getLoadingStatus:be,renderLoaderPending:De,renderLoaderLoading:O,renderLoaderError:he,renderLoaderEmpty:ve,cellVerticalAlign:Ce,__funnelSubStepProps:Te}=t,ye=pe(t,["header","footer","empty","filter","pagination","preferences","items","columnDefinitions","trackBy","loading","loadingText","selectionType","selectedItems","isItemDisabled","ariaLabels","onSelectionChange","onSortingChange","sortingColumn","sortingDescending","sortingDisabled","visibleColumns","stickyHeader","stickyHeaderVerticalOffset","onRowClick","onRowContextMenu","wrapLines","stripedRows","contentDensity","submitEdit","onEditCancel","resizableColumns","onColumnWidthsChange","variant","__internalRootRef","totalItemsCount","firstIndex","renderAriaLive","stickyColumns","columnDisplay","enableKeyboardNavigation","expandableRows","getLoadingStatus","renderLoaderPending","renderLoaderLoading","renderLoaderError","renderLoaderEmpty","cellVerticalAlign","__funnelSubStepProps"]);Q&&se===void 0&&(se=!0);const je=oo(ye);Un(j);const Ge=da(),{isExpandable:Pe,allItems:He,getExpandableItemProps:ke}=RD({items:b,expandableRows:Q,trackBy:k,ariaLabels:T}),{allRows:we}=MD({items:He,getLoadingStatus:be,getExpandableItemProps:ke}),[Ne,Me]=qr(Be=>Be.contentBoxWidth),Qe=y.useRef(null),no=eo(Me,Qe),[bo,to]=qr(Be=>Be.contentBoxWidth),Eo=y.useRef(null),go=d.useRef(null),Mo=y.useRef(null),fo=d.useRef(null),zo=d.useRef(null),Fo=iE({onCancel:oe,onSubmit:Z}),{cancelEdit:Dt}=Fo,gt=pe(Fo,["cancelEdit"]),$r=y.useRef({}),Nt=y.useRef({}),ua=y.useRef({}),yl=y.useRef({}),Qt=()=>{var Be,io,jo,at;return(jo=(io=(Be=pa.current)===null||Be===void 0?void 0:Be.querySelector(`.${_o["heading-text"]}`))===null||io===void 0?void 0:io.innerText)!==null&&jo!==void 0?jo:(at=pa.current)===null||at===void 0?void 0:at.innerText},Kn=()=>{var Be;return!((Be=pa.current)===null||Be===void 0)&&Be.querySelector(`.${_o.actions} .${Ot.button}`)?"table-with-actions":""},$a=Ny("table",()=>!B,Eo,()=>({loading:B??!1,header:Qt()}),[B]),xt=vl(ye),kt=()=>{const Be=Nt.current,io=$r.current;return JSON.stringify({filterData:Be,paginationData:io,sortingColumn:A==null?void 0:A.sortingField,sortingOrder:A?N?"Descending":"Ascending":void 0})},Dr=()=>{var Be,io,jo,at,jt,Rr,Pt,or,Zr,Jo,Ho;const Yo=yl.current,Bt=Nt.current,et=$r.current,br=ua.current;return{variant:Y,flowType:(Be=ye.analyticsMetadata)===null||Be===void 0?void 0:Be.flowType,resourceType:(io=ye.analyticsMetadata)===null||io===void 0?void 0:io.resourceType,instanceIdentifier:xt==null?void 0:xt.instanceIdentifier,taskName:(jo=xt==null?void 0:xt.instanceIdentifier)!==null&&jo!==void 0?jo:Qt(),uxTaskName:Qt(),patternIdentifier:Kn(),sortedBy:{columnId:A==null?void 0:A.sortingField,sortingOrder:A?N?"desc":"asc":void 0},filtered:(at=Bt==null?void 0:Bt.filtered)!==null&&at!==void 0?at:null,filteredBy:(jt=Bt==null?void 0:Bt.filteredBy)!==null&&jt!==void 0?jt:[],filteredCount:(Rr=Bt==null?void 0:Bt.filterCount)!==null&&Rr!==void 0?Rr:null,totalNumberOfResources:(Pt=Yo==null?void 0:Yo.totalCount)!==null&&Pt!==void 0?Pt:null,tablePreferences:{visibleColumns:(or=br==null?void 0:br.visibleColumns)!==null&&or!==void 0?or:[],resourcesPerPage:(Zr=br==null?void 0:br.pageSize)!==null&&Zr!==void 0?Zr:null},pagination:{currentPageIndex:(Jo=et==null?void 0:et.currentPageIndex)!==null&&Jo!==void 0?Jo:0,totalNumberOfPages:et!=null&&et.openEnd?null:(Ho=et==null?void 0:et.totalPageCount)!==null&&Ho!==void 0?Ho:null,openEnd:!!(et!=null&&et.openEnd)},resourcesSelected:(S==null?void 0:S.length)>0}},{setLastUserAction:Za,tableInteractionAttributes:du}=lD({elementRef:Eo,loading:B,items:b,instanceIdentifier:xt==null?void 0:xt.instanceIdentifier,itemCount:b.length,getComponentIdentifier:Qt,getComponentConfiguration:Dr,interactionMetadata:kt});y.useImperativeHandle(r,()=>{var Be;return{scrollToTop:((Be=fo.current)===null||Be===void 0?void 0:Be.scrollToTop)||(()=>{}),cancelEdit:Dt}},[Dt]);const Rt=y.useRef(null),Qo=tD([Rt,zo,go]),{moveFocusDown:_t,moveFocusUp:xl,moveFocus:Qn}=Q5(C,He.length),{onRowClickHandler:zc,onRowContextMenuHandler:Lc}=uE({onRowClick:q,onRowContextMenu:re}),pr=Y5({columnDefinitions:x,columnDisplay:ne,visibleColumns:V}),{isItemSelected:fa,getSelectAllProps:Jn,getItemSelectionProps:Er}=oT({items:He,trackBy:k,selectedItems:S,selectionType:C,isItemDisabled:R,onSelectionChange:I,ariaLabels:Object.assign(Object.assign({},T),{selectionGroupLabel:void 0}),loading:B,setLastUserAction:Za}),Gr=Be=>Be.type==="data"&&fa(Be.item),Jt=Y,Ir=!!(s||h||p||v),Lo=!!C,Ka=Ge&&Y==="full-page"&&!!p,ga=!!f||Ka,mr=y.useRef(void 0),Hc=!(T!=null&&T.tableLabel)&&!!s&&mr.current?mr.current:void 0,Oc=y.useCallback(Be=>{mr.current=Be},[]),Qa=[],ei=[];Lo&&(Qa.push({id:nc,width:pE}),ei.push(nc));for(let Be=0;Be<pr.length;Be++){const io=uc(pr[Be],Be);Qa.push(Object.assign(Object.assign({},pr[Be]),{id:io})),ei.push(io)}const Nr=dD({visibleColumns:ei,stickyColumnsFirst:((a=ue==null?void 0:ue.first)!==null&&a!==void 0?a:0)+(ue!=null&&ue.first&&Lo?1:0),stickyColumnsLast:(ue==null?void 0:ue.last)||0}),Ja=((n=ue==null?void 0:ue.first)!==null&&n!==void 0?n:0)+((c=ue==null?void 0:ue.last)!==null&&c!==void 0?c:0)>0,vr=!!x.find(Be=>Be.editConfig);let er="table";Pe?er="treegrid":se?er="grid":vr&&(er="grid-default");const oi={selectionType:C,getSelectAllProps:Jn,columnDefinitions:pr,variant:Jt,wrapLines:X,resizableColumns:fe,sortingColumn:A,sortingDisabled:H,sortingDescending:N,onSortingChange:E,onFocusMove:Qn,onResizeFinish(Be){const io=x.map((at,jt)=>Be.get(uc(at,jt))||at.width||aa);io.some((at,jt)=>x[jt].width!==at)&&qe(z,{widths:io})},singleSelectionHeaderAriaLabel:T==null?void 0:T.selectionGroupLabel,resizerRoleDescription:T==null?void 0:T.resizerRoleDescription,stripedRows:te,stickyState:Nr,selectionColumnId:nc,tableRole:er,isExpandable:Pe,setLastUserAction:Za};sE(Rt);const kl=eo(Rt,Nr.refs.wrapper),ti=eo(to,Eo,Nr.refs.table),ri=hD({isScrollable:!!(bo&&Ne&&bo>Ne),ariaLabel:T==null?void 0:T.tableLabel,ariaLabelledby:Hc}),uu=U5();gE({enableKeyboardNavigation:se,selectionType:C,tableRoot:Eo,columnDefinitions:pr,numRows:we==null?void 0:we.length});const pa=y.useRef(null),[wt,Mc]=qr(Be=>Be.borderBoxHeight),fu=eo(pa,Mc),_l=C?1:0,li=pr.length+_l;return d.createElement($d.Provider,{value:{defaultVariant:"primary"}},d.createElement(vC,{value:{paginationRef:$r,filterRef:Nt,preferencesRef:ua,headerRef:yl}},d.createElement(qD,{visibleColumns:Qa,resizableColumns:fe,containerRef:Qe},d.createElement(Hg,Object.assign({},je,du,{__internalRootRef:le,className:P(je.className,Ve.root),__funnelSubStepProps:Te,__fullPage:Y==="full-page",header:d.createElement(d.Fragment,null,Ir&&d.createElement("div",null,d.createElement("div",{ref:fu,className:P(Ve["header-controls"],Ve[`variant-${Jt}`])},d.createElement(ru.Provider,{value:{assignId:Oc}},d.createElement(aT,{header:s,filter:h,pagination:p,preferences:v,setLastUserAction:Za})))),j&&d.createElement(tE,{ref:fo,variant:Jt,theadProps:oi,wrapperRef:Rt,theadRef:Mo,secondaryWrapperRef:go,tableRef:Eo,onScroll:Qo,tableHasHeader:Ir,contentDensity:F,tableRole:er})),disableHeaderPaddings:!0,disableContentPaddings:!0,variant:X5(Jt),__disableFooterPaddings:!0,__disableFooterDivider:!0,__disableStickyMobile:!1,footer:ga?d.createElement("div",{className:P(Ve["footer-wrapper"],Ve[`variant-${Jt}`])},d.createElement("div",{className:P(Ve.footer,Ka&&Ve["footer-with-pagination"])},f&&d.createElement("span",null,f),Ka&&d.createElement("div",{className:Ve["footer-pagination"]},p))):null,__stickyHeader:j,__mobileStickyOffset:wt??0,__stickyOffset:M},Zf.root),d.createElement("div",Object.assign({ref:kl,className:P(Ve.wrapper,Ve[`variant-${Jt}`],{[Ve["has-footer"]]:ga,[Ve["has-header"]]:Ir}),style:Nr.style.wrapper,onScroll:Qo},ri),d.createElement("div",{className:Ve["wrapper-content-measure"],ref:no}),!!me&&!!ge&&d.createElement(Tt,{hidden:!0,tagName:"span"},d.createElement("span",null,me({firstIndex:ge,lastIndex:ge+b.length-1,visibleItemsCount:He.length,totalItemsCount:ae}))),d.createElement(BD,{keyboardNavigation:!!se,pageSize:hE,getTable:()=>Eo.current},d.createElement("table",Object.assign({},$a,{ref:ti,className:P(Ve.table,fe&&Ve["table-layout-fixed"],F==="compact"&&Bc("compact-table"))},Zx({tableRole:er,totalItemsCount:ae,totalColumnsCount:li,ariaLabel:T==null?void 0:T.tableLabel,ariaLabelledby:Hc})),d.createElement(o1,Object.assign({ref:Mo,hidden:j,onFocusedComponentChange:Be=>{var io;return(io=fo.current)===null||io===void 0?void 0:io.setFocus(Be)}},oi)),d.createElement("tbody",null,B||He.length===0?d.createElement("tr",null,d.createElement(AD,{totalColumnsCount:li,hasFooter:ga,loading:B,loadingText:w,empty:g,tableRef:Eo,containerRef:Qe})):we.map((Be,io)=>{const jo=io===0,at=io===we.length-1,jt=Be.type==="data"?ke(Be.item):void 0,Rr=mD(Object.assign({tableRole:er,firstIndex:ge,rowIndex:io,level:Be.type==="loader"?Be.level:void 0},jt)),Pt=Jo=>W5(k,Jo,io),or={isFirstRow:jo,isLastRow:at,isSelected:Lo&&Gr(Be),isPrevSelected:Lo&&!jo&&Gr(we[io-1]),isNextSelected:Lo&&!at&&Gr(we[io+1]),isEvenRow:io%2===0,stripedRows:te,hasSelection:Lo,hasFooter:ga,stickyState:Nr,tableRole:er};if(Be.type==="data"){const Jo=`${Pt(Be.item)}`;return d.createElement("tr",Object.assign({key:Jo,className:P(Ve.row,or.isSelected&&Ve["row-selected"]),onFocus:({currentTarget:Ho})=>{var Yo;Ho.contains(uu())||(Yo=fo.current)===null||Yo===void 0||Yo.scrollToRow(Ho)}},Zf.item,{onClick:zc&&zc.bind(null,io,Be.item),onContextMenu:Lc&&Lc.bind(null,io,Be.item)},Rr),Er&&d.createElement(Gb,Object.assign({},or,{columnId:nc,selectionControlProps:Object.assign(Object.assign({},Er(Be.item)),{onFocusDown:_t,onFocusUp:xl,rowIndex:io,itemKey:Jo}),verticalAlign:Ce})),pr.map((Ho,Yo)=>{var Bt,et;const br=`${uc(Ho,Yo)}`,en={row:Jo,col:br},on=gt.checkEditing(en),ai=gt.checkLastSuccessfulEdit(en),ni=!!Ho.editConfig&&!gt.isLoading,wl=Pe&&Yo===0?jt:void 0,Bl={component:{innerContext:{position:`${io+1},${Yo+1}`,columnId:Ho.id?`${Ho.id}`:"",columnLabel:{selector:`table thead tr th:nth-child(${Yo+(C?2:1)})`,root:"component"},item:Jo}}};return d.createElement(ND,Object.assign({key:br},or,{resizableStyle:{width:Ho.width,minWidth:Ho.minWidth,maxWidth:Ho.maxWidth},ariaLabels:T,column:Ho,item:Be.item,wrapLines:X,isEditable:ni,isEditing:on,isRowHeader:Ho.isRowHeader,successfulEdit:ai,resizableColumns:fe,onEditStart:()=>gt.startEdit(en),onEditEnd:jc=>gt.completeEdit(en,jc),submitEdit:gt.submitEdit,columnId:(Bt=Ho.id)!==null&&Bt!==void 0?Bt:Yo,colIndex:Yo+_l,verticalAlign:(et=Ho.verticalAlign)!==null&&et!==void 0?et:Ce},wl,ze(Bl)))}))}const Zr=HD({item:Be.item,loadingStatus:Be.status,renderLoaderPending:De,renderLoaderLoading:O,renderLoaderError:he,renderLoaderEmpty:ve});return Zr&&d.createElement("tr",Object.assign({key:(Be.item?Pt(Be.item):"root-"+io)+"-"+Be.from,className:Ve.row},Rr),Er&&d.createElement(Gb,Object.assign({},or,{columnId:nc,verticalAlign:Ce})),pr.map((Jo,Ho)=>{var Yo;return d.createElement(OD,Object.assign({key:uc(Jo,Ho)},or,{wrapLines:!1,columnId:(Yo=Jo.id)!==null&&Yo!==void 0?Yo:Ho,colIndex:Ho+_l,isRowHeader:Ho===0,level:Be.level,item:Be.item,trackBy:k}),Zr)}))})))),fe&&d.createElement(YD,null)),d.createElement(aE,{ref:zo,wrapperRef:Rt,tableRef:Eo,onScroll:Qo,hasStickyColumns:Ja})))))}),na=d.forwardRef((t,r)=>{var{options:a=[],filteringType:n="none",statusType:c="finished",triggerVariant:s="label"}=t,f=pe(t,["options","filteringType","statusType","triggerVariant"]);const g=Ro("Select",{props:{autoFocus:f.autoFocus,expandToViewport:f.expandToViewport,filteringType:n,triggerVariant:s,virtualScroll:f.virtualScroll,readOnly:f.readOnly},metadata:{hasInlineLabel:!!f.inlineLabelText,hasDisabledReasons:a.some(v=>!!v.disabledReason)}}),h=Vg(f),p={name:"awsui.Select",label:`.${kx["button-trigger"]}`,properties:{disabled:`${!!h.disabled}`}};return d.createElement(wT,Object.assign({options:a,filteringType:n,statusType:c,triggerVariant:s},h,g,{ref:r},ze({component:p})))});Ao(na,"Select");function Ke(t){var{direction:r="vertical"}=t,a=pe(t,["direction"]);const n=Ro("SpaceBetween",{props:{alignItems:a.alignItems,direction:r,size:a.size}});return d.createElement(Uy,Object.assign({direction:r},a,n))}Ao(Ke,"SpaceBetween");function r1(t){var{size:r="normal",variant:a="normal"}=t,n=pe(t,["size","variant"]);const c=Ro("Spinner",{props:{size:r,variant:a}});return d.createElement(Yd,Object.assign({size:r,variant:a},n,c))}Ao(r1,"Spinner");function l1(t){var{type:r="success",wrapText:a=!0}=t,n=pe(t,["type","wrapText"]);const c=Ro("StatusIndicator",{props:{colorOverride:n.colorOverride,type:r,wrapText:a}});return d.createElement(Td,Object.assign({type:r,wrapText:a},n,c))}Ao(l1,"StatusIndicator");const Ic=d.forwardRef((t,r)=>{var a,n,c,{items:s=[],selectedItems:f=[],variant:g="container",contentDensity:h="comfortable",cellVerticalAlign:p="middle",firstIndex:v=1}=t,b=pe(t,["items","selectedItems","variant","contentDensity","cellVerticalAlign","firstIndex"]);const x=vl(b),k=b.visibleColumns&&b.visibleColumns.length<b.columnDefinitions.length||((a=b.columnDisplay)===null||a===void 0?void 0:a.some(I=>!I.visible)),B=!!(!((n=b.stickyColumns)===null||n===void 0)&&n.first)||!!(!((c=b.stickyColumns)===null||c===void 0)&&c.last),w=Ro("Table",{props:{contentDensity:h,resizableColumns:b.resizableColumns,selectionType:b.selectionType,stickyHeader:b.stickyHeader,stripedRows:b.stripedRows,variant:g,wrapLines:b.wrapLines,enableKeyboardNavigation:b.enableKeyboardNavigation,totalItemsCount:b.totalItemsCount,flowType:x.flowType,cellVerticalAlign:p},metadata:{expandableRows:!!b.expandableRows,progressiveLoading:!!b.getLoadingStatus,inlineEdit:b.columnDefinitions.some(I=>!!I.editConfig),disabledInlineEdit:b.columnDefinitions.some(I=>{var E;return!!(!((E=I.editConfig)===null||E===void 0)&&E.disabledReason)}),hasSortableColumns:b.columnDefinitions.some(I=>I.sortingField||I.sortingComparator),hasHiddenColumns:k,hasStickyColumns:B,hasFilterSlot:!!b.filter,hasPaginationSlot:!!b.pagination,itemsCount:s.length,hasInstanceIdentifier:!!(x!=null&&x.instanceIdentifier),hasResourceType:!!(x!=null&&x.resourceType),usesVisibleColumns:!!b.visibleColumns,usesColumnDisplay:!!b.columnDisplay,usesColumnDefinitionsVerticalAlign:b.columnDefinitions.some(I=>I.verticalAlign!==p)}},x),C={name:"awsui.Table",label:{root:"self"},properties:{selectionType:b.selectionType||"none",itemsCount:`${s.length}`,selectedItemsCount:`${f.length}`,variant:g}},S=JD(b.columnDefinitions,b.sortingColumn);S&&(C.properties.sortingColumnId=S,C.properties.sortingDescending=`${b.sortingDescending||!1}`);const R=Object.assign(Object.assign(Object.assign(Object.assign({items:s,selectedItems:f,variant:g,contentDensity:h,firstIndex:v,cellVerticalAlign:p},b),w),{ref:r}),ze({component:C})),T={tableContentDensity:h,tableHasStripedRows:!!b.stripedRows,tableHasHiddenColumns:k,tableHasStickyColumns:B};return g==="borderless"||g==="embedded"?d.createElement(Bb.Provider,{value:T},d.createElement(t1,Object.assign({},R))):d.createElement(Bb.Provider,{value:T},d.createElement(tu,null,d.createElement(mE,Object.assign({},R))))});Ao(Ic,"Table");function vE(){return"scrollBehavior"in document.documentElement.style}const bE=t=>.0015*Math.abs(t)+.558,yE=t=>Math.round(Math.abs(t)/bE(t)),a1=()=>window.performance?window.performance.now():Date.now(),xE=t=>.5*(1-Math.cos(Math.PI*t)),n1=t=>{const r=a1(),a=Math.min((r-t.startTime)/t.scrollTime,1),n=xE(a),c=t.startX+(t.endX-t.startX)*n;t.scrollable.scrollLeft=c,c!==t.endX&&requestAnimationFrame(()=>n1(t))},kE=(t,r)=>{const a=t.scrollLeft;n1({scrollable:t,startX:a,endX:r,startTime:a1(),scrollTime:yE(r-a)})},i1=(t,r)=>{if(hy(t)){t.scrollLeft=r;return}if(vE()&&t.scrollTo){t.scrollTo({left:r,behavior:"smooth"});return}kE(t,r)},rd=(t,r)=>{if(!(t!=null&&t.current))return;const a=t.current,{scrollLeft:n,scrollWidth:c,offsetWidth:s}=a,f=Math.ceil(a.clientWidth*.75),g=r==="forward"?Math.min(Math.abs(n)+f,c-s):Math.max(Math.abs(n)-f,0),h=ra(a)?g*-1:g;i1(a,h)},_E=(t,r)=>{const{offsetWidth:a,scrollWidth:n}=t,c=r.current&&2*r.current.offsetWidth;return c?n>a+c:n>a},Ab=t=>mg(t)>0,zb=t=>Math.ceil(mg(t))<t.scrollWidth-t.offsetWidth,wE=(t,r,a=!0)=>{if(!t||!r)return;const n=2;let c=r.scrollLeft;c=Math.min(c,t.offsetLeft-n),c=Math.max(c,t.offsetLeft+t.offsetWidth/2-r.offsetWidth/2+n),a?i1(r,c):r.scrollLeft=c},Pr={"tabs-header-list":"awsui_tabs-header-list_1acwa_dp0cl_5","active-tab-header":"awsui_active-tab-header_1acwa_dp0cl_6","tab-label":"awsui_tab-label_1acwa_dp0cl_7","tab-dismiss-button":"awsui_tab-dismiss-button_1acwa_dp0cl_8"},Oe={"tabs-header":"awsui_tabs-header_14rmt_1hsv5_290","tab-header-scroll-container":"awsui_tab-header-scroll-container_14rmt_1hsv5_299","tabs-header-list":"awsui_tabs-header-list_14rmt_1hsv5_305","pagination-button":"awsui_pagination-button_14rmt_1hsv5_323","pagination-button-left":"awsui_pagination-button-left_14rmt_1hsv5_330","pagination-button-left-scrollable":"awsui_pagination-button-left-scrollable_14rmt_1hsv5_333","pagination-button-right":"awsui_pagination-button-right_14rmt_1hsv5_337","pagination-button-right-scrollable":"awsui_pagination-button-right-scrollable_14rmt_1hsv5_340","actions-container":"awsui_actions-container_14rmt_1hsv5_345","tabs-tab":"awsui_tabs-tab_14rmt_1hsv5_353","tabs-tab-label":"awsui_tabs-tab-label_14rmt_1hsv5_363","tabs-tab-header-container":"awsui_tabs-tab-header-container_14rmt_1hsv5_374","tabs-tab-dismiss":"awsui_tabs-tab-dismiss_14rmt_1hsv5_385","tabs-tab-action":"awsui_tabs-tab-action_14rmt_1hsv5_385",refresh:"awsui_refresh_14rmt_1hsv5_390","tabs-tab-disabled":"awsui_tabs-tab-disabled_14rmt_1hsv5_394","tabs-tab-link":"awsui_tabs-tab-link_14rmt_1hsv5_436","tabs-tab-active":"awsui_tabs-tab-active_14rmt_1hsv5_514","tabs-header-with-divider":"awsui_tabs-header-with-divider_14rmt_1hsv5_521","tabs-tab-focusable":"awsui_tabs-tab-focusable_14rmt_1hsv5_525",root:"awsui_root_14rmt_1hsv5_529",tabs:"awsui_tabs_14rmt_1hsv5_290","tabs-content":"awsui_tabs-content_14rmt_1hsv5_567","fit-height":"awsui_fit-height_14rmt_1hsv5_571","tabs-content-active":"awsui_tabs-content-active_14rmt_1hsv5_577","tabs-content-wrapper":"awsui_tabs-content-wrapper_14rmt_1hsv5_591","with-paddings":"awsui_with-paddings_14rmt_1hsv5_591","tabs-container-content-wrapper":"awsui_tabs-container-content-wrapper_14rmt_1hsv5_602","disabled-reason-tooltip":"awsui_disabled-reason-tooltip_14rmt_1hsv5_613","tabs-tab-focused":"awsui_tabs-tab-focused_14rmt_1hsv5_617"},BE={"tab-dismiss-button":"awsui_tab-dismiss-button_1nq1i_1nd7r_5"},SE=`.${Oe["tabs-tab-link"]}`,CE=`.${Oe["tabs-tab-focused"]}`,Lb=`.${Oe["tabs-tab-focusable"]}`;function TE({dismissLabel:t,dismissDisabled:r,onDismiss:a,tabId:n}){return d.createElement(Gt,{onClick:a,variant:"icon",iconName:"close",formAction:"none",ariaLabel:t,disabled:r,className:P(BE["tab-dismiss-button"],Pr["tab-dismiss-button"]),"data-testid":`awsui-tab-dismiss-button-${n}`})}function DE({onChange:t,activeTabId:r,tabs:a,variant:n,idNamespace:c,ariaLabel:s,ariaLabelledby:f,i18nStrings:g,keyboardActivationMode:h,actions:p}){const v=y.useRef(null),b=y.useRef(null),x=y.useRef(null),k=ft("tabs"),B=bl(),w=y.useRef(null),[C,S]=qr(O=>O.contentBoxWidth),R=eo(w,S),T=y.useRef(new Map),[I,E]=y.useState(!1),[A,N]=y.useState(!1),[H,V]=y.useState(!1),[j,M]=y.useState(r),[q,re]=y.useState(r),X=a.some(O=>O.action||O.dismissible),te=Un(X),F=X?{role:"application","aria-roledescription":k("i18nStrings.tabsWithActionsAriaRoleDescription",g==null?void 0:g.tabsWithActionsAriaRoleDescription)}:{role:"tablist"};y.useEffect(()=>{var O;te&&!X&&((O=ae())===null||O===void 0||O.focus())},[X,te]),y.useEffect(()=>{v.current&&(E(_E(v.current,x)),N(Ab(v.current)),V(zb(v.current)))},[C,a]);const Z=O=>{if(!r)return;const he=T.current.get(r);he&&v.current&&wE(he,v.current,O)};y.useEffect(()=>{requestAnimationFrame(()=>{Z(!1)})},[I,C,a.length]),y.useEffect(()=>{Z(!0)},[r]),y.useEffect(()=>{var O,he;!((O=v.current)===null||O===void 0)&&O.contains(document.activeElement)&&document.activeElement!==b.current&&((he=b.current)===null||he===void 0||he.focus({preventScroll:!0}))},[r]);const oe=()=>{v.current&&(N(Ab(v.current)),V(zb(v.current)))},fe=P({[Oe["tabs-header"]]:!0,[Oe["tabs-header-with-divider"]]:n==="default"||B}),z=P({[Oe["pagination-button"]]:!0,[Oe["pagination-button-left"]]:!0,[Oe["pagination-button-left-scrollable"]]:A}),Y=P({[Oe["pagination-button"]]:!0,[Oe["pagination-button-right"]]:!0,[Oe["pagination-button-right-scrollable"]]:H}),le=y.useRef(null);function ae(){var O,he;if(!w.current)return null;const ve=Array.from(w.current.querySelectorAll(SE));return(he=(O=ve.find(Ce=>Ce.matches(CE)))!==null&&O!==void 0?O:ve.find(Ce=>!Ce.disabled))!==null&&he!==void 0?he:null}function ge(O){var he;if(!!O.classList.contains(Oe["tabs-tab-link"])){const Ce=(he=le.current)===null||he===void 0?void 0:he.getFocusTarget(),Te=Ce==null?void 0:Ce.querySelector(`.${Oe["tabs-tab-link"]}`);Te==null||Te.focus()}}y.useEffect(()=>{var O;(O=le.current)===null||O===void 0||O.updateFocusTarget()});function me(){var O;(O=le.current)===null||O===void 0||O.updateFocusTarget()}function ue(){var O;(O=le.current)===null||O===void 0||O.updateFocusTarget()}function ne(O){const he=document.activeElement,ve=[_e.right,_e.left,_e.end,_e.home,_e.pageUp,_e.pageDown,_e.space],Ce=document.querySelector(`.${Oe["tabs-tab-action"]} [aria-expanded="true"]`),Te=!(he!=null&&he.classList.contains(Oe["tabs-tab-link"]));if(Ce)return;if(O.key==="Tab"&&!O.shiftKey&&Te){O.preventDefault();const Ge=`${c}-${r}-panel`,Pe=document.getElementById(Ge);Pe==null||Pe.focus()}if(Ey(O)||ve.indexOf(O.keyCode)===-1||!w.current||!he)return;O.preventDefault();const ye=Q(w.current),je=document.activeElement instanceof HTMLElement?ye.indexOf(document.activeElement):-1;Cd(O,{onHome:()=>se(ye[0]),onEnd:()=>se(ye[ye.length-1]),onInlineStart:()=>se(ye[xb(je-1,[0,ye.length-1])]),onInlineEnd:()=>se(ye[xb(je+1,[0,ye.length-1])]),onPageDown:()=>H&&rd(v,"forward"),onPageUp:()=>A&&rd(v,"backward"),onActivate:()=>{var Ge;return j&&j!==r&&t({activeTabId:j,activeTabHref:(Ge=a.find(Pe=>Pe.id===j))===null||Ge===void 0?void 0:Ge.href})}})}function se(O){var he,ve;O.focus();const Ce=a.reduce((Te,ye)=>Te.set(ye.id,ye),new Map);for(const[Te,ye]of T.current.entries()){const je=ye==null?void 0:ye.querySelector(`.${Oe["tabs-tab-link"]}`);if(Te!==r&&je===O){re(Te),M(Te),!(!((he=Ce.get(Te))===null||he===void 0)&&he.disabled)&&h==="automatic"&&t({activeTabId:Te,activeTabHref:(ve=Ce.get(Te))===null||ve===void 0?void 0:ve.href});break}}}function Q(O){function he(Ce){var Te,ye;return(ye=(Te=le.current)===null||Te===void 0?void 0:Te.isRegistered(Ce))!==null&&ye!==void 0?ye:!1}function ve(Ce){return Ce instanceof HTMLButtonElement?!Ce.disabled||Ce.closest(Lb):Ce.matches(Lb)}return yg(O).filter(Ce=>he(Ce)&&ve(Ce))}const be=X?"div":"ul";return d.createElement("div",{className:fe},d.createElement("div",{className:Oe["tab-header-scroll-container"],ref:R},I&&d.createElement("span",{ref:x,className:z},d.createElement(Gt,{formAction:"none",variant:"icon",iconName:"angle-left",disabled:!A,__focusable:!0,onClick:()=>rd(v,"backward"),ariaLabel:k("i18nStrings.scrollLeftAriaLabel",g==null?void 0:g.scrollLeftAriaLabel)})),d.createElement(Ty,{ref:le,navigationActive:!0,getNextFocusTarget:ae,onUnregisterActive:ge},d.createElement(be,Object.assign({},F,{className:P(Oe["tabs-header-list"],Pr["tabs-header-list"]),"aria-label":s,"aria-labelledby":f,ref:v,onScroll:oe,onKeyDown:ne,onFocus:me,onBlur:ue}),a.map(De))),I&&d.createElement("span",{className:Y},d.createElement(Gt,{formAction:"none",variant:"icon",iconName:"angle-right",disabled:!H,__focusable:!0,onClick:()=>rd(v,"forward"),ariaLabel:k("i18nStrings.scrollRightAriaLabel",g==null?void 0:g.scrollRightAriaLabel)}))),p&&d.createElement("div",{className:Oe["actions-container"]},p));function De(O,he){const{dismissible:ve,dismissLabel:Ce,dismissDisabled:Te,action:ye,onDismiss:je}=O,Ge=r===O.id&&!O.disabled,Pe=go=>{if(O.disabled){go.preventDefault();return}if(!(!Vd(go)&&O.href)){if(go.preventDefault(),!O.href){const fo=T.current.get(O.id);fo&&fo&&fo!==document.activeElement&&fo.focus({preventScroll:!0})}O.id!==r&&(M(O.id),re(O.id),t({activeTabId:O.id,activeTabHref:O.href}))}},He=P({[Oe["tabs-tab-link"]]:!0,[Oe.refresh]:B,[Oe["tabs-tab-active"]]:r===O.id&&!O.disabled,[Oe["tabs-tab-focused"]]:j===O.id,[Oe["tabs-tab-active"]]:Ge,[Pr["active-tab-header"]]:Ge,[Oe["tabs-tab-disabled"]]:O.disabled,[Oe["tabs-tab-focusable"]]:!O.disabled||O.disabled&&!!O.disabledReason}),ke=P({[Oe["tabs-tab-header-container"]]:!0,[Oe.refresh]:B,[Oe["tabs-tab-active"]]:Ge,[Oe["tabs-tab-disabled"]]:O.disabled,[Oe["tabs-tab-focusable"]]:!O.disabled||O.disabled&&!!O.disabledReason}),we=P({[Oe["tabs-tab-action"]]:!0,[Oe["tabs-tab-active"]]:Ge}),Ne={className:He,"aria-controls":`${c}-${O.id}-panel`,"data-testid":O.id,id:c1({namespace:c,tabId:O.id}),onClick:Pe},Me=X?{role:"group","aria-labelledby":Ne.id}:{};X?Ne["aria-expanded"]=r===O.id:(Ne["aria-selected"]=r===O.id,Ne.role="tab"),O.disabled&&(Ne["aria-disabled"]="true");const Qe=go=>{O.id===r&&(b.current=go),T.current.set(O.id,go)},no=go=>{if(!w.current||!je)return;const Mo=Q(w.current).filter(Fo=>Fo.classList.contains(Oe["tabs-tab-link"])),fo=Mo.findIndex(Fo=>Fo.dataset.testid===O.id);Mo.splice(fo,1);let zo;q&&q!==O.id?zo=Mo.find(Fo=>Fo.dataset.testid===q):zo=Mo[Math.min(Mo.length-1,fo)],zo&&zo.dataset.testid&&(t({activeTabId:zo.dataset.testid}),re(zo.dataset.testid),zo.focus()),je(go)},bo=X?"div":"li",to={action:"dismiss",detail:{id:O.id,label:`.${Pr["tab-dismiss-button"]}`,position:`${he+1}`}},Eo={innerContext:{tabId:O.id,tabLabel:`.${Pr["tab-label"]}`,tabPosition:`${he+1}`}};return d.createElement(bo,{ref:go=>T.current.set(O.id,go),className:Oe["tabs-tab"],role:"presentation",key:O.id},d.createElement("div",Object.assign({className:ke},Me,ze({component:Eo})),d.createElement(EE,{ref:Qe,tab:O,elementProps:Ne,activeTabId:r,index:he}),ye&&d.createElement("span",{className:we},ye),ve&&d.createElement("span",Object.assign({className:Oe["tabs-tab-dismiss"]},ze(to)),TE({dismissLabel:Ce,dismissDisabled:Te,onDismiss:no,tabId:O.id}))))}}const EE=y.forwardRef(({tab:t,elementProps:r,activeTabId:a,index:n},c)=>{const s=y.useRef(null),f=y.useRef(null),g=eo(s,c),{tabIndex:h}=hr(s),p=t.disabled&&!!t.disabledReason,[v,b]=y.useState(!1),{targetProps:x,descriptionEl:k}=sa(t.disabledReason),B=d.createElement(d.Fragment,null,d.createElement("span",{className:P(Oe["tabs-tab-label"],Pr["tab-label"]),ref:f},d.createElement("span",null,t.label)),p&&d.createElement(d.Fragment,null,k,v&&d.createElement(qd,{className:Oe["disabled-reason-tooltip"],trackRef:f,value:t.disabledReason,onDismiss:()=>b(!1)}))),w={onFocus:()=>b(!0),onBlur:()=>b(!1),onMouseEnter:()=>b(!0),onMouseLeave:()=>b(!1)},C={action:"select",detail:{id:t.id,label:`.${Pr["tab-label"]}`,position:`${n+1}`,originTabId:a||""}},S=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},r),p?x:{}),p?w:{}),{ref:g,tabIndex:h}),t.disabled||t.id===a?{}:ze(C));return t.href?d.createElement("a",Object.assign({},S,{href:t.href}),B):d.createElement("button",Object.assign({},S,{type:"button",disabled:t.disabled&&!p}),B)});function c1({namespace:t,tabId:r}){return t+"-"+r}function GE(t){const r=t.filter(a=>!a.disabled);return r.length>0?r[0]:null}function IE(t,r){switch(t.contentRenderStrategy){case"active":return!1;case"eager":return!0;case"lazy":return r.has(t.id)}return!1}function s1(t){var r,a,{tabs:n,variant:c="default",onChange:s,activeTabId:f,ariaLabel:g,ariaLabelledby:h,disableContentPaddings:p=!1,i18nStrings:v,fitHeight:b,keyboardActivationMode:x="automatic",actions:k}=t,B=pe(t,["tabs","variant","onChange","activeTabId","ariaLabel","ariaLabelledby","disableContentPaddings","i18nStrings","fitHeight","keyboardActivationMode","actions"]);for(const H of n)xc("Tabs",H.href);const{__internalRootRef:w}=Ro("Tabs",{props:{disableContentPaddings:p,variant:c,fitHeight:b,keyboardActivationMode:x},metadata:{hasActions:n.some(H=>!!H.action),hasHeaderActions:!!k,hasDisabledReasons:n.some(H=>!!H.disabledReason),hasEagerLoadedTabs:n.some(H=>H.contentRenderStrategy==="eager"),hasLazyLoadedTabs:n.some(H=>H.contentRenderStrategy==="lazy")}}),C=$e("awsui-tabs-"),[S,R]=Vy(f,s,(a=(r=GE(n))===null||r===void 0?void 0:r.id)!==null&&a!==void 0?a:"",{componentName:"Tabs",controlledProp:"activeTabId",changeHandler:"onChange"}),T=y.useRef(new Set);S!==void 0&&T.current.add(S);const I=oo(B),E={name:"awsui.Tabs",label:`.${Pr["tabs-header-list"]}`};S&&(E.properties={activeTabId:S,activeTabLabel:`.${Pr["active-tab-header"]} .${Pr["tab-label"]}`,activeTabPosition:`${n.findIndex(H=>H.id===S)+1}`,tabsCount:`${n.length}`});const A=()=>{const H=n.filter(j=>j.id===S)[0],V=j=>{const M=j===H,re={className:P({[Oe["tabs-content"]]:!0,[Oe["tabs-content-active"]]:M}),role:"tabpanel",id:`${C}-${j.id}-panel`,key:`${C}-${j.id}-panel`,tabIndex:0,"aria-labelledby":c1({namespace:C,tabId:j.id})},X=!j.disabled&&(M||IE(j,T.current));return d.createElement("div",Object.assign({},re),X&&j.content)};return d.createElement("div",{className:P(c==="container"||c==="stacked"?Oe["tabs-container-content-wrapper"]:Oe["tabs-content-wrapper"],{[Oe["with-paddings"]]:!p})},n.map(V))},N=d.createElement(DE,{activeTabId:S,variant:c,idNamespace:C,ariaLabel:g,ariaLabelledby:h,tabs:n,actions:k,onChange:H=>{R(H.activeTabId),qe(s,H)},i18nStrings:v,keyboardActivationMode:x});return c==="container"||c==="stacked"?d.createElement(Hg,Object.assign({header:N,disableHeaderPaddings:!0},I,{className:P(I.className,Oe.root),__internalRootRef:w,disableContentPaddings:!0,variant:c==="stacked"?"stacked":"default",fitHeight:b},ze({component:E})),A()):d.createElement("div",Object.assign({},I,{className:P(I.className,Oe.root,Oe.tabs,{[Oe["fit-height"]]:b}),ref:w},ze({component:E})),N,A())}Ao(s1,"Tabs");const NE={"text-content":"awsui_text-content_6absk_bpcho_146"};function Xg(t){var{children:r}=t,a=pe(t,["children"]);const{__internalRootRef:n}=Ro("TextContent"),c=oo(a),s=P(c.className,NE["text-content"]);return d.createElement("div",Object.assign({},c,{className:s,ref:n}),r)}Ao(Xg,"TextContent");const d1=d.forwardRef((t,r)=>{const a=Ro("TextFilter",{props:{disabled:t.disabled,disableBrowserAutocorrect:t.disableBrowserAutocorrect}}),n={name:"awsui.TextFilter",label:"input",properties:{disabled:`${!!t.disabled}`}};return d.createElement(ET,Object.assign({},t,a,{ref:r},ze({component:n})))});Ao(d1,"TextFilter");const ic={root:"awsui_root_qk1j1_4axn6_145",textarea:"awsui_textarea_qk1j1_4axn6_149","textarea-readonly":"awsui_textarea-readonly_qk1j1_4axn6_199","textarea-invalid":"awsui_textarea-invalid_qk1j1_4axn6_241","textarea-warning":"awsui_textarea-warning_qk1j1_4axn6_250"},ia=d.forwardRef((t,r)=>{var{value:a,autoComplete:n=!0,disabled:c,readOnly:s,disableBrowserAutocorrect:f,disableBrowserSpellcheck:g,spellcheck:h,onKeyDown:p,onKeyUp:v,onChange:b,onBlur:x,onFocus:k,ariaRequired:B,name:w,rows:C,placeholder:S,autoFocus:R,ariaLabel:T}=t,I=pe(t,["value","autoComplete","disabled","readOnly","disableBrowserAutocorrect","disableBrowserSpellcheck","spellcheck","onKeyDown","onKeyUp","onChange","onBlur","onFocus","ariaRequired","name","rows","placeholder","autoFocus","ariaLabel"]);const{__internalRootRef:E}=Ro("Textarea",{props:{autoComplete:n,autoFocus:R,disableBrowserAutocorrect:f,disableBrowserSpellcheck:g,readOnly:s,spellcheck:h}}),{ariaLabelledby:A,ariaDescribedby:N,controlId:H,invalid:V,warning:j}=Dc(I),M=oo(I),q=y.useRef(null);Ya(r,q);const re={"aria-label":T,"aria-labelledby":A,"aria-describedby":N,"aria-required":B?"true":void 0,"aria-invalid":V?"true":void 0,name:w,placeholder:S,autoFocus:R,className:P(ic.textarea,{[ic["textarea-readonly"]]:s,[ic["textarea-invalid"]]:V,[ic["textarea-warning"]]:j&&!V}),autoComplete:px(n),spellCheck:h,disabled:c,readOnly:s?!0:void 0,rows:C||3,onKeyDown:p&&(X=>Va(p,X)),onKeyUp:v&&(X=>Va(v,X)),value:a||"",onChange:b&&(X=>qe(b,{value:X.target.value})),onBlur:x&&(()=>qe(x)),onFocus:k&&(()=>qe(k))};return f&&(re.autoCorrect="off",re.autoCapitalize="off"),g&&(re.spellCheck="false"),d.createElement("span",Object.assign({},M,{className:P(ic.root,M.className),ref:E}),d.createElement("textarea",Object.assign({ref:q,id:H},re)))});Ao(ia,"Textarea");const RE=t=>{const{type:r,children:a,dismissible:n=!0,timeout:c=0}=t,[s,f]=y.useState([]);return y.useEffect(()=>{if(!a){f([]);return}if(f([{type:r,content:a,dismissible:n,onDismiss:()=>f([])}]),c>0){const g=setTimeout(()=>f([]),c);return()=>clearTimeout(g)}},[r,a,n,c]),G.jsx(Vx,{items:s})};var gd={exports:{}},AE=gd.exports,Hb;function zE(){return Hb||(Hb=1,function(t){(function(r,a){t.exports?t.exports=a():r.log=a()})(AE,function(){var r=function(){},a="undefined",n=typeof window!==a&&typeof window.navigator!==a&&/Trident\/|MSIE /.test(window.navigator.userAgent),c=["trace","debug","info","warn","error"],s={},f=null;function g(w,C){var S=w[C];if(typeof S.bind=="function")return S.bind(w);try{return Function.prototype.bind.call(S,w)}catch{return function(){return Function.prototype.apply.apply(S,[w,arguments])}}}function h(){console.log&&(console.log.apply?console.log.apply(console,arguments):Function.prototype.apply.apply(console.log,[console,arguments])),console.trace&&console.trace()}function p(w){return w==="debug"&&(w="log"),typeof console===a?!1:w==="trace"&&n?h:console[w]!==void 0?g(console,w):console.log!==void 0?g(console,"log"):r}function v(){for(var w=this.getLevel(),C=0;C<c.length;C++){var S=c[C];this[S]=C<w?r:this.methodFactory(S,w,this.name)}if(this.log=this.debug,typeof console===a&&w<this.levels.SILENT)return"No console available for logging"}function b(w){return function(){typeof console!==a&&(v.call(this),this[w].apply(this,arguments))}}function x(w,C,S){return p(w)||b.apply(this,arguments)}function k(w,C){var S=this,R,T,I,E="loglevel";typeof w=="string"?E+=":"+w:typeof w=="symbol"&&(E=void 0);function A(M){var q=(c[M]||"silent").toUpperCase();if(!(typeof window===a||!E)){try{window.localStorage[E]=q;return}catch{}try{window.document.cookie=encodeURIComponent(E)+"="+q+";"}catch{}}}function N(){var M;if(!(typeof window===a||!E)){try{M=window.localStorage[E]}catch{}if(typeof M===a)try{var q=window.document.cookie,re=encodeURIComponent(E),X=q.indexOf(re+"=");X!==-1&&(M=/^([^;]+)/.exec(q.slice(X+re.length+1))[1])}catch{}return S.levels[M]===void 0&&(M=void 0),M}}function H(){if(!(typeof window===a||!E)){try{window.localStorage.removeItem(E)}catch{}try{window.document.cookie=encodeURIComponent(E)+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC"}catch{}}}function V(M){var q=M;if(typeof q=="string"&&S.levels[q.toUpperCase()]!==void 0&&(q=S.levels[q.toUpperCase()]),typeof q=="number"&&q>=0&&q<=S.levels.SILENT)return q;throw new TypeError("log.setLevel() called with invalid level: "+M)}S.name=w,S.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},S.methodFactory=C||x,S.getLevel=function(){return I??T??R},S.setLevel=function(M,q){return I=V(M),q!==!1&&A(I),v.call(S)},S.setDefaultLevel=function(M){T=V(M),N()||S.setLevel(M,!1)},S.resetLevel=function(){I=null,H(),v.call(S)},S.enableAll=function(M){S.setLevel(S.levels.TRACE,M)},S.disableAll=function(M){S.setLevel(S.levels.SILENT,M)},S.rebuild=function(){if(f!==S&&(R=V(f.getLevel())),v.call(S),f===S)for(var M in s)s[M].rebuild()},R=V(f?f.getLevel():"WARN");var j=N();j!=null&&(I=V(j)),v.call(S)}f=new k,f.getLogger=function(C){if(typeof C!="symbol"&&typeof C!="string"||C==="")throw new TypeError("You must supply a name when creating a logger.");var S=s[C];return S||(S=s[C]=new k(C,f.methodFactory)),S};var B=typeof window!==a?window.log:void 0;return f.noConflict=function(){return typeof window!==a&&window.log===f&&(window.log=B),f},f.getLoggers=function(){return s},f.default=f,f})}(gd)),gd.exports}var LE=zE();const Vr=ag(LE),u1=y.createContext({setAlert:()=>{}});function HE({children:t}){const[r,a]=y.useState(),n=y.useMemo(()=>({setAlert:(c,s="success")=>{c?(typeof c=="string"&&(s==="error"?Vr.error(c):s==="warning"&&Vr.warn(c)),a({content:c,type:s})):a(void 0)}}),[]);return G.jsxs(u1.Provider,{value:n,children:[r&&G.jsx(RE,{type:r.type,children:r.content}),t]})}const Nc=()=>y.useContext(u1);class OE{constructor(r,a,n){Xl(this,"endpointProvider");Xl(this,"clientId");Xl(this,"redirectUrl");Xl(this,"pendingRefresh");this.endpointProvider=r,this.clientId=a,this.redirectUrl=n}generateCodeVerifier(r=128){const a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.~";let n="";for(let c=0;c<r;c++){const s=Math.floor(Math.random()*a.length);n+=a.charAt(s)}return n}async generateCodeChallenge(r){const n=new TextEncoder().encode(r),c=await crypto.subtle.digest("SHA-256",n);return btoa(String.fromCharCode(...new Uint8Array(c))).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}async getAuthorizationUrl(r,a){const n=await this.generateCodeChallenge(r);let c=await this.endpointProvider.retrieveAuthorizationEndpoint()+`?response_type=code&client_id=${encodeURIComponent(this.clientId)}&scope=openid%20profile%20email&redirect_uri=${encodeURIComponent(this.redirectUrl)}&code_challenge=${encodeURIComponent(n)}&code_challenge_method=S256`;return a&&(c=c+"&state="+encodeURIComponent(a)),c}async refreshTokens(){this.pendingRefresh?await this.pendingRefresh:(this.pendingRefresh=(async()=>{localStorage.removeItem("access_token"),localStorage.removeItem("id_token"),localStorage.removeItem("tokens_expires_at");const r=localStorage.getItem("refresh_token");if(r){const a={grant_type:"refresh_token",client_id:this.clientId,refresh_token:r},c=await(await fetch(await this.endpointProvider.retrieveTokenEndpoint(),{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a)})).json();if(!c.access_token)throw new Error("Failed to refresh token");localStorage.setItem("access_token",c.access_token),localStorage.setItem("id_token",c.id_token),localStorage.setItem("tokens_expire_at",(Date.now()+c.expires_in*1e3).toString())}})(),await this.pendingRefresh,this.pendingRefresh=void 0)}async validateCode(r,a){const n={grant_type:"authorization_code",client_id:this.clientId,code:a,redirect_uri:this.redirectUrl,code_verifier:r},s=await(await fetch(await this.endpointProvider.retrieveTokenEndpoint(),{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams(n)})).json();if(!s.access_token)throw new Error("Failed to get tokens");localStorage.setItem("access_token",s.access_token),localStorage.setItem("access_token_expires_at",String(Date.now()+s.expires_in*1e3)),localStorage.setItem("id_token",s.id_token),localStorage.setItem("refresh_token",s.refresh_token)}async getAccessToken(){const r=localStorage.getItem("tokens_expire_at"),a=Date.now()+5*6e4;(!r||Number.parseInt(r)<a)&&await this.refreshTokens();const n=localStorage.getItem("access_token");if(!n)throw new Error("Failed to get access token");return n}async getIdToken(){const r=localStorage.getItem("tokens_expire_at"),a=Date.now()+5*6e4;(!r||Number.parseInt(r)<a)&&await this.refreshTokens();const n=localStorage.getItem("id_token");if(!n)throw new Error("Failed to get ID token");return n}async getIdTokenPayload(){const a=(await this.getIdToken()).split(".")[1];return JSON.parse(atob(a))}}class ME{constructor(r){Xl(this,"_configurationEndpoint");Xl(this,"_pendingLoad");Xl(this,"_configuration");this._configurationEndpoint=r}async retrieveAuthorizationEndpoint(){var r,a;return(r=this._configuration)!=null&&r.authorization_endpoint||await this._loadConfiguration(),(a=this._configuration)==null?void 0:a.authorization_endpoint}async retrieveTokenEndpoint(){var r,a;return(r=this._configuration)!=null&&r.token_endpoint||await this._loadConfiguration(),(a=this._configuration)==null?void 0:a.token_endpoint}async retrieveUserInfoEndpoint(){var r,a;return(r=this._configuration)!=null&&r.userinfo_endpoint||await this._loadConfiguration(),(a=this._configuration)==null?void 0:a.userinfo_endpoint}async retrieveTokenRevocationEndpoint(){var r,a;return(r=this._configuration)!=null&&r.revocation_endpoint||await this._loadConfiguration(),(a=this._configuration)==null?void 0:a.revocation_endpoint}async retrieveEndSessionEndpoint(){var r,a;return(r=this._configuration)!=null&&r.end_session_endpoint||await this._loadConfiguration(),(a=this._configuration)==null?void 0:a.end_session_endpoint}async retrieveJSONWebKeySetEndpoint(){var r,a;return(r=this._configuration)!=null&&r.jwks_uri||await this._loadConfiguration(),(a=this._configuration)==null?void 0:a.jwks_uri}async _loadConfiguration(){try{this._pendingLoad?await this._pendingLoad:(this._pendingLoad=(async()=>{const r=await fetch(this._configurationEndpoint);this._configuration=await r.json()})(),await this._pendingLoad,this._pendingLoad=void 0)}catch(r){throw"Failed to load configuration endpoint: "+r}}}const f1="/prod";function g1(t){const r=t.startsWith("/api/")?t:`/api${t.startsWith("/")?"":"/"}${t}`;return`${f1}${r}`}function jE(t){const r=t.startsWith("/")?t:`/${t}`;return`${window.location.origin}${f1}${r}`}const Yg=y.createContext(void 0),iu=y.createContext(null),PE=()=>y.useContext(iu);function qE({children:t}){const{setAlert:r}=Nc(),a=y.useContext(Yg),n=jE("/popup.html"),[c,s]=y.useState(void 0),[f,g]=y.useState(!1),[h,p]=y.useState(!1),[v,b]=y.useState("");y.useEffect(()=>{if(a){const B=new OE(new ME(`https://cognito-idp.${a.region}.amazonaws.com/${a.userPoolId}/.well-known/openid-configuration`),a.clientId,n);s(B)}},[a]),y.useEffect(()=>{if(c&&!v){const B=c.generateCodeVerifier();b(B),c.getAuthorizationUrl(B).then(w=>{const C=window.open(w,"authentication","height=600,width=400");C||p(!0),window.addEventListener("message",S=>{if(S.origin===window.location.origin&&S.data.name==="auth"){Vr.debug("Auth Popup PostBack",{data:S.data}),C==null||C.close();const R=S.data.code;c.validateCode(B,R).then(()=>{c.getIdTokenPayload().then(T=>{Vr.debug({claims:T}),g(!0)})}).catch(T=>{Vr.error(T),r(T.message,"error")})}})})}},[c]);const x=h?"Login popup was blocked. Please allow popups on this site and try again.":"Authenticating...",k=G.jsxs(Ke,{direction:"vertical",size:"l",children:[G.jsx("p",{children:x}),h&&G.jsx(Fe,{onClick:()=>window.location.reload(),children:"Try Again"})]});return G.jsx(G.Fragment,{children:f&&c?G.jsx(iu.Provider,{value:c,children:t}):k})}function Rc(){const{setAlert:t}=Nc(),r=PE();async function a(n,c,s){try{const f=await r.getIdToken(),g={method:n,headers:{"Content-Type":"application/json",Authorization:`Bearer ${f}`}};s&&n!=="GET"&&(g.body=JSON.stringify(s));const h=await fetch(g1(c),g);if(h.status===204)return;const p=await h.json();if(h.status>=200&&h.status<=299)return p;p.message?t(p.message,"error"):t(`HTTP: ${h.status}. ${p}`,"error")}catch(f){t(f.message,"error")}}return{apiFetch:a}}const Nf={ADMIN:"FlowConfigAdmin",EDIT:"FlowConfigEdit",READ:"FlowConfigRead"};function FE(t){if(!t||!t["cognito:groups"])return[];const r=t["cognito:groups"];return typeof r=="string"?r.split(",").map(a=>a.trim()):Array.isArray(r)?r:[]}function $g(t){return t.includes(Nf.ADMIN)?"Full":t.includes(Nf.EDIT)?"Edit":t.includes(Nf.READ)?"Read":null}function Ob(t,r){const a=$g(t);if(!a)return null;switch(r){case"Read":return a;case"Edit":return a==="Edit"||a==="Full"?a:null;case"Create":case"Delete":return a==="Full"?a:null;default:return null}}function UE(t){return $g(t)==="Full"}function Ac(){const t=y.useContext(iu),[r,a]=y.useState([]),[n,c]=y.useState(null);return y.useEffect(()=>{t&&t.getIdTokenPayload().then(s=>{const f=FE(s);a(f),c($g(f))}).catch(s=>{console.error("Failed to get token payload:",s),a([]),c(null)})},[t]),{userGroups:r,accessLevel:n,hasAccess:s=>Ob(r,s)!==null,getAccessLevel:s=>Ob(r,s),canMakeStructuralChanges:()=>UE(r),isAdmin:()=>n==="Full",canEdit:()=>n==="Edit"||n==="Full",canRead:()=>n!==null,hasAnyAccess:()=>n!==null}}function VE({isEditing:t,saving:r,previewLoading:a,canPreview:n,canSave:c=!0,onClose:s,onSave:f,onPreview:g}){return G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{onClick:s,children:"Cancel"}),G.jsx(Fe,{iconName:"external",loading:a,onClick:g,disabled:!n,children:"Preview"}),c&&G.jsx(Fe,{variant:"primary",loading:r,onClick:f,children:t?"Save Changes":"Create"})]})})}const Mb=[{label:"Voice",value:"voice"},{label:"Chat",value:"chat"}],Zn=y.createContext(void 0);function WE({visible:t,onDismiss:r,previewData:a,lang:n,channel:c,onLangChange:s,onChannelChange:f,onRefresh:g,refreshLoading:h}){var b;const v=(((b=y.useContext(Zn))==null?void 0:b.locales)||[]).map(x=>({label:x.name,value:x.code}));return G.jsx(gr,{onDismiss:r,visible:t,header:"Flow Config Preview",size:"large",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:r,children:"Close"}),G.jsx(Fe,{variant:"primary",onClick:g,loading:h,iconName:"refresh",children:"Refresh"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"l",children:[G.jsx(Ur,{header:G.jsx(Xa,{variant:"h3",children:"Preview Settings"}),children:G.jsxs(nu,{columns:2,children:[G.jsx(Ko,{label:"Language",children:G.jsx(na,{selectedOption:v.find(x=>x.value===n)||null,onChange:({detail:x})=>{var k;(k=x.selectedOption)!=null&&k.value&&s(x.selectedOption.value)},options:v})}),G.jsx(Ko,{label:"Channel",children:G.jsx(na,{selectedOption:Mb.find(x=>x.value===c)||null,onChange:({detail:x})=>{var k;(k=x.selectedOption)!=null&&k.value&&f(x.selectedOption.value)},options:Mb})})]})}),a&&G.jsx(Ur,{header:G.jsx(Xa,{variant:"h3",description:"These are the exact key-value pairs that will be returned when Amazon Connect contact flows call the GetConfig Lambda function with the selected language and channel.",children:"Flow Config Data"}),children:Object.keys(a).length===0?G.jsxs(We,{textAlign:"center",color:"inherit",children:[G.jsx("b",{children:"No data"}),G.jsxs(We,{variant:"p",color:"inherit",children:["No data available for ",n," ",c," channel"]})]}):G.jsx(Ic,{columnDefinitions:[{id:"key",header:"Key",cell:x=>x.key},{id:"value",header:"Value",cell:x=>G.jsx(We,{children:G.jsx("div",{style:{maxWidth:"400px",wordWrap:"break-word",whiteSpace:"pre-wrap"},children:x.value})})}],items:Object.entries(a).map(([x,k])=>({key:x,value:k})),empty:G.jsx(We,{textAlign:"center",color:"inherit",children:"No data available"})})})]})})}function XE({flowConfig:t,isEditing:r,onUpdate:a,readOnly:n=!1}){return G.jsx(Ur,{header:G.jsx(Xa,{variant:"h2",children:"Basic Information"}),children:G.jsx(Ke,{direction:"vertical",size:"m",children:G.jsxs(nu,{columns:2,children:[G.jsx(Ko,{label:"ID",description:"Unique identifier for this flow configuration",errorText:t.id?"":"ID is required",children:G.jsx(Tr,{value:t.id,onChange:({detail:c})=>a({id:c.value}),placeholder:"e.g., customer-service-queue",disabled:r})}),G.jsx(Ko,{label:"Description",description:"Human-readable description",errorText:t.description?"":"Description is required",children:G.jsx(Tr,{value:t.description,onChange:({detail:c})=>a({description:c.value}),placeholder:"e.g., Main customer service configuration",readOnly:n})})]})})})}function YE({visible:t,variableName:r,currentOptions:a,onDismiss:n,onSave:c}){const[s,f]=y.useState(a.join(`
58
- `)),[g,h]=y.useState(""),p=()=>{const b=s.split(`
59
- `).map(k=>k.trim()).filter(k=>k.length>0);if(b.length===0){h("At least one option is required");return}const x=[...new Set(b)];h(""),c(x)},v=()=>{f(a.join(`
60
- `)),h(""),n()};return G.jsx(gr,{onDismiss:v,visible:t,header:`Options for ${r}`,footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:v,children:"Cancel"}),G.jsx(Fe,{variant:"primary",onClick:p,children:"Save"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[g&&G.jsx(It,{type:"error",children:g}),G.jsx(Ko,{label:"Options",description:"Enter one option per line. These are the values a non-admin user can select.",children:G.jsx(ia,{value:s,onChange:({detail:b})=>{f(b.value),g&&h("")},placeholder:`yes
61
- no
62
- maybe`,rows:6})})]})})}function $E({flowConfig:t,onUpdate:r,onAddVariable:a,canAddVariables:n=!0,isReadOnly:c=!1}){var T,I;const{isAdmin:s}=Ac(),[f,g]=y.useState(null),[h,p]=y.useState(null),v=Object.entries(t.variables).sort(([E],[A])=>E.localeCompare(A)).map(([E,A])=>{var N;return{key:E,value:A,schema:((N=t.schema)==null?void 0:N[E])||{type:"text"}}}),b=(E,A)=>{var H;const N=(H=t.schema)==null?void 0:H[E];if((N==null?void 0:N.type)==="number"&&A!==""){const V=parseFloat(A);if(isNaN(V))return}r({variables:{...t.variables,[E]:A}})},x=E=>{const A={...t.variables};delete A[E];const N={...t.schema};delete N[E],r({variables:A,schema:N})},k=(E,A)=>{var j,M,q;const N=t.schema||{};if((((j=N[E])==null?void 0:j.type)||"text")==="select"&&A!=="select"&&(((q=(M=N[E])==null?void 0:M.options)==null?void 0:q.length)||0)>0){p({key:E,newType:A,willLoseOptions:!0});return}B(E,A)},B=(E,A)=>{var M,q;const N=t.schema||{},H=t.variables[E],V={...N,[E]:{...N[E],type:A,options:A==="select"?((M=N[E])==null?void 0:M.options)||[]:void 0}};let j=H;A==="boolean"?j="false":A==="number"?j="0":A==="select"&&(j=(((q=N[E])==null?void 0:q.options)||[]).includes(H)?H:""),r({schema:V,variables:{...t.variables,[E]:j}})},w=(E,A)=>{const N=t.schema||{};r({schema:{...N,[E]:{...N[E],type:"select",options:A}}}),g(null)},C=E=>{const{key:A,value:N,schema:H}=E;switch(H.type){case"boolean":return G.jsx(Ax,{checked:N==="true",onChange:({detail:V})=>b(A,V.checked?"true":"false"),disabled:c,children:G.jsx(l1,{type:N==="true"?"success":"error",children:N==="true"?"true":"false"})});case"number":return G.jsx(Tr,{type:"number",value:N,onChange:({detail:V})=>b(A,V.value),placeholder:"0",readOnly:c});case"select":{const V=H.options||[];return V.length===0?G.jsx(We,{color:"text-status-error",children:G.jsx("em",{children:s()?"Add options →":"No options configured"})}):G.jsx(na,{selectedOption:N?{label:N,value:N}:null,onChange:({detail:j})=>{var M;return b(A,((M=j.selectedOption)==null?void 0:M.value)||"")},options:V.map(j=>({label:j,value:j})),placeholder:"Select a value",disabled:c,expandToViewport:!0})}case"text":default:return G.jsx(Tr,{value:N,onChange:({detail:V})=>b(A,V.value),placeholder:"Variable value",readOnly:c})}},S=[{label:"Text",value:"text"},{label:"Number",value:"number"},{label:"Boolean",value:"boolean"},{label:"Select",value:"select"}],R=[{id:"key",header:"Variable Name",cell:E=>E.key},...s()?[{id:"schema",header:"Schema",cell:E=>{var A;return G.jsxs(Ke,{direction:"horizontal",size:"xs",alignItems:"center",children:[G.jsx("div",{style:{width:"120px"},children:G.jsx(na,{selectedOption:S.find(N=>N.value===E.schema.type)||S[0],onChange:({detail:N})=>k(E.key,N.selectedOption.value),options:S,disabled:c,expandToViewport:!0})}),E.schema.type==="select"&&G.jsxs(Fe,{variant:"inline-link",onClick:()=>g(E.key),disabled:c,children:["Options (",((A=E.schema.options)==null?void 0:A.length)||0,")"]})]})}}]:[],{id:"value",header:"Value",cell:E=>C(E)},...n?[{id:"actions",header:"Actions",cell:E=>G.jsx(Fe,{variant:"icon",iconName:"remove",onClick:()=>x(E.key),ariaLabel:`Remove variable ${E.key}`})}]:[]];return G.jsxs(G.Fragment,{children:[G.jsx(Nd,{headerText:"Variables",headerCounter:`(${v.length})`,headerActions:n&&G.jsx(Fe,{onClick:a,iconName:"add-plus",children:"Add Variable"}),defaultExpanded:v.length>0,children:G.jsx(Ur,{children:G.jsx(Ic,{columnDefinitions:R,items:v,empty:G.jsxs(We,{textAlign:"center",color:"inherit",children:[G.jsx("b",{children:"No variables"}),G.jsx(We,{variant:"p",color:"inherit",children:'Click "Add Variable" to add configurable variables.'})]})})})}),f&&G.jsx(YE,{visible:!!f,variableName:f,currentOptions:((I=(T=t.schema)==null?void 0:T[f])==null?void 0:I.options)||[],onDismiss:()=>g(null),onSave:E=>w(f,E)}),h&&G.jsx(gr,{visible:!!h,onDismiss:()=>p(null),header:"Change Variable Type?",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:()=>p(null),children:"Cancel"}),G.jsx(Fe,{variant:"primary",onClick:()=>{B(h.key,h.newType),p(null)},children:"Change Type"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[G.jsxs(We,{children:["Changing from ",G.jsx("strong",{children:"Select"})," to ",G.jsx("strong",{children:h.newType})," will permanently delete the configured options."]}),G.jsx(We,{color:"text-status-warning",children:"This action cannot be undone."})]})})]})}function ZE(t){const{text:r,languageCode:a,voiceId:n}=t,{setAlert:c}=Nc(),{apiFetch:s}=Rc(),[f,g]=y.useState(!1),[h,p]=y.useState(new Audio),[v,b]=y.useState(!1),[x,k]=y.useState(!1);y.useEffect(()=>{h.onended=()=>{b(!1)}},[]),y.useEffect(()=>{k(!1)},[a,n,r]);const B=async()=>{if(v){h.pause();const S=h;S.src="",p(S),b(!1)}else await w()},w=async()=>{try{if(g(!0),!x){k(!0);const S=await s("POST","/api/preview-speech",{languageCode:a,voiceId:n,text:r});if(!S)throw new Error("No response from preview speech API");const R=S.Audio,T=Uint8Array.from(R.data);h.src=URL.createObjectURL(new Blob([T])),p(h)}b(!0),await h.play()}catch(S){c(S.message,"error"),b(!1),h.src="",p(h)}finally{g(!1)}},C=f||!r||!n;return G.jsx(Fe,{iconName:v?"audio-off":"audio-full",onClick:B,disabled:C,ariaLabel:"Preview text-to-speech",formAction:"none",children:v?"Stop Preview":"Preview"})}function KE({promptName:t,language:r,content:a,selectedVoices:n,onUpdatePrompt:c,onVoiceChange:s,isReadOnly:f=!1}){var v;const g=((v=y.useContext(Zn))==null?void 0:v.locales)||[],h=b=>{const x=g.find(k=>k.code===b);return(x?x.voices:[]).map(k=>({label:k,value:k}))},p=b=>n[b]||"";return G.jsx(Ur,{header:G.jsx(Xa,{variant:"h3",children:r}),children:G.jsxs(Ke,{direction:"vertical",size:"s",children:[G.jsx(Ko,{label:"Voice Content",stretch:!0,children:G.jsx(ia,{value:a.voice,onChange:({detail:b})=>{c(t,r,{voice:b.value})},rows:3,readOnly:f})}),G.jsx(Ko,{label:"Chat Content (Optional)",stretch:!0,children:G.jsx(ia,{value:a.chat||"",onChange:({detail:b})=>{c(t,r,{chat:b.value})},rows:2,readOnly:f})}),G.jsxs(nu,{columns:2,children:[G.jsx(Ko,{label:"Preview Voice",children:G.jsx(na,{selectedOption:{label:p(r),value:p(r)},onChange:({detail:b})=>{var x;(x=b.selectedOption)!=null&&x.value&&s(r,b.selectedOption.value)},options:h(r),placeholder:"Select voice"})}),G.jsx(We,{padding:{top:"l"},children:G.jsx(ZE,{text:a.voice,languageCode:r,voiceId:p(r)})})]})]})},r)}function QE({flowConfig:t,selectedVoices:r,onUpdate:a,onAddPrompt:n,onAddLanguage:c,onRemovePrompt:s,onVoiceChange:f,canMakeStructuralChanges:g=!0,isReadOnly:h=!1}){const p=(v,b,x)=>{const k=t.prompts[v][b];a({prompts:{...t.prompts,[v]:{...t.prompts[v],[b]:{...k,...x}}}})};return G.jsx(Nd,{headerText:"Prompts",headerCounter:`(${Object.keys(t.prompts).length})`,headerActions:g&&G.jsx(Fe,{onClick:n,iconName:"add-plus",children:"Add Prompt"}),defaultExpanded:!0,children:G.jsx(Ur,{children:G.jsx(Ke,{direction:"vertical",size:"s",children:Object.entries(t.prompts).length===0?G.jsxs(We,{textAlign:"center",color:"inherit",children:[G.jsx("b",{children:"No prompts"}),G.jsx(We,{variant:"p",color:"inherit",children:'Click "Add Prompt" to add voice and chat content.'})]}):Object.entries(t.prompts).sort(([v],[b])=>v.localeCompare(b)).map(([v,b])=>G.jsx(Nd,{headerText:v,headerCounter:`(${Object.keys(b).length} languages)`,headerActions:!h&&G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{onClick:()=>c(v),iconName:"add-plus",variant:"icon",ariaLabel:`Add language to ${v}`}),g&&G.jsx(Fe,{variant:"icon",iconName:"remove",onClick:()=>s(v),ariaLabel:`Remove prompt ${v}`})]}),defaultExpanded:!1,children:G.jsx(Ke,{direction:"vertical",size:"s",children:Object.entries(b).sort(([x],[k])=>x.localeCompare(k)).map(([x,k])=>G.jsx(KE,{promptName:v,language:x,content:k,selectedVoices:r,onUpdatePrompt:p,onVoiceChange:f,isReadOnly:h},x))})},v))})})})}function JE({flowConfig:t,isEditing:r,selectedVoices:a,onUpdate:n,onAddVariable:c,onAddPrompt:s,onAddLanguage:f,onVoiceChange:g,canMakeStructuralChanges:h=!0,isReadOnly:p=!1}){const v=b=>{const x={...t.prompts};delete x[b],n({prompts:x})};return G.jsx(Wx,{children:G.jsxs(Ke,{direction:"vertical",size:"l",children:[G.jsx(XE,{flowConfig:t,isEditing:r,onUpdate:n,readOnly:p||!h}),G.jsx($E,{flowConfig:t,onUpdate:n,onAddVariable:c,canAddVariables:!p&&h,isReadOnly:p}),G.jsx(QE,{flowConfig:t,selectedVoices:a,onUpdate:n,onAddPrompt:s,onAddLanguage:f,onRemovePrompt:v,onVoiceChange:g,canMakeStructuralChanges:!p&&h,isReadOnly:p})]})})}function eG({visible:t,onDismiss:r,onAdd:a,existingKeys:n}){const[c,s]=y.useState(""),[f,g]=y.useState(""),[h,p]=y.useState(""),v=()=>{if(!c||!f){p("Both key and value are required");return}if(n.includes(c)){p("This variable key already exists");return}a(c,f),s(""),g(""),p(""),r()},b=()=>{s(""),g(""),p(""),r()};return G.jsx(gr,{onDismiss:b,visible:t,header:"Add Variable",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:b,children:"Cancel"}),G.jsx(Fe,{variant:"primary",onClick:v,children:"Add Variable"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[h&&G.jsx(It,{type:"error",children:h}),G.jsx(Ko,{label:"Variable Name",children:G.jsx(Tr,{value:c,onChange:({detail:x})=>s(x.value),placeholder:"e.g., priority"})}),G.jsx(Ko,{label:"Value",children:G.jsx(Tr,{value:f,onChange:({detail:x})=>g(x.value),placeholder:"e.g., high"})})]})})}function oG({visible:t,onDismiss:r,onAdd:a,existingPrompts:n}){var R;const s=(((R=y.useContext(Zn))==null?void 0:R.locales)||[]).map(T=>({label:T.name,value:T.code})),[f,g]=y.useState(""),[h,p]=y.useState({label:"English (US)",value:"en-US"}),[v,b]=y.useState(""),[x,k]=y.useState(""),[B,w]=y.useState(""),C=()=>{if(!f||!v){w("Prompt name and voice content are required");return}if(n.includes(f)){w("This prompt name already exists");return}const T={name:f,languages:{[h.value]:{voice:v,chat:x||void 0}}};a(T),g(""),p({label:"English (US)",value:"en-US"}),b(""),k(""),w(""),r()},S=()=>{g(""),p({label:"English (US)",value:"en-US"}),b(""),k(""),w(""),r()};return G.jsx(gr,{onDismiss:S,visible:t,header:"Add Prompt",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:S,children:"Cancel"}),G.jsx(Fe,{variant:"primary",onClick:C,children:"Add Prompt"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[B&&G.jsx(It,{type:"error",children:B}),G.jsx(Ko,{label:"Prompt Name",children:G.jsx(Tr,{value:f,onChange:({detail:T})=>g(T.value),placeholder:"e.g., welcome"})}),G.jsx(Ko,{label:"Language",children:G.jsx(na,{selectedOption:h,onChange:({detail:T})=>{T.selectedOption&&T.selectedOption.label&&T.selectedOption.value&&p(T.selectedOption)},options:s})}),G.jsx(Ko,{label:"Voice Content",stretch:!0,children:G.jsx(ia,{value:v,onChange:({detail:T})=>b(T.value),placeholder:"Voice content (may include SSML tags)",rows:3})}),G.jsx(Ko,{label:"Chat Content (Optional)",stretch:!0,children:G.jsx(ia,{value:x,onChange:({detail:T})=>k(T.value),placeholder:"Chat content (plain text)",rows:2})})]})})}function tG({visible:t,promptName:r,onDismiss:a,onAdd:n,existingLocales:c}){var R;const[s,f]=y.useState(""),[g,h]=y.useState(""),[p,v]=y.useState(""),k=(((R=y.useContext(Zn))==null?void 0:R.locales)||[]).map(T=>({label:T.name,value:T.code})).filter(T=>!c.includes(T.value)),[B,w]=y.useState(k.length>0?k[0]:{label:"",value:""}),C=()=>{if(!s){v("Voice content is required");return}if(!B.value){v("Please select a locale");return}n(r,B.value,s,g),w(k.length>0?k[0]:{label:"",value:""}),f(""),h(""),v(""),a()},S=()=>{w(k.length>0?k[0]:{label:"",value:""}),f(""),h(""),v(""),a()};return G.jsx(gr,{onDismiss:S,visible:t,header:`Add Locale to "${r}"`,footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:S,children:"Cancel"}),G.jsx(Fe,{variant:"primary",onClick:C,disabled:k.length===0,children:"Add Locale"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[p&&G.jsx(It,{type:"error",children:p}),k.length===0?G.jsx(It,{type:"warning",children:"All available locales have already been added to this prompt."}):G.jsxs(G.Fragment,{children:[G.jsx(Ko,{label:"Locale",children:G.jsx(na,{selectedOption:B,onChange:({detail:T})=>{T.selectedOption&&T.selectedOption.label&&T.selectedOption.value&&w(T.selectedOption)},options:k})}),G.jsx(Ko,{label:"Voice Content",stretch:!0,children:G.jsx(ia,{value:s,onChange:({detail:T})=>f(T.value),placeholder:"Voice content (may include SSML tags)",rows:3})}),G.jsx(Ko,{label:"Chat Content (Optional)",stretch:!0,children:G.jsx(ia,{value:g,onChange:({detail:T})=>h(T.value),placeholder:"Chat content (plain text)",rows:2})})]})]})})}function rG({flowConfigId:t,onClose:r,onSave:a}){var ne;const n=((ne=y.useContext(Zn))==null?void 0:ne.locales)||[],[c,s]=y.useState({id:"",description:"",variables:{},prompts:{}}),[f,g]=y.useState(!1),[h,p]=y.useState(""),[v,b]=y.useState(n.reduce((se,Q)=>(se[Q.code]=Q.voices[0]||"",se),{})),[x,k]=y.useState(!1),[B,w]=y.useState(!1),[C,S]=y.useState(null),[R,T]=y.useState(!1),[I,E]=y.useState(null),[A,N]=y.useState(!1),[H,V]=y.useState("en-US"),[j,M]=y.useState("voice"),{apiFetch:q}=Rc(),{canEdit:re,canMakeStructuralChanges:X}=Ac(),te=!!t,F=!re(),Z=re();y.useEffect(()=>{t&&oe()},[t]);const oe=async()=>{try{const se=await q("GET",`/api/flow-config/${t}`);se&&s({...se,variables:se.variables||{},prompts:se.prompts||{}})}catch{p("Failed to load flow configuration")}},fe=async()=>{if(!c.id||!c.description){p("ID and description are required");return}g(!0);try{await q("POST",`/api/flow-config/${c.id}`,c),a()}catch{p("Failed to save flow configuration")}finally{g(!1)}},z=(se,Q)=>{s(be=>({...be,variables:{...be.variables,[se]:Q}}))},Y=se=>{s(Q=>({...Q,prompts:{...Q.prompts,[se.name]:se.languages}}))},le=(se,Q,be,De)=>{s(O=>({...O,prompts:{...O.prompts,[se]:{...O.prompts[se],[Q]:{voice:be,chat:De||void 0}}}}))},ae=(se,Q)=>{b(be=>({...be,[se]:Q}))},ge=async()=>{if(!c.id||!c.description){p("ID and description are required for preview");return}N(!0),p("");try{const se=await q("POST","/api/flow-config/preview",{flowConfig:c,lang:H,channel:j});E(se||null),T(!0)}catch{p("Failed to generate preview")}finally{N(!1)}},me=se=>{s(Q=>({...Q,...se}))},ue=!!(c.id&&c.description);return G.jsxs(Ke,{direction:"vertical",size:"l",children:[G.jsx(VE,{isEditing:te,saving:f,previewLoading:A,flowConfigId:c.id,canPreview:ue,canSave:Z,onClose:r,onSave:fe,onPreview:ge}),h&&G.jsx(It,{type:"error",dismissible:!0,onDismiss:()=>p(""),children:h}),G.jsx(JE,{flowConfig:c,isEditing:te,selectedVoices:v,onUpdate:F?()=>{}:me,onAddVariable:F?()=>{}:()=>w(!0),onAddPrompt:F?()=>{}:()=>k(!0),onAddLanguage:F?()=>{}:se=>S(se),onVoiceChange:ae,canMakeStructuralChanges:X(),isReadOnly:F}),!F&&G.jsxs(G.Fragment,{children:[G.jsx(eG,{visible:B,onDismiss:()=>w(!1),onAdd:z,existingKeys:Object.keys(c.variables)}),G.jsx(oG,{visible:x,onDismiss:()=>k(!1),onAdd:Y,existingPrompts:Object.keys(c.prompts)}),C&&G.jsx(tG,{visible:!!C,promptName:C,onDismiss:()=>S(null),onAdd:le,existingLocales:Object.keys(c.prompts[C]||{})})]}),G.jsx(WE,{visible:R,onDismiss:()=>T(!1),previewData:I,lang:H,channel:j,onLangChange:V,onChannelChange:M,onRefresh:ge,refreshLoading:A})]})}function lG({children:t}){const[r,a]=y.useState(void 0),[n,c]=y.useState(!0),{apiFetch:s}=Rc(),{setAlert:f}=Nc();return y.useEffect(()=>{(async()=>{try{const h=await s("GET","/api/settings");a(h)}catch(h){Vr.error("Failed to load settings:",h),f("Error loading settings","error")}finally{c(!1)}})()},[]),G.jsx(Zn.Provider,{value:r,children:n?G.jsx("div",{children:"Loading Settings..."}):t})}function jb(){const[t,r]=y.useState([]),[a,n]=y.useState(!0),[c,s]=y.useState([]),[f,g]=y.useState(1),[h,p]=y.useState(""),[v,b]=y.useState(!1),[x,k]=y.useState(),[B,w]=y.useState(!1),[C,S]=y.useState(!1),[R,T]=y.useState(null),[I,E]=y.useState(!1),[A,N]=y.useState([]),[H,V]=y.useState(!1),{apiFetch:j}=Rc(),{hasAccess:M,isAdmin:q}=Ac(),re=async()=>{n(!0);try{const Q=await j("GET","/api/flow-config");Q&&r(Q.items||[])}finally{n(!1)}},X=()=>{k(void 0),b(!0)},te=Q=>{k(Q.id),b(!0)},F=async()=>{if(c.length!==0){S(!0);try{for(const Q of c)await j("DELETE",`/api/flow-config/${Q.id}`);T({type:"success",message:`Successfully deleted ${c.length} flow configuration(s)`}),s([]),await re()}catch{T({type:"error",message:"Failed to delete flow configuration(s)"})}finally{S(!1),w(!1)}}},Z=()=>{b(!1),k(void 0)},oe=async()=>{T({type:"success",message:"Flow configuration saved successfully"}),b(!1),k(void 0),await re()},fe=async()=>{if(c.length===0){T({type:"error",message:"Please select at least one flow configuration to export."});return}try{const Q=c.map(async je=>await j("GET",`/api/flow-config/${je.id}`)),De=(await Promise.all(Q)).filter(je=>je!=null);if(De.length===0){T({type:"error",message:"Failed to fetch flow configuration details for export."});return}const he=new Date().toISOString().slice(0,16).replace("T","-").replace(":",""),ve=`flow-configs-${De.length}-items-${he}.json`,Ce=new Blob([JSON.stringify(De,null,2)],{type:"application/json"}),Te=URL.createObjectURL(Ce),ye=document.createElement("a");ye.href=Te,ye.download=ve,document.body.appendChild(ye),ye.click(),document.body.removeChild(ye),URL.revokeObjectURL(Te),T({type:"success",message:`Successfully exported ${De.length} flow configuration(s) to ${ve}`})}catch(Q){console.error("Export error:",Q),T({type:"error",message:"Failed to export selected flow configurations. Please try again."})}},z=()=>{const Q=document.createElement("input");Q.type="file",Q.accept=".json",Q.style.display="none",Q.onchange=async be=>{var O;const De=(O=be.target.files)==null?void 0:O[0];if(De)try{const he=await De.text(),ve=JSON.parse(he);let Ce;if(Array.isArray(ve))Ce=ve;else if(ve.flowConfigs&&Array.isArray(ve.flowConfigs))Ce=ve.flowConfigs;else throw new Error("Invalid import file format. Expected a JSON array of flow configurations.");if(Ce.length===0)throw new Error("Import file contains no flow configurations.");if(!Ce.every(ye=>ye.id&&ye.description!==void 0&&ye.variables!==void 0&&ye.prompts!==void 0))throw new Error("Invalid flow configuration structure in import file.");N(Ce),E(!0)}catch(he){console.error("Import error:",he);const ve=he instanceof Error?he.message:"Failed to process import file";T({type:"error",message:`Import failed: ${ve}`})}},document.body.appendChild(Q),Q.click(),document.body.removeChild(Q)},Y=async()=>{V(!0);let Q=0,be=0;const De=[];try{for(const O of A)try{await j("POST",`/api/flow-config/${O.id}`,O),Q++}catch(he){be++,De.push(`Failed to import "${O.id}": ${he instanceof Error?he.message:"Unknown error"}`),console.error(`Import error for ${O.id}:`,he)}Q>0&&be===0?T({type:"success",message:`Successfully imported ${Q} flow configuration(s).`}):Q>0&&be>0?T({type:"error",message:`Imported ${Q} flow configuration(s) successfully, but ${be} failed. Check console for details.`}):T({type:"error",message:`Import failed: ${be} flow configuration(s) could not be imported. Check console for details.`}),De.length>0&&console.error("Import errors:",De),await re()}catch(O){T({type:"error",message:"Import process failed. Please try again."}),console.error("Import process error:",O)}finally{V(!1),E(!1),N([])}};y.useEffect(()=>{re()},[]);const le=t.filter(Q=>{var be;return Q.id.toLowerCase().includes(h.toLowerCase())||((be=Q.description)==null?void 0:be.toLowerCase().includes(h.toLowerCase()))}),ae=le.sort((Q,be)=>Q.id.localeCompare(be.id)),ge=10,me=(f-1)*ge,ue=me+ge,ne=ae.slice(me,ue),se=[{id:"id",header:"ID",cell:Q=>G.jsx(Fe,{variant:"link",onClick:()=>te(Q),children:Q.id}),sortingField:"id",isRowHeader:!0,minWidth:150,maxWidth:200},{id:"description",header:"Description",cell:Q=>Q.description||"",sortingField:"description",minWidth:200,maxWidth:300},{id:"accessLevel",header:"Access Level",cell:Q=>Q.accessLevel||"",sortingField:"accessLevel",minWidth:100,maxWidth:150}];return G.jsxs(lG,{children:[G.jsx(Ic,{columnDefinitions:se,items:ne,loading:a,loadingText:"Loading flow configurations...",selectedItems:c,onSelectionChange:({detail:Q})=>s(Q.selectedItems),selectionType:"multi",ariaLabels:{selectionGroupLabel:"Flow configuration selection",allItemsSelectionLabel:({selectedItems:Q})=>`${Q.length} ${Q.length===1?"item":"items"} selected`,itemSelectionLabel:({selectedItems:Q},be)=>{const De=Q.filter(O=>O.id===be.id).length;return`${be.id} is ${De?"":"not"} selected`}},header:G.jsx(Xa,{counter:`(${ae.length})`,actions:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[q()&&G.jsx(Fe,{variant:"primary",onClick:X,children:"Create"}),M("Edit")&&G.jsx(Fe,{disabled:c.length!==1,onClick:()=>te(c[0]),children:"Edit"}),q()&&G.jsx(Fe,{disabled:c.length===0,onClick:()=>w(!0),children:"Delete"}),q()&&G.jsx(Dx,{items:[{text:"Export Selected",id:"export",iconName:"download",disabled:c.length===0},{text:"Import",id:"import",iconName:"upload"}],variant:"normal",onItemClick:({detail:Q})=>{Q.id==="export"?fe():Q.id==="import"&&z()},children:"More Actions"})]}),children:"Flow Configurations"}),filter:G.jsx(d1,{filteringText:h,filteringPlaceholder:"Find flow configurations",filteringAriaLabel:"Filter flow configurations",onChange:({detail:Q})=>{p(Q.filteringText),g(1)}}),pagination:G.jsx(Xx,{currentPageIndex:f,pagesCount:Math.ceil(le.length/ge),onChange:({detail:Q})=>g(Q.currentPageIndex),ariaLabels:{nextPageLabel:"Next page",previousPageLabel:"Previous page",pageLabel:Q=>`Page ${Q} of all pages`}}),empty:G.jsx(We,{margin:{vertical:"xs"},textAlign:"center",color:"inherit",children:G.jsxs(Ke,{size:"m",children:[G.jsx("b",{children:"No flow configurations"}),q()&&G.jsx(Fe,{onClick:X,children:"Create flow configuration"})]})})}),R&&G.jsx(It,{type:R.type,dismissible:!0,onDismiss:()=>T(null),children:R.message}),G.jsx(gr,{onDismiss:Z,visible:v,size:"max",header:x?`Edit: ${x}`:"Create Flow Configuration",children:v&&G.jsx(rG,{flowConfigId:x,onClose:Z,onSave:oe})}),G.jsx(gr,{onDismiss:()=>w(!1),visible:B,header:"Delete Flow Configuration",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:()=>w(!1),children:"Cancel"}),G.jsx(Fe,{variant:"primary",loading:C,onClick:F,children:"Delete"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[G.jsxs(We,{variant:"span",children:["Are you sure you want to delete ",c.length," flow configuration",c.length>1?"s":"","?"]}),c.length>0&&G.jsxs(We,{children:[G.jsx("strong",{children:"Items to be deleted:"}),G.jsx("ul",{children:c.map(Q=>G.jsxs("li",{children:[Q.id," - ",Q.description]},Q.id))})]})]})}),G.jsx(gr,{visible:I,onDismiss:()=>E(!1),header:"Import Flow Configurations",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:()=>E(!1),children:"Cancel"}),G.jsx(Fe,{variant:"primary",loading:H,onClick:Y,children:"Import"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[G.jsxs(It,{type:"warning",children:[G.jsx("strong",{children:"Warning:"})," Importing will overwrite any existing flow configurations with the same IDs."]}),G.jsxs(We,{variant:"span",children:["Are you sure you want to import ",A.length," flow configuration",A.length>1?"s":"","?"]}),A.length>0&&G.jsxs(We,{children:[G.jsx("strong",{children:"Items to be imported:"}),G.jsx("ul",{children:A.map(Q=>G.jsxs("li",{children:[Q.id," - ",Q.description]},Q.id))})]})]})})]})}function aG({userName:t}){return G.jsx(We,{padding:"xl",children:G.jsx(Ke,{direction:"vertical",size:"l",children:G.jsx(It,{type:"warning",header:"Access Denied",children:G.jsx(Ke,{direction:"vertical",size:"m",children:G.jsxs(Xg,{children:[G.jsx("p",{children:G.jsx("strong",{children:"You are authenticated but do not have permission to access FlowConfig."})}),t&&G.jsxs("p",{children:["User: ",G.jsx("strong",{children:t})]}),G.jsx("p",{children:"To access this application, you must be assigned to one of the following groups:"}),G.jsxs("ul",{children:[G.jsxs("li",{children:[G.jsx("strong",{children:"FlowConfigAdmin"})," - Full access to create, edit, and delete flow configurations"]}),G.jsxs("li",{children:[G.jsx("strong",{children:"FlowConfigEdit"})," - Edit variable values and prompt content in existing flow configurations"]}),G.jsxs("li",{children:[G.jsx("strong",{children:"FlowConfigRead"})," - Read-only access to view flow configurations"]})]}),G.jsx("p",{children:"Please contact your administrator to request access to the appropriate group."})]})})})})})}function nG({visible:t,onDismiss:r,onSubmit:a,existingLocales:n}){const[c,s]=y.useState(""),[f,g]=y.useState(""),[h,p]=y.useState(null),v=()=>{if(p(null),!c.trim()){p("Locale code is required");return}if(!f.trim()){p("Display name is required");return}if(!/^([a-z]{2,3}(-[A-Z]{2})?(-[A-Z]{3})?|arb)$/.test(c)){p('Invalid language code format. Must be a valid Amazon Polly language code (e.g., "en-US", "arb", "cmn-CN")');return}if(n.includes(c)){p("This locale code already exists");return}a({code:c,name:f}),b()},b=()=>{s(""),g(""),p(null),r()};return G.jsx(gr,{onDismiss:b,visible:t,header:"Add New Locale",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:b,children:"Cancel"}),G.jsx(Fe,{variant:"primary",onClick:v,children:"Add Locale"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"m",children:[h&&G.jsx(It,{type:"error",children:h}),G.jsx(Ko,{label:"Language Code",description:G.jsxs(We,{children:["Amazon Polly language code (e.g., en-US, arb, cmn-CN).",G.jsx(Vn,{external:!0,href:"https://docs.aws.amazon.com/polly/latest/dg/available-voices.html",children:"View all supported language codes"})]}),children:G.jsx(Tr,{value:c,onChange:({detail:x})=>s(x.value),placeholder:"en-US"})}),G.jsx(Ko,{label:"Display Name",description:"Human-readable name for this locale",children:G.jsx(Tr,{value:f,onChange:({detail:x})=>g(x.value),placeholder:"English (United States)"})}),G.jsx(It,{type:"info",children:G.jsxs(We,{variant:"small",children:[G.jsx("strong",{children:"Common Amazon Polly language codes:"}),G.jsxs("ul",{children:[G.jsx("li",{children:"en-US - English (United States)"}),G.jsx("li",{children:"en-GB - English (United Kingdom)"}),G.jsx("li",{children:"es-US - Spanish (United States)"}),G.jsx("li",{children:"es-ES - Spanish (Spain)"}),G.jsx("li",{children:"fr-FR - French (France)"}),G.jsx("li",{children:"de-DE - German (Germany)"}),G.jsx("li",{children:"arb - Arabic"}),G.jsx("li",{children:"cmn-CN - Chinese Mandarin"}),G.jsx("li",{children:"da-DK - Danish"}),G.jsx("li",{children:"pt-BR - Portuguese (Brazil)"})]}),G.jsx(Vn,{external:!0,href:"https://docs.aws.amazon.com/polly/latest/dg/available-voices.html",children:"See complete list of supported language codes"})]})})]})})}function iG({visible:t,onDismiss:r,onSubmit:a,localeName:n,existingVoices:c}){const[s,f]=y.useState(""),[g,h]=y.useState(null),p=()=>{if(h(null),!s.trim()){h("Voice ID is required");return}if(c.includes(s)){h("This voice ID already exists for this locale");return}a(s),v()},v=()=>{f(""),h(null),r()};return G.jsx(gr,{onDismiss:v,visible:t,header:`Add Voice to ${n}`,size:"large",footer:G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"link",onClick:v,children:"Cancel"}),G.jsx(Fe,{variant:"primary",onClick:p,children:"Add Voice"})]})}),children:G.jsxs(Ke,{direction:"vertical",size:"l",children:[g&&G.jsx(It,{type:"error",children:g}),G.jsx(Ko,{label:"Voice ID",description:G.jsxs(We,{children:["Enter an Amazon Polly voice ID.",G.jsx(Vn,{external:!0,href:"https://docs.aws.amazon.com/polly/latest/dg/available-voices.html",children:"View all available voices"})]}),children:G.jsx(Tr,{value:s,onChange:({detail:b})=>f(b.value),placeholder:"Joanna"})})]})})}function cG(){var E,A;const{isAdmin:t}=Ac(),{apiFetch:r}=Rc(),[a,n]=y.useState([]),[c,s]=y.useState(!1),[f,g]=y.useState(!1),[h,p]=y.useState(null),[v,b]=y.useState(!1),[x,k]=y.useState(!0),[B,w]=y.useState(!1);y.useEffect(()=>{(async()=>{try{const H=await r("GET","/api/settings");H&&n(H.locales)}catch(H){console.error("Failed to load settings:",H)}finally{k(!1)}})()},[]);const C=N=>{const H={...N,voices:[]};n([...a,H]),s(!1),w(!0)},S=N=>{h&&(n(a.map(H=>H.code===h?{...H,voices:[...H.voices,N]}:H)),g(!1),p(null),w(!0))},R=(N,H)=>{n(a.map(V=>V.code===N?{...V,voices:V.voices.filter(j=>j!==H)}:V)),w(!0)},T=N=>{n(a.filter(H=>H.code!==N)),w(!0)},I=async()=>{b(!0);try{await r("POST","/api/settings",{locales:a}),w(!1)}catch(N){console.error("Failed to save settings:",N)}finally{b(!1)}};return t()?x?G.jsx(Ur,{children:G.jsxs(We,{textAlign:"center",children:[G.jsx(r1,{size:"large"}),G.jsx(We,{variant:"p",color:"inherit",children:"Loading settings..."})]})}):G.jsxs(Ke,{direction:"vertical",size:"l",children:[G.jsx(We,{float:"right",children:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{variant:"primary",onClick:I,loading:v,disabled:!B,iconName:"check",children:v?"Saving...":"Save Settings"}),G.jsx(Fe,{variant:"normal",onClick:()=>s(!0),iconName:"add-plus",children:"Add Locale"})]})}),B&&G.jsx(It,{type:"warning",children:'You have unsaved changes. Click "Save Settings" to commit your changes.'}),a.map(N=>G.jsx(Ur,{header:G.jsxs(Xa,{variant:"h3",description:`Manage voices for ${N.name}`,actions:G.jsxs(Ke,{direction:"horizontal",size:"xs",children:[G.jsx(Fe,{onClick:()=>{p(N.code),g(!0)},iconName:"add-plus",children:"Add Voice"}),G.jsx(Fe,{variant:"normal",onClick:()=>T(N.code),iconName:"remove",children:"Delete Locale"})]}),children:[N.name," Voices"]}),children:G.jsx(Ic,{columnDefinitions:[{id:"id",header:"Voice ID",cell:H=>H,sortingField:"id"},{id:"actions",header:"Actions",cell:H=>G.jsx(Fe,{variant:"link",onClick:()=>R(N.code,H),iconName:"remove",children:"Remove"})}],items:N.voices.sort((H,V)=>H.localeCompare(V)),empty:G.jsxs(We,{textAlign:"center",color:"inherit",children:[G.jsx("b",{children:"No voices configured"}),G.jsx(We,{variant:"p",color:"inherit",children:"Add voices to make them available for this locale."})]})})},N.code)),G.jsx(nG,{visible:c,onDismiss:()=>s(!1),onSubmit:C,existingLocales:a.map(N=>N.code)}),G.jsx(iG,{visible:f,onDismiss:()=>{g(!1),p(null)},onSubmit:S,localeName:((E=a.find(N=>N.code===h))==null?void 0:E.name)||"",existingVoices:((A=a.find(N=>N.code===h))==null?void 0:A.voices)||[]})]}):G.jsx(Ur,{children:G.jsx(It,{type:"error",children:"Access denied. Only administrators can access settings."})})}function sG(){const t=y.useContext(Yg);if(!t)throw new Error("useConfiguration must be used within a ConfigurationProvider");return t}function dG(){const{hasAnyAccess:t,isAdmin:r}=Ac(),a=y.useContext(iu),{branding:n}=sG(),[c,s]=y.useState(),[f,g]=y.useState("flow-configs");return y.useEffect(()=>{a&&a.getIdTokenPayload().then(h=>{s(h["cognito:username"]||h.email)}).catch(h=>{console.error("Failed to get user name:",h)})},[a]),G.jsxs("div",{style:{minHeight:"100vh",display:"flex",flexDirection:"column"},children:[G.jsx("div",{style:{flex:1},children:G.jsx(We,{padding:"l",children:G.jsx(Lx,{children:t()?r()?G.jsx(s1,{activeTabId:f,onChange:({detail:h})=>g(h.activeTabId),tabs:[{label:"Flow Configurations",id:"flow-configs",content:G.jsx(jb,{})},{label:"Settings",id:"settings",content:G.jsx(cG,{})}]}):G.jsx(jb,{}):G.jsx(aG,{userName:c})})})}),n&&G.jsx(We,{textAlign:"center",padding:"l",children:G.jsx(Xg,{children:G.jsx(We,{variant:"small",color:"text-body-secondary",children:G.jsxs(Ke,{direction:"horizontal",size:"m",alignItems:"center",children:[G.jsx("span",{children:"Built by"}),G.jsx(Vn,{external:!0,href:"https://www.cxbuilder.ai",ariaLabel:"Visit CXBuilder website",children:"CXBuilder"}),G.jsx("span",{children:"•"}),G.jsx(Vn,{external:!0,href:"https://github.com/CXBuilder/flow-config",ariaLabel:"View source code on GitHub",children:"@cxbuilder/flow-config"})]})})})})]})}function uG({children:t}){const[r,a]=y.useState(void 0),[n,c]=y.useState(!1),{setAlert:s}=Nc();return y.useEffect(()=>{fetch(g1("/api/init")).then(f=>f.json()).then(f=>{a(f),c(!0)}).catch(f=>{Vr.error(f),s("Error fetching configuration","error")})},[]),G.jsx(Yg.Provider,{value:r,children:n?t:G.jsx("div",{children:"Initializing Config..."})})}function h1(t){return JSON.parse(JSON.stringify(t))}function ta(t){return Object.keys(t).map(function(r){return[r,t[r]]})}function Rf(t){return t.reduce(function(r,a){var n=a[0],c=a[1];return r[n]=c,r},{})}function p1(t){return Object.keys(t).map(function(r){return t[r]})}function Pb(t,r){return t.indexOf(r)>-1}function m1(t){return typeof t=="string"&&!cu(t)}function cu(t){return typeof t=="string"&&t.charAt(0)==="{"&&t.charAt(t.length-1)==="}"}function og(t){return typeof t=="object"&&t!==null&&!Object.keys(t).some(function(r){return!(m1(t[r])||cu(t[r]))})}function fG(t,r){return t===r||typeof t=="object"&&typeof r=="object"&&Object.keys(t).length===Object.keys(r).length&&Object.keys(t).every(function(a){return t[a]===r[a]})}function gG(t){return"selector"in t}function hG(t){return t.slice(1,t.length-1)}function su(t,r){var a,n=t.tokenModeMap[r];return(a=t.modes[n])!==null&&a!==void 0?a:null}function pG(t){for(var r=Object.keys(t.states),a=0;a<r.length;a++){var n=r[a],c=t.states[n];if(c&&"default"in c&&c.default)return n}throw new Error("Mode ".concat(JSON.stringify(t)," does not have a default state"))}function zd(t,r){return mG(t,r).resolvedTheme}function mG(t,r){var a,n={},c={};return Object.keys((a=r==null?void 0:r.tokens)!==null&&a!==void 0?a:t.tokens).forEach(function(s){var f=su(r??t,s);if(f){var g={},h=Object.keys(f.states).reduce(function(b,x){return g[x]=[],b[x]=tg(t,s,g[x],x,r),b},{}),p=p1(g).some(function(b){return b.some(function(x){return x in t.tokens})});(!r||p)&&(c[s]=g,n[s]=h)}else{var v=[],h=tg(t,s,v,void 0,r);(!r||v.some(function(x){return x in t.tokens}))&&(c[s]=v,n[s]=h)}}),{resolvedTheme:n,resolutionPaths:c}}function tg(t,r,a,n,c){if(!t.tokens[r]&&!(c!=null&&c.tokens[r]))throw new Error("Token ".concat(r," does not exist in the theme."));if(a.indexOf(r)!==-1)throw new Error("Token ".concat(r," has a circular dependency."));a.push(r);var s=t.tokens[r]||(c==null?void 0:c.tokens[r]);if(!s)throw new Error("Empty assignment for token ".concat(r));if(og(s)){if(!n)throw new Error("Mode resolution for token ".concat(r," does not have any mode value. modes: ").concat(JSON.stringify(s)));s=s[n]}if(cu(s)){var f=hG(s);return tg(t,f,a,n,c)}else return s}function Ld(t,r,a,n){var c=h1(t);if(!a||!n)return c.tokens=dr(dr({},c.tokens),r.tokens),zd(c,a);var s=a.contexts[r.id];return c.tokens=dr(dr({},Object.keys(n).reduce(function(f,g){var h,p,v,b,x=!(g in s.tokens)&&!(g in t.tokens)||fG(s.tokens[g],(p=t.tokens[g])!==null&&p!==void 0?p:a.tokens[g]);return x?f:dr(dr({},f),(h={},h[g]=(b=(v=s.tokens[g])!==null&&v!==void 0?v:t.tokens[g])!==null&&b!==void 0?b:a.tokens[g],h))},{})),r.tokens),zd(c,a)}function oa(t,r,a,n){return Object.keys(t).reduce(function(c,s){var f=a(t[s],s,r,n);return f&&(c[s]=f),c},{})}var Hd=function(){return function(t,r,a,n){var c=su(n??a,r);if(c&&v1(t)){var s=pG(c);return t[s]}else{if(b1(t))return t;throw new Error("Mismatch between resolution ".concat(JSON.stringify(t)," and mode ").concat(c))}}},Od=function(t,r){return function(a,n,c,s){var f=su(s??c,n);if(f&&f.id===t.id&&v1(a))return a[r];if(b1(a))return a}};function v1(t){return typeof t=="object"}function b1(t){return typeof t=="string"}function vG(t,r,a){if(typeof t.tokens!="object"||Array.isArray(t.tokens)||t.tokens===null)throw new Error('Missing required "tokens" object field in '.concat(JSON.stringify(t)));var n={};function c(h){var p=Pb(r,h);return!p&&!(h in n)&&(console.warn("".concat(h," is not themeable and will be ignored during theming")),n[h]=!0),p}function s(h){var p=Pb(a,h);return p||console.warn("".concat(h," is not a valid ID of a visual context and will be ignored during theming.")),p}var f=ta(t.tokens).filter(function(h){var p=h[0];return c(p)}),g=(t.contexts?ta(t.contexts).filter(function(h){var p=h[1];return p!==void 0}):[]).filter(function(h){var p=h[0];return s(p)}).map(function(h){var p=h[0],v=h[1],b=ta(v.tokens).filter(function(B){var w=B[0];return c(w)}),x=Rf(b),k=dr(dr({},v),{tokens:x});return[p,k]});return{contexts:Rf(g),tokens:Rf(f)}}function bG(t){for(var r,a=hd([t.theme],(r=t.secondary)!==null&&r!==void 0?r:[],!0),n=[],c=0,s=a;c<s.length;c++){var f=s[c];Object.keys(f.contexts).forEach(function(g){n.indexOf(g)===-1&&n.push(g)})}return n}function yG(t,r){var a;if(!r)return t.theme;var n=hd([t.theme],(a=t.secondary)!==null&&a!==void 0?a:[],!0).reduce(function(c,s){return c[s.id]=s,c},{});if(!n[r])throw new Error("Specified baseThemeId '".concat(r,"' is not available. Available values are ").concat(Object.keys(n).map(function(c){return"'".concat(c,"'")}).join(", "),"."));return n[r]}function xG(t,r){function a(n,c,s){var f=m1(s)||cu(s),g=su(t,c);if(g&&f)return Object.keys(g.states).reduce(function(h,p){return h[p]=s,h},{});if((og(n)||n===void 0)&&og(s))return dr(dr({},n),s);if(f)return s;console.warn("The value for this token cannot be merged into the theme:",c)}return ta(r.tokens).forEach(function(n){var c=n[0],s=n[1],f=a(t.tokens[c],c,s);f&&(t.tokens[c]=f)}),r.contexts&&ta(r.contexts).forEach(function(n){var c=n[0],s=n[1],f=t.contexts[c];!s||!f||ta(s.tokens).forEach(function(g){var h,p=g[0],v=g[1],b=(h=f.tokens[p])!==null&&h!==void 0?h:t.tokens[p],x=a(b,p,v);x&&(t.contexts[c].tokens[p]=x)})}),t}var y1=function(){function t(){this.rulesMap=new Map,this.paths=new Map,this.counter=0}return t.prototype.appendRule=function(r){this.rulesMap.set(r.selector,[r,this.counter++])},t.prototype.appendRuleWithPath=function(r,a){this.rulesMap.set(r.selector,[r,this.counter++]),this.paths.set(r,a)},t.prototype.removeRule=function(r){this.rulesMap.delete(r.selector),this.paths.delete(r)},t.prototype.findRule=function(r){var a=this.rulesMap.get(r);return a==null?void 0:a[0]},t.prototype.getPath=function(r){var a=this.paths.get(r);if(!a)throw new Error("No path for rule with selector: ".concat(r.selector));return a},t.prototype.getAllRules=function(){var r=[];return this.paths.forEach(function(a,n){return r.push(n)}),r},t.prototype.toString=function(){return rg(this.rulesMap).map(function(r){return r.toString()}).join(`
63
- `)},t}(),kG=function(){function t(r,a){this.declarationsMap=new Map,this.counter=0,this.selector=r,this.media=a}return t.prototype.appendDeclaration=function(r){this.declarationsMap.set(r.property,[r,this.counter++])},t.prototype.clear=function(){this.declarationsMap=new Map,this.counter=0},t.prototype.getAllDeclarations=function(){return rg(this.declarationsMap)},t.prototype.size=function(){return this.declarationsMap.size},t.prototype.toString=function(){var r=rg(this.declarationsMap).map(function(n){return n.toString()}),a="".concat(this.selector,`{
64
- `).concat(r.join(`
65
- `),`
66
- }`);return this.media?"@media ".concat(this.media," {").concat(a,"}"):a},t}(),_G=function(){function t(r,a){this.property=r,this.value=a}return t.prototype.toString=function(){return"".concat(this.property,":").concat(this.value,";")},t}();function rg(t){var r=[];return t.forEach(function(a){var n=a[0],c=a[1];return r.push([n,c])}),r.sort(function(a,n){a[0];var c=a[1];n[0];var s=n[1];return c-s}),r.map(function(a){var n=a[0];return n})}var wG=function(){function t(r,a){this.selector=r,this.registry=a}return t.prototype.create=function(r,a){var n=this,c=new kG(this.selectorFor(r),r.media);return ta(a).forEach(function(s){var f=s[0],g=s[1],h=n.registry.get(f);h&&c.appendDeclaration(new _G(h,g))}),c},t.prototype.selectorFor=function(r){return this.selector.for(r)},t}(),x1=function(){function t(){}return t.forEachOptionalModeState=function(r,a){Object.keys(r.modes).forEach(function(n){var c=r.modes[n];ta(c.states).forEach(function(s){var f=s[0],g=s[1];gG(g)&&a(c,f)})})},t.forEachContext=function(r,a){Object.keys(r.contexts).forEach(function(n){var c=r.contexts[n];a(c)})},t.forEachContextWithinOptionalModeState=function(r,a){t.forEachOptionalModeState(r,function(n,c){t.forEachContext(r,function(s){a(s,n,c)})})},t.appendRuleToStylesheet=function(r,a,n){a.size()&&r.appendRuleWithPath(a,n)},t}();function Jl(t){for(var r=[],a=0,n=t;a<n.length;a++){var c=n[a];c!==void 0&&r.push(c)}return r}var lg=function(t){Wb(r,t);function r(a,n,c){var s=t.call(this)||this;return s.theme=a,s.baseTheme=c,s.resolution=zd(a,s.baseTheme),s.ruleCreator=n,s}return r.prototype.create=function(){var a=this,n=new y1,c=oa(this.resolution,this.theme,Hd(),this.baseTheme),s=this.ruleCreator.create({global:[this.theme.selector]},c);return r.appendRuleToStylesheet(n,s,[]),r.forEachOptionalModeState(this.theme,function(f,g){var h=oa(a.resolution,a.theme,Od(f,g),a.baseTheme),p=f.states[g],v=a.ruleCreator.create({global:[a.theme.selector,p.selector],media:p.media},h);r.appendRuleToStylesheet(n,v,[s])}),r.forEachContext(this.theme,function(f){var g=oa(Ld(a.theme,f,a.baseTheme,a.resolution),a.theme,Hd(),a.baseTheme),h=a.ruleCreator.create({global:[a.theme.selector],local:[f.selector]},g);r.appendRuleToStylesheet(n,h,[s]);var p=a.ruleCreator.create({global:[a.theme.selector,f.selector]},g);r.appendRuleToStylesheet(n,p,[s])}),r.forEachContextWithinOptionalModeState(this.theme,function(f,g,h){var p=oa(Ld(a.theme,f,a.baseTheme,a.resolution),a.theme,Od(g,h),a.baseTheme),v=g.states[h],b=a.ruleCreator.create({global:[a.theme.selector,v.selector],local:[f.selector],media:v.media},p),x=n.findRule(a.ruleCreator.selectorFor({global:[a.theme.selector],local:[f.selector]})),k=n.findRule(a.ruleCreator.selectorFor({global:[a.theme.selector,g.states[h].selector]})),B=n.findRule(a.ruleCreator.selectorFor({global:[a.theme.selector,f.selector]}));r.appendRuleToStylesheet(n,b,Jl([x,k,s]));var w=a.ruleCreator.create({global:[a.theme.selector,v.selector,f.selector],media:v.media},p);r.appendRuleToStylesheet(n,w,Jl([B,k,s]))}),n},r}(x1),BG=":not(#\\9)";function k1(t){var r=t.split(":"),a=r[0],n=r.slice(1),c=n.length?":"+n.join(":"):"";return"".concat(a).concat(BG).concat(c)}var SG=[":root","body","html"],CG=function(t){return SG.indexOf(t)>-1};function qb(t){var r=t.split(",").map(TG);return r.join(",")}function TG(t){var r=/[:.][\w_-]+/.exec(t);if((r==null?void 0:r.length)===1){var a=r[0],n=r.index;return"".concat(t.substring(0,n)).concat(a).concat(t.substring(n))}return k1(t)}(function(t){Wb(r,t);function r(a,n){var c=t.call(this)||this;return c.themes=a,c.ruleCreator=n,c}return r.prototype.create=function(){var a=this,n=this.themes.filter(function(p){return CG(p.selector)});if(n.length>1)throw new Error("Themes ".concat(n.map(function(p){var v=p.id;return v}).join(", ")," have a global selector. It is not supported to have more than one global theme. It produces unpredictable styling results."));if(!n.length){var c=this.themes.map(function(p){return new lg(p,a.ruleCreator).create()}),s=new y1;return c.forEach(function(p){p.getAllRules().map(function(v){var b;return s.appendRuleWithPath(v,(b=p.getPath(v))!==null&&b!==void 0?b:[])})}),s}var f=n[0],g=new lg(f,this.ruleCreator).create(),h=this.getThemesWithout(f);return h.forEach(function(p){a.appendRulesForSecondary(g,f,p)}),g},r.prototype.appendRulesForSecondary=function(a,n,c){var s=this,f=zd(c),g=oa(f,c,Hd()),h=this.ruleCreator.create({global:[c.selector]},g),p=this.findRule(a,{global:[n.selector]});return r.appendRuleToStylesheet(a,h,Jl([p])),r.forEachOptionalModeState(c,function(v,b){var x=v.states[b],k=oa(f,c,Od(v,b)),B=s.ruleCreator.create({global:[c.selector,x.selector],media:x.media},k),w=a.findRule(s.ruleCreator.selectorFor({global:[n.selector,x.selector]}));r.appendRuleToStylesheet(a,B,Jl([h,w,p]))}),r.forEachContext(c,function(v){var b=oa(Ld(c,v),c,Hd()),x=s.ruleCreator.create({global:[c.selector],local:[v.selector]},b),k=a.findRule(s.ruleCreator.selectorFor({global:[n.selector],local:[v.selector]}));r.appendRuleToStylesheet(a,x,Jl([k,h,p]));var B=s.ruleCreator.create({global:[c.selector,v.selector]},b);r.appendRuleToStylesheet(a,B,Jl([h,k,p]))}),r.forEachContextWithinOptionalModeState(c,function(v,b,x){var k=b.states[x],B=oa(Ld(c,v),c,Od(b,x)),w=s.findRule(a,{global:[c.selector],local:[v.selector]}),C=s.findRule(a,{global:[c.selector,k.selector]}),S=s.ruleCreator.create({global:[c.selector,k.selector],local:[v.selector],media:k.media},B),R=a.findRule(s.ruleCreator.selectorFor({global:[n.selector],local:[v.selector]})),T=a.findRule(s.ruleCreator.selectorFor({global:[n.selector,k.selector]})),I=a.findRule(s.ruleCreator.selectorFor({global:[n.selector,k.selector],local:[v.selector]}));r.appendRuleToStylesheet(a,S,Jl([w,I,R,C,h,T,p]));var E=a.findRule(s.ruleCreator.selectorFor({global:[c.selector,v.selector]})),A=s.ruleCreator.create({global:[c.selector,k.selector,v.selector],media:k.media},B);r.appendRuleToStylesheet(a,A,Jl([w,C,E,h,R,T,p]))}),a},r.prototype.findRule=function(a,n){var c=a.findRule(this.ruleCreator.selectorFor(n));if(!c)throw new Error("No rule for selector ".concat(JSON.stringify(n)," found"));return c},r.prototype.getThemesWithout=function(a){var n=this.themes.indexOf(a);return hd(hd([],this.themes.slice(0,n),!0),this.themes.slice(n+1),!0)},r})(x1);var DG=function(){function t(r){this.customizer=r}return t.prototype.for=function(r){var a=r.global,n=r.local;if(a.length===1&&!(n!=null&&n.length)&&a[0]===":root")return this.customizer(":root");var c=a.filter(function(f){return f!==":root"}),s=this.toSelector(c);return n!=null&&n.length&&(s+=" ".concat(this.toSelector(n))),this.customizer(s.trim())},t.prototype.toSelector=function(r){return r.slice().sort().join("")},t}(),EG=function(){function t(r){this.map=r}return t.prototype.get=function(r){var a=this.map[r];if(!a)throw new Error("Token ".concat(r," does not have a property"));return a},t}();function GG(t,r){var a=h1(t),n=new Set;return p1(a.contexts).forEach(function(c){Object.keys(c.tokens).forEach(function(s){var f,g,h;!(s in r.tokens)&&!(s in((h=(g=(f=r==null?void 0:r.contexts)===null||f===void 0?void 0:f[c.id])===null||g===void 0?void 0:g.tokens)!==null&&h!==void 0?h:{}))?delete c.tokens[s]:n.add(s)})}),Object.keys(a.tokens).forEach(function(c){!n.has(c)&&!(c in r.tokens)&&delete a.tokens[c]}),xG(a,r)}function IG(t,r,a,n){var c=GG(t,r),s=new wG(new DG(n),new EG(a)),f=new lg(c,s,t),g=f.create();return g.toString()}function NG(t,r){var a=document.createElement("style");return r&&a.setAttribute("nonce",r),a.appendChild(document.createTextNode(t)),a}function RG(t,r){r===void 0&&(r=document),r.head.appendChild(t)}function AG(t){var r;t===void 0&&(t=document);var a=t.querySelector('meta[name="nonce"]');return(r=a==null?void 0:a.content)!==null&&r!==void 0?r:void 0}function zG(t){return function(r){return r===t?qb(r):k1(qb(r))}}function LG(t){var r=t.override,a=t.preset,n=t.baseThemeId,c=bG(a),s=vG(r,a.themeable,c),f=yG(a,n);return IG(f,s,a.propertiesMap,zG(a.theme.selector))}function HG(t){var r=t.targetDocument,a=LG(t),n=AG(r),c=NG(a,n);return RG(c,r),{reset:function(){c.remove()}}}var OG={theme:{id:"visual-refresh",selector:":root",modes:{color:{id:"color",states:{light:{default:!0},dark:{selector:".awsui-dark-mode",media:"not print"}}},density:{id:"density",states:{comfortable:{default:!0},compact:{selector:".awsui-compact-mode"}}},motion:{id:"motion",states:{default:{default:!0},disabled:{selector:".awsui-motion-disabled"}}}},tokens:{colorAmazonOrange:"#ff9900",colorAwsSquidInk:"#232f3e",colorBlack:"#000000",colorBlue100:"#f0fbff",colorBlue200:"#d1f1ff",colorBlue300:"#b8e7ff",colorBlue400:"#75cfff",colorBlue500:"#42b4ff",colorBlue600:"#006ce0",colorBlue700:"#004a9e",colorBlue800:"#002b66",colorBlue900:"#001129",colorBlueOpaque:"rgba(51, 136, 221, 0.5)",colorGreen100:"#effff1",colorGreen500:"#2bb534",colorGreen600:"#00802f",colorGreen700:"#00471e",colorGreen900:"#001401",colorGrey50:"#fcfcfd",colorGrey100:"#f9f9fa",colorGrey125:"#f6f6f9",colorGrey150:"#f3f3f7",colorGrey200:"#ebebf0",colorGrey300:"#dedee3",colorGrey350:"#c6c6cd",colorGrey400:"#b4b4bb",colorGrey450:"#a4a4ad",colorGrey500:"#8c8c94",colorGrey550:"#656871",colorGrey600:"#424650",colorGrey650:"#333843",colorGrey700:"#232b37",colorGrey750:"#1b232d",colorGrey800:"#161d26",colorGrey850:"#131920",colorGrey900:"#0f141a",colorGrey950:"#06080a",colorOrange100:"#fef6f0",colorOrange500:"#ec7211",colorOrange600:"#eb5f07",colorOrange700:"#dd6b10",colorPurple400:"#bf80ff",colorPurple600:"#7300e5",colorRed100:"#fff5f5",colorRed500:"#ff7a7a",colorRed600:"#db0000",colorRed700:"#700000",colorRed900:"#1f0000",colorTransparent:"transparent",colorWhite:"#ffffff",colorYellow100:"#fffef0",colorYellow600:"#ffe347",colorYellow700:"#fbd332",colorYellow800:"#855900",colorYellow900:"#191100",colorChartsRed300:{light:"#ea7158",dark:"#d63f38"},colorChartsRed400:{light:"#dc5032",dark:"#ed5958"},colorChartsRed500:{light:"#d13313",dark:"#fe6e73"},colorChartsRed600:{light:"#ba2e0f",dark:"#ff8a8a"},colorChartsRed700:{light:"#a82a0c",dark:"#ffa09e"},colorChartsRed800:{light:"#972709",dark:"#ffb3b0"},colorChartsRed900:{light:"#892407",dark:"#ffc4c0"},colorChartsRed1000:{light:"#7d2105",dark:"#ffd2cf"},colorChartsRed1100:{light:"#721e03",dark:"#ffe0dd"},colorChartsRed1200:{light:"#671c00",dark:"#ffecea"},colorChartsOrange300:{light:"#e07941",dark:"#c55305"},colorChartsOrange400:{light:"#cc5f21",dark:"#de6923"},colorChartsOrange500:{light:"#bc4d01",dark:"#f27c36"},colorChartsOrange600:{light:"#a84401",dark:"#f89256"},colorChartsOrange700:{light:"#983c02",dark:"#fca572"},colorChartsOrange800:{light:"#8a3603",dark:"#ffb68b"},colorChartsOrange900:{light:"#7e3103",dark:"#ffc6a4"},colorChartsOrange1000:{light:"#732c02",dark:"#ffd4bb"},colorChartsOrange1100:{light:"#692801",dark:"#ffe1cf"},colorChartsOrange1200:{light:"#602400",dark:"#ffede2"},colorChartsYellow300:{light:"#b2911c",dark:"#977001"},colorChartsYellow400:{light:"#9c7b0b",dark:"#b08400"},colorChartsYellow500:{light:"#8a6b05",dark:"#c59600"},colorChartsYellow600:{light:"#7b5f04",dark:"#d3a61c"},colorChartsYellow700:{light:"#6f5504",dark:"#dfb52c"},colorChartsYellow800:{light:"#654d03",dark:"#eac33a"},colorChartsYellow900:{light:"#5d4503",dark:"#f1cf65"},colorChartsYellow1000:{light:"#553f03",dark:"#f7db8a"},colorChartsYellow1100:{light:"#4d3901",dark:"#fce5a8"},colorChartsYellow1200:{light:"#483300",dark:"#ffefc9"},colorChartsGreen300:{light:"#67a353",dark:"#48851a"},colorChartsGreen400:{light:"#41902c",dark:"#5a9b29"},colorChartsGreen500:{light:"#1f8104",dark:"#69ae34"},colorChartsGreen600:{light:"#1a7302",dark:"#7dbd4c"},colorChartsGreen700:{light:"#176702",dark:"#8fca61"},colorChartsGreen800:{light:"#145d02",dark:"#9fd673"},colorChartsGreen900:{light:"#125502",dark:"#b2df8d"},colorChartsGreen1000:{light:"#104d01",dark:"#c5e7a8"},colorChartsGreen1100:{light:"#0f4601",dark:"#d5efbe"},colorChartsGreen1200:{light:"#0d4000",dark:"#e4f7d5"},colorChartsTeal300:{light:"#2ea597",dark:"#018977"},colorChartsTeal400:{light:"#1c8e81",dark:"#009d89"},colorChartsTeal500:{light:"#0d7d70",dark:"#00b09b"},colorChartsTeal600:{light:"#096f64",dark:"#40bfa9"},colorChartsTeal700:{light:"#06645a",dark:"#5fccb7"},colorChartsTeal800:{light:"#045b52",dark:"#77d7c3"},colorChartsTeal900:{light:"#03524a",dark:"#94e0d0"},colorChartsTeal1000:{light:"#014b44",dark:"#ace9db"},colorChartsTeal1100:{light:"#01443e",dark:"#c2f0e6"},colorChartsTeal1200:{light:"#003e38",dark:"#d7f7f0"},colorChartsBlue1300:{light:"#529ccb",dark:"#00819c"},colorChartsBlue1400:{light:"#3184c2",dark:"#0497ba"},colorChartsBlue1500:{light:"#0273bb",dark:"#08aad2"},colorChartsBlue1600:{light:"#0166ab",dark:"#44b9dd"},colorChartsBlue1700:{light:"#015b9d",dark:"#63c6e7"},colorChartsBlue1800:{light:"#015292",dark:"#79d2f0"},colorChartsBlue1900:{light:"#014a87",dark:"#98dcf5"},colorChartsBlue11000:{light:"#01437d",dark:"#b3e4f8"},colorChartsBlue11100:{light:"#003c75",dark:"#caedfc"},colorChartsBlue11200:{light:"#00366d",dark:"#ddf4ff"},colorChartsBlue2300:{light:"#688ae8",dark:"#486de8"},colorChartsBlue2400:{light:"#5978e3",dark:"#6384f5"},colorChartsBlue2500:{light:"#4066df",dark:"#7698fe"},colorChartsBlue2600:{light:"#3759ce",dark:"#8ea9ff"},colorChartsBlue2700:{light:"#314fbf",dark:"#a2b8ff"},colorChartsBlue2800:{light:"#2c46b1",dark:"#b1c5ff"},colorChartsBlue2900:{light:"#273ea5",dark:"#c3d1ff"},colorChartsBlue21000:{light:"#23379b",dark:"#d2dcff"},colorChartsBlue21100:{light:"#1f3191",dark:"#dfe6ff"},colorChartsBlue21200:{light:"#1b2b88",dark:"#ecf0ff"},colorChartsPurple300:{light:"#a783e1",dark:"#8d59de"},colorChartsPurple400:{light:"#9469d6",dark:"#a173ea"},colorChartsPurple500:{light:"#8456ce",dark:"#b088f5"},colorChartsPurple600:{light:"#7749bf",dark:"#bf9bf9"},colorChartsPurple700:{light:"#6b40b2",dark:"#cbabfc"},colorChartsPurple800:{light:"#6237a7",dark:"#d6baff"},colorChartsPurple900:{light:"#59309d",dark:"#dfc8ff"},colorChartsPurple1000:{light:"#512994",dark:"#e8d5ff"},colorChartsPurple1100:{light:"#4a238b",dark:"#efe2ff"},colorChartsPurple1200:{light:"#431d84",dark:"#f5edff"},colorChartsPink300:{light:"#da7596",dark:"#c64a70"},colorChartsPink400:{light:"#ce567c",dark:"#d56889"},colorChartsPink500:{light:"#c33d69",dark:"#e07f9d"},colorChartsPink600:{light:"#b1325c",dark:"#eb92ad"},colorChartsPink700:{light:"#a32952",dark:"#f5a2bb"},colorChartsPink800:{light:"#962249",dark:"#ffb0c8"},colorChartsPink900:{light:"#8b1b42",dark:"#ffc1d4"},colorChartsPink1000:{light:"#81143b",dark:"#ffd1de"},colorChartsPink1100:{light:"#780d35",dark:"#ffdfe8"},colorChartsPink1200:{light:"#6f062f",dark:"#ffecf1"},colorChartsStatusCritical:{light:"{colorChartsRed1000}",dark:"{colorChartsRed300}"},colorChartsStatusHigh:{light:"{colorChartsRed600}",dark:"{colorChartsRed500}"},colorChartsStatusMedium:{light:"{colorChartsOrange400}",dark:"{colorChartsOrange600}"},colorChartsStatusLow:{light:"{colorChartsYellow300}",dark:"{colorChartsYellow700}"},colorChartsStatusPositive:{light:"{colorChartsGreen300}",dark:"{colorChartsGreen500}"},colorChartsStatusInfo:{light:"{colorChartsBlue1400}",dark:"{colorChartsBlue1500}"},colorChartsStatusNeutral:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorChartsThresholdNegative:{light:"{colorRed600}",dark:"{colorRed500}"},colorChartsThresholdPositive:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorChartsThresholdInfo:{light:"{colorBlue600}",dark:"{colorBlue400}"},colorChartsThresholdNeutral:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorChartsLineGrid:{light:"{colorGrey300}",dark:"{colorGrey600}"},colorChartsLineTick:{light:"{colorGrey300}",dark:"{colorGrey600}"},colorChartsLineAxis:{light:"{colorGrey300}",dark:"{colorGrey600}"},colorChartsPaletteCategorical1:{light:"{colorChartsBlue2300}",dark:"{colorChartsBlue2300}"},colorChartsPaletteCategorical2:{light:"{colorChartsPink500}",dark:"{colorChartsPink500}"},colorChartsPaletteCategorical3:{light:"{colorChartsTeal300}",dark:"{colorChartsTeal300}"},colorChartsPaletteCategorical4:{light:"{colorChartsPurple500}",dark:"{colorChartsPurple500}"},colorChartsPaletteCategorical5:{light:"{colorChartsOrange300}",dark:"{colorChartsOrange300}"},colorChartsPaletteCategorical6:{light:"{colorChartsBlue2600}",dark:"{colorChartsBlue2600}"},colorChartsPaletteCategorical7:{light:"{colorChartsPink800}",dark:"{colorChartsPink800}"},colorChartsPaletteCategorical8:{light:"{colorChartsTeal600}",dark:"{colorChartsTeal600}"},colorChartsPaletteCategorical9:{light:"{colorChartsPurple800}",dark:"{colorChartsPurple800}"},colorChartsPaletteCategorical10:{light:"{colorChartsOrange600}",dark:"{colorChartsOrange600}"},colorChartsPaletteCategorical11:{light:"{colorChartsBlue2900}",dark:"{colorChartsBlue2900}"},colorChartsPaletteCategorical12:{light:"{colorChartsPink1100}",dark:"{colorChartsPink1100}"},colorChartsPaletteCategorical13:{light:"{colorChartsTeal900}",dark:"{colorChartsTeal900}"},colorChartsPaletteCategorical14:{light:"{colorChartsPurple1100}",dark:"{colorChartsPurple1100}"},colorChartsPaletteCategorical15:{light:"{colorChartsOrange900}",dark:"{colorChartsOrange900}"},colorChartsPaletteCategorical16:{light:"{colorChartsBlue21200}",dark:"{colorChartsBlue21200}"},colorChartsPaletteCategorical17:{light:"{colorChartsPink400}",dark:"{colorChartsPink400}"},colorChartsPaletteCategorical18:{light:"{colorChartsTeal1200}",dark:"{colorChartsTeal1200}"},colorChartsPaletteCategorical19:{light:"{colorChartsPurple400}",dark:"{colorChartsPurple400}"},colorChartsPaletteCategorical20:{light:"{colorChartsOrange1200}",dark:"{colorChartsOrange1200}"},colorChartsPaletteCategorical21:{light:"{colorChartsBlue2500}",dark:"{colorChartsBlue2500}"},colorChartsPaletteCategorical22:{light:"{colorChartsPink700}",dark:"{colorChartsPink700}"},colorChartsPaletteCategorical23:{light:"{colorChartsTeal500}",dark:"{colorChartsTeal500}"},colorChartsPaletteCategorical24:{light:"{colorChartsPurple700}",dark:"{colorChartsPurple700}"},colorChartsPaletteCategorical25:{light:"{colorChartsOrange500}",dark:"{colorChartsOrange500}"},colorChartsPaletteCategorical26:{light:"{colorChartsBlue2800}",dark:"{colorChartsBlue2800}"},colorChartsPaletteCategorical27:{light:"{colorChartsPink1000}",dark:"{colorChartsPink1000}"},colorChartsPaletteCategorical28:{light:"{colorChartsTeal800}",dark:"{colorChartsTeal800}"},colorChartsPaletteCategorical29:{light:"{colorChartsPurple1000}",dark:"{colorChartsPurple1000}"},colorChartsPaletteCategorical30:{light:"{colorChartsOrange800}",dark:"{colorChartsOrange800}"},colorChartsPaletteCategorical31:{light:"{colorChartsBlue21100}",dark:"{colorChartsBlue21100}"},colorChartsPaletteCategorical32:{light:"{colorChartsPink300}",dark:"{colorChartsPink300}"},colorChartsPaletteCategorical33:{light:"{colorChartsTeal1100}",dark:"{colorChartsTeal1100}"},colorChartsPaletteCategorical34:{light:"{colorChartsPurple300}",dark:"{colorChartsPurple300}"},colorChartsPaletteCategorical35:{light:"{colorChartsOrange1100}",dark:"{colorChartsOrange1100}"},colorChartsPaletteCategorical36:{light:"{colorChartsBlue2400}",dark:"{colorChartsBlue2400}"},colorChartsPaletteCategorical37:{light:"{colorChartsPink600}",dark:"{colorChartsPink600}"},colorChartsPaletteCategorical38:{light:"{colorChartsTeal400}",dark:"{colorChartsTeal400}"},colorChartsPaletteCategorical39:{light:"{colorChartsPurple600}",dark:"{colorChartsPurple600}"},colorChartsPaletteCategorical40:{light:"{colorChartsOrange400}",dark:"{colorChartsOrange400}"},colorChartsPaletteCategorical41:{light:"{colorChartsBlue2700}",dark:"{colorChartsBlue2700}"},colorChartsPaletteCategorical42:{light:"{colorChartsPink900}",dark:"{colorChartsPink900}"},colorChartsPaletteCategorical43:{light:"{colorChartsTeal700}",dark:"{colorChartsTeal700}"},colorChartsPaletteCategorical44:{light:"{colorChartsPurple900}",dark:"{colorChartsPurple900}"},colorChartsPaletteCategorical45:{light:"{colorChartsOrange700}",dark:"{colorChartsOrange700}"},colorChartsPaletteCategorical46:{light:"{colorChartsBlue21000}",dark:"{colorChartsBlue21000}"},colorChartsPaletteCategorical47:{light:"{colorChartsPink1200}",dark:"{colorChartsPink1200}"},colorChartsPaletteCategorical48:{light:"{colorChartsTeal1000}",dark:"{colorChartsTeal1000}"},colorChartsPaletteCategorical49:{light:"{colorChartsPurple1200}",dark:"{colorChartsPurple1200}"},colorChartsPaletteCategorical50:{light:"{colorChartsOrange1000}",dark:"{colorChartsOrange1000}"},colorSeverityDarkRed:{light:"#870303",dark:"#d63f38"},colorSeverityRed:{light:"#ce3311",dark:"#fe6e73"},colorSeverityOrange:{light:"#f89256",dark:"#f89256"},colorSeverityYellow:{light:"#f2cd54",dark:"#f2cd54"},colorSeverityGrey:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundNotificationSeverityCritical:{light:"{colorSeverityDarkRed}",dark:"{colorSeverityDarkRed}"},colorBackgroundNotificationSeverityHigh:{light:"{colorSeverityRed}",dark:"{colorSeverityRed}"},colorBackgroundNotificationSeverityMedium:{light:"{colorSeverityOrange}",dark:"{colorSeverityOrange}"},colorBackgroundNotificationSeverityLow:{light:"{colorSeverityYellow}",dark:"{colorSeverityYellow}"},colorBackgroundNotificationSeverityNeutral:{light:"{colorSeverityGrey}",dark:"{colorSeverityGrey}"},colorTextNotificationSeverityCritical:{light:"{colorGrey100}",dark:"{colorBlack}"},colorTextNotificationSeverityHigh:{light:"{colorGrey100}",dark:"{colorGrey900}"},colorTextNotificationSeverityMedium:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextNotificationSeverityLow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextNotificationSeverityNeutral:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorGreyOpaque10:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorGreyOpaque25:{light:"rgba(255, 255, 255, 0.25)",dark:"rgba(255, 255, 255, 0.25)"},colorGreyOpaque40:{light:"rgba(0, 0, 0, 0.4)",dark:"rgba(0, 0, 0, 0.4)"},colorGreyOpaque50:{light:"rgba(0, 0, 0, 0.5)",dark:"rgba(0, 0, 0, 0.5)"},colorGreyOpaque70:{light:"rgba(35, 43, 55, 0.7)",dark:"rgba(15, 20, 26, 0.7)"},colorGreyOpaque80:{light:"rgba(22, 25, 31, 0.8)",dark:"rgba(22, 25, 31, 0.8)"},colorGreyOpaque90:{light:"rgba(242, 243, 243, 0.9)",dark:"rgba(242, 243, 243, 0.9)"},colorGreyTransparent:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentHeavy:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentLight:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorBackgroundBadgeIcon:{light:"{colorRed600}",dark:"{colorRed500}"},colorBackgroundButtonLinkActive:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonLinkHover:{light:"{colorBlue100}",dark:"{colorGrey750}"},colorBackgroundButtonNormalActive:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonNormalDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundButtonNormalHover:{light:"{colorBlue100}",dark:"{colorGrey750}"},colorBackgroundToggleButtonNormalPressed:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonPrimaryActive:{light:"{colorBlue800}",dark:"{colorBlue500}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundDirectionButtonDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorGrey150}",dark:"{colorGrey650}"},colorBackgroundCellShaded:{light:"{colorGrey125}",dark:"{colorGrey750}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundCodeEditorLoading:{light:"{colorGrey100}",dark:"{colorGrey750}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundCodeEditorStatusBar:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlChecked:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlDisabled:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorBlue100}",dark:"{colorGrey650}"},colorBackgroundDropdownItemHover:{light:"{colorGrey150}",dark:"{colorGrey850}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundInputDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundItemSelected:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundLayoutMobilePanel:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundLayoutToggleActive:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorBackgroundNotificationGreen:{light:"{colorGreen600}",dark:"{colorGreen600}"},colorBackgroundNotificationGrey:{light:"{colorGrey600}",dark:"{colorGrey550}"},colorBackgroundNotificationRed:{light:"{colorRed600}",dark:"{colorRed600}"},colorBackgroundNotificationYellow:{light:"{colorYellow600}",dark:"{colorYellow600}"},colorBackgroundNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarHover:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundProgressBarContentDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSliderHandleActive:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundSliderTrack:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundSliderErrorPressed:{light:"{colorRed700}",dark:"{colorRed500}"},colorBackgroundSliderWarningPressed:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBackgroundStatusError:{light:"{colorRed100}",dark:"{colorRed900}"},colorBackgroundStatusInfo:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorGreen100}",dark:"{colorGreen900}"},colorBackgroundStatusWarning:{light:"{colorYellow100}",dark:"{colorYellow900}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundToggleCheckedDisabled:{light:"{colorBlue300}",dark:"{colorBlue800}"},colorBackgroundToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey500}"},colorBackgroundAvatarGenAi:{light:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",dark:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)"},colorBackgroundAvatarDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextAvatar:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundLoadingBarGenAi:{light:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",dark:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"},colorBackgroundChatBubbleOutgoing:{light:"transparent",dark:"transparent"},colorBackgroundChatBubbleIncoming:{light:"{colorGrey125}",dark:"{colorGrey900}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorBorderButtonNormalDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderToggleButtonNormalPressed:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderButtonNormalDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextButtonNormalDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonNormalHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextButtonIconDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorGrey100}",dark:"{colorGrey800}"},colorBorderCellShaded:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorDefault:{light:"{colorGrey300}",dark:"{colorGrey550}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBorderDividerDefault:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBorderDropdownContainer:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderDropdownItemDimmedHover:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderItemFocused:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderDropdownItemFocused:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderLayout:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorBorderStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorBorderStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorGrey500}",dark:"{colorGrey300}"},colorBorderTabsDivider:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorGrey300}",dark:"{colorGrey600}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorForegroundControlReadOnly:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorStrokeCodeEditorResizeHandler:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorGrey300}",dark:"{colorGrey750}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorGrey100}",dark:"{colorGrey900}"},colorTextAccent:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextBodyDefault:{light:"{colorGrey900}",dark:"{colorGrey350}"},colorTextBodySecondary:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextBreadcrumbCurrent:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorTextBreadcrumbIcon:{light:"{colorGrey500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextToggleButtonNormalPressed:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextButtonNormalDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextButtonNormalHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarDateSelected:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextCalendarMonth:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCodeEditorGutterDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextColumnHeader:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextDisabledInlineEdit:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorBlue600}",dark:"{colorBlue400}"},colorTextDropdownItemHighlighted:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextEmpty:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextExpandableSectionDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextExpandableSectionHover:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextGroupLabel:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextLabelGenAi:{light:"{colorPurple600}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextHeadingSecondary:{light:"{colorGrey600}",dark:"{colorGrey450}"},colorTextHomeHeaderDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHomeHeaderSecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextIconCaret:{light:"{colorGrey500}",dark:"{colorGrey450}"},colorTextIconSubtle:{light:"{colorGrey550}",dark:"{colorGrey400}"},colorTextInputDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInputPlaceholder:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextInteractiveDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInteractiveHover:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextToggleButtonIconPressed:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveInvertedDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveInvertedHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorGrey800}"},colorTextLayoutToggleHover:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLinkDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLinkHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorGrey400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorTextStatusInactive:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorTextStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorTextTopNavigationTitle:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBoardPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorBoardPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDragPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorDragPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorDropzoneBackgroundHover:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorDropzoneTextDefault:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneTextHover:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneBorderDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorDropzoneBorderHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorGapGlobalDrawer:{light:"{colorGrey200}",dark:"{colorGrey900}"},fontBoxValueLargeWeight:"700",fontButtonLetterSpacing:"0.005em",fontChartDetailSize:"{fontSizeBodyS}",fontDisplayLabelWeight:"700",fontExpandableHeadingSize:"{fontSizeHeadingS}",fontFamilyBase:"'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif",fontFamilyMonospace:"Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace",fontHeaderH2DescriptionLineHeight:"{lineHeightBodyM}",fontHeaderH2DescriptionSize:"{fontSizeBodyM}",fontLinkButtonLetterSpacing:"{fontButtonLetterSpacing}",fontLinkButtonWeight:"{fontWeightButton}",fontPanelHeaderLineHeight:"{lineHeightHeadingM}",fontPanelHeaderSize:"{fontSizeHeadingM}",fontSizeBodyM:"14px",fontSizeBodyS:"12px",fontSizeDisplayL:"42px",fontSizeHeadingXl:"24px",fontSizeHeadingL:"20px",fontSizeHeadingM:"18px",fontSizeHeadingS:"16px",fontSizeHeadingXs:"14px",fontSmoothingMozOsx:"grayscale",fontSmoothingWebkit:"antialiased",fontTabsDisabledWeight:"{fontWayfindingLinkActiveWeight}",fontTabsLineHeight:"{lineHeightHeadingS}",fontTabsSize:"{fontSizeHeadingS}",fontWayfindingLinkActiveWeight:"700",fontWeightButton:"700",fontWeightHeadingXl:"700",fontWeightHeadingL:"700",fontWeightHeadingM:"700",fontWeightHeadingS:"700",fontWeightHeadingXs:"700",fontWeightHeavy:"700",letterSpacingBodyS:"0.005em",letterSpacingDisplayL:"-0.03em",letterSpacingHeadingXl:"-0.02em",letterSpacingHeadingL:"-0.015em",letterSpacingHeadingM:"-0.010em",letterSpacingHeadingS:"-0.005em",lineHeightBodyM:"20px",lineHeightBodyS:"16px",lineHeightDisplayL:"48px",lineHeightHeadingXl:"30px",lineHeightHeadingL:"24px",lineHeightHeadingM:"22px",lineHeightHeadingS:"20px",lineHeightHeadingXs:"18px",borderActiveWidth:"4px",borderCodeEditorStatusDividerWidth:"{borderDividerSectionWidth}",borderContainerStickyWidth:"0px",borderContainerTopWidth:"0px",borderControlFocusRingShadowSpread:"1px",borderControlInvalidFocusRingShadowSpread:"2px",borderDividerListWidth:"1px",borderDividerSectionWidth:"1px",borderDropdownVirtualOffsetWidth:"2px",borderInvalidWidth:"8px",borderItemWidth:"2px",borderLineChartDashArray:"3 5",borderLineChartLineJoin:"round",borderLineChartWidth:"2px",borderPanelHeaderWidth:"1px",borderPanelTopWidth:"1px",borderRadiusAlert:"{borderRadiusFlashbar}",borderRadiusBadge:"4px",borderRadiusButton:"20px",borderRadiusCalendarDayFocusRing:"3px",borderRadiusCodeEditor:"{borderRadiusInput}",borderRadiusContainer:"16px",borderRadiusControlCircularFocusRing:"4px",borderRadiusControlDefaultFocusRing:"4px",borderRadiusDropdown:"{borderRadiusItem}",borderRadiusDropzone:"12px",borderRadiusFlashbar:"12px",borderRadiusItem:"8px",borderRadiusInput:"8px",borderRadiusPopover:"{borderRadiusInput}",borderRadiusTabsFocusRing:"20px",borderRadiusTiles:"{borderRadiusInput}",borderRadiusToken:"{borderRadiusInput}",borderRadiusChatBubble:"8px",borderRadiusTutorialPanelItem:"{borderRadiusInput}",borderTableStickyWidth:"1px",borderLinkFocusRingOutline:"0",borderLinkFocusRingShadowSpread:"2px",borderWidthAlert:"2px",borderWidthButton:"2px",borderWidthDropdown:"2px",borderWidthField:"1px",borderWidthPopover:"2px",borderWidthToken:"2px",motionDurationExtraFast:{default:"45ms",disabled:"0ms"},motionDurationExtraSlow:{default:"270ms",disabled:"0ms"},motionDurationFast:{default:"90ms",disabled:"0ms"},motionDurationModerate:{default:"135ms",disabled:"0ms"},motionDurationRefreshOnlyAmbient:{default:"2000ms",disabled:"0ms"},motionDurationRefreshOnlyFast:{default:"115ms",disabled:"0ms"},motionDurationRefreshOnlyMedium:{default:"165ms",disabled:"0ms"},motionDurationRefreshOnlySlow:{default:"250ms",disabled:"0ms"},motionDurationAvatarGenAiGradient:{default:"3600ms",disabled:"0ms"},motionDurationAvatarLoadingDots:{default:"1200ms",disabled:"0ms"},motionDurationRotate180:{default:"{motionDurationModerate}",disabled:"{motionDurationModerate}"},motionDurationRotate90:{default:"{motionDurationModerate}",disabled:"{motionDurationModerate}"},motionDurationShowPaced:{default:"{motionDurationSlow}",disabled:"{motionDurationSlow}"},motionDurationShowQuick:{default:"{motionDurationModerate}",disabled:"{motionDurationModerate}"},motionDurationSlow:{default:"180ms",disabled:"0ms"},motionDurationTransitionQuick:{default:"{motionDurationFast}",disabled:"{motionDurationFast}"},motionDurationTransitionShowPaced:{default:"{motionDurationSlow}",disabled:"{motionDurationSlow}"},motionDurationTransitionShowQuick:{default:"{motionDurationFast}",disabled:"{motionDurationFast}"},motionEasingEaseOutQuart:{default:"cubic-bezier(0.165, 0.84, 0.44, 1)",disabled:"cubic-bezier(0.165, 0.84, 0.44, 1)"},motionEasingRefreshOnlyA:{default:"cubic-bezier(0, 0, 0, 1)",disabled:"cubic-bezier(0, 0, 0, 1)"},motionEasingRefreshOnlyB:{default:"cubic-bezier(1, 0, 0.83, 1)",disabled:"cubic-bezier(1, 0, 0.83, 1)"},motionEasingRefreshOnlyC:{default:"cubic-bezier(0.84, 0, 0.16, 1)",disabled:"cubic-bezier(0.84, 0, 0.16, 1)"},motionEasingRefreshOnlyD:{default:"cubic-bezier(0.33, 0, 0.67, 1)",disabled:"cubic-bezier(0.33, 0, 0.67, 1)"},motionEasingAvatarGenAiGradient:{default:"cubic-bezier(0.7, 0, 0.3, 1)",disabled:"cubic-bezier(0.7, 0, 0.3, 1)"},motionEasingRotate180:{default:"{motionEasingEaseOutQuart}",disabled:"{motionEasingEaseOutQuart}"},motionEasingRotate90:{default:"{motionEasingEaseOutQuart}",disabled:"{motionEasingEaseOutQuart}"},motionEasingShowPaced:{default:"ease-out",disabled:"ease-out"},motionEasingShowQuick:{default:"ease-out",disabled:"ease-out"},motionEasingTransitionQuick:{default:"linear",disabled:"linear"},motionEasingTransitionShowPaced:{default:"ease-out",disabled:"ease-out"},motionEasingTransitionShowQuick:{default:"linear",disabled:"linear"},motionEasingResponsive:{default:"{motionEasingRefreshOnlyA}",disabled:"{motionEasingRefreshOnlyA}"},motionEasingSticky:{default:"{motionEasingRefreshOnlyB}",disabled:"{motionEasingRefreshOnlyB}"},motionEasingExpressive:{default:"{motionEasingRefreshOnlyC}",disabled:"{motionEasingRefreshOnlyC}"},motionDurationResponsive:{default:"{motionDurationRefreshOnlyFast}",disabled:"{motionDurationRefreshOnlyFast}"},motionDurationExpressive:{default:"{motionDurationRefreshOnlyMedium}",disabled:"{motionDurationRefreshOnlyMedium}"},motionDurationComplex:{default:"{motionDurationRefreshOnlySlow}",disabled:"{motionDurationRefreshOnlySlow}"},motionKeyframesFadeIn:{default:"awsui-fade-in-35003c",disabled:"awsui-fade-in-35003c"},motionKeyframesFadeOut:{default:"awsui-fade-out-35003c",disabled:"awsui-fade-out-35003c"},motionKeyframesStatusIconError:{default:"awsui-status-icon-error-35003c",disabled:"awsui-status-icon-error-35003c"},motionKeyframesScalePopup:{default:"awsui-scale-popup-35003c",disabled:"awsui-scale-popup-35003c"},sizeCalendarGridWidth:{comfortable:"238px",compact:"238px"},sizeControl:{comfortable:"16px",compact:"16px"},sizeIconBig:{comfortable:"32px",compact:"32px"},sizeIconLarge:{comfortable:"48px",compact:"48px"},sizeIconMedium:{comfortable:"20px",compact:"20px"},sizeIconNormal:{comfortable:"16px",compact:"16px"},sizeTableSelectionHorizontal:{comfortable:"40px",compact:"40px"},sizeVerticalInput:{comfortable:"32px",compact:"28px"},sizeVerticalPanelIconOffset:{comfortable:"15px",compact:"13px"},spaceAlertActionLeft:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceAlertHorizontal:{comfortable:"{spaceFlashbarHorizontal}",compact:"{spaceFlashbarHorizontal}"},spaceAlertMessageRight:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceAlertVertical:{comfortable:"{spaceFlashbarVertical}",compact:"{spaceFlashbarVertical}"},spaceButtonFocusOutlineGutter:{comfortable:"4px",compact:"4px"},spaceButtonHorizontal:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spaceButtonIconFocusOutlineGutterVertical:{comfortable:"0px",compact:"0px"},spaceButtonIconOnlyHorizontal:{comfortable:"6px",compact:"{spaceXxs}"},spaceButtonInlineIconFocusOutlineGutter:{comfortable:"0px",compact:"0px"},spaceButtonModalDismissVertical:{comfortable:"{spaceScaledXxxs}",compact:"{spaceScaledXxxs}"},spaceCalendarGridFocusOutlineGutter:{comfortable:"-5px",compact:"-5px"},spaceCalendarGridSelectedFocusOutlineGutter:{comfortable:"{spaceCalendarGridFocusOutlineGutter}",compact:"{spaceCalendarGridFocusOutlineGutter}"},spaceCalendarGridGutter:{comfortable:"6px",compact:"6px"},spaceCardHorizontal:{comfortable:"{spaceContainerHorizontal}",compact:"{spaceContainerHorizontal}"},spaceCardVertical:{comfortable:"{spaceScaledM}",compact:"{spaceScaledM}"},spaceCodeEditorStatusFocusOutlineGutter:{comfortable:"-7px",compact:"-7px"},spaceContainerContentTop:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceContainerHeaderTop:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceContainerHeaderBottom:{comfortable:"{spaceScaledXs}",compact:"{spaceScaledXs}"},spaceContainerHorizontal:{comfortable:"{spaceL}",compact:"{spaceL}"},spaceContentHeaderPaddingBottom:{comfortable:"{spaceScaledM}",compact:"{spaceScaledM}"},spaceDarkHeaderOverlapDistance:{comfortable:"36px",compact:"32px"},spaceExpandableSectionIconOffsetTop:{comfortable:"{spaceScaled2xXxs}",compact:"{spaceScaled2xXxs}"},spaceFieldHorizontal:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceFieldIconOffset:{comfortable:"36px",compact:"36px"},spaceFilteringTokenDismissButtonFocusOutlineGutter:{comfortable:"-5px",compact:"-5px"},spaceFilteringTokenOperationSelectFocusOutlineGutter:{comfortable:"-5px",compact:"-5px"},spaceFlashbarActionLeft:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceFlashbarDismissRight:{comfortable:"0px",compact:"0px"},spaceFlashbarHorizontal:{comfortable:"{spaceM}",compact:"{spaceM}"},spaceFlashbarVertical:{comfortable:"{spaceScaledXs}",compact:"{spaceScaledXs}"},spaceGridGutter:{comfortable:"{spaceL}",compact:"{spaceM}"},spaceKeyValueGap:{comfortable:"0px",compact:"0px"},spaceLayoutContentBottom:{comfortable:"{spaceScaled2xXxxl}",compact:"{spaceScaled2xXxxl}"},spaceLayoutContentHorizontal:{comfortable:"{spaceScaled2xXl}",compact:"{spaceScaled2xXl}"},spaceLayoutToggleDiameter:{comfortable:"36px",compact:"36px"},spaceLayoutTogglePadding:{comfortable:"{spaceStaticS}",compact:"{spaceStaticS}"},spaceModalContentBottom:{comfortable:"{spaceScaled2xM}",compact:"{spaceScaled2xM}"},spaceModalHorizontal:{comfortable:"{spaceContainerHorizontal}",compact:"{spaceContainerHorizontal}"},spaceOptionIconBigTop:{comfortable:"0px",compact:"0px"},spacePanelContentBottom:{comfortable:"{spaceScaledXxxl}",compact:"{spaceScaledXxxl}"},spacePanelContentTop:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spacePanelDividerMarginHorizontal:{comfortable:"{spaceXs}",compact:"{spaceXs}"},spacePanelHeaderVertical:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spacePanelNavLeft:{comfortable:"28px",compact:"28px"},spacePanelSideLeft:{comfortable:"28px",compact:"28px"},spacePanelSideRight:{comfortable:"{spaceScaledXl}",compact:"{spaceScaledXl}"},spacePanelSplitTop:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spacePanelSplitBottom:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spaceSegmentedControlFocusOutlineGutter:{comfortable:"6px",compact:"6px"},spaceTabsContentTop:{comfortable:"{spaceScaledS}",compact:"{spaceScaledS}"},spaceTabsFocusOutlineGutter:{comfortable:"-8px",compact:"-8px"},spaceTableContentBottom:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceTableEmbeddedHeaderTop:{comfortable:"0px",compact:"0px"},spaceTableFooterHorizontal:{comfortable:"{spaceTableHeaderHorizontal}",compact:"{spaceTableHeaderHorizontal}"},spaceTableHeaderFocusOutlineGutter:{comfortable:"0px",compact:"-1px"},spaceTableHeaderHorizontal:{comfortable:"0px",compact:"0px"},spaceTableHeaderToolsBottom:{comfortable:"0px",compact:"0px"},spaceTableHeaderToolsFullPageBottom:{comfortable:"4px",compact:"4px"},spaceTableHorizontal:{comfortable:"{spaceContainerHorizontal}",compact:"{spaceContainerHorizontal}"},spaceTileGutter:{comfortable:"{spaceXl}",compact:"{spaceM}"},spaceScaled2xNone:{comfortable:"{spaceNone}",compact:"{spaceNone}"},spaceScaled2xXxxs:{comfortable:"{spaceXxxs}",compact:"{spaceNone}"},spaceScaled2xXxs:{comfortable:"{spaceXxs}",compact:"{spaceNone}"},spaceScaled2xXs:{comfortable:"{spaceXs}",compact:"{spaceNone}"},spaceScaled2xS:{comfortable:"{spaceS}",compact:"{spaceXxs}"},spaceScaled2xM:{comfortable:"{spaceM}",compact:"{spaceXs}"},spaceScaled2xL:{comfortable:"{spaceL}",compact:"{spaceS}"},spaceScaled2xXl:{comfortable:"{spaceXl}",compact:"{spaceM}"},spaceScaled2xXxl:{comfortable:"{spaceXxl}",compact:"{spaceL}"},spaceScaled2xXxxl:{comfortable:"{spaceXxxl}",compact:"{spaceXl}"},spaceScaledNone:{comfortable:"{spaceNone}",compact:"{spaceNone}"},spaceScaledXxxs:{comfortable:"{spaceXxxs}",compact:"{spaceNone}"},spaceScaledXxs:{comfortable:"{spaceXxs}",compact:"{spaceXxxs}"},spaceScaledXs:{comfortable:"{spaceXs}",compact:"{spaceXxs}"},spaceScaledS:{comfortable:"{spaceS}",compact:"{spaceXs}"},spaceScaledM:{comfortable:"{spaceM}",compact:"{spaceS}"},spaceScaledL:{comfortable:"{spaceL}",compact:"{spaceM}"},spaceScaledXl:{comfortable:"{spaceXl}",compact:"{spaceL}"},spaceScaledXxl:{comfortable:"{spaceXxl}",compact:"{spaceXl}"},spaceScaledXxxl:{comfortable:"{spaceXxxl}",compact:"{spaceXxl}"},spaceStaticXxxs:{comfortable:"{spaceXxxs}",compact:"{spaceXxxs}"},spaceStaticXxs:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceStaticXs:{comfortable:"{spaceXs}",compact:"{spaceXs}"},spaceStaticS:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceStaticM:{comfortable:"{spaceM}",compact:"{spaceM}"},spaceStaticL:{comfortable:"{spaceL}",compact:"{spaceL}"},spaceStaticXl:{comfortable:"{spaceXl}",compact:"{spaceXl}"},spaceStaticXxl:{comfortable:"{spaceXxl}",compact:"{spaceXxl}"},spaceStaticXxxl:{comfortable:"{spaceXxxl}",compact:"{spaceXxxl}"},spaceNone:{comfortable:"0px",compact:"0px"},spaceXxxs:{comfortable:"2px",compact:"2px"},spaceXxs:{comfortable:"4px",compact:"4px"},spaceXs:{comfortable:"8px",compact:"8px"},spaceS:{comfortable:"12px",compact:"12px"},spaceM:{comfortable:"16px",compact:"16px"},spaceL:{comfortable:"20px",compact:"20px"},spaceXl:{comfortable:"24px",compact:"24px"},spaceXxl:{comfortable:"32px",compact:"32px"},spaceXxxl:{comfortable:"40px",compact:"40px"},shadowContainer:{light:"0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12)",dark:"0px 1px 8px 2px rgba(0, 7, 22, 0.6)"},shadowContainerStacked:{light:"-1px 1px 1px 0px #e9ebed, 1px 1px 1px 0px #e9ebed, 0px 9px 8px -7px rgb(0 7 22 / 12%), 8px 0px 8px -7px rgb(0 7 22 / 12%), -8px 0px 8px -7px rgb(0 7 22 / 12%)",dark:"0px 9px 8px -7px rgb(0 7 22 / 60%), 8px 0px 8px -7px rgb(0 7 22 / 60%), -8px 0px 8px -7px rgb(0 7 22 / 60%)"},shadowContainerActive:{light:"0px 1px 1px 1px #e9ebed, 0px 6px 36px #0007161a",dark:"0px 1px 1px 1px #192534, 0px 6px 36px #00040c"},shadowDropdown:{light:"0px 4px 20px 1px rgba(0, 7, 22, 0.10)",dark:"0px 4px 20px 1px rgba(0, 4, 12, 1)"},shadowDropup:{light:"{shadowDropdown}",dark:"{shadowDropdown}"},shadowFlashCollapsed:{light:"0px 4px 4px rgba(0, 0, 0, 0.25)",dark:"0px 4px 4px rgba(0, 0, 0, 0.25)"},shadowFlashSticky:{light:"0px 4px 8px rgba(0, 7, 22, 0.10)",dark:"0px 4px 8px rgba(0, 7, 22, 0.5)"},shadowModal:{light:"{shadowDropdown}",dark:"{shadowDropdown}"},shadowPanel:{light:"0px 0px 0px 1px #b6bec9",dark:"0px 0px 0px 1px #414d5c"},shadowPanelToggle:{light:"0px 6px 12px 1px rgba(0, 7, 22, 0.12)",dark:"0px 6px 12px 1px rgba(0, 7, 22, 1)"},shadowPopover:{light:"{shadowDropdown}",dark:"{shadowDropdown}"},shadowSplitBottom:{light:"0px -36px 36px -36px rgba(0, 7, 22, 0.10)",dark:"0px -36px 36px -36px rgba(0, 7, 22, 1)"},shadowSplitSide:{light:"-1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.10)",dark:"-1px 0px 1px 0px #192534, -36px 6px 36px -36px rgba(0, 7, 22, 1)"},shadowSticky:{light:"0px 4px 8px 1px rgba(0, 7, 22, 0.10)",dark:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)"},shadowStickyEmbedded:{light:"0px 2px 0px 0px #e9ebed, 0px 16px 16px -12px rgba(0, 7, 22, 0.10)",dark:"0px 2px 0px 0px #414d5c, 0px 16px 16px -12px rgba(0, 7, 22, 1)"},shadowStickyColumnFirst:{light:"4px 0px 8px 1px rgba(0, 7, 22, 0.1)",dark:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)"},shadowStickyColumnLast:{light:"-4px 0 8px 1px rgba(0, 28, 36, 0.1)",dark:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)"}},contexts:{"compact-table":{id:"compact-table",selector:".awsui-context-compact-table",tokens:{spaceAlertActionLeft:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceAlertHorizontal:{comfortable:"{spaceFlashbarHorizontal}",compact:"{spaceFlashbarHorizontal}"},spaceAlertMessageRight:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceAlertVertical:{comfortable:"{spaceFlashbarVertical}",compact:"{spaceFlashbarVertical}"},spaceButtonFocusOutlineGutter:{comfortable:"4px",compact:"4px"},spaceButtonHorizontal:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spaceButtonIconFocusOutlineGutterVertical:{comfortable:"0px",compact:"0px"},spaceButtonIconOnlyHorizontal:{comfortable:"6px",compact:"{spaceXxs}"},spaceButtonInlineIconFocusOutlineGutter:{comfortable:"0px",compact:"0px"},spaceButtonModalDismissVertical:{comfortable:"{spaceScaledXxxs}",compact:"{spaceScaledXxxs}"},spaceCalendarGridFocusOutlineGutter:{comfortable:"-5px",compact:"-5px"},spaceCalendarGridSelectedFocusOutlineGutter:{comfortable:"{spaceCalendarGridFocusOutlineGutter}",compact:"{spaceCalendarGridFocusOutlineGutter}"},spaceCalendarGridGutter:{comfortable:"6px",compact:"6px"},spaceCardHorizontal:{comfortable:"{spaceContainerHorizontal}",compact:"{spaceContainerHorizontal}"},spaceCardVertical:{comfortable:"{spaceScaledM}",compact:"{spaceScaledM}"},spaceCodeEditorStatusFocusOutlineGutter:{comfortable:"-7px",compact:"-7px"},spaceContainerContentTop:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceContainerHeaderTop:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceContainerHeaderBottom:{comfortable:"{spaceScaledXs}",compact:"{spaceScaledXs}"},spaceContainerHorizontal:{comfortable:"{spaceL}",compact:"{spaceL}"},spaceContentHeaderPaddingBottom:{comfortable:"{spaceScaledM}",compact:"{spaceScaledM}"},spaceDarkHeaderOverlapDistance:{comfortable:"36px",compact:"32px"},spaceExpandableSectionIconOffsetTop:{comfortable:"{spaceScaled2xXxs}",compact:"{spaceScaled2xXxs}"},spaceFieldHorizontal:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceFieldIconOffset:{comfortable:"36px",compact:"36px"},spaceFilteringTokenDismissButtonFocusOutlineGutter:{comfortable:"-5px",compact:"-5px"},spaceFilteringTokenOperationSelectFocusOutlineGutter:{comfortable:"-5px",compact:"-5px"},spaceFlashbarActionLeft:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceFlashbarDismissRight:{comfortable:"0px",compact:"0px"},spaceFlashbarHorizontal:{comfortable:"{spaceM}",compact:"{spaceM}"},spaceFlashbarVertical:{comfortable:"{spaceScaledXs}",compact:"{spaceScaledXs}"},spaceGridGutter:{comfortable:"{spaceL}",compact:"{spaceM}"},spaceKeyValueGap:{comfortable:"0px",compact:"0px"},spaceLayoutContentBottom:{comfortable:"{spaceScaled2xXxxl}",compact:"{spaceScaled2xXxxl}"},spaceLayoutContentHorizontal:{comfortable:"{spaceScaled2xXl}",compact:"{spaceScaled2xXl}"},spaceLayoutToggleDiameter:{comfortable:"36px",compact:"36px"},spaceLayoutTogglePadding:{comfortable:"{spaceStaticS}",compact:"{spaceStaticS}"},spaceModalContentBottom:{comfortable:"{spaceScaled2xM}",compact:"{spaceScaled2xM}"},spaceModalHorizontal:{comfortable:"{spaceContainerHorizontal}",compact:"{spaceContainerHorizontal}"},spaceOptionIconBigTop:{comfortable:"0px",compact:"0px"},spacePanelContentBottom:{comfortable:"{spaceScaledXxxl}",compact:"{spaceScaledXxxl}"},spacePanelContentTop:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spacePanelDividerMarginHorizontal:{comfortable:"{spaceXs}",compact:"{spaceXs}"},spacePanelHeaderVertical:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spacePanelNavLeft:{comfortable:"28px",compact:"28px"},spacePanelSideLeft:{comfortable:"28px",compact:"28px"},spacePanelSideRight:{comfortable:"{spaceScaledXl}",compact:"{spaceScaledXl}"},spacePanelSplitTop:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spacePanelSplitBottom:{comfortable:"{spaceScaledL}",compact:"{spaceScaledL}"},spaceSegmentedControlFocusOutlineGutter:{comfortable:"6px",compact:"6px"},spaceTabsContentTop:{comfortable:"{spaceScaledS}",compact:"{spaceScaledS}"},spaceTabsFocusOutlineGutter:{comfortable:"-8px",compact:"-8px"},spaceTableContentBottom:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceTableEmbeddedHeaderTop:{comfortable:"0px",compact:"0px"},spaceTableFooterHorizontal:{comfortable:"{spaceTableHeaderHorizontal}",compact:"{spaceTableHeaderHorizontal}"},spaceTableHeaderFocusOutlineGutter:{comfortable:"0px",compact:"-1px"},spaceTableHeaderHorizontal:{comfortable:"0px",compact:"0px"},spaceTableHeaderToolsBottom:{comfortable:"0px",compact:"0px"},spaceTableHeaderToolsFullPageBottom:{comfortable:"4px",compact:"4px"},spaceTableHorizontal:{comfortable:"{spaceContainerHorizontal}",compact:"{spaceContainerHorizontal}"},spaceTileGutter:{comfortable:"{spaceXl}",compact:"{spaceM}"},spaceScaled2xNone:{comfortable:"{spaceNone}",compact:"{spaceNone}"},spaceScaled2xXxxs:{comfortable:"{spaceXxxs}",compact:"{spaceNone}"},spaceScaled2xXxs:{comfortable:"{spaceXxs}",compact:"{spaceNone}"},spaceScaled2xXs:{comfortable:"{spaceXs}",compact:"{spaceNone}"},spaceScaled2xS:{comfortable:"{spaceS}",compact:"{spaceXxs}"},spaceScaled2xM:{comfortable:"{spaceM}",compact:"{spaceXs}"},spaceScaled2xL:{comfortable:"{spaceL}",compact:"{spaceS}"},spaceScaled2xXl:{comfortable:"{spaceXl}",compact:"{spaceM}"},spaceScaled2xXxl:{comfortable:"{spaceXxl}",compact:"{spaceL}"},spaceScaled2xXxxl:{comfortable:"{spaceXxxl}",compact:"{spaceXl}"},spaceScaledNone:{comfortable:"{spaceNone}",compact:"{spaceNone}"},spaceScaledXxxs:{comfortable:"{spaceNone}",compact:"{spaceNone}"},spaceScaledXxs:{comfortable:"{spaceXxxs}",compact:"{spaceXxxs}"},spaceScaledXs:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceScaledS:{comfortable:"{spaceXs}",compact:"{spaceXs}"},spaceScaledM:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceScaledL:{comfortable:"{spaceM}",compact:"{spaceM}"},spaceScaledXl:{comfortable:"{spaceL}",compact:"{spaceL}"},spaceScaledXxl:{comfortable:"{spaceXl}",compact:"{spaceXl}"},spaceScaledXxxl:{comfortable:"{spaceXxl}",compact:"{spaceXxl}"},spaceStaticXxxs:{comfortable:"{spaceXxxs}",compact:"{spaceXxxs}"},spaceStaticXxs:{comfortable:"{spaceXxs}",compact:"{spaceXxs}"},spaceStaticXs:{comfortable:"{spaceXs}",compact:"{spaceXs}"},spaceStaticS:{comfortable:"{spaceS}",compact:"{spaceS}"},spaceStaticM:{comfortable:"{spaceM}",compact:"{spaceM}"},spaceStaticL:{comfortable:"{spaceL}",compact:"{spaceL}"},spaceStaticXl:{comfortable:"{spaceXl}",compact:"{spaceXl}"},spaceStaticXxl:{comfortable:"{spaceXxl}",compact:"{spaceXxl}"},spaceStaticXxxl:{comfortable:"{spaceXxxl}",compact:"{spaceXxxl}"},spaceNone:{comfortable:"0px",compact:"0px"},spaceXxxs:{comfortable:"2px",compact:"2px"},spaceXxs:{comfortable:"4px",compact:"4px"},spaceXs:{comfortable:"8px",compact:"8px"},spaceS:{comfortable:"12px",compact:"12px"},spaceM:{comfortable:"16px",compact:"16px"},spaceL:{comfortable:"20px",compact:"20px"},spaceXl:{comfortable:"24px",compact:"24px"},spaceXxl:{comfortable:"32px",compact:"32px"},spaceXxxl:{comfortable:"40px",compact:"40px"},sizeVerticalInput:{comfortable:"28px",compact:"28px"}}},"top-navigation":{id:"top-navigation",selector:".awsui-context-top-navigation",tokens:{colorGreyOpaque10:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorGreyOpaque25:{light:"rgba(255, 255, 255, 0.25)",dark:"rgba(255, 255, 255, 0.25)"},colorGreyOpaque40:{light:"rgba(0, 0, 0, 0.4)",dark:"rgba(0, 0, 0, 0.4)"},colorGreyOpaque50:{light:"rgba(0, 0, 0, 0.5)",dark:"rgba(0, 0, 0, 0.5)"},colorGreyOpaque70:{light:"rgba(15, 20, 26, 0.7)",dark:"rgba(15, 20, 26, 0.7)"},colorGreyOpaque80:{light:"rgba(22, 25, 31, 0.8)",dark:"rgba(22, 25, 31, 0.8)"},colorGreyOpaque90:{light:"rgba(242, 243, 243, 0.9)",dark:"rgba(242, 243, 243, 0.9)"},colorGreyTransparent:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentHeavy:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentLight:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorBackgroundBadgeIcon:{light:"{colorRed500}",dark:"{colorRed500}"},colorBackgroundButtonLinkActive:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonLinkHover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundButtonNormalActive:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonNormalDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundButtonNormalDisabled:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundButtonNormalHover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundToggleButtonNormalPressed:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonPrimaryActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundDirectionButtonDisabled:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundCellShaded:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorLoading:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundCodeEditorStatusBar:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundContainerContent:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundContainerHeader:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundControlChecked:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundControlDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundControlDisabled:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundDropdownItemDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundDropdownItemHover:{light:"{colorGrey850}",dark:"{colorGrey850}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundInputDisabled:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundItemSelected:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorBackgroundLayoutMain:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundLayoutMobilePanel:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundLayoutToggleActive:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorBackgroundNotificationGreen:{light:"{colorGreen600}",dark:"{colorGreen600}"},colorBackgroundNotificationGrey:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundNotificationRed:{light:"{colorRed600}",dark:"{colorRed600}"},colorBackgroundNotificationYellow:{light:"{colorYellow600}",dark:"{colorYellow600}"},colorBackgroundNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarHover:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundPopover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundProgressBarContentDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundSliderHandleActive:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBackgroundSliderTrack:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundSliderHandleRing:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundSliderErrorPressed:{light:"{colorRed500}",dark:"{colorRed500}"},colorBackgroundSliderWarningPressed:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorBackgroundStatusError:{light:"{colorRed900}",dark:"{colorRed900}"},colorBackgroundStatusInfo:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorGreen900}",dark:"{colorGreen900}"},colorBackgroundStatusWarning:{light:"{colorYellow900}",dark:"{colorYellow900}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundToggleCheckedDisabled:{light:"{colorBlue800}",dark:"{colorBlue800}"},colorBackgroundToggleDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBackgroundAvatarGenAi:{light:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",dark:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)"},colorBackgroundAvatarDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextAvatar:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundLoadingBarGenAi:{light:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",dark:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"},colorBackgroundChatBubbleOutgoing:{light:"transparent",dark:"transparent"},colorBackgroundChatBubbleIncoming:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBorderButtonNormalDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderToggleButtonNormalPressed:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderButtonNormalDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextButtonNormalDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonNormalHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextButtonIconDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBorderCellShaded:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBorderDividerDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderDropdownContainer:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderDropdownItemDimmedHover:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderItemFocused:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderDropdownItemFocused:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderLayout:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorRed500}",dark:"{colorRed500}"},colorBorderStatusInfo:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderStatusSuccess:{light:"{colorGreen500}",dark:"{colorGreen500}"},colorBorderStatusWarning:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderTabsDivider:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorForegroundControlDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorForegroundControlDisabled:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorForegroundControlReadOnly:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorStrokeCodeEditorResizeHandler:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextAccent:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextBodyDefault:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextBodySecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextBreadcrumbCurrent:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorTextBreadcrumbIcon:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextToggleButtonNormalPressed:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextButtonNormalDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextButtonNormalHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextButtonPrimaryDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextButtonPrimaryHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarDateSelected:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextCalendarMonth:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextCodeEditorGutterDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextCodeEditorTabButtonError:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextColumnHeader:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextDisabledInlineEdit:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextDropdownItemHighlighted:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextEmpty:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextExpandableSectionDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextExpandableSectionHover:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextGroupLabel:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextLabelGenAi:{light:"{colorPurple400}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHeadingSecondary:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextHomeHeaderDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHomeHeaderSecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextIconCaret:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextIconSubtle:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextInputDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextInputPlaceholder:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInteractiveDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextInteractiveHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextToggleButtonIconPressed:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInteractiveInvertedDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveInvertedHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInverted:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorTextLayoutToggleHover:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextLayoutToggleSelected:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextLinkDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextLinkHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextSegmentActive:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextSegmentDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextStatusError:{light:"{colorRed500}",dark:"{colorRed500}"},colorTextStatusInactive:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextStatusInfo:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextStatusSuccess:{light:"{colorGreen500}",dark:"{colorGreen500}"},colorTextStatusWarning:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorTextTopNavigationTitle:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBoardPlaceholderActive:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBoardPlaceholderHover:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorDragPlaceholderActive:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorDragPlaceholderHover:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorDropzoneBackgroundDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorDropzoneBackgroundHover:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorDropzoneTextDefault:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorDropzoneTextHover:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorDropzoneBorderDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorDropzoneBorderHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorGapGlobalDrawer:{light:"{colorGrey900}",dark:"{colorGrey900}"}}},header:{id:"header",selector:".awsui-context-content-header",tokens:{shadowContainer:{light:"0px 1px 8px 2px rgba(0, 7, 22, 0.6)",dark:"0px 1px 8px 2px rgba(0, 7, 22, 0.6)"},shadowContainerStacked:{light:"0px 9px 8px -7px rgb(0 7 22 / 60%), 8px 0px 8px -7px rgb(0 7 22 / 60%), -8px 0px 8px -7px rgb(0 7 22 / 60%)",dark:"0px 9px 8px -7px rgb(0 7 22 / 60%), 8px 0px 8px -7px rgb(0 7 22 / 60%), -8px 0px 8px -7px rgb(0 7 22 / 60%)"},shadowContainerActive:{light:"0px 1px 1px 1px #192534, 0px 6px 36px #00040c",dark:"0px 1px 1px 1px #192534, 0px 6px 36px #00040c"},shadowDropdown:{light:"0px 4px 20px 1px rgba(0, 4, 12, 1)",dark:"0px 4px 20px 1px rgba(0, 4, 12, 1)"},shadowDropup:{light:"{shadowDropdown}",dark:"{shadowDropdown}"},shadowFlashCollapsed:{light:"0px 4px 4px rgba(0, 0, 0, 0.25)",dark:"0px 4px 4px rgba(0, 0, 0, 0.25)"},shadowFlashSticky:{light:"0px 4px 8px rgba(0, 7, 22, 0.10)",dark:"0px 4px 8px rgba(0, 7, 22, 0.5)"},shadowModal:{light:"{shadowDropdown}",dark:"{shadowDropdown}"},shadowPanel:{light:"0px 0px 0px 1px #b6bec9",dark:"0px 0px 0px 1px #414d5c"},shadowPanelToggle:{light:"0px 6px 12px 1px rgba(0, 7, 22, 0.12)",dark:"0px 6px 12px 1px rgba(0, 7, 22, 1)"},shadowPopover:{light:"{shadowDropdown}",dark:"{shadowDropdown}"},shadowSplitBottom:{light:"0px -36px 36px -36px rgba(0, 7, 22, 1)",dark:"0px -36px 36px -36px rgba(0, 7, 22, 1)"},shadowSplitSide:{light:"-1px 0px 1px 0px #192534, -36px 6px 36px -36px rgba(0, 7, 22, 1)",dark:"-1px 0px 1px 0px #192534, -36px 6px 36px -36px rgba(0, 7, 22, 1)"},shadowSticky:{light:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)",dark:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)"},shadowStickyEmbedded:{light:"0px 2px 0px 0px #414d5c, 0px 16px 16px -12px rgba(0, 7, 22, 1)",dark:"0px 2px 0px 0px #414d5c, 0px 16px 16px -12px rgba(0, 7, 22, 1)"},shadowStickyColumnFirst:{light:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)",dark:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)"},shadowStickyColumnLast:{light:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)",dark:"0px 4px 8px 1px rgba(0, 7, 22, 0.5)"},colorGreyOpaque10:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorGreyOpaque25:{light:"rgba(255, 255, 255, 0.25)",dark:"rgba(255, 255, 255, 0.25)"},colorGreyOpaque40:{light:"rgba(0, 0, 0, 0.4)",dark:"rgba(0, 0, 0, 0.4)"},colorGreyOpaque50:{light:"rgba(0, 0, 0, 0.5)",dark:"rgba(0, 0, 0, 0.5)"},colorGreyOpaque70:{light:"rgba(15, 20, 26, 0.7)",dark:"rgba(15, 20, 26, 0.7)"},colorGreyOpaque80:{light:"rgba(22, 25, 31, 0.8)",dark:"rgba(22, 25, 31, 0.8)"},colorGreyOpaque90:{light:"rgba(242, 243, 243, 0.9)",dark:"rgba(242, 243, 243, 0.9)"},colorGreyTransparent:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentHeavy:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentLight:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorBackgroundBadgeIcon:{light:"{colorRed500}",dark:"{colorRed500}"},colorBackgroundButtonLinkActive:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonLinkHover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundButtonNormalActive:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonNormalDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundButtonNormalDisabled:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundButtonNormalHover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundToggleButtonNormalPressed:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonPrimaryActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundDirectionButtonDisabled:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundCellShaded:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorLoading:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundCodeEditorStatusBar:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundContainerContent:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundContainerHeader:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundControlChecked:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundControlDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundControlDisabled:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundDropdownItemDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundDropdownItemHover:{light:"{colorGrey850}",dark:"{colorGrey850}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDisabled:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundItemSelected:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorBackgroundLayoutMain:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutMobilePanel:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundLayoutToggleActive:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorBackgroundNotificationGreen:{light:"{colorGreen600}",dark:"{colorGreen600}"},colorBackgroundNotificationGrey:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundNotificationRed:{light:"{colorRed600}",dark:"{colorRed600}"},colorBackgroundNotificationYellow:{light:"{colorYellow600}",dark:"{colorYellow600}"},colorBackgroundNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarHover:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundPopover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundProgressBarContentDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundSegmentDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundSegmentDisabled:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundSliderHandleDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundSliderHandleActive:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBackgroundSliderTrack:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundSliderHandleRing:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundSliderErrorPressed:{light:"{colorRed500}",dark:"{colorRed500}"},colorBackgroundSliderWarningPressed:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorBackgroundStatusError:{light:"{colorRed900}",dark:"{colorRed900}"},colorBackgroundStatusInfo:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorGreen900}",dark:"{colorGreen900}"},colorBackgroundStatusWarning:{light:"{colorYellow900}",dark:"{colorYellow900}"},colorBackgroundTableHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundTilesDisabled:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundToggleCheckedDisabled:{light:"{colorBlue800}",dark:"{colorBlue800}"},colorBackgroundToggleDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBackgroundAvatarGenAi:{light:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",dark:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)"},colorBackgroundAvatarDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextAvatar:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundLoadingBarGenAi:{light:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",dark:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"},colorBackgroundChatBubbleOutgoing:{light:"transparent",dark:"transparent"},colorBackgroundChatBubbleIncoming:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBorderButtonNormalDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderToggleButtonNormalPressed:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderButtonNormalDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextButtonNormalDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonNormalHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextButtonIconDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBorderCellShaded:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBorderDividerDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderDropdownContainer:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderDropdownItemDimmedHover:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderItemFocused:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderDropdownItemFocused:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderLayout:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorRed500}",dark:"{colorRed500}"},colorBorderStatusInfo:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderStatusSuccess:{light:"{colorGreen500}",dark:"{colorGreen500}"},colorBorderStatusWarning:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderTabsDivider:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorForegroundControlDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorForegroundControlDisabled:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorForegroundControlReadOnly:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorStrokeCodeEditorResizeHandler:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextAccent:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextBodyDefault:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextBodySecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextBreadcrumbCurrent:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorTextBreadcrumbIcon:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextToggleButtonNormalPressed:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextButtonNormalDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextButtonNormalHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextButtonPrimaryDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextButtonPrimaryHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarDateSelected:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextCalendarMonth:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextCodeEditorGutterDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextCodeEditorTabButtonError:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextColumnHeader:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextDisabledInlineEdit:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextDropdownItemHighlighted:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextEmpty:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextExpandableSectionDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextExpandableSectionHover:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextGroupLabel:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextLabelGenAi:{light:"{colorPurple400}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHeadingSecondary:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextHomeHeaderDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHomeHeaderSecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextIconCaret:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextIconSubtle:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextInputDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextInputPlaceholder:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInteractiveDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextInteractiveHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextToggleButtonIconPressed:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInteractiveInvertedDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveInvertedHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInverted:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorTextLayoutToggleHover:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextLayoutToggleSelected:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextLinkDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextLinkHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextSegmentActive:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextSegmentDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextStatusError:{light:"{colorRed500}",dark:"{colorRed500}"},colorTextStatusInactive:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextStatusInfo:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextStatusSuccess:{light:"{colorGreen500}",dark:"{colorGreen500}"},colorTextStatusWarning:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorTextTopNavigationTitle:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBoardPlaceholderActive:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBoardPlaceholderHover:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorDragPlaceholderActive:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorDragPlaceholderHover:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorDropzoneBackgroundDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorDropzoneBackgroundHover:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorDropzoneTextDefault:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorDropzoneTextHover:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorDropzoneBorderDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorDropzoneBorderHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorGapGlobalDrawer:{light:"{colorGrey900}",dark:"{colorGrey900}"}}},flashbar:{id:"flashbar",selector:".awsui-context-flashbar",tokens:{colorGreyOpaque10:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorGreyOpaque25:{light:"rgba(255, 255, 255, 0.25)",dark:"rgba(255, 255, 255, 0.25)"},colorGreyOpaque40:{light:"rgba(0, 0, 0, 0.4)",dark:"rgba(0, 0, 0, 0.4)"},colorGreyOpaque50:{light:"rgba(0, 0, 0, 0.5)",dark:"rgba(0, 0, 0, 0.5)"},colorGreyOpaque70:{light:"rgba(35, 43, 55, 0.7)",dark:"rgba(15, 20, 26, 0.7)"},colorGreyOpaque80:{light:"rgba(22, 25, 31, 0.8)",dark:"rgba(22, 25, 31, 0.8)"},colorGreyOpaque90:{light:"rgba(242, 243, 243, 0.9)",dark:"rgba(242, 243, 243, 0.9)"},colorGreyTransparent:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentHeavy:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentLight:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorBackgroundBadgeIcon:{light:"{colorRed600}",dark:"{colorRed500}"},colorBackgroundButtonLinkActive:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonLinkHover:{light:"{colorBlue100}",dark:"{colorGrey750}"},colorBackgroundButtonNormalActive:{light:"rgba(0, 7, 22, 0.2)",dark:"rgba(0, 7, 22, 0.2)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundButtonNormalHover:{light:"rgba(0, 7, 22, 0.15)",dark:"rgba(0, 7, 22, 0.15)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonPrimaryActive:{light:"{colorBlue800}",dark:"{colorBlue500}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundDirectionButtonDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorGrey150}",dark:"{colorGrey650}"},colorBackgroundCellShaded:{light:"{colorGrey125}",dark:"{colorGrey750}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundCodeEditorLoading:{light:"{colorGrey100}",dark:"{colorGrey750}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundCodeEditorStatusBar:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlChecked:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlDisabled:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorBlue100}",dark:"{colorGrey650}"},colorBackgroundDropdownItemHover:{light:"{colorGrey150}",dark:"{colorGrey850}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundInputDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundItemSelected:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundLayoutMobilePanel:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundLayoutToggleActive:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorBackgroundNotificationGreen:{light:"{colorGreen600}",dark:"{colorGreen600}"},colorBackgroundNotificationGrey:{light:"{colorGrey600}",dark:"{colorGrey550}"},colorBackgroundNotificationRed:{light:"{colorRed600}",dark:"{colorRed600}"},colorBackgroundNotificationYellow:{light:"{colorYellow600}",dark:"{colorYellow600}"},colorBackgroundNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarHover:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundProgressBarContentDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSliderHandleActive:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundSliderTrack:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundSliderErrorPressed:{light:"{colorRed700}",dark:"{colorRed500}"},colorBackgroundSliderWarningPressed:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBackgroundStatusError:{light:"{colorRed100}",dark:"{colorRed900}"},colorBackgroundStatusInfo:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorGreen100}",dark:"{colorGreen900}"},colorBackgroundStatusWarning:{light:"{colorYellow100}",dark:"{colorYellow900}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundToggleCheckedDisabled:{light:"{colorBlue300}",dark:"{colorBlue800}"},colorBackgroundToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey500}"},colorBackgroundAvatarGenAi:{light:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",dark:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)"},colorBackgroundAvatarDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextAvatar:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundLoadingBarGenAi:{light:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",dark:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"},colorBackgroundChatBubbleOutgoing:{light:"transparent",dark:"transparent"},colorBackgroundChatBubbleIncoming:{light:"{colorGrey125}",dark:"{colorGrey900}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorWhite}",dark:"{colorWhite}"},colorBorderButtonNormalDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBorderToggleButtonNormalPressed:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderButtonNormalDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextButtonNormalDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonNormalHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextButtonIconDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorGrey100}",dark:"{colorGrey800}"},colorBorderCellShaded:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorDefault:{light:"{colorGrey300}",dark:"{colorGrey550}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBorderDividerDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBorderDropdownContainer:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderDropdownItemDimmedHover:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderItemFocused:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBorderDropdownItemFocused:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderLayout:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorBorderStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorBorderStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorGrey500}",dark:"{colorGrey300}"},colorBorderTabsDivider:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorGrey300}",dark:"{colorGrey600}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorForegroundControlReadOnly:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorStrokeCodeEditorResizeHandler:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorGrey300}",dark:"{colorGrey750}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorGrey100}",dark:"{colorGrey900}"},colorTextAccent:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextBodyDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextBodySecondary:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextBreadcrumbCurrent:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorTextBreadcrumbIcon:{light:"{colorGrey500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextToggleButtonNormalPressed:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextButtonNormalDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextButtonNormalHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarDateSelected:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextCalendarMonth:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCodeEditorGutterDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextColumnHeader:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextDisabledInlineEdit:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorBlue600}",dark:"{colorBlue400}"},colorTextDropdownItemHighlighted:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextEmpty:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextExpandableSectionDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextExpandableSectionHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextGroupLabel:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextLabelGenAi:{light:"{colorPurple600}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextHeadingSecondary:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextHomeHeaderDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHomeHeaderSecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextIconCaret:{light:"{colorGrey500}",dark:"{colorGrey450}"},colorTextIconSubtle:{light:"{colorGrey550}",dark:"{colorGrey400}"},colorTextInputDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInputPlaceholder:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextInteractiveDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInteractiveHover:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextToggleButtonIconPressed:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveInvertedDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveInvertedHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorGrey800}"},colorTextLayoutToggleHover:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLinkDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLinkHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorGrey400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorTextStatusInactive:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorTextStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorTextTopNavigationTitle:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBoardPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorBoardPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDragPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorDragPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorDropzoneBackgroundHover:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorDropzoneTextDefault:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneTextHover:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneBorderDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorDropzoneBorderHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorGapGlobalDrawer:{light:"{colorGrey200}",dark:"{colorGrey900}"}}},"flashbar-warning":{id:"flashbar-warning",selector:".awsui-context-flashbar-warning",tokens:{colorGreyOpaque10:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorGreyOpaque25:{light:"rgba(255, 255, 255, 0.25)",dark:"rgba(255, 255, 255, 0.25)"},colorGreyOpaque40:{light:"rgba(0, 0, 0, 0.4)",dark:"rgba(0, 0, 0, 0.4)"},colorGreyOpaque50:{light:"rgba(0, 0, 0, 0.5)",dark:"rgba(0, 0, 0, 0.5)"},colorGreyOpaque70:{light:"rgba(35, 43, 55, 0.7)",dark:"rgba(15, 20, 26, 0.7)"},colorGreyOpaque80:{light:"rgba(22, 25, 31, 0.8)",dark:"rgba(22, 25, 31, 0.8)"},colorGreyOpaque90:{light:"rgba(242, 243, 243, 0.9)",dark:"rgba(242, 243, 243, 0.9)"},colorGreyTransparent:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentHeavy:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentLight:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorBackgroundBadgeIcon:{light:"{colorRed600}",dark:"{colorRed500}"},colorBackgroundButtonLinkActive:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonLinkHover:{light:"{colorBlue100}",dark:"{colorGrey750}"},colorBackgroundButtonNormalActive:{light:"rgba(0, 7, 22, 0.1)",dark:"rgba(0, 7, 22, 0.1)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundButtonNormalHover:{light:"rgba(0, 7, 22, 0.05)",dark:"rgba(0, 7, 22, 0.05)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonPrimaryActive:{light:"{colorBlue800}",dark:"{colorBlue500}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundDirectionButtonDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorGrey150}",dark:"{colorGrey650}"},colorBackgroundCellShaded:{light:"{colorGrey125}",dark:"{colorGrey750}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundCodeEditorLoading:{light:"{colorGrey100}",dark:"{colorGrey750}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundCodeEditorStatusBar:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlChecked:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlDisabled:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorBlue100}",dark:"{colorGrey650}"},colorBackgroundDropdownItemHover:{light:"{colorGrey150}",dark:"{colorGrey850}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundInputDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundItemSelected:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundLayoutMobilePanel:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundLayoutToggleActive:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorBackgroundNotificationGreen:{light:"{colorGreen600}",dark:"{colorGreen600}"},colorBackgroundNotificationGrey:{light:"{colorGrey600}",dark:"{colorGrey550}"},colorBackgroundNotificationRed:{light:"{colorRed600}",dark:"{colorRed600}"},colorBackgroundNotificationYellow:{light:"{colorYellow600}",dark:"{colorYellow600}"},colorBackgroundNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarHover:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundProgressBarContentDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundProgressBarContentInFlash:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque10}",dark:"{colorGreyOpaque10}"},colorBackgroundSegmentActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSliderHandleActive:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundSliderTrack:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundSliderErrorPressed:{light:"{colorRed700}",dark:"{colorRed500}"},colorBackgroundSliderWarningPressed:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBackgroundStatusError:{light:"{colorRed100}",dark:"{colorRed900}"},colorBackgroundStatusInfo:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorGreen100}",dark:"{colorGreen900}"},colorBackgroundStatusWarning:{light:"{colorYellow100}",dark:"{colorYellow900}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundToggleCheckedDisabled:{light:"{colorBlue300}",dark:"{colorBlue800}"},colorBackgroundToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey500}"},colorBackgroundAvatarGenAi:{light:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",dark:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)"},colorBackgroundAvatarDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextAvatar:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundLoadingBarGenAi:{light:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",dark:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"},colorBackgroundChatBubbleOutgoing:{light:"transparent",dark:"transparent"},colorBackgroundChatBubbleIncoming:{light:"{colorGrey125}",dark:"{colorGrey900}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorBorderButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderToggleButtonNormalPressed:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderButtonNormalDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextButtonNormalDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextButtonIconDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorGrey100}",dark:"{colorGrey800}"},colorBorderCellShaded:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorDefault:{light:"{colorGrey300}",dark:"{colorGrey550}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBorderDividerDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBorderDropdownContainer:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderDropdownItemDimmedHover:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderItemFocused:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorBorderDropdownItemFocused:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderLayout:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorBorderStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorBorderStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorGrey500}",dark:"{colorGrey300}"},colorBorderTabsDivider:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorGrey300}",dark:"{colorGrey600}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorForegroundControlReadOnly:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorStrokeCodeEditorResizeHandler:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorGrey300}",dark:"{colorGrey750}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorGrey100}",dark:"{colorGrey900}"},colorTextAccent:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextBodyDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextBodySecondary:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextBreadcrumbCurrent:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorTextBreadcrumbIcon:{light:"{colorGrey500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextToggleButtonNormalPressed:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextButtonNormalDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextButtonNormalHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextLinkButtonNormalDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarDateSelected:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextCalendarMonth:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCodeEditorGutterDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextColumnHeader:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextDisabledInlineEdit:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorBlue600}",dark:"{colorBlue400}"},colorTextDropdownItemHighlighted:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextEmpty:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextExpandableSectionDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextExpandableSectionHover:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextGroupLabel:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextLabelGenAi:{light:"{colorPurple600}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextHeadingSecondary:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextHomeHeaderDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHomeHeaderSecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextIconCaret:{light:"{colorGrey500}",dark:"{colorGrey450}"},colorTextIconSubtle:{light:"{colorGrey550}",dark:"{colorGrey400}"},colorTextInputDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInputPlaceholder:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextInteractiveDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInteractiveHover:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextToggleButtonIconPressed:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveInvertedDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextInteractiveInvertedHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorGrey800}"},colorTextLayoutToggleHover:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLinkDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLinkHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextLinkInvertedHover:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorGrey400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorTextStatusInactive:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorTextStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorTextTopNavigationTitle:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBoardPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorBoardPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDragPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorDragPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorDropzoneBackgroundHover:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorDropzoneTextDefault:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneTextHover:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneBorderDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorDropzoneBorderHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorGapGlobalDrawer:{light:"{colorGrey200}",dark:"{colorGrey900}"}}},alert:{id:"alert",selector:".awsui-context-alert",tokens:{colorGreyOpaque10:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorGreyOpaque25:{light:"rgba(255, 255, 255, 0.25)",dark:"rgba(255, 255, 255, 0.25)"},colorGreyOpaque40:{light:"rgba(0, 0, 0, 0.4)",dark:"rgba(0, 0, 0, 0.4)"},colorGreyOpaque50:{light:"rgba(0, 0, 0, 0.5)",dark:"rgba(0, 0, 0, 0.5)"},colorGreyOpaque70:{light:"rgba(35, 43, 55, 0.7)",dark:"rgba(15, 20, 26, 0.7)"},colorGreyOpaque80:{light:"rgba(22, 25, 31, 0.8)",dark:"rgba(22, 25, 31, 0.8)"},colorGreyOpaque90:{light:"rgba(242, 243, 243, 0.9)",dark:"rgba(242, 243, 243, 0.9)"},colorGreyTransparent:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentHeavy:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentLight:{light:"rgba(15, 20, 26, 0.12)",dark:"rgba(15, 20, 26, 1)"},colorBackgroundBadgeIcon:{light:"{colorRed600}",dark:"{colorRed500}"},colorBackgroundButtonLinkActive:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonLinkHover:{light:"{colorBlue100}",dark:"{colorGrey750}"},colorBackgroundButtonNormalActive:{light:"rgba(0, 7, 22, 0.1)",dark:"rgba(255, 255, 255, 0.15)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundButtonNormalHover:{light:"rgba(0, 7, 22, 0.05)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorBlue200}",dark:"{colorGrey650}"},colorBackgroundButtonPrimaryActive:{light:"{colorBlue800}",dark:"{colorBlue500}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundDirectionButtonDisabled:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorGrey150}",dark:"{colorGrey650}"},colorBackgroundCellShaded:{light:"{colorGrey125}",dark:"{colorGrey750}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundCodeEditorLoading:{light:"{colorGrey100}",dark:"{colorGrey750}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundCodeEditorStatusBar:{light:"{colorGrey150}",dark:"{colorGrey750}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlChecked:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundControlDisabled:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorBlue100}",dark:"{colorGrey650}"},colorBackgroundDropdownItemHover:{light:"{colorGrey150}",dark:"{colorGrey850}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundInputDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundItemSelected:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundLayoutMobilePanel:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundLayoutToggleActive:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorBackgroundNotificationGreen:{light:"{colorGreen600}",dark:"{colorGreen600}"},colorBackgroundNotificationGrey:{light:"{colorGrey600}",dark:"{colorGrey550}"},colorBackgroundNotificationRed:{light:"{colorRed600}",dark:"{colorRed600}"},colorBackgroundNotificationYellow:{light:"{colorYellow600}",dark:"{colorYellow600}"},colorBackgroundNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarHover:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorGrey750}"},colorBackgroundProgressBarContentDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorGrey200}",dark:"{colorGrey650}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBackgroundSliderHandleActive:{light:"{colorBlue700}",dark:"{colorBlue400}"},colorBackgroundSliderTrack:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorGrey800}"},colorBackgroundSliderErrorPressed:{light:"{colorRed700}",dark:"{colorRed500}"},colorBackgroundSliderWarningPressed:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBackgroundStatusError:{light:"{colorRed100}",dark:"{colorRed900}"},colorBackgroundStatusInfo:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorGreen100}",dark:"{colorGreen900}"},colorBackgroundStatusWarning:{light:"{colorYellow100}",dark:"{colorYellow900}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorGrey200}",dark:"{colorGrey750}"},colorBackgroundToggleCheckedDisabled:{light:"{colorBlue300}",dark:"{colorBlue800}"},colorBackgroundToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey500}"},colorBackgroundAvatarGenAi:{light:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",dark:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)"},colorBackgroundAvatarDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextAvatar:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundLoadingBarGenAi:{light:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",dark:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"},colorBackgroundChatBubbleOutgoing:{light:"transparent",dark:"transparent"},colorBackgroundChatBubbleIncoming:{light:"{colorGrey125}",dark:"{colorGrey900}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorBorderButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderToggleButtonNormalPressed:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderButtonNormalDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextButtonNormalDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextButtonIconDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorGrey100}",dark:"{colorGrey800}"},colorBorderCellShaded:{light:"{colorGrey300}",dark:"{colorGrey650}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorDefault:{light:"{colorGrey300}",dark:"{colorGrey550}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBorderDividerDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorGrey200}",dark:"{colorGrey700}"},colorBorderDropdownContainer:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderDropdownItemDimmedHover:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderItemFocused:{light:"{colorBlue600}",dark:"{colorGrey100}"},colorBorderDropdownItemFocused:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderLayout:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorBorderStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorBorderStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorBorderStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorGrey500}",dark:"{colorGrey300}"},colorBorderTabsDivider:{light:"{colorGrey350}",dark:"{colorGrey600}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorGrey300}",dark:"{colorGrey600}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorGrey800}"},colorForegroundControlReadOnly:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorStrokeCodeEditorResizeHandler:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorGrey300}",dark:"{colorGrey750}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorGrey100}",dark:"{colorGrey900}"},colorTextAccent:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextBodyDefault:{light:"{colorGrey900}",dark:"{colorGrey350}"},colorTextBodySecondary:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextBreadcrumbCurrent:{light:"{colorGrey550}",dark:"{colorGrey500}"},colorTextBreadcrumbIcon:{light:"{colorGrey500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextToggleButtonNormalPressed:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextButtonNormalDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextButtonNormalHover:{light:"{colorGrey900}",dark:"{colorWhite}"},colorTextLinkButtonNormalDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarDateSelected:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextCalendarMonth:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextCodeEditorGutterDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextColumnHeader:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextDisabledInlineEdit:{light:"{colorGrey600}",dark:"{colorGrey400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorBlue600}",dark:"{colorBlue400}"},colorTextDropdownItemHighlighted:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextEmpty:{light:"{colorGrey550}",dark:"{colorGrey300}"},colorTextExpandableSectionDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextExpandableSectionHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorGrey900}",dark:"{colorGrey300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextGroupLabel:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorTextLabelGenAi:{light:"{colorPurple600}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorGrey900}",dark:"{colorGrey200}"},colorTextHeadingSecondary:{light:"{colorGrey600}",dark:"{colorGrey450}"},colorTextHomeHeaderDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHomeHeaderSecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextIconCaret:{light:"{colorGrey500}",dark:"{colorGrey450}"},colorTextIconSubtle:{light:"{colorGrey550}",dark:"{colorGrey400}"},colorTextInputDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInputPlaceholder:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextInteractiveDisabled:{light:"{colorGrey400}",dark:"{colorGrey550}"},colorTextInteractiveHover:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextToggleButtonIconPressed:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorTextInteractiveInvertedDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveInvertedHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorGrey800}"},colorTextLayoutToggleHover:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextLinkDefault:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextLinkHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorGrey400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorGrey900}"},colorTextSegmentDefault:{light:"{colorGrey600}",dark:"{colorGrey300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusError:{light:"{colorRed600}",dark:"{colorRed500}"},colorTextStatusInactive:{light:"{colorGrey550}",dark:"{colorGrey450}"},colorTextStatusInfo:{light:"{colorBlue600}",dark:"{colorBlue500}"},colorTextStatusSuccess:{light:"{colorGreen600}",dark:"{colorGreen500}"},colorTextStatusWarning:{light:"{colorYellow800}",dark:"{colorYellow700}"},colorTextTopNavigationTitle:{light:"{colorGrey900}",dark:"{colorGrey100}"},colorBoardPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorBoardPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDragPlaceholderActive:{light:"{colorGrey200}",dark:"{colorGrey550}"},colorDragPlaceholderHover:{light:"{colorBlue200}",dark:"{colorBlue600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorGrey800}"},colorDropzoneBackgroundHover:{light:"{colorBlue100}",dark:"{colorBlue900}"},colorDropzoneTextDefault:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneTextHover:{light:"{colorGrey600}",dark:"{colorGrey350}"},colorDropzoneBorderDefault:{light:"{colorGrey500}",dark:"{colorGrey550}"},colorDropzoneBorderHover:{light:"{colorBlue800}",dark:"{colorBlue400}"},colorGapGlobalDrawer:{light:"{colorGrey200}",dark:"{colorGrey900}"},fontExpandableHeadingSize:"14px",borderDividerSectionWidth:"1px"}},"app-layout-toolbar":{id:"app-layout-toolbar",selector:".awsui-context-app-layout-toolbar",tokens:{colorBackgroundLayoutMain:{light:"{colorGrey50}",dark:"{colorGrey850}"}}},"alert-header":{id:"alert-header",selector:".awsui-context-content-header .awsui-context-alert",tokens:{colorGreyOpaque10:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorGreyOpaque25:{light:"rgba(255, 255, 255, 0.25)",dark:"rgba(255, 255, 255, 0.25)"},colorGreyOpaque40:{light:"rgba(0, 0, 0, 0.4)",dark:"rgba(0, 0, 0, 0.4)"},colorGreyOpaque50:{light:"rgba(0, 0, 0, 0.5)",dark:"rgba(0, 0, 0, 0.5)"},colorGreyOpaque70:{light:"rgba(15, 20, 26, 0.7)",dark:"rgba(15, 20, 26, 0.7)"},colorGreyOpaque80:{light:"rgba(22, 25, 31, 0.8)",dark:"rgba(22, 25, 31, 0.8)"},colorGreyOpaque90:{light:"rgba(242, 243, 243, 0.9)",dark:"rgba(242, 243, 243, 0.9)"},colorGreyTransparent:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentHeavy:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorGreyTransparentLight:{light:"rgba(15, 20, 26, 1)",dark:"rgba(15, 20, 26, 1)"},colorBackgroundBadgeIcon:{light:"{colorRed500}",dark:"{colorRed500}"},colorBackgroundButtonLinkActive:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonLinkHover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundButtonNormalActive:{light:"rgba(255, 255, 255, 0.15)",dark:"rgba(255, 255, 255, 0.15)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundButtonNormalHover:{light:"rgba(255, 255, 255, 0.1)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundButtonPrimaryActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundDirectionButtonDisabled:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundDirectionButtonHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundCellShaded:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorLoading:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundCodeEditorStatusBar:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundContainerContent:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundContainerHeader:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundControlChecked:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundControlDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundControlDisabled:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundDropdownItemDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundDropdownItemHover:{light:"{colorGrey850}",dark:"{colorGrey850}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundInputDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundInputDisabled:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundItemSelected:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorBackgroundLayoutMain:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundLayoutMobilePanel:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundLayoutToggleActive:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundLayoutToggleHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorBackgroundNotificationGreen:{light:"{colorGreen600}",dark:"{colorGreen600}"},colorBackgroundNotificationGrey:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundNotificationRed:{light:"{colorRed600}",dark:"{colorRed600}"},colorBackgroundNotificationYellow:{light:"{colorYellow600}",dark:"{colorYellow600}"},colorBackgroundNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarActive:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBackgroundNotificationStackBarHover:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBackgroundPopover:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundProgressBarContentDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBackgroundSliderHandleActive:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorBackgroundSliderTrack:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBackgroundSliderHandleRing:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBackgroundSliderErrorPressed:{light:"{colorRed500}",dark:"{colorRed500}"},colorBackgroundSliderWarningPressed:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorBackgroundStatusError:{light:"{colorRed900}",dark:"{colorRed900}"},colorBackgroundStatusInfo:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorGreen900}",dark:"{colorGreen900}"},colorBackgroundStatusWarning:{light:"{colorYellow900}",dark:"{colorYellow900}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorBackgroundToggleCheckedDisabled:{light:"{colorBlue800}",dark:"{colorBlue800}"},colorBackgroundToggleDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBackgroundAvatarGenAi:{light:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",dark:"radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)"},colorBackgroundAvatarDefault:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorTextAvatar:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundLoadingBarGenAi:{light:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",dark:"linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"},colorBackgroundChatBubbleOutgoing:{light:"transparent",dark:"transparent"},colorBackgroundChatBubbleIncoming:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorBorderButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderToggleButtonNormalPressed:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderButtonNormalDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextButtonNormalDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextButtonIconDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorBorderCellShaded:{light:"{colorGrey650}",dark:"{colorGrey650}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBorderDividerDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderDropdownContainer:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderDropdownItemDimmedHover:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderItemFocused:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBorderDropdownItemFocused:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderLayout:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderNotificationStackBar:{light:"{colorGrey700}",dark:"{colorGrey700}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorRed500}",dark:"{colorRed500}"},colorBorderStatusInfo:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorBorderStatusSuccess:{light:"{colorGreen500}",dark:"{colorGreen500}"},colorBorderStatusWarning:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorBorderTabsDivider:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorGrey600}",dark:"{colorGrey600}"},colorForegroundControlDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorForegroundControlDisabled:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorForegroundControlReadOnly:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorStrokeCodeEditorResizeHandler:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorGrey750}",dark:"{colorGrey750}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextAccent:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextBodyDefault:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextBodySecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextBreadcrumbCurrent:{light:"{colorGrey500}",dark:"{colorGrey500}"},colorTextBreadcrumbIcon:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextToggleButtonNormalPressed:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextButtonNormalDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextButtonNormalHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonNormalDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextButtonPrimaryDefault:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextButtonPrimaryHover:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarDateSelected:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextCalendarMonth:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextCodeEditorGutterDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextCodeEditorTabButtonError:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextColumnHeader:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextDisabledInlineEdit:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextDropdownItemHighlighted:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextEmpty:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextExpandableSectionDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextExpandableSectionHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextGroupLabel:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextLabelGenAi:{light:"{colorPurple400}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHeadingSecondary:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextHomeHeaderDefault:{light:"{colorGrey200}",dark:"{colorGrey200}"},colorTextHomeHeaderSecondary:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorTextIconCaret:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextIconSubtle:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextInputDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextInputPlaceholder:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInteractiveDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveDisabled:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorTextInteractiveHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextToggleButtonIconPressed:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInteractiveInvertedDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextInteractiveInvertedHover:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextInverted:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorTextLayoutToggleHover:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextLayoutToggleSelected:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextLinkDefault:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextLinkHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorGrey400}",dark:"{colorGrey400}"},colorTextSegmentActive:{light:"{colorGrey900}",dark:"{colorGrey900}"},colorTextSegmentDefault:{light:"{colorGrey300}",dark:"{colorGrey300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextStatusError:{light:"{colorRed500}",dark:"{colorRed500}"},colorTextStatusInactive:{light:"{colorGrey450}",dark:"{colorGrey450}"},colorTextStatusInfo:{light:"{colorBlue500}",dark:"{colorBlue500}"},colorTextStatusSuccess:{light:"{colorGreen500}",dark:"{colorGreen500}"},colorTextStatusWarning:{light:"{colorYellow700}",dark:"{colorYellow700}"},colorTextTopNavigationTitle:{light:"{colorGrey100}",dark:"{colorGrey100}"},colorBoardPlaceholderActive:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorBoardPlaceholderHover:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorDragPlaceholderActive:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorDragPlaceholderHover:{light:"{colorBlue600}",dark:"{colorBlue600}"},colorDropzoneBackgroundDefault:{light:"{colorGrey800}",dark:"{colorGrey800}"},colorDropzoneBackgroundHover:{light:"{colorBlue900}",dark:"{colorBlue900}"},colorDropzoneTextDefault:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorDropzoneTextHover:{light:"{colorGrey350}",dark:"{colorGrey350}"},colorDropzoneBorderDefault:{light:"{colorGrey550}",dark:"{colorGrey550}"},colorDropzoneBorderHover:{light:"{colorBlue400}",dark:"{colorBlue400}"},colorGapGlobalDrawer:{light:"{colorGrey900}",dark:"{colorGrey900}"}}}},tokenModeMap:{colorChartsRed300:"color",colorChartsRed400:"color",colorChartsRed500:"color",colorChartsRed600:"color",colorChartsRed700:"color",colorChartsRed800:"color",colorChartsRed900:"color",colorChartsRed1000:"color",colorChartsRed1100:"color",colorChartsRed1200:"color",colorChartsOrange300:"color",colorChartsOrange400:"color",colorChartsOrange500:"color",colorChartsOrange600:"color",colorChartsOrange700:"color",colorChartsOrange800:"color",colorChartsOrange900:"color",colorChartsOrange1000:"color",colorChartsOrange1100:"color",colorChartsOrange1200:"color",colorChartsYellow300:"color",colorChartsYellow400:"color",colorChartsYellow500:"color",colorChartsYellow600:"color",colorChartsYellow700:"color",colorChartsYellow800:"color",colorChartsYellow900:"color",colorChartsYellow1000:"color",colorChartsYellow1100:"color",colorChartsYellow1200:"color",colorChartsGreen300:"color",colorChartsGreen400:"color",colorChartsGreen500:"color",colorChartsGreen600:"color",colorChartsGreen700:"color",colorChartsGreen800:"color",colorChartsGreen900:"color",colorChartsGreen1000:"color",colorChartsGreen1100:"color",colorChartsGreen1200:"color",colorChartsTeal300:"color",colorChartsTeal400:"color",colorChartsTeal500:"color",colorChartsTeal600:"color",colorChartsTeal700:"color",colorChartsTeal800:"color",colorChartsTeal900:"color",colorChartsTeal1000:"color",colorChartsTeal1100:"color",colorChartsTeal1200:"color",colorChartsBlue1300:"color",colorChartsBlue1400:"color",colorChartsBlue1500:"color",colorChartsBlue1600:"color",colorChartsBlue1700:"color",colorChartsBlue1800:"color",colorChartsBlue1900:"color",colorChartsBlue11000:"color",colorChartsBlue11100:"color",colorChartsBlue11200:"color",colorChartsBlue2300:"color",colorChartsBlue2400:"color",colorChartsBlue2500:"color",colorChartsBlue2600:"color",colorChartsBlue2700:"color",colorChartsBlue2800:"color",colorChartsBlue2900:"color",colorChartsBlue21000:"color",colorChartsBlue21100:"color",colorChartsBlue21200:"color",colorChartsPurple300:"color",colorChartsPurple400:"color",colorChartsPurple500:"color",colorChartsPurple600:"color",colorChartsPurple700:"color",colorChartsPurple800:"color",colorChartsPurple900:"color",colorChartsPurple1000:"color",colorChartsPurple1100:"color",colorChartsPurple1200:"color",colorChartsPink300:"color",colorChartsPink400:"color",colorChartsPink500:"color",colorChartsPink600:"color",colorChartsPink700:"color",colorChartsPink800:"color",colorChartsPink900:"color",colorChartsPink1000:"color",colorChartsPink1100:"color",colorChartsPink1200:"color",colorChartsStatusCritical:"color",colorChartsStatusHigh:"color",colorChartsStatusMedium:"color",colorChartsStatusLow:"color",colorChartsStatusPositive:"color",colorChartsStatusInfo:"color",colorChartsStatusNeutral:"color",colorChartsThresholdNegative:"color",colorChartsThresholdPositive:"color",colorChartsThresholdInfo:"color",colorChartsThresholdNeutral:"color",colorChartsLineGrid:"color",colorChartsLineTick:"color",colorChartsLineAxis:"color",colorChartsPaletteCategorical1:"color",colorChartsPaletteCategorical2:"color",colorChartsPaletteCategorical3:"color",colorChartsPaletteCategorical4:"color",colorChartsPaletteCategorical5:"color",colorChartsPaletteCategorical6:"color",colorChartsPaletteCategorical7:"color",colorChartsPaletteCategorical8:"color",colorChartsPaletteCategorical9:"color",colorChartsPaletteCategorical10:"color",colorChartsPaletteCategorical11:"color",colorChartsPaletteCategorical12:"color",colorChartsPaletteCategorical13:"color",colorChartsPaletteCategorical14:"color",colorChartsPaletteCategorical15:"color",colorChartsPaletteCategorical16:"color",colorChartsPaletteCategorical17:"color",colorChartsPaletteCategorical18:"color",colorChartsPaletteCategorical19:"color",colorChartsPaletteCategorical20:"color",colorChartsPaletteCategorical21:"color",colorChartsPaletteCategorical22:"color",colorChartsPaletteCategorical23:"color",colorChartsPaletteCategorical24:"color",colorChartsPaletteCategorical25:"color",colorChartsPaletteCategorical26:"color",colorChartsPaletteCategorical27:"color",colorChartsPaletteCategorical28:"color",colorChartsPaletteCategorical29:"color",colorChartsPaletteCategorical30:"color",colorChartsPaletteCategorical31:"color",colorChartsPaletteCategorical32:"color",colorChartsPaletteCategorical33:"color",colorChartsPaletteCategorical34:"color",colorChartsPaletteCategorical35:"color",colorChartsPaletteCategorical36:"color",colorChartsPaletteCategorical37:"color",colorChartsPaletteCategorical38:"color",colorChartsPaletteCategorical39:"color",colorChartsPaletteCategorical40:"color",colorChartsPaletteCategorical41:"color",colorChartsPaletteCategorical42:"color",colorChartsPaletteCategorical43:"color",colorChartsPaletteCategorical44:"color",colorChartsPaletteCategorical45:"color",colorChartsPaletteCategorical46:"color",colorChartsPaletteCategorical47:"color",colorChartsPaletteCategorical48:"color",colorChartsPaletteCategorical49:"color",colorChartsPaletteCategorical50:"color",colorSeverityDarkRed:"color",colorSeverityRed:"color",colorSeverityOrange:"color",colorSeverityYellow:"color",colorSeverityGrey:"color",colorBackgroundNotificationSeverityCritical:"color",colorBackgroundNotificationSeverityHigh:"color",colorBackgroundNotificationSeverityMedium:"color",colorBackgroundNotificationSeverityLow:"color",colorBackgroundNotificationSeverityNeutral:"color",colorTextNotificationSeverityCritical:"color",colorTextNotificationSeverityHigh:"color",colorTextNotificationSeverityMedium:"color",colorTextNotificationSeverityLow:"color",colorTextNotificationSeverityNeutral:"color",colorGreyOpaque10:"color",colorGreyOpaque25:"color",colorGreyOpaque40:"color",colorGreyOpaque50:"color",colorGreyOpaque70:"color",colorGreyOpaque80:"color",colorGreyOpaque90:"color",colorGreyTransparent:"color",colorGreyTransparentHeavy:"color",colorGreyTransparentLight:"color",colorBackgroundBadgeIcon:"color",colorBackgroundButtonLinkActive:"color",colorBackgroundButtonLinkHover:"color",colorBackgroundButtonNormalActive:"color",colorBackgroundButtonNormalDefault:"color",colorBackgroundButtonNormalDisabled:"color",colorBackgroundButtonNormalHover:"color",colorBackgroundToggleButtonNormalPressed:"color",colorBackgroundButtonPrimaryActive:"color",colorBackgroundButtonPrimaryDefault:"color",colorBackgroundButtonPrimaryDisabled:"color",colorBackgroundButtonPrimaryHover:"color",colorBackgroundDirectionButtonActive:"color",colorBackgroundDirectionButtonDefault:"color",colorBackgroundDirectionButtonDisabled:"color",colorBackgroundDirectionButtonHover:"color",colorTextDirectionButtonDefault:"color",colorTextDirectionButtonDisabled:"color",colorBackgroundCalendarCurrentDate:"color",colorBackgroundCellShaded:"color",colorBackgroundCodeEditorGutterActiveLineDefault:"color",colorBackgroundCodeEditorGutterActiveLineError:"color",colorBackgroundCodeEditorGutterDefault:"color",colorBackgroundCodeEditorLoading:"color",colorBackgroundCodeEditorPaneItemHover:"color",colorBackgroundCodeEditorStatusBar:"color",colorBackgroundContainerContent:"color",colorBackgroundContainerHeader:"color",colorBackgroundControlChecked:"color",colorBackgroundControlDefault:"color",colorBackgroundControlDisabled:"color",colorBackgroundDropdownItemDefault:"color",colorBackgroundDropdownItemDimmed:"color",colorBackgroundDropdownItemFilterMatch:"color",colorBackgroundDropdownItemHover:"color",colorBackgroundDropdownItemSelected:"color",colorBackgroundHomeHeader:"color",colorBackgroundInputDefault:"color",colorBackgroundInputDisabled:"color",colorBackgroundItemSelected:"color",colorBackgroundLayoutMain:"color",colorBackgroundLayoutMobilePanel:"color",colorBackgroundLayoutPanelContent:"color",colorBackgroundLayoutPanelHover:"color",colorBackgroundLayoutToggleActive:"color",colorBackgroundLayoutToggleDefault:"color",colorBackgroundLayoutToggleHover:"color",colorBackgroundLayoutToggleSelectedActive:"color",colorBackgroundLayoutToggleSelectedDefault:"color",colorBackgroundLayoutToggleSelectedHover:"color",colorBackgroundModalOverlay:"color",colorBackgroundNotificationBlue:"color",colorBackgroundNotificationGreen:"color",colorBackgroundNotificationGrey:"color",colorBackgroundNotificationRed:"color",colorBackgroundNotificationYellow:"color",colorBackgroundNotificationStackBar:"color",colorBackgroundNotificationStackBarActive:"color",colorBackgroundNotificationStackBarHover:"color",colorBackgroundPopover:"color",colorBackgroundProgressBarContentDefault:"color",colorBackgroundProgressBarContentInFlash:"color",colorBackgroundProgressBarLayoutDefault:"color",colorBackgroundProgressBarLayoutInFlash:"color",colorBackgroundSegmentActive:"color",colorBackgroundSegmentDefault:"color",colorBackgroundSegmentDisabled:"color",colorBackgroundSegmentHover:"color",colorBackgroundSegmentWrapper:"color",colorBackgroundSliderHandleDefault:"color",colorBackgroundSliderHandleActive:"color",colorBackgroundSliderTrack:"color",colorBackgroundSliderHandleRing:"color",colorBackgroundSliderErrorPressed:"color",colorBackgroundSliderWarningPressed:"color",colorBackgroundStatusError:"color",colorBackgroundStatusInfo:"color",colorBackgroundDialog:"color",colorBackgroundStatusSuccess:"color",colorBackgroundStatusWarning:"color",colorBackgroundTableHeader:"color",colorBackgroundTilesDisabled:"color",colorBackgroundToggleCheckedDisabled:"color",colorBackgroundToggleDefault:"color",colorBackgroundAvatarGenAi:"color",colorBackgroundAvatarDefault:"color",colorTextAvatar:"color",colorBackgroundLoadingBarGenAi:"color",colorBackgroundChatBubbleOutgoing:"color",colorBackgroundChatBubbleIncoming:"color",colorTextChatBubbleOutgoing:"color",colorTextChatBubbleIncoming:"color",colorBorderButtonNormalActive:"color",colorBorderButtonNormalDefault:"color",colorBorderToggleButtonNormalPressed:"color",colorBorderButtonNormalDisabled:"color",colorTextButtonNormalDisabled:"color",colorBorderButtonNormalHover:"color",colorTextButtonIconDisabled:"color",colorBorderButtonPrimaryDisabled:"color",colorTextButtonPrimaryDisabled:"color",colorBorderCalendarGrid:"color",colorBorderCalendarGridSelectedFocusRing:"color",colorBorderCellShaded:"color",colorBorderCodeEditorAceActiveLineLightTheme:"color",colorBorderCodeEditorAceActiveLineDarkTheme:"color",colorBorderCodeEditorDefault:"color",colorBorderCodeEditorPaneItemHover:"color",colorBorderContainerDivider:"color",colorBorderContainerTop:"color",colorBorderControlChecked:"color",colorBorderControlDefault:"color",colorBorderControlDisabled:"color",colorBorderDividerActive:"color",colorBorderDividerDefault:"color",colorBorderDividerPanelBottom:"color",colorBorderDividerPanelSide:"color",colorBorderDividerSecondary:"color",colorBorderDropdownContainer:"color",colorBorderDropdownGroup:"color",colorBorderDropdownItemDefault:"color",colorBorderDropdownItemHover:"color",colorBorderDropdownItemDimmedHover:"color",colorBorderDropdownItemSelected:"color",colorBorderDropdownItemTop:"color",colorBorderEditableCellHover:"color",colorBorderInputDefault:"color",colorBorderInputDisabled:"color",colorBorderInputFocused:"color",colorBorderItemFocused:"color",colorBorderDropdownItemFocused:"color",colorBorderItemPlaceholder:"color",colorBorderItemSelected:"color",colorBorderLayout:"color",colorBorderNotificationStackBar:"color",colorBorderPanelHeader:"color",colorBorderPopover:"color",colorBorderSegmentActive:"color",colorBorderSegmentDefault:"color",colorBorderSegmentDisabled:"color",colorBorderSegmentHover:"color",colorBorderStatusError:"color",colorBorderStatusInfo:"color",colorBorderStatusSuccess:"color",colorBorderStatusWarning:"color",colorBorderDialog:"color",colorBorderDividerInteractiveDefault:"color",colorBorderTabsDivider:"color",colorBorderTabsShadow:"color",colorBorderTabsUnderline:"color",colorBorderTilesDisabled:"color",colorBorderTutorial:"color",colorForegroundControlDefault:"color",colorForegroundControlDisabled:"color",colorForegroundControlReadOnly:"color",colorShadowDefault:"color",colorShadowMedium:"color",colorShadowSide:"color",colorStrokeChartLine:"color",colorStrokeCodeEditorResizeHandler:"color",colorStrokeCodeEditorGutterActiveLineDefault:"color",colorStrokeCodeEditorGutterActiveLineHover:"color",colorTextAccent:"color",colorTextBodyDefault:"color",colorTextBodySecondary:"color",colorTextBreadcrumbCurrent:"color",colorTextBreadcrumbIcon:"color",colorTextButtonInlineIconDefault:"color",colorTextButtonInlineIconDisabled:"color",colorTextButtonInlineIconHover:"color",colorTextButtonNormalActive:"color",colorTextToggleButtonNormalPressed:"color",colorTextButtonNormalDefault:"color",colorTextButtonNormalHover:"color",colorTextLinkButtonNormalDefault:"color",colorTextLinkButtonNormalHover:"color",colorTextLinkButtonNormalActive:"color",colorTextButtonPrimaryActive:"color",colorTextButtonPrimaryDefault:"color",colorTextButtonPrimaryHover:"color",colorTextCalendarDateHover:"color",colorTextCalendarDateSelected:"color",colorTextCalendarMonth:"color",colorTextCodeEditorGutterActiveLine:"color",colorTextCodeEditorGutterDefault:"color",colorTextCodeEditorStatusBarDisabled:"color",colorTextCodeEditorTabButtonError:"color",colorTextColumnHeader:"color",colorTextColumnSortingIcon:"color",colorTextControlDisabled:"color",colorTextCounter:"color",colorTextDisabled:"color",colorTextDisabledInlineEdit:"color",colorTextDropdownFooter:"color",colorTextDropdownGroupLabel:"color",colorTextDropdownItemDefault:"color",colorTextDropdownItemDimmed:"color",colorTextDropdownItemDisabled:"color",colorTextDropdownItemFilterMatch:"color",colorTextDropdownItemHighlighted:"color",colorTextDropdownItemSecondary:"color",colorTextDropdownItemSecondaryHover:"color",colorTextEmpty:"color",colorTextExpandableSectionDefault:"color",colorTextExpandableSectionHover:"color",colorTextExpandableSectionNavigationIconDefault:"color",colorTextFormDefault:"color",colorTextFormLabel:"color",colorTextFormSecondary:"color",colorTextGroupLabel:"color",colorTextLabelGenAi:"color",colorTextHeadingDefault:"color",colorTextHeadingSecondary:"color",colorTextHomeHeaderDefault:"color",colorTextHomeHeaderSecondary:"color",colorTextIconCaret:"color",colorTextIconSubtle:"color",colorTextInputDisabled:"color",colorTextInputPlaceholder:"color",colorTextInputPlaceholderDisabled:"color",colorTextInteractiveActive:"color",colorTextInteractiveDefault:"color",colorTextInteractiveDisabled:"color",colorTextInteractiveHover:"color",colorTextToggleButtonIconPressed:"color",colorTextInteractiveInvertedDefault:"color",colorTextInteractiveInvertedHover:"color",colorTextInverted:"color",colorTextLabel:"color",colorTextLayoutToggle:"color",colorTextLayoutToggleActive:"color",colorTextLayoutToggleHover:"color",colorTextLayoutToggleSelected:"color",colorTextLinkDefault:"color",colorTextLinkHover:"color",colorTextLinkInvertedHover:"color",colorTextLinkButtonUnderline:"color",colorTextLinkButtonUnderlineHover:"color",colorTextNotificationDefault:"color",colorTextNotificationStackBar:"color",colorTextNotificationYellow:"color",colorTextPaginationPageNumberActiveDisabled:"color",colorTextPaginationPageNumberDefault:"color",colorTextSegmentActive:"color",colorTextSegmentDefault:"color",colorTextSegmentHover:"color",colorTextSmall:"color",colorTextStatusError:"color",colorTextStatusInactive:"color",colorTextStatusInfo:"color",colorTextStatusSuccess:"color",colorTextStatusWarning:"color",colorTextTopNavigationTitle:"color",colorBoardPlaceholderActive:"color",colorBoardPlaceholderHover:"color",colorDragPlaceholderActive:"color",colorDragPlaceholderHover:"color",colorDropzoneBackgroundDefault:"color",colorDropzoneBackgroundHover:"color",colorDropzoneTextDefault:"color",colorDropzoneTextHover:"color",colorDropzoneBorderDefault:"color",colorDropzoneBorderHover:"color",colorGapGlobalDrawer:"color",motionDurationExtraFast:"motion",motionDurationExtraSlow:"motion",motionDurationFast:"motion",motionDurationModerate:"motion",motionDurationRefreshOnlyAmbient:"motion",motionDurationRefreshOnlyFast:"motion",motionDurationRefreshOnlyMedium:"motion",motionDurationRefreshOnlySlow:"motion",motionDurationAvatarGenAiGradient:"motion",motionDurationAvatarLoadingDots:"motion",motionDurationRotate180:"motion",motionDurationRotate90:"motion",motionDurationShowPaced:"motion",motionDurationShowQuick:"motion",motionDurationSlow:"motion",motionDurationTransitionQuick:"motion",motionDurationTransitionShowPaced:"motion",motionDurationTransitionShowQuick:"motion",motionEasingEaseOutQuart:"motion",motionEasingRefreshOnlyA:"motion",motionEasingRefreshOnlyB:"motion",motionEasingRefreshOnlyC:"motion",motionEasingRefreshOnlyD:"motion",motionEasingAvatarGenAiGradient:"motion",motionEasingRotate180:"motion",motionEasingRotate90:"motion",motionEasingShowPaced:"motion",motionEasingShowQuick:"motion",motionEasingTransitionQuick:"motion",motionEasingTransitionShowPaced:"motion",motionEasingTransitionShowQuick:"motion",motionEasingResponsive:"motion",motionEasingSticky:"motion",motionEasingExpressive:"motion",motionDurationResponsive:"motion",motionDurationExpressive:"motion",motionDurationComplex:"motion",motionKeyframesFadeIn:"motion",motionKeyframesFadeOut:"motion",motionKeyframesStatusIconError:"motion",motionKeyframesScalePopup:"motion",sizeCalendarGridWidth:"density",sizeControl:"density",sizeIconBig:"density",sizeIconLarge:"density",sizeIconMedium:"density",sizeIconNormal:"density",sizeTableSelectionHorizontal:"density",sizeVerticalInput:"density",sizeVerticalPanelIconOffset:"density",spaceAlertActionLeft:"density",spaceAlertHorizontal:"density",spaceAlertMessageRight:"density",spaceAlertVertical:"density",spaceButtonFocusOutlineGutter:"density",spaceButtonHorizontal:"density",spaceButtonIconFocusOutlineGutterVertical:"density",spaceButtonIconOnlyHorizontal:"density",spaceButtonInlineIconFocusOutlineGutter:"density",spaceButtonModalDismissVertical:"density",spaceCalendarGridFocusOutlineGutter:"density",spaceCalendarGridSelectedFocusOutlineGutter:"density",spaceCalendarGridGutter:"density",spaceCardHorizontal:"density",spaceCardVertical:"density",spaceCodeEditorStatusFocusOutlineGutter:"density",spaceContainerContentTop:"density",spaceContainerHeaderTop:"density",spaceContainerHeaderBottom:"density",spaceContainerHorizontal:"density",spaceContentHeaderPaddingBottom:"density",spaceDarkHeaderOverlapDistance:"density",spaceExpandableSectionIconOffsetTop:"density",spaceFieldHorizontal:"density",spaceFieldIconOffset:"density",spaceFilteringTokenDismissButtonFocusOutlineGutter:"density",spaceFilteringTokenOperationSelectFocusOutlineGutter:"density",spaceFlashbarActionLeft:"density",spaceFlashbarDismissRight:"density",spaceFlashbarHorizontal:"density",spaceFlashbarVertical:"density",spaceGridGutter:"density",spaceKeyValueGap:"density",spaceLayoutContentBottom:"density",spaceLayoutContentHorizontal:"density",spaceLayoutToggleDiameter:"density",spaceLayoutTogglePadding:"density",spaceModalContentBottom:"density",spaceModalHorizontal:"density",spaceOptionIconBigTop:"density",spacePanelContentBottom:"density",spacePanelContentTop:"density",spacePanelDividerMarginHorizontal:"density",spacePanelHeaderVertical:"density",spacePanelNavLeft:"density",spacePanelSideLeft:"density",spacePanelSideRight:"density",spacePanelSplitTop:"density",spacePanelSplitBottom:"density",spaceSegmentedControlFocusOutlineGutter:"density",spaceTabsContentTop:"density",spaceTabsFocusOutlineGutter:"density",spaceTableContentBottom:"density",spaceTableEmbeddedHeaderTop:"density",spaceTableFooterHorizontal:"density",spaceTableHeaderFocusOutlineGutter:"density",spaceTableHeaderHorizontal:"density",spaceTableHeaderToolsBottom:"density",spaceTableHeaderToolsFullPageBottom:"density",spaceTableHorizontal:"density",spaceTileGutter:"density",spaceScaled2xNone:"density",spaceScaled2xXxxs:"density",spaceScaled2xXxs:"density",spaceScaled2xXs:"density",spaceScaled2xS:"density",spaceScaled2xM:"density",spaceScaled2xL:"density",spaceScaled2xXl:"density",spaceScaled2xXxl:"density",spaceScaled2xXxxl:"density",spaceScaledNone:"density",spaceScaledXxxs:"density",spaceScaledXxs:"density",spaceScaledXs:"density",spaceScaledS:"density",spaceScaledM:"density",spaceScaledL:"density",spaceScaledXl:"density",spaceScaledXxl:"density",spaceScaledXxxl:"density",spaceStaticXxxs:"density",spaceStaticXxs:"density",spaceStaticXs:"density",spaceStaticS:"density",spaceStaticM:"density",spaceStaticL:"density",spaceStaticXl:"density",spaceStaticXxl:"density",spaceStaticXxxl:"density",spaceNone:"density",spaceXxxs:"density",spaceXxs:"density",spaceXs:"density",spaceS:"density",spaceM:"density",spaceL:"density",spaceXl:"density",spaceXxl:"density",spaceXxxl:"density",shadowContainer:"color",shadowContainerStacked:"color",shadowContainerActive:"color",shadowDropdown:"color",shadowDropup:"color",shadowFlashCollapsed:"color",shadowFlashSticky:"color",shadowModal:"color",shadowPanel:"color",shadowPanelToggle:"color",shadowPopover:"color",shadowSplitBottom:"color",shadowSplitSide:"color",shadowSticky:"color",shadowStickyEmbedded:"color",shadowStickyColumnFirst:"color",shadowStickyColumnLast:"color"}},secondary:[],themeable:["colorChartsStatusCritical","colorChartsStatusHigh","colorChartsStatusMedium","colorChartsStatusLow","colorChartsStatusPositive","colorChartsStatusInfo","colorChartsStatusNeutral","colorChartsThresholdNegative","colorChartsThresholdPositive","colorChartsThresholdInfo","colorChartsThresholdNeutral","colorChartsPaletteCategorical1","colorChartsPaletteCategorical2","colorChartsPaletteCategorical3","colorChartsPaletteCategorical4","colorChartsPaletteCategorical5","colorChartsPaletteCategorical6","colorChartsPaletteCategorical7","colorChartsPaletteCategorical8","colorChartsPaletteCategorical9","colorChartsPaletteCategorical10","colorChartsPaletteCategorical11","colorChartsPaletteCategorical12","colorChartsPaletteCategorical13","colorChartsPaletteCategorical14","colorChartsPaletteCategorical15","colorChartsPaletteCategorical16","colorChartsPaletteCategorical17","colorChartsPaletteCategorical18","colorChartsPaletteCategorical19","colorChartsPaletteCategorical20","colorChartsPaletteCategorical21","colorChartsPaletteCategorical22","colorChartsPaletteCategorical23","colorChartsPaletteCategorical24","colorChartsPaletteCategorical25","colorChartsPaletteCategorical26","colorChartsPaletteCategorical27","colorChartsPaletteCategorical28","colorChartsPaletteCategorical29","colorChartsPaletteCategorical30","colorChartsPaletteCategorical31","colorChartsPaletteCategorical32","colorChartsPaletteCategorical33","colorChartsPaletteCategorical34","colorChartsPaletteCategorical35","colorChartsPaletteCategorical36","colorChartsPaletteCategorical37","colorChartsPaletteCategorical38","colorChartsPaletteCategorical39","colorChartsPaletteCategorical40","colorChartsPaletteCategorical41","colorChartsPaletteCategorical42","colorChartsPaletteCategorical43","colorChartsPaletteCategorical44","colorChartsPaletteCategorical45","colorChartsPaletteCategorical46","colorChartsPaletteCategorical47","colorChartsPaletteCategorical48","colorChartsPaletteCategorical49","colorChartsPaletteCategorical50","colorBackgroundNotificationSeverityCritical","colorBackgroundNotificationSeverityHigh","colorBackgroundNotificationSeverityMedium","colorBackgroundNotificationSeverityLow","colorBackgroundNotificationSeverityNeutral","colorTextNotificationSeverityCritical","colorTextNotificationSeverityHigh","colorTextNotificationSeverityMedium","colorTextNotificationSeverityLow","colorTextNotificationSeverityNeutral","colorBackgroundButtonLinkActive","colorBackgroundButtonLinkHover","colorBackgroundButtonNormalActive","colorBackgroundButtonNormalDefault","colorBackgroundButtonNormalDisabled","colorBackgroundButtonNormalHover","colorBackgroundToggleButtonNormalPressed","colorBackgroundButtonPrimaryActive","colorBackgroundButtonPrimaryDefault","colorBackgroundButtonPrimaryDisabled","colorBackgroundButtonPrimaryHover","colorBackgroundCellShaded","colorBackgroundContainerContent","colorBackgroundContainerHeader","colorBackgroundControlChecked","colorBackgroundControlDefault","colorBackgroundControlDisabled","colorBackgroundDropdownItemDefault","colorBackgroundDropdownItemFilterMatch","colorBackgroundDropdownItemHover","colorBackgroundHomeHeader","colorBackgroundInputDefault","colorBackgroundInputDisabled","colorBackgroundItemSelected","colorBackgroundLayoutMain","colorBackgroundLayoutToggleActive","colorBackgroundLayoutToggleDefault","colorBackgroundLayoutToggleHover","colorBackgroundLayoutToggleSelectedActive","colorBackgroundLayoutToggleSelectedDefault","colorBackgroundLayoutToggleSelectedHover","colorBackgroundNotificationBlue","colorBackgroundNotificationGreen","colorBackgroundNotificationGrey","colorBackgroundNotificationRed","colorBackgroundNotificationYellow","colorBackgroundPopover","colorBackgroundSegmentActive","colorBackgroundSegmentDefault","colorBackgroundSegmentDisabled","colorBackgroundSegmentHover","colorBackgroundSegmentWrapper","colorBackgroundStatusError","colorBackgroundStatusInfo","colorBackgroundDialog","colorBackgroundStatusSuccess","colorBackgroundStatusWarning","colorBackgroundToggleCheckedDisabled","colorBackgroundChatBubbleOutgoing","colorBackgroundChatBubbleIncoming","colorTextChatBubbleOutgoing","colorTextChatBubbleIncoming","colorBorderButtonNormalActive","colorBorderButtonNormalDefault","colorBorderToggleButtonNormalPressed","colorBorderButtonNormalDisabled","colorTextButtonNormalDisabled","colorBorderButtonNormalHover","colorTextButtonIconDisabled","colorBorderButtonPrimaryDisabled","colorTextButtonPrimaryDisabled","colorBorderContainerTop","colorBorderControlDefault","colorBorderDividerDefault","colorBorderDividerSecondary","colorBorderDropdownItemHover","colorBorderInputDefault","colorBorderInputFocused","colorBorderItemFocused","colorBorderDropdownItemFocused","colorBorderItemSelected","colorBorderSegmentActive","colorBorderSegmentDefault","colorBorderSegmentDisabled","colorBorderSegmentHover","colorBorderStatusError","colorBorderStatusInfo","colorBorderStatusSuccess","colorBorderStatusWarning","colorBorderDialog","colorForegroundControlDefault","colorForegroundControlDisabled","colorForegroundControlReadOnly","colorTextAccent","colorTextBodyDefault","colorTextBodySecondary","colorTextBreadcrumbCurrent","colorTextBreadcrumbIcon","colorTextButtonNormalActive","colorTextToggleButtonNormalPressed","colorTextButtonNormalDefault","colorTextButtonNormalHover","colorTextLinkButtonNormalDefault","colorTextLinkButtonNormalHover","colorTextLinkButtonNormalActive","colorTextButtonPrimaryActive","colorTextButtonPrimaryDefault","colorTextButtonPrimaryHover","colorTextCounter","colorTextDropdownItemDefault","colorTextDropdownItemDisabled","colorTextDropdownItemFilterMatch","colorTextDropdownItemHighlighted","colorTextEmpty","colorTextFormDefault","colorTextFormSecondary","colorTextGroupLabel","colorTextHeadingDefault","colorTextHeadingSecondary","colorTextHomeHeaderDefault","colorTextHomeHeaderSecondary","colorTextInputDisabled","colorTextInputPlaceholder","colorTextInteractiveActive","colorTextInteractiveDefault","colorTextInteractiveDisabled","colorTextInteractiveHover","colorTextToggleButtonIconPressed","colorTextInteractiveInvertedDefault","colorTextInteractiveInvertedHover","colorTextLabel","colorTextLayoutToggle","colorTextLayoutToggleActive","colorTextLayoutToggleHover","colorTextLayoutToggleSelected","colorTextLinkDefault","colorTextLinkHover","colorTextNotificationDefault","colorTextSegmentActive","colorTextSegmentDefault","colorTextSegmentHover","colorTextStatusError","colorTextStatusInactive","colorTextStatusInfo","colorTextStatusSuccess","colorTextStatusWarning","colorTextTopNavigationTitle","fontFamilyBase","fontFamilyMonospace","fontSizeBodyM","fontSizeBodyS","fontSizeDisplayL","fontSizeHeadingXl","fontSizeHeadingL","fontSizeHeadingM","fontSizeHeadingS","fontSizeHeadingXs","fontWeightButton","fontWeightHeadingXl","fontWeightHeadingL","fontWeightHeadingM","fontWeightHeadingS","fontWeightHeadingXs","lineHeightBodyM","lineHeightBodyS","lineHeightDisplayL","lineHeightHeadingXl","lineHeightHeadingL","lineHeightHeadingM","lineHeightHeadingS","lineHeightHeadingXs","borderRadiusAlert","borderRadiusBadge","borderRadiusButton","borderRadiusCalendarDayFocusRing","borderRadiusContainer","borderRadiusControlCircularFocusRing","borderRadiusControlDefaultFocusRing","borderRadiusDropdown","borderRadiusFlashbar","borderRadiusItem","borderRadiusInput","borderRadiusPopover","borderRadiusTabsFocusRing","borderRadiusTiles","borderRadiusToken","borderRadiusTutorialPanelItem","borderWidthAlert","borderWidthButton","borderWidthDropdown","borderWidthField","borderWidthPopover","borderWidthToken"],exposed:["colorChartsRed300","colorChartsRed400","colorChartsRed500","colorChartsRed600","colorChartsRed700","colorChartsRed800","colorChartsRed900","colorChartsRed1000","colorChartsRed1100","colorChartsRed1200","colorChartsOrange300","colorChartsOrange400","colorChartsOrange500","colorChartsOrange600","colorChartsOrange700","colorChartsOrange800","colorChartsOrange900","colorChartsOrange1000","colorChartsOrange1100","colorChartsOrange1200","colorChartsYellow300","colorChartsYellow400","colorChartsYellow500","colorChartsYellow600","colorChartsYellow700","colorChartsYellow800","colorChartsYellow900","colorChartsYellow1000","colorChartsYellow1100","colorChartsYellow1200","colorChartsGreen300","colorChartsGreen400","colorChartsGreen500","colorChartsGreen600","colorChartsGreen700","colorChartsGreen800","colorChartsGreen900","colorChartsGreen1000","colorChartsGreen1100","colorChartsGreen1200","colorChartsTeal300","colorChartsTeal400","colorChartsTeal500","colorChartsTeal600","colorChartsTeal700","colorChartsTeal800","colorChartsTeal900","colorChartsTeal1000","colorChartsTeal1100","colorChartsTeal1200","colorChartsBlue1300","colorChartsBlue1400","colorChartsBlue1500","colorChartsBlue1600","colorChartsBlue1700","colorChartsBlue1800","colorChartsBlue1900","colorChartsBlue11000","colorChartsBlue11100","colorChartsBlue11200","colorChartsBlue2300","colorChartsBlue2400","colorChartsBlue2500","colorChartsBlue2600","colorChartsBlue2700","colorChartsBlue2800","colorChartsBlue2900","colorChartsBlue21000","colorChartsBlue21100","colorChartsBlue21200","colorChartsPurple300","colorChartsPurple400","colorChartsPurple500","colorChartsPurple600","colorChartsPurple700","colorChartsPurple800","colorChartsPurple900","colorChartsPurple1000","colorChartsPurple1100","colorChartsPurple1200","colorChartsPink300","colorChartsPink400","colorChartsPink500","colorChartsPink600","colorChartsPink700","colorChartsPink800","colorChartsPink900","colorChartsPink1000","colorChartsPink1100","colorChartsPink1200","colorChartsStatusCritical","colorChartsStatusHigh","colorChartsStatusMedium","colorChartsStatusLow","colorChartsStatusPositive","colorChartsStatusInfo","colorChartsStatusNeutral","colorChartsThresholdNegative","colorChartsThresholdPositive","colorChartsThresholdInfo","colorChartsThresholdNeutral","colorChartsLineGrid","colorChartsLineTick","colorChartsLineAxis","colorChartsPaletteCategorical1","colorChartsPaletteCategorical2","colorChartsPaletteCategorical3","colorChartsPaletteCategorical4","colorChartsPaletteCategorical5","colorChartsPaletteCategorical6","colorChartsPaletteCategorical7","colorChartsPaletteCategorical8","colorChartsPaletteCategorical9","colorChartsPaletteCategorical10","colorChartsPaletteCategorical11","colorChartsPaletteCategorical12","colorChartsPaletteCategorical13","colorChartsPaletteCategorical14","colorChartsPaletteCategorical15","colorChartsPaletteCategorical16","colorChartsPaletteCategorical17","colorChartsPaletteCategorical18","colorChartsPaletteCategorical19","colorChartsPaletteCategorical20","colorChartsPaletteCategorical21","colorChartsPaletteCategorical22","colorChartsPaletteCategorical23","colorChartsPaletteCategorical24","colorChartsPaletteCategorical25","colorChartsPaletteCategorical26","colorChartsPaletteCategorical27","colorChartsPaletteCategorical28","colorChartsPaletteCategorical29","colorChartsPaletteCategorical30","colorChartsPaletteCategorical31","colorChartsPaletteCategorical32","colorChartsPaletteCategorical33","colorChartsPaletteCategorical34","colorChartsPaletteCategorical35","colorChartsPaletteCategorical36","colorChartsPaletteCategorical37","colorChartsPaletteCategorical38","colorChartsPaletteCategorical39","colorChartsPaletteCategorical40","colorChartsPaletteCategorical41","colorChartsPaletteCategorical42","colorChartsPaletteCategorical43","colorChartsPaletteCategorical44","colorChartsPaletteCategorical45","colorChartsPaletteCategorical46","colorChartsPaletteCategorical47","colorChartsPaletteCategorical48","colorChartsPaletteCategorical49","colorChartsPaletteCategorical50","colorBackgroundNotificationSeverityCritical","colorBackgroundNotificationSeverityHigh","colorBackgroundNotificationSeverityMedium","colorBackgroundNotificationSeverityLow","colorBackgroundNotificationSeverityNeutral","colorTextNotificationSeverityCritical","colorTextNotificationSeverityHigh","colorTextNotificationSeverityMedium","colorTextNotificationSeverityLow","colorTextNotificationSeverityNeutral","colorBackgroundButtonLinkActive","colorBackgroundButtonLinkHover","colorBackgroundButtonNormalActive","colorBackgroundButtonNormalDefault","colorBackgroundButtonNormalDisabled","colorBackgroundButtonNormalHover","colorBackgroundToggleButtonNormalPressed","colorBackgroundButtonPrimaryActive","colorBackgroundButtonPrimaryDefault","colorBackgroundButtonPrimaryDisabled","colorBackgroundButtonPrimaryHover","colorBackgroundCellShaded","colorBackgroundContainerContent","colorBackgroundContainerHeader","colorBackgroundControlChecked","colorBackgroundControlDefault","colorBackgroundControlDisabled","colorBackgroundDropdownItemDefault","colorBackgroundDropdownItemFilterMatch","colorBackgroundDropdownItemHover","colorBackgroundHomeHeader","colorBackgroundInputDefault","colorBackgroundInputDisabled","colorBackgroundItemSelected","colorBackgroundLayoutMain","colorBackgroundLayoutToggleActive","colorBackgroundLayoutToggleDefault","colorBackgroundLayoutToggleHover","colorBackgroundLayoutToggleSelectedActive","colorBackgroundLayoutToggleSelectedDefault","colorBackgroundLayoutToggleSelectedHover","colorBackgroundNotificationBlue","colorBackgroundNotificationGreen","colorBackgroundNotificationGrey","colorBackgroundNotificationRed","colorBackgroundNotificationYellow","colorBackgroundPopover","colorBackgroundSegmentActive","colorBackgroundSegmentDefault","colorBackgroundSegmentDisabled","colorBackgroundSegmentHover","colorBackgroundStatusError","colorBackgroundStatusInfo","colorBackgroundDialog","colorBackgroundStatusSuccess","colorBackgroundStatusWarning","colorBackgroundToggleCheckedDisabled","colorBackgroundAvatarGenAi","colorBackgroundAvatarDefault","colorTextAvatar","colorBackgroundLoadingBarGenAi","colorBackgroundChatBubbleOutgoing","colorBackgroundChatBubbleIncoming","colorTextChatBubbleOutgoing","colorTextChatBubbleIncoming","colorBorderButtonNormalActive","colorBorderButtonNormalDefault","colorBorderToggleButtonNormalPressed","colorBorderButtonNormalDisabled","colorTextButtonNormalDisabled","colorBorderButtonNormalHover","colorTextButtonIconDisabled","colorBorderButtonPrimaryDisabled","colorTextButtonPrimaryDisabled","colorBorderContainerTop","colorBorderControlDefault","colorBorderDividerDefault","colorBorderDividerSecondary","colorBorderDropdownItemHover","colorBorderInputDefault","colorBorderInputFocused","colorBorderItemFocused","colorBorderDropdownItemFocused","colorBorderItemSelected","colorBorderSegmentActive","colorBorderSegmentDefault","colorBorderSegmentDisabled","colorBorderSegmentHover","colorBorderStatusError","colorBorderStatusInfo","colorBorderStatusSuccess","colorBorderStatusWarning","colorBorderDialog","colorForegroundControlDefault","colorForegroundControlDisabled","colorForegroundControlReadOnly","colorTextAccent","colorTextBodyDefault","colorTextBodySecondary","colorTextBreadcrumbCurrent","colorTextBreadcrumbIcon","colorTextButtonNormalActive","colorTextToggleButtonNormalPressed","colorTextButtonNormalDefault","colorTextButtonNormalHover","colorTextButtonPrimaryActive","colorTextButtonPrimaryDefault","colorTextButtonPrimaryHover","colorTextCounter","colorTextDropdownItemDefault","colorTextDropdownItemDisabled","colorTextDropdownItemFilterMatch","colorTextDropdownItemHighlighted","colorTextEmpty","colorTextFormDefault","colorTextFormSecondary","colorTextGroupLabel","colorTextLabelGenAi","colorTextHeadingDefault","colorTextHeadingSecondary","colorTextHomeHeaderDefault","colorTextHomeHeaderSecondary","colorTextInputDisabled","colorTextInputPlaceholder","colorTextInteractiveActive","colorTextInteractiveDefault","colorTextInteractiveDisabled","colorTextInteractiveHover","colorTextToggleButtonIconPressed","colorTextInteractiveInvertedDefault","colorTextInteractiveInvertedHover","colorTextLabel","colorTextLayoutToggle","colorTextLayoutToggleActive","colorTextLayoutToggleHover","colorTextLayoutToggleSelected","colorTextLinkDefault","colorTextLinkHover","colorTextNotificationDefault","colorTextSegmentActive","colorTextSegmentDefault","colorTextSegmentHover","colorTextStatusError","colorTextStatusInactive","colorTextStatusInfo","colorTextStatusSuccess","colorTextStatusWarning","colorTextTopNavigationTitle","colorBoardPlaceholderActive","colorBoardPlaceholderHover","colorDragPlaceholderActive","colorDragPlaceholderHover","fontFamilyBase","fontFamilyMonospace","fontSizeBodyM","fontSizeBodyS","fontSizeDisplayL","fontSizeHeadingXl","fontSizeHeadingL","fontSizeHeadingM","fontSizeHeadingS","fontSizeHeadingXs","fontWeightButton","fontWeightHeadingXl","fontWeightHeadingL","fontWeightHeadingM","fontWeightHeadingS","fontWeightHeadingXs","lineHeightBodyM","lineHeightBodyS","lineHeightDisplayL","lineHeightHeadingXl","lineHeightHeadingL","lineHeightHeadingM","lineHeightHeadingS","lineHeightHeadingXs","borderRadiusAlert","borderRadiusBadge","borderRadiusButton","borderRadiusCalendarDayFocusRing","borderRadiusContainer","borderRadiusControlCircularFocusRing","borderRadiusControlDefaultFocusRing","borderRadiusDropdown","borderRadiusFlashbar","borderRadiusItem","borderRadiusInput","borderRadiusPopover","borderRadiusTabsFocusRing","borderRadiusTiles","borderRadiusToken","borderRadiusChatBubble","borderRadiusTutorialPanelItem","borderWidthAlert","borderWidthButton","borderWidthDropdown","borderWidthField","borderWidthPopover","borderWidthToken","motionDurationAvatarGenAiGradient","motionDurationAvatarLoadingDots","motionEasingAvatarGenAiGradient","motionEasingResponsive","motionEasingSticky","motionEasingExpressive","motionDurationResponsive","motionDurationExpressive","motionDurationComplex","motionKeyframesFadeIn","motionKeyframesFadeOut","motionKeyframesStatusIconError","motionKeyframesScalePopup","spaceContainerHorizontal","spaceFieldHorizontal","spaceScaledXxxs","spaceScaledXxs","spaceScaledXs","spaceScaledS","spaceScaledM","spaceScaledL","spaceScaledXl","spaceScaledXxl","spaceScaledXxxl","spaceStaticXxxs","spaceStaticXxs","spaceStaticXs","spaceStaticS","spaceStaticM","spaceStaticL","spaceStaticXl","spaceStaticXxl","spaceStaticXxxl","shadowContainerActive"],variablesMap:{colorAmazonOrange:"color-amazon-orange",colorAwsSquidInk:"color-aws-squid-ink",colorBlack:"color-black",colorBlue100:"color-blue-100",colorBlue200:"color-blue-200",colorBlue300:"color-blue-300",colorBlue400:"color-blue-400",colorBlue500:"color-blue-500",colorBlue600:"color-blue-600",colorBlue700:"color-blue-700",colorBlue800:"color-blue-800",colorBlue900:"color-blue-900",colorBlueOpaque:"color-blue-opaque",colorGreen100:"color-green-100",colorGreen500:"color-green-500",colorGreen600:"color-green-600",colorGreen700:"color-green-700",colorGreen900:"color-green-900",colorGrey50:"color-grey-50",colorGrey100:"color-grey-100",colorGrey125:"color-grey-125",colorGrey150:"color-grey-150",colorGrey200:"color-grey-200",colorGrey300:"color-grey-300",colorGrey350:"color-grey-350",colorGrey400:"color-grey-400",colorGrey450:"color-grey-450",colorGrey500:"color-grey-500",colorGrey550:"color-grey-550",colorGrey600:"color-grey-600",colorGrey650:"color-grey-650",colorGrey700:"color-grey-700",colorGrey750:"color-grey-750",colorGrey800:"color-grey-800",colorGrey850:"color-grey-850",colorGrey900:"color-grey-900",colorGrey950:"color-grey-950",colorOrange100:"color-orange-100",colorOrange500:"color-orange-500",colorOrange600:"color-orange-600",colorOrange700:"color-orange-700",colorPurple400:"color-purple-400",colorPurple600:"color-purple-600",colorRed100:"color-red-100",colorRed500:"color-red-500",colorRed600:"color-red-600",colorRed700:"color-red-700",colorRed900:"color-red-900",colorTransparent:"color-transparent",colorWhite:"color-white",colorYellow100:"color-yellow-100",colorYellow600:"color-yellow-600",colorYellow700:"color-yellow-700",colorYellow800:"color-yellow-800",colorYellow900:"color-yellow-900",colorChartsRed300:"color-charts-red-300",colorChartsRed400:"color-charts-red-400",colorChartsRed500:"color-charts-red-500",colorChartsRed600:"color-charts-red-600",colorChartsRed700:"color-charts-red-700",colorChartsRed800:"color-charts-red-800",colorChartsRed900:"color-charts-red-900",colorChartsRed1000:"color-charts-red-1000",colorChartsRed1100:"color-charts-red-1100",colorChartsRed1200:"color-charts-red-1200",colorChartsOrange300:"color-charts-orange-300",colorChartsOrange400:"color-charts-orange-400",colorChartsOrange500:"color-charts-orange-500",colorChartsOrange600:"color-charts-orange-600",colorChartsOrange700:"color-charts-orange-700",colorChartsOrange800:"color-charts-orange-800",colorChartsOrange900:"color-charts-orange-900",colorChartsOrange1000:"color-charts-orange-1000",colorChartsOrange1100:"color-charts-orange-1100",colorChartsOrange1200:"color-charts-orange-1200",colorChartsYellow300:"color-charts-yellow-300",colorChartsYellow400:"color-charts-yellow-400",colorChartsYellow500:"color-charts-yellow-500",colorChartsYellow600:"color-charts-yellow-600",colorChartsYellow700:"color-charts-yellow-700",colorChartsYellow800:"color-charts-yellow-800",colorChartsYellow900:"color-charts-yellow-900",colorChartsYellow1000:"color-charts-yellow-1000",colorChartsYellow1100:"color-charts-yellow-1100",colorChartsYellow1200:"color-charts-yellow-1200",colorChartsGreen300:"color-charts-green-300",colorChartsGreen400:"color-charts-green-400",colorChartsGreen500:"color-charts-green-500",colorChartsGreen600:"color-charts-green-600",colorChartsGreen700:"color-charts-green-700",colorChartsGreen800:"color-charts-green-800",colorChartsGreen900:"color-charts-green-900",colorChartsGreen1000:"color-charts-green-1000",colorChartsGreen1100:"color-charts-green-1100",colorChartsGreen1200:"color-charts-green-1200",colorChartsTeal300:"color-charts-teal-300",colorChartsTeal400:"color-charts-teal-400",colorChartsTeal500:"color-charts-teal-500",colorChartsTeal600:"color-charts-teal-600",colorChartsTeal700:"color-charts-teal-700",colorChartsTeal800:"color-charts-teal-800",colorChartsTeal900:"color-charts-teal-900",colorChartsTeal1000:"color-charts-teal-1000",colorChartsTeal1100:"color-charts-teal-1100",colorChartsTeal1200:"color-charts-teal-1200",colorChartsBlue1300:"color-charts-blue-1-300",colorChartsBlue1400:"color-charts-blue-1-400",colorChartsBlue1500:"color-charts-blue-1-500",colorChartsBlue1600:"color-charts-blue-1-600",colorChartsBlue1700:"color-charts-blue-1-700",colorChartsBlue1800:"color-charts-blue-1-800",colorChartsBlue1900:"color-charts-blue-1-900",colorChartsBlue11000:"color-charts-blue-1-1000",colorChartsBlue11100:"color-charts-blue-1-1100",colorChartsBlue11200:"color-charts-blue-1-1200",colorChartsBlue2300:"color-charts-blue-2-300",colorChartsBlue2400:"color-charts-blue-2-400",colorChartsBlue2500:"color-charts-blue-2-500",colorChartsBlue2600:"color-charts-blue-2-600",colorChartsBlue2700:"color-charts-blue-2-700",colorChartsBlue2800:"color-charts-blue-2-800",colorChartsBlue2900:"color-charts-blue-2-900",colorChartsBlue21000:"color-charts-blue-2-1000",colorChartsBlue21100:"color-charts-blue-2-1100",colorChartsBlue21200:"color-charts-blue-2-1200",colorChartsPurple300:"color-charts-purple-300",colorChartsPurple400:"color-charts-purple-400",colorChartsPurple500:"color-charts-purple-500",colorChartsPurple600:"color-charts-purple-600",colorChartsPurple700:"color-charts-purple-700",colorChartsPurple800:"color-charts-purple-800",colorChartsPurple900:"color-charts-purple-900",colorChartsPurple1000:"color-charts-purple-1000",colorChartsPurple1100:"color-charts-purple-1100",colorChartsPurple1200:"color-charts-purple-1200",colorChartsPink300:"color-charts-pink-300",colorChartsPink400:"color-charts-pink-400",colorChartsPink500:"color-charts-pink-500",colorChartsPink600:"color-charts-pink-600",colorChartsPink700:"color-charts-pink-700",colorChartsPink800:"color-charts-pink-800",colorChartsPink900:"color-charts-pink-900",colorChartsPink1000:"color-charts-pink-1000",colorChartsPink1100:"color-charts-pink-1100",colorChartsPink1200:"color-charts-pink-1200",colorChartsStatusCritical:"color-charts-status-critical",colorChartsStatusHigh:"color-charts-status-high",colorChartsStatusMedium:"color-charts-status-medium",colorChartsStatusLow:"color-charts-status-low",colorChartsStatusPositive:"color-charts-status-positive",colorChartsStatusInfo:"color-charts-status-info",colorChartsStatusNeutral:"color-charts-status-neutral",colorChartsThresholdNegative:"color-charts-threshold-negative",colorChartsThresholdPositive:"color-charts-threshold-positive",colorChartsThresholdInfo:"color-charts-threshold-info",colorChartsThresholdNeutral:"color-charts-threshold-neutral",colorChartsLineGrid:"color-charts-line-grid",colorChartsLineTick:"color-charts-line-tick",colorChartsLineAxis:"color-charts-line-axis",colorChartsPaletteCategorical1:"color-charts-palette-categorical-1",colorChartsPaletteCategorical2:"color-charts-palette-categorical-2",colorChartsPaletteCategorical3:"color-charts-palette-categorical-3",colorChartsPaletteCategorical4:"color-charts-palette-categorical-4",colorChartsPaletteCategorical5:"color-charts-palette-categorical-5",colorChartsPaletteCategorical6:"color-charts-palette-categorical-6",colorChartsPaletteCategorical7:"color-charts-palette-categorical-7",colorChartsPaletteCategorical8:"color-charts-palette-categorical-8",colorChartsPaletteCategorical9:"color-charts-palette-categorical-9",colorChartsPaletteCategorical10:"color-charts-palette-categorical-10",colorChartsPaletteCategorical11:"color-charts-palette-categorical-11",colorChartsPaletteCategorical12:"color-charts-palette-categorical-12",colorChartsPaletteCategorical13:"color-charts-palette-categorical-13",colorChartsPaletteCategorical14:"color-charts-palette-categorical-14",colorChartsPaletteCategorical15:"color-charts-palette-categorical-15",colorChartsPaletteCategorical16:"color-charts-palette-categorical-16",colorChartsPaletteCategorical17:"color-charts-palette-categorical-17",colorChartsPaletteCategorical18:"color-charts-palette-categorical-18",colorChartsPaletteCategorical19:"color-charts-palette-categorical-19",colorChartsPaletteCategorical20:"color-charts-palette-categorical-20",colorChartsPaletteCategorical21:"color-charts-palette-categorical-21",colorChartsPaletteCategorical22:"color-charts-palette-categorical-22",colorChartsPaletteCategorical23:"color-charts-palette-categorical-23",colorChartsPaletteCategorical24:"color-charts-palette-categorical-24",colorChartsPaletteCategorical25:"color-charts-palette-categorical-25",colorChartsPaletteCategorical26:"color-charts-palette-categorical-26",colorChartsPaletteCategorical27:"color-charts-palette-categorical-27",colorChartsPaletteCategorical28:"color-charts-palette-categorical-28",colorChartsPaletteCategorical29:"color-charts-palette-categorical-29",colorChartsPaletteCategorical30:"color-charts-palette-categorical-30",colorChartsPaletteCategorical31:"color-charts-palette-categorical-31",colorChartsPaletteCategorical32:"color-charts-palette-categorical-32",colorChartsPaletteCategorical33:"color-charts-palette-categorical-33",colorChartsPaletteCategorical34:"color-charts-palette-categorical-34",colorChartsPaletteCategorical35:"color-charts-palette-categorical-35",colorChartsPaletteCategorical36:"color-charts-palette-categorical-36",colorChartsPaletteCategorical37:"color-charts-palette-categorical-37",colorChartsPaletteCategorical38:"color-charts-palette-categorical-38",colorChartsPaletteCategorical39:"color-charts-palette-categorical-39",colorChartsPaletteCategorical40:"color-charts-palette-categorical-40",colorChartsPaletteCategorical41:"color-charts-palette-categorical-41",colorChartsPaletteCategorical42:"color-charts-palette-categorical-42",colorChartsPaletteCategorical43:"color-charts-palette-categorical-43",colorChartsPaletteCategorical44:"color-charts-palette-categorical-44",colorChartsPaletteCategorical45:"color-charts-palette-categorical-45",colorChartsPaletteCategorical46:"color-charts-palette-categorical-46",colorChartsPaletteCategorical47:"color-charts-palette-categorical-47",colorChartsPaletteCategorical48:"color-charts-palette-categorical-48",colorChartsPaletteCategorical49:"color-charts-palette-categorical-49",colorChartsPaletteCategorical50:"color-charts-palette-categorical-50",colorSeverityDarkRed:"color-severity-dark-red",colorSeverityRed:"color-severity-red",colorSeverityOrange:"color-severity-orange",colorSeverityYellow:"color-severity-yellow",colorSeverityGrey:"color-severity-grey",colorBackgroundNotificationSeverityCritical:"color-background-notification-severity-critical",colorBackgroundNotificationSeverityHigh:"color-background-notification-severity-high",colorBackgroundNotificationSeverityMedium:"color-background-notification-severity-medium",colorBackgroundNotificationSeverityLow:"color-background-notification-severity-low",colorBackgroundNotificationSeverityNeutral:"color-background-notification-severity-neutral",colorTextNotificationSeverityCritical:"color-text-notification-severity-critical",colorTextNotificationSeverityHigh:"color-text-notification-severity-high",colorTextNotificationSeverityMedium:"color-text-notification-severity-medium",colorTextNotificationSeverityLow:"color-text-notification-severity-low",colorTextNotificationSeverityNeutral:"color-text-notification-severity-neutral",colorGreyOpaque10:"color-grey-opaque-10",colorGreyOpaque25:"color-grey-opaque-25",colorGreyOpaque40:"color-grey-opaque-40",colorGreyOpaque50:"color-grey-opaque-50",colorGreyOpaque70:"color-grey-opaque-70",colorGreyOpaque80:"color-grey-opaque-80",colorGreyOpaque90:"color-grey-opaque-90",colorGreyTransparent:"color-grey-transparent",colorGreyTransparentHeavy:"color-grey-transparent-heavy",colorGreyTransparentLight:"color-grey-transparent-light",colorBackgroundBadgeIcon:"color-background-badge-icon",colorBackgroundButtonLinkActive:"color-background-button-link-active",colorBackgroundButtonLinkHover:"color-background-button-link-hover",colorBackgroundButtonNormalActive:"color-background-button-normal-active",colorBackgroundButtonNormalDefault:"color-background-button-normal-default",colorBackgroundButtonNormalDisabled:"color-background-button-normal-disabled",colorBackgroundButtonNormalHover:"color-background-button-normal-hover",colorBackgroundToggleButtonNormalPressed:"color-background-toggle-button-normal-pressed",colorBackgroundButtonPrimaryActive:"color-background-button-primary-active",colorBackgroundButtonPrimaryDefault:"color-background-button-primary-default",colorBackgroundButtonPrimaryDisabled:"color-background-button-primary-disabled",colorBackgroundButtonPrimaryHover:"color-background-button-primary-hover",colorBackgroundDirectionButtonActive:"color-background-direction-button-active",colorBackgroundDirectionButtonDefault:"color-background-direction-button-default",colorBackgroundDirectionButtonDisabled:"color-background-direction-button-disabled",colorBackgroundDirectionButtonHover:"color-background-direction-button-hover",colorTextDirectionButtonDefault:"color-text-direction-button-default",colorTextDirectionButtonDisabled:"color-text-direction-button-disabled",colorBackgroundCalendarCurrentDate:"color-background-calendar-current-date",colorBackgroundCellShaded:"color-background-cell-shaded",colorBackgroundCodeEditorGutterActiveLineDefault:"color-background-code-editor-gutter-active-line-default",colorBackgroundCodeEditorGutterActiveLineError:"color-background-code-editor-gutter-active-line-error",colorBackgroundCodeEditorGutterDefault:"color-background-code-editor-gutter-default",colorBackgroundCodeEditorLoading:"color-background-code-editor-loading",colorBackgroundCodeEditorPaneItemHover:"color-background-code-editor-pane-item-hover",colorBackgroundCodeEditorStatusBar:"color-background-code-editor-status-bar",colorBackgroundContainerContent:"color-background-container-content",colorBackgroundContainerHeader:"color-background-container-header",colorBackgroundControlChecked:"color-background-control-checked",colorBackgroundControlDefault:"color-background-control-default",colorBackgroundControlDisabled:"color-background-control-disabled",colorBackgroundDropdownItemDefault:"color-background-dropdown-item-default",colorBackgroundDropdownItemDimmed:"color-background-dropdown-item-dimmed",colorBackgroundDropdownItemFilterMatch:"color-background-dropdown-item-filter-match",colorBackgroundDropdownItemHover:"color-background-dropdown-item-hover",colorBackgroundDropdownItemSelected:"color-background-dropdown-item-selected",colorBackgroundHomeHeader:"color-background-home-header",colorBackgroundInputDefault:"color-background-input-default",colorBackgroundInputDisabled:"color-background-input-disabled",colorBackgroundItemSelected:"color-background-item-selected",colorBackgroundLayoutMain:"color-background-layout-main",colorBackgroundLayoutMobilePanel:"color-background-layout-mobile-panel",colorBackgroundLayoutPanelContent:"color-background-layout-panel-content",colorBackgroundLayoutPanelHover:"color-background-layout-panel-hover",colorBackgroundLayoutToggleActive:"color-background-layout-toggle-active",colorBackgroundLayoutToggleDefault:"color-background-layout-toggle-default",colorBackgroundLayoutToggleHover:"color-background-layout-toggle-hover",colorBackgroundLayoutToggleSelectedActive:"color-background-layout-toggle-selected-active",colorBackgroundLayoutToggleSelectedDefault:"color-background-layout-toggle-selected-default",colorBackgroundLayoutToggleSelectedHover:"color-background-layout-toggle-selected-hover",colorBackgroundModalOverlay:"color-background-modal-overlay",colorBackgroundNotificationBlue:"color-background-notification-blue",colorBackgroundNotificationGreen:"color-background-notification-green",colorBackgroundNotificationGrey:"color-background-notification-grey",colorBackgroundNotificationRed:"color-background-notification-red",colorBackgroundNotificationYellow:"color-background-notification-yellow",colorBackgroundNotificationStackBar:"color-background-notification-stack-bar",colorBackgroundNotificationStackBarActive:"color-background-notification-stack-bar-active",colorBackgroundNotificationStackBarHover:"color-background-notification-stack-bar-hover",colorBackgroundPopover:"color-background-popover",colorBackgroundProgressBarContentDefault:"color-background-progress-bar-content-default",colorBackgroundProgressBarContentInFlash:"color-background-progress-bar-content-in-flash",colorBackgroundProgressBarLayoutDefault:"color-background-progress-bar-layout-default",colorBackgroundProgressBarLayoutInFlash:"color-background-progress-bar-layout-in-flash",colorBackgroundSegmentActive:"color-background-segment-active",colorBackgroundSegmentDefault:"color-background-segment-default",colorBackgroundSegmentDisabled:"color-background-segment-disabled",colorBackgroundSegmentHover:"color-background-segment-hover",colorBackgroundSegmentWrapper:"color-background-segment-wrapper",colorBackgroundSliderHandleDefault:"color-background-slider-handle-default",colorBackgroundSliderHandleActive:"color-background-slider-handle-active",colorBackgroundSliderTrack:"color-background-slider-track",colorBackgroundSliderHandleRing:"color-background-slider-handle-ring",colorBackgroundSliderErrorPressed:"color-background-slider-error-pressed",colorBackgroundSliderWarningPressed:"color-background-slider-warning-pressed",colorBackgroundStatusError:"color-background-status-error",colorBackgroundStatusInfo:"color-background-status-info",colorBackgroundDialog:"color-background-dialog",colorBackgroundStatusSuccess:"color-background-status-success",colorBackgroundStatusWarning:"color-background-status-warning",colorBackgroundTableHeader:"color-background-table-header",colorBackgroundTilesDisabled:"color-background-tiles-disabled",colorBackgroundToggleCheckedDisabled:"color-background-toggle-checked-disabled",colorBackgroundToggleDefault:"color-background-toggle-default",colorBackgroundAvatarGenAi:"color-background-avatar-gen-ai",colorBackgroundAvatarDefault:"color-background-avatar-default",colorTextAvatar:"color-text-avatar",colorBackgroundLoadingBarGenAi:"color-background-loading-bar-gen-ai",colorBackgroundChatBubbleOutgoing:"color-background-chat-bubble-outgoing",colorBackgroundChatBubbleIncoming:"color-background-chat-bubble-incoming",colorTextChatBubbleOutgoing:"color-text-chat-bubble-outgoing",colorTextChatBubbleIncoming:"color-text-chat-bubble-incoming",colorBorderButtonNormalActive:"color-border-button-normal-active",colorBorderButtonNormalDefault:"color-border-button-normal-default",colorBorderToggleButtonNormalPressed:"color-border-toggle-button-normal-pressed",colorBorderButtonNormalDisabled:"color-border-button-normal-disabled",colorTextButtonNormalDisabled:"color-text-button-normal-disabled",colorBorderButtonNormalHover:"color-border-button-normal-hover",colorTextButtonIconDisabled:"color-text-button-icon-disabled",colorBorderButtonPrimaryDisabled:"color-border-button-primary-disabled",colorTextButtonPrimaryDisabled:"color-text-button-primary-disabled",colorBorderCalendarGrid:"color-border-calendar-grid",colorBorderCalendarGridSelectedFocusRing:"color-border-calendar-grid-selected-focus-ring",colorBorderCellShaded:"color-border-cell-shaded",colorBorderCodeEditorAceActiveLineLightTheme:"color-border-code-editor-ace-active-line-light-theme",colorBorderCodeEditorAceActiveLineDarkTheme:"color-border-code-editor-ace-active-line-dark-theme",colorBorderCodeEditorDefault:"color-border-code-editor-default",colorBorderCodeEditorPaneItemHover:"color-border-code-editor-pane-item-hover",colorBorderContainerDivider:"color-border-container-divider",colorBorderContainerTop:"color-border-container-top",colorBorderControlChecked:"color-border-control-checked",colorBorderControlDefault:"color-border-control-default",colorBorderControlDisabled:"color-border-control-disabled",colorBorderDividerActive:"color-border-divider-active",colorBorderDividerDefault:"color-border-divider-default",colorBorderDividerPanelBottom:"color-border-divider-panel-bottom",colorBorderDividerPanelSide:"color-border-divider-panel-side",colorBorderDividerSecondary:"color-border-divider-secondary",colorBorderDropdownContainer:"color-border-dropdown-container",colorBorderDropdownGroup:"color-border-dropdown-group",colorBorderDropdownItemDefault:"color-border-dropdown-item-default",colorBorderDropdownItemHover:"color-border-dropdown-item-hover",colorBorderDropdownItemDimmedHover:"color-border-dropdown-item-dimmed-hover",colorBorderDropdownItemSelected:"color-border-dropdown-item-selected",colorBorderDropdownItemTop:"color-border-dropdown-item-top",colorBorderEditableCellHover:"color-border-editable-cell-hover",colorBorderInputDefault:"color-border-input-default",colorBorderInputDisabled:"color-border-input-disabled",colorBorderInputFocused:"color-border-input-focused",colorBorderItemFocused:"color-border-item-focused",colorBorderDropdownItemFocused:"color-border-dropdown-item-focused",colorBorderItemPlaceholder:"color-border-item-placeholder",colorBorderItemSelected:"color-border-item-selected",colorBorderLayout:"color-border-layout",colorBorderNotificationStackBar:"color-border-notification-stack-bar",colorBorderPanelHeader:"color-border-panel-header",colorBorderPopover:"color-border-popover",colorBorderSegmentActive:"color-border-segment-active",colorBorderSegmentDefault:"color-border-segment-default",colorBorderSegmentDisabled:"color-border-segment-disabled",colorBorderSegmentHover:"color-border-segment-hover",colorBorderStatusError:"color-border-status-error",colorBorderStatusInfo:"color-border-status-info",colorBorderStatusSuccess:"color-border-status-success",colorBorderStatusWarning:"color-border-status-warning",colorBorderDialog:"color-border-dialog",colorBorderDividerInteractiveDefault:"color-border-divider-interactive-default",colorBorderTabsDivider:"color-border-tabs-divider",colorBorderTabsShadow:"color-border-tabs-shadow",colorBorderTabsUnderline:"color-border-tabs-underline",colorBorderTilesDisabled:"color-border-tiles-disabled",colorBorderTutorial:"color-border-tutorial",colorForegroundControlDefault:"color-foreground-control-default",colorForegroundControlDisabled:"color-foreground-control-disabled",colorForegroundControlReadOnly:"color-foreground-control-read-only",colorShadowDefault:"color-shadow-default",colorShadowMedium:"color-shadow-medium",colorShadowSide:"color-shadow-side",colorStrokeChartLine:"color-stroke-chart-line",colorStrokeCodeEditorResizeHandler:"color-stroke-code-editor-resize-handler",colorStrokeCodeEditorGutterActiveLineDefault:"color-stroke-code-editor-gutter-active-line-default",colorStrokeCodeEditorGutterActiveLineHover:"color-stroke-code-editor-gutter-active-line-hover",colorTextAccent:"color-text-accent",colorTextBodyDefault:"color-text-body-default",colorTextBodySecondary:"color-text-body-secondary",colorTextBreadcrumbCurrent:"color-text-breadcrumb-current",colorTextBreadcrumbIcon:"color-text-breadcrumb-icon",colorTextButtonInlineIconDefault:"color-text-button-inline-icon-default",colorTextButtonInlineIconDisabled:"color-text-button-inline-icon-disabled",colorTextButtonInlineIconHover:"color-text-button-inline-icon-hover",colorTextButtonNormalActive:"color-text-button-normal-active",colorTextToggleButtonNormalPressed:"color-text-toggle-button-normal-pressed",colorTextButtonNormalDefault:"color-text-button-normal-default",colorTextButtonNormalHover:"color-text-button-normal-hover",colorTextLinkButtonNormalDefault:"color-text-link-button-normal-default",colorTextLinkButtonNormalHover:"color-text-link-button-normal-hover",colorTextLinkButtonNormalActive:"color-text-link-button-normal-active",colorTextButtonPrimaryActive:"color-text-button-primary-active",colorTextButtonPrimaryDefault:"color-text-button-primary-default",colorTextButtonPrimaryHover:"color-text-button-primary-hover",colorTextCalendarDateHover:"color-text-calendar-date-hover",colorTextCalendarDateSelected:"color-text-calendar-date-selected",colorTextCalendarMonth:"color-text-calendar-month",colorTextCodeEditorGutterActiveLine:"color-text-code-editor-gutter-active-line",colorTextCodeEditorGutterDefault:"color-text-code-editor-gutter-default",colorTextCodeEditorStatusBarDisabled:"color-text-code-editor-status-bar-disabled",colorTextCodeEditorTabButtonError:"color-text-code-editor-tab-button-error",colorTextColumnHeader:"color-text-column-header",colorTextColumnSortingIcon:"color-text-column-sorting-icon",colorTextControlDisabled:"color-text-control-disabled",colorTextCounter:"color-text-counter",colorTextDisabled:"color-text-disabled",colorTextDisabledInlineEdit:"color-text-disabled-inline-edit",colorTextDropdownFooter:"color-text-dropdown-footer",colorTextDropdownGroupLabel:"color-text-dropdown-group-label",colorTextDropdownItemDefault:"color-text-dropdown-item-default",colorTextDropdownItemDimmed:"color-text-dropdown-item-dimmed",colorTextDropdownItemDisabled:"color-text-dropdown-item-disabled",colorTextDropdownItemFilterMatch:"color-text-dropdown-item-filter-match",colorTextDropdownItemHighlighted:"color-text-dropdown-item-highlighted",colorTextDropdownItemSecondary:"color-text-dropdown-item-secondary",colorTextDropdownItemSecondaryHover:"color-text-dropdown-item-secondary-hover",colorTextEmpty:"color-text-empty",colorTextExpandableSectionDefault:"color-text-expandable-section-default",colorTextExpandableSectionHover:"color-text-expandable-section-hover",colorTextExpandableSectionNavigationIconDefault:"color-text-expandable-section-navigation-icon-default",colorTextFormDefault:"color-text-form-default",colorTextFormLabel:"color-text-form-label",colorTextFormSecondary:"color-text-form-secondary",colorTextGroupLabel:"color-text-group-label",colorTextLabelGenAi:"color-text-label-gen-ai",colorTextHeadingDefault:"color-text-heading-default",colorTextHeadingSecondary:"color-text-heading-secondary",colorTextHomeHeaderDefault:"color-text-home-header-default",colorTextHomeHeaderSecondary:"color-text-home-header-secondary",colorTextIconCaret:"color-text-icon-caret",colorTextIconSubtle:"color-text-icon-subtle",colorTextInputDisabled:"color-text-input-disabled",colorTextInputPlaceholder:"color-text-input-placeholder",colorTextInputPlaceholderDisabled:"color-text-input-placeholder-disabled",colorTextInteractiveActive:"color-text-interactive-active",colorTextInteractiveDefault:"color-text-interactive-default",colorTextInteractiveDisabled:"color-text-interactive-disabled",colorTextInteractiveHover:"color-text-interactive-hover",colorTextToggleButtonIconPressed:"color-text-toggle-button-icon-pressed",colorTextInteractiveInvertedDefault:"color-text-interactive-inverted-default",colorTextInteractiveInvertedHover:"color-text-interactive-inverted-hover",colorTextInverted:"color-text-inverted",colorTextLabel:"color-text-label",colorTextLayoutToggle:"color-text-layout-toggle",colorTextLayoutToggleActive:"color-text-layout-toggle-active",colorTextLayoutToggleHover:"color-text-layout-toggle-hover",colorTextLayoutToggleSelected:"color-text-layout-toggle-selected",colorTextLinkDefault:"color-text-link-default",colorTextLinkHover:"color-text-link-hover",colorTextLinkInvertedHover:"color-text-link-inverted-hover",colorTextLinkButtonUnderline:"color-text-link-button-underline",colorTextLinkButtonUnderlineHover:"color-text-link-button-underline-hover",colorTextNotificationDefault:"color-text-notification-default",colorTextNotificationStackBar:"color-text-notification-stack-bar",colorTextNotificationYellow:"color-text-notification-yellow",colorTextPaginationPageNumberActiveDisabled:"color-text-pagination-page-number-active-disabled",colorTextPaginationPageNumberDefault:"color-text-pagination-page-number-default",colorTextSegmentActive:"color-text-segment-active",colorTextSegmentDefault:"color-text-segment-default",colorTextSegmentHover:"color-text-segment-hover",colorTextSmall:"color-text-small",colorTextStatusError:"color-text-status-error",colorTextStatusInactive:"color-text-status-inactive",colorTextStatusInfo:"color-text-status-info",colorTextStatusSuccess:"color-text-status-success",colorTextStatusWarning:"color-text-status-warning",colorTextTopNavigationTitle:"color-text-top-navigation-title",colorBoardPlaceholderActive:"color-board-placeholder-active",colorBoardPlaceholderHover:"color-board-placeholder-hover",colorDragPlaceholderActive:"color-drag-placeholder-active",colorDragPlaceholderHover:"color-drag-placeholder-hover",colorDropzoneBackgroundDefault:"color-dropzone-background-default",colorDropzoneBackgroundHover:"color-dropzone-background-hover",colorDropzoneTextDefault:"color-dropzone-text-default",colorDropzoneTextHover:"color-dropzone-text-hover",colorDropzoneBorderDefault:"color-dropzone-border-default",colorDropzoneBorderHover:"color-dropzone-border-hover",colorGapGlobalDrawer:"color-gap-global-drawer",fontBoxValueLargeWeight:"font-box-value-large-weight",fontButtonLetterSpacing:"font-button-letter-spacing",fontChartDetailSize:"font-chart-detail-size",fontDisplayLabelWeight:"font-display-label-weight",fontExpandableHeadingSize:"font-expandable-heading-size",fontFamilyBase:"font-family-base",fontFamilyMonospace:"font-family-monospace",fontHeaderH2DescriptionLineHeight:"font-header-h2-description-line-height",fontHeaderH2DescriptionSize:"font-header-h2-description-size",fontLinkButtonLetterSpacing:"font-link-button-letter-spacing",fontLinkButtonWeight:"font-link-button-weight",fontPanelHeaderLineHeight:"font-panel-header-line-height",fontPanelHeaderSize:"font-panel-header-size",fontSizeBodyM:"font-size-body-m",fontSizeBodyS:"font-size-body-s",fontSizeDisplayL:"font-size-display-l",fontSizeHeadingXl:"font-size-heading-xl",fontSizeHeadingL:"font-size-heading-l",fontSizeHeadingM:"font-size-heading-m",fontSizeHeadingS:"font-size-heading-s",fontSizeHeadingXs:"font-size-heading-xs",fontSmoothingMozOsx:"font-smoothing-moz-osx",fontSmoothingWebkit:"font-smoothing-webkit",fontTabsDisabledWeight:"font-tabs-disabled-weight",fontTabsLineHeight:"font-tabs-line-height",fontTabsSize:"font-tabs-size",fontWayfindingLinkActiveWeight:"font-wayfinding-link-active-weight",fontWeightButton:"font-weight-button",fontWeightHeadingXl:"font-weight-heading-xl",fontWeightHeadingL:"font-weight-heading-l",fontWeightHeadingM:"font-weight-heading-m",fontWeightHeadingS:"font-weight-heading-s",fontWeightHeadingXs:"font-weight-heading-xs",fontWeightHeavy:"font-weight-heavy",letterSpacingBodyS:"letter-spacing-body-s",letterSpacingDisplayL:"letter-spacing-display-l",letterSpacingHeadingXl:"letter-spacing-heading-xl",letterSpacingHeadingL:"letter-spacing-heading-l",letterSpacingHeadingM:"letter-spacing-heading-m",letterSpacingHeadingS:"letter-spacing-heading-s",lineHeightBodyM:"line-height-body-m",lineHeightBodyS:"line-height-body-s",lineHeightDisplayL:"line-height-display-l",lineHeightHeadingXl:"line-height-heading-xl",lineHeightHeadingL:"line-height-heading-l",lineHeightHeadingM:"line-height-heading-m",lineHeightHeadingS:"line-height-heading-s",lineHeightHeadingXs:"line-height-heading-xs",borderActiveWidth:"border-active-width",borderCodeEditorStatusDividerWidth:"border-code-editor-status-divider-width",borderContainerStickyWidth:"border-container-sticky-width",borderContainerTopWidth:"border-container-top-width",borderControlFocusRingShadowSpread:"border-control-focus-ring-shadow-spread",borderControlInvalidFocusRingShadowSpread:"border-control-invalid-focus-ring-shadow-spread",borderDividerListWidth:"border-divider-list-width",borderDividerSectionWidth:"border-divider-section-width",borderDropdownVirtualOffsetWidth:"border-dropdown-virtual-offset-width",borderInvalidWidth:"border-invalid-width",borderItemWidth:"border-item-width",borderLineChartDashArray:"border-line-chart-dash-array",borderLineChartLineJoin:"border-line-chart-line-join",borderLineChartWidth:"border-line-chart-width",borderPanelHeaderWidth:"border-panel-header-width",borderPanelTopWidth:"border-panel-top-width",borderRadiusAlert:"border-radius-alert",borderRadiusBadge:"border-radius-badge",borderRadiusButton:"border-radius-button",borderRadiusCalendarDayFocusRing:"border-radius-calendar-day-focus-ring",borderRadiusCodeEditor:"border-radius-code-editor",borderRadiusContainer:"border-radius-container",borderRadiusControlCircularFocusRing:"border-radius-control-circular-focus-ring",borderRadiusControlDefaultFocusRing:"border-radius-control-default-focus-ring",borderRadiusDropdown:"border-radius-dropdown",borderRadiusDropzone:"border-radius-dropzone",borderRadiusFlashbar:"border-radius-flashbar",borderRadiusItem:"border-radius-item",borderRadiusInput:"border-radius-input",borderRadiusPopover:"border-radius-popover",borderRadiusTabsFocusRing:"border-radius-tabs-focus-ring",borderRadiusTiles:"border-radius-tiles",borderRadiusToken:"border-radius-token",borderRadiusChatBubble:"border-radius-chat-bubble",borderRadiusTutorialPanelItem:"border-radius-tutorial-panel-item",borderTableStickyWidth:"border-table-sticky-width",borderLinkFocusRingOutline:"border-link-focus-ring-outline",borderLinkFocusRingShadowSpread:"border-link-focus-ring-shadow-spread",borderWidthAlert:"border-width-alert",borderWidthButton:"border-width-button",borderWidthDropdown:"border-width-dropdown",borderWidthField:"border-width-field",borderWidthPopover:"border-width-popover",borderWidthToken:"border-width-token",motionDurationExtraFast:"motion-duration-extra-fast",motionDurationExtraSlow:"motion-duration-extra-slow",motionDurationFast:"motion-duration-fast",motionDurationModerate:"motion-duration-moderate",motionDurationRefreshOnlyAmbient:"motion-duration-refresh-only-ambient",motionDurationRefreshOnlyFast:"motion-duration-refresh-only-fast",motionDurationRefreshOnlyMedium:"motion-duration-refresh-only-medium",motionDurationRefreshOnlySlow:"motion-duration-refresh-only-slow",motionDurationAvatarGenAiGradient:"motion-duration-avatar-gen-ai-gradient",motionDurationAvatarLoadingDots:"motion-duration-avatar-loading-dots",motionDurationRotate180:"motion-duration-rotate-180",motionDurationRotate90:"motion-duration-rotate-90",motionDurationShowPaced:"motion-duration-show-paced",motionDurationShowQuick:"motion-duration-show-quick",motionDurationSlow:"motion-duration-slow",motionDurationTransitionQuick:"motion-duration-transition-quick",motionDurationTransitionShowPaced:"motion-duration-transition-show-paced",motionDurationTransitionShowQuick:"motion-duration-transition-show-quick",motionEasingEaseOutQuart:"motion-easing-ease-out-quart",motionEasingRefreshOnlyA:"motion-easing-refresh-only-a",motionEasingRefreshOnlyB:"motion-easing-refresh-only-b",motionEasingRefreshOnlyC:"motion-easing-refresh-only-c",motionEasingRefreshOnlyD:"motion-easing-refresh-only-d",motionEasingAvatarGenAiGradient:"motion-easing-avatar-gen-ai-gradient",motionEasingRotate180:"motion-easing-rotate-180",motionEasingRotate90:"motion-easing-rotate-90",motionEasingShowPaced:"motion-easing-show-paced",motionEasingShowQuick:"motion-easing-show-quick",motionEasingTransitionQuick:"motion-easing-transition-quick",motionEasingTransitionShowPaced:"motion-easing-transition-show-paced",motionEasingTransitionShowQuick:"motion-easing-transition-show-quick",motionEasingResponsive:"motion-easing-responsive",motionEasingSticky:"motion-easing-sticky",motionEasingExpressive:"motion-easing-expressive",motionDurationResponsive:"motion-duration-responsive",motionDurationExpressive:"motion-duration-expressive",motionDurationComplex:"motion-duration-complex",motionKeyframesFadeIn:"motion-keyframes-fade-in",motionKeyframesFadeOut:"motion-keyframes-fade-out",motionKeyframesStatusIconError:"motion-keyframes-status-icon-error",motionKeyframesScalePopup:"motion-keyframes-scale-popup",sizeCalendarGridWidth:"size-calendar-grid-width",sizeControl:"size-control",sizeIconBig:"size-icon-big",sizeIconLarge:"size-icon-large",sizeIconMedium:"size-icon-medium",sizeIconNormal:"size-icon-normal",sizeTableSelectionHorizontal:"size-table-selection-horizontal",sizeVerticalInput:"size-vertical-input",sizeVerticalPanelIconOffset:"size-vertical-panel-icon-offset",spaceAlertActionLeft:"space-alert-action-left",spaceAlertHorizontal:"space-alert-horizontal",spaceAlertMessageRight:"space-alert-message-right",spaceAlertVertical:"space-alert-vertical",spaceButtonFocusOutlineGutter:"space-button-focus-outline-gutter",spaceButtonHorizontal:"space-button-horizontal",spaceButtonIconFocusOutlineGutterVertical:"space-button-icon-focus-outline-gutter-vertical",spaceButtonIconOnlyHorizontal:"space-button-icon-only-horizontal",spaceButtonInlineIconFocusOutlineGutter:"space-button-inline-icon-focus-outline-gutter",spaceButtonModalDismissVertical:"space-button-modal-dismiss-vertical",spaceCalendarGridFocusOutlineGutter:"space-calendar-grid-focus-outline-gutter",spaceCalendarGridSelectedFocusOutlineGutter:"space-calendar-grid-selected-focus-outline-gutter",spaceCalendarGridGutter:"space-calendar-grid-gutter",spaceCardHorizontal:"space-card-horizontal",spaceCardVertical:"space-card-vertical",spaceCodeEditorStatusFocusOutlineGutter:"space-code-editor-status-focus-outline-gutter",spaceContainerContentTop:"space-container-content-top",spaceContainerHeaderTop:"space-container-header-top",spaceContainerHeaderBottom:"space-container-header-bottom",spaceContainerHorizontal:"space-container-horizontal",spaceContentHeaderPaddingBottom:"space-content-header-padding-bottom",spaceDarkHeaderOverlapDistance:"space-dark-header-overlap-distance",spaceExpandableSectionIconOffsetTop:"space-expandable-section-icon-offset-top",spaceFieldHorizontal:"space-field-horizontal",spaceFieldIconOffset:"space-field-icon-offset",spaceFilteringTokenDismissButtonFocusOutlineGutter:"space-filtering-token-dismiss-button-focus-outline-gutter",spaceFilteringTokenOperationSelectFocusOutlineGutter:"space-filtering-token-operation-select-focus-outline-gutter",spaceFlashbarActionLeft:"space-flashbar-action-left",spaceFlashbarDismissRight:"space-flashbar-dismiss-right",spaceFlashbarHorizontal:"space-flashbar-horizontal",spaceFlashbarVertical:"space-flashbar-vertical",spaceGridGutter:"space-grid-gutter",spaceKeyValueGap:"space-key-value-gap",spaceLayoutContentBottom:"space-layout-content-bottom",spaceLayoutContentHorizontal:"space-layout-content-horizontal",spaceLayoutToggleDiameter:"space-layout-toggle-diameter",spaceLayoutTogglePadding:"space-layout-toggle-padding",spaceModalContentBottom:"space-modal-content-bottom",spaceModalHorizontal:"space-modal-horizontal",spaceOptionIconBigTop:"space-option-icon-big-top",spacePanelContentBottom:"space-panel-content-bottom",spacePanelContentTop:"space-panel-content-top",spacePanelDividerMarginHorizontal:"space-panel-divider-margin-horizontal",spacePanelHeaderVertical:"space-panel-header-vertical",spacePanelNavLeft:"space-panel-nav-left",spacePanelSideLeft:"space-panel-side-left",spacePanelSideRight:"space-panel-side-right",spacePanelSplitTop:"space-panel-split-top",spacePanelSplitBottom:"space-panel-split-bottom",spaceSegmentedControlFocusOutlineGutter:"space-segmented-control-focus-outline-gutter",spaceTabsContentTop:"space-tabs-content-top",spaceTabsFocusOutlineGutter:"space-tabs-focus-outline-gutter",spaceTableContentBottom:"space-table-content-bottom",spaceTableEmbeddedHeaderTop:"space-table-embedded-header-top",spaceTableFooterHorizontal:"space-table-footer-horizontal",spaceTableHeaderFocusOutlineGutter:"space-table-header-focus-outline-gutter",spaceTableHeaderHorizontal:"space-table-header-horizontal",spaceTableHeaderToolsBottom:"space-table-header-tools-bottom",spaceTableHeaderToolsFullPageBottom:"space-table-header-tools-full-page-bottom",spaceTableHorizontal:"space-table-horizontal",spaceTileGutter:"space-tile-gutter",spaceScaled2xNone:"space-scaled-2x-none",spaceScaled2xXxxs:"space-scaled-2x-xxxs",spaceScaled2xXxs:"space-scaled-2x-xxs",spaceScaled2xXs:"space-scaled-2x-xs",spaceScaled2xS:"space-scaled-2x-s",spaceScaled2xM:"space-scaled-2x-m",spaceScaled2xL:"space-scaled-2x-l",spaceScaled2xXl:"space-scaled-2x-xl",spaceScaled2xXxl:"space-scaled-2x-xxl",spaceScaled2xXxxl:"space-scaled-2x-xxxl",spaceScaledNone:"space-scaled-none",spaceScaledXxxs:"space-scaled-xxxs",spaceScaledXxs:"space-scaled-xxs",spaceScaledXs:"space-scaled-xs",spaceScaledS:"space-scaled-s",spaceScaledM:"space-scaled-m",spaceScaledL:"space-scaled-l",spaceScaledXl:"space-scaled-xl",spaceScaledXxl:"space-scaled-xxl",spaceScaledXxxl:"space-scaled-xxxl",spaceStaticXxxs:"space-static-xxxs",spaceStaticXxs:"space-static-xxs",spaceStaticXs:"space-static-xs",spaceStaticS:"space-static-s",spaceStaticM:"space-static-m",spaceStaticL:"space-static-l",spaceStaticXl:"space-static-xl",spaceStaticXxl:"space-static-xxl",spaceStaticXxxl:"space-static-xxxl",spaceNone:"space-none",spaceXxxs:"space-xxxs",spaceXxs:"space-xxs",spaceXs:"space-xs",spaceS:"space-s",spaceM:"space-m",spaceL:"space-l",spaceXl:"space-xl",spaceXxl:"space-xxl",spaceXxxl:"space-xxxl",shadowContainer:"shadow-container",shadowContainerStacked:"shadow-container-stacked",shadowContainerActive:"shadow-container-active",shadowDropdown:"shadow-dropdown",shadowDropup:"shadow-dropup",shadowFlashCollapsed:"shadow-flash-collapsed",shadowFlashSticky:"shadow-flash-sticky",shadowModal:"shadow-modal",shadowPanel:"shadow-panel",shadowPanelToggle:"shadow-panel-toggle",shadowPopover:"shadow-popover",shadowSplitBottom:"shadow-split-bottom",shadowSplitSide:"shadow-split-side",shadowSticky:"shadow-sticky",shadowStickyEmbedded:"shadow-sticky-embedded",shadowStickyColumnFirst:"shadow-sticky-column-first",shadowStickyColumnLast:"shadow-sticky-column-last"},propertiesMap:{colorAmazonOrange:"--color-amazon-orange-7au9g4",colorAwsSquidInk:"--color-aws-squid-ink-y252lr",colorBlack:"--color-black-8wqfhv",colorBlue100:"--color-blue-100-ms4f3q",colorBlue200:"--color-blue-200-7bkto0",colorBlue300:"--color-blue-300-o3k2ha",colorBlue400:"--color-blue-400-4fo73q",colorBlue500:"--color-blue-500-0g6mc3",colorBlue600:"--color-blue-600-wxixk0",colorBlue700:"--color-blue-700-t4kk7l",colorBlue800:"--color-blue-800-s4q31v",colorBlue900:"--color-blue-900-0mrydh",colorBlueOpaque:"--color-blue-opaque-vhq5mx",colorGreen100:"--color-green-100-3srgtu",colorGreen500:"--color-green-500-gmzwog",colorGreen600:"--color-green-600-1mpn5o",colorGreen700:"--color-green-700-6b77di",colorGreen900:"--color-green-900-nzf5vm",colorGrey50:"--color-grey-50-7ezy9v",colorGrey100:"--color-grey-100-qkxqrg",colorGrey125:"--color-grey-125-9juufe",colorGrey150:"--color-grey-150-6v4pi0",colorGrey200:"--color-grey-200-zohfit",colorGrey300:"--color-grey-300-37ipo3",colorGrey350:"--color-grey-350-iy8c74",colorGrey400:"--color-grey-400-cynofo",colorGrey450:"--color-grey-450-jbhzui",colorGrey500:"--color-grey-500-amoyrr",colorGrey550:"--color-grey-550-tzuxhy",colorGrey600:"--color-grey-600-zuyas4",colorGrey650:"--color-grey-650-7ts7qn",colorGrey700:"--color-grey-700-qa2o0p",colorGrey750:"--color-grey-750-y0yvmh",colorGrey800:"--color-grey-800-t4pd6d",colorGrey850:"--color-grey-850-y2mzpp",colorGrey900:"--color-grey-900-nerg20",colorGrey950:"--color-grey-950-fwdtuz",colorOrange100:"--color-orange-100-dlonts",colorOrange500:"--color-orange-500-3eeylu",colorOrange600:"--color-orange-600-hlqjsg",colorOrange700:"--color-orange-700-cqaiig",colorPurple400:"--color-purple-400-skvl4z",colorPurple600:"--color-purple-600-rgu6tm",colorRed100:"--color-red-100-3pxhqa",colorRed500:"--color-red-500-z75go7",colorRed600:"--color-red-600-zmf7g1",colorRed700:"--color-red-700-bxw1h5",colorRed900:"--color-red-900-q697r2",colorTransparent:"--color-transparent-zbd3p8",colorWhite:"--color-white-s5vyub",colorYellow100:"--color-yellow-100-joe76a",colorYellow600:"--color-yellow-600-odx2ce",colorYellow700:"--color-yellow-700-rsvuj9",colorYellow800:"--color-yellow-800-3p0a0n",colorYellow900:"--color-yellow-900-x4n7id",colorChartsRed300:"--color-charts-red-300-2k7eul",colorChartsRed400:"--color-charts-red-400-ssrf2o",colorChartsRed500:"--color-charts-red-500-m14kmu",colorChartsRed600:"--color-charts-red-600-938v3h",colorChartsRed700:"--color-charts-red-700-f6sq8t",colorChartsRed800:"--color-charts-red-800-tzkaad",colorChartsRed900:"--color-charts-red-900-fhg0lh",colorChartsRed1000:"--color-charts-red-1000-9iigzo",colorChartsRed1100:"--color-charts-red-1100-4n7b3z",colorChartsRed1200:"--color-charts-red-1200-ek3cuo",colorChartsOrange300:"--color-charts-orange-300-hqhtmn",colorChartsOrange400:"--color-charts-orange-400-g8c1fc",colorChartsOrange500:"--color-charts-orange-500-j3c2cu",colorChartsOrange600:"--color-charts-orange-600-1ad7o4",colorChartsOrange700:"--color-charts-orange-700-spsf2r",colorChartsOrange800:"--color-charts-orange-800-244d7b",colorChartsOrange900:"--color-charts-orange-900-8omk92",colorChartsOrange1000:"--color-charts-orange-1000-ezq5pz",colorChartsOrange1100:"--color-charts-orange-1100-bhcmg5",colorChartsOrange1200:"--color-charts-orange-1200-exs6jj",colorChartsYellow300:"--color-charts-yellow-300-fpz8o0",colorChartsYellow400:"--color-charts-yellow-400-vxiqrf",colorChartsYellow500:"--color-charts-yellow-500-1qgrtj",colorChartsYellow600:"--color-charts-yellow-600-aweqy2",colorChartsYellow700:"--color-charts-yellow-700-xh0lj9",colorChartsYellow800:"--color-charts-yellow-800-gp4422",colorChartsYellow900:"--color-charts-yellow-900-r6gx3k",colorChartsYellow1000:"--color-charts-yellow-1000-6dnac6",colorChartsYellow1100:"--color-charts-yellow-1100-fqp4sw",colorChartsYellow1200:"--color-charts-yellow-1200-k7kf4w",colorChartsGreen300:"--color-charts-green-300-6766ev",colorChartsGreen400:"--color-charts-green-400-gd41ay",colorChartsGreen500:"--color-charts-green-500-yr18n3",colorChartsGreen600:"--color-charts-green-600-b1gmr0",colorChartsGreen700:"--color-charts-green-700-305sle",colorChartsGreen800:"--color-charts-green-800-rh42zr",colorChartsGreen900:"--color-charts-green-900-2x5smm",colorChartsGreen1000:"--color-charts-green-1000-opphoq",colorChartsGreen1100:"--color-charts-green-1100-o67uzm",colorChartsGreen1200:"--color-charts-green-1200-sw46fc",colorChartsTeal300:"--color-charts-teal-300-2qlyrg",colorChartsTeal400:"--color-charts-teal-400-s8pa77",colorChartsTeal500:"--color-charts-teal-500-8d830b",colorChartsTeal600:"--color-charts-teal-600-772n9t",colorChartsTeal700:"--color-charts-teal-700-29mnwm",colorChartsTeal800:"--color-charts-teal-800-vp41t6",colorChartsTeal900:"--color-charts-teal-900-k020ya",colorChartsTeal1000:"--color-charts-teal-1000-fhpqt3",colorChartsTeal1100:"--color-charts-teal-1100-6w598w",colorChartsTeal1200:"--color-charts-teal-1200-0u78my",colorChartsBlue1300:"--color-charts-blue-1-300-pdza0q",colorChartsBlue1400:"--color-charts-blue-1-400-ajl038",colorChartsBlue1500:"--color-charts-blue-1-500-9s8gor",colorChartsBlue1600:"--color-charts-blue-1-600-7ymb7g",colorChartsBlue1700:"--color-charts-blue-1-700-5qzras",colorChartsBlue1800:"--color-charts-blue-1-800-awczh4",colorChartsBlue1900:"--color-charts-blue-1-900-6wxwzk",colorChartsBlue11000:"--color-charts-blue-1-1000-00005b",colorChartsBlue11100:"--color-charts-blue-1-1100-8nwfwf",colorChartsBlue11200:"--color-charts-blue-1-1200-v60p8b",colorChartsBlue2300:"--color-charts-blue-2-300-g72slq",colorChartsBlue2400:"--color-charts-blue-2-400-he538m",colorChartsBlue2500:"--color-charts-blue-2-500-quctxu",colorChartsBlue2600:"--color-charts-blue-2-600-6qav3j",colorChartsBlue2700:"--color-charts-blue-2-700-sp7t4m",colorChartsBlue2800:"--color-charts-blue-2-800-q01umt",colorChartsBlue2900:"--color-charts-blue-2-900-gog7z2",colorChartsBlue21000:"--color-charts-blue-2-1000-c13nf8",colorChartsBlue21100:"--color-charts-blue-2-1100-ddk6eo",colorChartsBlue21200:"--color-charts-blue-2-1200-gt550t",colorChartsPurple300:"--color-charts-purple-300-85q036",colorChartsPurple400:"--color-charts-purple-400-9axh6r",colorChartsPurple500:"--color-charts-purple-500-rn2jbl",colorChartsPurple600:"--color-charts-purple-600-26s4rg",colorChartsPurple700:"--color-charts-purple-700-tv8cvg",colorChartsPurple800:"--color-charts-purple-800-h61qlx",colorChartsPurple900:"--color-charts-purple-900-am452b",colorChartsPurple1000:"--color-charts-purple-1000-uarqpb",colorChartsPurple1100:"--color-charts-purple-1100-y8ctnd",colorChartsPurple1200:"--color-charts-purple-1200-hr9f40",colorChartsPink300:"--color-charts-pink-300-ewnht7",colorChartsPink400:"--color-charts-pink-400-smjdat",colorChartsPink500:"--color-charts-pink-500-bw864b",colorChartsPink600:"--color-charts-pink-600-2ro14y",colorChartsPink700:"--color-charts-pink-700-ryxvua",colorChartsPink800:"--color-charts-pink-800-tcusf8",colorChartsPink900:"--color-charts-pink-900-kpyne4",colorChartsPink1000:"--color-charts-pink-1000-1soluc",colorChartsPink1100:"--color-charts-pink-1100-ff6g93",colorChartsPink1200:"--color-charts-pink-1200-w9585d",colorChartsStatusCritical:"--color-charts-status-critical-c6brdu",colorChartsStatusHigh:"--color-charts-status-high-18fhg5",colorChartsStatusMedium:"--color-charts-status-medium-3trmy3",colorChartsStatusLow:"--color-charts-status-low-br6wv0",colorChartsStatusPositive:"--color-charts-status-positive-md7eqa",colorChartsStatusInfo:"--color-charts-status-info-yds4x2",colorChartsStatusNeutral:"--color-charts-status-neutral-k2p33t",colorChartsThresholdNegative:"--color-charts-threshold-negative-aad26m",colorChartsThresholdPositive:"--color-charts-threshold-positive-mk2804",colorChartsThresholdInfo:"--color-charts-threshold-info-ijuzzj",colorChartsThresholdNeutral:"--color-charts-threshold-neutral-pd7kh4",colorChartsLineGrid:"--color-charts-line-grid-kjxf3m",colorChartsLineTick:"--color-charts-line-tick-xmcbvk",colorChartsLineAxis:"--color-charts-line-axis-b95ncf",colorChartsPaletteCategorical1:"--color-charts-palette-categorical-1-xu0deg",colorChartsPaletteCategorical2:"--color-charts-palette-categorical-2-ktit09",colorChartsPaletteCategorical3:"--color-charts-palette-categorical-3-g0srj0",colorChartsPaletteCategorical4:"--color-charts-palette-categorical-4-5vauwp",colorChartsPaletteCategorical5:"--color-charts-palette-categorical-5-3v8ery",colorChartsPaletteCategorical6:"--color-charts-palette-categorical-6-ztdd8d",colorChartsPaletteCategorical7:"--color-charts-palette-categorical-7-3j5o6w",colorChartsPaletteCategorical8:"--color-charts-palette-categorical-8-c5r39m",colorChartsPaletteCategorical9:"--color-charts-palette-categorical-9-8n6iuv",colorChartsPaletteCategorical10:"--color-charts-palette-categorical-10-opta0w",colorChartsPaletteCategorical11:"--color-charts-palette-categorical-11-b2r7jc",colorChartsPaletteCategorical12:"--color-charts-palette-categorical-12-b5drtm",colorChartsPaletteCategorical13:"--color-charts-palette-categorical-13-c69xg9",colorChartsPaletteCategorical14:"--color-charts-palette-categorical-14-db19x8",colorChartsPaletteCategorical15:"--color-charts-palette-categorical-15-8z8vjw",colorChartsPaletteCategorical16:"--color-charts-palette-categorical-16-549jkl",colorChartsPaletteCategorical17:"--color-charts-palette-categorical-17-nrio7t",colorChartsPaletteCategorical18:"--color-charts-palette-categorical-18-tm902v",colorChartsPaletteCategorical19:"--color-charts-palette-categorical-19-ujcr86",colorChartsPaletteCategorical20:"--color-charts-palette-categorical-20-h55e4g",colorChartsPaletteCategorical21:"--color-charts-palette-categorical-21-vs0u8l",colorChartsPaletteCategorical22:"--color-charts-palette-categorical-22-6klt3l",colorChartsPaletteCategorical23:"--color-charts-palette-categorical-23-3zpkdt",colorChartsPaletteCategorical24:"--color-charts-palette-categorical-24-z9a4uk",colorChartsPaletteCategorical25:"--color-charts-palette-categorical-25-tgdsk2",colorChartsPaletteCategorical26:"--color-charts-palette-categorical-26-lo8zn9",colorChartsPaletteCategorical27:"--color-charts-palette-categorical-27-bruhsa",colorChartsPaletteCategorical28:"--color-charts-palette-categorical-28-6b00fb",colorChartsPaletteCategorical29:"--color-charts-palette-categorical-29-aurmid",colorChartsPaletteCategorical30:"--color-charts-palette-categorical-30-fjnmd7",colorChartsPaletteCategorical31:"--color-charts-palette-categorical-31-7zcct5",colorChartsPaletteCategorical32:"--color-charts-palette-categorical-32-rrda6y",colorChartsPaletteCategorical33:"--color-charts-palette-categorical-33-2v0mzv",colorChartsPaletteCategorical34:"--color-charts-palette-categorical-34-g9a9q3",colorChartsPaletteCategorical35:"--color-charts-palette-categorical-35-u0w821",colorChartsPaletteCategorical36:"--color-charts-palette-categorical-36-tthuf8",colorChartsPaletteCategorical37:"--color-charts-palette-categorical-37-y588bl",colorChartsPaletteCategorical38:"--color-charts-palette-categorical-38-qdh97u",colorChartsPaletteCategorical39:"--color-charts-palette-categorical-39-yisq6l",colorChartsPaletteCategorical40:"--color-charts-palette-categorical-40-yeer1v",colorChartsPaletteCategorical41:"--color-charts-palette-categorical-41-tu9dxw",colorChartsPaletteCategorical42:"--color-charts-palette-categorical-42-q410kp",colorChartsPaletteCategorical43:"--color-charts-palette-categorical-43-dwew7q",colorChartsPaletteCategorical44:"--color-charts-palette-categorical-44-2thp96",colorChartsPaletteCategorical45:"--color-charts-palette-categorical-45-6kinj6",colorChartsPaletteCategorical46:"--color-charts-palette-categorical-46-iefxfq",colorChartsPaletteCategorical47:"--color-charts-palette-categorical-47-9l9wl2",colorChartsPaletteCategorical48:"--color-charts-palette-categorical-48-5s2n0r",colorChartsPaletteCategorical49:"--color-charts-palette-categorical-49-bub0l1",colorChartsPaletteCategorical50:"--color-charts-palette-categorical-50-utrpu5",colorSeverityDarkRed:"--color-severity-dark-red-j8bmoc",colorSeverityRed:"--color-severity-red-wf5w2d",colorSeverityOrange:"--color-severity-orange-rpbcus",colorSeverityYellow:"--color-severity-yellow-4er6zq",colorSeverityGrey:"--color-severity-grey-sp7qo8",colorBackgroundNotificationSeverityCritical:"--color-background-notification-severity-critical-0xl8pp",colorBackgroundNotificationSeverityHigh:"--color-background-notification-severity-high-8nbgdi",colorBackgroundNotificationSeverityMedium:"--color-background-notification-severity-medium-lbljs2",colorBackgroundNotificationSeverityLow:"--color-background-notification-severity-low-giz8b6",colorBackgroundNotificationSeverityNeutral:"--color-background-notification-severity-neutral-hnhgmv",colorTextNotificationSeverityCritical:"--color-text-notification-severity-critical-tv4vw4",colorTextNotificationSeverityHigh:"--color-text-notification-severity-high-t4suvu",colorTextNotificationSeverityMedium:"--color-text-notification-severity-medium-8f60kb",colorTextNotificationSeverityLow:"--color-text-notification-severity-low-gvojhi",colorTextNotificationSeverityNeutral:"--color-text-notification-severity-neutral-ynm2wl",colorGreyOpaque10:"--color-grey-opaque-10-vwfmts",colorGreyOpaque25:"--color-grey-opaque-25-cjy3al",colorGreyOpaque40:"--color-grey-opaque-40-yj2cvz",colorGreyOpaque50:"--color-grey-opaque-50-dlm5ly",colorGreyOpaque70:"--color-grey-opaque-70-1cfyp2",colorGreyOpaque80:"--color-grey-opaque-80-1wrh9m",colorGreyOpaque90:"--color-grey-opaque-90-te8til",colorGreyTransparent:"--color-grey-transparent-ywq957",colorGreyTransparentHeavy:"--color-grey-transparent-heavy-mmz2gv",colorGreyTransparentLight:"--color-grey-transparent-light-49zw93",colorBackgroundBadgeIcon:"--color-background-badge-icon-eprfkm",colorBackgroundButtonLinkActive:"--color-background-button-link-active-qjigod",colorBackgroundButtonLinkHover:"--color-background-button-link-hover-w58lm6",colorBackgroundButtonNormalActive:"--color-background-button-normal-active-ffvop3",colorBackgroundButtonNormalDefault:"--color-background-button-normal-default-2s6m45",colorBackgroundButtonNormalDisabled:"--color-background-button-normal-disabled-3xb191",colorBackgroundButtonNormalHover:"--color-background-button-normal-hover-3rp5or",colorBackgroundToggleButtonNormalPressed:"--color-background-toggle-button-normal-pressed-wu6ges",colorBackgroundButtonPrimaryActive:"--color-background-button-primary-active-mulwvt",colorBackgroundButtonPrimaryDefault:"--color-background-button-primary-default-4hjgzi",colorBackgroundButtonPrimaryDisabled:"--color-background-button-primary-disabled-d1ggcl",colorBackgroundButtonPrimaryHover:"--color-background-button-primary-hover-roddyw",colorBackgroundDirectionButtonActive:"--color-background-direction-button-active-lvo0dy",colorBackgroundDirectionButtonDefault:"--color-background-direction-button-default-bvhbsn",colorBackgroundDirectionButtonDisabled:"--color-background-direction-button-disabled-uad4xk",colorBackgroundDirectionButtonHover:"--color-background-direction-button-hover-74n5o1",colorTextDirectionButtonDefault:"--color-text-direction-button-default-p88lvb",colorTextDirectionButtonDisabled:"--color-text-direction-button-disabled-t86kvg",colorBackgroundCalendarCurrentDate:"--color-background-calendar-current-date-2c5ip4",colorBackgroundCellShaded:"--color-background-cell-shaded-c928js",colorBackgroundCodeEditorGutterActiveLineDefault:"--color-background-code-editor-gutter-active-line-default-eesbr6",colorBackgroundCodeEditorGutterActiveLineError:"--color-background-code-editor-gutter-active-line-error-oq9foi",colorBackgroundCodeEditorGutterDefault:"--color-background-code-editor-gutter-default-136m47",colorBackgroundCodeEditorLoading:"--color-background-code-editor-loading-7grxg2",colorBackgroundCodeEditorPaneItemHover:"--color-background-code-editor-pane-item-hover-ed635c",colorBackgroundCodeEditorStatusBar:"--color-background-code-editor-status-bar-ic28b2",colorBackgroundContainerContent:"--color-background-container-content-78ljyf",colorBackgroundContainerHeader:"--color-background-container-header-ydavso",colorBackgroundControlChecked:"--color-background-control-checked-jwoxtj",colorBackgroundControlDefault:"--color-background-control-default-nub6gm",colorBackgroundControlDisabled:"--color-background-control-disabled-cb50zl",colorBackgroundDropdownItemDefault:"--color-background-dropdown-item-default-lzrka9",colorBackgroundDropdownItemDimmed:"--color-background-dropdown-item-dimmed-dhho03",colorBackgroundDropdownItemFilterMatch:"--color-background-dropdown-item-filter-match-8fnvh3",colorBackgroundDropdownItemHover:"--color-background-dropdown-item-hover-wyujnt",colorBackgroundDropdownItemSelected:"--color-background-dropdown-item-selected-cnovvw",colorBackgroundHomeHeader:"--color-background-home-header-4c9jt4",colorBackgroundInputDefault:"--color-background-input-default-bz9w07",colorBackgroundInputDisabled:"--color-background-input-disabled-cecgeg",colorBackgroundItemSelected:"--color-background-item-selected-pyr5cw",colorBackgroundLayoutMain:"--color-background-layout-main-uncvr6",colorBackgroundLayoutMobilePanel:"--color-background-layout-mobile-panel-ed0ava",colorBackgroundLayoutPanelContent:"--color-background-layout-panel-content-89bszq",colorBackgroundLayoutPanelHover:"--color-background-layout-panel-hover-kg7nug",colorBackgroundLayoutToggleActive:"--color-background-layout-toggle-active-ap91vm",colorBackgroundLayoutToggleDefault:"--color-background-layout-toggle-default-2hgjdu",colorBackgroundLayoutToggleHover:"--color-background-layout-toggle-hover-0cpm7g",colorBackgroundLayoutToggleSelectedActive:"--color-background-layout-toggle-selected-active-7ovd7l",colorBackgroundLayoutToggleSelectedDefault:"--color-background-layout-toggle-selected-default-5go4i7",colorBackgroundLayoutToggleSelectedHover:"--color-background-layout-toggle-selected-hover-pt3n9b",colorBackgroundModalOverlay:"--color-background-modal-overlay-mdne87",colorBackgroundNotificationBlue:"--color-background-notification-blue-4vnob8",colorBackgroundNotificationGreen:"--color-background-notification-green-2rkyvu",colorBackgroundNotificationGrey:"--color-background-notification-grey-68rc4b",colorBackgroundNotificationRed:"--color-background-notification-red-0487ea",colorBackgroundNotificationYellow:"--color-background-notification-yellow-y6us5r",colorBackgroundNotificationStackBar:"--color-background-notification-stack-bar-qe5n4w",colorBackgroundNotificationStackBarActive:"--color-background-notification-stack-bar-active-a4h9r8",colorBackgroundNotificationStackBarHover:"--color-background-notification-stack-bar-hover-jh82oo",colorBackgroundPopover:"--color-background-popover-yxd92v",colorBackgroundProgressBarContentDefault:"--color-background-progress-bar-content-default-4ou9az",colorBackgroundProgressBarContentInFlash:"--color-background-progress-bar-content-in-flash-98s7uz",colorBackgroundProgressBarLayoutDefault:"--color-background-progress-bar-layout-default-qkmog1",colorBackgroundProgressBarLayoutInFlash:"--color-background-progress-bar-layout-in-flash-wssh6k",colorBackgroundSegmentActive:"--color-background-segment-active-nrp5ms",colorBackgroundSegmentDefault:"--color-background-segment-default-9hln0n",colorBackgroundSegmentDisabled:"--color-background-segment-disabled-2aqenf",colorBackgroundSegmentHover:"--color-background-segment-hover-aa95sd",colorBackgroundSegmentWrapper:"--color-background-segment-wrapper-nyb7yz",colorBackgroundSliderHandleDefault:"--color-background-slider-handle-default-8d9sfs",colorBackgroundSliderHandleActive:"--color-background-slider-handle-active-trfoqh",colorBackgroundSliderTrack:"--color-background-slider-track-04c9wf",colorBackgroundSliderHandleRing:"--color-background-slider-handle-ring-qvcnj5",colorBackgroundSliderErrorPressed:"--color-background-slider-error-pressed-7qze98",colorBackgroundSliderWarningPressed:"--color-background-slider-warning-pressed-q7fwwq",colorBackgroundStatusError:"--color-background-status-error-1w6iu4",colorBackgroundStatusInfo:"--color-background-status-info-j2xxem",colorBackgroundDialog:"--color-background-dialog-kwlmup",colorBackgroundStatusSuccess:"--color-background-status-success-hm3ak2",colorBackgroundStatusWarning:"--color-background-status-warning-wceky5",colorBackgroundTableHeader:"--color-background-table-header-unjmda",colorBackgroundTilesDisabled:"--color-background-tiles-disabled-5ikjr0",colorBackgroundToggleCheckedDisabled:"--color-background-toggle-checked-disabled-7t40bu",colorBackgroundToggleDefault:"--color-background-toggle-default-feiaap",colorBackgroundAvatarGenAi:"--color-background-avatar-gen-ai-oxp2v6",colorBackgroundAvatarDefault:"--color-background-avatar-default-t427xm",colorTextAvatar:"--color-text-avatar-kuhkoa",colorBackgroundLoadingBarGenAi:"--color-background-loading-bar-gen-ai-tey70i",colorBackgroundChatBubbleOutgoing:"--color-background-chat-bubble-outgoing-ay6nj3",colorBackgroundChatBubbleIncoming:"--color-background-chat-bubble-incoming-ykuqvi",colorTextChatBubbleOutgoing:"--color-text-chat-bubble-outgoing-ft77u9",colorTextChatBubbleIncoming:"--color-text-chat-bubble-incoming-y2ur2m",colorBorderButtonNormalActive:"--color-border-button-normal-active-8c3hl7",colorBorderButtonNormalDefault:"--color-border-button-normal-default-yi5it1",colorBorderToggleButtonNormalPressed:"--color-border-toggle-button-normal-pressed-ab77je",colorBorderButtonNormalDisabled:"--color-border-button-normal-disabled-uit34y",colorTextButtonNormalDisabled:"--color-text-button-normal-disabled-05p74s",colorBorderButtonNormalHover:"--color-border-button-normal-hover-a0olj4",colorTextButtonIconDisabled:"--color-text-button-icon-disabled-nnofkn",colorBorderButtonPrimaryDisabled:"--color-border-button-primary-disabled-5avtf1",colorTextButtonPrimaryDisabled:"--color-text-button-primary-disabled-q79gms",colorBorderCalendarGrid:"--color-border-calendar-grid-67r4w4",colorBorderCalendarGridSelectedFocusRing:"--color-border-calendar-grid-selected-focus-ring-t8s8m7",colorBorderCellShaded:"--color-border-cell-shaded-zttxxa",colorBorderCodeEditorAceActiveLineLightTheme:"--color-border-code-editor-ace-active-line-light-theme-q6hsvt",colorBorderCodeEditorAceActiveLineDarkTheme:"--color-border-code-editor-ace-active-line-dark-theme-v09eti",colorBorderCodeEditorDefault:"--color-border-code-editor-default-8rd3v1",colorBorderCodeEditorPaneItemHover:"--color-border-code-editor-pane-item-hover-u4wk12",colorBorderContainerDivider:"--color-border-container-divider-9huz1a",colorBorderContainerTop:"--color-border-container-top-k3vmoz",colorBorderControlChecked:"--color-border-control-checked-o1zph2",colorBorderControlDefault:"--color-border-control-default-sh3548",colorBorderControlDisabled:"--color-border-control-disabled-dqtwtk",colorBorderDividerActive:"--color-border-divider-active-ypkld8",colorBorderDividerDefault:"--color-border-divider-default-jm73jm",colorBorderDividerPanelBottom:"--color-border-divider-panel-bottom-0oghpg",colorBorderDividerPanelSide:"--color-border-divider-panel-side-17i7jr",colorBorderDividerSecondary:"--color-border-divider-secondary-46ol9n",colorBorderDropdownContainer:"--color-border-dropdown-container-gb937i",colorBorderDropdownGroup:"--color-border-dropdown-group-2jm6kh",colorBorderDropdownItemDefault:"--color-border-dropdown-item-default-877b5f",colorBorderDropdownItemHover:"--color-border-dropdown-item-hover-07ng6s",colorBorderDropdownItemDimmedHover:"--color-border-dropdown-item-dimmed-hover-ga9sch",colorBorderDropdownItemSelected:"--color-border-dropdown-item-selected-3nbye4",colorBorderDropdownItemTop:"--color-border-dropdown-item-top-gp2d1p",colorBorderEditableCellHover:"--color-border-editable-cell-hover-nkpoh5",colorBorderInputDefault:"--color-border-input-default-f3bzwh",colorBorderInputDisabled:"--color-border-input-disabled-k518xl",colorBorderInputFocused:"--color-border-input-focused-9bkrxq",colorBorderItemFocused:"--color-border-item-focused-8bi903",colorBorderDropdownItemFocused:"--color-border-dropdown-item-focused-k9miqq",colorBorderItemPlaceholder:"--color-border-item-placeholder-zq3251",colorBorderItemSelected:"--color-border-item-selected-63a3p8",colorBorderLayout:"--color-border-layout-px1i24",colorBorderNotificationStackBar:"--color-border-notification-stack-bar-aszsse",colorBorderPanelHeader:"--color-border-panel-header-4n3p1f",colorBorderPopover:"--color-border-popover-5yl4uc",colorBorderSegmentActive:"--color-border-segment-active-trxbfe",colorBorderSegmentDefault:"--color-border-segment-default-8mo02x",colorBorderSegmentDisabled:"--color-border-segment-disabled-8j0zwo",colorBorderSegmentHover:"--color-border-segment-hover-epoe83",colorBorderStatusError:"--color-border-status-error-vxvfad",colorBorderStatusInfo:"--color-border-status-info-2zt73n",colorBorderStatusSuccess:"--color-border-status-success-uk2p7m",colorBorderStatusWarning:"--color-border-status-warning-s79l22",colorBorderDialog:"--color-border-dialog-3vjyp0",colorBorderDividerInteractiveDefault:"--color-border-divider-interactive-default-8k07mh",colorBorderTabsDivider:"--color-border-tabs-divider-y4z8fk",colorBorderTabsShadow:"--color-border-tabs-shadow-l6jxjx",colorBorderTabsUnderline:"--color-border-tabs-underline-ueuyon",colorBorderTilesDisabled:"--color-border-tiles-disabled-n9fk5o",colorBorderTutorial:"--color-border-tutorial-kaooc2",colorForegroundControlDefault:"--color-foreground-control-default-z8tr7i",colorForegroundControlDisabled:"--color-foreground-control-disabled-6vf647",colorForegroundControlReadOnly:"--color-foreground-control-read-only-dtlpre",colorShadowDefault:"--color-shadow-default-08gb4j",colorShadowMedium:"--color-shadow-medium-yblidm",colorShadowSide:"--color-shadow-side-lih5pp",colorStrokeChartLine:"--color-stroke-chart-line-3nsnk6",colorStrokeCodeEditorResizeHandler:"--color-stroke-code-editor-resize-handler-85xkdi",colorStrokeCodeEditorGutterActiveLineDefault:"--color-stroke-code-editor-gutter-active-line-default-q5f0jq",colorStrokeCodeEditorGutterActiveLineHover:"--color-stroke-code-editor-gutter-active-line-hover-frftbb",colorTextAccent:"--color-text-accent-uvfi4k",colorTextBodyDefault:"--color-text-body-default-3mljql",colorTextBodySecondary:"--color-text-body-secondary-a325a8",colorTextBreadcrumbCurrent:"--color-text-breadcrumb-current-mmrid5",colorTextBreadcrumbIcon:"--color-text-breadcrumb-icon-mh2txm",colorTextButtonInlineIconDefault:"--color-text-button-inline-icon-default-t9mq0d",colorTextButtonInlineIconDisabled:"--color-text-button-inline-icon-disabled-bnn5b7",colorTextButtonInlineIconHover:"--color-text-button-inline-icon-hover-q4dj2i",colorTextButtonNormalActive:"--color-text-button-normal-active-mrsnjr",colorTextToggleButtonNormalPressed:"--color-text-toggle-button-normal-pressed-vivff6",colorTextButtonNormalDefault:"--color-text-button-normal-default-60dc1n",colorTextButtonNormalHover:"--color-text-button-normal-hover-3amiqf",colorTextLinkButtonNormalDefault:"--color-text-link-button-normal-default-z3c9cl",colorTextLinkButtonNormalHover:"--color-text-link-button-normal-hover-lkvmt7",colorTextLinkButtonNormalActive:"--color-text-link-button-normal-active-lfkgdn",colorTextButtonPrimaryActive:"--color-text-button-primary-active-dkwkja",colorTextButtonPrimaryDefault:"--color-text-button-primary-default-2i01k6",colorTextButtonPrimaryHover:"--color-text-button-primary-hover-xtd6ag",colorTextCalendarDateHover:"--color-text-calendar-date-hover-qy0tsn",colorTextCalendarDateSelected:"--color-text-calendar-date-selected-dc21ip",colorTextCalendarMonth:"--color-text-calendar-month-357o43",colorTextCodeEditorGutterActiveLine:"--color-text-code-editor-gutter-active-line-bnbbsi",colorTextCodeEditorGutterDefault:"--color-text-code-editor-gutter-default-vvwxve",colorTextCodeEditorStatusBarDisabled:"--color-text-code-editor-status-bar-disabled-4npkr3",colorTextCodeEditorTabButtonError:"--color-text-code-editor-tab-button-error-hz2irc",colorTextColumnHeader:"--color-text-column-header-wyzs6v",colorTextColumnSortingIcon:"--color-text-column-sorting-icon-iazyfo",colorTextControlDisabled:"--color-text-control-disabled-vh7v3o",colorTextCounter:"--color-text-counter-q4zq3v",colorTextDisabled:"--color-text-disabled-y4dmv3",colorTextDisabledInlineEdit:"--color-text-disabled-inline-edit-hrexz1",colorTextDropdownFooter:"--color-text-dropdown-footer-ks7c04",colorTextDropdownGroupLabel:"--color-text-dropdown-group-label-8vygj0",colorTextDropdownItemDefault:"--color-text-dropdown-item-default-zani00",colorTextDropdownItemDimmed:"--color-text-dropdown-item-dimmed-iy2k20",colorTextDropdownItemDisabled:"--color-text-dropdown-item-disabled-pl4fy2",colorTextDropdownItemFilterMatch:"--color-text-dropdown-item-filter-match-73jeqe",colorTextDropdownItemHighlighted:"--color-text-dropdown-item-highlighted-q6vxih",colorTextDropdownItemSecondary:"--color-text-dropdown-item-secondary-77b2z6",colorTextDropdownItemSecondaryHover:"--color-text-dropdown-item-secondary-hover-rwb7km",colorTextEmpty:"--color-text-empty-68xc4n",colorTextExpandableSectionDefault:"--color-text-expandable-section-default-wr6pq6",colorTextExpandableSectionHover:"--color-text-expandable-section-hover-ztre2n",colorTextExpandableSectionNavigationIconDefault:"--color-text-expandable-section-navigation-icon-default-wh1lig",colorTextFormDefault:"--color-text-form-default-jsw02x",colorTextFormLabel:"--color-text-form-label-84uan1",colorTextFormSecondary:"--color-text-form-secondary-t0glp7",colorTextGroupLabel:"--color-text-group-label-0wronh",colorTextLabelGenAi:"--color-text-label-gen-ai-s3390v",colorTextHeadingDefault:"--color-text-heading-default-pn83b8",colorTextHeadingSecondary:"--color-text-heading-secondary-3uj5r4",colorTextHomeHeaderDefault:"--color-text-home-header-default-morg6i",colorTextHomeHeaderSecondary:"--color-text-home-header-secondary-i4jhp7",colorTextIconCaret:"--color-text-icon-caret-tma9z1",colorTextIconSubtle:"--color-text-icon-subtle-7e5fex",colorTextInputDisabled:"--color-text-input-disabled-as3mmb",colorTextInputPlaceholder:"--color-text-input-placeholder-i4i8dv",colorTextInputPlaceholderDisabled:"--color-text-input-placeholder-disabled-9zawsz",colorTextInteractiveActive:"--color-text-interactive-active-fedaa8",colorTextInteractiveDefault:"--color-text-interactive-default-1o1pl2",colorTextInteractiveDisabled:"--color-text-interactive-disabled-bhh1zo",colorTextInteractiveHover:"--color-text-interactive-hover-j5y3wx",colorTextToggleButtonIconPressed:"--color-text-toggle-button-icon-pressed-nbnm5x",colorTextInteractiveInvertedDefault:"--color-text-interactive-inverted-default-xlc0d5",colorTextInteractiveInvertedHover:"--color-text-interactive-inverted-hover-65rnp7",colorTextInverted:"--color-text-inverted-my1sxo",colorTextLabel:"--color-text-label-ljr3kp",colorTextLayoutToggle:"--color-text-layout-toggle-1a15s3",colorTextLayoutToggleActive:"--color-text-layout-toggle-active-4v3fva",colorTextLayoutToggleHover:"--color-text-layout-toggle-hover-j9h8pw",colorTextLayoutToggleSelected:"--color-text-layout-toggle-selected-4t49fq",colorTextLinkDefault:"--color-text-link-default-dsa7ac",colorTextLinkHover:"--color-text-link-hover-nut5c6",colorTextLinkInvertedHover:"--color-text-link-inverted-hover-ocd3u3",colorTextLinkButtonUnderline:"--color-text-link-button-underline-z4wjnv",colorTextLinkButtonUnderlineHover:"--color-text-link-button-underline-hover-cn3mqh",colorTextNotificationDefault:"--color-text-notification-default-1iey72",colorTextNotificationStackBar:"--color-text-notification-stack-bar-tjj0ek",colorTextNotificationYellow:"--color-text-notification-yellow-vjtdxk",colorTextPaginationPageNumberActiveDisabled:"--color-text-pagination-page-number-active-disabled-uj04sc",colorTextPaginationPageNumberDefault:"--color-text-pagination-page-number-default-jqmmw0",colorTextSegmentActive:"--color-text-segment-active-ul57kp",colorTextSegmentDefault:"--color-text-segment-default-5r4jz0",colorTextSegmentHover:"--color-text-segment-hover-ldx8k3",colorTextSmall:"--color-text-small-vk4o1c",colorTextStatusError:"--color-text-status-error-57bfn2",colorTextStatusInactive:"--color-text-status-inactive-tg9r8q",colorTextStatusInfo:"--color-text-status-info-xbstx5",colorTextStatusSuccess:"--color-text-status-success-4f6v4h",colorTextStatusWarning:"--color-text-status-warning-fa077b",colorTextTopNavigationTitle:"--color-text-top-navigation-title-kiop92",colorBoardPlaceholderActive:"--color-board-placeholder-active-3nv7j5",colorBoardPlaceholderHover:"--color-board-placeholder-hover-1hv3br",colorDragPlaceholderActive:"--color-drag-placeholder-active-7dewab",colorDragPlaceholderHover:"--color-drag-placeholder-hover-guvi5d",colorDropzoneBackgroundDefault:"--color-dropzone-background-default-ia1ya0",colorDropzoneBackgroundHover:"--color-dropzone-background-hover-j9ea7e",colorDropzoneTextDefault:"--color-dropzone-text-default-m7ucyv",colorDropzoneTextHover:"--color-dropzone-text-hover-yjnvhw",colorDropzoneBorderDefault:"--color-dropzone-border-default-lohkzd",colorDropzoneBorderHover:"--color-dropzone-border-hover-ejc85p",colorGapGlobalDrawer:"--color-gap-global-drawer-w5yxw2",fontBoxValueLargeWeight:"--font-box-value-large-weight-wr00sw",fontButtonLetterSpacing:"--font-button-letter-spacing-ufowe3",fontChartDetailSize:"--font-chart-detail-size-9qr25q",fontDisplayLabelWeight:"--font-display-label-weight-zavpeo",fontExpandableHeadingSize:"--font-expandable-heading-size-0uk059",fontFamilyBase:"--font-family-base-gmnpzl",fontFamilyMonospace:"--font-family-monospace-q47m7k",fontHeaderH2DescriptionLineHeight:"--font-header-h2-description-line-height-ts2s6o",fontHeaderH2DescriptionSize:"--font-header-h2-description-size-g2wws3",fontLinkButtonLetterSpacing:"--font-link-button-letter-spacing-imtxwq",fontLinkButtonWeight:"--font-link-button-weight-vslyg9",fontPanelHeaderLineHeight:"--font-panel-header-line-height-8xb2qj",fontPanelHeaderSize:"--font-panel-header-size-33h9j8",fontSizeBodyM:"--font-size-body-m-a7nh2n",fontSizeBodyS:"--font-size-body-s-smc8cv",fontSizeDisplayL:"--font-size-display-l-wa6woo",fontSizeHeadingXl:"--font-size-heading-xl-wvkbur",fontSizeHeadingL:"--font-size-heading-l-vnacx6",fontSizeHeadingM:"--font-size-heading-m-170yiy",fontSizeHeadingS:"--font-size-heading-s-zp08en",fontSizeHeadingXs:"--font-size-heading-xs-j8yzxv",fontSmoothingMozOsx:"--font-smoothing-moz-osx-hbm0aq",fontSmoothingWebkit:"--font-smoothing-webkit-oemolo",fontTabsDisabledWeight:"--font-tabs-disabled-weight-e3lt4d",fontTabsLineHeight:"--font-tabs-line-height-5g6n1v",fontTabsSize:"--font-tabs-size-18irgl",fontWayfindingLinkActiveWeight:"--font-wayfinding-link-active-weight-ny4hup",fontWeightButton:"--font-weight-button-0eg20c",fontWeightHeadingXl:"--font-weight-heading-xl-u3m4we",fontWeightHeadingL:"--font-weight-heading-l-0t6dwc",fontWeightHeadingM:"--font-weight-heading-m-zf82dr",fontWeightHeadingS:"--font-weight-heading-s-lcx0ai",fontWeightHeadingXs:"--font-weight-heading-xs-wqqpne",fontWeightHeavy:"--font-weight-heavy-6yh4un",letterSpacingBodyS:"--letter-spacing-body-s-gq78ok",letterSpacingDisplayL:"--letter-spacing-display-l-elyyxk",letterSpacingHeadingXl:"--letter-spacing-heading-xl-ckkb6u",letterSpacingHeadingL:"--letter-spacing-heading-l-5v6ibv",letterSpacingHeadingM:"--letter-spacing-heading-m-29ewnk",letterSpacingHeadingS:"--letter-spacing-heading-s-4st9ep",lineHeightBodyM:"--line-height-body-m-2mh3ke",lineHeightBodyS:"--line-height-body-s-nu5hx1",lineHeightDisplayL:"--line-height-display-l-vwanzp",lineHeightHeadingXl:"--line-height-heading-xl-hko6p0",lineHeightHeadingL:"--line-height-heading-l-mg5bx6",lineHeightHeadingM:"--line-height-heading-m-uoaqdh",lineHeightHeadingS:"--line-height-heading-s-hmi4vc",lineHeightHeadingXs:"--line-height-heading-xs-q9j004",borderActiveWidth:"--border-active-width-axzm24",borderCodeEditorStatusDividerWidth:"--border-code-editor-status-divider-width-4we6jf",borderContainerStickyWidth:"--border-container-sticky-width-nri0ix",borderContainerTopWidth:"--border-container-top-width-n1eke6",borderControlFocusRingShadowSpread:"--border-control-focus-ring-shadow-spread-9mjajk",borderControlInvalidFocusRingShadowSpread:"--border-control-invalid-focus-ring-shadow-spread-9jjf96",borderDividerListWidth:"--border-divider-list-width-tdfx1x",borderDividerSectionWidth:"--border-divider-section-width-uwo8my",borderDropdownVirtualOffsetWidth:"--border-dropdown-virtual-offset-width-3wp954",borderInvalidWidth:"--border-invalid-width-3xd6e1",borderItemWidth:"--border-item-width-miijiw",borderLineChartDashArray:"--border-line-chart-dash-array-desefi",borderLineChartLineJoin:"--border-line-chart-line-join-aslwou",borderLineChartWidth:"--border-line-chart-width-tesor1",borderPanelHeaderWidth:"--border-panel-header-width-t1iq1m",borderPanelTopWidth:"--border-panel-top-width-10990j",borderRadiusAlert:"--border-radius-alert-syagf6",borderRadiusBadge:"--border-radius-badge-exolfb",borderRadiusButton:"--border-radius-button-7bgkcs",borderRadiusCalendarDayFocusRing:"--border-radius-calendar-day-focus-ring-xvvbuc",borderRadiusCodeEditor:"--border-radius-code-editor-5palck",borderRadiusContainer:"--border-radius-container-nsfwmm",borderRadiusControlCircularFocusRing:"--border-radius-control-circular-focus-ring-yjhscw",borderRadiusControlDefaultFocusRing:"--border-radius-control-default-focus-ring-1uabki",borderRadiusDropdown:"--border-radius-dropdown-fgc2a1",borderRadiusDropzone:"--border-radius-dropzone-eklq14",borderRadiusFlashbar:"--border-radius-flashbar-pp1ptu",borderRadiusItem:"--border-radius-item-iwaia5",borderRadiusInput:"--border-radius-input-7q0str",borderRadiusPopover:"--border-radius-popover-6fqb5w",borderRadiusTabsFocusRing:"--border-radius-tabs-focus-ring-o4qku1",borderRadiusTiles:"--border-radius-tiles-wm1vgw",borderRadiusToken:"--border-radius-token-ycnemh",borderRadiusChatBubble:"--border-radius-chat-bubble-haafsg",borderRadiusTutorialPanelItem:"--border-radius-tutorial-panel-item-ojaqxg",borderTableStickyWidth:"--border-table-sticky-width-ai31mi",borderLinkFocusRingOutline:"--border-link-focus-ring-outline-1p0hnu",borderLinkFocusRingShadowSpread:"--border-link-focus-ring-shadow-spread-39uvxr",borderWidthAlert:"--border-width-alert-tuifgy",borderWidthButton:"--border-width-button-jm0qg7",borderWidthDropdown:"--border-width-dropdown-youcay",borderWidthField:"--border-width-field-2xc78x",borderWidthPopover:"--border-width-popover-nflirh",borderWidthToken:"--border-width-token-2ukdpu",motionDurationExtraFast:"--motion-duration-extra-fast-l4w48j",motionDurationExtraSlow:"--motion-duration-extra-slow-29bqym",motionDurationFast:"--motion-duration-fast-unntf6",motionDurationModerate:"--motion-duration-moderate-c9utmg",motionDurationRefreshOnlyAmbient:"--motion-duration-refresh-only-ambient-sxpcba",motionDurationRefreshOnlyFast:"--motion-duration-refresh-only-fast-zfibh6",motionDurationRefreshOnlyMedium:"--motion-duration-refresh-only-medium-5rbn3k",motionDurationRefreshOnlySlow:"--motion-duration-refresh-only-slow-ugjy90",motionDurationAvatarGenAiGradient:"--motion-duration-avatar-gen-ai-gradient-84si5n",motionDurationAvatarLoadingDots:"--motion-duration-avatar-loading-dots-1xxvis",motionDurationRotate180:"--motion-duration-rotate-180-cxi9g7",motionDurationRotate90:"--motion-duration-rotate-90-lyzb0k",motionDurationShowPaced:"--motion-duration-show-paced-otsjh8",motionDurationShowQuick:"--motion-duration-show-quick-tyvnyw",motionDurationSlow:"--motion-duration-slow-zji5vl",motionDurationTransitionQuick:"--motion-duration-transition-quick-mcm2y0",motionDurationTransitionShowPaced:"--motion-duration-transition-show-paced-t8d1os",motionDurationTransitionShowQuick:"--motion-duration-transition-show-quick-5jnnjz",motionEasingEaseOutQuart:"--motion-easing-ease-out-quart-p9axhm",motionEasingRefreshOnlyA:"--motion-easing-refresh-only-a-ccyqaz",motionEasingRefreshOnlyB:"--motion-easing-refresh-only-b-44kz4o",motionEasingRefreshOnlyC:"--motion-easing-refresh-only-c-cxy2sk",motionEasingRefreshOnlyD:"--motion-easing-refresh-only-d-syj3g1",motionEasingAvatarGenAiGradient:"--motion-easing-avatar-gen-ai-gradient-9fwaak",motionEasingRotate180:"--motion-easing-rotate-180-7a58rc",motionEasingRotate90:"--motion-easing-rotate-90-jhbqg9",motionEasingShowPaced:"--motion-easing-show-paced-ym6eyn",motionEasingShowQuick:"--motion-easing-show-quick-9hlj8q",motionEasingTransitionQuick:"--motion-easing-transition-quick-qxak3i",motionEasingTransitionShowPaced:"--motion-easing-transition-show-paced-x2k7uh",motionEasingTransitionShowQuick:"--motion-easing-transition-show-quick-jz3lia",motionEasingResponsive:"--motion-easing-responsive-hjj3ai",motionEasingSticky:"--motion-easing-sticky-tn072u",motionEasingExpressive:"--motion-easing-expressive-o5jqzg",motionDurationResponsive:"--motion-duration-responsive-mehora",motionDurationExpressive:"--motion-duration-expressive-cbdcwy",motionDurationComplex:"--motion-duration-complex-tbdo30",motionKeyframesFadeIn:"--motion-keyframes-fade-in-0r842q",motionKeyframesFadeOut:"--motion-keyframes-fade-out-g7fgdu",motionKeyframesStatusIconError:"--motion-keyframes-status-icon-error-wkou39",motionKeyframesScalePopup:"--motion-keyframes-scale-popup-9iqcu0",sizeCalendarGridWidth:"--size-calendar-grid-width-hv3136",sizeControl:"--size-control-adm93y",sizeIconBig:"--size-icon-big-7pq9l3",sizeIconLarge:"--size-icon-large-mb6y6y",sizeIconMedium:"--size-icon-medium-uv8xcz",sizeIconNormal:"--size-icon-normal-levt08",sizeTableSelectionHorizontal:"--size-table-selection-horizontal-qqiajd",sizeVerticalInput:"--size-vertical-input-p1d7xx",sizeVerticalPanelIconOffset:"--size-vertical-panel-icon-offset-z959cw",spaceAlertActionLeft:"--space-alert-action-left-4s8zo5",spaceAlertHorizontal:"--space-alert-horizontal-ul364s",spaceAlertMessageRight:"--space-alert-message-right-mrjbnn",spaceAlertVertical:"--space-alert-vertical-dlp5wr",spaceButtonFocusOutlineGutter:"--space-button-focus-outline-gutter-jj138g",spaceButtonHorizontal:"--space-button-horizontal-k0c786",spaceButtonIconFocusOutlineGutterVertical:"--space-button-icon-focus-outline-gutter-vertical-r44mtq",spaceButtonIconOnlyHorizontal:"--space-button-icon-only-horizontal-i85hxi",spaceButtonInlineIconFocusOutlineGutter:"--space-button-inline-icon-focus-outline-gutter-zbfgku",spaceButtonModalDismissVertical:"--space-button-modal-dismiss-vertical-vqfxjd",spaceCalendarGridFocusOutlineGutter:"--space-calendar-grid-focus-outline-gutter-vvh43m",spaceCalendarGridSelectedFocusOutlineGutter:"--space-calendar-grid-selected-focus-outline-gutter-dy6gf8",spaceCalendarGridGutter:"--space-calendar-grid-gutter-zojo6r",spaceCardHorizontal:"--space-card-horizontal-8o8t31",spaceCardVertical:"--space-card-vertical-uad0cc",spaceCodeEditorStatusFocusOutlineGutter:"--space-code-editor-status-focus-outline-gutter-o87hra",spaceContainerContentTop:"--space-container-content-top-1wtqrc",spaceContainerHeaderTop:"--space-container-header-top-am4vzw",spaceContainerHeaderBottom:"--space-container-header-bottom-2taq8v",spaceContainerHorizontal:"--space-container-horizontal-nqrzyh",spaceContentHeaderPaddingBottom:"--space-content-header-padding-bottom-rvy5xz",spaceDarkHeaderOverlapDistance:"--space-dark-header-overlap-distance-ld45ap",spaceExpandableSectionIconOffsetTop:"--space-expandable-section-icon-offset-top-cntyn8",spaceFieldHorizontal:"--space-field-horizontal-0aq2ch",spaceFieldIconOffset:"--space-field-icon-offset-ikwzwx",spaceFilteringTokenDismissButtonFocusOutlineGutter:"--space-filtering-token-dismiss-button-focus-outline-gutter-1iumy3",spaceFilteringTokenOperationSelectFocusOutlineGutter:"--space-filtering-token-operation-select-focus-outline-gutter-jacx1t",spaceFlashbarActionLeft:"--space-flashbar-action-left-rqk3ap",spaceFlashbarDismissRight:"--space-flashbar-dismiss-right-ckhj91",spaceFlashbarHorizontal:"--space-flashbar-horizontal-l63501",spaceFlashbarVertical:"--space-flashbar-vertical-th71op",spaceGridGutter:"--space-grid-gutter-whc3jp",spaceKeyValueGap:"--space-key-value-gap-9glmqc",spaceLayoutContentBottom:"--space-layout-content-bottom-zeb1g9",spaceLayoutContentHorizontal:"--space-layout-content-horizontal-buc0zz",spaceLayoutToggleDiameter:"--space-layout-toggle-diameter-j2qffw",spaceLayoutTogglePadding:"--space-layout-toggle-padding-chwlhz",spaceModalContentBottom:"--space-modal-content-bottom-nl6ceq",spaceModalHorizontal:"--space-modal-horizontal-y5hnwp",spaceOptionIconBigTop:"--space-option-icon-big-top-rs5wgf",spacePanelContentBottom:"--space-panel-content-bottom-24c6lu",spacePanelContentTop:"--space-panel-content-top-qvd1dr",spacePanelDividerMarginHorizontal:"--space-panel-divider-margin-horizontal-yw31p0",spacePanelHeaderVertical:"--space-panel-header-vertical-ckfgmy",spacePanelNavLeft:"--space-panel-nav-left-wn0n7h",spacePanelSideLeft:"--space-panel-side-left-u1m3s9",spacePanelSideRight:"--space-panel-side-right-8wwirc",spacePanelSplitTop:"--space-panel-split-top-3u4vky",spacePanelSplitBottom:"--space-panel-split-bottom-ir16d7",spaceSegmentedControlFocusOutlineGutter:"--space-segmented-control-focus-outline-gutter-x1ywqb",spaceTabsContentTop:"--space-tabs-content-top-ju6qox",spaceTabsFocusOutlineGutter:"--space-tabs-focus-outline-gutter-eerrg4",spaceTableContentBottom:"--space-table-content-bottom-tlfqmq",spaceTableEmbeddedHeaderTop:"--space-table-embedded-header-top-twu628",spaceTableFooterHorizontal:"--space-table-footer-horizontal-l5g495",spaceTableHeaderFocusOutlineGutter:"--space-table-header-focus-outline-gutter-ymwujm",spaceTableHeaderHorizontal:"--space-table-header-horizontal-kb5ww2",spaceTableHeaderToolsBottom:"--space-table-header-tools-bottom-d9u5kf",spaceTableHeaderToolsFullPageBottom:"--space-table-header-tools-full-page-bottom-9m47g6",spaceTableHorizontal:"--space-table-horizontal-suurzj",spaceTileGutter:"--space-tile-gutter-bi2bdv",spaceScaled2xNone:"--space-scaled-2x-none-987dp7",spaceScaled2xXxxs:"--space-scaled-2x-xxxs-reumxj",spaceScaled2xXxs:"--space-scaled-2x-xxs-e79hr1",spaceScaled2xXs:"--space-scaled-2x-xs-bcbsqo",spaceScaled2xS:"--space-scaled-2x-s-yr27d5",spaceScaled2xM:"--space-scaled-2x-m-4euqsk",spaceScaled2xL:"--space-scaled-2x-l-u5ida5",spaceScaled2xXl:"--space-scaled-2x-xl-he48nr",spaceScaled2xXxl:"--space-scaled-2x-xxl-sul5ey",spaceScaled2xXxxl:"--space-scaled-2x-xxxl-bxyvwl",spaceScaledNone:"--space-scaled-none-nfyouv",spaceScaledXxxs:"--space-scaled-xxxs-oo06c7",spaceScaledXxs:"--space-scaled-xxs-pfm1nx",spaceScaledXs:"--space-scaled-xs-xwoogq",spaceScaledS:"--space-scaled-s-8ozaad",spaceScaledM:"--space-scaled-m-m892r9",spaceScaledL:"--space-scaled-l-sej05l",spaceScaledXl:"--space-scaled-xl-dunxp5",spaceScaledXxl:"--space-scaled-xxl-6wgq96",spaceScaledXxxl:"--space-scaled-xxxl-hwoy7j",spaceStaticXxxs:"--space-static-xxxs-yidks1",spaceStaticXxs:"--space-static-xxs-ns94dp",spaceStaticXs:"--space-static-xs-gnm0mz",spaceStaticS:"--space-static-s-t763lu",spaceStaticM:"--space-static-m-m6qboo",spaceStaticL:"--space-static-l-n53k41",spaceStaticXl:"--space-static-xl-4tedi6",spaceStaticXxl:"--space-static-xxl-ifa9j8",spaceStaticXxxl:"--space-static-xxxl-tngnnz",spaceNone:"--space-none-xk6qzf",spaceXxxs:"--space-xxxs-pajhad",spaceXxs:"--space-xxs-hwfkai",spaceXs:"--space-xs-ymlm0b",spaceS:"--space-s-tvghoh",spaceM:"--space-m-dsumyt",spaceL:"--space-l-2ud1p3",spaceXl:"--space-xl-jfy3x4",spaceXxl:"--space-xxl-32srm4",spaceXxxl:"--space-xxxl-aut1u7",shadowContainer:"--shadow-container-53ltfv",shadowContainerStacked:"--shadow-container-stacked-y4nc75",shadowContainerActive:"--shadow-container-active-ypjjoc",shadowDropdown:"--shadow-dropdown-isf0w4",shadowDropup:"--shadow-dropup-2r02r5",shadowFlashCollapsed:"--shadow-flash-collapsed-b68ip6",shadowFlashSticky:"--shadow-flash-sticky-k69vye",shadowModal:"--shadow-modal-kwgqht",shadowPanel:"--shadow-panel-vk7iea",shadowPanelToggle:"--shadow-panel-toggle-qddz27",shadowPopover:"--shadow-popover-pkane9",shadowSplitBottom:"--shadow-split-bottom-vlyulf",shadowSplitSide:"--shadow-split-side-nyajix",shadowSticky:"--shadow-sticky-lolw8j",shadowStickyEmbedded:"--shadow-sticky-embedded-jmny8n",shadowStickyColumnFirst:"--shadow-sticky-column-first-trcd2o",shadowStickyColumnLast:"--shadow-sticky-column-last-qgh697"}};function MG({theme:t,baseThemeId:r}){return HG({override:t,preset:OG,baseThemeId:r})}function Fb(t){return Object.fromEntries(Object.entries(t.tokens).map(([r,a])=>[r,typeof a=="string"?a:a==null?void 0:a.dark]).filter(r=>typeof r[1]<"u"))}function jG({tokens:t}){for(const r of Object.keys(t)){const a=r;typeof t[a]>"u"&&delete t[a]}}function PG({fontFamily:t,brandColor:r,brandColorActive:a,lightBrandBackground:n}){const c=typeof a=="string"?a:{light:a==null?void 0:a.dark,dark:a==null?void 0:a.light},s={tokens:{fontFamilyBase:t,colorBackgroundButtonNormalActive:{light:n},colorBackgroundButtonNormalHover:{light:n},colorBackgroundButtonPrimaryActive:a,colorBackgroundButtonPrimaryDefault:r,colorBackgroundButtonPrimaryHover:a,colorBackgroundControlChecked:r,colorBackgroundDropdownItemFilterMatch:{light:n},colorBackgroundItemSelected:{light:n},colorBackgroundLayoutToggleSelectedActive:r,colorBackgroundLayoutToggleSelectedDefault:r,colorBackgroundLayoutToggleSelectedHover:a,colorBackgroundSegmentActive:r,colorBackgroundToggleCheckedDisabled:c,colorBorderButtonNormalActive:a,colorBorderButtonNormalDefault:r,colorBorderButtonNormalHover:a,colorBorderItemFocused:r,colorBorderItemSelected:r,colorTextAccent:r,colorTextButtonNormalActive:a,colorTextButtonNormalDefault:r,colorTextButtonNormalHover:a,colorTextDropdownItemFilterMatch:r,colorTextLayoutToggleHover:r,colorTextLinkDefault:r,colorTextLinkHover:a,colorTextSegmentHover:r}};return jG(s),s.contexts={"top-navigation":{tokens:Fb(s)},header:{tokens:Fb(s)},alert:{tokens:{colorBackgroundControlChecked:r,colorBackgroundDropdownItemFilterMatch:{light:n},colorBackgroundItemSelected:{light:n},colorBackgroundSegmentActive:r,colorBackgroundToggleCheckedDisabled:c,colorTextAccent:r,colorTextDropdownItemFilterMatch:r,colorTextLinkDefault:r,colorTextLinkHover:a,colorTextSegmentHover:r}}},s}const qG="#F2FAFC",FG="#A7C1D1",UG="#7CA2BB",VG="#077398",WG="#065B78",XG={brandColor:{light:VG,dark:UG},brandColorActive:{light:WG,dark:FG},lightBrandBackground:qG};function YG(){MG({theme:PG(XG)})}Vr.setDefaultLevel("error");location.hostname==="localhost"&&Vr.setLevel("debug");const Ub=new URLSearchParams(window.location.search).get("loglevel");Ub&&Vr.setLevel(Ub);YG();N_.createRoot(document.getElementById("root")).render(G.jsx(y.StrictMode,{children:G.jsx(HE,{children:G.jsx(uG,{children:G.jsx(qE,{children:G.jsx(dG,{})})})})}));